lib/client/sf-gate/docs/Tenant.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

2022-09-03 21:10:56 +00:00
# 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]