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 objects are implemented as classes and interact with each other. Authentication tokens, data format and other details are handled under the hood to allow simpler, intuitive automation of Jamf-related tasks.
While building automation, I discovered the following:
JSS::DirectoryBindingType::ActiveDirectory.gid=
does not properly validate new value(s).JSS::DirectoryBindingType::ActiveDirectory.uid=
does not properly validate new value(s).JSS::DirectoryBindingType::ActiveDirectory.user_gid=
does not properly validate new value(s).I have fixed these locally and will submit a PR in the next few days.