Show / Hide Table of Contents

Class ExploitPredictionScoringSystem

ExploitPredictionScoringSystem provides information about the Exploit Prediction Scoring System (EPSS) score and percentile.

Inheritance
object
ExploitPredictionScoringSystem
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.ContainerAnalysis.v1alpha1.Data
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class ExploitPredictionScoringSystem : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Percentile

Optional. The percentile of the current score, the proportion of all scored vulnerabilities with the same or a lower EPSS score

Declaration
[JsonProperty("percentile")]
public virtual double? Percentile { get; set; }
Property Value
Type Description
double?

Score

Optional. The EPSS score representing the probability [0-1] of exploitation in the wild in the next 30 days

Declaration
[JsonProperty("score")]
public virtual double? Score { get; set; }
Property Value
Type Description
double?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX