ServiceNow CSA Practice Questions Part 5

1/65

What is the result of the order in which access controls are evaluated?

Notes


When deciding whether to grant or deny access, the ACL is searched from the most specific to the most generic match. For example, when determining whether to grant access to the NeedIt table Short description field, the search order is:

  1. Match the table and field name: x_58872_needit_needit.short_description
  2. Match the parent table and field name: task.short_description
  3. Match any table with the field name: *.short_description
  4. Match the table and any field (wildcard): x_58872_needit_needit.*
  5. Match the parent table and any field (wildcard): task.*
  6. Match any table (wildcard) and any field (wildcard): .

https://developer.servicenow.com/dev.do#!/learn/courses/xanadu/app_store_learnv2_securingapps_xanadu_securing_applications/app_store_learnv2_securingapps_xanadu_securing_applications_against_unauthorized_users/app_store_learnv2_securingapps_xanadu_access_controls_evaluation_order