If i edit a tag's security properties, I am greeted with this little "tree" structure of the "Authenticated" security level.
Is there a way to get this same tree, or even just a flattened list of all security levels, from scripting? I found this which has a method toJson()
that should give me the structure I'm looking for, however I can't figure out how to get the SecurityLevelConfig
for the "public" level that would include all the possible children?