Method: Jamf::ComputerRecoveryLock#management_id
- Defined in:
- lib/jamf/api/jamf_pro/mixins/computer_recovery_lock.rb
#management_id ⇒ Object
Get the MDM ‘managementID’ of this computer.
142 143 144 |
# File 'lib/jamf/api/jamf_pro/mixins/computer_recovery_lock.rb', line 142 def management_id inventory_data.general.managementId end |