Home

envoy.extensions.filters.network.rbac.v3.RBAC

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.rbac.v3.RBAC
.withEnforcementType(types.envoy.extensions.filters.network.rbac.v3.RBAC.EnforcementType.ONE_TIME_ON_FIRST_BYTE)
.withMatcher(types.xds.type.matcher.v3.Matcher)
.withRules(types.envoy.config.rbac.v3.RBAC)
.withShadowMatcher(types.xds.type.matcher.v3.Matcher)
.withShadowRules(types.envoy.config.rbac.v3.RBAC)
.withShadowRulesStatPrefix('string')
.withStatPrefix('string')
._validate()

Nested Enums

Fields

Name Type One-of group Required Constraints
enforcement_type envoy.extensions.filters.network.rbac.v3.RBAC.EnforcementType  
matcher xds.type.matcher.v3.Matcher  
rules envoy.config.rbac.v3.RBAC  
shadow_matcher xds.type.matcher.v3.Matcher  
shadow_rules envoy.config.rbac.v3.RBAC  
shadow_rules_stat_prefix string  
stat_prefix string   {"String_":{"WellKnown":null,"min_len":1}}