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 \ CustomConfigMethods
static::name
value
mixed
static::value
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;