Values.BatchIsAuthorizedWithTokenInputItemSourceAn authorization request that you include in a BatchIsAuthorizedWithToken API request.
type nonrec t = {action : ActionIdentifier.t option;Specifies the requested action to be authorized. For example, PhotoFlash::ReadPhoto.
*)resource : EntityIdentifier.t option;Specifies the resource that you want an authorization decision for. For example, PhotoFlash::Photo.
*)context : ContextDefinition.t option;Specifies additional context that can be used to make more granular authorization decisions.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of String_.t ] * Awso.Botodata.value) list
| `String of ActionType.t ])
list ])
list ]