This page provides the roles and privileges of the Lists microservice.
Roles and Privileges
The following table describes the roles and privileges of the Lists microservice:
Role | Privilege Group /Privilege | Description |
---|---|---|
ROLE_LIST_ADMIN | list/admin/all | Ability to perform all operations based on the given privileges as in the privilege group list/admin/all . |
ROLE_GUEST | list/reguser/all | Ability to perform all operations based on the given privileges as in the privilege group list/reguser/all . |
ROLE_REG_USER | list/guest/all | Ability to perform all operations based on the given privileges as in the privilege group list/guest/all . |
Privilege Group and Privileges
The following table describes the privilege group and privileges of the Lists microservice:Privilege Group | Privilege | Description |
---|---|---|
list/admin/all | list/delete/list | Ability to delete a list, which is created by a user. |
list/create/list | Ability to create a list for the specified user. | |
list/update/collection | Ability to update a collection. | |
list/view/collection | Ability to view a collection. | |
list/manage/collection | Ability to manage a collection. | |
list/delete/collection | Ability to delete a collection. | |
list/view/list | Ability to view a list, which is created by a user. | |
list/update/list | Ability to update a list, which is created by a user. | |
list/manage/list | Ability to manage a list, which is created by a user. | |
list/create/collection | Ability to create a collection. | |
list/reguser/all | list/delete/list | Ability to delete a list, which is created by self. |
list/create/list | Allow create a list for self. | |
list/view/list | Ability to view a list, which is created by self. | |
list/update/list | Ability to update a list, which is created by self. | |
list/manage/list | Ability to manage a list, which is created by self. | |
list/guest/all | list/delete/list | Ability to delete a list, which is created by self. |
list/create/list | Allow create a list for self. | |
list/view/list | Ability to view a list, which is created by self. | |
list/update/list | Ability to update a list, which is created by self. | |
list/manage/list | Ability to manage a list, which is created by self. |
Revision History
2023-01-17 | AN – Updated content for 8.13 release.
2019-09-30 | AM – Content uploaded.