Network Security v1 API - Class ThreatOverride (1.0.0-beta01)

public sealed class ThreatOverride : IMessage<ThreatOverride>, IEquatable<ThreatOverride>, IDeepCloneable<ThreatOverride>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Security v1 API class ThreatOverride.

Defines what action to take for a specific threat_id match.

Inheritance

object > ThreatOverride

Namespace

Google.Cloud.NetworkSecurity.V1

Assembly

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