Click or drag to resize

SolidFireElementModifyClusterAdminAsync 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
C#
public 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: TaskModifyClusterAdminResult

Implements

ISolidFireElementModifyClusterAdminAsync(CancellationToken, Int64, String, String, Hashtable)
See Also