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 details the `Finding.Types.MuteInfo` class within the Security Command Center v2 API, which manages mute information for findings."],["The `Finding.Types.MuteInfo` class provides methods for managing whether a finding has a static mute or matches dynamic mute rules."],["The class includes two constructors: a default constructor `MuteInfo()` and another that takes an existing `MuteInfo` object, `MuteInfo(Finding.Types.MuteInfo other)`."],["It contains properties `DynamicMuteRecords`, a list of dynamic mute rules, and `StaticMute`, which indicates any static mute applied, overriding dynamic mutes if set."],["The `Finding.Types.MuteInfo` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."]]],[]]