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

    Type Alias TenantResult

    Tenant search response item.

    type TenantResult = {
        description: string | null;
        name: string;
        tenantId: TenantId;
    }
    Index

    Properties

    description: string | null

    The tenant description.

    name: string

    The tenant name.

    tenantId: TenantId