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