Date Posted:
Product: Signals Notebook
Product: Signals Notebook
Problem:
How to prevent users to update notebook name in Signals Notebook?
Solution:
- Logon to Signals Notebook as a Admin user and navigate to System configuration > Security policy.
- Click edit and add below policy and save.
- Please note before implementing this policy in production , kindly make sure this policy is tested in dev/sandbox environment.
- Rule "Materials Access"
- IF attribute "Material Library Type" match
- then
- GRANT "entity.write"
- RULE "Global read of notebook"
- If
- user group in "Group name" AND resource type equal "notebook"
- then
- grant "entity.read"
- RULE "Global read of experiment"
- If
- user group in "Group name" AND resource type equal "experiment"
- then
- grant "entity.write"
Comments
0 comments
Article is closed for comments.