Reference documentation and code samples for the Google Cloud Network Security V1 Client class Severity.
Severity level.
Protobuf type google.cloud.networksecurity.v1.Severity
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SEVERITY_UNSPECIFIED
Value: 0Severity level not specified.
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
INFORMATIONAL
Value: 1Suspicious events that do not pose an immediate threat, but that are reported to call attention to deeper problems that could possibly exist.
Generated from protobuf enum INFORMATIONAL = 1;
LOW
Value: 2Warning-level threats that have very little impact on an organization's infrastructure. They usually require local or physical system access and may often result in victim privacy issues and information leakage.
Generated from protobuf enum LOW = 2;
MEDIUM
Value: 3Minor threats in which impact is minimized, that do not compromise the target or exploits that require an attacker to reside on the same local network as the victim, affect only non-standard configurations or obscure applications, or provide very limited access.
Generated from protobuf enum MEDIUM = 3;
HIGH
Value: 4Threats that have the ability to become critical but have mitigating factors; for example, they may be difficult to exploit, do not result in elevated privileges, or do not have a large victim pool.
Generated from protobuf enum HIGH = 4;
CRITICAL
Value: 5Serious threats, such as those that affect default installations of widely deployed software, result in root compromise of servers, and the exploit code is widely available to attackers. The attacker usually does not need any special authentication credentials or knowledge about the individual victims and the target does not need to be manipulated into performing any special functions.
Generated from protobuf enum CRITICAL = 5;