Method: JSS::OSXConfigurationProfile#user_removable?

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

#user_removable?Boolean

Returns is this profile removable by the user?.

Returns:

  • (Boolean)

    is this profile removable by the user?



211
212
213
# File 'lib/jss-api/api_object/osx_configuration_profile.rb', line 211

def user_removable?
  @user_removable
end