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

AddTenantProjectRequest

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

Request to add a newly created and configured tenant project to a tenancy unit.

interface AddTenantProjectRequest {
projectConfig?: TenantProjectConfig;
tag?: string;
}

§Properties

§
projectConfig?: TenantProjectConfig
[src]

Configuration of the new tenant project to be added to tenancy unit resources.

§
tag?: string
[src]

Required. Tag of the added project. Must be less than 128 characters. Required.