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

ExportSBOMRequest

import type { ExportSBOMRequest } from "https://googleapis.deno.dev/v1/containeranalysis:v1.ts";

The request to generate and export SBOM. Target must be specified for the request.

interface ExportSBOMRequest {
cloudStorageLocation?: CloudStorageLocation;
}

§Properties

§
cloudStorageLocation?: CloudStorageLocation
[src]

Empty placeholder to denote that this is a Google Cloud Storage export request.