Show / Hide Table of Contents

Class Risk

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

Properties

CisaKev

CISA maintains the authoritative source of vulnerabilities that have been exploited in the wild.

Declaration
[JsonProperty("cisaKev")]
public virtual CISAKnownExploitedVulnerabilities CisaKev { get; set; }
Property Value
Type Description
CISAKnownExploitedVulnerabilities

ETag

The ETag of the item.

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

Epss

The Exploit Prediction Scoring System (EPSS) estimates the likelihood (probability) that a software vulnerability will be exploited in the wild.

Declaration
[JsonProperty("epss")]
public virtual ExploitPredictionScoringSystem Epss { get; set; }
Property Value
Type Description
ExploitPredictionScoringSystem

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX