okay then i'd probably use a self relation for thi...
# spicedb
y
okay then i'd probably use a self relation for this:
Copy code
definition user {
  relation is_active: user
  relation ops_manager: ops
  permission modify_data: = is_active->ops_manager
}