Class: JSS::MobileDeviceConfigurationProfile

Inherits:
APIObject show all
Defined in:
lib/jss.rb,
lib/jss/api_object/mobile_device_configuration_profile.rb

Constant Summary collapse

RSRC_BASE =

The base for REST resources of this class

'mobiledeviceconfigurationprofiles'.freeze
RSRC_LIST_KEY =

the hash key used for the JSON list output of all objects in the JSS

:configuration_profiles
RSRC_OBJECT_KEY =

The hash key used for the JSON object output. It’s also used in various error messages

:configuration_profile

Constructor Details

This class inherits a constructor from JSS::APIObject