Class AntivirusOverride
Defines what action to take for antivirus threats per protocol.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity .v1.Data
Assembly: Google.Apis.NetworkSecurity.v1.dll
Syntax
public class AntivirusOverride : 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 |
Protocol
Required. Protocol to match.
Declaration
[JsonProperty("protocol")]
public virtual string Protocol { get; set; }
Property Value
Type | Description |
---|---|
string |