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_group_hook
Obtain information about the hooks for specific group in the GitLab instance.
Examples
List all
select *from gitlab_group_hook;
Schema for gitlab_group_hook
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form, e.g. connection_name. | |
confidential_issues_events | boolean | Indicates if confidential issue events will be sent to the hook. | |
confidential_note_events | boolean | Indicates if confidential note events will be sent to the hook. | |
created_at | timestamp with time zone | Timestamp of when the hook was created. | |
deployment_events | boolean | Indicates if deployment events will be sent to the hook. | |
enable_ssl_verification | boolean | Indicates if SSL verification is enabled for the hook. | |
group_id | bigint | = | The group id - link to gitlab_group.id`. |
id | bigint | The ID of the hook. | |
issues_events | boolean | Indicates if issue events will be sent to the hook. | |
job_events | boolean | Indicates if job events will be sent to the hook. | |
merge_requests_events | boolean | Indicates if merge request events will be sent to the hook. | |
note_events | boolean | Indicates if note events will be sent to the hook. | |
pipeline_events | boolean | Indicates if pipeline events will be sent to the hook. | |
push_events | boolean | Indicates if push events will be sent to the hook. | |
push_events_branch_filter | text | The filter for branches on which to send push events to the hook. | |
releases_events | boolean | Indicates if release events will be sent to the hook. | |
subgroup_events | boolean | Indicates if events from sub-groups will be sent to the hook. | |
tag_push_events | boolean | Indicates if tag push events will be sent to the hook. | |
url | text | The url the hook invokes. | |
wiki_page_events | boolean | Indicates if wiki events will be sent to the hook. |