Module: Google::Cloud::SecurityCenter::V1p1beta1::Finding::State
- Defined in:
- proto_docs/google/cloud/securitycenter/v1p1beta1/finding.rb
Overview
The state of the finding.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified state.
0
- ACTIVE =
The finding requires attention and has not been addressed yet.
1
- INACTIVE =
The finding has been fixed, triaged as a non-issue or otherwise addressed and is no longer active.
2