Click or drag to resize

SolidFireElementListIdpConfigurationsAsync Method (ListIdpConfigurationsRequest, CancellationToken)

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 Task<ListIdpConfigurationsResult> ListIdpConfigurationsAsync(
	ListIdpConfigurationsRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiListIdpConfigurationsRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskListIdpConfigurationsResult

Implements

ISolidFireElementListIdpConfigurationsAsync(ListIdpConfigurationsRequest, CancellationToken)
See Also