You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::AdvancedSecurityOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Specifies the advanced security configuration: whether advanced security is enabled, whether the internal database option is enabled.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

True if advanced security is enabled.

Returns:

  • (Boolean)

    True if advanced security is enabled.

#internal_user_database_enabledBoolean

True if the internal user database is enabled.

Returns:

  • (Boolean)

    True if the internal user database is enabled.

#saml_optionsTypes::SAMLOptionsOutput

Describes the SAML application configured for a domain.

Returns: