aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws/src/main/protobuf
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws/src/main/protobuf')
-rw-r--r--sonar-ws/src/main/protobuf/ws-alm_settings.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/sonar-ws/src/main/protobuf/ws-alm_settings.proto b/sonar-ws/src/main/protobuf/ws-alm_settings.proto
index 81b6b2ab2bf..c1b2352c33c 100644
--- a/sonar-ws/src/main/protobuf/ws-alm_settings.proto
+++ b/sonar-ws/src/main/protobuf/ws-alm_settings.proto
@@ -37,6 +37,8 @@ message AlmSettingGithub {
optional string url = 2;
optional string appId = 3;
optional string privateKey = 4;
+ optional string clientId = 5;
+ optional string clientSecret = 6;
}
message AlmSettingAzure {