Method: Jamf::ComputerRecoveryLock#recovery_lock_password

Defined in:
lib/jamf/api/jamf_pro/mixins/computer_recovery_lock.rb

#recovery_lock_passwordObject

Get the recovery lock password for this Computer instance



143
144
145
# File 'lib/jamf/api/jamf_pro/mixins/computer_recovery_lock.rb', line 143

def recovery_lock_password
  self.class.recovery_lock_password @id, cnx: @cnx
end