Module: Google::Cloud::SecurityCenterManagement::V1::CustomConfig::Severity
- Defined in:
- proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb
Overview
Defines the valid value options for the severity of a finding.
Constant Summary collapse
- SEVERITY_UNSPECIFIED =
Default value. This value is unused.
0
- CRITICAL =
Critical severity.
1
- HIGH =
High severity.
2
- MEDIUM =
Medium severity.
3
- LOW =
Low severity.
4