Google Cloud Security Command Center V1p1beta1 Client - Class Severity (1.17.0)

Reference documentation and code samples for the Google Cloud Security Command Center V1p1beta1 Client class Severity.

The severity of the finding. This field is managed by the source that writes the finding.

Protobuf type google.cloud.securitycenter.v1p1beta1.Finding.Severity

Namespace

Google \ Cloud \ SecurityCenter \ V1p1beta1 \ Finding

Methods

static::name

Parameter
NameDescription
value mixed

static::value

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