action property

String? action
getter/setter pair

Threat action override.

For some threat types, only a subset of actions applies.

Required. Possible string values are:

  • "THREAT_ACTION_UNSPECIFIED" : Threat action not specified.
  • "DEFAULT_ACTION" : The default action (as specified by the vendor) is taken.
  • "ALLOW" : The packet matching this rule will be allowed to transmit.
  • "ALERT" : The packet matching this rule will be allowed to transmit, but a threat_log entry will be sent to the consumer project.
  • "DENY" : The packet matching this rule will be dropped, and a threat_log entry will be sent to the consumer project.

Implementation

core.String? action;