Class GoogleCloudSecuritycenterV2Cvssv3
Inheritance
GoogleCloudSecuritycenterV2Cvssv3
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2Cvssv3 : IDirectResponseSchema
Properties
AttackComplexity
Declaration
[JsonProperty("attackComplexity")]
public virtual string AttackComplexity { get; set; }
Property Value
AttackVector
Declaration
[JsonProperty("attackVector")]
public virtual string AttackVector { get; set; }
Property Value
AvailabilityImpact
Declaration
[JsonProperty("availabilityImpact")]
public virtual string AvailabilityImpact { get; set; }
Property Value
BaseScore
Declaration
[JsonProperty("baseScore")]
public virtual double? BaseScore { get; set; }
Property Value
ConfidentialityImpact
Declaration
[JsonProperty("confidentialityImpact")]
public virtual string ConfidentialityImpact { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
IntegrityImpact
Declaration
[JsonProperty("integrityImpact")]
public virtual string IntegrityImpact { get; set; }
Property Value
PrivilegesRequired
Declaration
[JsonProperty("privilegesRequired")]
public virtual string PrivilegesRequired { get; set; }
Property Value
Scope
Declaration
[JsonProperty("scope")]
public virtual string Scope { get; set; }
Property Value
UserInteraction
Declaration
[JsonProperty("userInteraction")]
public virtual string UserInteraction { get; set; }
Property Value
Implements