Tenant Object Format
Include Page | |||||
---|---|---|---|---|---|
|
Tenant Object Properties
Property | Type | Required? | Description | ||
EntityId | string | No | The GUID string by which the Tenant is identified. The However, if the Tenant is to be integrated with ServiceMobility, then the | ||
Name | string | Yes | A string describing the name of the Tenant. | ||
Email | string | Yes | An email address which can be used to communicate with the owner(s) of the Tenant. | ||
ExtSysId | string | No | An optional ID from an external system, if an association between an account in an external system and the Tenant should be noted. | ||
Desc | string | No | A string describing the Tenant in more detail, if the Name field is insufficient. | ||
Active | boolean | No | Indicates if the Tenant is active or not. Defaults to true . | ||
SID | string | No | A globally unique identifier for the Tenant, which is used internally by ServiceBroker. The | ||
Domain | string | No | A short, human readable customer identification string, used when a single customer has multiple Tenants. When multiple Tenants have the same | ||
CreatedAt | datetime | No | A date/time value representing when the Tenant was created. The CreatedAt field can not be set on creation/update - it is an internal field only. | ||
AuthType | string | No | Defines the type of authentication for the Tenant. Options are:
When not supplied, the Tenant will be configured to authenticate via System Access Tokens.
|