Type Alias: ClusterVariableResultBase
type ClusterVariableResultBase = object;
Cluster variable response item.
Properties
kind
kind: ClusterVariableKindEnum;
metadata
metadata: object;
A generic key-value metadata bag attached to the cluster variable. Values are strings or numbers.
Index Signature
[key: string]: string | number
name
name: ClusterVariableName;
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.