Domain Advanced Security Options Input
data class DomainAdvancedSecurityOptionsInput(val anonymousAuthDisableDate: String? = null, val anonymousAuthEnabled: Boolean? = null, val enabled: Boolean? = null, val internalUserDatabaseEnabled: Boolean? = 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, masterUserOptions: DomainMasterUserOptions? = null, samlOptions: DomainSamlOptions? = null)
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
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
Specifies information about the master user.
Link copied to clipboard
Container for information about the SAML configuration for OpenSearch Dashboards.