Method: JSS::Computer.checkin_settings

Defined in:
lib/jss/api_object/computer.rb

.checkin_settings(api: JSS.api) ⇒ Hash

Display the current Computer CheckIn settings in the JSS. Currently this is read-only in ruby-jss, even tho the API allows updating.

Parameters:

Returns:

  • (Hash)

    the Computer Checkin Settings from the currently connected JSS.



289
290
291
# File 'lib/jss/api_object/computer.rb', line 289

def self.checkin_settings(api: JSS.api)
  api.get_rsrc(CHECKIN_RSRC)[CHECKIN_KEY]
end