你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SbomComponent interface

固件的 SBOM 组件。

属性

componentId

组件的 ID。

componentName

组件的名称。

filePaths

与组件相关的文件路径。

license

组件的许可证。

version

组件的版本。

属性详细信息

componentId

组件的 ID。

componentId?: string

属性值

string

componentName

组件的名称。

componentName?: string

属性值

string

filePaths

与组件相关的文件路径。

filePaths?: string[]

属性值

string[]

license

组件的许可证。

license?: string

属性值

string

version

组件的版本。

version?: string

属性值

string