Google Cloud Security Command Center V2 Client - Class Mute (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class Mute.

Mute state a finding can be in.

Protobuf type google.cloud.securitycenter.v2.Finding.Mute

Namespace

Google \ Cloud \ SecurityCenter \ V2 \ Finding

Methods

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: 3

Finding has never been muted/unmuted.

Generated from protobuf enum UNDEFINED = 3;