Class: Aws::OpenSearchService::Types::JWTOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::JWTOptionsOutput
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Describes the JWT options configured for the domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
True if JWT use is enabled.
-
#public_key ⇒ String
The key used to verify the signature of incoming JWT requests.
-
#roles_key ⇒ String
The key used for matching the JWT roles attribute.
-
#subject_key ⇒ String
The key used for matching the JWT subject attribute.
Instance Attribute Details
#enabled ⇒ Boolean
True if JWT use is enabled.
4672 4673 4674 4675 4676 4677 4678 4679 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4672 class JWTOptionsOutput < Struct.new( :enabled, :subject_key, :roles_key, :public_key) SENSITIVE = [] include Aws::Structure end |
#public_key ⇒ String
The key used to verify the signature of incoming JWT requests.
4672 4673 4674 4675 4676 4677 4678 4679 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4672 class JWTOptionsOutput < Struct.new( :enabled, :subject_key, :roles_key, :public_key) SENSITIVE = [] include Aws::Structure end |
#roles_key ⇒ String
The key used for matching the JWT roles attribute.
4672 4673 4674 4675 4676 4677 4678 4679 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4672 class JWTOptionsOutput < Struct.new( :enabled, :subject_key, :roles_key, :public_key) SENSITIVE = [] include Aws::Structure end |
#subject_key ⇒ String
The key used for matching the JWT subject attribute.
4672 4673 4674 4675 4676 4677 4678 4679 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4672 class JWTOptionsOutput < Struct.new( :enabled, :subject_key, :roles_key, :public_key) SENSITIVE = [] include Aws::Structure end |