Values.DocumentAclUserSourceRepresents a user in the document's ACL, used to define access permissions for individual users.
type nonrec t = {id : String_.t option;The unique identifier of the user in the document's ACL. This is used to identify the user when applying access rules.
*)type_ : MembershipType.t option;The type of the user. This indicates the scope of the user's applicability in access control.
*)}