Network Security V1 API - Module Google::Cloud::NetworkSecurity::V1::AuthzPolicy::AuthzAction (v0.1.0)

Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::AuthzPolicy::AuthzAction.

The action to be applied to this policy. Valid values are ALLOW, DENY, CUSTOM.

Constants

AUTHZ_ACTION_UNSPECIFIED

value: 0
Unspecified action.

ALLOW

value: 1
Allow request to pass through to the backend.

DENY

value: 2
Deny the request and return a HTTP 404 to the client.

CUSTOM

value: 3
Delegate the authorization decision to an external authorization engine.