SamlOptionsInput

Specifies the SAML application configuration 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?

Specifies the SAML Identity Provider's information.

Link copied to clipboard

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

Link copied to clipboard

The SAML master username, which is stored in the Amazon Elasticsearch Service domain's internal database.

Link copied to clipboard

The key to use for matching the SAML Roles attribute.

Link copied to clipboard

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

The key to use for matching the SAML Subject attribute.

Functions

Link copied to clipboard
inline fun copy(block: SamlOptionsInput.Builder.() -> Unit = {}): SamlOptionsInput
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