Show / Hide Table of Contents

Class WildfireInlineMlSettings

Defines the settings for WildFire Inline ML analysis.

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

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileExceptions

Optional. List of files to exclude from WildFire Inline ML analysis.

Declaration
[JsonProperty("fileExceptions")]
public virtual IList<WildfireInlineMlFileException> FileExceptions { get; set; }
Property Value
Type Description
IList<WildfireInlineMlFileException>

InlineMlConfigs

Optional. List of Inline ML configs to enable in WildFire Inline ML analysis.

Declaration
[JsonProperty("inlineMlConfigs")]
public virtual IList<WildfireInlineMlSettingsInlineMlConfig> InlineMlConfigs { get; set; }
Property Value
Type Description
IList<WildfireInlineMlSettingsInlineMlConfig>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX