Method: JSS::Computer#certificates

Defined in:
lib/jss/api_object/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:



614
615
616
# File 'lib/jss/api_object/computer.rb', line 614

def certificates
  @certificates
end