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;
details?: GoogleCloudAssuredworkloadsV1UpdateDetails;
readonly name?: string;
readonly state?:
| "STATE_UNSPECIFIED"
| "AVAILABLE"
| "APPLIED"
| "WITHDRAWN";
updateTime?: Date;
}§Properties
§
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}