Enum option Data Type

The Enum option defines the attributes for each option in the Enum data type.

Properties
Name Type Description
name string The name of the enum option.
value string The value of the enum option.
storageValue string The value to use when creating or updating an enum setting in an enity instance.
displayName string The display name of the enum option. For settings displayed in the UEM UI, this correlates to text displayed in the UEM UI.

Example

{
  "name" : "ZERO",
  "value" : "0",
  "storageValue" : "0",
  "displayName" : "zero"
}