What is an ACL
Access Controls (or also known as Access Control Lists - ACLs) are a way to define who can see what within a system.
In ServiceNow, ACLs have always been part of the platform.
Access controls apply the most finely grained rule and then if none apply, it gets more vague rules until it finds one that applies. If none apply, access is denied.
You can have ACLs on many different things:
- Table level most common - controls access to the entire table
- Field level most common - controls access to specific fields within a table
ServiceNow Access Control Lists (ACLs) are a set of rules that define which users and groups have access to specific records, fields, and other objects within ServiceNow. ACLs allow organizations to grant or restrict access to different roles within ServiceNow, ensuring that only authorized personnel can access sensitive information. They are used to control which users can see, view, modify, or delete items in the system.