ruby-jss 4.1.1 → 4.2.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.
- checksums.yaml +4 -4
- data/CHANGES.md +66 -1
- data/README.md +3 -3
- data/bin/cgrouper +1 -1
- data/bin/jamfHelperBackgrounder +1 -1
- data/bin/netseg-update +2 -2
- data/data/ruby-jss.conf.example +1 -1
- data/lib/jamf/api/classic/api_objects/account.rb +6 -7
- data/lib/jamf/api/classic/api_objects/advanced_computer_search.rb +1 -1
- data/lib/jamf/api/classic/api_objects/advanced_mobile_device_search.rb +2 -2
- data/lib/jamf/api/classic/api_objects/advanced_user_search.rb +2 -2
- data/lib/jamf/api/classic/api_objects/building.rb +6 -1
- data/lib/jamf/api/classic/api_objects/categorizable.rb +4 -1
- data/lib/jamf/api/classic/api_objects/category.rb +7 -2
- data/lib/jamf/api/classic/api_objects/computer.rb +1 -1
- data/lib/jamf/api/classic/api_objects/computer_extension_attribute.rb +1 -1
- data/lib/jamf/api/classic/api_objects/computer_group.rb +1 -3
- data/lib/jamf/api/classic/api_objects/computer_invitation.rb +2 -5
- data/lib/jamf/api/classic/api_objects/creatable.rb +1 -1
- data/lib/jamf/api/classic/api_objects/criteriable/criteria.rb +7 -3
- data/lib/jamf/api/classic/api_objects/criteriable/criterion.rb +3 -1
- data/lib/jamf/api/classic/api_objects/criteriable.rb +2 -2
- data/lib/jamf/api/classic/api_objects/department.rb +2 -2
- data/lib/jamf/api/classic/api_objects/distribution_point.rb +9 -8
- data/lib/jamf/api/classic/api_objects/ebook.rb +1 -3
- data/lib/jamf/api/classic/api_objects/extendable.rb +1 -1
- data/lib/jamf/api/classic/api_objects/ibeacon.rb +2 -4
- data/lib/jamf/api/classic/api_objects/icon.rb +161 -161
- data/lib/jamf/api/classic/api_objects/ldap_server.rb +1 -1
- data/lib/jamf/api/classic/api_objects/locatable.rb +3 -3
- data/lib/jamf/api/classic/api_objects/mac_application.rb +1 -2
- data/lib/jamf/api/classic/api_objects/management_history/audit_event.rb +1 -1
- data/lib/jamf/api/classic/api_objects/management_history/casper_imaging_log.rb +1 -1
- data/lib/jamf/api/classic/api_objects/management_history/casper_remote_log.rb +1 -1
- data/lib/jamf/api/classic/api_objects/management_history/computer_usage_log.rb +1 -1
- data/lib/jamf/api/classic/api_objects/management_history/ebook.rb +1 -1
- data/lib/jamf/api/classic/api_objects/management_history/hash_like.rb +1 -3
- data/lib/jamf/api/classic/api_objects/management_history/mac_app_store_app.rb +1 -1
- data/lib/jamf/api/classic/api_objects/management_history/mdm_command.rb +1 -1
- data/lib/jamf/api/classic/api_objects/management_history/mobile_device_app.rb +1 -1
- data/lib/jamf/api/classic/api_objects/management_history/policy_log.rb +1 -1
- data/lib/jamf/api/classic/api_objects/management_history/screen_sharing_log.rb +1 -1
- data/lib/jamf/api/classic/api_objects/management_history/user_location_change.rb +1 -1
- data/lib/jamf/api/classic/api_objects/management_history.rb +14 -5
- data/lib/jamf/api/classic/api_objects/matchable.rb +6 -7
- data/lib/jamf/api/classic/api_objects/mdm.rb +1 -1
- data/lib/jamf/api/classic/api_objects/mobile_device.rb +1 -1
- data/lib/jamf/api/classic/api_objects/mobile_device_application.rb +23 -2
- data/lib/jamf/api/classic/api_objects/mobile_device_configuration_profile.rb +1 -1
- data/lib/jamf/api/classic/api_objects/mobile_device_extension_attribute.rb +3 -3
- data/lib/jamf/api/classic/api_objects/mobile_device_group.rb +6 -7
- data/lib/jamf/api/classic/api_objects/netboot_server.rb +2 -5
- data/lib/jamf/api/classic/api_objects/network_segment.rb +7 -2
- data/lib/jamf/api/classic/api_objects/osx_configuration_profile.rb +3 -3
- data/lib/jamf/api/classic/api_objects/package.rb +37 -17
- data/lib/jamf/api/classic/api_objects/patch_external_source.rb +7 -2
- data/lib/jamf/api/classic/api_objects/patch_internal_source.rb +1 -1
- data/lib/jamf/api/classic/api_objects/patch_policy.rb +1 -1
- data/lib/jamf/api/classic/api_objects/patch_title/version.rb +1 -1
- data/lib/jamf/api/classic/api_objects/patch_title.rb +5 -2
- data/lib/jamf/api/classic/api_objects/peripheral.rb +35 -44
- data/lib/jamf/api/classic/api_objects/peripheral_type.rb +33 -39
- data/lib/jamf/api/classic/api_objects/policy.rb +1 -1
- data/lib/jamf/api/classic/api_objects/purchasable.rb +55 -47
- data/lib/jamf/api/classic/api_objects/removable_macaddr.rb +3 -4
- data/lib/jamf/api/classic/api_objects/restricted_software.rb +6 -2
- data/lib/jamf/api/classic/api_objects/scopable/scope.rb +16 -14
- data/lib/jamf/api/classic/api_objects/scopable.rb +1 -1
- data/lib/jamf/api/classic/api_objects/script.rb +18 -12
- data/lib/jamf/api/classic/api_objects/self_servable.rb +26 -8
- data/lib/jamf/api/classic/api_objects/sitable.rb +3 -1
- data/lib/jamf/api/classic/api_objects/site.rb +1 -2
- data/lib/jamf/api/classic/api_objects/software_update_server.rb +2 -4
- data/lib/jamf/api/classic/api_objects/updatable.rb +2 -1
- data/lib/jamf/api/classic/api_objects/uploadable.rb +1 -1
- data/lib/jamf/api/classic/api_objects/user.rb +25 -25
- data/lib/jamf/api/classic/api_objects/user_extension_attribute.rb +1 -1
- data/lib/jamf/api/classic/api_objects/user_group.rb +6 -8
- data/lib/jamf/api/classic/api_objects/vpp_account.rb +1 -1
- data/lib/jamf/api/classic/api_objects/vppable.rb +2 -2
- data/lib/jamf/api/classic/api_objects/web_hook.rb +12 -5
- data/lib/jamf/api/classic/base_classes/advanced_search.rb +6 -7
- data/lib/jamf/api/classic/base_classes/api_object.rb +10 -2
- data/lib/jamf/api/classic/base_classes/configuration_profile.rb +1 -1
- data/lib/jamf/api/classic/base_classes/extension_attribute.rb +2 -4
- data/lib/jamf/api/classic/base_classes/group.rb +5 -5
- data/lib/jamf/api/classic/base_classes/patch_source.rb +1 -1
- data/lib/jamf/api/classic/xml_workaround.rb +1 -1
- data/lib/jamf/api/connection/attributes.rb +1 -1
- data/lib/jamf/api/connection/cache.rb +1 -1
- data/lib/jamf/api/connection/classic_api.rb +1 -1
- data/lib/jamf/api/connection/connect.rb +1 -1
- data/lib/jamf/api/connection/constants.rb +1 -1
- data/lib/jamf/api/connection/default_connection.rb +1 -1
- data/lib/jamf/api/connection/jamf_pro_api.rb +29 -3
- data/lib/jamf/api/connection/jamf_pro_api_error.rb +5 -5
- data/lib/jamf/api/connection/token.rb +1 -1
- data/lib/jamf/api/connection.rb +1 -1
- data/lib/jamf/api/jamf_pro/api_objects/api_client.rb +2 -6
- data/lib/jamf/api/jamf_pro/api_objects/api_integration.rb +1 -1
- data/lib/jamf/api/jamf_pro/api_objects/api_role.rb +1 -1
- data/lib/jamf/api/jamf_pro/api_objects/computer_prestage.rb +2 -2
- data/lib/jamf/api/jamf_pro/api_objects/device_enrollment.rb +1 -1
- data/lib/jamf/api/jamf_pro/api_objects/inventory_preload_record.rb +1 -1
- data/lib/jamf/api/jamf_pro/api_objects/{jp_building.rb → j_building.rb} +5 -2
- data/lib/jamf/api/jamf_pro/api_objects/j_package.rb +724 -0
- data/lib/jamf/api/jamf_pro/api_objects/mobile_device_prestage.rb +1 -1
- data/lib/jamf/api/jamf_pro/base_classes/oapi_object.rb +4 -4
- data/lib/jamf/api/jamf_pro/mixins/bulk_deletable.rb +1 -1
- data/lib/jamf/api/jamf_pro/mixins/change_log.rb +1 -1
- data/lib/jamf/api/jamf_pro/mixins/collection_resource.rb +1 -7
- data/lib/jamf/api/jamf_pro/mixins/computer_recovery_lock.rb +1 -1
- data/lib/jamf/api/jamf_pro/mixins/filevault.rb +1 -1
- data/lib/jamf/api/jamf_pro/mixins/filterable.rb +1 -3
- data/lib/jamf/api/jamf_pro/mixins/immutable.rb +2 -1
- data/lib/jamf/api/jamf_pro/mixins/jpapi_resource.rb +1 -2
- data/lib/jamf/api/jamf_pro/mixins/lockable.rb +2 -2
- data/lib/jamf/api/jamf_pro/mixins/macos_managed_updates.rb +1 -1
- data/lib/jamf/api/jamf_pro/mixins/macos_redeploy_mgmt_framework.rb +1 -1
- data/lib/jamf/api/jamf_pro/mixins/prestage.rb +1 -1
- data/lib/jamf/api/jamf_pro/mixins/sortable.rb +1 -1
- data/lib/jamf/api/jamf_pro/mixins/uncreatable.rb +1 -1
- data/lib/jamf/api/jamf_pro/mixins/undeletable.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_settings_request.rb +7 -9
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb +7 -9
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_error.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_error_cause.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_integration_request.rb +3 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_integration_response.rb +6 -8
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_integration_search_result.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_role.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_role_request.rb +3 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_role_result.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/authorization_v1.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/building.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/building_search_results.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage_search_results_v3.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb +6 -8
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device_search_results.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_disown_body.rb +3 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_disown_response.rb +3 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_instance.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_instance_search_results.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_instance_sync_status.rb +3 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_prestage.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_prestage_v2.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_token.rb +3 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_computer_prestage_v3.rb +1 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_mobile_device_prestage_v2.rb +1 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/history_search_results_v1.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record_search_results_v2.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record_v2.rb +1 -3
- data/lib/jamf/api/jamf_pro/oapi_schemas/mac_os_managed_software_update.rb +10 -12
- data/lib/jamf/api/jamf_pro/oapi_schemas/mac_os_managed_software_update_response.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_search_results_v2.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_v2.rb +2 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/o_auth_client_credentials.rb +3 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/object_history_note.rb +3 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/object_history_v1.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/package.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/package_manifest.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/packages_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/post_computer_prestage_v3.rb +2 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_response_v2.rb +2 -6
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_v2.rb +3 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/put_computer_prestage_v3.rb +2 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/put_mobile_device_prestage_v2.rb +2 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/redeploy_jamf_management_framework_response.rb +3 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas.rb +1 -1
- data/lib/jamf/api/jamf_pro/other_classes/change_log_entry.rb +1 -1
- data/lib/jamf/api/jamf_pro/other_classes/ip_address.rb +2 -3
- data/lib/jamf/api/jamf_pro/other_classes/pager.rb +1 -1
- data/lib/jamf/api/jamf_pro/other_classes/timestamp.rb +1 -1
- data/lib/jamf/base_class.rb +1 -1
- data/lib/jamf/client/jamf_binary.rb +1 -1
- data/lib/jamf/client/jamf_helper.rb +1 -1
- data/lib/jamf/client/management_action.rb +1 -1
- data/lib/jamf/client.rb +5 -1
- data/lib/jamf/composer.rb +2 -1
- data/lib/jamf/configuration.rb +137 -138
- data/lib/jamf/constants.rb +1 -1
- data/lib/jamf/db_connection.rb +13 -19
- data/lib/jamf/deprecations/deprecated_api_connection_class.rb +1 -1
- data/lib/jamf/deprecations/deprecated_api_constant.rb +3 -1
- data/lib/jamf/deprecations/deprecated_config_constant.rb +3 -1
- data/lib/jamf/deprecations.rb +1 -1
- data/lib/jamf/exceptions.rb +2 -2
- data/lib/jamf/oapi_validate.rb +1 -1
- data/lib/jamf/ruby_extensions/array/predicates.rb +1 -1
- data/lib/jamf/ruby_extensions/array/utils.rb +1 -1
- data/lib/jamf/ruby_extensions/array.rb +1 -1
- data/lib/jamf/ruby_extensions/filetest/predicates.rb +1 -1
- data/lib/jamf/ruby_extensions/filetest.rb +1 -1
- data/lib/jamf/ruby_extensions/hash/utils.rb +2 -2
- data/lib/jamf/ruby_extensions/hash.rb +1 -1
- data/lib/jamf/ruby_extensions/ipaddr/utils.rb +11 -13
- data/lib/jamf/ruby_extensions/ipaddr.rb +1 -1
- data/lib/jamf/ruby_extensions/object/predicates.rb +1 -1
- data/lib/jamf/ruby_extensions/object.rb +1 -1
- data/lib/jamf/ruby_extensions/pathname/predicates.rb +1 -1
- data/lib/jamf/ruby_extensions/pathname/utils.rb +1 -1
- data/lib/jamf/ruby_extensions/pathname.rb +1 -1
- data/lib/jamf/ruby_extensions/string/conversions.rb +1 -1
- data/lib/jamf/ruby_extensions/string/predicates.rb +1 -1
- data/lib/jamf/ruby_extensions/string.rb +1 -1
- data/lib/jamf/ruby_extensions/time/utils.rb +2 -3
- data/lib/jamf/ruby_extensions/time.rb +1 -1
- data/lib/jamf/ruby_extensions.rb +1 -1
- data/lib/jamf/utility.rb +1 -1
- data/lib/jamf/validate.rb +1 -1
- data/lib/jamf/version.rb +2 -2
- data/lib/jamf/zeitwerk_config.rb +1 -1
- data/lib/jamf.rb +1 -1
- data/lib/jss-api.rb +1 -1
- data/lib/jss.rb +1 -1
- data/lib/ruby-jss.rb +1 -1
- data/test/bin/runtests +1 -1
- data/test/lib/jamf_test/APITest.rb +7 -6
- data/test/lib/jamf_test/advanced_search.rb +1 -2
- data/test/lib/jamf_test/auth.rb +1 -1
- data/test/lib/jamf_test/collection_tests.rb +3 -3
- data/test/lib/jamf_test/prestage_tests.rb +1 -1
- data/test/lib/jamf_test.rb +1 -1
- data/test/tests/advanced_computer_search.rb +1 -1
- data/test/tests/advanced_mobile_device_search.rb +1 -1
- data/test/tests/advanced_user_search.rb +1 -1
- data/test/tests/building.rb +1 -1
- data/test/tests/category.rb +1 -1
- data/test/tests/computer.rb +1 -1
- data/test/tests/computer_group.rb +1 -2
- data/test/tests/computer_prestage.rb +1 -1
- data/test/tests/department.rb +1 -1
- data/test/tests/device_enrollment.rb +4 -2
- data/test/tests/inventory_preload_record.rb +1 -1
- data/test/tests/jp_building.rb +1 -1
- data/test/tests/mobile_device.rb +1 -1
- data/test/tests/mobile_device_prestage.rb +1 -2
- data/test/tests/policy.rb +1 -1
- metadata +6 -541
- data/lib/jamf/api/jamf_pro/oapi_schemas/access_groups_preview_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/access_groups_v2_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/account.rb +0 -159
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_driven_user_enrollment_session_token_settings.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_group.rb +0 -123
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences.rb +0 -107
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences_search_type.rb +0 -105
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences_user_interface_display_theme.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences_v1.rb +0 -105
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences_v4.rb +0 -142
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences_v5.rb +0 -299
- data/lib/jamf/api/jamf_pro/oapi_schemas/activation_code.rb +0 -86
- data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_search.rb +0 -117
- data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_search_criteria_choices.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_search_search_results.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_user_content_search.rb +0 -117
- data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_user_content_search_search_results.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_role_privileges.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/app_analytics_setting.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/app_config_reinstall_code.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/app_path.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/app_request_form_input_field.rb +0 -115
- data/lib/jamf/api/jamf_pro/oapi_schemas/app_request_form_input_field_search_results.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/app_request_settings.rb +0 -104
- data/lib/jamf/api/jamf_pro/oapi_schemas/application_attributes.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/application_configuration.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/assign_remove_profile_response_sync_state.rb +0 -112
- data/lib/jamf/api/jamf_pro/oapi_schemas/assignment.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/attributes.rb +0 -100
- data/lib/jamf/api/jamf_pro/oapi_schemas/auth_account.rb +0 -159
- data/lib/jamf/api/jamf_pro/oapi_schemas/auth_account_v1.rb +0 -159
- data/lib/jamf/api/jamf_pro/oapi_schemas/auth_token.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/auth_token_v1.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/authentication_type.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/authorization.rb +0 -105
- data/lib/jamf/api/jamf_pro/oapi_schemas/available_os_updates.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/available_updates.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_configuration.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_configuration_request.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_configuration_update.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_mappings.rb +0 -156
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb +0 -160
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration_request.rb +0 -152
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration_update.rb +0 -138
- data/lib/jamf/api/jamf_pro/oapi_schemas/branding_image_url.rb +0 -86
- data/lib/jamf/api/jamf_pro/oapi_schemas/cache_settings.rb +0 -150
- data/lib/jamf/api/jamf_pro/oapi_schemas/categories_search_results.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/category.rb +0 -104
- data/lib/jamf/api/jamf_pro/oapi_schemas/certificate_details.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/certificate_identity_v2.rb +0 -112
- data/lib/jamf/api/jamf_pro/oapi_schemas/certificate_key.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/certificate_record.rb +0 -146
- data/lib/jamf/api/jamf_pro/oapi_schemas/change_password.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/classic_ldap_mappings.rb +0 -168
- data/lib/jamf/api/jamf_pro/oapi_schemas/clear_restrictions_password_command.rb +0 -77
- data/lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb +0 -134
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_distribution_point_upload_capability.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_id_p_common.rb +0 -108
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_id_p_common_request.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_id_p_common_response.rb +0 -108
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb +0 -170
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_status.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_keystore.rb +0 -102
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_keystore_file.rb +0 -103
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_mappings_request.rb +0 -101
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_mappings_response.rb +0 -101
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_request.rb +0 -157
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb +0 -154
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_update.rb +0 -154
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_response.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/compliance_vendor_device_information.rb +0 -84
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_application.rb +0 -124
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_attachment.rb +0 -102
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_certificate.rb +0 -151
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_configuration_profile.rb +0 -118
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching.rb +0 -372
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_alert.rb +0 -120
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_cache_detail.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_data_migration_error.rb +0 -98
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_data_migration_error_user_info.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent.rb +0 -131
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_alert.rb +0 -105
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_capabilities.rb +0 -124
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_details.rb +0 -118
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_local_network.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_disk.rb +0 -143
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_disk_encryption.rb +0 -120
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_extension_attribute.rb +0 -175
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_font.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_general.rb +0 -244
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_general_update.rb +0 -124
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_group.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_hardware.rb +0 -264
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_hardware_update.rb +0 -106
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_ibeacon.rb +0 -81
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory.rb +0 -276
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_collection_preferences.rb +0 -177
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_collection_settings.rb +0 -108
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_file_vault.rb +0 -127
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_file_vault_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_recovery_lock_password_response.rb +0 -84
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_update_request.rb +0 -124
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_licensed_software.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_local_user_account.rb +0 -196
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_location.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_mdm_capability.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_operating_system.rb +0 -148
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_operating_system_update.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_overview.rb +0 -194
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_package_receipts.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_partition.rb +0 -145
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_partition_encryption.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_partition_file_vault2_state.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_plugin.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage_search_results_v2.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage_v2.rb +0 -129
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage_v3.rb +0 -129
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_printer.rb +0 -99
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_purchase.rb +0 -158
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_remote_management.rb +0 -95
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_section.rb +0 -109
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_security.rb +0 -193
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_service.rb +0 -81
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_software_update.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_storage.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_user_and_location.rb +0 -131
- data/lib/jamf/api/jamf_pro/oapi_schemas/computers_search_results.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/configuration_profile.rb +0 -101
- data/lib/jamf/api/jamf_pro/oapi_schemas/configuration_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/connection_configuration_candidate_request.rb +0 -123
- data/lib/jamf/api/jamf_pro/oapi_schemas/connection_configuration_response.rb +0 -123
- data/lib/jamf/api/jamf_pro/oapi_schemas/connection_configuration_status_response.rb +0 -85
- data/lib/jamf/api/jamf_pro/oapi_schemas/connection_configuration_update_request.rb +0 -109
- data/lib/jamf/api/jamf_pro/oapi_schemas/country.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/country_codes.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/create_path.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/credentials.rb +0 -129
- data/lib/jamf/api/jamf_pro/oapi_schemas/csa_token.rb +0 -96
- data/lib/jamf/api/jamf_pro/oapi_schemas/current_account.rb +0 -160
- data/lib/jamf/api/jamf_pro/oapi_schemas/current_authorization.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/dashboard_api_error.rb +0 -95
- data/lib/jamf/api/jamf_pro/oapi_schemas/dashboard_item.rb +0 -131
- data/lib/jamf/api/jamf_pro/oapi_schemas/dashboard_setup.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/dashboard_setup_task.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/data_roaming_setting.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/database_password.rb +0 -86
- data/lib/jamf/api/jamf_pro/oapi_schemas/day_of_week.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/declarative_management_command.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/delete_user_command.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/department.rb +0 -98
- data/lib/jamf/api/jamf_pro/oapi_schemas/departments_search_results.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/deployment_task.rb +0 -129
- data/lib/jamf/api/jamf_pro/oapi_schemas/deployment_task_search_results.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/details_v2.rb +0 -264
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_communication_settings.rb +0 -128
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_compliance_information.rb +0 -123
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_information_command.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/diagnostic_submission_setting.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/dock_item.rb +0 -124
- data/lib/jamf/api/jamf_pro/oapi_schemas/download_url.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/dss_declaration.rb +0 -111
- data/lib/jamf/api/jamf_pro/oapi_schemas/dss_declarations.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/ebook.rb +0 -152
- data/lib/jamf/api/jamf_pro/oapi_schemas/ebook_exclusions.rb +0 -137
- data/lib/jamf/api/jamf_pro/oapi_schemas/ebook_limitations.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/ebook_scope.rb +0 -170
- data/lib/jamf/api/jamf_pro/oapi_schemas/ebook_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/enable_lost_mode_command.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/engage.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_access_group_preview.rb +0 -141
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_access_group_v2.rb +0 -132
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization.rb +0 -106
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_branding_settings.rb +0 -111
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_dependencies.rb +0 -85
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_dependency.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_ldap_group_access.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel_ldap_auth.rb +0 -121
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel_list.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel_sso_auth.rb +0 -113
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel_text.rb +0 -112
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_search_results_v2.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_v2.rb +0 -116
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_method.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_method_prestage.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb +0 -346
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v2.rb +0 -278
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb +0 -246
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v4.rb +0 -264
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_sso_config.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/erase_device_command.rb +0 -120
- data/lib/jamf/api/jamf_pro/oapi_schemas/export_field.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/export_parameters.rb +0 -133
- data/lib/jamf/api/jamf_pro/oapi_schemas/extension_attribute_v2.rb +0 -116
- data/lib/jamf/api/jamf_pro/oapi_schemas/external_recipient.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/file_attachment.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/file_attachment_delete.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/file_attachment_v2.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/file_data.rb +0 -117
- data/lib/jamf/api/jamf_pro/oapi_schemas/file_transfer_item.rb +0 -100
- data/lib/jamf/api/jamf_pro/oapi_schemas/font_path.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_computer_prestage_v2.rb +0 -104
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization_panel.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization_panel_ldap_auth.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization_panel_sso_auth.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization_panel_text.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_mobile_device_prestage.rb +0 -105
- data/lib/jamf/api/jamf_pro/oapi_schemas/group_mappings.rb +0 -138
- data/lib/jamf/api/jamf_pro/oapi_schemas/group_membership.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/group_test_search.rb +0 -106
- data/lib/jamf/api/jamf_pro/oapi_schemas/group_test_search_request.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/group_test_search_response.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/gsx_connection.rb +0 -127
- data/lib/jamf/api/jamf_pro/oapi_schemas/gsx_connection_update.rb +0 -114
- data/lib/jamf/api/jamf_pro/oapi_schemas/gsx_keystore.rb +0 -117
- data/lib/jamf/api/jamf_pro/oapi_schemas/gsx_test_response.rb +0 -96
- data/lib/jamf/api/jamf_pro/oapi_schemas/history_search_results.rb +0 -151
- data/lib/jamf/api/jamf_pro/oapi_schemas/href_response.rb +0 -194
- data/lib/jamf/api/jamf_pro/oapi_schemas/icon_response.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/id_and_name_v2.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/ids.rb +0 -101
- data/lib/jamf/api/jamf_pro/oapi_schemas/initialize_v1.rb +0 -133
- data/lib/jamf/api/jamf_pro/oapi_schemas/install_package.rb +0 -103
- data/lib/jamf/api/jamf_pro/oapi_schemas/internal_recipient.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_information.rb +0 -113
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_list_mobile_device.rb +0 -680
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_list_mobile_device_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_csv_error.rb +0 -123
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_csv_validation_error.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_csv_validation_error_cause.rb +0 -105
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_csv_validation_success.rb +0 -86
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_extension_attribute.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_extension_attribute_column.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_extension_attribute_column_result.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_invalid_csv_response.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record.rb +0 -248
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record_search_results.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/ios_branding_configuration.rb +0 -129
- data/lib/jamf/api/jamf_pro/oapi_schemas/ios_branding_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_application_response.rb +0 -95
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_package_response.rb +0 -107
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_pro_information.rb +0 -124
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_pro_information_v2.rb +0 -124
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_pro_server_url.rb +0 -85
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_pro_version.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_protect_plan.rb +0 -125
- data/lib/jamf/api/jamf_pro/oapi_schemas/jcds_properties.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/language_code.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_account_management_history.rb +0 -123
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_account_management_history_response.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_audit.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_audit_v2.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_history.rb +0 -114
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_history_response.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_and_audits.rb +0 -107
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_and_audits_v2.rb +0 -107
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_audits_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_audits_results_v2.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_response.rb +0 -84
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_response_v2.rb +0 -86
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_pending_rotation.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_pending_rotation_response.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_settings_request.rb +0 -100
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_settings_request_v2.rb +0 -108
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_settings_response.rb +0 -99
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_settings_response_v2.rb +0 -106
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user.rb +0 -105
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_request.rb +0 -84
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_request_v2.rb +0 -84
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_response.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_response_v2.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_v2.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_results_v2.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_v2.rb +0 -106
- data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_configuration_request.rb +0 -99
- data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_configuration_response.rb +0 -101
- data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_configuration_update.rb +0 -99
- data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_group.rb +0 -107
- data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_group_search_results.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_server.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/linked_connect_profile.rb +0 -126
- data/lib/jamf/api/jamf_pro/oapi_schemas/linked_connect_profile_search_results.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/locale.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/location_information.rb +0 -146
- data/lib/jamf/api/jamf_pro/oapi_schemas/location_information_v2.rb +0 -146
- data/lib/jamf/api/jamf_pro/oapi_schemas/location_v2.rb +0 -124
- data/lib/jamf/api/jamf_pro/oapi_schemas/log_out_user_command.rb +0 -77
- data/lib/jamf/api/jamf_pro/oapi_schemas/login_content.rb +0 -107
- data/lib/jamf/api/jamf_pro/oapi_schemas/login_content_put.rb +0 -101
- data/lib/jamf/api/jamf_pro/oapi_schemas/mac_os_branding_configuration.rb +0 -118
- data/lib/jamf/api/jamf_pro/oapi_schemas/mac_os_branding_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan.rb +0 -171
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_group_post.rb +0 -99
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_post.rb +0 -98
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_post_response.rb +0 -100
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_toggle.rb +0 -108
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_toggle_status.rb +0 -169
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_toggle_status_wrapper.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plans.rb +0 -102
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_status.rb +0 -174
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_statuses.rb +0 -102
- data/lib/jamf/api/jamf_pro/oapi_schemas/markdown.rb +0 -84
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_client_type.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command.rb +0 -109
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_base.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_client.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_client_request.rb +0 -81
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_request.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_results.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_state.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_type.rb +0 -98
- data/lib/jamf/api/jamf_pro/oapi_schemas/membership_mappings.rb +0 -84
- data/lib/jamf/api/jamf_pro/oapi_schemas/membership_test_search_request.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/membership_test_search_response.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/memcached_endpoints.rb +0 -114
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_application.rb +0 -100
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_application_inventory_detail.rb +0 -123
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_attachment_v2.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_certificate.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_certificate_v2.rb +0 -147
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_details_get_v2.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_details_v2.rb +0 -295
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_ebook.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_ebook_inventory_detail.rb +0 -105
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_extension_attribute.rb +0 -125
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_extension_attribute_results.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_general.rb +0 -216
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_group.rb +0 -96
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb +0 -160
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_inventory.rb +0 -136
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_inventory_search_results.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_ios_general.rb +0 -191
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_ios_inventory.rb +0 -134
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_lost_mode_location.rb +0 -118
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb +0 -180
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage.rb +0 -136
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_name.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_name_v2.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_names.rb +0 -118
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_names_v2.rb +0 -118
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_profile.rb +0 -112
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_provisioning_profiles.rb +0 -95
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_purchasing.rb +0 -157
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_response.rb +0 -74
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_search_results_v2.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_section.rb +0 -100
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_security.rb +0 -178
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_service_subscriptions.rb +0 -173
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_shared_user.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_tv_os_general.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_tv_os_inventory.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_user_and_location.rb +0 -142
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_user_profile.rb +0 -118
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_v2.rb +0 -160
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_watch_os_general.rb +0 -112
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_watch_os_inventory.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb +0 -179
- data/lib/jamf/api/jamf_pro/oapi_schemas/notification.rb +0 -96
- data/lib/jamf/api/jamf_pro/oapi_schemas/notification_type.rb +0 -147
- data/lib/jamf/api/jamf_pro/oapi_schemas/notification_v1.rb +0 -96
- data/lib/jamf/api/jamf_pro/oapi_schemas/object_history.rb +0 -141
- data/lib/jamf/api/jamf_pro/oapi_schemas/onboarding_configuration.rb +0 -101
- data/lib/jamf/api/jamf_pro/oapi_schemas/onboarding_eligible_item.rb +0 -104
- data/lib/jamf/api/jamf_pro/oapi_schemas/onboarding_eligible_items_search_result.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/onboarding_item.rb +0 -140
- data/lib/jamf/api/jamf_pro/oapi_schemas/parent_app.rb +0 -131
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policies.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb +0 -190
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_details.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_list_view.rb +0 -142
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log_detail.rb +0 -102
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log_detail_action.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log_eligible_retry_count.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log_retry.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log_v2.rb +0 -133
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_logs.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_v2_on_dashboard.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_base.rb +0 -163
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_definition_kill_app.rb +0 -81
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_dependencies.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_dependency.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_extension_attributes.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_patch.rb +0 -126
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_definition.rb +0 -118
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_definitions.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_extension_attributes.rb +0 -101
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_packages.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_report.rb +0 -130
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_report_search_result.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_summary.rb +0 -125
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_summary_version.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/personal_hotspot_setting.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_configuration_post.rb +0 -133
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_device.rb +0 -105
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_device_post.rb +0 -97
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_device_response.rb +0 -96
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_group_post.rb +0 -96
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_search_results.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_status.rb +0 -126
- data/lib/jamf/api/jamf_pro/oapi_schemas/plugin_path.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/policy_properties.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/policy_properties_v1.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/post_computer_prestage_v2.rb +0 -85
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_dependencies.rb +0 -85
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_dependency.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_file_attachment.rb +0 -95
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_file_attachment_v2.rb +0 -95
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information.rb +0 -174
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb +0 -174
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope.rb +0 -84
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_assignment.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_assignment_v2.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_response.rb +0 -109
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_update.rb +0 -113
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_sync_status.rb +0 -98
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_sync_status_v2.rb +0 -98
- data/lib/jamf/api/jamf_pro/oapi_schemas/process_texts_search_results.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/protect_registration_request.rb +0 -100
- data/lib/jamf/api/jamf_pro/oapi_schemas/protect_settings_response.rb +0 -141
- data/lib/jamf/api/jamf_pro/oapi_schemas/protect_updatable_settings_request.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/purchasing_v2.rb +0 -153
- data/lib/jamf/api/jamf_pro/oapi_schemas/put_computer_prestage_v2.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/put_mobile_device_prestage.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/recalculation_results.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/reenrollment.rb +0 -117
- data/lib/jamf/api/jamf_pro/oapi_schemas/remote_administration_response.rb +0 -107
- data/lib/jamf/api/jamf_pro/oapi_schemas/remote_administration_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/renew_mdm_profile_response.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/restart_device_command.rb +0 -95
- data/lib/jamf/api/jamf_pro/oapi_schemas/return_to_service_configuration.rb +0 -100
- data/lib/jamf/api/jamf_pro/oapi_schemas/return_to_service_configuration_request.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/return_to_service_configuration_search_results.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/safelisted_app.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/scheduler_job.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/scheduler_jobs.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/scheduler_summary.rb +0 -100
- data/lib/jamf/api/jamf_pro/oapi_schemas/scheduler_trigger.rb +0 -95
- data/lib/jamf/api/jamf_pro/oapi_schemas/script.rb +0 -193
- data/lib/jamf/api/jamf_pro/oapi_schemas/scripts_search_results.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/security_v2.rb +0 -130
- data/lib/jamf/api/jamf_pro/oapi_schemas/self_service_install_settings.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/self_service_interaction_settings.rb +0 -122
- data/lib/jamf/api/jamf_pro/oapi_schemas/self_service_login_settings.rb +0 -113
- data/lib/jamf/api/jamf_pro/oapi_schemas/self_service_settings.rb +0 -100
- data/lib/jamf/api/jamf_pro/oapi_schemas/session.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/session_candidate_request.rb +0 -108
- data/lib/jamf/api/jamf_pro/oapi_schemas/session_details.rb +0 -175
- data/lib/jamf/api/jamf_pro/oapi_schemas/session_details_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/session_history_item.rb +0 -145
- data/lib/jamf/api/jamf_pro/oapi_schemas/session_history_item_details.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/session_history_item_with_details.rb +0 -153
- data/lib/jamf/api/jamf_pro/oapi_schemas/session_history_search_results.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/session_status.rb +0 -98
- data/lib/jamf/api/jamf_pro/oapi_schemas/set_auto_admin_password_command.rb +0 -92
- data/lib/jamf/api/jamf_pro/oapi_schemas/set_recovery_lock_command.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb +0 -166
- data/lib/jamf/api/jamf_pro/oapi_schemas/shared_device_compliance_feature_toggle.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/shared_device_configuration.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/shut_down_device_command.rb +0 -77
- data/lib/jamf/api/jamf_pro/oapi_schemas/signature.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/site.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/site_object.rb +0 -150
- data/lib/jamf/api/jamf_pro/oapi_schemas/smart_search_criterion.rb +0 -118
- data/lib/jamf/api/jamf_pro/oapi_schemas/smtp_basic_credentials.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/smtp_connection_settings.rb +0 -113
- data/lib/jamf/api/jamf_pro/oapi_schemas/smtp_graph_api_credentials.rb +0 -98
- data/lib/jamf/api/jamf_pro/oapi_schemas/smtp_sender_settings.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/smtp_server.rb +0 -158
- data/lib/jamf/api/jamf_pro/oapi_schemas/smtp_server_test.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/smtp_server_v2.rb +0 -127
- data/lib/jamf/api/jamf_pro/oapi_schemas/software_title_configuration_on_dashboard.rb +0 -82
- data/lib/jamf/api/jamf_pro/oapi_schemas/software_update_settings.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_failover_data.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore.rb +0 -128
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_cert_parse_response.rb +0 -130
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_details.rb +0 -107
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_parse.rb +0 -103
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_response.rb +0 -120
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_response_with_details.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_with_details.rb +0 -93
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_metadata_url.rb +0 -85
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_settings_v1.rb +0 -253
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_settings_v2.rb +0 -253
- data/lib/jamf/api/jamf_pro/oapi_schemas/startup_status.rb +0 -197
- data/lib/jamf/api/jamf_pro/oapi_schemas/static_group.rb +0 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/static_group_assignment.rb +0 -105
- data/lib/jamf/api/jamf_pro/oapi_schemas/static_group_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/static_group_summary.rb +0 -101
- data/lib/jamf/api/jamf_pro/oapi_schemas/static_user_group.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity.rb +0 -107
- data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity_certificate_upload.rb +0 -100
- data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity_create.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity_update.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/teacher_features.rb +0 -105
- data/lib/jamf/api/jamf_pro/oapi_schemas/teacher_settings_request.rb +0 -108
- data/lib/jamf/api/jamf_pro/oapi_schemas/teacher_settings_response.rb +0 -122
- data/lib/jamf/api/jamf_pro/oapi_schemas/time_frame.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/time_zone.rb +0 -107
- data/lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb +0 -141
- data/lib/jamf/api/jamf_pro/oapi_schemas/udids.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/update_ios_v2.rb +0 -81
- data/lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb +0 -137
- data/lib/jamf/api/jamf_pro/oapi_schemas/update_tv_os.rb +0 -88
- data/lib/jamf/api/jamf_pro/oapi_schemas/user_mappings.rb +0 -193
- data/lib/jamf/api/jamf_pro/oapi_schemas/user_preferences_settings.rb +0 -100
- data/lib/jamf/api/jamf_pro/oapi_schemas/user_test_attributes.rb +0 -117
- data/lib/jamf/api/jamf_pro/oapi_schemas/user_test_search.rb +0 -112
- data/lib/jamf/api/jamf_pro/oapi_schemas/user_test_search_request.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/user_test_search_response.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/v1_site.rb +0 -91
- data/lib/jamf/api/jamf_pro/oapi_schemas/venafi_ca_record.rb +0 -148
- data/lib/jamf/api/jamf_pro/oapi_schemas/venafi_pki_payload_record.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/venafi_pki_payload_record_search_results.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/venafi_service_status.rb +0 -83
- data/lib/jamf/api/jamf_pro/oapi_schemas/verbose_package_deployment_response.rb +0 -90
- data/lib/jamf/api/jamf_pro/oapi_schemas/voice_roaming_setting.rb +0 -87
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_content.rb +0 -154
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_content_list.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_location.rb +0 -86
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_location_list_view.rb +0 -184
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_location_patch.rb +0 -111
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_location_post.rb +0 -114
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_locations.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_subscription.rb +0 -86
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_subscription_base.rb +0 -127
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_subscriptions.rb +0 -89
- data/lib/jamf/api/jamf_pro/oapi_schemas/watch_os_details_v2.rb +0 -201
- data/lib/jamf/api/jamf_pro/oapi_schemas/web_link.rb +0 -87
@@ -1,90 +0,0 @@
|
|
1
|
-
# Copyright 2024 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: LapsUserResults
|
34
|
-
#
|
35
|
-
#
|
36
|
-
#
|
37
|
-
# This class was automatically generated from the api/schema
|
38
|
-
# URL path on a Jamf Pro server version 11.6.1-t1718634702
|
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
|
-
# - Jamf::OAPISchemas::LapsUser
|
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
|
-
# - '/v1/local-admin-password/{clientManagementId}/accounts:GET' needs permissions:
|
61
|
-
# - View Local Admin Password
|
62
|
-
#
|
63
|
-
#
|
64
|
-
class LapsUserResults < Jamf::OAPIObject
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
OAPI_PROPERTIES = {
|
69
|
-
|
70
|
-
# @!attribute totalCount
|
71
|
-
# @return [Integer]
|
72
|
-
totalCount: {
|
73
|
-
class: :integer
|
74
|
-
},
|
75
|
-
|
76
|
-
# @!attribute results
|
77
|
-
# @return [Array<Jamf::OAPISchemas::LapsUser>]
|
78
|
-
results: {
|
79
|
-
class: Jamf::OAPISchemas::LapsUser,
|
80
|
-
multi: true,
|
81
|
-
min_length: 0
|
82
|
-
}
|
83
|
-
|
84
|
-
} # end OAPI_PROPERTIES
|
85
|
-
|
86
|
-
end # class LapsUserResults
|
87
|
-
|
88
|
-
end # module OAPISchemas
|
89
|
-
|
90
|
-
end # module Jamf
|
@@ -1,90 +0,0 @@
|
|
1
|
-
# Copyright 2024 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: LapsUserResultsV2
|
34
|
-
#
|
35
|
-
#
|
36
|
-
#
|
37
|
-
# This class was automatically generated from the api/schema
|
38
|
-
# URL path on a Jamf Pro server version 11.6.1-t1718634702
|
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
|
-
# - Jamf::OAPISchemas::LapsUserV2
|
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
|
-
# - '/v2/local-admin-password/{clientManagementId}/accounts:GET' needs permissions:
|
61
|
-
# - View Local Admin Password
|
62
|
-
#
|
63
|
-
#
|
64
|
-
class LapsUserResultsV2 < Jamf::OAPIObject
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
OAPI_PROPERTIES = {
|
69
|
-
|
70
|
-
# @!attribute totalCount
|
71
|
-
# @return [Integer]
|
72
|
-
totalCount: {
|
73
|
-
class: :integer
|
74
|
-
},
|
75
|
-
|
76
|
-
# @!attribute results
|
77
|
-
# @return [Array<Jamf::OAPISchemas::LapsUserV2>]
|
78
|
-
results: {
|
79
|
-
class: Jamf::OAPISchemas::LapsUserV2,
|
80
|
-
multi: true,
|
81
|
-
min_length: 0
|
82
|
-
}
|
83
|
-
|
84
|
-
} # end OAPI_PROPERTIES
|
85
|
-
|
86
|
-
end # class LapsUserResultsV2
|
87
|
-
|
88
|
-
end # module OAPISchemas
|
89
|
-
|
90
|
-
end # module Jamf
|
@@ -1,106 +0,0 @@
|
|
1
|
-
# Copyright 2024 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: LapsUserV2
|
34
|
-
#
|
35
|
-
#
|
36
|
-
#
|
37
|
-
# This class was automatically generated from the api/schema
|
38
|
-
# URL path on a Jamf Pro server version 11.6.1-t1718634702
|
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
|
-
# - Jamf::OAPISchemas::LapsPendingRotation
|
52
|
-
# - Jamf::OAPISchemas::LapsUserResultsV2
|
53
|
-
#
|
54
|
-
# Sub Objects:
|
55
|
-
# Other object models used by this model's attributes.
|
56
|
-
#
|
57
|
-
#
|
58
|
-
# Endpoints and Privileges:
|
59
|
-
# API endpoints and HTTP operations that use this object
|
60
|
-
# model, and the Jamf Pro privileges needed to access them.
|
61
|
-
#
|
62
|
-
#
|
63
|
-
#
|
64
|
-
class LapsUserV2 < Jamf::OAPIObject
|
65
|
-
|
66
|
-
# Enums used by this class or others
|
67
|
-
|
68
|
-
USER_SOURCE_OPTIONS = [
|
69
|
-
'MDM',
|
70
|
-
'JMF'
|
71
|
-
]
|
72
|
-
|
73
|
-
OAPI_PROPERTIES = {
|
74
|
-
|
75
|
-
# @!attribute clientManagementId
|
76
|
-
# @return [String]
|
77
|
-
clientManagementId: {
|
78
|
-
class: :string
|
79
|
-
},
|
80
|
-
|
81
|
-
# @!attribute guid
|
82
|
-
# @return [String]
|
83
|
-
guid: {
|
84
|
-
class: :string
|
85
|
-
},
|
86
|
-
|
87
|
-
# @!attribute username
|
88
|
-
# @return [String]
|
89
|
-
username: {
|
90
|
-
class: :string
|
91
|
-
},
|
92
|
-
|
93
|
-
# @!attribute userSource
|
94
|
-
# @return [String]
|
95
|
-
userSource: {
|
96
|
-
class: :string,
|
97
|
-
enum: USER_SOURCE_OPTIONS
|
98
|
-
}
|
99
|
-
|
100
|
-
} # end OAPI_PROPERTIES
|
101
|
-
|
102
|
-
end # class LapsUserV2
|
103
|
-
|
104
|
-
end # module OAPISchemas
|
105
|
-
|
106
|
-
end # module Jamf
|
@@ -1,99 +0,0 @@
|
|
1
|
-
# Copyright 2024 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: LdapConfigurationRequest
|
34
|
-
#
|
35
|
-
# Description of this class from the OAPI Schema:
|
36
|
-
# A Cloud Identity Provider LDAP configuration for requests
|
37
|
-
#
|
38
|
-
# This class was automatically generated from the api/schema
|
39
|
-
# URL path on a Jamf Pro server version 11.6.1-t1718634702
|
40
|
-
#
|
41
|
-
# This class may be used directly, e.g instances of other classes may
|
42
|
-
# use instances of this class as one of their own properties/attributes.
|
43
|
-
#
|
44
|
-
# It may also be used as a superclass when implementing Jamf Pro API
|
45
|
-
# Resources in ruby-jss. The subclasses include appropriate mixins, and
|
46
|
-
# should expand on the basic functionality provided here.
|
47
|
-
#
|
48
|
-
#
|
49
|
-
# Container Objects:
|
50
|
-
# Other object models that use this model as the value in one
|
51
|
-
# of their attributes.
|
52
|
-
#
|
53
|
-
#
|
54
|
-
# Sub Objects:
|
55
|
-
# Other object models used by this model's attributes.
|
56
|
-
# - Jamf::OAPISchemas::CloudIdPCommonRequest
|
57
|
-
# - Jamf::OAPISchemas::CloudLdapServerRequest
|
58
|
-
# - Jamf::OAPISchemas::CloudLdapMappingsRequest
|
59
|
-
#
|
60
|
-
# Endpoints and Privileges:
|
61
|
-
# API endpoints and HTTP operations that use this object
|
62
|
-
# model, and the Jamf Pro privileges needed to access them.
|
63
|
-
# - '/v2/cloud-ldaps:POST' needs permissions:
|
64
|
-
# - Create LDAP Servers
|
65
|
-
#
|
66
|
-
#
|
67
|
-
class LdapConfigurationRequest < Jamf::OAPIObject
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
OAPI_PROPERTIES = {
|
72
|
-
|
73
|
-
# @!attribute cloudIdPCommon
|
74
|
-
# @return [Jamf::OAPISchemas::CloudIdPCommonRequest]
|
75
|
-
cloudIdPCommon: {
|
76
|
-
class: Jamf::OAPISchemas::CloudIdPCommonRequest,
|
77
|
-
required: true
|
78
|
-
},
|
79
|
-
|
80
|
-
# @!attribute server
|
81
|
-
# @return [Jamf::OAPISchemas::CloudLdapServerRequest]
|
82
|
-
server: {
|
83
|
-
class: Jamf::OAPISchemas::CloudLdapServerRequest,
|
84
|
-
required: true
|
85
|
-
},
|
86
|
-
|
87
|
-
# @!attribute mappings
|
88
|
-
# @return [Jamf::OAPISchemas::CloudLdapMappingsRequest]
|
89
|
-
mappings: {
|
90
|
-
class: Jamf::OAPISchemas::CloudLdapMappingsRequest
|
91
|
-
}
|
92
|
-
|
93
|
-
} # end OAPI_PROPERTIES
|
94
|
-
|
95
|
-
end # class LdapConfigurationRequest
|
96
|
-
|
97
|
-
end # module OAPISchemas
|
98
|
-
|
99
|
-
end # module Jamf
|
@@ -1,101 +0,0 @@
|
|
1
|
-
# Copyright 2024 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: LdapConfigurationResponse
|
34
|
-
#
|
35
|
-
# Description of this class from the OAPI Schema:
|
36
|
-
# A Cloud Identity Provider LDAP configuration for responses
|
37
|
-
#
|
38
|
-
# This class was automatically generated from the api/schema
|
39
|
-
# URL path on a Jamf Pro server version 11.6.1-t1718634702
|
40
|
-
#
|
41
|
-
# This class may be used directly, e.g instances of other classes may
|
42
|
-
# use instances of this class as one of their own properties/attributes.
|
43
|
-
#
|
44
|
-
# It may also be used as a superclass when implementing Jamf Pro API
|
45
|
-
# Resources in ruby-jss. The subclasses include appropriate mixins, and
|
46
|
-
# should expand on the basic functionality provided here.
|
47
|
-
#
|
48
|
-
#
|
49
|
-
# Container Objects:
|
50
|
-
# Other object models that use this model as the value in one
|
51
|
-
# of their attributes.
|
52
|
-
#
|
53
|
-
#
|
54
|
-
# Sub Objects:
|
55
|
-
# Other object models used by this model's attributes.
|
56
|
-
# - Jamf::OAPISchemas::CloudIdPCommon
|
57
|
-
# - Jamf::OAPISchemas::CloudLdapServerResponse
|
58
|
-
# - Jamf::OAPISchemas::CloudLdapMappingsResponse
|
59
|
-
#
|
60
|
-
# Endpoints and Privileges:
|
61
|
-
# API endpoints and HTTP operations that use this object
|
62
|
-
# model, and the Jamf Pro privileges needed to access them.
|
63
|
-
# - '/v2/cloud-ldaps/{id}:GET' needs permissions:
|
64
|
-
# - Read LDAP Servers
|
65
|
-
# - '/v2/cloud-ldaps/{id}:PUT' needs permissions:
|
66
|
-
# - Update LDAP Servers
|
67
|
-
#
|
68
|
-
#
|
69
|
-
class LdapConfigurationResponse < Jamf::OAPIObject
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
OAPI_PROPERTIES = {
|
74
|
-
|
75
|
-
# @!attribute cloudIdPCommon
|
76
|
-
# @return [Jamf::OAPISchemas::CloudIdPCommon]
|
77
|
-
cloudIdPCommon: {
|
78
|
-
class: Jamf::OAPISchemas::CloudIdPCommon,
|
79
|
-
required: true
|
80
|
-
},
|
81
|
-
|
82
|
-
# @!attribute server
|
83
|
-
# @return [Jamf::OAPISchemas::CloudLdapServerResponse]
|
84
|
-
server: {
|
85
|
-
class: Jamf::OAPISchemas::CloudLdapServerResponse,
|
86
|
-
required: true
|
87
|
-
},
|
88
|
-
|
89
|
-
# @!attribute mappings
|
90
|
-
# @return [Jamf::OAPISchemas::CloudLdapMappingsResponse]
|
91
|
-
mappings: {
|
92
|
-
class: Jamf::OAPISchemas::CloudLdapMappingsResponse
|
93
|
-
}
|
94
|
-
|
95
|
-
} # end OAPI_PROPERTIES
|
96
|
-
|
97
|
-
end # class LdapConfigurationResponse
|
98
|
-
|
99
|
-
end # module OAPISchemas
|
100
|
-
|
101
|
-
end # module Jamf
|
@@ -1,99 +0,0 @@
|
|
1
|
-
# Copyright 2024 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: LdapConfigurationUpdate
|
34
|
-
#
|
35
|
-
# Description of this class from the OAPI Schema:
|
36
|
-
# A Cloud Identity Provider LDAP configuration for updates
|
37
|
-
#
|
38
|
-
# This class was automatically generated from the api/schema
|
39
|
-
# URL path on a Jamf Pro server version 11.6.1-t1718634702
|
40
|
-
#
|
41
|
-
# This class may be used directly, e.g instances of other classes may
|
42
|
-
# use instances of this class as one of their own properties/attributes.
|
43
|
-
#
|
44
|
-
# It may also be used as a superclass when implementing Jamf Pro API
|
45
|
-
# Resources in ruby-jss. The subclasses include appropriate mixins, and
|
46
|
-
# should expand on the basic functionality provided here.
|
47
|
-
#
|
48
|
-
#
|
49
|
-
# Container Objects:
|
50
|
-
# Other object models that use this model as the value in one
|
51
|
-
# of their attributes.
|
52
|
-
#
|
53
|
-
#
|
54
|
-
# Sub Objects:
|
55
|
-
# Other object models used by this model's attributes.
|
56
|
-
# - Jamf::OAPISchemas::CloudIdPCommon
|
57
|
-
# - Jamf::OAPISchemas::CloudLdapServerUpdate
|
58
|
-
# - Jamf::OAPISchemas::CloudLdapMappingsRequest
|
59
|
-
#
|
60
|
-
# Endpoints and Privileges:
|
61
|
-
# API endpoints and HTTP operations that use this object
|
62
|
-
# model, and the Jamf Pro privileges needed to access them.
|
63
|
-
# - '/v2/cloud-ldaps/{id}:PUT' needs permissions:
|
64
|
-
# - Update LDAP Servers
|
65
|
-
#
|
66
|
-
#
|
67
|
-
class LdapConfigurationUpdate < Jamf::OAPIObject
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
OAPI_PROPERTIES = {
|
72
|
-
|
73
|
-
# @!attribute cloudIdPCommon
|
74
|
-
# @return [Jamf::OAPISchemas::CloudIdPCommon]
|
75
|
-
cloudIdPCommon: {
|
76
|
-
class: Jamf::OAPISchemas::CloudIdPCommon,
|
77
|
-
required: true
|
78
|
-
},
|
79
|
-
|
80
|
-
# @!attribute server
|
81
|
-
# @return [Jamf::OAPISchemas::CloudLdapServerUpdate]
|
82
|
-
server: {
|
83
|
-
class: Jamf::OAPISchemas::CloudLdapServerUpdate,
|
84
|
-
required: true
|
85
|
-
},
|
86
|
-
|
87
|
-
# @!attribute mappings
|
88
|
-
# @return [Jamf::OAPISchemas::CloudLdapMappingsRequest]
|
89
|
-
mappings: {
|
90
|
-
class: Jamf::OAPISchemas::CloudLdapMappingsRequest
|
91
|
-
}
|
92
|
-
|
93
|
-
} # end OAPI_PROPERTIES
|
94
|
-
|
95
|
-
end # class LdapConfigurationUpdate
|
96
|
-
|
97
|
-
end # module OAPISchemas
|
98
|
-
|
99
|
-
end # module Jamf
|
@@ -1,107 +0,0 @@
|
|
1
|
-
# Copyright 2024 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: LdapGroup
|
34
|
-
#
|
35
|
-
# Description of this class from the OAPI Schema:
|
36
|
-
# An LDAP group.
|
37
|
-
#
|
38
|
-
# This class was automatically generated from the api/schema
|
39
|
-
# URL path on a Jamf Pro server version 11.6.1-t1718634702
|
40
|
-
#
|
41
|
-
# This class may be used directly, e.g instances of other classes may
|
42
|
-
# use instances of this class as one of their own properties/attributes.
|
43
|
-
#
|
44
|
-
# It may also be used as a superclass when implementing Jamf Pro API
|
45
|
-
# Resources in ruby-jss. The subclasses include appropriate mixins, and
|
46
|
-
# should expand on the basic functionality provided here.
|
47
|
-
#
|
48
|
-
#
|
49
|
-
# Container Objects:
|
50
|
-
# Other object models that use this model as the value in one
|
51
|
-
# of their attributes.
|
52
|
-
# - Jamf::OAPISchemas::LdapGroupSearchResults
|
53
|
-
#
|
54
|
-
# Sub Objects:
|
55
|
-
# Other object models used by this model's attributes.
|
56
|
-
#
|
57
|
-
#
|
58
|
-
# Endpoints and Privileges:
|
59
|
-
# API endpoints and HTTP operations that use this object
|
60
|
-
# model, and the Jamf Pro privileges needed to access them.
|
61
|
-
#
|
62
|
-
#
|
63
|
-
#
|
64
|
-
class LdapGroup < Jamf::OAPIObject
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
OAPI_PROPERTIES = {
|
69
|
-
|
70
|
-
# @!attribute id
|
71
|
-
# @return [String]
|
72
|
-
id: {
|
73
|
-
class: :j_id,
|
74
|
-
identifier: :primary
|
75
|
-
},
|
76
|
-
|
77
|
-
# @!attribute uuid
|
78
|
-
# @return [String]
|
79
|
-
uuid: {
|
80
|
-
class: :string
|
81
|
-
},
|
82
|
-
|
83
|
-
# @!attribute ldapServerId
|
84
|
-
# @return [Integer]
|
85
|
-
ldapServerId: {
|
86
|
-
class: :integer
|
87
|
-
},
|
88
|
-
|
89
|
-
# @!attribute name
|
90
|
-
# @return [String]
|
91
|
-
name: {
|
92
|
-
class: :string
|
93
|
-
},
|
94
|
-
|
95
|
-
# @!attribute distinguishedName
|
96
|
-
# @return [String]
|
97
|
-
distinguishedName: {
|
98
|
-
class: :string
|
99
|
-
}
|
100
|
-
|
101
|
-
} # end OAPI_PROPERTIES
|
102
|
-
|
103
|
-
end # class LdapGroup
|
104
|
-
|
105
|
-
end # module OAPISchemas
|
106
|
-
|
107
|
-
end # module Jamf
|