Class: Aws::OpenSearchService::Types::IAMFederationOptionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb

Overview

Output parameters showing the current IAM identity federation configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

Indicates whether IAM identity federation is currently enabled for the domain.

Returns:

  • (Boolean)


4555
4556
4557
4558
4559
4560
4561
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4555

class IAMFederationOptionsOutput < Struct.new(
  :enabled,
  :subject_key,
  :roles_key)
  SENSITIVE = []
  include Aws::Structure
end

#roles_keyString

The configured key in the SAML assertion for the user's role information.

Returns:

  • (String)


4555
4556
4557
4558
4559
4560
4561
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4555

class IAMFederationOptionsOutput < Struct.new(
  :enabled,
  :subject_key,
  :roles_key)
  SENSITIVE = []
  include Aws::Structure
end

#subject_keyString

The configured key in the SAML assertion for the user's subject identifier.

Returns:

  • (String)


4555
4556
4557
4558
4559
4560
4561
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4555

class IAMFederationOptionsOutput < Struct.new(
  :enabled,
  :subject_key,
  :roles_key)
  SENSITIVE = []
  include Aws::Structure
end