Skip to main content
Version: 8.9 (unreleased)

Type Alias: TenantCreateResult

type TenantCreateResult = object;

Defined in: gen/types.gen.ts:6567

Properties

description?

optional description: string;

Defined in: gen/types.gen.ts:6576

The description of the tenant.


name?

optional name: string;

Defined in: gen/types.gen.ts:6572

The name of the tenant.


tenantId?

optional tenantId: TenantId;

Defined in: gen/types.gen.ts:6568