CveSummary Class
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.
Properties for a CVE analysis summary.
public class CveSummary : Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.CveSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.CveSummary>
public class CveSummary
type CveSummary = class
inherit FirmwareAnalysisSummaryProperties
interface IJsonModel<CveSummary>
interface IPersistableModel<CveSummary>
type CveSummary = class
Public Class CveSummary
Inherits FirmwareAnalysisSummaryProperties
Implements IJsonModel(Of CveSummary), IPersistableModel(Of CveSummary)
Public Class CveSummary
- Inheritance
- Inheritance
-
CveSummary
- Implements
Properties
Critical |
The total number of critical severity CVEs detected. |
High |
The total number of high severity CVEs detected. |
Low |
The total number of low severity CVEs detected. |
Medium |
The total number of medium severity CVEs detected. |
Undefined |
The total number of undefined severity CVEs detected. |
Unknown |
The total number of unknown severity CVEs detected. |
Explicit Interface Implementations
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET