Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.88 KB

PutTenantResourceRequest.md

File metadata and controls

25 lines (21 loc) · 1.88 KB

kern.services.CumulocityClient.Model.PutTenantResourceRequest

Properties

Name Type Description Notes
AdminEmail string Email address of the tenant's administrator. [optional]
AdminName Object [optional] [readonly]
AdminPass string Password of the tenant's administrator. [optional]
AllowCreateTenants bool Indicates if this tenant can create subtenants. [optional] [readonly] [default to false]
Applications TenantApplications [optional]
Company string Tenant's company name. [optional]
ContactName string Name of the contact person. [optional]
ContactPhone string Phone number of the contact person, provided in the international format, for example, +48 123 456 7890. [optional]
CreationTime DateTime The date and time when the tenant was created. [optional] [readonly]
CustomProperties CustomProperties [optional]
Domain string URL of the tenant's domain. The domain name permits only the use of alphanumeric characters separated by dots `.` and hyphens `-`. [optional]
Id string Unique identifier of a Cumulocity IoT tenant. [optional] [readonly]
OwnedApplications TenantOwnedApplications [optional]
Parent string ID of the parent tenant. [optional] [readonly]
Self string A URL linking to this resource. [optional] [readonly]
Status string Current status of the tenant. [optional] [readonly] [default to StatusEnum.ACTIVE]

[Back to Model list] [Back to API list] [Back to README]