Values.GranteeSourceContainer for the person being granted permissions.
type nonrec t = {displayName : DisplayName.t option;emailAddress : EmailAddress.t option;iD : ID.t option;The canonical user ID of the grantee.
*)type_ : Type.t;Type of grantee
*)uRI : URI.t option;URI of the grantee group.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DisplayName.t ]) list ]