Is there way to write RBAC policy to restrict access (visibility) to data collection?
e.g database has collection of books and student should only see books which has particular metadata. In other words if getBooks API should return books depending on particular book metadata,
Is there way to write RBAC policy to restrict access (visibility) to data collection? e.g database has collection of books and student should only see books which has particular metadata. In other words if getBooks API should return books depending on particular book metadata,