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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET