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

TenancyUnit

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

Representation of a tenancy unit.

interface TenancyUnit {
readonly consumer?: string;
readonly createTime?: Date;
name?: string;
readonly service?: string;
tenantResources?: TenantResource[];
}

§Properties

§
readonly consumer?: string
[src]

Output only. @OutputOnly Cloud resource name of the consumer of this service. For example 'projects/123456'.

§
readonly createTime?: Date
[src]

Output only. @OutputOnly The time this tenancy unit was created.

§
name?: string
[src]

Globally unique identifier of this tenancy unit "services/{service}/{collection id}/{resource id}/tenancyUnits/{unit}"

§
readonly service?: string
[src]

Output only. Google Cloud API name of the managed service owning this tenancy unit. For example 'serviceconsumermanagement.googleapis.com'.

§
tenantResources?: TenantResource[]
[src]

Resources constituting the tenancy unit. There can be at most 512 tenant resources in a tenancy unit.