Class: Aws::OpenSearchService::Types::AdvancedSecurityOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Container for fine-grained access control settings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anonymous_auth_disable_dateTime

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

[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html#fgac-enabling-existing

Returns:

  • (Time)


331
332
333
334
335
336
337
338
339
340
# File 'lib/aws-sdk-opensearchservice/types.rb', line 331

class AdvancedSecurityOptions < Struct.new(
  :enabled,
  :internal_user_database_enabled,
  :saml_options,
  :jwt_options,
  :anonymous_auth_disable_date,
  :anonymous_auth_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#anonymous_auth_enabledBoolean

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].

[1]: docs.aws.amazon.com/opensearch-service/latest/developerguide/fgac.html#fgac-enabling-existing

Returns:

  • (Boolean)


331
332
333
334
335
336
337
338
339
340
# File 'lib/aws-sdk-opensearchservice/types.rb', line 331

class AdvancedSecurityOptions < Struct.new(
  :enabled,
  :internal_user_database_enabled,
  :saml_options,
  :jwt_options,
  :anonymous_auth_disable_date,
  :anonymous_auth_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#enabledBoolean

True if fine-grained access control is enabled.

Returns:

  • (Boolean)


331
332
333
334
335
336
337
338
339
340
# File 'lib/aws-sdk-opensearchservice/types.rb', line 331

class AdvancedSecurityOptions < Struct.new(
  :enabled,
  :internal_user_database_enabled,
  :saml_options,
  :jwt_options,
  :anonymous_auth_disable_date,
  :anonymous_auth_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#internal_user_database_enabledBoolean

True if the internal user database is enabled.

Returns:

  • (Boolean)


331
332
333
334
335
336
337
338
339
340
# File 'lib/aws-sdk-opensearchservice/types.rb', line 331

class AdvancedSecurityOptions < Struct.new(
  :enabled,
  :internal_user_database_enabled,
  :saml_options,
  :jwt_options,
  :anonymous_auth_disable_date,
  :anonymous_auth_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#jwt_optionsTypes::JWTOptionsOutput

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



331
332
333
334
335
336
337
338
339
340
# File 'lib/aws-sdk-opensearchservice/types.rb', line 331

class AdvancedSecurityOptions < Struct.new(
  :enabled,
  :internal_user_database_enabled,
  :saml_options,
  :jwt_options,
  :anonymous_auth_disable_date,
  :anonymous_auth_enabled)
  SENSITIVE = []
  include Aws::Structure
end

#saml_optionsTypes::SAMLOptionsOutput

Container for information about the SAML configuration for OpenSearch Dashboards.



331
332
333
334
335
336
337
338
339
340
# File 'lib/aws-sdk-opensearchservice/types.rb', line 331

class AdvancedSecurityOptions < Struct.new(
  :enabled,
  :internal_user_database_enabled,
  :saml_options,
  :jwt_options,
  :anonymous_auth_disable_date,
  :anonymous_auth_enabled)
  SENSITIVE = []
  include Aws::Structure
end