Click or drag to resize

ISolidFireElementListIdpConfigurations Method (ListIdpConfigurationsRequest)

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#
ListIdpConfigurationsResult ListIdpConfigurations(
	ListIdpConfigurationsRequest obj
)

Parameters

obj
Type: SolidFire.Element.ApiListIdpConfigurationsRequest

Return Value

Type: ListIdpConfigurationsResult
See Also