SamlOptionsInput

The SAML authentication configuration for an Amazon OpenSearch Service domain.

Types

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

Properties

Link copied to clipboard

True to enable SAML authentication for a domain.

Link copied to clipboard
val idp: SamlIdp?

The SAML Identity Provider's information.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

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

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

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