Values.DocumentAclGroupSourceRepresents a group in the document's ACL, used to define access permissions for multiple users collectively.
type nonrec t = {name : GroupName.t option;The name of the group in the document's ACL. This is used to identify the group when applying access rules.
*)type_ : MembershipType.t option;The type of the group. This indicates the scope of the group's applicability in access control.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GroupName.t ]) list ]