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.
4555 4556 4557 4558 4559 4560 4561 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4555 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.
4555 4556 4557 4558 4559 4560 4561 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4555 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.
4555 4556 4557 4558 4559 4560 4561 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4555 class IAMFederationOptionsOutput < Struct.new( :enabled, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |