Reference documentation and code samples for the Google Cloud Network Security V1 Client class AuthzAction.
The action to be applied to this policy. Valid values are
ALLOW, DENY, CUSTOM.
Protobuf type google.cloud.networksecurity.v1.AuthzPolicy.AuthzAction
Namespace
Google \ Cloud \ NetworkSecurity \ V1 \ AuthzPolicyMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
AUTHZ_ACTION_UNSPECIFIED
Value: 0Unspecified action.
Generated from protobuf enum AUTHZ_ACTION_UNSPECIFIED = 0;
ALLOW
Value: 1Allow request to pass through to the backend.
Generated from protobuf enum ALLOW = 1;
DENY
Value: 2Deny the request and return a HTTP 404 to the client.
Generated from protobuf enum DENY = 2;
CUSTOM
Value: 3Delegate the authorization decision to an external authorization engine.
Generated from protobuf enum CUSTOM = 3;