Type Alias: CreateClusterVariableRequest
type CreateClusterVariableRequest = object;
Defined in: gen/types.gen.ts:1113
Properties
name
name: string;
Defined in: gen/types.gen.ts:1117
The name of the cluster variable. Must be unique within its scope (global or tenant-specific).
value
value: object;
Defined in: gen/types.gen.ts:1121
The value of the cluster variable. Can be any JSON object or primitive value. Will be serialized as a JSON string in responses.
Index Signature
[key: string]: unknown