Module: Google::Cloud::NetworkSecurity::V1beta1::AuthorizationPolicy::Action
- Defined in:
- proto_docs/google/cloud/networksecurity/v1beta1/authorization_policy.rb
Overview
Possible values that define what action to take.
Constant Summary collapse
- ACTION_UNSPECIFIED =
Default value.
0
- ALLOW =
Grant access.
1
- DENY =
Deny access. Deny rules should be avoided unless they are used to provide a default "deny all" fallback.
2