Skip to content

Commit 740d78a

Browse files
mbulmer-addeparerikng
authored andcommitted
Add 'disableNudgeForStandardInstalls' to Jamf schema
Added an entry for `disableNudgeForStandardInstalls` to the Jamf schema.
1 parent 7ddc361 commit 740d78a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Schema/jamf/com.github.macadmins.Nudge.json

+14
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,20 @@
238238
}
239239
]
240240
},
241+
"disableNudgeForStandardInstalls": {
242+
"description": "When utilizing a SOFA feed and disableNudgeForStandardInstalls is true, Nudge will not enforce updates that do not contain any published CVEs. Defaults to false. (Note: This key is only used with Nudge v2.0 and higher)",
243+
"anyOf": [
244+
{
245+
"type": "null",
246+
"title": "Not Configured"
247+
},
248+
{
249+
"title": "Configured",
250+
"type": "boolean",
251+
"default": false
252+
}
253+
]
254+
},
241255
"disableSoftwareUpdateWorkflow": {
242256
"description": "When disableSoftwareUpdateWorkflow is true, Nudge will not attempt to run the softwareupdate process. Defaults to false.",
243257
"anyOf": [

0 commit comments

Comments
 (0)