ServiceManager.CloudServices.TenantTenant

ServiceManager.CloudServices.Tenant (ClassType)

Tenant Config Item for Cloud Services Solution

Element properties:

Base ClassSystem.ConfigItem
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIded2c5a24-9c12-d155-0d44-c7ed7e12c275

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
ServiceManager.CloudServices.Tenant:
Description  string  Description Description false 256  False     
ConfigItemId  string  Tenant Id Tenant Id true 256  False  {0}   
Status  enum  Tenant Status Cloud Services Config Item Status false 256    ServiceManager.CloudServices.StatusEnum.Active  ServiceManager.CloudServices.StatusEnum 
CodeName  string  Code Name Tenant Code Name false 256  False     
ContactEmailAddress  string  Contact E-Mail Address Tenant Contact E-Mail Addrress false 256  False     

Health Model:

Source Code:

<ClassType ID="ServiceManager.CloudServices.Tenant" Accessibility="Public" Abstract="false" Base="System!System.ConfigItem" Hosted="false" Singleton="false">
<Property ID="Description" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="ConfigItemId" Type="string" AutoIncrement="true" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" DefaultValue="{0}"/>
<Property ID="Status" Type="enum" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0" EnumType="ServiceManager.CloudServices.StatusEnum" DefaultValue="ServiceManager.CloudServices.StatusEnum.Active"/>
<Property ID="CodeName" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="ContactEmailAddress" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>