Values_0.PrincipalPermissionsSourcePermissions granted to a principal.
type nonrec t = {principal : DataLakePrincipal.t option;The principal who is granted permissions.
*)permissions : PermissionList.t option;The permissions that are granted to the principal.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Enum of string ] list
| `Structure of
(string * [> `String of DataLakePrincipalString.t ]) list ])
list ]