Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rtrouton/128baa9f8701aa5887e9d971d0a728c0 to your computer and use it in GitHub Desktop.
Save rtrouton/128baa9f8701aa5887e9d971d0a728c0 to your computer and use it in GitHub Desktop.
<?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">
<dict>
<key>PayloadUUID</key>
<string>71512933-DEB5-4628-BFD9-2BFFF90674E9</string>
<key>PayloadType</key>
<string>Configuration</string>
<key>PayloadOrganization</key>
<string>Company Name</string>
<key>PayloadIdentifier</key>
<string>71512933-DEB5-4628-BFD9-2BFFF90674E9</string>
<key>PayloadDisplayName</key>
<string>Configure User Adjustable Privileges Admin Rights Removal Time</string>
<key>PayloadDescription</key>
<string>Configure Privileges to remove admin rights after the defined time with an option for the user to choose a shorter time.</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadEnabled</key>
<true/>
<key>PayloadRemovalDisallowed</key>
<true/>
<key>PayloadScope</key>
<string>System</string>
<key>PayloadContent</key>
<array>
<dict>
<key>PayloadDisplayName</key>
<string>Custom Settings</string>
<key>PayloadIdentifier</key>
<string>AD2F05BF-B01C-430F-A395-BEE34A6689C2</string>
<key>PayloadOrganization</key>
<string>Company Name</string>
<key>PayloadType</key>
<string>com.apple.ManagedClient.preferences</string>
<key>PayloadUUID</key>
<string>AD2F05BF-B01C-430F-A395-BEE34A6689C2</string>
<key>PayloadVersion</key>
<integer>1</integer>
<key>PayloadContent</key>
<dict>
<key>corp.sap.privileges</key>
<dict>
<key>Forced</key>
<array>
<dict>
<key>mcx_preference_settings</key>
<dict>
<key>ExpirationIntervalMax</key>
<integer>20</integer>
</dict>
</dict>
</array>
</dict>
</dict>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment