Hi
* Denodo allows masking for a specific user/role for a view (row-restriction) at a time. Therefore, currently, Denodo does not provide features for managing or governing row restriction(masking) for multiple views at once and also it does not provide features to view the rows which have been masked to appear automatically.
* The masking mechanism which Denodo follows currently for restriction condition is **<null>**. It replaces all the values which satisifies the masking condition with **<null>** filter.
* After the masking filter has been applied for a view, you can use any one of the following methods to view the information related to masking in the VQL.
* Open the VQL shell by naviagting to Tools->VQL shell and execute the below query
"DESC USER <user_name>"
or
"DESC ROLE <role_name>"
* **[Export a view](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/exporting_and_importing_the_server_metadata/exporting_the_server_metadata/exporting_the_server_metadata)** or the database in which the view has been masked.To do that right click a view -> export and select the option include users and privileges before exporting and click on export.
**Note :** To manage view restrictions(both column and row), Denodo offers feature called **[Global Security Policies](https://community.denodo.com/docs/html/browse/8.0/en/vdp/administration/global_security_policies/global_security_policies)** which is available in the Beta update.
Hope this helps!