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