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

Workload

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

Contains metadata around the Workload resource in the Assured Workloads API.

interface Workload {
readonly createTime?: Date;
readonly folder?: string;
readonly folderId?: bigint;
isOnboarded?: boolean;
keyManagementProjectId?: string;
location?: string;
name?: string;
partner?:
| "PARTNER_UNSPECIFIED"
| "PARTNER_LOCAL_CONTROLS_BY_S3NS"
| "PARTNER_SOVEREIGN_CONTROLS_BY_T_SYSTEMS"
| "PARTNER_SOVEREIGN_CONTROLS_BY_SIA_MINSAIT"
| "PARTNER_SOVEREIGN_CONTROLS_BY_PSN"
| "PARTNER_SOVEREIGN_CONTROLS_BY_CNTXT"
| "PARTNER_SOVEREIGN_CONTROLS_BY_CNTXT_NO_EKM";
workloadOnboardingState?: WorkloadOnboardingState;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Time the resource was created.

§
readonly folder?: string
[src]

Output only. The name of container folder of the assured workload

§
readonly folderId?: bigint
[src]

Output only. Folder id this workload is associated with

§
isOnboarded?: boolean
[src]

Indicates whether a workload is fully onboarded.

§
keyManagementProjectId?: string
[src]

The project id of the key management project for the workload

§
location?: string
[src]

The Google Cloud location of the workload

§
name?: string
[src]

Identifier. Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}

§
partner?: "PARTNER_UNSPECIFIED" | "PARTNER_LOCAL_CONTROLS_BY_S3NS" | "PARTNER_SOVEREIGN_CONTROLS_BY_T_SYSTEMS" | "PARTNER_SOVEREIGN_CONTROLS_BY_SIA_MINSAIT" | "PARTNER_SOVEREIGN_CONTROLS_BY_PSN" | "PARTNER_SOVEREIGN_CONTROLS_BY_CNTXT" | "PARTNER_SOVEREIGN_CONTROLS_BY_CNTXT_NO_EKM"
[src]

Partner associated with this workload.

§
workloadOnboardingState?: WorkloadOnboardingState
[src]

Container for workload onboarding steps.