Show / Hide Table of Contents

Class VulnerabilityAssessmentNote

A single VulnerabilityAssessmentNote represents one particular product's vulnerability assessment for one CVE.

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

Properties

Assessment

Represents a vulnerability assessment for the product.

Declaration
[JsonProperty("assessment")]
public virtual Assessment Assessment { get; set; }
Property Value
Type Description
Assessment

ETag

The ETag of the item.

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

LanguageCode

Identifies the language used by this document, corresponding to IETF BCP 47 / RFC 5646.

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

LongDescription

A detailed description of this Vex.

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

Product

The product affected by this vex.

Declaration
[JsonProperty("product")]
public virtual Product Product { get; set; }
Property Value
Type Description
Product

Publisher

Publisher details of this Note.

Declaration
[JsonProperty("publisher")]
public virtual Publisher Publisher { get; set; }
Property Value
Type Description
Publisher

ShortDescription

A one sentence description of this Vex.

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

Title

The title of the note. E.g. Vex-Debian-11.4

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX