Class TechnologyWatchListConfig
TechnologyWatchListConfig is the configuration for the technology watchlist.
Implements
Inherited Members
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> |