Class: Aws::SSOAdmin::Types::AccessControlAttributeValue

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

Overview

The value used for mapping a specified attribute to an identity source. For more information, see Attribute mappings in the IAM Identity Center User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceArray<String>

The identity source to use when mapping a specified attribute to IAM Identity Center.

Returns:

  • (Array<String>)


56
57
58
59
60
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 56

class AccessControlAttributeValue < Struct.new(
  :source)
  SENSITIVE = []
  include Aws::Structure
end