public sealed class Finding.Types.MuteInfo.Types.DynamicMuteRecord : IMessage<Finding.Types.MuteInfo.Types.DynamicMuteRecord>, IEquatable<Finding.Types.MuteInfo.Types.DynamicMuteRecord>, IDeepCloneable<Finding.Types.MuteInfo.Types.DynamicMuteRecord>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class Finding.Types.MuteInfo.Types.DynamicMuteRecord.
The record of a dynamic mute rule that matches the finding.
The relative resource name of the mute rule, represented by a mute
config, that created this record, for example
organizations/123/muteConfigs/mymuteconfig or
organizations/123/locations/global/muteConfigs/mymuteconfig.
[[["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-07-09 UTC."],[[["This documentation provides reference information and code samples for the `Finding.Types.MuteInfo.Types.DynamicMuteRecord` class in the Security Command Center v2 API."],["The `DynamicMuteRecord` class represents a record of a dynamic mute rule that has matched a specific finding."],["The `DynamicMuteRecord` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `MatchTime`, indicating when the dynamic mute rule first matched the finding, and `MuteConfig`, which is the resource name of the mute rule that created the record."],["There are two constructors available, one with no parameters and the other accepting a `Finding.Types.MuteInfo.Types.DynamicMuteRecord` parameter, which is used to populate a new object from an existing one."]]],[]]