Module: Google::Cloud::SecurityCenter::V2::Finding::Mute
- Defined in:
- proto_docs/google/cloud/securitycenter/v2/finding.rb
Overview
Mute state a finding can be in.
Constant Summary collapse
- MUTE_UNSPECIFIED =
Unspecified.
0- MUTED =
Finding has been muted.
1- UNMUTED =
Finding has been unmuted.
2- UNDEFINED =
Finding has never been muted/unmuted.
3