Skip to main content
Version: 8.9 (unreleased)

Type Alias: TenantCreateRequest

type TenantCreateRequest = object;

Defined in: gen/types.gen.ts:6552

Properties

description?

optional description: string;

Defined in: gen/types.gen.ts:6564

The description of the tenant.


name

name: string;

Defined in: gen/types.gen.ts:6560

The name of the tenant.


tenantId

tenantId: string;

Defined in: gen/types.gen.ts:6556

The unique ID for the tenant. Must be 255 characters or less. Can contain letters, numbers, [_, -, +, ., @].