Values.AccessControlAttributeValueSourceThe value used for mapping a specified attribute to an identity source. For more information, see Attribute mappings in the IAM Identity Center User Guide.
type nonrec t = {source : AccessControlAttributeValueSourceList.t;The identity source to use when mapping a specified attribute to IAM Identity Center.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of AccessControlAttributeValueSource.t ] list ])
list ]