API ClientsTypeScript SDKAPI ReferenceCorevariablesClusterVariableScopeEnumVersion: 8.10 (unreleased)On this pageVariable: ClusterVariableScopeEnum const ClusterVariableScopeEnum: object; The scope of a cluster variable. Type Declaration GLOBAL readonly GLOBAL: "GLOBAL" = 'GLOBAL'; TENANT readonly TENANT: "TENANT" = 'TENANT';Was this helpful?