Show / Hide Table of Contents

Class ThreatOverride

Defines what action to take for a specific threat_id match.

Inheritance
object
ThreatOverride
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkSecurity.v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class ThreatOverride : IDirectResponseSchema

Properties

Action

Required. Threat action override. For some threat types, only a subset of actions applies.

Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ThreatId

Required. Vendor-specific ID of a threat to override.

Declaration
[JsonProperty("threatId")]
public virtual string ThreatId { get; set; }
Property Value
Type Description
string

Type

Output only. Type of the threat (read only).

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX