SamlConfigOptions

Describes SAML options for an OpenSearch Serverless security configuration in the form of a key-value map.

Types

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

Properties

Link copied to clipboard

The group attribute for this SAML integration.

Link copied to clipboard

The XML IdP metadata file generated from your identity provider.

Link copied to clipboard

Custom entity id attribute to override default entity id for this saml integration.

Link copied to clipboard

The session timeout, in minutes. Default is 60 minutes (12 hours).

Link copied to clipboard

A user attribute for this SAML integration.

Functions

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