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

GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource

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

Describes provisioned dataplane resources.

interface GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource {
resourceType?: string;
resourceUrl?: string;
}

§Properties

§
resourceType?: string
[src]

Type of the resource. This can be either a GCP resource or a custom one (e.g. another cloud provider's VM). For GCP compute resources use singular form of the names listed in GCP compute API documentation (https://cloud.google.com/compute/docs/reference/rest/v1/), prefixed with 'compute-', for example: 'compute-instance', 'compute-disk', 'compute-autoscaler'.

§
resourceUrl?: string
[src]

URL identifying the resource, e.g. "https://www.googleapis.com/compute/v1/projects/...)".