GitHubConnectionCreateResponse interface
Response model for GitHub connection creation
Properties
| connection | The created GitHub connection |
| repository |
Results for each repository that was attempted to be added to the connection. Includes repository URL and any error messages. |
| service |
The ID of the ServiceEndpoint that was used for this connection |
Property Details
connection
The created GitHub connection
connection: GitHubConnectionModel
Property Value
repositoryResults
Results for each repository that was attempted to be added to the connection. Includes repository URL and any error messages.
repositoryResults: GitHubConnectionRepoModel[]
Property Value
serviceEndpointId
The ID of the ServiceEndpoint that was used for this connection
serviceEndpointId: string
Property Value
string