Class: Aws::OpenSearchService::Types::IdentityCenterOptionsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::IdentityCenterOptionsInput
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Configuration settings for enabling and managing IAM Identity Center.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled_api_access ⇒ Boolean
Indicates whether IAM Identity Center is enabled for API access in Amazon OpenSearch Service.
-
#identity_center_instance_arn ⇒ String
The ARN of the IAM Identity Center instance used to create an OpenSearch UI application that uses IAM Identity Center for authentication.
-
#roles_key ⇒ String
Specifies the attribute that contains the backend role identifier (such as group name or group ID) in IAM Identity Center.
-
#subject_key ⇒ String
Specifies the attribute that contains the subject identifier (such as username, user ID, or email) in IAM Identity Center.
Instance Attribute Details
#enabled_api_access ⇒ Boolean
Indicates whether IAM Identity Center is enabled for API access in Amazon OpenSearch Service.
5183 5184 5185 5186 5187 5188 5189 5190 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5183 class IdentityCenterOptionsInput < Struct.new( :enabled_api_access, :identity_center_instance_arn, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |
#identity_center_instance_arn ⇒ String
The ARN of the IAM Identity Center instance used to create an OpenSearch UI application that uses IAM Identity Center for authentication.
5183 5184 5185 5186 5187 5188 5189 5190 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5183 class IdentityCenterOptionsInput < Struct.new( :enabled_api_access, :identity_center_instance_arn, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |
#roles_key ⇒ String
Specifies the attribute that contains the backend role identifier (such as group name or group ID) in IAM Identity Center.
5183 5184 5185 5186 5187 5188 5189 5190 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5183 class IdentityCenterOptionsInput < Struct.new( :enabled_api_access, :identity_center_instance_arn, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |
#subject_key ⇒ String
Specifies the attribute that contains the subject identifier (such as username, user ID, or email) in IAM Identity Center.
5183 5184 5185 5186 5187 5188 5189 5190 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 5183 class IdentityCenterOptionsInput < Struct.new( :enabled_api_access, :identity_center_instance_arn, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |