Class: Aws::OpenSearchService::Types::IdentityCenterOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabled_api_accessBoolean

True to enable IAM Identity Center for API access in Amazon OpenSearch Service.

Returns:

  • (Boolean)


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_arnString

The ARN for IAM Identity Center Application which will integrate with Amazon OpenSearch Service.

Returns:

  • (String)


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_arnString

The ARN for IAM Identity Center Instance.

Returns:

  • (String)


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_idString

The ID of IAM Identity Store.

Returns:

  • (String)


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_keyString

Specify the attribute that contains the backend role (groupName, groupID) of IAM Identity Center

Returns:

  • (String)


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_keyString

Specify the attribute that contains the subject (username, userID, email) of IAM Identity Center.

Returns:

  • (String)


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