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

GoogleCloudSecuritycenterV2Container

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

Container associated with the finding.

interface GoogleCloudSecuritycenterV2Container {
createTime?: Date;
imageId?: string;
name?: string;
uri?: string;
}

§Properties

§
createTime?: Date
[src]

The time that the container was created.

§
imageId?: string
[src]

Optional container image ID, if provided by the container runtime. Uniquely identifies the container image launched using a container image digest.

§

Container labels, as provided by the container runtime.

§
name?: string
[src]

Name of the container.

§
uri?: string
[src]

Container image URI provided when configuring a pod or container. This string can identify a container image version using mutable tags.