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

GoogleCloudAssuredworkloadsV1WorkloadUpdate

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

A workload update is a change to the workload's compliance configuration.

interface GoogleCloudAssuredworkloadsV1WorkloadUpdate {
createTime?: Date;
readonly name?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "AVAILABLE"
| "APPLIED"
| "WITHDRAWN";
updateTime?: Date;
}

§Properties

§
createTime?: Date
[src]

The time the update was created.

§

The details of the update.

§
readonly name?: string
[src]

Output only. Immutable. Identifier. Resource name of the WorkloadUpdate. Format: organizations/{organization}/locations/{location}/workloads/{workload}/updates/{update}

§
readonly state?: "STATE_UNSPECIFIED" | "AVAILABLE" | "APPLIED" | "WITHDRAWN"
[src]

Output only. The state of the update.

§
updateTime?: Date
[src]

The time the update was last updated.