Amit Gujarathi
Giga Sage
Options
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
04-28-2021
02:54 AM
In this tutorial, we will take a deep dive to understand what is ServiceNow ACL
Topics Covered are :
- What is ServiceNow ACL
- How we can create ServiceNow ACL
- How to debug ServiceNow ACL
Access control list rules
Rules for access control lists (ACLs) restrict access to data by requiring users to pass a set of requirements before they can interact with it.
Components of ACLs
All-access control list rules specify:
The object and operation being secured
The permissions required to access the object
The object is the target to which access needs to be controlled. Each object consists of a type and name that uniquely identifies a particular table, field, or record.
ACL evaluation process
An ACL rule only grants a user access to an object if the user meets all of the permissions required by the matching ACL rule.
The condition must evaluate to true.
The script must evaluate to true or return an answer variable with the value of true.
The user must have one of the roles in the required roles list. If the list is empty, this condition evaluates to true.
[Record ACL rules only] The matching table-level and field-level ACL rules must both evaluate to true.
If this video is helpful then, please do not forget to like, subscribe and share my youtube channel Technomonk.
Thank you!!!
- 4,676 Views
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.