is there a way to indicate `self` for a permission...
# spicedb
c
is there a way to indicate
self
for a permission of a definition? For example:
Copy code
definition user {
    relation tenant: tenant
    permission manage_profile = self + tenant->admin 
}