ISolidFireElementModifyClusterAdminAsync Method (CancellationToken, Int64, String, String, Hashtable) |
You can use ModifyClusterAdmin to change the settings for a cluster admin, LDAP cluster admin,
or third party Identity Provider (IdP) cluster admin. You cannot change access for the
administrator cluster admin account.
Namespace:
SolidFire.Element.Api
Assembly:
SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax Task<ModifyClusterAdminResult> ModifyClusterAdminAsync(
CancellationToken cancellationToken,
long ClusterAdminID,
string Password = null,
string[] Access = null,
Hashtable Attributes = null
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- ClusterAdminID
- Type: SystemInt64
- Password (Optional)
- Type: SystemString
- Access (Optional)
- Type: SystemString
- Attributes (Optional)
- Type: System.CollectionsHashtable
Return Value
Type:
TaskModifyClusterAdminResultSee Also