Google Cloud Security Command Center v1 API - Class Finding.Types.MuteInfo (3.24.0)

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.

Inheritance

object > Finding.Types.MuteInfo

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

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