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

AnalyzePackagesMetadata

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

AnalyzePackagesMetadata contains metadata for an active scan of a container image.

interface AnalyzePackagesMetadata {
createTime?: Date;
resourceUri?: string;
}

§Properties

§
createTime?: Date
[src]

When the scan was created.

§
resourceUri?: string
[src]

The resource URI of the container image being scanned.