lib/client/devops/docs/Tenant.md

23 lines
1.1 KiB
Markdown
Raw Normal View History

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