Show / Hide Table of Contents

Class TechnologyWatchListAlertThreshold

TechnologyWatchListAlertThreshold contains the thresholds for alerting.

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

Properties

CvssScoreMinimum

Optional. The minimum cvss V3 score for the alert. Ex: 7.0. Valid range is [0.0, 10.0].

Declaration
[JsonProperty("cvssScoreMinimum")]
public virtual float? CvssScoreMinimum { get; set; }
Property Value
Type Description
float?

ETag

The ETag of the item.

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

EpssScoreMinimum

Optional. The minimum epss score for the alert. Ex: 0.8. Valid range is [0.0, 1.0].

Declaration
[JsonProperty("epssScoreMinimum")]
public virtual float? EpssScoreMinimum { get; set; }
Property Value
Type Description
float?

ExploitationStates

Optional. The exploitation states of the alert.

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

PriorityMinimum

Optional. The minimum priority for the alert.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX