2.0 KiB
Managed App Configuration
This is an early version of MAC support. We've implemented basic parameters requested via GitHub issue.
Parameters
Provided parameters are optional and should work for new deployments. Those scenarios were also tested on existing deployments, but please note that there could be bugs. If you need more parameters and you want to support the project please don't hesitate to contact us.
Block Backup
Key
blockBackup
Value type
bool
Value
true
to blocked backup, null
or false
otherwise.
Description
Blocks Sync, Copy Secret and file Export functionality.
Existing deployment
iCloud sync, if enabled, is wipe out and disabled.
Block Biometry
Key
blockBiometry
Value type
bool
Value
true
to block biometry, null
or false
otherwise.
Description
Blocks usage of biometry to authorize user into the app.
Existing deployment
Disables biometry on next run.
Block Browser Extension
Key
blockBrowserExtension
Value type
bool
Value
true
to block Browser Extension, null
or false
otherwise.
Description
Blocks usage of Browser Extension.
Existing deployment
Unpairs the device.
Lockout - Attempts
Key
lockoutAttempts
Value type
int
Value
0
, 3
, 5
or 10
. null
for app's default value (3).
Description
Locks app after 3, 5 or 10 wrong authorisation attempts. 0
- no limit.
Existing deployment
Sets the value.
Lockout - Block Time
Key
lockoutBlockTime
Value type
int
Value
3
, 5
or 10
. null
for app's default value (10).
Description
Block the app for 3, 5, 10 minutes.
Existing deployment
Sets the value.
Require Passcode
Key
requirePasscode
Value type
bool
Value
true
to require passcode for user authorisation, null
or false
otherwise.
Description
Requries user to setup a passcode. Blocks disabling it. User can change existing passcode.
Existing deployment
If passcode is not set than after the next run user will be required to setup one.