Click or drag to resize

SolidFireElementUpdateIdpConfigurationAsync Method (UpdateIdpConfigurationRequest, CancellationToken)

Update an existing configuration with a third party Identity Provider (IdP) for the cluster.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<UpdateIdpConfigurationResult> UpdateIdpConfigurationAsync(
	UpdateIdpConfigurationRequest obj,
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: TaskUpdateIdpConfigurationResult

Implements

ISolidFireElementUpdateIdpConfigurationAsync(UpdateIdpConfigurationRequest, CancellationToken)
See Also