Is there any concept of wildcards for resource types? For example, instead of saying "all users are viewers of the document", we want to say "this user is a viewer of all documents".
We could handle this by using some unique identifier like
all
as the resource ID (
document:all#view@user:andrew
), but I'm curious if this is discouraged or if there's a more standard way to accomplish it.