Method: Aws::OpenSearchService::Types::AdvancedSecurityOptionsInput#jwt_options

Defined in:
lib/aws-sdk-opensearchservice/types.rb

#jwt_optionsTypes::JWTOptionsInput

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



473
474
475
476
477
478
479
480
481
482
483
# File 'lib/aws-sdk-opensearchservice/types.rb', line 473

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