SAMLOptionsOutputResponse

data class SAMLOptionsOutputResponse(val enabled: Boolean? = null, val idp: SAMLIdpResponse? = null, val rolesKey: String? = null, val sessionTimeoutMinutes: Int? = null, val subjectKey: String? = null)

Definition of SAMLOptionsOutput

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

True if SAML is enabled.

Link copied to clipboard
val idp: SAMLIdpResponse? = null

Describes the SAML identity provider's information.

Link copied to clipboard
val rolesKey: String? = null

The key used for matching the SAML roles attribute.

Link copied to clipboard

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

Link copied to clipboard
val subjectKey: String? = null

The key used for matching the SAML subject attribute.