I think for trust, we should keep it on the Application
, and have it as a property backed by code for setting and getting. There is application config that is added internally to manage trust implementation. So hooking it up should be pretty simple.
That say we should be able to have something like:
myApp = model.application["name"]
print("app trust value {}".format(myApp.trust))
# setting trust
myApp.trust = true