We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c234764 commit 1b9441eCopy full SHA for 1b9441e
sdk/jamfpro/classicapi_mobile_device_applications.go
@@ -69,6 +69,7 @@ type MobileDeviceApplicationSubsetGeneral struct {
69
DeployAsManagedApp *bool `xml:"deploy_as_managed_app,omitempty"`
70
RemoveAppWhenMDMProfileIsRemoved *bool `xml:"remove_app_when_mdm_profile_is_removed,omitempty"`
71
PreventBackupOfAppData *bool `xml:"prevent_backup_of_app_data,omitempty"`
72
+ AllowUserToDelete *bool `xml:"allow_user_to_delete,omitempty"`
73
KeepDescriptionAndIconUpToDate *bool `xml:"keep_description_and_icon_up_to_date,omitempty"`
74
KeepAppUpdatedOnDevices *bool `xml:"keep_app_updated_on_devices,omitempty"`
75
Free *bool `xml:"free,omitempty"`
0 commit comments