Type Alias: ClusterVariableResultBase
type ClusterVariableResultBase = object;
Defined in: gen/types.gen.ts:1159
Cluster variable response item.
Properties
name
name: string;
Defined in: gen/types.gen.ts:1163
The name of the cluster variable. Unique within its scope (global or tenant-specific).
scope
scope: ClusterVariableScopeEnum;
Defined in: gen/types.gen.ts:1164
tenantId?
optional tenantId: string;
Defined in: gen/types.gen.ts:1168
Only provided if the cluster variable scope is TENANT.