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

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

Defines the valid value options for the severity of a finding.

Protobuf type google.cloud.securitycenter.v1.CustomConfig.Severity

Namespace

Google \ Cloud \ SecurityCenter \ V1 \ CustomConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

SEVERITY_UNSPECIFIED

Value: 0

Unspecified severity.

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;