mirror of
https://github.com/apple/device-management.git
synced 2026-07-11 05:23:42 +02:00
32 lines
948 B
Plaintext
32 lines
948 B
Plaintext
<?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>CommandUUID</key>
|
|
<string>0011_SecurityInfo</string>
|
|
<key>SecurityInfo</key>
|
|
<dict>
|
|
<key>HardwareEncryptionCaps</key>
|
|
<integer>3</integer>
|
|
<key>ManagementStatus</key>
|
|
<dict>
|
|
<key>IsUserEnrollment</key>
|
|
<false/>
|
|
</dict>
|
|
<key>PasscodeCompliant</key>
|
|
<true/>
|
|
<key>PasscodeCompliantWithProfiles</key>
|
|
<true/>
|
|
<key>PasscodeLockGracePeriod</key>
|
|
<integer>0</integer>
|
|
<key>PasscodeLockGracePeriodEnforced</key>
|
|
<integer>0</integer>
|
|
<key>PasscodePresent</key>
|
|
<false/>
|
|
</dict>
|
|
<key>Status</key>
|
|
<string>Acknowledged</string>
|
|
<key>UDID</key>
|
|
<string>00008020-000915083C80012E</string>
|
|
</dict>
|
|
</plist> |