Show / Hide Table of Contents

Class WildfireSubmissionRule

Defines the file types to be submitted for WildFire analysis and the direction of the traffic.

Inheritance
object
WildfireSubmissionRule
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.v1beta1.Data
Assembly: Google.Apis.NetworkSecurity.v1beta1.dll
Syntax
public class WildfireSubmissionRule : IDirectResponseSchema

Properties

CustomFileTypes

Submit a custom list of file types for WildFire analysis.

Declaration
[JsonProperty("customFileTypes")]
public virtual WildfireSubmissionRuleCustomFileTypes CustomFileTypes { get; set; }
Property Value
Type Description
WildfireSubmissionRuleCustomFileTypes

Direction

Required. Direction for the files to be analyzed by WildFire.

Declaration
[JsonProperty("direction")]
public virtual string Direction { 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

FileSelectionMode

Required. File selection mode for WildFire analysis.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX