Click or drag to resize

SolidFireElementDeleteIdpConfigurationAsync Method (DeleteIdpConfigurationRequest, CancellationToken)

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(
	DeleteIdpConfigurationRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskDeleteIdpConfigurationResult

Implements

ISolidFireElementDeleteIdpConfigurationAsync(DeleteIdpConfigurationRequest, CancellationToken)
See Also