Values.GrantSourceContainer for grant information.
type nonrec t = {grantee : Grantee.t option;The person being granted permissions.
*)permission : Permission.t option;Specifies the permission given to the grantee.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `String of DisplayName.t ]) list ])
list ]