Click or drag to resize

SolidFireElementAddIdpClusterAdmin Method (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 AddClusterAdminResult AddIdpClusterAdmin(
	string Username,
	string[] Access,
	bool AcceptEula,
	Hashtable Attributes = null
)

Parameters

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

Return Value

Type: AddClusterAdminResult

Implements

ISolidFireElementAddIdpClusterAdmin(String, String, Boolean, Hashtable)
See Also