Hey folks, got another question for you. I know it...
# spicedb
u
Hey folks, got another question for you. I know it's possible to use a wildcard as a subject (e.g.
doc:mydoc#view@user:*
) if the relation in the schema supports it. Is it possible to use a wildcard for a subject that has a subject relation (e.g.
doc:mydoc#view@role:*#member
). If so, what is the correct syntax for the relation and the relationship?
Copy code
definition doc {
   relation view: user:* | role(???)#member
}
2 Views