Values.PrincipalGroupSourceProvides information about a group associated with the principal.
type nonrec t = {name : GroupName.t option;The name of the group.
*)access : ReadAccessType.t;Provides information about whether to allow or deny access to the principal.
*)membershipType : MembershipType.t option;The type of group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GroupName.t ]) list ]