Method: Jamf::ComputerRecoveryLock#inventory_data
- Defined in:
- lib/jamf/api/jamf_pro/mixins/computer_recovery_lock.rb
#inventory_data(section: 'GENERAL') ⇒ Object
Get the JPAPI inventory data for this computer, either by section or all sections.
151 152 153 |
# File 'lib/jamf/api/jamf_pro/mixins/computer_recovery_lock.rb', line 151 def inventory_data(section: 'GENERAL') self.class.inventory_data @id, section: section, cnx: @cnx end |