For proxies there is a section in the UI that allows the user to edit the roles that can edit the proxy. We have a very specific set of custom roles so we don't want the general users to change their permissions is there a way to prevent the user from clicking on that button, or if that is impossible, is it possible to prevent them from making any changes once they clicked that button.screen-shot-2016-09-14-at-20810-pm.png
I've tried adding the following permissions:
[{"path" : "/userroles/*/permissions", "permissions" : [ "get" ]}, {"path" : "/userroles", "permissions" : [ "get" ]}, {"path": "/applications/*/roles", "permissions": []}]