Network Security V1 API - Module Google::Cloud::NetworkSecurity::V1::AuthzPolicy::AuthzAction (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-07 UTC."],[],[]]