]> source.dussan.org Git - sonarqube.git/blob
5789d2975ede32cc5148fc834ac9771b78ac80c6
[sonarqube.git] /
1 {
2   "projects": [],
3   "permissions": [
4     {
5       "key": "user",
6       "name": "Browse",
7       "description": "Ability to access a project, browse its measures, and create/edit issues for it."
8     },
9     {
10       "key": "admin",
11       "name": "Administer",
12       "description": "Ability to access project settings and perform administration tasks. (Users will also need \"Browse\" permission)"
13     },
14     {
15       "key": "issueadmin",
16       "name": "Administer Issues",
17       "description": "Grants the permission to perform advanced editing on issues: marking an issue False Positive / Won't Fix or changing an Issue's severity. (Users will also need \"Browse\" permission)"
18     },
19     {
20       "key": "codeviewer",
21       "name": "See Source Code",
22       "description": "Ability to view the project's source code. (Users will also need \"Browse\" permission)"
23     }
24   ],
25   "paging": {
26     "pageIndex": 1,
27     "pageSize": 25,
28     "total": 0
29   }
30 }