Values.PrincipalUserSourceProvides information about a user associated with a principal.
type nonrec t = {id : UserId.t option;The identifier of the user.
*)access : ReadAccessType.t;Provides information about whether to allow or deny access to the principal.
*)membershipType : MembershipType.t option;The type of group.
*)}