Servicenow Certified System Administrator CSA · Free Practice Question Medium
Question 58
What types of permissions can be configured in an access control rule?
Select 3 Answers from the below options.
-
A
A script that sets the 'answer' variable to
trueorfalse -
B
Roles
-
C
Conditions
-
D
Users
-
E
Groups
Reveal correct answers
Correct answers: A, B, C
Explanation
Rules for access control lists (ACLs) restrict access to data by requiring users to pass a set of requirements before interacting with it.
An ACL rule only grants a user access to an object if the user meets all of the matching ACL rule's permissions.
The condition must evaluate to
true.The script must evaluate to
trueor return an answer variable with the value oftrue.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.
In summary, Conditions, roles, and a script that sets the 'answer' variable to true or false can be configured in an access control rule.
Screenshot: Example of an Incident ACL
Learn more here!
Learning Domain: Database Management - Application / Access Control
Difficulty level: Medium
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
