Skip to main content
Version: 8.10 (unreleased)

Type Alias: TenantCreateRequest

type TenantCreateRequest = object;

Properties

description?

optional description?: string;

The description of the tenant.


name

name: string;

The name of the tenant.


tenantId

tenantId: TenantId;

The unique ID for the tenant. Must be 31 characters or less and match ^[\w.-]{1,31}$ (word characters, ., -). The literal <default> is also accepted as the default-tenant alias.