Class: Aws::OpenSearchService::Types::IAMFederationOptionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::IAMFederationOptionsOutput
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Output parameters showing the current IAM identity federation configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Indicates whether IAM identity federation is currently enabled for the domain.
-
#roles_key ⇒ String
The configured key in the SAML assertion for the user's role information.
-
#subject_key ⇒ String
The configured key in the SAML assertion for the user's subject identifier.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether IAM identity federation is currently enabled for the domain.
4696 4697 4698 4699 4700 4701 4702 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4696 class IAMFederationOptionsOutput < Struct.new( :enabled, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |
#roles_key ⇒ String
The configured key in the SAML assertion for the user's role information.
4696 4697 4698 4699 4700 4701 4702 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4696 class IAMFederationOptionsOutput < Struct.new( :enabled, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |
#subject_key ⇒ String
The configured key in the SAML assertion for the user's subject identifier.
4696 4697 4698 4699 4700 4701 4702 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4696 class IAMFederationOptionsOutput < Struct.new( :enabled, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |