JwtOptionsInput

The JWT authentication and authorization 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 JWT authentication and authorization for a domain.

Link copied to clipboard

Element of the JWT assertion used by the cluster to verify JWT signatures.

Link copied to clipboard

Element of the JWT assertion to use for roles.

Link copied to clipboard

Element of the JWT assertion to use for the user name.

Functions

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