Class WildfireInlineMlOverride
Defines what action to take for WildFire Inline ML threats per protocol.
Implements
Inherited Members
Namespace: Google.Apis.NetworkSecurity.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class WildfireInlineMlOverride : IDirectResponseSchema
Properties
Action
Required. The action to take for WildFire Inline ML override.
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 for WildFire Inline ML override.
Declaration
[JsonProperty("protocol")]
public virtual string Protocol { get; set; }
Property Value
| Type | Description |
|---|---|
| string |