ruby-jss 3.2.2 → 4.0.0b1
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 +28 -2
- data/README-2.0.0.md +3 -1
- data/lib/jamf/api/connection/cache.rb +9 -8
- data/lib/jamf/api/connection/connect.rb +33 -2
- data/lib/jamf/api/connection/constants.rb +5 -0
- data/lib/jamf/api/connection/token.rb +70 -1
- data/lib/jamf/api/connection.rb +5 -4
- data/lib/jamf/api/jamf_pro/api_objects/api_client.rb +173 -0
- data/lib/jamf/api/jamf_pro/api_objects/api_integration.rb +38 -0
- data/lib/jamf/api/jamf_pro/api_objects/api_role.rb +134 -0
- data/lib/jamf/api/jamf_pro/api_objects/computer_prestage.rb +14 -5
- data/lib/jamf/api/jamf_pro/api_objects/mobile_device_prestage.rb +2 -1
- data/lib/jamf/api/jamf_pro/mixins/collection_resource.rb +1 -1
- data/lib/jamf/api/jamf_pro/mixins/prestage.rb +46 -94
- data/lib/jamf/api/jamf_pro/oapi_schemas/access_groups_preview_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/access_groups_v2_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/account.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_driven_user_enrollment_session_token_settings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_group.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences_v1.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_preferences_v4.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_settings_request.rb +174 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/account_settings_response.rb +167 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/admin_account.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_search.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_search_criteria_choices.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_search_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_user_content_search.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/advanced_user_content_search_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/android_details.rb +1 -1
- 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 +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_integration_request.rb +106 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_integration_response.rb +143 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_integration_search_result.rb +94 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_role.rb +105 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_role_privileges.rb +87 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_role_request.rb +94 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/api_role_result.rb +94 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/app_analytics_setting.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/{patch_policy_on_dashboard.rb → app_config_reinstall_code.rb} +10 -10
- data/lib/jamf/api/jamf_pro/oapi_schemas/app_path.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/app_request_form_input_field.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/app_request_form_input_field_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/app_request_settings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/apple_tv_details.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/application_attributes.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/application_configuration.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/assign_remove_profile_response_sync_state.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/assignment.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/attributes.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/auth_account.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/auth_account_v1.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/auth_token.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/auth_token_v1.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/authentication_type.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/authorization.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/authorization_v1.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/available_os_updates.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/available_updates.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_configuration.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_configuration_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_configuration_update.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_mappings.rb +1 -2
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/azure_server_configuration_update.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/branding_image_url.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/building.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/building_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cache_settings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/categories_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/category.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/certificate_details.rb +3 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/certificate_identity_v2.rb +3 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/certificate_key.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/certificate_record.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/classic_ldap_mappings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/client_check_in_v3.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_id_p_common.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_id_p_common_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_id_p_common_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_pool_statistics.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_connection_status.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_keystore.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_keystore_file.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_mappings_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_mappings_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_ldap_server_update.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/cloud_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/compliance_vendor_device_information.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_application.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_attachment.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_certificate.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_configuration_profile.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_alert.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_cache_detail.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_data_migration_error.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_data_migration_error_user_info.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_alert.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_capabilities.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_details.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_content_caching_parent_local_network.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_disk.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_disk_encryption.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_extension_attribute.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_font.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_general.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_general_update.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_group.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_hardware.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_hardware_update.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_ibeacon.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_collection_preferences.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_collection_settings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_file_vault.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_file_vault_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_recovery_lock_password_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_inventory_update_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_licensed_software.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_local_user_account.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_location.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_mdm_capability.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_operating_system.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_operating_system_update.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_overview.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_package_receipts.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_partition.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_partition_encryption.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_partition_file_vault2_state.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_plugin.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage_search_results_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/{computer_prestage_search_results.rb → computer_prestage_search_results_v3.rb} +8 -8
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_prestage_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/{computer_prestage.rb → computer_prestage_v3.rb} +39 -16
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_printer.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_purchase.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_remote_management.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_section.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_security.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_service.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_software_update.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_storage.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computer_user_and_location.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/computers_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/configuration_profile.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/configuration_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/connection_configuration_candidate_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/connection_configuration_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/connection_configuration_status_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/connection_configuration_update_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/country.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/country_codes.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/create_path.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/csa_token.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/current_account.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/current_authorization.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/{patch_policy_attempt_action.rb → dashboard_api_error.rb} +15 -14
- data/lib/jamf/api/jamf_pro/oapi_schemas/dashboard_item.rb +131 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/dashboard_setup.rb +89 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/{put_computer_prestage.rb → dashboard_setup_task.rb} +17 -12
- data/lib/jamf/api/jamf_pro/oapi_schemas/data_roaming_setting.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/database_password.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/day_of_week.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/declarative_management_command.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/delete_user_command.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/department.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/departments_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/deployment_task.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/deployment_task_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_communication_settings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_compliance_information.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_device_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_disown_body.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_disown_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_instance.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_instance_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_instance_sync_status.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_prestage.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_prestage_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/device_enrollment_token.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/diagnostic_submission_setting.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ebook.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ebook_exclusions.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ebook_limitations.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ebook_scope.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ebook_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enable_lost_mode_command.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/engage.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_access_group_preview.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_access_group_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_branding_settings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_dependencies.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_dependency.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_ldap_group_access.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel_ldap_auth.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel_list.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel_sso_auth.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_panel_text.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_search_results_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_customization_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_method.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/{patch_ids_on_dashboard.rb → enrollment_method_prestage.rb} +17 -13
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_process_text_object.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v2.rb +5 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_settings_v3.rb +240 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/enrollment_sso_config.rb +90 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/erase_device_command.rb +120 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/export_field.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/export_parameters.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/extension_attribute.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/extension_attribute_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/external_recipient.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/file_attachment.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/file_attachment_delete.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/file_attachment_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/font_path.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_computer_prestage_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/{get_computer_prestage.rb → get_computer_prestage_v3.rb} +24 -18
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization_panel.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization_panel_ldap_auth.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization_panel_sso_auth.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_enrollment_customization_panel_text.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_mobile_device_prestage.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/get_mobile_device_prestage_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/group_mappings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/group_membership.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/group_test_search.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/group_test_search_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/group_test_search_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/history_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/history_search_results_v1.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/href_response.rb +3 -3
- data/lib/jamf/api/jamf_pro/oapi_schemas/icon_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/id_and_name.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/id_and_name_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ids.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/initialize.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/initialize_v1.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/install_package.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/internal_recipient.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_information.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_list_mobile_device.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_list_mobile_device_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_csv_error.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_csv_validation_error.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_csv_validation_error_cause.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_csv_validation_success.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_extension_attribute.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_extension_attribute_column.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_extension_attribute_column_result.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_invalid_csv_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record_search_results_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/inventory_preload_record_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ios_branding_configuration.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ios_branding_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ios_details.rb +4 -4
- data/lib/jamf/api/jamf_pro/oapi_schemas/ios_details_v2.rb +7 -7
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_application_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_nation_credentials.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_package_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_pro_information.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_pro_information_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_pro_server_url.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_pro_version.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/jamf_protect_plan.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/language_code.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_audit.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_audit_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_history.rb +113 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_history_response.rb +90 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_and_audits.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_and_audits_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_audits_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_audits_results_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_password_response_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_pending_rotation.rb +88 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_pending_rotation_response.rb +90 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_settings_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_settings_request_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_settings_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_settings_response_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user.rb +20 -2
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_request_v2.rb +2 -2
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_response_v2.rb +2 -2
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_password_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_results_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/laps_user_v2.rb +21 -2
- data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_configuration_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_configuration_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_configuration_update.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_group.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_group_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/ldap_server.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/linked_connect_profile.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/linked_connect_profile_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/locale.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/location.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/location_information.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/location_information_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/location_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mac_os_branding_configuration.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mac_os_branding_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mac_os_managed_software_update.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mac_os_managed_software_update_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan.rb +163 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_group_post.rb +99 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_post.rb +98 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_post_response.rb +100 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plan_toggle.rb +101 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_plans.rb +102 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_status.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/managed_software_update_statuses.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/markdown.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_client_type.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_client.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_client_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_state.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mdm_command_type.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/membership_mappings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/membership_test_search_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/membership_test_search_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/memcached_endpoints.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_application.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_application_inventory_detail.rb +123 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_attachment.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_attachment_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_certificate.rb +94 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_certificate_v1.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_certificate_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_details.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_details_get_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_details_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_ebook.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_ebook_inventory_detail.rb +105 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/{azure_ad_migration_report_process_status.rb → mobile_device_extension_attribute.rb} +45 -35
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_extension_attribute_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_general.rb +215 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_group.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_hardware.rb +160 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_inventory.rb +151 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_inventory_search_results.rb +89 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_ios_general.rb +191 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/{azure_ad_migration_report_request.rb → mobile_device_ios_inventory.rb} +45 -34
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_lost_mode_location.rb +118 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_network.rb +180 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_name.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_name_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_names.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_names_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_search_results_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_prestage_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_profile.rb +112 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/{provisioning_profile.rb → mobile_device_provisioning_profiles.rb} +4 -4
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_purchasing.rb +157 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_search_params.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_search_results_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_section.rb +100 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_security.rb +178 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/{mobile_device_service_subscription.rb → mobile_device_service_subscriptions.rb} +4 -4
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_shared_user.rb +93 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_tv_os_general.rb +93 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/{integer_wrapper.rb → mobile_device_tv_os_inventory.rb} +10 -11
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_user_and_location.rb +142 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/{active_patch_summary.rb → mobile_device_user_profile.rb} +31 -38
- data/lib/jamf/api/jamf_pro/oapi_schemas/mobile_device_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/network.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/network_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/notification.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/notification_type.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/notification_v1.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/{extension_attribute_migration_mapping_change.rb → o_auth_client_credentials.rb} +12 -19
- data/lib/jamf/api/jamf_pro/oapi_schemas/object_history.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/object_history_note.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/object_history_v1.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/order_by.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/package_manifest.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/parent_app.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policies.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_detail.rb +190 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_details.rb +89 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_list_view.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log_detail.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log_detail_action.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log_eligible_retry_count.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log_retry.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_log_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_logs.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_policy_v2_on_dashboard.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_base.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_definition_kill_app.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_dependencies.rb +89 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_dependency.rb +87 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_extension_attributes.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_configuration_patch.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_definition.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_definitions.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_extension_attributes.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_packages.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_report.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_software_title_report_search_result.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_summary.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/patch_summary_version.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/personal_hotspot_setting.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_configuration_post.rb +133 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/{patch_policy_attempt.rb → plan_device.rb} +32 -29
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_device_post.rb +97 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_device_response.rb +96 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_group_post.rb +96 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/plan_status.rb +126 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/plugin_path.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/policy_properties.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/policy_properties_v1.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/post_computer_prestage_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/post_computer_prestage_v3.rb +91 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_dependencies.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_dependency.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_file_attachment.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_file_attachment_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_purchasing_information_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_assignment.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_assignment_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_response_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_update.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_scope_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_sync_status.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/prestage_sync_status_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/process_texts_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/protect_registration_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/protect_settings_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/protect_updatable_settings_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/purchasing.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/purchasing_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/put_computer_prestage_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/put_computer_prestage_v3.rb +98 -0
- data/lib/jamf/api/jamf_pro/oapi_schemas/put_mobile_device_prestage.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/put_mobile_device_prestage_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/recalculation_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/recipient.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/recipients.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/redeploy_jamf_management_framework_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/reenrollment.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/remote_administration_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/remote_administration_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/renew_mdm_profile_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/restart_device_command.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/safelisted_app.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/script.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/scripts_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/security.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/security_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/self_service_install_settings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/self_service_interaction_settings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/self_service_login_settings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/self_service_settings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/session.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/session_candidate_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/session_details.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/session_details_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/session_status.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/set_auto_admin_password_command.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/set_recovery_lock_command.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/settings_command.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/shared_device_configuration.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/signature.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/site.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/smart_search_criterion.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/software_title_configuration_on_dashboard.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/software_update_settings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_failover_data.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_cert_parse_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_details.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_parse.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_response_with_details.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_keystore_with_details.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_metadata_url.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/sso_settings.rb +15 -2
- data/lib/jamf/api/jamf_pro/oapi_schemas/startup_status.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/static_group.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/static_group_assignment.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/static_group_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/static_group_summary.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/static_user_group.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity_certificate_upload.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity_create.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/supervision_identity_update.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/teacher_features.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/teacher_settings_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/teacher_settings_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/time_frame.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/time_zone.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/tv_os_details.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/udids.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/update_apple_tv.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/update_ios.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/update_ios_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/update_mobile_device_v2.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/update_tv_os.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/user_mappings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/user_preferences_settings.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/user_test_attributes.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/user_test_search.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/user_test_search_request.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/user_test_search_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/v1_site.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/venafi_ca_record.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/venafi_pki_payload_record.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/venafi_pki_payload_record_search_results.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/venafi_service_status.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/verbose_package_deployment_response.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/voice_roaming_setting.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_content.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_content_list.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_location.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_location_list_view.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_location_patch.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_location_post.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_locations.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_subscription.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_subscription_base.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/volume_purchasing_subscriptions.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/vpp_admin_account.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/vpp_token_subscription.rb +1 -1
- data/lib/jamf/api/jamf_pro/oapi_schemas/web_link.rb +1 -1
- data/lib/jamf/version.rb +1 -1
- data/lib/jamf/zeitwerk_config.rb +8 -0
- metadata +74 -19
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -36,7 +36,7 @@ module Jamf
|
|
|
36
36
|
# Cloud Identity Provider user group membership mappings configuration
|
|
37
37
|
#
|
|
38
38
|
# This class was automatically genereated from the api/schema
|
|
39
|
-
# URL path on a Jamf Pro server version 10.
|
|
39
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -0,0 +1,123 @@
|
|
|
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: MobileDeviceApplicationInventoryDetail
|
|
34
|
+
#
|
|
35
|
+
#
|
|
36
|
+
#
|
|
37
|
+
# This class was automatically genereated from the api/schema
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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::MobileDeviceInventory
|
|
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 MobileDeviceApplicationInventoryDetail < Jamf::OAPIObject
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
OAPI_PROPERTIES = {
|
|
68
|
+
|
|
69
|
+
# @!attribute identifier
|
|
70
|
+
# @return [String]
|
|
71
|
+
identifier: {
|
|
72
|
+
class: :string
|
|
73
|
+
},
|
|
74
|
+
|
|
75
|
+
# @!attribute name
|
|
76
|
+
# @return [String]
|
|
77
|
+
name: {
|
|
78
|
+
class: :string
|
|
79
|
+
},
|
|
80
|
+
|
|
81
|
+
# @!attribute version
|
|
82
|
+
# @return [String]
|
|
83
|
+
version: {
|
|
84
|
+
class: :string
|
|
85
|
+
},
|
|
86
|
+
|
|
87
|
+
# @!attribute shortVersion
|
|
88
|
+
# @return [String]
|
|
89
|
+
shortVersion: {
|
|
90
|
+
class: :string
|
|
91
|
+
},
|
|
92
|
+
|
|
93
|
+
# @!attribute managementStatus
|
|
94
|
+
# @return [String]
|
|
95
|
+
managementStatus: {
|
|
96
|
+
class: :string
|
|
97
|
+
},
|
|
98
|
+
|
|
99
|
+
# @!attribute validationStatus
|
|
100
|
+
# @return [Boolean]
|
|
101
|
+
validationStatus: {
|
|
102
|
+
class: :boolean
|
|
103
|
+
},
|
|
104
|
+
|
|
105
|
+
# @!attribute bundleSize
|
|
106
|
+
# @return [String]
|
|
107
|
+
bundleSize: {
|
|
108
|
+
class: :string
|
|
109
|
+
},
|
|
110
|
+
|
|
111
|
+
# @!attribute dynamicSize
|
|
112
|
+
# @return [String]
|
|
113
|
+
dynamicSize: {
|
|
114
|
+
class: :string
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
} # end OAPI_PROPERTIES
|
|
118
|
+
|
|
119
|
+
end # class MobileDeviceApplicationInventoryDetail
|
|
120
|
+
|
|
121
|
+
end # module OAPISchemas
|
|
122
|
+
|
|
123
|
+
end # module Jamf
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -0,0 +1,94 @@
|
|
|
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: MobileDeviceCertificate
|
|
34
|
+
#
|
|
35
|
+
#
|
|
36
|
+
#
|
|
37
|
+
# This class was automatically genereated from the api/schema
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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::MobileDeviceInventory
|
|
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 MobileDeviceCertificate < Jamf::OAPIObject
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
OAPI_PROPERTIES = {
|
|
68
|
+
|
|
69
|
+
# @!attribute commonName
|
|
70
|
+
# @return [String]
|
|
71
|
+
commonName: {
|
|
72
|
+
class: :string
|
|
73
|
+
},
|
|
74
|
+
|
|
75
|
+
# @!attribute identity
|
|
76
|
+
# @return [Boolean]
|
|
77
|
+
identity: {
|
|
78
|
+
class: :boolean
|
|
79
|
+
},
|
|
80
|
+
|
|
81
|
+
# @!attribute expirationDate
|
|
82
|
+
# @return [Jamf::Timestamp]
|
|
83
|
+
expirationDate: {
|
|
84
|
+
class: Jamf::Timestamp,
|
|
85
|
+
format: 'date-time'
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
} # end OAPI_PROPERTIES
|
|
89
|
+
|
|
90
|
+
end # class MobileDeviceCertificate
|
|
91
|
+
|
|
92
|
+
end # module OAPISchemas
|
|
93
|
+
|
|
94
|
+
end # module Jamf
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -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.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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.
|
|
@@ -0,0 +1,105 @@
|
|
|
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: MobileDeviceEbookInventoryDetail
|
|
34
|
+
#
|
|
35
|
+
#
|
|
36
|
+
#
|
|
37
|
+
# This class was automatically genereated from the api/schema
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
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 MobileDeviceEbookInventoryDetail < Jamf::OAPIObject
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
OAPI_PROPERTIES = {
|
|
68
|
+
|
|
69
|
+
# @!attribute author
|
|
70
|
+
# @return [String]
|
|
71
|
+
author: {
|
|
72
|
+
class: :string
|
|
73
|
+
},
|
|
74
|
+
|
|
75
|
+
# @!attribute title
|
|
76
|
+
# @return [String]
|
|
77
|
+
title: {
|
|
78
|
+
class: :string
|
|
79
|
+
},
|
|
80
|
+
|
|
81
|
+
# @!attribute version
|
|
82
|
+
# @return [String]
|
|
83
|
+
version: {
|
|
84
|
+
class: :string
|
|
85
|
+
},
|
|
86
|
+
|
|
87
|
+
# @!attribute kind
|
|
88
|
+
# @return [String]
|
|
89
|
+
kind: {
|
|
90
|
+
class: :string
|
|
91
|
+
},
|
|
92
|
+
|
|
93
|
+
# @!attribute managementState
|
|
94
|
+
# @return [String]
|
|
95
|
+
managementState: {
|
|
96
|
+
class: :string
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
} # end OAPI_PROPERTIES
|
|
100
|
+
|
|
101
|
+
end # class MobileDeviceEbookInventoryDetail
|
|
102
|
+
|
|
103
|
+
end # module OAPISchemas
|
|
104
|
+
|
|
105
|
+
end # module Jamf
|
|
@@ -30,13 +30,12 @@ module Jamf
|
|
|
30
30
|
module OAPISchemas
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
# OAPI Object Model and Enums for:
|
|
33
|
+
# OAPI Object Model and Enums for: MobileDeviceExtensionAttribute
|
|
34
|
+
#
|
|
34
35
|
#
|
|
35
|
-
# Description of this class from the OAPI Schema:
|
|
36
|
-
# Request that start report generation
|
|
37
36
|
#
|
|
38
37
|
# This class was automatically genereated from the api/schema
|
|
39
|
-
# URL path on a Jamf Pro server version 10.
|
|
38
|
+
# URL path on a Jamf Pro server version 10.50.0-t1693149930
|
|
40
39
|
#
|
|
41
40
|
# This class may be used directly, e.g instances of other classes may
|
|
42
41
|
# use instances of this class as one of their own properties/attributes.
|
|
@@ -49,7 +48,11 @@ module Jamf
|
|
|
49
48
|
# Container Objects:
|
|
50
49
|
# Other object models that use this model as the value in one
|
|
51
50
|
# of their attributes.
|
|
52
|
-
#
|
|
51
|
+
# - Jamf::OAPISchemas::MobileDeviceGeneral
|
|
52
|
+
# - Jamf::OAPISchemas::MobileDeviceHardware
|
|
53
|
+
# - Jamf::OAPISchemas::MobileDeviceInventory
|
|
54
|
+
# - Jamf::OAPISchemas::MobileDevicePurchasing
|
|
55
|
+
# - Jamf::OAPISchemas::MobileDeviceUserAndLocation
|
|
53
56
|
#
|
|
54
57
|
# Sub Objects:
|
|
55
58
|
# Other object models used by this model's attributes.
|
|
@@ -58,57 +61,64 @@ module Jamf
|
|
|
58
61
|
# Endpoints and Privileges:
|
|
59
62
|
# API endpoints and HTTP operations that use this object
|
|
60
63
|
# model, and the Jamf Pro privileges needed to access them.
|
|
61
|
-
# - '/v1/azure-ad-migration/reports/pending:GET' needs permissions:
|
|
62
|
-
# - Read LDAP Servers
|
|
63
|
-
# - '/v1/azure-ad-migration/reports/{id}:GET' needs permissions:
|
|
64
|
-
# - Read LDAP Servers
|
|
65
64
|
#
|
|
66
65
|
#
|
|
67
|
-
|
|
66
|
+
#
|
|
67
|
+
class MobileDeviceExtensionAttribute < Jamf::OAPIObject
|
|
68
68
|
|
|
69
69
|
# Enums used by this class or others
|
|
70
70
|
|
|
71
|
-
|
|
72
|
-
'
|
|
73
|
-
'
|
|
74
|
-
'
|
|
75
|
-
'FINISHED'
|
|
71
|
+
TYPE_OPTIONS = [
|
|
72
|
+
'STRING',
|
|
73
|
+
'INTEGER',
|
|
74
|
+
'DATE'
|
|
76
75
|
]
|
|
77
76
|
|
|
78
77
|
OAPI_PROPERTIES = {
|
|
79
78
|
|
|
80
|
-
# @!attribute
|
|
81
|
-
# @return [
|
|
82
|
-
|
|
83
|
-
class: :
|
|
84
|
-
|
|
79
|
+
# @!attribute [r] id
|
|
80
|
+
# @return [String]
|
|
81
|
+
id: {
|
|
82
|
+
class: :j_id,
|
|
83
|
+
identifier: :primary,
|
|
84
|
+
readonly: true
|
|
85
85
|
},
|
|
86
86
|
|
|
87
|
-
# @!attribute
|
|
87
|
+
# @!attribute name
|
|
88
88
|
# @return [String]
|
|
89
|
-
|
|
89
|
+
name: {
|
|
90
|
+
class: :string
|
|
91
|
+
},
|
|
92
|
+
|
|
93
|
+
# @!attribute type
|
|
94
|
+
# @return [String]
|
|
95
|
+
type: {
|
|
90
96
|
class: :string,
|
|
91
|
-
|
|
92
|
-
enum: MIGRATION_REPORT_STATUS_OPTIONS
|
|
97
|
+
enum: TYPE_OPTIONS
|
|
93
98
|
},
|
|
94
99
|
|
|
95
|
-
# @!attribute
|
|
96
|
-
# @return [
|
|
97
|
-
|
|
98
|
-
class: :
|
|
99
|
-
|
|
100
|
+
# @!attribute value
|
|
101
|
+
# @return [Array<String>]
|
|
102
|
+
value: {
|
|
103
|
+
class: :string,
|
|
104
|
+
multi: true
|
|
100
105
|
},
|
|
101
106
|
|
|
102
|
-
# @!attribute
|
|
103
|
-
# @return [
|
|
104
|
-
|
|
105
|
-
class: :
|
|
106
|
-
|
|
107
|
+
# @!attribute extensionAttributeCollectionAllowed
|
|
108
|
+
# @return [Boolean]
|
|
109
|
+
extensionAttributeCollectionAllowed: {
|
|
110
|
+
class: :boolean
|
|
111
|
+
},
|
|
112
|
+
|
|
113
|
+
# @!attribute inventoryDisplay
|
|
114
|
+
# @return [String]
|
|
115
|
+
inventoryDisplay: {
|
|
116
|
+
class: :string
|
|
107
117
|
}
|
|
108
118
|
|
|
109
119
|
} # end OAPI_PROPERTIES
|
|
110
120
|
|
|
111
|
-
end # class
|
|
121
|
+
end # class MobileDeviceExtensionAttribute
|
|
112
122
|
|
|
113
123
|
end # module OAPISchemas
|
|
114
124
|
|