Click or drag to resize

SolidFireElementDeleteIdpConfigurationAsync Method (CancellationToken, NullableGuid, String)

Delete an existing configuration with a third party Identity Provider (IdP) for the cluster. Deleting the last IdP Configuration will remove the SAML Service Provider certificate from the cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<DeleteIdpConfigurationResult> DeleteIdpConfigurationAsync(
	CancellationToken cancellationToken,
	Nullable<Guid> IdpConfigurationID = null,
	string IdpName = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
IdpConfigurationID (Optional)
Type: SystemNullableGuid
IdpName (Optional)
Type: SystemString

Return Value

Type: TaskDeleteIdpConfigurationResult

Implements

ISolidFireElementDeleteIdpConfigurationAsync(CancellationToken, NullableGuid, String)
See Also