Module: Google::Cloud::SecurityCenter::V1::CustomConfig::Severity

Defined in:
proto_docs/google/cloud/securitycenter/v1/security_health_analytics_custom_config.rb

Overview

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

Constant Summary collapse

SEVERITY_UNSPECIFIED =

Unspecified severity.

0
CRITICAL =

Critical severity.

1
HIGH =

High severity.

2
MEDIUM =

Medium severity.

3
LOW =

Low severity.

4