ICveComponent 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.CveComponentTypeConverter))]
public interface ICveComponent : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.CveComponentTypeConverter))>]
type ICveComponent = interface
interface IJsonSerializable
Public Interface ICveComponent
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
ComponentId |
ID of the SBOM component |
Name |
Name of the SBOM component |
Version |
Version of the SBOM component. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |