public Cvssv3.Types.AttackVector AttackVector { get; set; }
Base Metrics
Represents the intrinsic characteristics of a vulnerability that are
constant over time and across user environments.
This metric reflects the context by which vulnerability exploitation is
possible.
public Cvssv3.Types.Impact ConfidentialityImpact { get; set; }
This metric measures the impact to the confidentiality of the information
resources managed by a software component due to a successfully exploited
vulnerability.
public Cvssv3.Types.UserInteraction UserInteraction { get; set; }
This metric captures the requirement for a human user, other than the
attacker, to participate in the successful compromise of the vulnerable
component.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eCvssv3\u003c/code\u003e class, which is part of the Security Command Center v2 API from Google Cloud.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCvssv3\u003c/code\u003e class represents the Common Vulnerability Scoring System version 3, used for assessing the severity of security vulnerabilities.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eKey properties within \u003ccode\u003eCvssv3\u003c/code\u003e include metrics such as \u003ccode\u003eAttackComplexity\u003c/code\u003e, \u003ccode\u003eAttackVector\u003c/code\u003e, \u003ccode\u003eAvailabilityImpact\u003c/code\u003e, \u003ccode\u003eBaseScore\u003c/code\u003e, and \u003ccode\u003eConfidentialityImpact\u003c/code\u003e, among others, used to quantify different aspects of a vulnerability.\u003c/p\u003e\n"],["\u003cp\u003eIt has two main constructors, \u003ccode\u003eCvssv3()\u003c/code\u003e, and \u003ccode\u003eCvssv3(Cvssv3 other)\u003c/code\u003e, and are available in the latest version 1.1.0 of the API, in addition to the previous 1.0.0 version.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class Cvssv3 (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.Cvssv3)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.Cvssv3)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.Cvssv3) \n\n public sealed class Cvssv3 : IMessage\u003cCvssv3\u003e, IEquatable\u003cCvssv3\u003e, IDeepCloneable\u003cCvssv3\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class Cvssv3.\n\nCommon Vulnerability Scoring System version 3. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Cvssv3 \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[Cvssv3](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.Cvssv3), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[Cvssv3](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.Cvssv3), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[Cvssv3](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.Cvssv3), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### Cvssv3()\n\n public Cvssv3()\n\n### Cvssv3(Cvssv3)\n\n public Cvssv3(Cvssv3 other)\n\nProperties\n----------\n\n### AttackComplexity\n\n public Cvssv3.Types.AttackComplexity AttackComplexity { get; set; }\n\nThis metric describes the conditions beyond the attacker's control that\nmust exist in order to exploit the vulnerability.\n\n### AttackVector\n\n public Cvssv3.Types.AttackVector AttackVector { get; set; }\n\nBase Metrics\nRepresents the intrinsic characteristics of a vulnerability that are\nconstant over time and across user environments.\nThis metric reflects the context by which vulnerability exploitation is\npossible.\n\n### AvailabilityImpact\n\n public Cvssv3.Types.Impact AvailabilityImpact { get; set; }\n\nThis metric measures the impact to the availability of the impacted\ncomponent resulting from a successfully exploited vulnerability.\n\n### BaseScore\n\n public double BaseScore { get; set; }\n\nThe base score is a function of the base metric scores.\n\n### ConfidentialityImpact\n\n public Cvssv3.Types.Impact ConfidentialityImpact { get; set; }\n\nThis metric measures the impact to the confidentiality of the information\nresources managed by a software component due to a successfully exploited\nvulnerability.\n\n### IntegrityImpact\n\n public Cvssv3.Types.Impact IntegrityImpact { get; set; }\n\nThis metric measures the impact to integrity of a successfully exploited\nvulnerability.\n\n### PrivilegesRequired\n\n public Cvssv3.Types.PrivilegesRequired PrivilegesRequired { get; set; }\n\nThis metric describes the level of privileges an attacker must possess\nbefore successfully exploiting the vulnerability.\n\n### Scope\n\n public Cvssv3.Types.Scope Scope { get; set; }\n\nThe Scope metric captures whether a vulnerability in one vulnerable\ncomponent impacts resources in components beyond its security scope.\n\n### UserInteraction\n\n public Cvssv3.Types.UserInteraction UserInteraction { get; set; }\n\nThis metric captures the requirement for a human user, other than the\nattacker, to participate in the successful compromise of the vulnerable\ncomponent."]]