View Source Envoy.Service.Auth.V2.CheckResponse (envoy_data_plane_api v0.2.0)
Summary
Types
@type t() :: %Envoy.Service.Auth.V2.CheckResponse{ __unknown_fields__: [ {field_number :: integer(), Protobuf.Wire.Types.wire_type(), value :: term()} ], http_response: {:denied_response, Envoy.Service.Auth.V2.DeniedHttpResponse.t() | nil} | {:ok_response, Envoy.Service.Auth.V2.OkHttpResponse.t() | nil} | nil, status: Google.Rpc.Status.t() | nil }