Type Alias: ClusterVariableResultBase
type ClusterVariableResultBase = object;
Cluster variable response item.
Properties
name
name: string;
The name of the cluster variable. Unique within its scope (global or tenant-specific).
scope
scope: ClusterVariableScopeEnum;
tenantId
tenantId: string | null;
Only provided if the cluster variable scope is TENANT. Null for global scope variables.