Auto-lock custom config profile
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>PayloadContent</key> | |
<array> | |
<dict> | |
<key>forcePIN</key> | |
<false/> | |
<key>allowSimple</key> | |
<false/> | |
<key>maxGracePeriod</key> | |
<integer>0</integer> | |
<key>maxInactivity</key> | |
<integer>10</integer> | |
<key>requireAlphanumeric</key> | |
<false/> | |
<key>minLength</key> | |
<integer>0</integer> | |
<key>PayloadDescription</key> | |
<string>Configures passcode settings</string> | |
<key>PayloadDisplayName</key> | |
<string>Passcode</string> | |
<key>PayloadIdentifier</key> | |
<string>F69EE89B-35FE-4CEC-9601-D09A46E3257A.passcode</string> | |
<key>PayloadType</key> | |
<string>com.apple.mobiledevice.passwordpolicy</string> | |
<key>PayloadUUID</key> | |
<string>2D59BADE-8466-4DB3-A7E2-0BE8E5F8C5A8</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</array> | |
<key>PayloadDisplayName</key> | |
<string>test auto lock</string> | |
<key>PayloadIdentifier</key> | |
<string>nickcobb-mbp.local.A88FEE36-D0B8-43A1-B7C2-B361688EA01B</string> | |
<key>PayloadOrganization</key> | |
<string>test</string> | |
<key>PayloadRemovalDisallowed</key> | |
<false/> | |
<key>PayloadType</key> | |
<string>Configuration</string> | |
<key>PayloadUUID</key> | |
<string>70D967DC-5FA9-40D4-8F93-63E873EB65EC</string> | |
<key>PayloadVersion</key> | |
<integer>1</integer> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment