ISolidFireElementRemoveClusterAdminAsync Method (CancellationToken, Int64) |
One can use this API to remove a local cluster admin, an LDAP cluster admin, or a third
party Identity Provider (IdP) cluster admin.
One cannot remove the administrator cluster admin account.
When an IdP Admin is removed that has authenticated sessions associated with a third party
Identity Provider (IdP), those sessions will either logout or possibly experience a loss of
access rights within their current session. The access rights loss will depend on whether the
removed IdP cluster admin matched one of multiple IdP cluster admins from a given user's
SAML Attributes and the remaining set of matching IdP cluster admins results in a reduced
set of aggregate access rights.
Other cluster admin user types will be logged out upon their cluster admin removal.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax Task<RemoveClusterAdminResult> RemoveClusterAdminAsync(
CancellationToken cancellationToken,
long ClusterAdminID
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- ClusterAdminID
- Type: SystemInt64
Return Value
Type:
TaskRemoveClusterAdminResultSee Also