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: string;
The unique ID for the tenant. Must be 255 characters or less. Can contain letters, numbers, [_, -, +, ., @].