Does a masked variable value gets stored in servicenow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 08:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 08:41 PM
Hi @Shraddha19 ,
Yes, all data stored in ServiceNow database.
refer
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0681163
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 08:49 PM
The point is Client wants to store in encrypted format but doesn't want ServiceNow to read it. So they want that even ServiceNow should not be able to access it from the backend.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 08:42 PM
HI
In ServiceNow, masked fields are typically used to hide sensitive information, such as passwords or other confidential data. When a field is marked as masked, it means that the actual value is obscured or encrypted and is not directly visible to users with regular access privileges.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0681163
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2024 08:50 PM
Is it visible or accessible from backend? Because according to requirement those are secret keys that even ServiceNow cannot view.