Grant access to import set data only for the tables the user is authorized to view.

AishwaryaG90115
Tera Contributor

We need to grant users access to the following three tables based on their assigned import set table permissions:

  1. Import Set Row
  2. Import Set Run (Transform History)
  3. Import Set Row Error

The key condition is that users should only be able to view records associated with the specific import set tables they have access to.

Example:

User A has access to the following import set tables:

  • u_cmdb_ci_netgear
  • u_cmdb_ci_server

User B has access to:

  • u_cmdb_ci_server
  • u_cmdb_ci_computer

Expected Access:

User A

  • Can access Import Set Row records for u_cmdb_ci_netgear and u_cmdb_ci_server
  • Cannot access records related to u_cmdb_ci_computer
  • Can access Transform History (Import Set Run) for u_cmdb_ci_netgear and u_cmdb_ci_server
  • Can access Import Set Row Error records for u_cmdb_ci_netgear and u_cmdb_ci_server

User B

  • Can access Import Set Row records for u_cmdb_ci_computer and u_cmdb_ci_server
  • Can access Transform History (Import Set Run) for u_cmdb_ci_computer and u_cmdb_ci_server
  • Can access Import Set Row Error records for u_cmdb_ci_computer and u_cmdb_ci_server
0 REPLIES 0