FixedValue
FixedValue sets a fixed, non-editable value. The displayed value may differ from the value used.
Required
- Type
Optional properties
- Label
In addition, you define:
- "DisplayValue": The value displayed in the template.
- "Value": The actual value that is stored for the LDAP attribute.
{
"Type": "FixedValue",
"Label": "Fixed value 1",
"Description": "This is a fixed Value."
"DisplayValue": "Displayed value",
"Value": "Real value"
}