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.
Implements
IMessage Finding Types MuteInfo , IEquatable Finding Types MuteInfo , IDeepCloneable Finding Types MuteInfo , IBufferMessage , IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
MuteInfo()
public MuteInfo()
MuteInfo(MuteInfo)
public MuteInfo(Finding.Types.MuteInfo other)
Properties
DynamicMuteRecords
public RepeatedField<Finding.Types.MuteInfo.Types.DynamicMuteRecord> DynamicMuteRecords { get; }
The list of dynamic mute rules that currently match the finding.
StaticMute
public Finding.Types.MuteInfo.Types.StaticMute StaticMute { get; set; }
If set, the static mute applied to this finding. Static mutes override dynamic mutes. If unset, there is no static mute.