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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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*.

[1]: docs.aws.amazon.com/singlesignon/latest/userguide/attributemappingsconcept.html

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 'lib/aws-sdk-ssoadmin/types.rb', line 56

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