2024-03-03 22:50:57 +01:00
# 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.
2024-03-15 19:54:37 +01:00
If you need more parameters and you want to support the project please don't hesitate to contact us.
2024-03-03 22:50:57 +01:00
## Block Backup
### Key
`blockBackup`
### Value type
`bool`
### Value
`true` to blocked backup, `null` or `false` otherwise.
### Description
2024-03-15 19:54:37 +01:00
Blocks Sync, Copy Secret and file Export functionality.
2024-03-03 22:50:57 +01:00
### Existing deployment
2024-03-15 19:54:37 +01:00
iCloud sync, if enabled, is wipe out and disabled.
2024-03-03 22:50:57 +01:00
## 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.