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.
4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4870 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.
4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4870 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.
4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4870 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.
4870 4871 4872 4873 4874 4875 4876 4877 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4870 class IdentityCenterOptionsInput < Struct.new( :enabled_api_access, :identity_center_instance_arn, :subject_key, :roles_key) SENSITIVE = [] include Aws::Structure end |