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

    Type Alias TenantUpdateResult

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

    Properties

    description?: string

    The description of the tenant.

    name?: string

    The name of the tenant.

    tenantId?: TenantId