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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET