Method: Jamf::Computer#licensed_sw

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

#licensed_swArray<String>

Returns the JSS-defined “licensed software” titles installed on this machine.

Returns:

  • (Array<String>)

    the JSS-defined “licensed software” titles installed on this machine.



1064
1065
1066
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 1064

def licensed_sw
  @software[:licensed_software]
end