envoy.extensions.filters.http.gcp_authn.v3.GcpAuthnFilterConfig
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.gcp_authn.v3.GcpAuthnFilterConfig
.withCacheConfig(types.envoy.extensions.filters.http.gcp_authn.v3.TokenCacheConfig)
.withHttpUri(types.envoy.config.core.v3.HttpUri)
.withRetryPolicy(types.envoy.config.core.v3.RetryPolicy)
.withTokenHeader(types.envoy.extensions.filters.http.gcp_authn.v3.TokenHeader)
._validate()
Fields