Google Cloud Security Command Center V1 Client - Class Mute (1.17.0)

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 \ Finding

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;