Values.DocumentAclMembershipSourceRepresents membership rules in the document's ACL, defining how users or groups are associated with access permissions.
type nonrec t = {memberRelation : MemberRelation.t option;The logical relation between members in the membership rule, determining how multiple conditions are combined.
*)conditions : DocumentAclConditions.t option;An array of conditions that define the membership rules. Each condition specifies criteria for users or groups to be included in this membership.
*)}