Click or drag to resize

ISolidFireElement.ModifyClusterAdminAsync 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#
Task<ModifyClusterAdminResult> ModifyClusterAdminAsync(
	CancellationToken cancellationToken,
	long ClusterAdminID,
	string Password = null,
	string[] Access = null,
	Hashtable Attributes = null
)

Parameters

cancellationToken
Type: System.Threading.CancellationToken
ClusterAdminID
Type: System.Int64
Password (Optional)
Type: System.String
Access (Optional)
Type:System.String[]
Attributes (Optional)
Type: System.Collections.Hashtable

Return Value

Type: Task<ModifyClusterAdminResult>
See Also