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

GoogleCloudAssuredworkloadsV1WorkloadResourceInfo

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

Represent the resources that are children of this Workload.

interface GoogleCloudAssuredworkloadsV1WorkloadResourceInfo {
resourceId?: bigint;
resourceType?:
| "RESOURCE_TYPE_UNSPECIFIED"
| "CONSUMER_PROJECT"
| "CONSUMER_FOLDER"
| "ENCRYPTION_KEYS_PROJECT"
| "KEYRING";
}

§Properties

§
resourceId?: bigint
[src]

Resource identifier. For a project this represents project_number.

§
resourceType?: "RESOURCE_TYPE_UNSPECIFIED" | "CONSUMER_PROJECT" | "CONSUMER_FOLDER" | "ENCRYPTION_KEYS_PROJECT" | "KEYRING"
[src]

Indicates the type of resource.