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

ImageNote

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

Basis describes the base image portion (Note) of the DockerImage relationship. Linked occurrences are derived from this or an equivalent image via: FROM Or an equivalent reference, e.g., a tag of the resource_url.

interface ImageNote {
fingerprint?: Fingerprint;
resourceUrl?: string;
}

§Properties

§
fingerprint?: Fingerprint
[src]

Required. Immutable. The fingerprint of the base image.

§
resourceUrl?: string
[src]

Required. Immutable. The resource_url for the resource representing the basis of associated occurrence images.