Click or drag to resize

SolidFireElementListIdpConfigurations Method (NullableGuid, String, NullableBoolean)

List configurations for third party Identity Provider(s) (IdP), optionally providing either enabledOnly flag to retrieve the currently enabled IdP configuration, or an IdP metadata UUID or IdP name to query a specific IdP configuration information.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public ListIdpConfigurationsResult ListIdpConfigurations(
	Nullable<Guid> IdpConfigurationID = null,
	string IdpName = null,
	Nullable<bool> EnabledOnly = null
)

Parameters

IdpConfigurationID (Optional)
Type: SystemNullableGuid
IdpName (Optional)
Type: SystemString
EnabledOnly (Optional)
Type: SystemNullableBoolean

Return Value

Type: ListIdpConfigurationsResult

Implements

ISolidFireElementListIdpConfigurations(NullableGuid, String, NullableBoolean)
See Also