Is there some kind of reverse expand API? I have Role objects which can have other Roles as parents. Someone who has access to a parent also has access to all of its children.
I want to be able to list all of the Roles a subject can access, including those that are accessed indirectly via other roles