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

    Type Alias ClusterVariableResultBase

    Cluster variable response item.

    type ClusterVariableResultBase = {
        name: string;
        scope: ClusterVariableScopeEnum;
        tenantId?: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the cluster variable. Unique within its scope (global or tenant-specific).

    tenantId?: string

    Only provided if the cluster variable scope is TENANT.