ruby-jss 3.0.0 → 3.1.0b2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (685) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +25 -0
  3. data/README.md +1 -1
  4. data/bin/cgrouper +1 -1
  5. data/bin/jamfHelperBackgrounder +1 -1
  6. data/bin/netseg-update +1 -1
  7. data/data/ruby-jss.conf.example +1 -1
  8. data/lib/jamf/api/classic/api_objects/account.rb +1 -1
  9. data/lib/jamf/api/classic/api_objects/advanced_computer_search.rb +2 -11
  10. data/lib/jamf/api/classic/api_objects/advanced_mobile_device_search.rb +1 -1
  11. data/lib/jamf/api/classic/api_objects/advanced_user_search.rb +1 -1
  12. data/lib/jamf/api/classic/api_objects/building.rb +1 -1
  13. data/lib/jamf/api/classic/api_objects/categorizable.rb +1 -1
  14. data/lib/jamf/api/classic/api_objects/category.rb +1 -1
  15. data/lib/jamf/api/classic/api_objects/computer.rb +9 -1
  16. data/lib/jamf/api/classic/api_objects/computer_extension_attribute.rb +1 -1
  17. data/lib/jamf/api/classic/api_objects/computer_group.rb +20 -20
  18. data/lib/jamf/api/classic/api_objects/computer_invitation.rb +1 -1
  19. data/lib/jamf/api/classic/api_objects/creatable.rb +1 -1
  20. data/lib/jamf/api/classic/api_objects/criteriable/criteria.rb +1 -1
  21. data/lib/jamf/api/classic/api_objects/criteriable/criterion.rb +1 -1
  22. data/lib/jamf/api/classic/api_objects/criteriable.rb +1 -1
  23. data/lib/jamf/api/classic/api_objects/department.rb +1 -1
  24. data/lib/jamf/api/classic/api_objects/distribution_point.rb +1 -1
  25. data/lib/jamf/api/classic/api_objects/ebook.rb +1 -1
  26. data/lib/jamf/api/classic/api_objects/extendable.rb +1 -1
  27. data/lib/jamf/api/classic/api_objects/ibeacon.rb +1 -1
  28. data/lib/jamf/api/classic/api_objects/icon.rb +1 -1
  29. data/lib/jamf/api/classic/api_objects/ldap_server.rb +1 -1
  30. data/lib/jamf/api/classic/api_objects/locatable.rb +46 -35
  31. data/lib/jamf/api/classic/api_objects/mac_application.rb +1 -1
  32. data/lib/jamf/api/classic/api_objects/management_history/audit_event.rb +1 -1
  33. data/lib/jamf/api/classic/api_objects/management_history/casper_imaging_log.rb +1 -1
  34. data/lib/jamf/api/classic/api_objects/management_history/casper_remote_log.rb +1 -1
  35. data/lib/jamf/api/classic/api_objects/management_history/computer_usage_log.rb +1 -1
  36. data/lib/jamf/api/classic/api_objects/management_history/ebook.rb +1 -1
  37. data/lib/jamf/api/classic/api_objects/management_history/hash_like.rb +1 -1
  38. data/lib/jamf/api/classic/api_objects/management_history/mac_app_store_app.rb +1 -1
  39. data/lib/jamf/api/classic/api_objects/management_history/mdm_command.rb +1 -1
  40. data/lib/jamf/api/classic/api_objects/management_history/mobile_device_app.rb +1 -1
  41. data/lib/jamf/api/classic/api_objects/management_history/policy_log.rb +1 -1
  42. data/lib/jamf/api/classic/api_objects/management_history/screen_sharing_log.rb +1 -1
  43. data/lib/jamf/api/classic/api_objects/management_history/user_location_change.rb +1 -1
  44. data/lib/jamf/api/classic/api_objects/management_history.rb +1 -1
  45. data/lib/jamf/api/classic/api_objects/matchable.rb +1 -1
  46. data/lib/jamf/api/classic/api_objects/mdm.rb +1 -1
  47. data/lib/jamf/api/classic/api_objects/mobile_device.rb +1 -1
  48. data/lib/jamf/api/classic/api_objects/mobile_device_application.rb +1 -1
  49. data/lib/jamf/api/classic/api_objects/mobile_device_configuration_profile.rb +3 -5
  50. data/lib/jamf/api/classic/api_objects/mobile_device_extension_attribute.rb +1 -1
  51. data/lib/jamf/api/classic/api_objects/mobile_device_group.rb +1 -1
  52. data/lib/jamf/api/classic/api_objects/netboot_server.rb +1 -1
  53. data/lib/jamf/api/classic/api_objects/network_segment.rb +1 -1
  54. data/lib/jamf/api/classic/api_objects/osx_configuration_profile.rb +1 -1
  55. data/lib/jamf/api/classic/api_objects/package.rb +1 -1
  56. data/lib/jamf/api/classic/api_objects/patch_external_source.rb +1 -1
  57. data/lib/jamf/api/classic/api_objects/patch_internal_source.rb +1 -1
  58. data/lib/jamf/api/classic/api_objects/patch_policy.rb +1 -1
  59. data/lib/jamf/api/classic/api_objects/patch_title/version.rb +1 -1
  60. data/lib/jamf/api/classic/api_objects/patch_title.rb +1 -1
  61. data/lib/jamf/api/classic/api_objects/peripheral.rb +1 -1
  62. data/lib/jamf/api/classic/api_objects/peripheral_type.rb +1 -1
  63. data/lib/jamf/api/classic/api_objects/policy.rb +1 -1
  64. data/lib/jamf/api/classic/api_objects/purchasable.rb +1 -1
  65. data/lib/jamf/api/classic/api_objects/removable_macaddr.rb +1 -1
  66. data/lib/jamf/api/classic/api_objects/restricted_software.rb +1 -1
  67. data/lib/jamf/api/classic/api_objects/scopable/scope.rb +33 -5
  68. data/lib/jamf/api/classic/api_objects/scopable.rb +1 -1
  69. data/lib/jamf/api/classic/api_objects/script.rb +1 -1
  70. data/lib/jamf/api/classic/api_objects/self_servable.rb +1 -1
  71. data/lib/jamf/api/classic/api_objects/sitable.rb +1 -1
  72. data/lib/jamf/api/classic/api_objects/site.rb +1 -1
  73. data/lib/jamf/api/classic/api_objects/software_update_server.rb +1 -1
  74. data/lib/jamf/api/classic/api_objects/updatable.rb +1 -1
  75. data/lib/jamf/api/classic/api_objects/uploadable.rb +1 -1
  76. data/lib/jamf/api/classic/api_objects/user.rb +1 -1
  77. data/lib/jamf/api/classic/api_objects/user_extension_attribute.rb +1 -1
  78. data/lib/jamf/api/classic/api_objects/user_group.rb +1 -1
  79. data/lib/jamf/api/classic/api_objects/vpp_account.rb +1 -1
  80. data/lib/jamf/api/classic/api_objects/vppable.rb +1 -1
  81. data/lib/jamf/api/classic/api_objects/web_hook.rb +1 -1
  82. data/lib/jamf/api/classic/base_classes/advanced_search.rb +1 -1
  83. data/lib/jamf/api/classic/base_classes/api_object.rb +10 -10
  84. data/lib/jamf/api/classic/base_classes/configuration_profile.rb +1 -1
  85. data/lib/jamf/api/classic/base_classes/extension_attribute.rb +1 -1
  86. data/lib/jamf/api/classic/base_classes/group.rb +5 -5
  87. data/lib/jamf/api/classic/base_classes/patch_source.rb +2 -2
  88. data/lib/jamf/api/classic/xml_workaround.rb +1 -1
  89. data/lib/jamf/api/connection/attributes.rb +1 -1
  90. data/lib/jamf/api/connection/cache.rb +1 -1
  91. data/lib/jamf/api/connection/classic_api.rb +1 -1
  92. data/lib/jamf/api/connection/connect.rb +6 -6
  93. data/lib/jamf/api/connection/constants.rb +1 -1
  94. data/lib/jamf/api/connection/default_connection.rb +1 -1
  95. data/lib/jamf/api/connection/jamf_pro_api.rb +1 -1
  96. data/lib/jamf/api/connection/jamf_pro_api_error.rb +1 -1
  97. data/lib/jamf/api/connection/token.rb +3 -3
  98. data/lib/jamf/api/connection.rb +1 -1
  99. data/lib/jamf/api/jamf_pro/api_objects/computer_prestage.rb +1 -1
  100. data/lib/jamf/api/jamf_pro/api_objects/device_enrollment.rb +1 -1
  101. data/lib/jamf/api/jamf_pro/api_objects/inventory_preload_record.rb +1 -1
  102. data/lib/jamf/api/jamf_pro/api_objects/jp_building.rb +1 -1
  103. data/lib/jamf/api/jamf_pro/api_objects/mobile_device_prestage.rb +1 -1
  104. data/lib/jamf/api/jamf_pro/base_classes/oapi_object.rb +19 -14
  105. data/lib/jamf/api/jamf_pro/mixins/bulk_deletable.rb +1 -1
  106. data/lib/jamf/api/jamf_pro/mixins/change_log.rb +3 -3
  107. data/lib/jamf/api/jamf_pro/mixins/collection_resource.rb +2 -1
  108. data/lib/jamf/api/jamf_pro/mixins/computer_recovery_lock.rb +165 -0
  109. data/lib/jamf/api/jamf_pro/mixins/filevault.rb +125 -0
  110. data/lib/jamf/api/jamf_pro/mixins/filterable.rb +1 -1
  111. data/lib/jamf/api/jamf_pro/mixins/immutable.rb +1 -1
  112. data/lib/jamf/api/jamf_pro/mixins/jpapi_resource.rb +1 -1
  113. data/lib/jamf/api/jamf_pro/mixins/lockable.rb +1 -1
  114. data/lib/jamf/api/jamf_pro/mixins/macos_managed_updates.rb +5 -4
  115. data/lib/jamf/api/jamf_pro/mixins/macos_redeploy_mgmt_framework.rb +10 -10
  116. data/lib/jamf/api/jamf_pro/mixins/prestage.rb +1 -1
  117. data/lib/jamf/api/jamf_pro/mixins/sortable.rb +1 -1
  118. data/lib/jamf/api/jamf_pro/mixins/uncreatable.rb +1 -1
  119. data/lib/jamf/api/jamf_pro/mixins/undeletable.rb +1 -1
  120. data/lib/jamf/api/jamf_pro/oapi_schemas/access_groups_preview_search_results.rb +4 -3
  121. data/lib/jamf/api/jamf_pro/oapi_schemas/access_groups_v2_search_results.rb +4 -3
  122. data/lib/jamf/api/jamf_pro/oapi_schemas/account.rb +2 -2
  123. data/lib/jamf/api/jamf_pro/oapi_schemas/account_driven_user_enrollment_session_token_settings.rb +14 -7
  124. data/lib/jamf/api/jamf_pro/oapi_schemas/account_group.rb +2 -2
  125. data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences.rb +2 -2
  126. data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences_v1.rb +2 -2
  127. data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences_v4.rb +29 -4
  128. data/lib/jamf/api/jamf_pro/oapi_schemas/active_patch_summary.rb +2 -8
  129. data/lib/jamf/api/jamf_pro/oapi_schemas/admin_account.rb +2 -2
  130. data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_search.rb +4 -3
  131. data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_search_criteria_choices.rb +2 -2
  132. data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_search_search_results.rb +6 -4
  133. data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_user_content_search.rb +4 -3
  134. data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_user_content_search_search_results.rb +6 -4
  135. data/lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb +2 -2
  136. data/lib/jamf/api/jamf_pro/oapi_schemas/api_error.rb +2 -2
  137. data/lib/jamf/api/jamf_pro/oapi_schemas/api_error_cause.rb +3 -2
  138. data/lib/jamf/api/jamf_pro/oapi_schemas/app_analytics_setting.rb +2 -2
  139. data/lib/jamf/api/jamf_pro/oapi_schemas/app_path.rb +2 -2
  140. data/lib/jamf/api/jamf_pro/oapi_schemas/app_request_form_input_field.rb +4 -3
  141. data/lib/jamf/api/jamf_pro/oapi_schemas/app_request_form_input_field_search_results.rb +6 -4
  142. data/lib/jamf/api/jamf_pro/oapi_schemas/app_request_settings.rb +2 -2
  143. data/lib/jamf/api/jamf_pro/oapi_schemas/apple_tv_details.rb +4 -3
  144. data/lib/jamf/api/jamf_pro/oapi_schemas/application_attributes.rb +2 -2
  145. data/lib/jamf/api/jamf_pro/oapi_schemas/application_configuration.rb +2 -2
  146. data/lib/jamf/api/jamf_pro/oapi_schemas/assign_remove_profile_response_sync_state.rb +2 -2
  147. data/lib/jamf/api/jamf_pro/oapi_schemas/assignment.rb +88 -0
  148. data/lib/jamf/api/jamf_pro/oapi_schemas/attributes.rb +2 -2
  149. data/lib/jamf/api/jamf_pro/oapi_schemas/auth_account.rb +4 -3
  150. data/lib/jamf/api/jamf_pro/oapi_schemas/auth_account_v1.rb +4 -3
  151. data/lib/jamf/api/jamf_pro/oapi_schemas/auth_token.rb +2 -2
  152. data/lib/jamf/api/jamf_pro/oapi_schemas/auth_token_v1.rb +2 -2
  153. data/lib/jamf/api/jamf_pro/oapi_schemas/authentication_type.rb +97 -0
  154. data/lib/jamf/api/jamf_pro/oapi_schemas/authorization.rb +6 -17
  155. data/lib/jamf/api/jamf_pro/oapi_schemas/authorization_v1.rb +6 -17
  156. data/lib/jamf/api/jamf_pro/oapi_schemas/available_os_updates.rb +82 -0
  157. data/lib/jamf/api/jamf_pro/oapi_schemas/available_updates.rb +2 -2
  158. data/lib/jamf/api/jamf_pro/oapi_schemas/azure_ad_migration_report_process_status.rb +2 -2
  159. data/lib/jamf/api/jamf_pro/oapi_schemas/azure_ad_migration_report_request.rb +10 -2
  160. data/lib/jamf/api/jamf_pro/oapi_schemas/azure_configuration.rb +2 -2
  161. data/lib/jamf/api/jamf_pro/oapi_schemas/azure_configuration_request.rb +2 -2
  162. data/lib/jamf/api/jamf_pro/oapi_schemas/azure_configuration_update.rb +2 -2
  163. data/lib/jamf/api/jamf_pro/oapi_schemas/azure_mappings.rb +2 -2
  164. data/lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb +9 -2
  165. data/lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration_request.rb +9 -2
  166. data/lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration_update.rb +9 -2
  167. data/lib/jamf/api/jamf_pro/oapi_schemas/branding_image_url.rb +2 -2
  168. data/lib/jamf/api/jamf_pro/oapi_schemas/building.rb +2 -2
  169. data/lib/jamf/api/jamf_pro/oapi_schemas/building_search_results.rb +4 -3
  170. data/lib/jamf/api/jamf_pro/oapi_schemas/cache_settings.rb +4 -3
  171. data/lib/jamf/api/jamf_pro/oapi_schemas/categories_search_results.rb +6 -4
  172. data/lib/jamf/api/jamf_pro/oapi_schemas/category.rb +4 -3
  173. data/lib/jamf/api/jamf_pro/oapi_schemas/certificate_details.rb +2 -2
  174. data/lib/jamf/api/jamf_pro/oapi_schemas/certificate_identity_v2.rb +3 -2
  175. data/lib/jamf/api/jamf_pro/oapi_schemas/certificate_key.rb +2 -2
  176. data/lib/jamf/api/jamf_pro/oapi_schemas/certificate_record.rb +2 -2
  177. data/lib/jamf/api/jamf_pro/oapi_schemas/classic_ldap_mappings.rb +2 -2
  178. data/lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v2.rb +2 -2
  179. data/lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb +2 -2
  180. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_id_p_common.rb +2 -2
  181. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_id_p_common_request.rb +2 -2
  182. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_id_p_common_response.rb +2 -2
  183. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb +2 -2
  184. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_status.rb +2 -2
  185. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_keystore.rb +2 -2
  186. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_keystore_file.rb +2 -2
  187. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_mappings_request.rb +2 -2
  188. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_mappings_response.rb +2 -2
  189. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_request.rb +8 -2
  190. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb +8 -2
  191. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_update.rb +8 -2
  192. data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_response.rb +82 -0
  193. data/lib/jamf/api/jamf_pro/oapi_schemas/compliance_vendor_device_information.rb +84 -0
  194. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_application.rb +2 -2
  195. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_attachment.rb +2 -2
  196. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_certificate.rb +2 -2
  197. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_configuration_profile.rb +2 -2
  198. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching.rb +2 -2
  199. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_alert.rb +2 -2
  200. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_cache_detail.rb +2 -2
  201. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_data_migration_error.rb +2 -2
  202. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_data_migration_error_user_info.rb +2 -2
  203. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent.rb +2 -2
  204. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_alert.rb +2 -2
  205. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_capabilities.rb +2 -2
  206. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_details.rb +2 -2
  207. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_local_network.rb +2 -2
  208. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_disk.rb +2 -2
  209. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_disk_encryption.rb +2 -2
  210. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_extension_attribute.rb +2 -2
  211. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_font.rb +2 -2
  212. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_general.rb +17 -3
  213. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_general_update.rb +2 -2
  214. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_group.rb +4 -3
  215. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_hardware.rb +2 -2
  216. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_hardware_update.rb +2 -2
  217. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_ibeacon.rb +2 -2
  218. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory.rb +4 -3
  219. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_collection_preferences.rb +2 -2
  220. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_collection_settings.rb +2 -2
  221. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_file_vault.rb +127 -0
  222. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_file_vault_search_results.rb +90 -0
  223. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_recovery_lock_password_response.rb +3 -2
  224. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_search_results.rb +4 -3
  225. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_update_request.rb +2 -2
  226. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_licensed_software.rb +2 -2
  227. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_local_user_account.rb +9 -2
  228. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_location.rb +2 -2
  229. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_mdm_capability.rb +2 -2
  230. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_operating_system.rb +18 -2
  231. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_operating_system_update.rb +2 -2
  232. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_overview.rb +18 -3
  233. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_package_receipts.rb +2 -2
  234. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_partition.rb +2 -2
  235. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_partition_encryption.rb +3 -2
  236. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_partition_file_vault2_state.rb +2 -2
  237. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_plugin.rb +2 -2
  238. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage.rb +2 -2
  239. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage_search_results.rb +6 -4
  240. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage_search_results_v2.rb +6 -4
  241. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage_v2.rb +2 -2
  242. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_printer.rb +2 -2
  243. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_purchase.rb +2 -2
  244. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_remote_management.rb +3 -2
  245. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_section.rb +2 -2
  246. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_security.rb +2 -2
  247. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_service.rb +2 -2
  248. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_software_update.rb +2 -2
  249. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_storage.rb +2 -2
  250. data/lib/jamf/api/jamf_pro/oapi_schemas/computer_user_and_location.rb +2 -2
  251. data/lib/jamf/api/jamf_pro/oapi_schemas/computers_search_results.rb +6 -4
  252. data/lib/jamf/api/jamf_pro/oapi_schemas/configuration_profile.rb +2 -2
  253. data/lib/jamf/api/jamf_pro/oapi_schemas/configuration_search_results.rb +2 -2
  254. data/lib/jamf/api/jamf_pro/oapi_schemas/connection_configuration_candidate_request.rb +2 -2
  255. data/lib/jamf/api/jamf_pro/oapi_schemas/connection_configuration_response.rb +3 -2
  256. data/lib/jamf/api/jamf_pro/oapi_schemas/connection_configuration_status_response.rb +2 -2
  257. data/lib/jamf/api/jamf_pro/oapi_schemas/connection_configuration_update_request.rb +2 -2
  258. data/lib/jamf/api/jamf_pro/oapi_schemas/country.rb +2 -2
  259. data/lib/jamf/api/jamf_pro/oapi_schemas/country_codes.rb +2 -2
  260. data/lib/jamf/api/jamf_pro/oapi_schemas/create_path.rb +2 -2
  261. data/lib/jamf/api/jamf_pro/oapi_schemas/csa_token.rb +2 -2
  262. data/lib/jamf/api/jamf_pro/oapi_schemas/current_account.rb +4 -3
  263. data/lib/jamf/api/jamf_pro/oapi_schemas/current_authorization.rb +6 -17
  264. data/lib/jamf/api/jamf_pro/oapi_schemas/data_roaming_setting.rb +2 -2
  265. data/lib/jamf/api/jamf_pro/oapi_schemas/database_password.rb +2 -2
  266. data/lib/jamf/api/jamf_pro/oapi_schemas/day_of_week.rb +2 -2
  267. data/lib/jamf/api/jamf_pro/oapi_schemas/declarative_management_command.rb +82 -0
  268. data/lib/jamf/api/jamf_pro/oapi_schemas/delete_user_command.rb +2 -2
  269. data/lib/jamf/api/jamf_pro/oapi_schemas/department.rb +4 -3
  270. data/lib/jamf/api/jamf_pro/oapi_schemas/departments_search_results.rb +6 -4
  271. data/lib/jamf/api/jamf_pro/oapi_schemas/deployment_task.rb +2 -2
  272. data/lib/jamf/api/jamf_pro/oapi_schemas/deployment_task_search_results.rb +2 -2
  273. data/lib/jamf/api/jamf_pro/oapi_schemas/device_communication_settings.rb +2 -2
  274. data/lib/jamf/api/jamf_pro/oapi_schemas/device_compliance_information.rb +9 -3
  275. data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb +2 -2
  276. data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device_search_results.rb +4 -3
  277. data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_disown_body.rb +2 -2
  278. data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_disown_response.rb +2 -2
  279. data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_instance.rb +4 -3
  280. data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_instance_search_results.rb +6 -4
  281. data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_instance_sync_status.rb +2 -2
  282. data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_prestage.rb +2 -2
  283. data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_prestage_v2.rb +2 -2
  284. data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_token.rb +2 -2
  285. data/lib/jamf/api/jamf_pro/oapi_schemas/diagnostic_submission_setting.rb +2 -2
  286. data/lib/jamf/api/jamf_pro/oapi_schemas/ebook.rb +2 -2
  287. data/lib/jamf/api/jamf_pro/oapi_schemas/ebook_exclusions.rb +2 -2
  288. data/lib/jamf/api/jamf_pro/oapi_schemas/ebook_limitations.rb +2 -2
  289. data/lib/jamf/api/jamf_pro/oapi_schemas/ebook_scope.rb +2 -2
  290. data/lib/jamf/api/jamf_pro/oapi_schemas/ebook_search_results.rb +4 -3
  291. data/lib/jamf/api/jamf_pro/oapi_schemas/enable_lost_mode_command.rb +2 -2
  292. data/lib/jamf/api/jamf_pro/oapi_schemas/engage.rb +6 -2
  293. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_access_group_preview.rb +2 -2
  294. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_access_group_v2.rb +2 -2
  295. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization.rb +2 -2
  296. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_branding_settings.rb +2 -2
  297. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_dependencies.rb +2 -2
  298. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_dependency.rb +2 -2
  299. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_ldap_group_access.rb +2 -2
  300. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel.rb +2 -2
  301. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel_ldap_auth.rb +2 -2
  302. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel_list.rb +2 -2
  303. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel_sso_auth.rb +2 -2
  304. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel_text.rb +2 -2
  305. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_search_results.rb +4 -3
  306. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_search_results_v2.rb +4 -3
  307. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_v2.rb +2 -2
  308. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_method.rb +2 -2
  309. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb +2 -2
  310. data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v2.rb +3 -2
  311. data/lib/jamf/api/jamf_pro/oapi_schemas/export_field.rb +2 -2
  312. data/lib/jamf/api/jamf_pro/oapi_schemas/export_parameters.rb +6 -2
  313. data/lib/jamf/api/jamf_pro/oapi_schemas/extension_attribute.rb +2 -2
  314. data/lib/jamf/api/jamf_pro/oapi_schemas/extension_attribute_migration_mapping_change.rb +97 -0
  315. data/lib/jamf/api/jamf_pro/oapi_schemas/extension_attribute_v2.rb +2 -2
  316. data/lib/jamf/api/jamf_pro/oapi_schemas/external_recipient.rb +2 -2
  317. data/lib/jamf/api/jamf_pro/oapi_schemas/file_attachment.rb +2 -2
  318. data/lib/jamf/api/jamf_pro/oapi_schemas/file_attachment_delete.rb +2 -2
  319. data/lib/jamf/api/jamf_pro/oapi_schemas/file_attachment_v2.rb +2 -2
  320. data/lib/jamf/api/jamf_pro/oapi_schemas/font_path.rb +2 -2
  321. data/lib/jamf/api/jamf_pro/oapi_schemas/get_computer_prestage.rb +4 -3
  322. data/lib/jamf/api/jamf_pro/oapi_schemas/get_computer_prestage_v2.rb +2 -2
  323. data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization.rb +2 -2
  324. data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization_panel.rb +2 -2
  325. data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization_panel_ldap_auth.rb +2 -2
  326. data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization_panel_sso_auth.rb +2 -2
  327. data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization_panel_text.rb +2 -2
  328. data/lib/jamf/api/jamf_pro/oapi_schemas/get_mobile_device_prestage.rb +2 -2
  329. data/lib/jamf/api/jamf_pro/oapi_schemas/get_mobile_device_prestage_v2.rb +2 -2
  330. data/lib/jamf/api/jamf_pro/oapi_schemas/group_mappings.rb +2 -2
  331. data/lib/jamf/api/jamf_pro/oapi_schemas/group_membership.rb +2 -2
  332. data/lib/jamf/api/jamf_pro/oapi_schemas/group_test_search.rb +2 -2
  333. data/lib/jamf/api/jamf_pro/oapi_schemas/group_test_search_request.rb +2 -2
  334. data/lib/jamf/api/jamf_pro/oapi_schemas/group_test_search_response.rb +2 -2
  335. data/lib/jamf/api/jamf_pro/oapi_schemas/history_search_results.rb +11 -5
  336. data/lib/jamf/api/jamf_pro/oapi_schemas/history_search_results_v1.rb +4 -3
  337. data/lib/jamf/api/jamf_pro/oapi_schemas/href_response.rb +13 -6
  338. data/lib/jamf/api/jamf_pro/oapi_schemas/icon_response.rb +2 -2
  339. data/lib/jamf/api/jamf_pro/oapi_schemas/id_and_name.rb +2 -2
  340. data/lib/jamf/api/jamf_pro/oapi_schemas/id_and_name_v2.rb +2 -2
  341. data/lib/jamf/api/jamf_pro/oapi_schemas/ids.rb +2 -2
  342. data/lib/jamf/api/jamf_pro/oapi_schemas/initialize.rb +2 -2
  343. data/lib/jamf/api/jamf_pro/oapi_schemas/initialize_v1.rb +2 -2
  344. data/lib/jamf/api/jamf_pro/oapi_schemas/install_package.rb +2 -2
  345. data/lib/jamf/api/jamf_pro/oapi_schemas/integer_wrapper.rb +2 -4
  346. data/lib/jamf/api/jamf_pro/oapi_schemas/internal_recipient.rb +2 -2
  347. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_information.rb +2 -2
  348. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_list_mobile_device.rb +680 -0
  349. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_list_mobile_device_search_results.rb +90 -0
  350. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_csv_error.rb +2 -2
  351. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_csv_validation_error.rb +2 -2
  352. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_csv_validation_error_cause.rb +2 -2
  353. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_csv_validation_success.rb +2 -2
  354. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_extension_attribute.rb +2 -2
  355. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_extension_attribute_column.rb +2 -2
  356. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_extension_attribute_column_result.rb +4 -3
  357. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_invalid_csv_response.rb +2 -2
  358. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record.rb +2 -2
  359. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record_search_results.rb +4 -3
  360. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record_search_results_v2.rb +4 -3
  361. data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record_v2.rb +2 -2
  362. data/lib/jamf/api/jamf_pro/oapi_schemas/ios_branding_configuration.rb +2 -2
  363. data/lib/jamf/api/jamf_pro/oapi_schemas/ios_branding_search_results.rb +4 -3
  364. data/lib/jamf/api/jamf_pro/oapi_schemas/ios_details.rb +2 -2
  365. data/lib/jamf/api/jamf_pro/oapi_schemas/ios_details_v2.rb +10 -2
  366. data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_application_response.rb +2 -2
  367. data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_nation_credentials.rb +4 -3
  368. data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_package_response.rb +2 -2
  369. data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_pro_information.rb +2 -2
  370. data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_pro_information_v2.rb +2 -2
  371. data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_pro_server_url.rb +2 -2
  372. data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_pro_version.rb +2 -2
  373. data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_protect_plan.rb +2 -2
  374. data/lib/jamf/api/jamf_pro/oapi_schemas/language_code.rb +2 -2
  375. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_audit.rb +90 -0
  376. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_audit_v2.rb +90 -0
  377. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_and_audits.rb +107 -0
  378. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_and_audits_v2.rb +107 -0
  379. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_audits_results.rb +90 -0
  380. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_audits_results_v2.rb +90 -0
  381. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_response.rb +84 -0
  382. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_response_v2.rb +84 -0
  383. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_settings_request.rb +100 -0
  384. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_settings_request_v2.rb +108 -0
  385. data/lib/jamf/api/jamf_pro/oapi_schemas/{search_patch_policy_log_params.rb → laps_settings_response.rb} +21 -43
  386. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_settings_response_v2.rb +106 -0
  387. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user.rb +87 -0
  388. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password.rb +90 -0
  389. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_request.rb +84 -0
  390. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_request_v2.rb +84 -0
  391. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_response.rb +83 -0
  392. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_response_v2.rb +83 -0
  393. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_v2.rb +90 -0
  394. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_results.rb +90 -0
  395. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_results_v2.rb +90 -0
  396. data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_v2.rb +87 -0
  397. data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_configuration_request.rb +2 -2
  398. data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_configuration_response.rb +2 -2
  399. data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_configuration_update.rb +2 -2
  400. data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_group.rb +2 -2
  401. data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_group_search_results.rb +4 -3
  402. data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_server.rb +2 -2
  403. data/lib/jamf/api/jamf_pro/oapi_schemas/linked_connect_profile.rb +2 -2
  404. data/lib/jamf/api/jamf_pro/oapi_schemas/linked_connect_profile_search_results.rb +2 -2
  405. data/lib/jamf/api/jamf_pro/oapi_schemas/locale.rb +2 -2
  406. data/lib/jamf/api/jamf_pro/oapi_schemas/location.rb +2 -2
  407. data/lib/jamf/api/jamf_pro/oapi_schemas/location_information.rb +2 -2
  408. data/lib/jamf/api/jamf_pro/oapi_schemas/location_information_v2.rb +2 -2
  409. data/lib/jamf/api/jamf_pro/oapi_schemas/location_v2.rb +2 -2
  410. data/lib/jamf/api/jamf_pro/oapi_schemas/mac_os_branding_configuration.rb +2 -2
  411. data/lib/jamf/api/jamf_pro/oapi_schemas/mac_os_branding_search_results.rb +4 -3
  412. data/lib/jamf/api/jamf_pro/oapi_schemas/mac_os_managed_software_update.rb +15 -2
  413. data/lib/jamf/api/jamf_pro/oapi_schemas/mac_os_managed_software_update_response.rb +8 -7
  414. data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_status.rb +174 -0
  415. data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_statuses.rb +102 -0
  416. data/lib/jamf/api/jamf_pro/oapi_schemas/markdown.rb +2 -2
  417. data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_client_type.rb +2 -2
  418. data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command.rb +3 -3
  419. data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_client.rb +2 -3
  420. data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_client_request.rb +81 -0
  421. data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_request.rb +5 -5
  422. data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_results.rb +89 -0
  423. data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_state.rb +2 -2
  424. data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_type.rb +4 -2
  425. data/lib/jamf/api/jamf_pro/oapi_schemas/membership_mappings.rb +2 -2
  426. data/lib/jamf/api/jamf_pro/oapi_schemas/membership_test_search_request.rb +2 -2
  427. data/lib/jamf/api/jamf_pro/oapi_schemas/membership_test_search_response.rb +2 -2
  428. data/lib/jamf/api/jamf_pro/oapi_schemas/memcached_endpoints.rb +4 -3
  429. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device.rb +2 -2
  430. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_application.rb +2 -2
  431. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_attachment.rb +2 -2
  432. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_attachment_v2.rb +2 -2
  433. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_certificate_v1.rb +2 -2
  434. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_certificate_v2.rb +2 -2
  435. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_details.rb +16 -2
  436. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_details_get_v2.rb +2 -2
  437. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_details_v2.rb +22 -2
  438. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_ebook.rb +2 -2
  439. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_extension_attribute_results.rb +2 -2
  440. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_group.rb +2 -2
  441. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage.rb +2 -2
  442. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_name.rb +2 -2
  443. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_name_v2.rb +2 -2
  444. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_names.rb +2 -2
  445. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_names_v2.rb +2 -2
  446. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_search_results.rb +4 -3
  447. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_search_results_v2.rb +4 -3
  448. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_v2.rb +2 -2
  449. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_search_params.rb +2 -2
  450. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_search_results.rb +4 -3
  451. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_search_results_v2.rb +4 -3
  452. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscription.rb +173 -0
  453. data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_v2.rb +2 -2
  454. data/lib/jamf/api/jamf_pro/oapi_schemas/network.rb +2 -2
  455. data/lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb +2 -2
  456. data/lib/jamf/api/jamf_pro/oapi_schemas/notification.rb +2 -2
  457. data/lib/jamf/api/jamf_pro/oapi_schemas/notification_type.rb +4 -3
  458. data/lib/jamf/api/jamf_pro/oapi_schemas/notification_v1.rb +2 -2
  459. data/lib/jamf/api/jamf_pro/oapi_schemas/object_history.rb +10 -4
  460. data/lib/jamf/api/jamf_pro/oapi_schemas/object_history_note.rb +8 -2
  461. data/lib/jamf/api/jamf_pro/oapi_schemas/object_history_v1.rb +6 -4
  462. data/lib/jamf/api/jamf_pro/oapi_schemas/order_by.rb +2 -4
  463. data/lib/jamf/api/jamf_pro/oapi_schemas/package_manifest.rb +2 -2
  464. data/lib/jamf/api/jamf_pro/oapi_schemas/parent_app.rb +2 -2
  465. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_ids_on_dashboard.rb +2 -2
  466. data/lib/jamf/api/jamf_pro/oapi_schemas/{patch_policy_log_search_results.rb → patch_policies.rb} +14 -14
  467. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_attempt.rb +2 -2
  468. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_attempt_action.rb +2 -2
  469. data/lib/jamf/api/jamf_pro/oapi_schemas/{patch_policy_summary.rb → patch_policy_list_view.rb} +16 -20
  470. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log_detail.rb +102 -0
  471. data/lib/jamf/api/jamf_pro/oapi_schemas/{software_title_configuration.rb → patch_policy_log_detail_action.rb} +16 -11
  472. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log_eligible_retry_count.rb +82 -0
  473. data/lib/jamf/api/jamf_pro/oapi_schemas/{retry_patch_policy_params.rb → patch_policy_log_retry.rb} +8 -22
  474. data/lib/jamf/api/jamf_pro/oapi_schemas/{patch_policy_log.rb → patch_policy_log_v2.rb} +37 -28
  475. data/lib/jamf/api/jamf_pro/oapi_schemas/{software_title_patch_policy_summaries.rb → patch_policy_logs.rb} +9 -9
  476. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_on_dashboard.rb +2 -2
  477. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_v2_on_dashboard.rb +82 -0
  478. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration.rb +94 -0
  479. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_base.rb +163 -0
  480. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_definition_kill_app.rb +81 -0
  481. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_extension_attributes.rb +89 -0
  482. data/lib/jamf/api/jamf_pro/oapi_schemas/{app_dynamics_config.rb → patch_software_title_configuration_patch.rb} +40 -47
  483. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_definition.rb +118 -0
  484. data/lib/jamf/api/jamf_pro/oapi_schemas/{active_patch_history_search_results.rb → patch_software_title_definitions.rb} +14 -14
  485. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_extension_attributes.rb +101 -0
  486. data/lib/jamf/api/jamf_pro/oapi_schemas/{filter.rb → patch_software_title_packages.rb} +16 -26
  487. data/lib/jamf/api/jamf_pro/oapi_schemas/{active_patch_history.rb → patch_software_title_report.rb} +27 -57
  488. data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_report_search_result.rb +89 -0
  489. data/lib/jamf/api/jamf_pro/oapi_schemas/{search_active_patch_history_params.rb → patch_summary.rb} +38 -34
  490. data/lib/jamf/api/jamf_pro/oapi_schemas/{patch_version.rb → patch_summary_version.rb} +8 -10
  491. data/lib/jamf/api/jamf_pro/oapi_schemas/personal_hotspot_setting.rb +2 -2
  492. data/lib/jamf/api/jamf_pro/oapi_schemas/plan_search_results.rb +2 -2
  493. data/lib/jamf/api/jamf_pro/oapi_schemas/plugin_path.rb +2 -2
  494. data/lib/jamf/api/jamf_pro/oapi_schemas/policy_properties.rb +2 -2
  495. data/lib/jamf/api/jamf_pro/oapi_schemas/policy_properties_v1.rb +2 -2
  496. data/lib/jamf/api/jamf_pro/oapi_schemas/post_computer_prestage_v2.rb +2 -2
  497. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_dependencies.rb +2 -2
  498. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_dependency.rb +2 -2
  499. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_file_attachment.rb +2 -2
  500. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_file_attachment_v2.rb +2 -2
  501. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information.rb +2 -2
  502. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb +2 -2
  503. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope.rb +2 -2
  504. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_assignment.rb +2 -2
  505. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_assignment_v2.rb +2 -2
  506. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_response.rb +2 -2
  507. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_response_v2.rb +2 -2
  508. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_update.rb +2 -2
  509. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_v2.rb +2 -2
  510. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_sync_status.rb +2 -2
  511. data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_sync_status_v2.rb +2 -2
  512. data/lib/jamf/api/jamf_pro/oapi_schemas/process_texts_search_results.rb +4 -3
  513. data/lib/jamf/api/jamf_pro/oapi_schemas/protect_registration_request.rb +5 -3
  514. data/lib/jamf/api/jamf_pro/oapi_schemas/protect_settings_response.rb +2 -2
  515. data/lib/jamf/api/jamf_pro/oapi_schemas/protect_updatable_settings_request.rb +2 -2
  516. data/lib/jamf/api/jamf_pro/oapi_schemas/provisioning_profile.rb +2 -2
  517. data/lib/jamf/api/jamf_pro/oapi_schemas/purchasing.rb +2 -2
  518. data/lib/jamf/api/jamf_pro/oapi_schemas/purchasing_v2.rb +2 -2
  519. data/lib/jamf/api/jamf_pro/oapi_schemas/put_computer_prestage.rb +2 -2
  520. data/lib/jamf/api/jamf_pro/oapi_schemas/put_computer_prestage_v2.rb +2 -2
  521. data/lib/jamf/api/jamf_pro/oapi_schemas/put_mobile_device_prestage.rb +2 -2
  522. data/lib/jamf/api/jamf_pro/oapi_schemas/put_mobile_device_prestage_v2.rb +2 -2
  523. data/lib/jamf/api/jamf_pro/oapi_schemas/recalculation_results.rb +2 -2
  524. data/lib/jamf/api/jamf_pro/oapi_schemas/recipient.rb +2 -2
  525. data/lib/jamf/api/jamf_pro/oapi_schemas/recipients.rb +2 -2
  526. data/lib/jamf/api/jamf_pro/oapi_schemas/redeploy_jamf_management_framework_response.rb +3 -2
  527. data/lib/jamf/api/jamf_pro/oapi_schemas/reenrollment.rb +2 -2
  528. data/lib/jamf/api/jamf_pro/oapi_schemas/remote_administration_response.rb +2 -2
  529. data/lib/jamf/api/jamf_pro/oapi_schemas/remote_administration_search_results.rb +2 -2
  530. data/lib/jamf/api/jamf_pro/oapi_schemas/renew_mdm_profile_response.rb +2 -2
  531. data/lib/jamf/api/jamf_pro/oapi_schemas/restart_device_command.rb +2 -2
  532. data/lib/jamf/api/jamf_pro/oapi_schemas/safelisted_app.rb +2 -2
  533. data/lib/jamf/api/jamf_pro/oapi_schemas/script.rb +4 -3
  534. data/lib/jamf/api/jamf_pro/oapi_schemas/scripts_search_results.rb +6 -4
  535. data/lib/jamf/api/jamf_pro/oapi_schemas/security.rb +2 -2
  536. data/lib/jamf/api/jamf_pro/oapi_schemas/security_v2.rb +2 -2
  537. data/lib/jamf/api/jamf_pro/oapi_schemas/self_service_install_settings.rb +2 -2
  538. data/lib/jamf/api/jamf_pro/oapi_schemas/self_service_interaction_settings.rb +2 -2
  539. data/lib/jamf/api/jamf_pro/oapi_schemas/self_service_login_settings.rb +2 -2
  540. data/lib/jamf/api/jamf_pro/oapi_schemas/self_service_settings.rb +2 -2
  541. data/lib/jamf/api/jamf_pro/oapi_schemas/session.rb +2 -2
  542. data/lib/jamf/api/jamf_pro/oapi_schemas/session_candidate_request.rb +2 -2
  543. data/lib/jamf/api/jamf_pro/oapi_schemas/session_details.rb +2 -2
  544. data/lib/jamf/api/jamf_pro/oapi_schemas/session_details_search_results.rb +2 -2
  545. data/lib/jamf/api/jamf_pro/oapi_schemas/session_status.rb +2 -2
  546. data/lib/jamf/api/jamf_pro/oapi_schemas/set_auto_admin_password_command.rb +92 -0
  547. data/lib/jamf/api/jamf_pro/oapi_schemas/set_recovery_lock_command.rb +4 -3
  548. data/lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb +9 -2
  549. data/lib/jamf/api/jamf_pro/oapi_schemas/shared_device_configuration.rb +2 -2
  550. data/lib/jamf/api/jamf_pro/oapi_schemas/signature.rb +2 -2
  551. data/lib/jamf/api/jamf_pro/oapi_schemas/site.rb +2 -2
  552. data/lib/jamf/api/jamf_pro/oapi_schemas/smart_search_criterion.rb +2 -2
  553. data/lib/jamf/api/jamf_pro/oapi_schemas/software_title_configuration_on_dashboard.rb +82 -0
  554. data/lib/jamf/api/jamf_pro/oapi_schemas/software_update_settings.rb +2 -2
  555. data/lib/jamf/api/jamf_pro/oapi_schemas/sso_failover_data.rb +93 -0
  556. data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore.rb +2 -2
  557. data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_cert_parse_response.rb +2 -2
  558. data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_details.rb +2 -2
  559. data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_parse.rb +2 -2
  560. data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_response.rb +2 -2
  561. data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_response_with_details.rb +2 -2
  562. data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_with_details.rb +2 -2
  563. data/lib/jamf/api/jamf_pro/oapi_schemas/sso_metadata_url.rb +2 -2
  564. data/lib/jamf/api/jamf_pro/oapi_schemas/sso_settings.rb +2 -2
  565. data/lib/jamf/api/jamf_pro/oapi_schemas/startup_status.rb +18 -6
  566. data/lib/jamf/api/jamf_pro/oapi_schemas/static_group.rb +94 -0
  567. data/lib/jamf/api/jamf_pro/oapi_schemas/static_group_assignment.rb +105 -0
  568. data/lib/jamf/api/jamf_pro/oapi_schemas/static_group_search_results.rb +90 -0
  569. data/lib/jamf/api/jamf_pro/oapi_schemas/static_group_summary.rb +101 -0
  570. data/lib/jamf/api/jamf_pro/oapi_schemas/static_user_group.rb +2 -2
  571. data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity.rb +2 -2
  572. data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity_certificate_upload.rb +4 -3
  573. data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity_create.rb +4 -3
  574. data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity_search_results.rb +4 -3
  575. data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity_update.rb +2 -2
  576. data/lib/jamf/api/jamf_pro/oapi_schemas/teacher_features.rb +2 -2
  577. data/lib/jamf/api/jamf_pro/oapi_schemas/teacher_settings_request.rb +2 -2
  578. data/lib/jamf/api/jamf_pro/oapi_schemas/teacher_settings_response.rb +2 -2
  579. data/lib/jamf/api/jamf_pro/oapi_schemas/time_frame.rb +2 -2
  580. data/lib/jamf/api/jamf_pro/oapi_schemas/time_zone.rb +2 -2
  581. data/lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb +4 -3
  582. data/lib/jamf/api/jamf_pro/oapi_schemas/udids.rb +2 -2
  583. data/lib/jamf/api/jamf_pro/oapi_schemas/update_apple_tv.rb +4 -3
  584. data/lib/jamf/api/jamf_pro/oapi_schemas/update_ios.rb +2 -2
  585. data/lib/jamf/api/jamf_pro/oapi_schemas/update_ios_v2.rb +2 -2
  586. data/lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device.rb +2 -2
  587. data/lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb +2 -2
  588. data/lib/jamf/api/jamf_pro/oapi_schemas/update_tv_os.rb +4 -3
  589. data/lib/jamf/api/jamf_pro/oapi_schemas/user_mappings.rb +2 -2
  590. data/lib/jamf/api/jamf_pro/oapi_schemas/user_preferences_settings.rb +100 -0
  591. data/lib/jamf/api/jamf_pro/oapi_schemas/{user_attributes.rb → user_test_attributes.rb} +9 -9
  592. data/lib/jamf/api/jamf_pro/oapi_schemas/user_test_search.rb +5 -5
  593. data/lib/jamf/api/jamf_pro/oapi_schemas/user_test_search_request.rb +2 -2
  594. data/lib/jamf/api/jamf_pro/oapi_schemas/user_test_search_response.rb +2 -2
  595. data/lib/jamf/api/jamf_pro/oapi_schemas/v1_site.rb +2 -2
  596. data/lib/jamf/api/jamf_pro/oapi_schemas/venafi_ca_record.rb +3 -2
  597. data/lib/jamf/api/jamf_pro/oapi_schemas/venafi_pki_payload_record.rb +2 -2
  598. data/lib/jamf/api/jamf_pro/oapi_schemas/venafi_pki_payload_record_search_results.rb +4 -3
  599. data/lib/jamf/api/jamf_pro/oapi_schemas/venafi_service_status.rb +2 -2
  600. data/lib/jamf/api/jamf_pro/oapi_schemas/verbose_package_deployment_response.rb +2 -2
  601. data/lib/jamf/api/jamf_pro/oapi_schemas/voice_roaming_setting.rb +2 -2
  602. data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_content.rb +5 -4
  603. data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_content_list.rb +89 -0
  604. data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_location.rb +4 -4
  605. data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_location_list_view.rb +9 -2
  606. data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_location_patch.rb +2 -2
  607. data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_location_post.rb +3 -3
  608. data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_locations.rb +3 -3
  609. data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_subscription.rb +4 -4
  610. data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_subscription_base.rb +4 -4
  611. data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_subscriptions.rb +3 -3
  612. data/lib/jamf/api/jamf_pro/oapi_schemas/vpp_admin_account.rb +3 -3
  613. data/lib/jamf/api/jamf_pro/oapi_schemas/vpp_token_subscription.rb +4 -4
  614. data/lib/jamf/api/jamf_pro/oapi_schemas/web_link.rb +2 -2
  615. data/lib/jamf/api/jamf_pro/oapi_schemas.rb +1 -1
  616. data/lib/jamf/api/jamf_pro/other_classes/change_log_entry.rb +1 -1
  617. data/lib/jamf/api/jamf_pro/other_classes/ip_address.rb +1 -1
  618. data/lib/jamf/api/jamf_pro/other_classes/pager.rb +33 -23
  619. data/lib/jamf/api/jamf_pro/other_classes/timestamp.rb +1 -1
  620. data/lib/jamf/base_class.rb +1 -1
  621. data/lib/jamf/client/jamf_binary.rb +1 -1
  622. data/lib/jamf/client/jamf_helper.rb +1 -1
  623. data/lib/jamf/client/management_action.rb +1 -1
  624. data/lib/jamf/client.rb +1 -1
  625. data/lib/jamf/composer.rb +1 -1
  626. data/lib/jamf/configuration.rb +1 -1
  627. data/lib/jamf/constants.rb +1 -1
  628. data/lib/jamf/db_connection.rb +1 -1
  629. data/lib/jamf/deprecations/deprecated_api_connection_class.rb +1 -1
  630. data/lib/jamf/deprecations/deprecated_api_constant.rb +1 -1
  631. data/lib/jamf/deprecations/deprecated_config_constant.rb +1 -1
  632. data/lib/jamf/deprecations.rb +1 -1
  633. data/lib/jamf/exceptions.rb +1 -1
  634. data/lib/jamf/oapi_validate.rb +1 -1
  635. data/lib/jamf/ruby_extensions/array/predicates.rb +1 -1
  636. data/lib/jamf/ruby_extensions/array/utils.rb +1 -1
  637. data/lib/jamf/ruby_extensions/array.rb +1 -1
  638. data/lib/jamf/ruby_extensions/filetest/predicates.rb +1 -1
  639. data/lib/jamf/ruby_extensions/filetest.rb +1 -1
  640. data/lib/jamf/ruby_extensions/hash/utils.rb +2 -2
  641. data/lib/jamf/ruby_extensions/hash.rb +1 -1
  642. data/lib/jamf/ruby_extensions/ipaddr/utils.rb +1 -1
  643. data/lib/jamf/ruby_extensions/ipaddr.rb +1 -3
  644. data/lib/jamf/ruby_extensions/object/predicates.rb +1 -1
  645. data/lib/jamf/ruby_extensions/object.rb +1 -1
  646. data/lib/jamf/ruby_extensions/pathname/predicates.rb +1 -1
  647. data/lib/jamf/ruby_extensions/pathname/utils.rb +1 -1
  648. data/lib/jamf/ruby_extensions/pathname.rb +1 -1
  649. data/lib/jamf/ruby_extensions/string/conversions.rb +1 -1
  650. data/lib/jamf/ruby_extensions/string/predicates.rb +1 -1
  651. data/lib/jamf/ruby_extensions/string.rb +1 -1
  652. data/lib/jamf/ruby_extensions/time/utils.rb +1 -1
  653. data/lib/jamf/ruby_extensions/time.rb +1 -1
  654. data/lib/jamf/ruby_extensions.rb +1 -1
  655. data/lib/jamf/utility.rb +1 -1
  656. data/lib/jamf/validate.rb +1 -1
  657. data/lib/jamf/version.rb +2 -2
  658. data/lib/jamf/zeitwerk_config.rb +16 -15
  659. data/lib/jamf.rb +4 -4
  660. data/lib/jss-api.rb +1 -1
  661. data/lib/jss.rb +1 -1
  662. data/lib/ruby-jss.rb +1 -1
  663. data/test/bin/runtests +3 -3
  664. data/test/lib/jamf_test/APITest.rb +1 -1
  665. data/test/lib/jamf_test/advanced_search.rb +1 -1
  666. data/test/lib/jamf_test/auth.rb +1 -1
  667. data/test/lib/jamf_test/collection_tests.rb +1 -1
  668. data/test/lib/jamf_test/prestage_tests.rb +1 -1
  669. data/test/lib/jamf_test.rb +1 -1
  670. data/test/tests/advanced_computer_search.rb +1 -1
  671. data/test/tests/advanced_mobile_device_search.rb +1 -1
  672. data/test/tests/advanced_user_search.rb +1 -1
  673. data/test/tests/building.rb +1 -1
  674. data/test/tests/category.rb +1 -1
  675. data/test/tests/computer.rb +1 -1
  676. data/test/tests/computer_group.rb +4 -4
  677. data/test/tests/computer_prestage.rb +1 -1
  678. data/test/tests/department.rb +1 -1
  679. data/test/tests/device_enrollment.rb +1 -1
  680. data/test/tests/inventory_preload_record.rb +1 -1
  681. data/test/tests/jp_building.rb +1 -1
  682. data/test/tests/mobile_device.rb +1 -1
  683. data/test/tests/mobile_device_prestage.rb +1 -1
  684. data/test/tests/policy.rb +2 -2
  685. metadata +76 -18
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -59,6 +59,7 @@ module Jamf
59
59
  # model, and the Jamf Pro privileges needed to access them.
60
60
  # - '/v1/jamf-management-framework/redeploy/{id}:POST' needs permissions:
61
61
  # - Send Computer Remote Command to Install Package
62
+ # - Read Computer Check-In
62
63
  #
63
64
  #
64
65
  class RedeployJamfManagementFrameworkResponse < Jamf::OAPIObject
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -36,7 +36,7 @@ module Jamf
36
36
  # A Remote administration response
37
37
  #
38
38
  # This class was automatically genereated from the api/schema
39
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
39
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
40
40
  #
41
41
  # This class may be used directly, e.g instances of other classes may
42
42
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -36,7 +36,7 @@ module Jamf
36
36
  # A list with Remote administration configurations
37
37
  #
38
38
  # This class was automatically genereated from the api/schema
39
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
39
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
40
40
  #
41
41
  # This class may be used directly, e.g instances of other classes may
42
42
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -82,7 +82,8 @@ module Jamf
82
82
  id: {
83
83
  class: :j_id,
84
84
  identifier: :primary,
85
- readonly: true
85
+ readonly: true,
86
+ min_length: 1
86
87
  },
87
88
 
88
89
  # @!attribute name
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -70,14 +70,16 @@ module Jamf
70
70
  # @!attribute totalCount
71
71
  # @return [Integer]
72
72
  totalCount: {
73
- class: :integer
73
+ class: :integer,
74
+ minimum: 0
74
75
  },
75
76
 
76
77
  # @!attribute results
77
78
  # @return [Array<Jamf::OAPISchemas::Script>]
78
79
  results: {
79
80
  class: Jamf::OAPISchemas::Script,
80
- multi: true
81
+ multi: true,
82
+ min_items: 0
81
83
  }
82
84
 
83
85
  } # end OAPI_PROPERTIES
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -37,7 +37,7 @@ module Jamf
37
37
 
38
38
  #
39
39
  # This class was automatically genereated from the api/schema
40
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
40
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
41
41
  #
42
42
  # This class may be used directly, e.g instances of other classes may
43
43
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -37,7 +37,7 @@ module Jamf
37
37
 
38
38
  #
39
39
  # This class was automatically genereated from the api/schema
40
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
40
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
41
41
  #
42
42
  # This class may be used directly, e.g instances of other classes may
43
43
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -37,7 +37,7 @@ module Jamf
37
37
 
38
38
  #
39
39
  # This class was automatically genereated from the api/schema
40
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
40
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
41
41
  #
42
42
  # This class may be used directly, e.g instances of other classes may
43
43
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -37,7 +37,7 @@ module Jamf
37
37
 
38
38
  #
39
39
  # This class was automatically genereated from the api/schema
40
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
40
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
41
41
  #
42
42
  # This class may be used directly, e.g instances of other classes may
43
43
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -36,7 +36,7 @@ module Jamf
36
36
  # Request to crate new remote session. Ultimately this allows connection between an admin and an end-user
37
37
  #
38
38
  # This class was automatically genereated from the api/schema
39
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
39
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
40
40
  #
41
41
  # This class may be used directly, e.g instances of other classes may
42
42
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -36,7 +36,7 @@ module Jamf
36
36
  # Session details
37
37
  #
38
38
  # This class was automatically genereated from the api/schema
39
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
39
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
40
40
  #
41
41
  # This class may be used directly, e.g instances of other classes may
42
42
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -36,7 +36,7 @@ module Jamf
36
36
  # Sessions search result
37
37
  #
38
38
  # This class was automatically genereated from the api/schema
39
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
39
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
40
40
  #
41
41
  # This class may be used directly, e.g instances of other classes may
42
42
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -36,7 +36,7 @@ module Jamf
36
36
  # Session status
37
37
  #
38
38
  # This class was automatically genereated from the api/schema
39
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
39
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
40
40
  #
41
41
  # This class may be used directly, e.g instances of other classes may
42
42
  # use instances of this class as one of their own properties/attributes.
@@ -0,0 +1,92 @@
1
+ # Copyright 2023 Pixar
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
+ # with the following modification; you may not use this file except in
5
+ # compliance with the Apache License and the following modification to it:
6
+ # Section 6. Trademarks. is deleted and replaced with:
7
+ #
8
+ # 6. Trademarks. This License does not grant permission to use the trade
9
+ # names, trademarks, service marks, or product names of the Licensor
10
+ # and its affiliates, except as required to comply with Section 4(c) of
11
+ # the License and to reproduce the content of the NOTICE file.
12
+ #
13
+ # You may obtain a copy of the Apache License at
14
+ #
15
+ # http://www.apache.org/licenses/LICENSE-2.0
16
+ #
17
+ # Unless required by applicable law or agreed to in writing, software
18
+ # distributed under the Apache License with the above modification is
19
+ # distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
20
+ # KIND, either express or implied. See the Apache License for the specific
21
+ # language governing permissions and limitations under the Apache License.
22
+ #
23
+
24
+
25
+ module Jamf
26
+
27
+ # This module is the namespace for all objects defined
28
+ # in the OAPI JSON schema under the components => schemas key
29
+ #
30
+ module OAPISchemas
31
+
32
+
33
+ # OAPI Object Model and Enums for: SetAutoAdminPasswordCommand
34
+ #
35
+ #
36
+ #
37
+ # This class was automatically genereated from the api/schema
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
+ #
40
+ # This class may be used directly, e.g instances of other classes may
41
+ # use instances of this class as one of their own properties/attributes.
42
+ #
43
+ # It may also be used as a superclass when implementing Jamf Pro API
44
+ # Resources in ruby-jss. The subclasses include appropriate mixins, and
45
+ # should expand on the basic functionality provided here.
46
+ #
47
+ #
48
+ # Container Objects:
49
+ # Other object models that use this model as the value in one
50
+ # of their attributes.
51
+ #
52
+ #
53
+ # Sub Objects:
54
+ # Other object models used by this model's attributes.
55
+ #
56
+ #
57
+ # Endpoints and Privileges:
58
+ # API endpoints and HTTP operations that use this object
59
+ # model, and the Jamf Pro privileges needed to access them.
60
+ #
61
+ #
62
+ #
63
+ class SetAutoAdminPasswordCommand < Jamf::OAPIObject
64
+
65
+
66
+
67
+ OAPI_PROPERTIES = {
68
+
69
+ # The unique identifier of the local administrator account. Must match the GUID of an administrator account that MDM created during Device Enrollment Program (DEP) enrollment.
70
+ # @!attribute guid
71
+ # @return [String]
72
+ guid: {
73
+ class: :string
74
+ },
75
+
76
+ # The new password for the local administrator account.
77
+ # @!attribute password
78
+ # @return [String]
79
+ password: {
80
+ class: :string,
81
+ format: 'password',
82
+ writeonly: true,
83
+ min_length: 1
84
+ }
85
+
86
+ } # end OAPI_PROPERTIES
87
+
88
+ end # class SetAutoAdminPasswordCommand
89
+
90
+ end # module OAPISchemas
91
+
92
+ end # module Jamf
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -70,7 +70,8 @@ module Jamf
70
70
  # @!attribute newPassword
71
71
  # @return [String]
72
72
  newPassword: {
73
- class: :string
73
+ class: :string,
74
+ format: 'password'
74
75
  }
75
76
 
76
77
  } # end OAPI_PROPERTIES
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -156,6 +156,13 @@ module Jamf
156
156
  # @return [Jamf::OAPISchemas::SoftwareUpdateSettings]
157
157
  softwareUpdateSettings: {
158
158
  class: Jamf::OAPISchemas::SoftwareUpdateSettings
159
+ },
160
+
161
+ # The number of seconds before a locked screen requires the user to enter the device passcode to unlock it. (Shared iPad Only)
162
+ # @!attribute passcodeLockGracePeriod
163
+ # @return [Integer]
164
+ passcodeLockGracePeriod: {
165
+ class: :integer
159
166
  }
160
167
 
161
168
  } # end OAPI_PROPERTIES
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.
@@ -1,4 +1,4 @@
1
- # Copyright 2022 Pixar
1
+ # Copyright 2023 Pixar
2
2
  #
3
3
  # Licensed under the Apache License, Version 2.0 (the "Apache License")
4
4
  # with the following modification; you may not use this file except in
@@ -35,7 +35,7 @@ module Jamf
35
35
  #
36
36
  #
37
37
  # This class was automatically genereated from the api/schema
38
- # URL path on a Jamf Pro server version 10.40.0-t1657115323
38
+ # URL path on a Jamf Pro server version 10.46.0-t1681398190
39
39
  #
40
40
  # This class may be used directly, e.g instances of other classes may
41
41
  # use instances of this class as one of their own properties/attributes.