Is there a way to write a permission that follows ...
# spicedb
u
Is there a way to write a permission that follows this kind of logic
Copy code
definition object {
  relation org: org1
  relation group: group1

  permission view = org->admin if group is null else group->member
}
pardon my python pseudo-code for the permission