@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias TenantCreateRequest

    type TenantCreateRequest = {
        description?: string;
        name: string;
        tenantId: TenantId;
    }
    Index

    Properties

    description?: string

    The description of the tenant.

    name: string

    The name of the tenant.

    tenantId: TenantId

    The unique ID for the tenant. Must be 31 characters or less and match ^[\w.-]{1,31}$ (word characters, ., -). The literal <default> is also accepted as the default-tenant alias.