I have a question about prefixes in authzed manage...
# spicedb
p
I have a question about prefixes in authzed managed instances. My understanding is every resource definiton must be prefixed like so
Copy code
definition someprefix/user {
  }
Is the prefix that is used generated? Can you append something to the end of the prefix (would
someprefixWithSomethingElse/user
be valid?)