Reference documentation and code samples for the Google Cloud Web Security Scanner V1 Client class Severity.
The severity level of a vulnerability.
Protobuf type google.cloud.websecurityscanner.v1.Finding.Severity
Namespace
Google \ Cloud \ WebSecurityScanner \ V1 \ FindingMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SEVERITY_UNSPECIFIED
Value: 0
No severity specified. The default value.
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
CRITICAL
Value: 1
Critical severity.
Generated from protobuf enum CRITICAL = 1;
HIGH
Value: 2
High severity.
Generated from protobuf enum HIGH = 2;
MEDIUM
Value: 3
Medium severity.
Generated from protobuf enum MEDIUM = 3;
LOW
Value: 4
Low severity.
Generated from protobuf enum LOW = 4;