Is there any way to define self-referential permis...
# spicedb
k
Is there any way to define self-referential permissions? Something like this:
Copy code
definition member {
    permission read = self
}
I know that I can handle this programmatically, but I'd really like to define this in the schema itself.
4 Views