public enum ThreatActionReference documentation and code samples for the Network Security v1 API enum ThreatAction.
Threat action override.
Namespace
Google.Cloud.NetworkSecurity.V1Assembly
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. |