Home

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

Name Type One-of group Required Constraints
bootstrap_metadata_labels_key string  
failure_mode_allow bool  
filter_enabled_metadata envoy.type.matcher.v3.MetadataMatcher  
grpc_service envoy.config.core.v3.GrpcService  
include_peer_certificate bool  
stat_prefix string   {"String_":{"WellKnown":null,"min_len":1}}
transport_api_version envoy.config.core.v3.ApiVersion   {"Enum":{"defined_only":true}}