View Source Envoy.Extensions.Filters.Http.ExtAuthz.V3.AuthorizationResponse (envoy_data_plane_api v0.1.0)
Summary
Types
@type t() :: %Envoy.Extensions.Filters.Http.ExtAuthz.V3.AuthorizationResponse{ __unknown_fields__: [ {field_number :: integer(), Protobuf.Wire.Types.wire_type(), value :: term()} ], allowed_client_headers: Envoy.Type.Matcher.V3.ListStringMatcher.t() | nil, allowed_client_headers_on_success: Envoy.Type.Matcher.V3.ListStringMatcher.t() | nil, allowed_upstream_headers: Envoy.Type.Matcher.V3.ListStringMatcher.t() | nil, allowed_upstream_headers_to_append: Envoy.Type.Matcher.V3.ListStringMatcher.t() | nil, dynamic_metadata_from_headers: Envoy.Type.Matcher.V3.ListStringMatcher.t() | nil }