Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Troy1
Contributor III
Contributor III

Rule for Task Admin

I want to create few custom rules for Admin.

#1. - TASK ADMIN

- create a new role which will allow user to only see Tasks tab within QMC. Everything else will be grayed out. User can see all the Task within that and also has ability to EDIT, DELETE, START, STOP & CREATE NEW.

 

#2  - LICENSE-ADMIN

- Create rule that only allows user to see License Tab within QMC and allows him to Allocate.

 

#3. USER-ADMIN

- Create rule that only allows user access to USER tab within QMC and edit user properties. 

1 Solution

Accepted Solutions
andoryuu
Creator III
Creator III

Here is what will solve #1

  1. rule that has the resource filter QmcSection_Task and grants Read
  2. rule that has the resource filter ReloadTask_* and grants Read, Update, Create, Delete

#2:

  1. rule to grant QmcSection_License, QmcSection_Licenses
  2. Look under ** below for License specific resources you have to experiment with and grant depending on your specific security model.

#3: same idea as #1, but with QmcSection_User and Users_*

**see list of available QMC Sections here under QMC Section Resources

 

View solution in original post

1 Reply
andoryuu
Creator III
Creator III

Here is what will solve #1

  1. rule that has the resource filter QmcSection_Task and grants Read
  2. rule that has the resource filter ReloadTask_* and grants Read, Update, Create, Delete

#2:

  1. rule to grant QmcSection_License, QmcSection_Licenses
  2. Look under ** below for License specific resources you have to experiment with and grant depending on your specific security model.

#3: same idea as #1, but with QmcSection_User and Users_*

**see list of available QMC Sections here under QMC Section Resources