Class: Aws::SSOAdmin::Types::AccessControlAttributeValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::AccessControlAttributeValue
- 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
-
#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 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 56 class AccessControlAttributeValue < Struct.new( :source) SENSITIVE = [] include Aws::Structure end |