envoy.extensions.filters.http.ext_authz.v3.HttpService
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.HttpService
.withAuthorizationRequest(types.envoy.extensions.filters.http.ext_authz.v3.AuthorizationRequest)
.withAuthorizationResponse(types.envoy.extensions.filters.http.ext_authz.v3.AuthorizationResponse)
.withPathPrefix('string')
.withServerUri(types.envoy.config.core.v3.HttpUri)
._validate()
Fields