Values.DocumentAclConditionSourceRepresents a condition in the document's ACL, specifying access rules for users and groups.
type nonrec t = {memberRelation : MemberRelation.t option;The logical relation between members in the condition, determining how multiple user or group conditions are combined.
*)users : DocumentAclUsers.t option;An array of user identifiers that this condition applies to. Users listed here are subject to the access rule defined by this condition.
*)groups : DocumentAclGroups.t option;An array of group identifiers that this condition applies to. Groups listed here are subject to the access rule defined by this condition.
*)}