SamlOptionsOutput

Describes the SAML application configured for the domain.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

True if SAML is enabled.

Link copied to clipboard
val idp: SamlIdp?

Describes the SAML Identity Provider's information.

Link copied to clipboard

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

The key used for matching the SAML Subject attribute.

Functions

Link copied to clipboard
inline fun copy(block: SamlOptionsOutput.Builder.() -> Unit = {}): SamlOptionsOutput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String