Cumulocity Web SDK - v1021.62.8
    Preparing search index...

    Interface ITenant

    interface ITenant {
        adminEmail?: string;
        adminName?: string;
        adminPass?: string;
        allowCreateTenants?: boolean;
        applications?: IApplicationReferences;
        company?: string;
        contactName?: string;
        contactPhone?: string;
        creationTime?: string;
        customProperties?: any;
        domain?: string;
        id?: string;
        ownedApplications?: IApplicationReferences;
        parent?: string;
        sendPasswordResetEmail?: boolean;
        status?: TenantStatus;
        storageLimitPerDevice?: number;
        supportUser?: ISupportUser;
        tenantPolicyId?: string | number;
    }
    Index

    Properties

    adminEmail?: string
    adminName?: string
    adminPass?: string
    allowCreateTenants?: boolean
    applications?: IApplicationReferences
    company?: string
    contactName?: string
    contactPhone?: string
    creationTime?: string
    customProperties?: any
    domain?: string
    id?: string
    ownedApplications?: IApplicationReferences
    parent?: string
    sendPasswordResetEmail?: boolean
    status?: TenantStatus
    storageLimitPerDevice?: number
    supportUser?: ISupportUser
    tenantPolicyId?: string | number