Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class MuteState.
The mute state.
Protobuf type google.cloud.securitycenter.v2.BulkMuteFindingsRequest.MuteState
Namespace
Google \ Cloud \ SecurityCenter \ V2 \ BulkMuteFindingsRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MUTE_STATE_UNSPECIFIED
Value: 0
Unused.
Generated from protobuf enum MUTE_STATE_UNSPECIFIED = 0;
MUTED
Value: 1
Matching findings will be muted (default).
Generated from protobuf enum MUTED = 1;
UNDEFINED
Value: 2
Matching findings will have their mute state cleared.
Generated from protobuf enum UNDEFINED = 2;