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

    Type Alias TenantUpdateResult

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

    Properties

    description: string | null

    The description of the tenant.

    name: string

    The name of the tenant.

    tenantId: TenantId