mirror of https://github.com/vernonkeenan/lib
23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
|
# SfGate.Tenant
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**id** | **String** | Record Id | [optional]
|
||
|
**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]
|
||
|
**lastmodifiedbyid** | **String** | Last Modified By | [optional]
|
||
|
**lastmodifieddate** | **String** | Last Modifed Date | [optional]
|
||
|
**status** | **String** | The current status of this Tenant | [optional]
|
||
|
**tenantname** | **String** | Name of the Tenant Resource | [optional]
|
||
|
**type** | **String** | Type of tenant | [optional]
|
||
|
**version** | **String** | The version number of the Tenant Onboarding system used to create this tenant | [optional]
|
||
|
**databases** | [**[Database]**](Database.md) | | [optional]
|
||
|
**roles** | [**[Role]**](Role.md) | | [optional]
|
||
|
**tenantusers** | [**[TenantUser]**](TenantUser.md) | | [optional]
|
||
|
|
||
|
|