Class: Aws::OpenSearchService::Types::IdentityCenterOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::IdentityCenterOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for IAM Identity Center Options settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled_api_access ⇒ Boolean
True to enable IAM Identity Center for API access in Amazon OpenSearch Service.
-
#identity_center_application_arn ⇒ String
The ARN for IAM Identity Center Application which will integrate with Amazon OpenSearch Service.
-
#identity_center_instance_arn ⇒ String
The ARN for IAM Identity Center Instance.
-
#identity_store_id ⇒ String
The ID of IAM Identity Store.
-
#roles_key ⇒ String
Specify the attribute that contains the backend role (groupName, groupID) of IAM Identity Center.
-
#subject_key ⇒ String
Specify the attribute that contains the subject (username, userID, email) of IAM Identity Center.
Instance Attribute Details
#enabled_api_access ⇒ Boolean
True to enable IAM Identity Center for API access in Amazon OpenSearch Service.
4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4369 class IdentityCenterOptions < Struct.new( :enabled_api_access, :identity_center_instance_arn, :subject_key, :roles_key, :identity_center_application_arn, :identity_store_id) SENSITIVE = [] include Aws::Structure end |
#identity_center_application_arn ⇒ String
The ARN for IAM Identity Center Application which will integrate with Amazon OpenSearch Service.
4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4369 class IdentityCenterOptions < Struct.new( :enabled_api_access, :identity_center_instance_arn, :subject_key, :roles_key, :identity_center_application_arn, :identity_store_id) SENSITIVE = [] include Aws::Structure end |
#identity_center_instance_arn ⇒ String
The ARN for IAM Identity Center Instance.
4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4369 class IdentityCenterOptions < Struct.new( :enabled_api_access, :identity_center_instance_arn, :subject_key, :roles_key, :identity_center_application_arn, :identity_store_id) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The ID of IAM Identity Store.
4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4369 class IdentityCenterOptions < Struct.new( :enabled_api_access, :identity_center_instance_arn, :subject_key, :roles_key, :identity_center_application_arn, :identity_store_id) SENSITIVE = [] include Aws::Structure end |
#roles_key ⇒ String
Specify the attribute that contains the backend role (groupName, groupID) of IAM Identity Center
4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4369 class IdentityCenterOptions < Struct.new( :enabled_api_access, :identity_center_instance_arn, :subject_key, :roles_key, :identity_center_application_arn, :identity_store_id) SENSITIVE = [] include Aws::Structure end |
#subject_key ⇒ String
Specify the attribute that contains the subject (username, userID, email) of IAM Identity Center.
4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4369 class IdentityCenterOptions < Struct.new( :enabled_api_access, :identity_center_instance_arn, :subject_key, :roles_key, :identity_center_application_arn, :identity_store_id) SENSITIVE = [] include Aws::Structure end |