Method: Jamf::ManagementHistory#last_mdm_contact

Defined in:
lib/jamf/api/classic/api_objects/management_history.rb

#last_mdm_contactObject

The time of the last completed mdm command for this object

See Also:

  • matching method in {Jamf::ManagementHistory::ClassMethods}


775
776
777
# File 'lib/jamf/api/classic/api_objects/management_history.rb', line 775

def last_mdm_contact
  self.class.last_mdm_contact(@id, cnx: @cnx)
end