envoy.extensions.filters.http.jwt_authn.v3.JwtRequirement
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.jwt_authn.v3.JwtRequirement
.withAllowMissing(types.google.protobuf.Empty)
.withAllowMissingOrFailed(types.google.protobuf.Empty)
.withProviderAndAudiences(types.envoy.extensions.filters.http.jwt_authn.v3.ProviderWithAudiences)
.withProviderName('string')
.withRequiresAll(types.envoy.extensions.filters.http.jwt_authn.v3.JwtRequirementAndList)
.withRequiresAny(types.envoy.extensions.filters.http.jwt_authn.v3.JwtRequirementOrList)
._validate()
Fields