Udostępnij przez


ICveResource.CvssScores Property

Definition

All known CVSS scores for the CVE.

[Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="All known CVSS scores for the CVE.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICvssScore) }, Read=true, ReadOnly=false, Required=false, SerializedName="cvssScores", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICvssScore> CvssScores { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.Info(Create=true, Description="All known CVSS scores for the CVE.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICvssScore) }, Read=true, ReadOnly=false, Required=false, SerializedName="cvssScores", Update=true)>]
member this.CvssScores : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ICvssScore> with get, set
Public Property CvssScores As List(Of ICvssScore)

Property Value

Attributes

Applies to