Class: Aws::SSOAdmin::Types::AccessControlAttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::AccessControlAttributeValue
- 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
-
#source ⇒ Array<String>
The identity source to use when mapping a specified attribute to IAM Identity Center.
Instance Attribute Details
#source ⇒ Array<String>
The identity source to use when mapping a specified attribute to IAM Identity Center.
56 57 58 59 60 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 56 class AccessControlAttributeValue < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |