Created
August 10, 2022 18:20
-
-
Save sas-starbuck/022f076401b3e341360e52256f673c47 to your computer and use it in GitHub Desktop.
nudge config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"optionalFeatures": { | |
"acceptableApplicationBundleIDs": [], | |
"acceptableAssertionUsage": false, | |
"acceptableCameraUsage": false, | |
"acceptableScreenSharingUsage": false, | |
"aggressiveUserExperience": true, | |
"aggressiveUserFullScreenExperience": true, | |
"asynchronousSoftwareUpdate": true, | |
"attemptToBlockApplicationLaunches": false, | |
"attemptToFetchMajorUpgrade": true, | |
"blockedApplicationBundleIDs": [], | |
"enforceMinorUpdates": true, | |
"terminateApplicationsOnLaunch": false | |
}, | |
"osVersionRequirements": [ | |
{ | |
"aboutUpdateURL_disabled": "https://support.apple.com/en-us/HT211896#macos1121", | |
"aboutUpdateURLs": [ | |
{ | |
"_language": "en", | |
"aboutUpdateURL": "https://support.apple.com/en-us/HT211896#macos1121" | |
} | |
], | |
"majorUpgradeAppPath": "/Applications/Install macOS Monterey.app", | |
"requiredInstallationDate": "2022-09-28T00:00:00Z", | |
"requiredMinimumOSVersion": "12.6", | |
"targetedOSVersionsRule": "default" | |
} | |
], | |
"userExperience": { | |
"allowGracePeriods": false, | |
"allowUserQuitDeferrals": true, | |
"allowedDeferrals": 1000000, | |
"allowedDeferralsUntilForcedSecondaryQuitButton": 14, | |
"approachingRefreshCycle": 6000, | |
"approachingWindowTime": 72, | |
"elapsedRefreshCycle": 300, | |
"gracePeriodInstallDelay": 23, | |
"gracePeriodLaunchDelay": 1, | |
"gracePeriodPath": "/private/var/db/.AppleSetupDone", | |
"imminentRefreshCycle": 600, | |
"imminentWindowTime": 24, | |
"initialRefreshCycle": 18000, | |
"maxRandomDelayInSeconds": 1200, | |
"noTimers": false, | |
"nudgeRefreshCycle": 60, | |
"randomDelay": false | |
}, | |
"userInterface": { | |
"fallbackLanguage": "en", | |
"forceFallbackLanguage": false, | |
"forceScreenShotIcon": false, | |
"iconDarkPath": "/somewhere/logoDark.png", | |
"iconLightPath": "/somewhere/logoLight.png", | |
"screenShotDarkPath": "/somewhere/screenShotDark.png", | |
"screenShotLightPath": "/somewhere/screenShotLight.png", | |
"showDeferralCount": true, | |
"simpleMode": false, | |
"singleQuitButton": false, | |
"updateElements": [ | |
{ | |
"_language": "en", | |
"actionButtonText": "Update Device", | |
"customDeferralButtonText": "Custom", | |
"customDeferralDropdownText": "Defer", | |
"informationButtonText": "More Info", | |
"mainContentHeader": "Your device will restart during this update", | |
"mainContentNote": "Important Notes", | |
"mainContentSubHeader": "Updates can take around 30 minutes to complete", | |
"mainContentText": "A fully up-to-date device is required to ensure that IT can accurately protect your device.\n\nIf you do not update your device, you may lose access to some items necessary for your day-to-day tasks.\n\nTo begin the update, simply click on the Update Device button and follow the provided steps.", | |
"mainHeader": "Your device requires a security update", | |
"oneDayDeferralButtonText": "One Day", | |
"oneHourDeferralButtonText": "One Hour", | |
"primaryQuitButtonText": "Later", | |
"secondaryQuitButtonText": "I understand", | |
"subHeader": "A friendly reminder from your local IT team" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment