action property

String? action
getter/setter pair

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;