envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse
.withAllowedClientHeaders(types.envoy.type.matcher.v3.ListStringMatcher)
.withAllowedClientHeadersOnSuccess(types.envoy.type.matcher.v3.ListStringMatcher)
.withAllowedUpstreamHeaders(types.envoy.type.matcher.v3.ListStringMatcher)
.withAllowedUpstreamHeadersToAppend(types.envoy.type.matcher.v3.ListStringMatcher)
.withDynamicMetadataFromHeaders(types.envoy.type.matcher.v3.ListStringMatcher)
._validate()
Fields