Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetVersionOperationMetadataSbomInfo

import type { GetVersionOperationMetadataSbomInfo } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface GetVersionOperationMetadataSbomInfo {
currentComponentVersions?: {
[key: string]: string;
}
;
targetComponentVersions?: {
[key: string]: string;
}
;
}

§Properties

§
currentComponentVersions?: {
[key: string]: string;
}
[src]

SBOM versions currently applied to the resource. The key is the component name and the value is the version.

§
targetComponentVersions?: {
[key: string]: string;
}
[src]

SBOM versions scheduled for the next maintenance. The key is the component name and the value is the version.