org.sonar.server.permission.ws.groups-example.json Maven / Gradle / Ivy
{
"groups": [
{
"name": "Anyone",
"selected": true
},
{
"id": "1",
"name": "sonar-administrators",
"description": "System administrators",
"selected": true
},
{
"id": "2",
"name": "sonar-users",
"description": "Any new users created will automatically join this group",
"selected": true
}
],
"paging": {
"pageIndex": 1,
"pageSize": 100,
"total": 3
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy