so defining a relation to `self` is the best way t...
# spicedb
c
so defining a relation to
self
is the best way to achieve this for now?
Copy code
definition user {
    relation self: user
    relation tenant: tenant
    permission manage_profile = self + tenant->admin 
}