currentComponentVersions property

Map<String, String>? currentComponentVersions
getter/setter pair

SBOM versions currently applied to the resource.

The key is the component name and the value is the version.

Implementation

core.Map<core.String, core.String>? currentComponentVersions;