key-value-pairs

Use this policy type if you need an object containing pairs of keys and values, both defined by the administrator.

Example JSON output

{
  "policies": {
    "SecurityDevices": {
      "NAME_OF_DEVICE": "PATH_TO_LIBRARY_FOR_DEVICE",
      "NAME_OF_ANOTHER_DEVICE": "LIBRARY_PATH"
    }
  }
}

Example screenshot

Example implementation

Mandatory properties

label_key

TBD

label_value

TBD

Last updated