action property
The action to take when a rule match is found.
Possible values are "ALLOW" or "DENY".
Required. Possible string values are:
- "ACTION_UNSPECIFIED" : Default value.
- "ALLOW" : Grant access.
- "DENY" : Deny access. Deny rules should be avoided unless they are used to provide a default "deny all" fallback.
Implementation
core.String? action;