Module: Google::Cloud::SecurityCenter::V1p1beta1::Finding::Severity
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/finding.rb
Overview
The severity of the finding. This field is managed by the source that writes the finding.
Constant Summary collapse
- SEVERITY_UNSPECIFIED =
No severity specified. The default value.
0
- CRITICAL =
Critical severity.
1
- HIGH =
High severity.
2
- MEDIUM =
Medium severity.
3
- LOW =
Low severity.
4