Method: Jamf::Computer#certificates

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

#certificatesArray<Hash> (readonly)

A Hash for each Certificate on the computer

The Hash keys are:

  • :common_name [String] the name of the cert

  • :identity [Boolean] Is this an identiry cert?

  • :expires [Time] the certificate expiration time

  • :name Display name for the certificate, if any

Returns:



736
737
738
# File 'lib/jamf/api/classic/api_objects/computer.rb', line 736

def certificates
  @certificates
end