Values_0.PrimaryAttributeValueSourceA primary attribute value.
type nonrec t = {accessType : AccessType.t option;The value's access type.
*)attributeName : PrimaryAttributeContextKeyName.t option;The value's attribute name.
*)values : PrimaryValueList.t option;The value's values.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of IAMRestrictedPrimaryValue.t ] list
| `String of PrimaryAttributeContextKeyName.t ])
list ]