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
| Name | Description |
|---|---|
| Critical |
The total number of critical severity CVEs detected |
| CriticalCveCount |
The total number of critical severity CVEs detected |
| High |
The total number of high severity CVEs detected |
| HighCveCount |
The total number of high severity CVEs detected |
| Low |
The total number of low severity CVEs detected |
| LowCveCount |
The total number of low severity CVEs detected |
| Medium |
The total number of medium severity CVEs detected |
| MediumCveCount |
The total number of medium severity CVEs detected |
| ProvisioningState |
The status of the last operation. (Inherited from ISummaryResourceProperties) |
| SummaryType |
The type of summary. (Inherited from ISummaryResourceProperties) |
| Unknown |
The total number of unknown severity CVEs detected |
| UnknownCveCount |
The total number of unknown severity CVEs detected |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |