Click or drag to resize

SolidFireElementAddIdpClusterAdminAsync Method (CancellationToken, String, String, Boolean, Hashtable)

Adds a cluster administrator user authenticated by a third party Identity Provider (IdP). IdP cluster admin accounts are configured based on SAML attribute-value information provided within the IdP's SAML assertion associated with the user. If a user successfully authenticates with the IdP and has SAML attribute statements within the SAML assertion matching multiple IdP cluster admin accounts, the user will have the combined access level of those matching IdP cluster admin accounts.

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

Parameters

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

Return Value

Type: TaskAddClusterAdminResult

Implements

ISolidFireElementAddIdpClusterAdminAsync(CancellationToken, String, String, Boolean, Hashtable)
See Also