TenantDescriptor
A registered tenant.
Shape: object
| Property | Required | Type | Description | Rules |
|---|---|---|---|---|
id |
yes | string (uuid) |
The tenant identifier. A time-ordered UUID (v7). | — |
slug |
yes | string |
The tenant key. The same text as the tenant_id column in other tables, and ITenantContext.TenantId returns this value. |
— |
displayName |
yes | string |
The name shown in the UI. | — |
createdAt |
no | string (date-time) |
The creation time (UTC). | — |