It should work the way you are trying. If you configure Level 0x101 at the root of the structure, this is valid for the whole structure unless you add security properties at child elements. You should check the properties at the struct instance though, because you can add and override properties there as well. (If the elements are not created at the instance, that's ok. In that case the properties from the definition are used.)
... View more