public sealed class Finding.Types.MuteInfo.Types.StaticMute : IMessage<Finding.Types.MuteInfo.Types.StaticMute>, IEquatable<Finding.Types.MuteInfo.Types.StaticMute>, IDeepCloneable<Finding.Types.MuteInfo.Types.StaticMute>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class Finding.Types.MuteInfo.Types.StaticMute.
Information about the static mute state. A static mute state overrides any dynamic mute rules that apply to this finding. The static mute state can be set by a static mute rule or by muting the finding directly.
Implements
IMessageFindingTypesMuteInfoTypesStaticMute, IEquatableFindingTypesMuteInfoTypesStaticMute, IDeepCloneableFindingTypesMuteInfoTypesStaticMute, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
StaticMute()
public StaticMute()
StaticMute(StaticMute)
public StaticMute(Finding.Types.MuteInfo.Types.StaticMute other)
Parameter | |
---|---|
Name | Description |
other |
FindingTypesMuteInfoTypesStaticMute |
Properties
ApplyTime
public Timestamp ApplyTime { get; set; }
When the static mute was applied.
Property Value | |
---|---|
Type | Description |
Timestamp |
State
public Finding.Types.Mute State { get; set; }
The static mute state. If the value is MUTED
or UNMUTED
, then the
finding's overall mute state will have the same value.
Property Value | |
---|---|
Type | Description |
FindingTypesMute |