envoy.extensions.filters.network.ext_authz.v3.ExtAuthz
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.network.ext_authz.v3.ExtAuthz
.withBootstrapMetadataLabelsKey('string')
.withFailureModeAllow(false)
.withFilterEnabledMetadata(types.envoy.type.matcher.v3.MetadataMatcher)
.withGrpcService(types.envoy.config.core.v3.GrpcService)
.withIncludePeerCertificate(false)
.withStatPrefix('string')
.withTransportApiVersion(types.envoy.config.core.v3.ApiVersion.AUTO)
._validate()
Fields