Reference documentation and code samples for the Google Cloud Ids V1 Client class Severity.
Threat severity levels.
Protobuf type google.cloud.ids.v1.Endpoint.Severity
Namespace
Google \ Cloud \ Ids \ V1 \ EndpointMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SEVERITY_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
INFORMATIONAL
Value: 1
Informational alerts.
Generated from protobuf enum INFORMATIONAL = 1;
LOW
Value: 2
Low severity alerts.
Generated from protobuf enum LOW = 2;
MEDIUM
Value: 3
Medium severity alerts.
Generated from protobuf enum MEDIUM = 3;
HIGH
Value: 4
High severity alerts.
Generated from protobuf enum HIGH = 4;
CRITICAL
Value: 5
Critical severity alerts.
Generated from protobuf enum CRITICAL = 5;