Click or drag to resize

ISolidFireElementAddLdapClusterAdminAsync Method (CancellationToken, String, String, NullableBoolean, Hashtable)

AddLdapClusterAdmin enables you to add a new LDAP cluster administrator user. An LDAP cluster administrator can manage the cluster via the API and management tools. LDAP cluster admin accounts are completely separate and unrelated to standard tenant accounts. You can also use this method to add an LDAP group that has been defined in Active Directory. The access level that is given to the group is passed to the individual users in the LDAP group.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<AddLdapClusterAdminResult> AddLdapClusterAdminAsync(
	CancellationToken cancellationToken,
	string Username,
	string[] Access,
	Nullable<bool> AcceptEula = null,
	Hashtable Attributes = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
Username
Type: SystemString
Access
Type: SystemString
AcceptEula (Optional)
Type: SystemNullableBoolean
Attributes (Optional)
Type: System.CollectionsHashtable

Return Value

Type: TaskAddLdapClusterAdminResult
See Also