Which feature helps to define the rules to restrict the permissions of users from viewing and interacting with data?
Correct Answer: E
✔ Access Control Lists (ACLs) in ServiceNow define who can read, write, create, or delete records in the system. ACLs apply to tables, fields, and UI elements.
Option A (Role Assignment Rules) is incorrect because roles grant access but do not define granular security controls.
Option B (Scripted User Rules) is incorrect because there is no such feature in ServiceNow.
Option C (CRUD Rules) is incorrect because CRUD (Create, Read, Update, Delete) permissions are enforced through ACLs.
Option D (User Authentication Rules) is incorrect because authentication rules control login access, not data access.
📌 Reference: ServiceNow Security & Access Control - ACLs & Security Rules