Type Alias: ClusterVariableSearchQueryFilterRequest
type ClusterVariableSearchQueryFilterRequest = object;
Defined in: gen/types.gen.ts:1196
Cluster variable filter request.
Properties
isTruncated?
optional isTruncated: boolean;
Defined in: gen/types.gen.ts:1217
Filter cluster variables by truncation status of their stored values. When true, returns only variables whose stored values are truncated (i.e., the value exceeds the storage size limit and is truncated in storage). When false, returns only variables with non-truncated stored values. This filter is based on the underlying storage characteristic, not the response format.
name?
optional name: StringFilterProperty;
Defined in: gen/types.gen.ts:1200
Name of the cluster variable.
scope?
optional scope: ClusterVariableScopeFilterProperty;
Defined in: gen/types.gen.ts:1208
The scope filter for cluster variables.
tenantId?
optional tenantId: StringFilterProperty;
Defined in: gen/types.gen.ts:1212
Tenant ID of this variable.
value?
optional value: StringFilterProperty;
Defined in: gen/types.gen.ts:1204
The value of the cluster variable.