View permissions for a user
Use Access Analyzer to view permissions for a selected user.
始める前に
Role required: access_analyzer_admin
This procedure explains how to view the permissions for a specific user (such as ITIL User) on the Incident table by using the Evaluate Access feature in Access Analyzer.
手順
-
Navigate to All > Access Analyzer > Analyze Permissions.
The Analyze access and permissions homepage is displayed.
-
Select your criteria as follows:
表 : 1. Select your criteria for analyzing access and permissions Field Description Analyze by * Select User. Select user * Specify a user name to select from the list. In this example, ITIL User. Rule type * Analyze access for the following: - Table
- UI page
- REST Endpoint
- Client callable script include
- AI Agent
- Agentic workflow.
In the example, Table
.Select table * Specify a table name to select from the list. In this example, Incident. Select record Specify a record name to select from the list. In this example, INC0000001. Select field Specify a field name to select from the list. This field can be used to analyze permissions even at the field level. For example, Active, Created By, and so on. - Specify the description in the Description field.
-
Click Analyze permissions.
The system displays Access results for the ITIL User.
The results can be read by referring to the Legends, access control list (ACL), IAccesshandler, and Data filters.
Let's take the example of read operation. For the ITIL User overall access is Passed, which means the user is able to read the record with the correct permissions (ACL).
Similarly for create operation, the overall access is passed with an alert icon, which means that there could be a presence of script for the ACL evaluation.
注:In the example, write and delete operations are blocked for the selected user and the user can’t edit or delete the selected record (INC0000001). -
Select read operation to know more about the Debug logs.
The Debug logs page displayed the business rule and associated ACLs that are required to perform the read operation for the record.
The Debug logs shows that there’s a business rule and four ACLs associated for the read operation.
There’s a status Passed for one of the ACL, which means to read the selected record, the user has the required ACL and can read the record. Since one of the ACL is Passed, the other ACL evaluations are Skipped.
-
Select the Access Control that is Passed to see the details of the ACL.
The system displays the Access Control details for the selected ACL.
If a selected operation that has Passed contains a script, the Access Control page displays the associated script for the record.