Tenant
Purpose
Stores a list of all tenants.
Diagram of relationships between access control tables
Список столбцов
| 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. |
4/12/2024 6:16:01 PM