public enum AuthzPolicy.AuthzAction extends Enum<AuthzPolicy.AuthzAction> implements ProtocolMessageEnum The action to be applied to this policy. Valid values are
ALLOW, DENY, CUSTOM.
Protobuf enum google.cloud.networksecurity.v1.AuthzPolicy.AuthzAction
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALLOW |
Allow request to pass through to the backend. |
ALLOW_VALUE |
Allow request to pass through to the backend. |
AUTHZ_ACTION_UNSPECIFIED |
Unspecified action. |
AUTHZ_ACTION_UNSPECIFIED_VALUE |
Unspecified action. |
CUSTOM |
Delegate the authorization decision to an external authorization engine. |
CUSTOM_VALUE |
Delegate the authorization decision to an external authorization engine. |
DENY |
Deny the request and return a HTTP 404 to the client. |
DENY_VALUE |
Deny the request and return a HTTP 404 to the client. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|