Values.AssociatedGroupSourceRepresents a group associated with a given user in the access control system.
type nonrec t = {name : GroupName.t option;The name of the group associated with the user. This is used to identify the group in access control decisions.
*)type_ : MembershipType.t option;The type of the associated group. This indicates the scope of the group's applicability.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GroupName.t ]) list ]