You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-05-01-preview/SourceControls.json
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -438,6 +438,11 @@
438
438
"type": "object",
439
439
"description": "Resources created in user's repository for the source-control.",
440
440
"properties": {
441
+
"oauthInfo": {
442
+
"type": "object",
443
+
"description": "The repository access authentication info.",
444
+
"$ref": "#/definitions/OauthDetail"
445
+
},
441
446
"webhook": {
442
447
"type": "object",
443
448
"description": "The webhook object created for the source-control.",
@@ -477,6 +482,24 @@
477
482
}
478
483
}
479
484
},
485
+
"OauthDetail": {
486
+
"description": "Resources created in GitHub repository.",
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-05-01-preview/examples/sourcecontrols/CreateSourceControl.json
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-05-01-preview/examples/sourcecontrols/GetSourceControlById.json
Copy file name to clipboardExpand all lines: specification/securityinsights/resource-manager/Microsoft.SecurityInsights/preview/2022-05-01-preview/examples/sourcecontrols/GetSourceControls.json
0 commit comments