Method: JSS::OSXConfigurationProfile#redeploy_on_update

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

#redeploy_on_updateBoolean (readonly)

Returns Should this profile be redeployed when an inventory update happens?.

Returns:

  • (Boolean)

    Should this profile be redeployed when an inventory update happens?



117
118
119
# File 'lib/jss-api/api_object/osx_configuration_profile.rb', line 117

def redeploy_on_update
  @redeploy_on_update
end