Security Command Center v2 API - Class Finding.Types.MuteInfo.Types.DynamicMuteRecord (1.0.0-beta05)

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.

Inheritance

object > Finding.Types.MuteInfo.Types.DynamicMuteRecord

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

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