Show / Hide Table of Contents

Class CVSSv3

Common Vulnerability Scoring System version 3. For details, see https://www.first.org/cvss/specification-document

Inheritance
System.Object
CVSSv3
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class CVSSv3 : IDirectResponseSchema

Properties

AttackComplexity

Declaration
[JsonProperty("attackComplexity")]
public virtual string AttackComplexity { get; set; }
Property Value
Type Description
System.String

AttackVector

Base Metrics Represents the intrinsic characteristics of a vulnerability that are constant over time and across user environments.

Declaration
[JsonProperty("attackVector")]
public virtual string AttackVector { get; set; }
Property Value
Type Description
System.String

AvailabilityImpact

Declaration
[JsonProperty("availabilityImpact")]
public virtual string AvailabilityImpact { get; set; }
Property Value
Type Description
System.String

BaseScore

The base score is a function of the base metric scores.

Declaration
[JsonProperty("baseScore")]
public virtual float? BaseScore { get; set; }
Property Value
Type Description
System.Nullable<System.Single>

ConfidentialityImpact

Declaration
[JsonProperty("confidentialityImpact")]
public virtual string ConfidentialityImpact { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

ExploitabilityScore

Declaration
[JsonProperty("exploitabilityScore")]
public virtual float? ExploitabilityScore { get; set; }
Property Value
Type Description
System.Nullable<System.Single>

ImpactScore

Declaration
[JsonProperty("impactScore")]
public virtual float? ImpactScore { get; set; }
Property Value
Type Description
System.Nullable<System.Single>

IntegrityImpact

Declaration
[JsonProperty("integrityImpact")]
public virtual string IntegrityImpact { get; set; }
Property Value
Type Description
System.String

PrivilegesRequired

Declaration
[JsonProperty("privilegesRequired")]
public virtual string PrivilegesRequired { get; set; }
Property Value
Type Description
System.String

Scope

Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
Type Description
System.String

UserInteraction

Declaration
[JsonProperty("userInteraction")]
public virtual string UserInteraction { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top