I am trying to set the authorisation on an entity and want to limit Write/Delete permissions to users with the scope of Admin, but want anyone to have read access, even if not logged in.
How would I set this up in attributes? Or is that not possible?
For the Admin I can set
[EntityAuthorizeScopes(Admin_Scope, EntitySetPermissionsAll)]
But what about keeping it open for read for everyone else?