DirectorySamlIdentityProviderConfiguration

data class DirectorySamlIdentityProviderConfiguration(val encodedMetadataDocument: String? = null, val ssoStatus: String? = null)

Constructors

fun DirectorySamlIdentityProviderConfiguration(encodedMetadataDocument: String? = null, ssoStatus: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Base64 encoded IdP metadata document. NOTE: If the IdP Metadata has been uploaded, no update will be made if this parameter is not specified, otherwise the update will be made according to the parameter content. If IdP Metadata has not been uploaded, and the parameter sso_status is Enabled, this parameter must be provided. If the IdP Metadata has not been uploaded, and the parameter sso_status is Disabled, this parameter can be omitted, and the IdP Metadata will remain empty.

Link copied to clipboard
val ssoStatus: String? = null

SAML SSO login enabled status. Valid values: Enabled or Disabled. Default to Disabled.