SbomComponent interface
SBOM component of a firmware.
Properties
| component |
ID for the component. |
| component |
Name for the component. |
| file |
File paths related to the component. Note, relatedFiles should be used instead of this property. |
| license | License for the component. |
| provisioning |
The status of the last operation. |
| version | Version for the component. |
Property Details
componentId
ID for the component.
componentId?: string
Property Value
string
componentName
Name for the component.
componentName?: string
Property Value
string
filePaths
File paths related to the component. Note, relatedFiles should be used instead of this property.
filePaths?: string[]
Property Value
string[]
license
License for the component.
license?: string
Property Value
string
provisioningState
The status of the last operation.
provisioningState?: string
Property Value
string
version
Version for the component.
version?: string
Property Value
string