Method: Jamf::Computer#management_username

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

#management_usernameString (readonly)

Returns the name of the management account.

Returns:

  • (String)

    the name of the management account



651
652
653
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 651

def management_username
  @management_username
end