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

ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest

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

Location of the source manifest in Cloud Storage. This feature is in Preview; see description here.

interface ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest {
bucket?: string;
generation?: bigint;
object?: string;
}

§Properties

§
bucket?: string
[src]

Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).

§
generation?: bigint
[src]

Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.

§
object?: string
[src]

Cloud Storage object containing the source manifest. This object must be a JSON file.