DomainAdvancedSecurityOptionsInput

data class DomainAdvancedSecurityOptionsInput(val anonymousAuthDisableDate: String? = null, val anonymousAuthEnabled: Boolean? = null, val enabled: Boolean? = null, val internalUserDatabaseEnabled: Boolean? = null, val jwtOptions: DomainJwtOptions? = null, val masterUserOptions: DomainMasterUserOptions? = null, val samlOptions: DomainSamlOptions? = null)

Constructors

Link copied to clipboard
constructor(anonymousAuthDisableDate: String? = null, anonymousAuthEnabled: Boolean? = null, enabled: Boolean? = null, internalUserDatabaseEnabled: Boolean? = null, jwtOptions: DomainJwtOptions? = null, masterUserOptions: DomainMasterUserOptions? = null, samlOptions: DomainSamlOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Date and time when the migration period will be disabled. Only necessary when enabling fine-grained access control on an existing domain .

Link copied to clipboard

True to enable a 30-day migration period during which administrators can create role mappings. Only necessary when enabling fine-grained access control on an existing domain .

Link copied to clipboard
val enabled: Boolean? = null

True to enable fine-grained access control. You must also enable encryption of data at rest and node-to-node encryption. See Fine-grained access control in Amazon OpenSearch Service .

Link copied to clipboard

True to enable the internal user database.

Link copied to clipboard

Container for information about the JWT configuration of the Amazon OpenSearch Service.

Link copied to clipboard

Specifies information about the master user.

Link copied to clipboard

Container for information about the SAML configuration for OpenSearch Dashboards.