Access Control Overview Flashcards
What CRUD stands for?
Create
Read
Update
Delete
What are some levels of security SN provides before a user can perform CRUD operations on a table?
User authentication/ Login: users, groups and roles
Application and Module Access: governed by Roles
Database Access: tables, governed by global system properties governed by access control rules
What are the three security modules on the All menu, typically used by System Administrator l?
System Properties > Security
System Security > Access Control (ACL)
System Security > High Security Settings
What is Access Control?
A security rule defined to restrict some permissions from a user from viewing and interacting with data.
What ServiceNow operations can be restricted by Access Control?
Execute
Edit_ci_relations
save_as_template
Report_on
personalize_choices l
What role a user has to have to create or update a access control rule?
security_admin
What each control rule specifies? L
Permission: roles, conditional expressions and scripts
Object: the object that is being secured
Operation: what operation is being restricted
What is created by default when a custom table is created?
Four access rules: create, read, write. delete
A role associated with these access control rules
How do you open a configuration file of a table?
<table>.config or .CONFIG (to open in a new tab)
</table>