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

WorkloadOnboardingStep

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

Container for workload onboarding information.

interface WorkloadOnboardingStep {
readonly completionState?:
| "COMPLETION_STATE_UNSPECIFIED"
| "PENDING"
| "SUCCEEDED"
| "FAILED"
| "NOT_APPLICABLE";
completionTime?: Date;
startTime?: Date;
step?: "STEP_UNSPECIFIED" | "EKM_PROVISIONED" | "SIGNED_ACCESS_APPROVAL_CONFIGURED";
}

§Properties

§
readonly completionState?: "COMPLETION_STATE_UNSPECIFIED" | "PENDING" | "SUCCEEDED" | "FAILED" | "NOT_APPLICABLE"
[src]

Output only. The completion state of the onboarding step.

§
completionTime?: Date
[src]

The completion time of the onboarding step.

§
startTime?: Date
[src]

The starting time of the onboarding step.

§
step?: "STEP_UNSPECIFIED" | "EKM_PROVISIONED" | "SIGNED_ACCESS_APPROVAL_CONFIGURED"
[src]

The onboarding step.