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

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.

Inheritance

object > Finding.Types.MuteInfo

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.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