SAMLOptionsOutputArgs

data class SAMLOptionsOutputArgs(val enabled: Output<Boolean>? = null, val idp: Output<SAMLIdpArgs>? = null, val rolesKey: Output<String>? = null, val sessionTimeoutMinutes: Output<Int>? = null, val subjectKey: Output<String>? = null) : ConvertibleToJava<SAMLOptionsOutputArgs>

Definition of SAMLOptionsOutput

Constructors

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

Properties

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

True if SAML is enabled.

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

Describes the SAML identity provider's information.

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

The key used for matching the SAML roles attribute.

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

The duration, in minutes, after which a user session becomes inactive.

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

The key used for matching the SAML subject attribute.

Functions

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