public sealed class Finding.Types.MuteInfo : IMessage<Finding.Types.MuteInfo>, IEquatable<Finding.Types.MuteInfo>, IDeepCloneable<Finding.Types.MuteInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class Finding.Types.MuteInfo.
Mute information about the finding, including whether the finding has a
static mute or any matching dynamic mute rules.
[[["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-03-21 UTC."],[[["This documentation is for the `Finding.Types.MuteInfo` class within the Security Command Center v2 API, version 1.0.0, which provides mute information for security findings."],["`Finding.Types.MuteInfo` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to store data regarding muting in the Security Center."],["The `MuteInfo` class contains two constructors: `MuteInfo()`, which does not require any parameters and `MuteInfo(MuteInfo other)` which requires another `MuteInfo` as a parameter."],["The `DynamicMuteRecords` property is a list of dynamic mute rules that match the finding and is of the type `RepeatedField\u003cFinding.Types.MuteInfo.Types.DynamicMuteRecord\u003e`."],["The `StaticMute` property, of the type `Finding.Types.MuteInfo.Types.StaticMute`, indicates whether a static mute is applied to the finding, overriding any dynamic mutes."]]],[]]