Show / Hide Table of Contents

Class ExploitPredictionScoringSystem

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.OnDemandScanning.v1beta1.Data
Assembly: Google.Apis.OnDemandScanning.v1beta1.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

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

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