Home

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

Name Type One-of group Required Constraints
allow_missing google.protobuf.Empty requires_type  
allow_missing_or_failed google.protobuf.Empty requires_type  
provider_and_audiences envoy.extensions.filters.http.jwt_authn.v3.ProviderWithAudiences requires_type  
provider_name string requires_type  
requires_all envoy.extensions.filters.http.jwt_authn.v3.JwtRequirementAndList requires_type  
requires_any envoy.extensions.filters.http.jwt_authn.v3.JwtRequirementOrList requires_type