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

TenantResource

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

Resource constituting the TenancyUnit.

interface TenantResource {
readonly migratedTenantProject?: string;
readonly resource?: string;
status?:
| "STATUS_UNSPECIFIED"
| "PENDING_CREATE"
| "ACTIVE"
| "PENDING_DELETE"
| "FAILED"
| "DELETED";
tag?: string;
}

§Properties

§
readonly migratedTenantProject?: string
[src]

Output only. The newly created regional resource name of the tenant project that has been migrated from a global service. This field is only set for migrated tenant projects. Format: services//{collection_id}/{RESOURCE_ID}/locations/{LOCATION}/tenantProjects/{TENANT_ID}.

§
readonly resource?: string
[src]

Output only. @OutputOnly Identifier of the tenant resource. For cloud projects, it is in the form 'projects/{number}'. For example 'projects/123456'.

§
status?: "STATUS_UNSPECIFIED" | "PENDING_CREATE" | "ACTIVE" | "PENDING_DELETE" | "FAILED" | "DELETED"
[src]

Status of tenant resource.

§
tag?: string
[src]

Unique per single tenancy unit.