Network Security v1 API - Enum ThreatAction (1.0.0-beta01)

public enum ThreatAction

Reference documentation and code samples for the Network Security v1 API enum ThreatAction.

Threat action override.

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

Google.Cloud.NetworkSecurity.V1.dll

Fields

Name Description
Alert

The packet matching this rule will be allowed to transmit, but a threat_log entry will be sent to the consumer project.

Allow

The packet matching this rule will be allowed to transmit.

DefaultAction

The default action (as specified by the vendor) is taken.

Deny

The packet matching this rule will be dropped, and a threat_log entry will be sent to the consumer project.

Unspecified

Threat action not specified.