Access Control - Moveworks Managed Permissions
Overview
Moveworks imports a variety of user attributes from your Chat, ITSM, or IDAM/Directory integrations such as division, department, country code, which can be made available to the Moveworks Access Control Platform to be used to configure access control for your resources such as forms and knowledge natively within Moveworks, without having to rely on a 3rd party system.
Supported Restrictions
Moveworks can enable restrictions on any user attribute imported into the Moveworks user profile, and the following attributes of an article:
- Knowledge base of the knowledge platform. e.g:
- For ServiceNow, this is the "knowledge base"
- For Confluence, this is the "space"
- For Sharepoint, this is the "site"
- For Moveworks FAQs, this is the "Sheet tab"
- Information on the HTML url of the article
Example restrictions
- To restrict a site or knowledge base based on user's country:
- e.g:
user.country_code IN ["Cambodia", "Thailand", "Vietnam"]
- e.g:
- To restrict a site or knowledge base based on a user's division
- e.g:
user.division IN ["Engineering"]
- e.g:
Updated 6 months ago