Class: Aws::OpenSearchService::Types::IAMFederationOptionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::IAMFederationOptionsInput
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Input parameters for configuring IAM identity federation settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Specifies whether IAM identity federation is enabled for the OpenSearch domain.
-
#roles_key ⇒ String
The key in the SAML assertion that contains the user's role information.
-
#subject_key ⇒ String
The key in the SAML assertion that contains the user's subject identifier.
Instance Attribute Details
#enabled ⇒ Boolean
Specifies whether IAM identity federation is enabled for the OpenSearch domain.
4668 4669 4670 4671 4672 4673 4674 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4668 class IAMFederationOptionsInput < Struct.new( :enabled, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |
#roles_key ⇒ String
The key in the SAML assertion that contains the user's role information.
4668 4669 4670 4671 4672 4673 4674 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4668 class IAMFederationOptionsInput < Struct.new( :enabled, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |
#subject_key ⇒ String
The key in the SAML assertion that contains the user's subject identifier.
4668 4669 4670 4671 4672 4673 4674 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4668 class IAMFederationOptionsInput < Struct.new( :enabled, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |