Share via


SbomComponent interface

SBOM component of a firmware.

Properties

componentId

ID for the component.

componentName

Name for the component.

filePaths

File paths related to the component. Note, relatedFiles should be used instead of this property.

license

License for the component.

provisioningState

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