Add Locker Custom Options

Created: Modified: Documentation

NOTE: This article applies to the Locker app (iOS) and Locker app (Android).

Administrators are able to add Locker Custom Options to their Workflows, unlocking additional functionality when deploying devices. These may be provided by Imprivata Support to tune behavior. For more information, contact support@imprivata.com.

  • When Custom Options are set, they override what is set in AppConfig. When Custom Options are not set, the values in AppConfig are used.
  • Locker Custom Options are applied after the device is next checked in, when the device is locked and not actively performing any actions.
Prerequisites

Take note of the following prerequisites:

  • Requires that your GroundControl organization be enabled for Check Out.
Configure Locker Custom Options
  1. In the GroundControl server admin console, navigate to Admin > Check Out > Locker Custom Options, click Configure.
  2. In the Locker Custom Options field, enter the key/value pairs in JSON format and click Save.

JSON Syntax

{
	"customOption1": "value1"
}
Add Locker Custom Options to Multiple Devices

To apply custom options to multiple devices at once, add the Custom Options action to a Workflow.

  1. In GroundControl’s server admin console, navigate to Workflows.
  2. Create a new Workflow, or edit an existing Workflow.
  3. Click Add an action > Advanced > Locker Custom Options.
  4. Enter the key/value pairs in JSON format and click Save.
  5. Click Save Workflow and Deploy.
Add Locker Custom Options to a Single Device

To apply custom options to a single device:

  1. In GroundControl’s server admin console, navigate to Devices, and select the device from the Device List. In the Device Details dialog, click Custom Options.
  2. Click Edit, edit the JSON key/value pairs.
  3. Click Save.