Reference documentation and code samples for the Network Security V1beta1 API module Google::Cloud::NetworkSecurity::V1beta1::AuthorizationPolicy::Action.
Possible values that define what action to take.
Constants
ACTION_UNSPECIFIED
value: 0 Default value.
ALLOW
value: 1 Grant access.
DENY
value: 2 Deny access.
Deny rules should be avoided unless they are used to provide a default
"deny all" fallback.