Property
|
Description
|
Usage
|
Valid Values
|
"name"
|
The name of the tenant.
|
Required
|
A string that specifies the name of the tenant.
|
"description"
|
A description of the tenant.
|
Optional
|
A string that provides a description of the tenant.
|
"parentTenant"
|
The ID of the parent tenant.
|
Required
|
The system tenant is currently the only tenant that can act as a parent tenant. Therefore, the only valid value is 1, the ID of the system tenant.
|
"status"
|
The status of the tenant.
|
na
|
This option will be available with a future update.
0 | 1
0 specifies that the tenant is inactive.
1 specifies that the tenant is active.
|
"importedRoles"
|
A list of roles to be imported from the parent tenant into the new tenant, allowing roles to be created in the system tenant and easily copied over to new tenants as they are created.
|
Optional
|
A valid role ID or comma-separated list of valid role IDs in the parent tenant. These roles are copied to the new tenant and given their own unique IDs.
Note: Any role, including the system administrator role, with the Administrator (12) permission cannot be copied to a tenant.
|
"admins"
|
A list of administrators who have administrative access to the tenant.
|
Optional
|
A valid user ID or comma-separated list of valid user IDs.
Any user that appears in this list has administrative access on the tenant. However, the user must have permissions to execute corresponding operations.
When creating a tenant, any administrator users listed must reside in the system tenant. After the tenant has been created, users provisioned within the tenant can be granted administrative access.
|