Click or drag to resize

SolidFireElementUpdateIdpConfigurationAsync Method (CancellationToken, NullableGuid, String, String, String, NullableBoolean)

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(
	CancellationToken cancellationToken,
	Nullable<Guid> IdpConfigurationID = null,
	string IdpName = null,
	string NewIdpName = null,
	string IdpMetadata = null,
	Nullable<bool> GenerateNewCertificate = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
IdpConfigurationID (Optional)
Type: SystemNullableGuid
IdpName (Optional)
Type: SystemString
NewIdpName (Optional)
Type: SystemString
IdpMetadata (Optional)
Type: SystemString
GenerateNewCertificate (Optional)
Type: SystemNullableBoolean

Return Value

Type: TaskUpdateIdpConfigurationResult

Implements

ISolidFireElementUpdateIdpConfigurationAsync(CancellationToken, NullableGuid, String, String, String, NullableBoolean)
See Also