@c8y/toolkit
Version:
Toolkit for Cumulocity applications, allows to e.g. deploy an application to an instance of Cumulocity.
17 lines (16 loc) • 437 B
TypeScript
export declare function createTenant(options: {
user: string;
password: string;
url: string;
tenant?: string;
domainNamePrefix?: string;
allowCreateTenants: boolean;
applicationsToBeSubscribed: string;
companyName: string;
contactName: string;
tenantsNumber?: number;
tenantUser?: string;
tenantPassword?: string;
noTenantSuffix?: boolean;
contactPhone: string;
}): Promise<void>;