Values.DocumentAclSourceRepresents the Access Control List (ACL) for a document, containing both allowlist and denylist conditions.
type nonrec t = {allowlist : DocumentAclMembership.t option;The allowlist conditions for the document. Users or groups matching these conditions are granted access to the document.
*)denyList : DocumentAclMembership.t option;The denylist conditions for the document. Users or groups matching these conditions are denied access to the document, overriding allowlist permissions.
*)}