DomainSamlOptionsArgs

data class DomainSamlOptionsArgs(val enabled: Output<Boolean>? = null, val idp: Output<DomainIdpArgs>? = null, val masterBackendRole: Output<String>? = null, val masterUserName: Output<String>? = null, val rolesKey: Output<String>? = null, val sessionTimeoutMinutes: Output<Int>? = null, val subjectKey: Output<String>? = null) : ConvertibleToJava<DomainSamlOptionsArgs>

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, idp: Output<DomainIdpArgs>? = null, masterBackendRole: Output<String>? = null, masterUserName: Output<String>? = null, rolesKey: Output<String>? = null, sessionTimeoutMinutes: Output<Int>? = null, subjectKey: Output<String>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

True to enable SAML authentication for a domain.

Link copied to clipboard
val idp: Output<DomainIdpArgs>? = null

The SAML Identity Provider's information.

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

The backend role that the SAML master user is mapped to.

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

The SAML master user name, which is stored in the domain's internal user database.

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

Element of the SAML assertion to use for backend roles. Default is roles .

Link copied to clipboard
val sessionTimeoutMinutes: Output<Int>? = null

The duration, in minutes, after which a user session becomes inactive. Acceptable values are between 1 and 1440, and the default value is 60.

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

Element of the SAML assertion to use for the user name. Default is NameID .

Functions

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