Module: Google::Cloud::NetworkSecurity::V1::AuthzPolicy::AuthzAction

Defined in:
proto_docs/google/cloud/networksecurity/v1/authz_policy.rb

Overview

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

Constant Summary collapse

AUTHZ_ACTION_UNSPECIFIED =

Unspecified action.

0
ALLOW =

Allow request to pass through to the backend.

1
DENY =

Deny the request and return a HTTP 404 to the client.

2
CUSTOM =

Delegate the authorization decision to an external authorization engine.

3