action property
The action to take on matched requests. Possible string values are:
- "UNSPECIFIED_ACTION"
- "ALLOW" : Matching requests are allowed.
- "DENY" : Matching requests are denied.
Implementation
core.String? action;
The action to take on matched requests. Possible string values are:
core.String? action;