Share via


ICveSummary Interface

Definition

[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)

Applies to