OBJECT
Request is an inbound gRPC request that authorizers execute against
type Request {# method is the gRPC method invokedmethod: String! # user is the user making the requestuser: Doc! # timestamp is the time of the requesttimestamp: Time! # request is the request represented as k/v pairsrequest: Map! }