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 resource?: string;
status?:
| "STATUS_UNSPECIFIED"
| "PENDING_CREATE"
| "ACTIVE"
| "PENDING_DELETE"
| "FAILED"
| "DELETED";
tag?: string;
}

§Properties

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