mirror of https://github.com/vernonkeenan/lib
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
|
# Board.Tenant
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**accountID** | **String** | The Account that owns this Tenant | [optional]
|
||
|
**active** | **Boolean** | Is this Tenant currently active? | [optional]
|
||
|
**createdByID** | **String** | Created By | [optional]
|
||
|
**createdDate** | **String** | Created Date | [optional]
|
||
|
**databases** | [**[Database]**](Database.md) | | [optional]
|
||
|
**ID** | **String** | Record Id | [optional]
|
||
|
**lastModifiedByID** | **String** | Last Modified By | [optional]
|
||
|
**lastModifiedDate** | **String** | Last Modifed Date | [optional]
|
||
|
**roles** | [**[Role]**](Role.md) | | [optional]
|
||
|
**status** | **String** | The current status of this Tenant | [optional]
|
||
|
**tenantName** | **String** | Name of the Tenant Resource | [optional]
|
||
|
**tenantUsers** | [**[TenantUser]**](TenantUser.md) | | [optional]
|
||
|
**type** | **String** | The type of Tenant | [optional]
|
||
|
**version** | **String** | The version number of the Tenant Onboarding system used to create this tenant | [optional]
|
||
|
|
||
|
|