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.
Implements
IMessageFindingTypesMuteInfoTypesDynamicMuteRecord, IEquatableFindingTypesMuteInfoTypesDynamicMuteRecord, IDeepCloneableFindingTypesMuteInfoTypesDynamicMuteRecord, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
DynamicMuteRecord()
public DynamicMuteRecord()
DynamicMuteRecord(DynamicMuteRecord)
public DynamicMuteRecord(Finding.Types.MuteInfo.Types.DynamicMuteRecord other)
Parameter | |
---|---|
Name | Description |
other |
FindingTypesMuteInfoTypesDynamicMuteRecord |
Properties
MatchTime
public Timestamp MatchTime { get; set; }
When the dynamic mute rule first matched the finding.
Property Value | |
---|---|
Type | Description |
Timestamp |
MuteConfig
public string MuteConfig { get; set; }
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
.
Property Value | |
---|---|
Type | Description |
string |