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

AnalyzePackagesMetadataV1

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

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

interface AnalyzePackagesMetadataV1 {
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.