AdvancedSecurityOptionsResponse

data class AdvancedSecurityOptionsResponse(val anonymousAuthDisableDate: String? = null, val anonymousAuthEnabled: Boolean? = null, val enabled: Boolean? = null, val internalUserDatabaseEnabled: Boolean? = null, val samlOptions: SAMLOptionsOutputResponse? = null)

Definition of AdvancedSecurityOptions

Constructors

Link copied to clipboard
constructor(anonymousAuthDisableDate: String? = null, anonymousAuthEnabled: Boolean? = null, enabled: Boolean? = null, internalUserDatabaseEnabled: Boolean? = null, samlOptions: SAMLOptionsOutputResponse? = 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 if a 30-day migration period is enabled, 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 if fine-grained access control is enabled.

Link copied to clipboard

True if the internal user database is enabled.

Link copied to clipboard

Container for information about the SAML configuration for OpenSearch Dashboards.