All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.server.permission.ws.groups-example.json Maven / Gradle / Ivy

There is a newer version: 7.2.1
Show newest version
{
  "paging": {
    "pageIndex": 1,
    "pageSize": 100,
    "total": 3
  },
  "groups": [
    {
      "name": "Anyone",
      "permissions": []
    },
    {
      "id": "1",
      "name": "sonar-administrators",
      "description": "System administrators",
      "permissions": []
    },
    {
      "id": "2",
      "name": "sonar-users",
      "description": "Any new users created will automatically join this group",
      "permissions": []
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy