Values.PrincipalOutputSourceThe principal for which the permission applies.
type nonrec t = {userId : PrincipalOutputUserIdString.t option;The unique identifier of the user.
*)userType : PrincipalOutputUserTypeEnum.t option;The type of the user.
*)email : PrincipalOutputEmailString.t option;The email address associated with the user.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of PrincipalOutputUserIdString.t ])
list ]