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

AttachTenantProjectRequest

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

Request to attach an existing project to the tenancy unit as a new tenant resource.

interface AttachTenantProjectRequest {
externalResource?: string;
reservedResource?: string;
tag?: string;
}

§Properties

§
externalResource?: string
[src]

When attaching an external project, this is in the format of projects/{project_number}.

§
reservedResource?: string
[src]

When attaching a reserved project already in tenancy units, this is the tag of a tenant resource under the tenancy unit for the managed service's service producer project. The reserved tenant resource must be in an active state.

§
tag?: string
[src]

Required. Tag of the tenant resource after attachment. Must be less than 128 characters. Required.