Skip to content

Commit 1b9441e

Browse files
authored
fix: add allow_user_to_delete field to MobileDeviceapplicationSubsetGeneral struct (#799)
* fix: refactor Jamf Protect functions * feat: add AllowUserToDelete field to MobileDeviceApplicationSubsetGeneral
1 parent c234764 commit 1b9441e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/jamfpro/classicapi_mobile_device_applications.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ type MobileDeviceApplicationSubsetGeneral struct {
6969
DeployAsManagedApp *bool `xml:"deploy_as_managed_app,omitempty"`
7070
RemoveAppWhenMDMProfileIsRemoved *bool `xml:"remove_app_when_mdm_profile_is_removed,omitempty"`
7171
PreventBackupOfAppData *bool `xml:"prevent_backup_of_app_data,omitempty"`
72+
AllowUserToDelete *bool `xml:"allow_user_to_delete,omitempty"`
7273
KeepDescriptionAndIconUpToDate *bool `xml:"keep_description_and_icon_up_to_date,omitempty"`
7374
KeepAppUpdatedOnDevices *bool `xml:"keep_app_updated_on_devices,omitempty"`
7475
Free *bool `xml:"free,omitempty"`

0 commit comments

Comments
 (0)