Home

envoy.extensions.filters.http.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.http.rbac.v3.RBAC
.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')
._validate()

Fields

Name Type One-of group Required Constraints
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