View Source GoogleApi.ServiceControl.V2.Model.CheckResponse (google_api_service_control v0.44.0)
Response message for the Check method.
Attributes
-
dynamicMetadata(type:map(), default:nil) - Optional response metadata that will be emitted as dynamic metadata to be consumed by the caller of ServiceController. For compatibility with the ext_authz interface. -
headers(type:map(), default:nil) - Returns a set of request contexts generated from theCheckRequest. -
status(type:GoogleApi.ServiceControl.V2.Model.Status.t, default:nil) - Operation is allowed when this field is not set. Any non-'OK' status indicates a denial; google.rpc.Status.details would contain additional details about the denial.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ServiceControl.V2.Model.CheckResponse{ dynamicMetadata: map() | nil, headers: map() | nil, status: GoogleApi.ServiceControl.V2.Model.Status.t() | nil }