Module: Google::Cloud::SecurityCenter::V1::Finding::Mute
- Defined in:
- proto_docs/google/cloud/securitycenter/v1/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.
4