gitlab_applicationgitlab_branchgitlab_commitgitlab_epicgitlab_groupgitlab_group_access_requestgitlab_group_hookgitlab_group_iterationgitlab_group_membergitlab_group_projectgitlab_group_push_rulegitlab_group_subgroupgitlab_group_variablegitlab_hookgitlab_instance_variablegitlab_issuegitlab_merge_requestgitlab_merge_request_changegitlab_my_eventgitlab_my_issuegitlab_my_projectgitlab_projectgitlab_project_access_requestgitlab_project_container_registrygitlab_project_deploymentgitlab_project_iterationgitlab_project_jobgitlab_project_membergitlab_project_pages_domaingitlab_project_pipelinegitlab_project_pipeline_detailgitlab_project_protected_branchgitlab_project_repositorygitlab_project_repository_filegitlab_project_variablegitlab_settinggitlab_snippetgitlab_usergitlab_user_eventgitlab_version
Table: gitlab_application
The gitlab_application
table can be used to query information about OAuth applications within the GitLab instance.
THIS TABLE WILL ONLY RETURN DATA FOR ADMINISTRATORS
Examples
List all OAuth applications
select id, application_id, application_name, callback_url, confidentialfrom gitlab_application;
Schema for gitlab_application
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
application_id | text | The unique identifier of the application. | |
application_name | text | The display name of the application. | |
callback_url | text | The redirect/callback url of the application. | |
confidential | boolean | Indicates if the application is confidential. | |
id | bigint | The ID of the application. |