ICveResource.CvssV3Score Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CVSS V3 score of the CVE.
[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="CVSS V3 score of the CVE.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cvssV3Score", Update=true)]
public string CvssV3Score { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="CVSS V3 score of the CVE.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="cvssV3Score", Update=true)>]
member this.CvssV3Score : string with get, set
Public Property CvssV3Score As String
Property Value
- Attributes