PreferenceDefinition
The Preference Definition is immutable.
Properties
unique indetifier for this preference definition. It should be of type
true if user preference is selected from list of values (dataType should be number or string), false otherwise. This is immutable.
user preference value data type. This is immutable.
Possible values are: BOOLEAN , INTEGER , STRING
Display name.
array of allowed values to select from when constrained is true.. This is immutable after creation.
Description for user preference
UUID for preference definition. This is immutable.
maximum value for user preference. Only valid if user preference type is number. This is immutable.
minimum value for user preference. Only valid if user preference type is number. This is immutable.
JSON Example
{
"classifier": "string",
"constrained": false,
"dataType": "BOOLEAN",
"defaultValue": "string",
"name": "string"
}
Availability
Property Of
InlinePreferenceDefinitions1
Returned By
Get Preference Definition