Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class MuteConfigType.
The type of MuteConfig.
Protobuf type google.cloud.securitycenter.v2.MuteConfig.MuteConfigType
Namespace
Google \ Cloud \ SecurityCenter \ V2 \ MuteConfig
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
MUTE_CONFIG_TYPE_UNSPECIFIED
Value: 0
Unused.
Generated from protobuf enum MUTE_CONFIG_TYPE_UNSPECIFIED = 0;
PBSTATIC
Value: 1
A static mute config, which sets the static mute state of future matching
findings to muted. Once the static mute state has been set, finding or
config modifications will not affect the state.
Generated from protobuf enum STATIC = 1;
DYNAMIC
Value: 2
A dynamic mute config, which is applied to existing and future matching
findings, setting their dynamic mute state to "muted". If the config is
updated or deleted, or a matching finding is updated, such that the
finding doesn't match the config, the config will be removed from the
finding, and the finding's dynamic mute state may become "unmuted"
(unless other configs still match).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Security Command Center V2 Client - Class MuteConfigType (2.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.1 (latest)](/php/docs/reference/cloud-security-center/latest/V2.MuteConfig.MuteConfigType)\n- [2.2.0](/php/docs/reference/cloud-security-center/2.2.0/V2.MuteConfig.MuteConfigType)\n- [2.1.1](/php/docs/reference/cloud-security-center/2.1.1/V2.MuteConfig.MuteConfigType)\n- [2.0.4](/php/docs/reference/cloud-security-center/2.0.4/V2.MuteConfig.MuteConfigType)\n- [1.32.0](/php/docs/reference/cloud-security-center/1.32.0/V2.MuteConfig.MuteConfigType)\n- [1.31.0](/php/docs/reference/cloud-security-center/1.31.0/V2.MuteConfig.MuteConfigType)\n- [1.30.0](/php/docs/reference/cloud-security-center/1.30.0/V2.MuteConfig.MuteConfigType)\n- [1.29.0](/php/docs/reference/cloud-security-center/1.29.0/V2.MuteConfig.MuteConfigType)\n- [1.28.2](/php/docs/reference/cloud-security-center/1.28.2/V2.MuteConfig.MuteConfigType)\n- [1.21.0](/php/docs/reference/cloud-security-center/1.21.0/V2.MuteConfig.MuteConfigType)\n- [1.20.2](/php/docs/reference/cloud-security-center/1.20.2/V2.MuteConfig.MuteConfigType)\n- [1.19.1](/php/docs/reference/cloud-security-center/1.19.1/V2.MuteConfig.MuteConfigType)\n- [1.18.0](/php/docs/reference/cloud-security-center/1.18.0/V2.MuteConfig.MuteConfigType)\n- [1.17.0](/php/docs/reference/cloud-security-center/1.17.0/V2.MuteConfig.MuteConfigType)\n- [1.16.0](/php/docs/reference/cloud-security-center/1.16.0/V2.MuteConfig.MuteConfigType)\n- [1.15.1](/php/docs/reference/cloud-security-center/1.15.1/V2.MuteConfig.MuteConfigType)\n- [1.14.2](/php/docs/reference/cloud-security-center/1.14.2/V2.MuteConfig.MuteConfigType)\n- [1.13.1](/php/docs/reference/cloud-security-center/1.13.1/V2.MuteConfig.MuteConfigType) \nReference documentation and code samples for the Google Cloud Security Command Center V2 Client class MuteConfigType.\n\nThe type of MuteConfig.\n\nProtobuf type `google.cloud.securitycenter.v2.MuteConfig.MuteConfigType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ SecurityCenter \\\\ V2 \\\\ MuteConfig\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### MUTE_CONFIG_TYPE_UNSPECIFIED\n\n Value: 0\n\nUnused.\n\nGenerated from protobuf enum `MUTE_CONFIG_TYPE_UNSPECIFIED = 0;`\n\n### PBSTATIC\n\n Value: 1\n\nA static mute config, which sets the static mute state of future matching\nfindings to muted. Once the static mute state has been set, finding or\nconfig modifications will not affect the state.\n\nGenerated from protobuf enum `STATIC = 1;`\n\n### DYNAMIC\n\n Value: 2\n\nA dynamic mute config, which is applied to existing and future matching\nfindings, setting their dynamic mute state to \"muted\". If the config is\nupdated or deleted, or a matching finding is updated, such that the\nfinding doesn't match the config, the config will be removed from the\nfinding, and the finding's dynamic mute state may become \"unmuted\"\n(unless other configs still match).\n\nGenerated from protobuf enum `DYNAMIC = 2;`"]]