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'.