For the understanding if there is a table that a user has access to. we need to run over all the tables until we found at least one table that the user has access to at least on of its columns.
For that we need to implement a abac_am function that get schema and return all documents for that schema
For the understanding if there is a table that a user has access to. we need to run over all the tables until we found at least one table that the user has access to at least on of its columns.
For that we need to implement a
abac_am
function that get schema and return all documents for that schema