fleet/it-and-security/lib/macos/declaration-profiles/Passcode settings.json
Allen Houchins ceee0b7831
Renaming MacOS DDM and Windows policies so they appear cleaner in Fleet UI (#29697)
- Updated Windows policies with human readable names so they appear cleaner in Fleet UI, rather than by their file names. Ex: `Disable OneDrive` vs `disable-onedrive`
2025-06-04 09:50:11 -05:00

12 lines
375 B
JSON

{
"Type": "com.apple.configuration.passcode.settings",
"Identifier": "com.fleetdm.config.passcode.settings",
"Payload": {
"RequireAlphanumericPasscode": true,
"MinimumLength": 10,
"MinimumComplexCharacters": 1,
"MaximumFailedAttempts": 11,
"MaximumGracePeriodInMinutes": 1,
"MaximumInactivityInMinutes": 15
}
}