scalingo_addonscalingo_alertscalingo_appscalingo_app_eventscalingo_autoscalerscalingo_collaboratorscalingo_containerscalingo_container_typescalingo_cronscalingo_databasescalingo_database_backupscalingo_database_maintenancescalingo_database_type_versionscalingo_database_userscalingo_deploymentscalingo_domainscalingo_environmentscalingo_event_typescalingo_invoicescalingo_keyscalingo_log_drainscalingo_log_drain_addonscalingo_notification_platformscalingo_notifierscalingo_regionscalingo_scm_integrationscalingo_scm_repo_linkscalingo_stackscalingo_tokenscalingo_user_eventscalingo_user_scm_repo_link
Table: scalingo_scm_integration
SCM Integrations represent a link between your account and an SCM platform like github.com.
Examples
List all scm integrations
select scm_type usernamefrom scalingo_scm_integration;
List scm integrations from GitHub
select *from scalingo_scm_integrationwhere scm_type = 'github';
Schema for scalingo_scm_integration
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
avatar_url | text | User avatar URL provided by the SCM platform. | |
created_at | timestamp with time zone | creation date of the SCM integration. | |
id | text | = | Unique ID identifying the SCM integration. |
owner_email | text | Email of the owner. | |
owner_id | text | Unique id of the owner. | |
owner_username | text | Username of the owner. | |
profile_url | text | User profile URL provided by the SCM platform. | |
scm_type | text | SCM type (github, gitlab, github-enterprise or gitlab-self-hosted) | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
uid | text | User ID provided by the SCM platform. | |
url | text | URL where the SCM platform is hosted | |
username | text | Username provided by the SCM platform. |