Click or drag to resize

SolidFireElementModifyClusterAdmin Method (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 ModifyClusterAdminResult ModifyClusterAdmin(
	long ClusterAdminID,
	string Password = null,
	string[] Access = null,
	Hashtable Attributes = null
)

Parameters

ClusterAdminID
Type: SystemInt64
Password (Optional)
Type: SystemString
Access (Optional)
Type: SystemString
Attributes (Optional)
Type: System.CollectionsHashtable

Return Value

Type: ModifyClusterAdminResult

Implements

ISolidFireElementModifyClusterAdmin(Int64, String, String, Hashtable)
See Also