Skip to main content
Version: 8.9

Variable: ClusterVariableScopeEnum

const ClusterVariableScopeEnum: object;

The scope of a cluster variable.

Type Declaration

GLOBAL

readonly GLOBAL: "GLOBAL" = 'GLOBAL';

TENANT

readonly TENANT: "TENANT" = 'TENANT';