1.2 User Access and Personas Flashcards
Impersonate the users
to test and confirm their access.
System administrator
provides access to all platform features, applications, functions, and data.
Admin role has almost all roles and access to all platform features, functions, and data, with some exceptions such as HR and Security Operations constraints.
The admin role can create and modify user roles, as well as impersonate other users.
Specialized Administrator
Users with specialized administrator roles may manage specific functions or applications, including:
- Assignment Rules
- Knowledge Base
- Human Resources
- Reports
- Web Service
Process User
Users with the process user role may fulfil ITIL activities associated with the ITIL workflow, including incident and change management.
Process Users have clearly defined paths and workflows in the platform and have one or more roles, including the itil and approver_user roles.
Approver
can perform (vykonávať) all requester actions and allows users to view or modify approval records directed to them.
Approvers have the approver_user role, but no other roles.
Requester
Also known as Employee Self Service (ESS) users, these users do not have roles but can submit and manage their own requests, access public pages, etc.
Requesters use the Service Catalog and Self-Service applications. They can make requests only on their own behalf and are not assigned roles.
The impersonator role
can be assigned to a user to allow impersonation of other users, excluding admins, for testing and visibility purposes.
Users are represented by a record on the User [sys_user] table and they may:
Among other tasks, within a ServiceNow instance, users may:
* Update records
* Import data
* Request items
* Implement flows
* Approve knowledge content
* Run reports
* Develop applications
A group is represented by a record on the Group [sys_user_group] table.
A collection of users is a group.
Groups share a common purpose (účel) such as users approving change requests or users receiving e-mail notifications
Examples of Groups include:
* Service Desk
* Knowledge Base Authors
* HR Administrators
Role-based access
It is crucial to protect sensitive data. Realize not every member of your organization needs access to all information at all times.
A group
is a set of users who share a common purpose. Members of groups perform similar tasks or need access to similar information for various purposes, such as approving change requests, resolving incidents, receiving email notifications, or administering the Service Catalog. Users are typically assigned to one or more groups. A group is part of the user hierarchy, and a user is part of a group.
Task: Add a user to your instance, Add a group to your instance
- by navigating to All > User Administration > Users > and select New.
- by navigating to All > User Administration > Groups > and select New. To add a user to a group, select Edit in the Group Members related list and select a name of your choice in the List collector. Add the user by double-clicking the name or by selecting the Add arrow. Once the user is added to the Group Members list, select Save.
Roles
Are used to define access at the application, module, and/or Access Control List (ACL):
* Grant access to the application/modules that a user has access to in the All menu
* Assign security rights.
* Access data in the tables via the ACL (read, write, update, or delete)
A role can:
* Be assigned to a group* or a single user
* Contain other roles.
A user can have more than one role.
Roles are represented by a record on the Role [sys_user_role] table
Role, user, group
Once access has been granted to a role, all of the groups or users assigned to that role are granted the same access.
*TIP: Rather than adding roles to individual users, add the user to a group and assign the role to the group. This method of role assignment makes maintenance easier when people transfer to different roles in the organization.
NOTE: You cannot delete roles that are assigned to the group from a user record. You must remove the user from the group record. The admin role provides access to all features and capabilities.
In the ServiceNow Platform, the word “role”
defines your capabilities (možnosti) in the application.