Show / Hide Table of Contents

Class WildfireInlineCloudAnalysisRule

The list of file type configurations to be scanned by WildFire Inline Cloud Analysis.

Inheritance
object
WildfireInlineCloudAnalysisRule
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 WildfireInlineCloudAnalysisRule : IDirectResponseSchema

Properties

Action

Required. Action to take when a threat is detected using WildFire Inline Cloud Analysis. The default Value is DENY.

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

CustomFileTypes

Submit a custom list of file types for WildFire analysis.

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

Direction

Required. Direction for the file to be analyzed by WildFire Inline Cloud Analysis.

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 inline cloud 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