Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::ThreatAction.
Threat action override.
Constants
THREAT_ACTION_UNSPECIFIED
value: 0
Threat action not specified.
DEFAULT_ACTION
value: 4
The default action (as specified by the vendor) is taken.
ALLOW
value: 1
The packet matching this rule will be allowed to transmit.
ALERT
value: 2
The packet matching this rule will be allowed to transmit, but a threat_log
entry will be sent to the consumer project.
DENY
value: 3
The packet matching this rule will be dropped, and a threat_log entry will
be sent to the consumer project.