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.
4729 4730 4731 4732 4733 4734 4735 4736 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4729 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.
4729 4730 4731 4732 4733 4734 4735 4736 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4729 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.
4729 4730 4731 4732 4733 4734 4735 4736 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4729 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.
4729 4730 4731 4732 4733 4734 4735 4736 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4729 class IdentityCenterOptionsInput < Struct.new( :enabled_api_access, :identity_center_instance_arn, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |