public static interface Rbac.RBACOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Rbac.RBAC |
getRules()
Specify the RBAC rules to be applied globally.
|
Rbac.RBACOrBuilder |
getRulesOrBuilder()
Specify the RBAC rules to be applied globally.
|
Rbac.RBAC |
getShadowRules()
Shadow rules are not enforced by the filter but will emit stats and logs
and can be used for rule testing.
|
Rbac.RBACOrBuilder |
getShadowRulesOrBuilder()
Shadow rules are not enforced by the filter but will emit stats and logs
and can be used for rule testing.
|
String |
getStatPrefix()
The prefix to use when emitting statistics.
|
com.google.protobuf.ByteString |
getStatPrefixBytes()
The prefix to use when emitting statistics.
|
boolean |
hasRules()
Specify the RBAC rules to be applied globally.
|
boolean |
hasShadowRules()
Shadow rules are not enforced by the filter but will emit stats and logs
and can be used for rule testing.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRules()
Specify the RBAC rules to be applied globally. If absent, no enforcing RBAC policy will be applied.
.envoy.config.rbac.v2alpha.RBAC rules = 1;Rbac.RBAC getRules()
Specify the RBAC rules to be applied globally. If absent, no enforcing RBAC policy will be applied.
.envoy.config.rbac.v2alpha.RBAC rules = 1;Rbac.RBACOrBuilder getRulesOrBuilder()
Specify the RBAC rules to be applied globally. If absent, no enforcing RBAC policy will be applied.
.envoy.config.rbac.v2alpha.RBAC rules = 1;boolean hasShadowRules()
Shadow rules are not enforced by the filter but will emit stats and logs and can be used for rule testing. If absent, no shadow RBAC policy will be applied.
.envoy.config.rbac.v2alpha.RBAC shadow_rules = 2;Rbac.RBAC getShadowRules()
Shadow rules are not enforced by the filter but will emit stats and logs and can be used for rule testing. If absent, no shadow RBAC policy will be applied.
.envoy.config.rbac.v2alpha.RBAC shadow_rules = 2;Rbac.RBACOrBuilder getShadowRulesOrBuilder()
Shadow rules are not enforced by the filter but will emit stats and logs and can be used for rule testing. If absent, no shadow RBAC policy will be applied.
.envoy.config.rbac.v2alpha.RBAC shadow_rules = 2;String getStatPrefix()
The prefix to use when emitting statistics.
string stat_prefix = 3 [(.validate.rules) = { ... }com.google.protobuf.ByteString getStatPrefixBytes()
The prefix to use when emitting statistics.
string stat_prefix = 3 [(.validate.rules) = { ... }Copyright © 2018 The Envoy Project. All rights reserved.