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

ExportSBOMResponse

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

The response from a call to ExportSBOM.

interface ExportSBOMResponse {
discoveryOccurrence?: string;
}

§Properties

§
discoveryOccurrence?: string
[src]

The name of the discovery occurrence in the form "projects/{project_id}/occurrences/{OCCURRENCE_ID} It can be used to track the progress of the SBOM export.