Google Cloud Ids V1 Client - Class Severity (0.2.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;