Masking ZEMS Login Parameters

Masking ZEMS Login Parameters

On the PTT Pro for iOS login screen, you can mask the ZEMS URL and ZEMS API key. You can mask either parameter or both. The parameters for masking these fields can be applied through a
Provisioning Manager
token that is scanned by the device or deployed in the XML of the device configuration.
Mask ZEMS Parameters
Parameter
Description
Type
Default
Configurable Values
maskZemsServerURL
When true, masks the URL for the ZEMS Server on the login screen.
Boolean
false
true
false
maskZemsServerApiKey
When true, masks the ZEMS Server API key on the login screen.
Boolean
false
true
false

JSON Example

In the following example, the parameters are true and the URL and API key would be masked on the PTT Pro for iOS login screen.
{ "zemsEnabled" : true, "maskZemsServerURL" : true, "maskZemsServerApiKey" : true, "zemsServerURL" : "<server_url", "zemsServerApiKey" : "<api_key>" }

Device Examples

Unmasked ZEMS Parameters
The ZEMS Server URL and the ZEMS API key are visible to the user.
Masked ZEMS Parameters
The ZEMS Server URL and API key are represented by black dots and the values are not visible to the user.