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 Google Cloud Security Command Center v1 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
IMessageFindingTypesMuteInfo, IEquatableFindingTypesMuteInfo, IDeepCloneableFindingTypesMuteInfo, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
MuteInfo()
public MuteInfo()
MuteInfo(MuteInfo)
public MuteInfo(Finding.Types.MuteInfo other)
Parameter | |
---|---|
Name | Description |
other |
FindingTypesMuteInfo |
Properties
DynamicMuteRecords
public RepeatedField<Finding.Types.MuteInfo.Types.DynamicMuteRecord> DynamicMuteRecords { get; }
The list of dynamic mute rules that currently match the finding.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFindingTypesMuteInfoTypesDynamicMuteRecord |
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.
Property Value | |
---|---|
Type | Description |
FindingTypesMuteInfoTypesStaticMute |