Tenant
Purpose
Stores a list of all tenants.
Diagram of relationships between access control tables
List of columns
| Key | Name | Type | Required | Description |
| PK | Id | int | yes | Record identifier. |
| CanUseCommonLicense | tinyint | yes | Indicates whether the tenant is permitted to use the main license. The default value is 1. | |
| Description | nvarchar | no | A description of the tenant. | |
| LicenseNumber | nvarchar | no | The serial number of the tenant license. | |
| Name | nvarchar | yes | The name of the tenant. |
12.04.2024 18:16:02