Method: JSS::MobileDevice#configuration_profiles

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

#configuration_profilesArray<Hash> (readonly)

One for each ConfigurationProfile on the device

The Hash keys are:

  • :identifier => a unique id, often the sams as the uuid

  • :display_name => its name in the JSS

  • :uuid => the ConfigurationProfile uuid

  • :version => a String

Returns:



359
360
361
# File 'lib/jss/api_object/mobile_device.rb', line 359

def configuration_profiles
  @configuration_profiles
end