ISolidFireElementListIdpConfigurationsAsync Method (CancellationToken, 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 Task<ListIdpConfigurationsResult> ListIdpConfigurationsAsync(
CancellationToken cancellationToken,
Nullable<Guid> IdpConfigurationID = null,
string IdpName = null,
Nullable<bool> EnabledOnly = null
)
Parameters
- cancellationToken
- Type: System.ThreadingCancellationToken
- IdpConfigurationID (Optional)
- Type: SystemNullableGuid
- IdpName (Optional)
- Type: SystemString
- EnabledOnly (Optional)
- Type: SystemNullableBoolean
Return Value
Type:
TaskListIdpConfigurationsResultSee Also