DirectorySamlIdentityProviderConfigurationArgs

data class DirectorySamlIdentityProviderConfigurationArgs(val encodedMetadataDocument: Output<String>? = null, val ssoStatus: Output<String>? = null) : ConvertibleToJava<DirectorySamlIdentityProviderConfigurationArgs>

Constructors

constructor(encodedMetadataDocument: Output<String>? = null, ssoStatus: Output<String>? = null)

Properties

Link copied to clipboard
val encodedMetadataDocument: Output<String>? = null

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: Output<String>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): DirectorySamlIdentityProviderConfigurationArgs