Values.BatchIsAuthorizedInputItemSourceAn authorization request that you include in a BatchIsAuthorized API request.
type nonrec t = {principal : EntityIdentifier.t option;Specifies the principal for which the authorization decision is to be made.
*)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 EntityType.t ])
list ])
list ]