connections_github_installations
Creates, updates, deletes, gets or lists a connections_github_installations
resource.
Overview
Name | connections_github_installations |
Type | Resource |
Id | google.developerconnect.connections_github_installations |
Fields
Name | Datatype | Description |
---|---|---|
installations | array | List of installations available to the OAuth user (for github.com) or all the installations (for GitHub enterprise). |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
fetchgithub_installations | SELECT | connectionsId, locationsId, projectsId | FetchGitHubInstallations returns the list of GitHub Installations that are available to be added to a Connection. For github.com, only installations accessible to the authorizer token are returned. For GitHub Enterprise, all installations are returned. |
SELECT
examples
FetchGitHubInstallations returns the list of GitHub Installations that are available to be added to a Connection. For github.com, only installations accessible to the authorizer token are returned. For GitHub Enterprise, all installations are returned.
SELECT
installations
FROM google.developerconnect.connections_github_installations
WHERE connectionsId = '{{ connectionsId }}'
AND locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}';