Class ExploitPredictionScoringSystem
Implements
Inherited Members
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? |