OBJECT
AuthTarget
type AuthTarget {# method is the gRPC method invokedmethod: String! # user is the user making the requestuser: Doc! # target is the payload gived to the authorizer(request or response payload)target: Map! }