Values.GrantItemSourceA structure that defines a single grant and its configuration.
type nonrec t = {grantType : GrantType.t option;The type of the selected grant.
*)grant : Grant.t option;The configuration structure for the selected grant.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `String of URI.t
| `Structure of
(string
* [> `List of
[> `String of TokenIssuerAudience.t ]
list
| `String of TrustedTokenIssuerArn.t ])
list ]
list ])
list ])
list ])
list ]