The Enum option defines the attributes for each option in the Enum data type.
| Name | Type | Description |
|---|---|---|
| name | string | The identifiable name of the enum option. |
| value | string | The value of the enum option when storageFormat is "value". |
| storageValue | string | The value stored in UEM 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"
}