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

GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata

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

Operation metadata to give request details of CreateWorkload.

interface GoogleCloudAssuredworkloadsV1CreateWorkloadOperationMetadata {
complianceRegime?:
| "COMPLIANCE_REGIME_UNSPECIFIED"
| "IL4"
| "CJIS"
| "FEDRAMP_HIGH"
| "FEDRAMP_MODERATE"
| "US_REGIONAL_ACCESS"
| "HIPAA"
| "HITRUST"
| "EU_REGIONS_AND_SUPPORT"
| "CA_REGIONS_AND_SUPPORT"
| "ITAR"
| "AU_REGIONS_AND_US_SUPPORT"
| "ASSURED_WORKLOADS_FOR_PARTNERS"
| "ISR_REGIONS"
| "ISR_REGIONS_AND_SUPPORT"
| "CA_PROTECTED_B"
| "IL5"
| "IL2"
| "JP_REGIONS_AND_SUPPORT"
| "KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS"
| "REGIONAL_CONTROLS"
| "FREE_REGIONS";
createTime?: Date;
displayName?: string;
parent?: string;
}

§Properties

§
complianceRegime?: "COMPLIANCE_REGIME_UNSPECIFIED" | "IL4" | "CJIS" | "FEDRAMP_HIGH" | "FEDRAMP_MODERATE" | "US_REGIONAL_ACCESS" | "HIPAA" | "HITRUST" | "EU_REGIONS_AND_SUPPORT" | "CA_REGIONS_AND_SUPPORT" | "ITAR" | "AU_REGIONS_AND_US_SUPPORT" | "ASSURED_WORKLOADS_FOR_PARTNERS" | "ISR_REGIONS" | "ISR_REGIONS_AND_SUPPORT" | "CA_PROTECTED_B" | "IL5" | "IL2" | "JP_REGIONS_AND_SUPPORT" | "KSA_REGIONS_AND_SUPPORT_WITH_SOVEREIGNTY_CONTROLS" | "REGIONAL_CONTROLS" | "FREE_REGIONS"
[src]

Optional. Compliance controls that should be applied to the resources managed by the workload.

§
createTime?: Date
[src]

Optional. Time when the operation was created.

§
displayName?: string
[src]

Optional. The display name of the workload.

§
parent?: string
[src]

Optional. The parent of the workload.