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

    Type Alias TenantResult

    Tenant search response item.

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

    Properties

    description?: string

    The tenant description.

    name?: string

    The tenant name.

    tenantId?: TenantId