Module: Google::Cloud::SecurityCenter::V1::BulkMuteFindingsRequest::MuteState

Defined in:
proto_docs/google/cloud/securitycenter/v1/securitycenter_service.rb

Overview

The mute state.

Constant Summary collapse

MUTE_STATE_UNSPECIFIED =

Unused.

0
MUTED =

Matching findings will be muted (default).

1
UNDEFINED =

Matching findings will have their mute state cleared.

2