Class ThreatOverride
Defines what action to take for a specific threat_id match.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.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 |