How to get detail of Data Access Security Policies applied at role level using sql query
Summary:
I need to get details of Data Access Security Policies attached at role level. I am using below query to get detail, but it seems its returning data which is entered using "Manage Data Access for User" setup task.
Can some one help me with data table details for Role definitions and DAS policies associated with roles..
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT pu.username "User Name"
, pr.role_name"Job Role Name"
, role.ACTIVE_FLAG "Is Data Access Active"
0