Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there a (simple) way to grant full access to the hub (all actions, all resources) for my RootAdmin role, except to see (edit, etc.) other users' bookmarks?
It is pretty easy to do this yes.
Rules can only grant permissions, so you don't need to worry about any existing rules, you just need to create a new one that grants access to everything on the hub.
Has an approach that creates a rule that grants access to everything, you then will want to modify it to carve out bookmarks by adding something like:
resource.objectType != "bookmark" to the conditions
It is pretty easy to do this yes.
Rules can only grant permissions, so you don't need to worry about any existing rules, you just need to create a new one that grants access to everything on the hub.
Has an approach that creates a rule that grants access to everything, you then will want to modify it to carve out bookmarks by adding something like:
resource.objectType != "bookmark" to the conditions