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

GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesRequest

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

Request for restricting list of available resources in Workload environment.

interface GoogleCloudAssuredworkloadsV1RestrictAllowedResourcesRequest {
restrictionType?:
| "RESTRICTION_TYPE_UNSPECIFIED"
| "ALLOW_ALL_GCP_RESOURCES"
| "ALLOW_COMPLIANT_RESOURCES"
| "APPEND_COMPLIANT_RESOURCES";
}

§Properties

§
restrictionType?: "RESTRICTION_TYPE_UNSPECIFIED" | "ALLOW_ALL_GCP_RESOURCES" | "ALLOW_COMPLIANT_RESOURCES" | "APPEND_COMPLIANT_RESOURCES"
[src]

Required. The type of restriction for using gcp products in the Workload environment.