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

CreateTenancyUnitRequest

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

Request to create a tenancy unit for a service consumer of a managed service.

interface CreateTenancyUnitRequest {
tenancyUnitId?: string;
}

§Properties

§
tenancyUnitId?: string
[src]

Optional. Optional service producer-provided identifier of the tenancy unit. Must be no longer than 40 characters and preferably URI friendly. If it isn't provided, a UID for the tenancy unit is automatically generated. The identifier must be unique across a managed service. If the tenancy unit already exists for the managed service and service consumer pair, calling CreateTenancyUnit returns the existing tenancy unit if the provided identifier is identical or empty, otherwise the call fails.