Show / Hide Table of Contents

Class TechnologyWatchListConfig

TechnologyWatchListConfig is the configuration for the technology watchlist.

Inheritance
object
TechnologyWatchListConfig
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.ThreatIntelligenceService.v1beta.Data
Assembly: Google.Apis.ThreatIntelligenceService.v1beta.dll
Syntax
public class TechnologyWatchListConfig : IDirectResponseSchema

Properties

AlertThreshold

Optional. Alert thresholds to effectively reduce noise.

Declaration
[JsonProperty("alertThreshold")]
public virtual TechnologyWatchListAlertThreshold AlertThreshold { get; set; }
Property Value
Type Description
TechnologyWatchListAlertThreshold

ETag

The ETag of the item.

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

Technologies

Optional. List of vendor, technology or cpe fingerprint. example: Microsoft office 360 Apache Server 3.5 cpe:2.3:a:microsoft:outlook::::::::

Declaration
[JsonProperty("technologies")]
public virtual IList<string> Technologies { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX