This is not stored as a property in the JCR, rather it's a calculated
field depending on whether the node has a valid config or not. If it has
a valid config then the calculation figures that it's not inheriting. If
it has no valid config then it ascends the tree (to the parent then
grandparent, etc...) until it finds a valid config and it inherits from
it.The logic for this can be found in this jsp
code:/libs/cq/cloudserviceconfigs/components/configurations/configurations.jspThe
function of imp...