ruby-jss icon indicating copy to clipboard operation
ruby-jss copied to clipboard

ruby-jss provides native ruby access to the REST APIs of Jamf Pro, an enterprise/education tool for managing Apple devices, from jamf.com. The Jamf module provides access to both APIs. Jamf Pro object...

Results 17 ruby-jss issues
Sort by recently updated
recently updated
newest added

Options provided by documentation: ```ruby RESTART_DISKS = { current: 'Current Startup Disk', selected: 'Currently Selected Startup Disk (No Bless)', netboot: 'NetBoot', os_installer: 'inPlaceOSUpgradeDirectory' }.freeze ``` The problem is, there currently...

Hi. In the v10.49.0 API, JAMF introduced the [Classic API Authentication Changes](https://developer.jamf.com/jamf-pro/docs/classic-api-authentication-changes) a new authentication method with [Client Credentials](https://developer.jamf.com/jamf-pro/docs/client-credentials). I looked into your implementation and didn't find any support. I...

We have noticed that updating a `MobileDeviceApplication` object removes explicit user groups and users that are assigned to the app. The problem is that the `jss_users` and `jss_user_groups` attributes are...

Spent way too long wondering why my configuration preferences weren't appearing in the App I'd just creating, before realising the parameter was named wrongly, and shouldn't be under the element!...

The `allow_user_to_delete` parameter was missing from the gem - added it in. This corresponds to the "Allow users to remove app (iOS 14 or later)" option in Jamf Pro

Fixed and issue where linking a mobile device application to VPP failed as the vpp_admin_account_id wasn't included in the XML

When creating a new MobileDeviceApplication, even when `in_self_service` is set to `false`, the app is created as "In self service" and the self service tab appears in Jamf. Looking at...