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, IMessageReference documentation and code samples for the Google Cloud Security Command Center v1 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.V1Assembly
Google.Cloud.SecurityCenter.V1.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 |
|