For data driven applications it is required to provide mechanisms to secure individual rows of data. This has to be achieved through a centralized mechanism that will leverage the @sap/cds provided @restrict annotation expressions. Requiring full expression support of the database service. Including the pseudo $user variable of the request. With the possibility to have a centralized access management UI for all deployed applications to manage their row level access for entities that require this. While avoiding to maintain a list of users.
For data driven applications it is required to provide mechanisms to secure individual rows of data. This has to be achieved through a centralized mechanism that will leverage the
@sap/cdsprovided@restrictannotation expressions. Requiring full expression support of the database service. Including the pseudo$uservariable of the request. With the possibility to have a centralized access management UI for all deployed applications to manage their row level access for entities that require this. While avoiding to maintain a list ofusers.