-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.json
63 lines (63 loc) · 2.77 KB
/
default.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"optionalFeatures": {
"acceptableCameraUsage": true,
"acceptableScreenSharingUsage": true,
"aggressiveUserExperience": false,
"aggressiveUserFullScreenExperience": false,
"enforceMinorUpdates": true
},
"osVersionRequirements": [
{
"aboutUpdateURLs": [
{
"_language": "en",
"aboutUpdateURL": "https://support.apple.com/en-us/HT201222"
}
],
"requiredInstallationDate": "2024-04-17T14:00:00Z",
"requiredMinimumOSVersion": "14.4.1",
"targetedOSVersionsRule": "default"
}
],
"userExperience": {
"allowedDeferrals": 8,
"allowedDeferralsUntilForcedSecondaryQuitButton": 5,
"approachingRefreshCycle": 6000,
"approachingWindowTime": 7200,
"elapsedRefreshCycle": 900,
"gracePeriodInstallDelay": 23,
"gracePeriodLaunchDelay": 23,
"gracePeriodPath": "/private/var/db/.AppleSetupDone",
"imminentRefreshCycle": 3600,
"imminentWindowTime": 24,
"initialRefreshCycle": 18000
},
"userInterface": {
"iconDarkPath": "/Library/Management/resources/company_logo.png",
"iconLightPath": "/Library/Management/resources/company_logo.png",
"actionButtonPath": "/System/Library/CoreServices/Software Update.app",
"fallbackLanguage": "en_US",
"forceFallbackLanguage": true,
"showDeferralCount": true,
"simpleMode": false,
"singleQuitButton": true,
"updateElements": [
{
"_language": "en_US",
"mainHeader": "There is a critical security update available",
"mainContentHeader": "Your device will restart during this update",
"subHeader": "Updates can take around 30 minutes to complete",
"actionButtonText": "Update Device",
"mainContentText": "A fully up-to-date device is required to ensure that IT Ops 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, including but not limited to Okta and Slack.\n\nTo begin the update, simply click on the Update Device button and follow the provided steps. If your Mac reports that there are no updates available, restart your computer and try again.",
"customDeferralButtonText": "Custom",
"informationButtonText": "More Info",
"mainContentNote": "Important Notes: please save all your work before starting the update",
"mainContentSubHeader": "Updates can take around 30 minutes to complete",
"primaryQuitButtonText": "Later",
"secondaryQuitButtonText": "I understand",
"oneHourDeferralButtonText": "One Hour",
"oneDayDeferralButtonText": "Tomorrow, even if Okta and Slack is blocked"
}
]
}
}