Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class Mute.
Mute state a finding can be in.
Protobuf type google.cloud.securitycenter.v1.Finding.Mute
Namespace
Google \ Cloud \ SecurityCenter \ V1 \ FindingMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MUTE_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum MUTE_UNSPECIFIED = 0;
MUTED
Value: 1
Finding has been muted.
Generated from protobuf enum MUTED = 1;
UNMUTED
Value: 2
Finding has been unmuted.
Generated from protobuf enum UNMUTED = 2;
UNDEFINED
Value: 4
Finding has never been muted/unmuted.
Generated from protobuf enum UNDEFINED = 4;