Documentation forAccess Rights Manager

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.

 

Example

{
  "Type": "FixedValue",
  "Label": "Fixed value 1",
  "Description": "This is a fixed Value."
  "DisplayValue": "Displayed value",
  "Value": "Real value"
}