The following table describes the roles and privileges of the Ratings and Reviews microservice:
Role | Privilege | Description |
---|---|---|
Admin (ROLE_RATINGSANDREVIEWS_ADMIN ) | ratingsreviews/manage/collection | Ability to manage a collection. |
ratingsreviews/manage/ratingsreviews | Ability to manage a rating and review. | |
ratingsreviews/view/ratingsreviews | Ability to view a rating and review. | |
ratingsreviews/create/ratingsreviews | Ability to create a rating and review. | |
ratingsreviews/update/ratingsreviews | Ability to update a rating and review. | |
ratingsreviews/delete/ratingsreviews | Ability to delete a rating and review. Note: This operation can be performed only by using the API call. |
|
ratingsreviews/view/collection | Ability to view a collection. | |
ratingsreviews/create/collection | Ability to create a collection. | |
ratingsreviews/update/collection | Ability to update a collection. | |
ratingsreviews/delete/collection | Ability to delete a collection. | |
ratingsreviews/manage/moderator | Ability to moderate a rating and review. | |
Moderator (ROLE_RATINGSANDREVIEWS_MODERATOR ) | ratingsreviews/view/ratingsreviews | Ability to view a rating and review. |
ratingsreviews/update/ratingsreviews | Ability to update a rating and review. | |
ratingsreviews/manage/ratingsreviews | Ability to manage a rating and review. | |
ratingsreviews/view/collection | Ability to view a collection. | |
ratingsreviews/manage/moderator | Ability to moderate a rating and review. | |
Viewer (ROLE_RATINGSANDREVIEWS_VIEWER ) | ratingsreviews/view/ratingsreviews | Ability to view a rating and review. |
ratingsreviews/view/collection | Ability to view a collection. | |
Registered User | ratingsreviews/view/ratingsreviews | Ability to view a rating and review. |
ratingsreviews/update/ratingsreviews | Ability to update a rating and review. | |
ratingsreviews/manage/moderator | Ability to moderate a rating and review. |
Revision History
2020-04-22 | JP – Minor copyedits
2020-03-03 | AN – Content uploaded for April 2020 release.