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: 0Not set.
Generated from protobuf enum SEVERITY_UNSPECIFIED = 0;
INFORMATIONAL
Value: 1Informational alerts.
Generated from protobuf enum INFORMATIONAL = 1;
LOW
Value: 2Low severity alerts.
Generated from protobuf enum LOW = 2;
MEDIUM
Value: 3Medium severity alerts.
Generated from protobuf enum MEDIUM = 3;
HIGH
Value: 4High severity alerts.
Generated from protobuf enum HIGH = 4;
CRITICAL
Value: 5Critical severity alerts.
Generated from protobuf enum CRITICAL = 5;