Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
CyrilGeorge
Contributor II
Contributor II

Disable/Hide "Create App" button via rule for specific user role

How we can Disable/Hide "Create App","Monitoring Apps" and  "Everyone" button via rule for specific user role.

Labels (1)
3 Replies
Nicolae_Alecu
Creator
Creator

Hello,


CreateApp Security Rule, CreateApp Security Rule, StreamMonitoringApps rule:

!user.IsAnonymous() and user.roles!="YourRole"

Best Regards,

CyrilGeorge
Contributor II
Contributor II
Author

For Create App it worked, But StreamMonitoringApps there is a default rule is there ((user.roles="RootAdmin" or user.roles="ContentAdmin" or user.roles="SecurityAdmin" or user.roles="DeploymentAdmin" or user.roles="AuditAdmin")).

I have modified this to 

((user.roles="RootAdmin" or user.roles="ContentAdmin" or user.roles="SecurityAdmin" or user.roles="DeploymentAdmin" or user.roles="AuditAdmin")) and ((user.roles!="Lead" and user.roles!="Manager"))

but didn't work for the role I have created. 

Maria_Halley
Support
Support

@CyrilGeorge 

Use the Manage resources - audit function in the QMC to check what rules affects a specific user/app.

Keep in mind that you cannot restrict access with a rule, only grand access.