ICveSummary Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveSummaryTypeConverter))]
public interface ICveSummary : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ISummaryResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveSummaryTypeConverter))>]
type ICveSummary = interface
interface IJsonSerializable
interface ISummaryResourceProperties
Public Interface ICveSummary
Implements ISummaryResourceProperties
- Derived
- Attributes
- 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 |
SummaryType |
Describes the type of summary. (Inherited from ISummaryResourceProperties) |
Unknown |
The total number of unknown severity CVEs detected |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |