ISolidFireElementDeleteIdpConfiguration Method (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 DeleteIdpConfigurationResult DeleteIdpConfiguration(
Nullable<Guid> IdpConfigurationID = null,
string IdpName = null
)
Parameters
- IdpConfigurationID (Optional)
- Type: SystemNullableGuid
- IdpName (Optional)
- Type: SystemString
Return Value
Type:
DeleteIdpConfigurationResultSee Also