ExamGecko
Question list
Search
Search

Question 121 - CAD discussion

Report
Export

Assume a table called table exists and contains 3 fields: field1. field2, field3. Examine the Access Control list for table:

table.None read Access Control for users with the admin and itil roles

table. * read Access Control for users with the admin role

table. field3 read Access Control for users with the itil role

Which field or fields can a user with the itil role read?

A.
field1, field2. andfield3
Answers
A.
field1, field2. andfield3
B.
field3 only
Answers
B.
field3 only
C.
field 1 andfield3
Answers
C.
field 1 andfield3
D.
All fields except field3
Answers
D.
All fields except field3
Suggested answer: B

Explanation:

An Access Control list (ACL) defines what data users can access and how they can access it in ServiceNow tables1.The ACL evaluates the user roles and the conditions defined in the ACL rules to determine the user's access level2. In this case, the ACL rules for the table are as follows:

table.None read Access Control for users with the admin and itil roles: This means that users with the admin or itil roles cannot read any field in the table unless there is a more specific rule that grants them access3.

table. * read Access Control for users with the admin role: This means that users with the admin role can read all fields in the table.

table. field3 read Access Control for users with the itil role: This means that users with the itil role can read only the field3 in the table.

Therefore, a user with the itil role can read only the field3 in the table, and not the other fields.

Reference=1: Access Control Lists - ServiceNow Docs2: How ACL Rules Are Evaluated - ServiceNow Docs3: Access Control List Rules - ServiceNow Docs : Wildcard in ACL Rules - ServiceNow Docs : Field-Level ACL Rules - ServiceNow Docs

asked 23/09/2024
BERNDT HAMBOECK
26 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first