Response
OK
The SQL review configs from the specified request.
{
  "reviewConfigs": [
    {
      "name": "<string>",
      "title": "<string>",
      "enabled": true,
      "rules": [
        {
          "type": "<string>",
          "level": "LEVEL_UNSPECIFIED",
          "payload": "<string>",
          "engine": "ENGINE_UNSPECIFIED",
          "comment": "<string>"
        }
      ],
      "resources": [
        "<string>"
      ]
    }
  ]
}Lists all SQL review configurations. Permissions required: bb.reviewConfigs.list
{
  "reviewConfigs": [
    {
      "name": "<string>",
      "title": "<string>",
      "enabled": true,
      "rules": [
        {
          "type": "<string>",
          "level": "LEVEL_UNSPECIFIED",
          "payload": "<string>",
          "engine": "ENGINE_UNSPECIFIED",
          "comment": "<string>"
        }
      ],
      "resources": [
        "<string>"
      ]
    }
  ]
}OK
The SQL review configs from the specified request.
Show child attributes
Was this page helpful?