CSA · Question #91
A new service catalog item is being developed, but should only be visible to managers inside the HR Department. What method would you use to fulfill this requirement?
The correct answer is C. Add the Department Manager group to the catalog item's ACL. To restrict the visibility of a service catalog item to only managers within the HR Department, an Access Control List (ACL) should be configured on the catalog item itself.
Question
A new service catalog item is being developed, but should only be visible to managers inside the HR Department. What method would you use to fulfill this requirement?
Options
- ASpecify the Dept_Mgr role on the catalog content block
- BAdd the Department Manager group to the catalog item's user criteria
- CAdd the Department Manager group to the catalog item's ACL
- DOnly publish the item in the HR service catalog
- EUse a Dept_Mgr ACL on the HR service catalog
How the community answered
(13 responses)- C85% (11)
- D8% (1)
- E8% (1)
Why each option
To restrict the visibility of a service catalog item to only managers within the HR Department, an Access Control List (ACL) should be configured on the catalog item itself.
Catalog content blocks are used for displaying information within a catalog, not for controlling the visibility of the catalog item itself based on user roles or groups.
User criteria on a catalog item primarily control *who can request* the item or its visibility within a catalog, but ACLs provide more granular, record-level control over who can *see* the item record itself.
ACLs (Access Control Lists) are the fundamental security mechanism in ServiceNow that control access to records and fields. By creating an ACL on the specific catalog item record and applying a condition that targets the 'Department Manager group' and potentially specifies the HR Department, you can precisely dictate who is allowed to view the item.
Publishing an item only in the HR service catalog makes it available to anyone with access to that catalog, not specifically to managers within HR.
An ACL on the HR service catalog would control access to the entire catalog, not selectively restrict visibility of a single item within it to a subset of users.
Concept tested: Service Catalog item visibility using ACLs
Source: https://docs.servicenow.com/bundle/utah-platform-security/page/administer/contextual-security/concept/c_AccessControlRules.html
Topics
Community Discussion
No community discussion yet for this question.