Files
apple_device-management/examples/mdm/profiles/com.apple.profileRemovalPassword/example1.plist
T
2026-06-12 16:19:29 -04:00

33 lines
1.1 KiB
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>PayloadContent</key>
<array>
<dict>
<key>RemovalPassword</key>
<string>Password123</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofileremovalpasswordprofile</string>
<key>PayloadType</key>
<string>com.apple.profileRemovalPassword</string>
<key>PayloadUUID</key>
<string>55f87465-a869-4ab0-9031-11ca1073641b</string>
<key>PayloadVersion</key>
<integer>1</integer>
</dict>
</array>
<key>PayloadDisplayName</key>
<string>Password Removal</string>
<key>PayloadIdentifier</key>
<string>com.example.myprofile</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadUUID</key>
<string>a42bfe59-7f3a-46a0-9908-4a5095fd2c6d</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>HasRemovalPasscode</key>
<true/>
</dict>
</plist>