DirectorySamlPropertiesArgs

data class DirectorySamlPropertiesArgs(val relayStateParameterName: Output<String>? = null, val status: Output<String>? = null, val userAccessUrl: Output<String>? = null) : ConvertibleToJava<DirectorySamlPropertiesArgs>

Constructors

Link copied to clipboard
constructor(relayStateParameterName: Output<String>? = null, status: Output<String>? = null, userAccessUrl: Output<String>? = null)

Properties

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

The relay state parameter name supported by the SAML 2.0 identity provider (IdP). Default RelayState.

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

Status of SAML 2.0 authentication. Default DISABLED.

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

The SAML 2.0 identity provider (IdP) user access URL.

Functions

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