diff --git a/1Password b/1Password new file mode 100644 index 0000000..15aedf3 --- /dev/null +++ b/1Password @@ -0,0 +1,185 @@ +{ + "title": "1Password Managed Preferences", + "description": "Managed preferences for 1Password 8", + "links": [ + { + "rel": "Documentation Link", + "href": "https://support.1password.com/mobile-device-management/" + } + ], + "__version": "1.3.1", + "__preferencedomain": "com.1password.1password", + "options": { + "remove_empty_properties": true + }, + "properties": { + "security.authenticatedUnlock.appleTouchId": { + "title": "Allow Touch ID", + "description": "Enables or disables using biometrics to unlock 1Password (device must have biometric hardware)", + "anyOf": [ + { + "type": "null", + "title": "Not Configured" + }, + { + "title": "Configured", + "type": "boolean" + } + ] + }, + "security.authenticatedUnlock.appleWatchUnlock": { + "title": "Allow Apple Watch Unlock", + "description": "Enables or disables using Apple Watch to unlock 1Password", + "anyOf": [ + { + "type": "null", + "title": "Not Configured" + }, + { + "title": "Configured", + "type": "boolean" + } + ] + }, + "security.revealPasswords": { + "title": "Allow revealing passwords", + "description": "Forces 1Password to always display or prevents 1Password from always displaying all passwords in 1Password", + "anyOf": [ + { + "type": "null", + "title": "Not Configured" + }, + { + "title": "Configured", + "type": "boolean" + } + ] + }, + "security.autolock.onDeviceLock": { + "title": "Lock on sleep, screensaver, or switching users", + "description": "Forces 1Password to lock or prevents 1Password from locking at certain events", + "anyOf": [ + { + "type": "null", + "title": "Not Configured" + }, + { + "title": "Configured", + "type": "boolean" + } + ] + }, + "security.autolock.onWindowClose": { + "title": "Lock when main window is closed", + "description": "Forces 1Password to lock or prevents 1Password from locking when main window is closed", + "anyOf": [ + { + "type": "null", + "title": "Not Configured" + }, + { + "title": "Configured", + "type": "boolean" + } + ] + }, + "security.autolock.minutes": { + "title": "Set auto-lock timeout (in minutes)", + "description": "Specifies the duration of computer inactivity after which 1Password is locked. Allowed options: integer between 1 and 1440", + "anyOf": [ + { + "type": "null", + "title": "Not Configured" + }, + { + "title": "Configured", + "type": "integer" + } + ] + }, + "security.clipboard.clearAfter": { + "title": "Clear clipboard after timeout", + "description": "Specifies whether or not to clear the clipboard 90 seconds after a value has been copied from 1Password", + "anyOf": [ + { + "type": "null", + "title": "Not Configured" + }, + { + "title": "Configured", + "type": "boolean" + } + ] + }, + "security.deviceClipboardSharing": { + "title": "Allow Universal Clipboard", + "description": "Allows or prevents use of universal clipboard to copy and paste copied values between other devices", + "anyOf": [ + { + "type": "null", + "title": "Not Configured" + }, + { + "title": "Configured", + "type": "boolean" + } + ] + }, + "privacy.downloadRichIcons": { + "title": "Allows 1Password to obtain and display thumbnails for your vault items", + "description": "display icons", + "anyOf": [ + { + "type": "null", + "title": "Not Configured" + }, + { + "title": "Configured", + "type": "boolean" + } + ] + }, + "privacy.checkHibp": { + "title": "Check for vulnerable passwords", + "description": "Allows Watchtower to check or prevents Watchtower from checking for vulnerable passwords", + "anyOf": [ + { + "type": "null", + "title": "Not Configured" + }, + { + "title": "Configured", + "type": "boolean" + } + ] + }, + "updates.autoUpdate": { + "title": "Automatically check for updates", + "description": "Automatically install updates (may require administrative rights)", + "anyOf": [ + { + "type": "null", + "title": "Not Configured" + }, + { + "title": "Configured", + "type": "boolean" + } + ] + }, + "updates.updateChannel": { + "title": "Set release channel", + "description": "Specifies which channel to obtain updates from. Allowed options: are PRODUCTION , BETA , and NIGHTLY (You probably want PRODUCTION)", + "anyOf": [ + { + "type": "null", + "title": "Not Configured" + }, + { + "title": "Configured", + "type": "string" + } + ] + } + } +}