public sealed class ThreatOverride : IMessage<ThreatOverride>, IEquatable<ThreatOverride>, IDeepCloneable<ThreatOverride>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class ThreatOverride.
Defines what action to take for a specific threat_id match.
Implements
IMessageThreatOverride, IEquatableThreatOverride, IDeepCloneableThreatOverride, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
ThreatOverride()
public ThreatOverride()ThreatOverride(ThreatOverride)
public ThreatOverride(ThreatOverride other)| Parameter | |
|---|---|
| Name | Description |
other |
ThreatOverride |
Properties
Action
public ThreatAction Action { get; set; }Required. Threat action override. For some threat types, only a subset of actions applies.
| Property Value | |
|---|---|
| Type | Description |
ThreatAction |
|
ThreatId
public string ThreatId { get; set; }Required. Vendor-specific ID of a threat to override.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Type
public ThreatType Type { get; set; }Output only. Type of the threat (read only).
| Property Value | |
|---|---|
| Type | Description |
ThreatType |
|