Cascading settings: all cascading setting should update children on update

Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.

duo_features_enabled cascading setting updates child objects whenever the parent is updated. This was done here: !145876 (merged)

But cascading settings that were added previously do not do this. They keep child object settings values as nil. This is cheaper on write but much more expensive on read (need to go up hierarchy to read setting value).

We should update all cascading settings to behave in the same way.

Edited by 🤖 GitLab Bot 🤖