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 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:
TaskUpdateIdpConfigurationResultImplements
ISolidFireElementUpdateIdpConfigurationAsync(CancellationToken, NullableGuid, String, String, String, NullableBoolean)See Also