Method: JSS::OSXConfigurationProfile#user_removable

Defined in:
lib/jss-api/api_object/osx_configuration_profile.rb

#user_removableBoolean

Returns can the user remove this profile.

Returns:

  • (Boolean)

    can the user remove this profile



108
109
110
# File 'lib/jss-api/api_object/osx_configuration_profile.rb', line 108

def user_removable
  @user_removable
end