pulumi-gitlab 9.5.0a1761172288__py3-none-any.whl → 9.8.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (81) hide show
  1. pulumi_gitlab/__init__.py +69 -0
  2. pulumi_gitlab/_inputs.py +557 -0
  3. pulumi_gitlab/branch.py +1 -1
  4. pulumi_gitlab/deploy_key_enable.py +4 -42
  5. pulumi_gitlab/get_artifact_file.py +266 -0
  6. pulumi_gitlab/get_group_billable_member_memberships.py +2 -2
  7. pulumi_gitlab/get_group_hook.py +15 -1
  8. pulumi_gitlab/get_group_membership.py +2 -2
  9. pulumi_gitlab/get_group_service_account.py +2 -2
  10. pulumi_gitlab/get_group_service_account_access_tokens.py +138 -0
  11. pulumi_gitlab/get_group_variable.py +1 -1
  12. pulumi_gitlab/get_instance_service_account.py +2 -2
  13. pulumi_gitlab/get_member_role.py +200 -0
  14. pulumi_gitlab/get_project.py +15 -1
  15. pulumi_gitlab/get_project_hook.py +17 -3
  16. pulumi_gitlab/get_project_issue_label_events.py +170 -0
  17. pulumi_gitlab/get_project_membership.py +2 -2
  18. pulumi_gitlab/get_project_protected_tag.py +2 -2
  19. pulumi_gitlab/get_project_secure_file.py +247 -0
  20. pulumi_gitlab/get_project_tag.py +2 -2
  21. pulumi_gitlab/get_project_tags.py +1 -1
  22. pulumi_gitlab/get_projects.py +3 -3
  23. pulumi_gitlab/get_release_link.py +5 -5
  24. pulumi_gitlab/get_release_links.py +3 -3
  25. pulumi_gitlab/get_security_policy_document.py +170 -0
  26. pulumi_gitlab/get_user.py +32 -0
  27. pulumi_gitlab/global_level_notifications.py +2 -2
  28. pulumi_gitlab/group.py +141 -0
  29. pulumi_gitlab/group_access_token.py +4 -4
  30. pulumi_gitlab/group_hook.py +163 -112
  31. pulumi_gitlab/group_label.py +7 -7
  32. pulumi_gitlab/group_level_mr_approvals.py +36 -0
  33. pulumi_gitlab/group_membership.py +2 -2
  34. pulumi_gitlab/group_service_account.py +2 -2
  35. pulumi_gitlab/group_service_account_access_token.py +92 -2
  36. pulumi_gitlab/group_share_group.py +2 -2
  37. pulumi_gitlab/instance_service_account.py +2 -2
  38. pulumi_gitlab/instance_variable.py +12 -12
  39. pulumi_gitlab/integration_emails_on_push.py +9 -7
  40. pulumi_gitlab/label.py +7 -7
  41. pulumi_gitlab/member_role.py +9 -9
  42. pulumi_gitlab/outputs.py +851 -15
  43. pulumi_gitlab/pages_domain.py +7 -7
  44. pulumi_gitlab/personal_access_token.py +2 -2
  45. pulumi_gitlab/pipeline_schedule_variable.py +2 -2
  46. pulumi_gitlab/project.py +54 -7
  47. pulumi_gitlab/project_access_token.py +2 -2
  48. pulumi_gitlab/project_approval_rule.py +120 -0
  49. pulumi_gitlab/project_cicd_catalog.py +314 -0
  50. pulumi_gitlab/project_deploy_token.py +2 -2
  51. pulumi_gitlab/project_hook.py +155 -102
  52. pulumi_gitlab/project_integration_emails_on_push.py +17 -7
  53. pulumi_gitlab/project_issue_link.py +502 -0
  54. pulumi_gitlab/project_job_token_scope.py +24 -4
  55. pulumi_gitlab/project_label.py +11 -11
  56. pulumi_gitlab/project_level_mr_approvals.py +2 -2
  57. pulumi_gitlab/project_level_notifications.py +2 -2
  58. pulumi_gitlab/project_membership.py +2 -2
  59. pulumi_gitlab/project_mirror.py +8 -6
  60. pulumi_gitlab/project_package_dependency_proxy.py +446 -0
  61. pulumi_gitlab/project_pull_mirror.py +837 -0
  62. pulumi_gitlab/project_push_mirror.py +547 -0
  63. pulumi_gitlab/project_secure_file.py +489 -0
  64. pulumi_gitlab/project_tag.py +3 -3
  65. pulumi_gitlab/project_target_branch_rule.py +2 -2
  66. pulumi_gitlab/project_variable.py +7 -7
  67. pulumi_gitlab/project_wiki_page.py +26 -0
  68. pulumi_gitlab/pulumi-plugin.json +1 -1
  69. pulumi_gitlab/release_link.py +19 -19
  70. pulumi_gitlab/runner.py +4 -4
  71. pulumi_gitlab/system_hook.py +7 -7
  72. pulumi_gitlab/user_avatar.py +386 -0
  73. pulumi_gitlab/user_gpg_key.py +2 -2
  74. pulumi_gitlab/user_impersonation_token.py +2 -2
  75. pulumi_gitlab/user_runner.py +14 -14
  76. pulumi_gitlab/user_ssh_key.py +2 -2
  77. pulumi_gitlab/value_stream_analytics.py +88 -0
  78. {pulumi_gitlab-9.5.0a1761172288.dist-info → pulumi_gitlab-9.8.1.dist-info}/METADATA +1 -1
  79. {pulumi_gitlab-9.5.0a1761172288.dist-info → pulumi_gitlab-9.8.1.dist-info}/RECORD +81 -68
  80. {pulumi_gitlab-9.5.0a1761172288.dist-info → pulumi_gitlab-9.8.1.dist-info}/WHEEL +0 -0
  81. {pulumi_gitlab-9.5.0a1761172288.dist-info → pulumi_gitlab-9.8.1.dist-info}/top_level.txt +0 -0
@@ -45,34 +45,36 @@ class GroupHookArgs:
45
45
  subgroup_events: Optional[pulumi.Input[_builtins.bool]] = None,
46
46
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
47
47
  token: Optional[pulumi.Input[_builtins.str]] = None,
48
+ vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
48
49
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None):
49
50
  """
50
51
  The set of arguments for constructing a GroupHook resource.
51
52
  :param pulumi.Input[_builtins.str] group: The full path or id of the group to add the hook to.
52
53
  :param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
53
54
  :param pulumi.Input[_builtins.str] branch_filter_strategy: Filter push events by branch. Valid values are: `wildcard`, `regex`, `all_branches`.
54
- :param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events.
55
- :param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events.
55
+ :param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events. Defaults to `false`.
56
+ :param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events. Defaults to `false`.
56
57
  :param pulumi.Input[Sequence[pulumi.Input['GroupHookCustomHeaderArgs']]] custom_headers: Custom headers for the project webhook.
57
58
  :param pulumi.Input[_builtins.str] custom_webhook_template: Custom webhook template.
58
- :param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events.
59
+ :param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events. Defaults to `false`.
59
60
  :param pulumi.Input[_builtins.str] description: Description of the group webhook.
60
- :param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events.
61
- :param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook.
62
- :param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events.
63
- :param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events.
64
- :param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events.
65
- :param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events.
61
+ :param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events. Defaults to `false`.
62
+ :param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook. Defaults to `true`.
63
+ :param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events. Defaults to `false`.
64
+ :param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events. Defaults to `false`.
65
+ :param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events. Defaults to `false`.
66
+ :param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events. Defaults to `false`.
66
67
  :param pulumi.Input[_builtins.str] name: Name of the group webhook.
67
- :param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events.
68
- :param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events.
69
- :param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events.
68
+ :param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events. Defaults to `false`.
69
+ :param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events. Defaults to `false`.
70
+ :param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events. Defaults to `true`.
70
71
  :param pulumi.Input[_builtins.str] push_events_branch_filter: Invoke the hook for push events on matching branches only.
71
- :param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events.
72
- :param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events.
73
- :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events.
72
+ :param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events. Defaults to `false`.
73
+ :param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events. Defaults to `false`.
74
+ :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events. Defaults to `false`.
74
75
  :param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
75
- :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events.
76
+ :param pulumi.Input[_builtins.bool] vulnerability_events: Invoke the hook for vulnerability events. Defaults to `false`.
77
+ :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events. Defaults to `false`.
76
78
  """
77
79
  pulumi.set(__self__, "group", group)
78
80
  pulumi.set(__self__, "url", url)
@@ -120,6 +122,8 @@ class GroupHookArgs:
120
122
  pulumi.set(__self__, "tag_push_events", tag_push_events)
121
123
  if token is not None:
122
124
  pulumi.set(__self__, "token", token)
125
+ if vulnerability_events is not None:
126
+ pulumi.set(__self__, "vulnerability_events", vulnerability_events)
123
127
  if wiki_page_events is not None:
124
128
  pulumi.set(__self__, "wiki_page_events", wiki_page_events)
125
129
 
@@ -163,7 +167,7 @@ class GroupHookArgs:
163
167
  @pulumi.getter(name="confidentialIssuesEvents")
164
168
  def confidential_issues_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
165
169
  """
166
- Invoke the hook for confidential issues events.
170
+ Invoke the hook for confidential issues events. Defaults to `false`.
167
171
  """
168
172
  return pulumi.get(self, "confidential_issues_events")
169
173
 
@@ -175,7 +179,7 @@ class GroupHookArgs:
175
179
  @pulumi.getter(name="confidentialNoteEvents")
176
180
  def confidential_note_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
177
181
  """
178
- Invoke the hook for confidential note events.
182
+ Invoke the hook for confidential note events. Defaults to `false`.
179
183
  """
180
184
  return pulumi.get(self, "confidential_note_events")
181
185
 
@@ -211,7 +215,7 @@ class GroupHookArgs:
211
215
  @pulumi.getter(name="deploymentEvents")
212
216
  def deployment_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
213
217
  """
214
- Invoke the hook for deployment events.
218
+ Invoke the hook for deployment events. Defaults to `false`.
215
219
  """
216
220
  return pulumi.get(self, "deployment_events")
217
221
 
@@ -235,7 +239,7 @@ class GroupHookArgs:
235
239
  @pulumi.getter(name="emojiEvents")
236
240
  def emoji_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
237
241
  """
238
- Invoke the hook for emoji events.
242
+ Invoke the hook for emoji events. Defaults to `false`.
239
243
  """
240
244
  return pulumi.get(self, "emoji_events")
241
245
 
@@ -247,7 +251,7 @@ class GroupHookArgs:
247
251
  @pulumi.getter(name="enableSslVerification")
248
252
  def enable_ssl_verification(self) -> Optional[pulumi.Input[_builtins.bool]]:
249
253
  """
250
- Enable SSL verification when invoking the hook.
254
+ Enable SSL verification when invoking the hook. Defaults to `true`.
251
255
  """
252
256
  return pulumi.get(self, "enable_ssl_verification")
253
257
 
@@ -259,7 +263,7 @@ class GroupHookArgs:
259
263
  @pulumi.getter(name="featureFlagEvents")
260
264
  def feature_flag_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
261
265
  """
262
- Invoke the hook for feature flag events.
266
+ Invoke the hook for feature flag events. Defaults to `false`.
263
267
  """
264
268
  return pulumi.get(self, "feature_flag_events")
265
269
 
@@ -271,7 +275,7 @@ class GroupHookArgs:
271
275
  @pulumi.getter(name="issuesEvents")
272
276
  def issues_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
273
277
  """
274
- Invoke the hook for issues events.
278
+ Invoke the hook for issues events. Defaults to `false`.
275
279
  """
276
280
  return pulumi.get(self, "issues_events")
277
281
 
@@ -283,7 +287,7 @@ class GroupHookArgs:
283
287
  @pulumi.getter(name="jobEvents")
284
288
  def job_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
285
289
  """
286
- Invoke the hook for job events.
290
+ Invoke the hook for job events. Defaults to `false`.
287
291
  """
288
292
  return pulumi.get(self, "job_events")
289
293
 
@@ -295,7 +299,7 @@ class GroupHookArgs:
295
299
  @pulumi.getter(name="mergeRequestsEvents")
296
300
  def merge_requests_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
297
301
  """
298
- Invoke the hook for merge requests events.
302
+ Invoke the hook for merge requests events. Defaults to `false`.
299
303
  """
300
304
  return pulumi.get(self, "merge_requests_events")
301
305
 
@@ -319,7 +323,7 @@ class GroupHookArgs:
319
323
  @pulumi.getter(name="noteEvents")
320
324
  def note_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
321
325
  """
322
- Invoke the hook for note events.
326
+ Invoke the hook for note events. Defaults to `false`.
323
327
  """
324
328
  return pulumi.get(self, "note_events")
325
329
 
@@ -331,7 +335,7 @@ class GroupHookArgs:
331
335
  @pulumi.getter(name="pipelineEvents")
332
336
  def pipeline_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
333
337
  """
334
- Invoke the hook for pipeline events.
338
+ Invoke the hook for pipeline events. Defaults to `false`.
335
339
  """
336
340
  return pulumi.get(self, "pipeline_events")
337
341
 
@@ -343,7 +347,7 @@ class GroupHookArgs:
343
347
  @pulumi.getter(name="pushEvents")
344
348
  def push_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
345
349
  """
346
- Invoke the hook for push events.
350
+ Invoke the hook for push events. Defaults to `true`.
347
351
  """
348
352
  return pulumi.get(self, "push_events")
349
353
 
@@ -367,7 +371,7 @@ class GroupHookArgs:
367
371
  @pulumi.getter(name="releasesEvents")
368
372
  def releases_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
369
373
  """
370
- Invoke the hook for release events.
374
+ Invoke the hook for release events. Defaults to `false`.
371
375
  """
372
376
  return pulumi.get(self, "releases_events")
373
377
 
@@ -379,7 +383,7 @@ class GroupHookArgs:
379
383
  @pulumi.getter(name="subgroupEvents")
380
384
  def subgroup_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
381
385
  """
382
- Invoke the hook for subgroup events.
386
+ Invoke the hook for subgroup events. Defaults to `false`.
383
387
  """
384
388
  return pulumi.get(self, "subgroup_events")
385
389
 
@@ -391,7 +395,7 @@ class GroupHookArgs:
391
395
  @pulumi.getter(name="tagPushEvents")
392
396
  def tag_push_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
393
397
  """
394
- Invoke the hook for tag push events.
398
+ Invoke the hook for tag push events. Defaults to `false`.
395
399
  """
396
400
  return pulumi.get(self, "tag_push_events")
397
401
 
@@ -411,11 +415,23 @@ class GroupHookArgs:
411
415
  def token(self, value: Optional[pulumi.Input[_builtins.str]]):
412
416
  pulumi.set(self, "token", value)
413
417
 
418
+ @_builtins.property
419
+ @pulumi.getter(name="vulnerabilityEvents")
420
+ def vulnerability_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
421
+ """
422
+ Invoke the hook for vulnerability events. Defaults to `false`.
423
+ """
424
+ return pulumi.get(self, "vulnerability_events")
425
+
426
+ @vulnerability_events.setter
427
+ def vulnerability_events(self, value: Optional[pulumi.Input[_builtins.bool]]):
428
+ pulumi.set(self, "vulnerability_events", value)
429
+
414
430
  @_builtins.property
415
431
  @pulumi.getter(name="wikiPageEvents")
416
432
  def wiki_page_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
417
433
  """
418
- Invoke the hook for wiki page events.
434
+ Invoke the hook for wiki page events. Defaults to `false`.
419
435
  """
420
436
  return pulumi.get(self, "wiki_page_events")
421
437
 
@@ -453,36 +469,38 @@ class _GroupHookState:
453
469
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
454
470
  token: Optional[pulumi.Input[_builtins.str]] = None,
455
471
  url: Optional[pulumi.Input[_builtins.str]] = None,
472
+ vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
456
473
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None):
457
474
  """
458
475
  Input properties used for looking up and filtering GroupHook resources.
459
476
  :param pulumi.Input[_builtins.str] branch_filter_strategy: Filter push events by branch. Valid values are: `wildcard`, `regex`, `all_branches`.
460
- :param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events.
461
- :param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events.
477
+ :param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events. Defaults to `false`.
478
+ :param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events. Defaults to `false`.
462
479
  :param pulumi.Input[Sequence[pulumi.Input['GroupHookCustomHeaderArgs']]] custom_headers: Custom headers for the project webhook.
463
480
  :param pulumi.Input[_builtins.str] custom_webhook_template: Custom webhook template.
464
- :param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events.
481
+ :param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events. Defaults to `false`.
465
482
  :param pulumi.Input[_builtins.str] description: Description of the group webhook.
466
- :param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events.
467
- :param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook.
468
- :param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events.
483
+ :param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events. Defaults to `false`.
484
+ :param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook. Defaults to `true`.
485
+ :param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events. Defaults to `false`.
469
486
  :param pulumi.Input[_builtins.str] group: The full path or id of the group to add the hook to.
470
487
  :param pulumi.Input[_builtins.int] group_id: The id of the group for the hook.
471
488
  :param pulumi.Input[_builtins.int] hook_id: The id of the group hook.
472
- :param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events.
473
- :param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events.
474
- :param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events.
489
+ :param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events. Defaults to `false`.
490
+ :param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events. Defaults to `false`.
491
+ :param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events. Defaults to `false`.
475
492
  :param pulumi.Input[_builtins.str] name: Name of the group webhook.
476
- :param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events.
477
- :param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events.
478
- :param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events.
493
+ :param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events. Defaults to `false`.
494
+ :param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events. Defaults to `false`.
495
+ :param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events. Defaults to `true`.
479
496
  :param pulumi.Input[_builtins.str] push_events_branch_filter: Invoke the hook for push events on matching branches only.
480
- :param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events.
481
- :param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events.
482
- :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events.
497
+ :param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events. Defaults to `false`.
498
+ :param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events. Defaults to `false`.
499
+ :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events. Defaults to `false`.
483
500
  :param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
484
501
  :param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
485
- :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events.
502
+ :param pulumi.Input[_builtins.bool] vulnerability_events: Invoke the hook for vulnerability events. Defaults to `false`.
503
+ :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events. Defaults to `false`.
486
504
  """
487
505
  if branch_filter_strategy is not None:
488
506
  pulumi.set(__self__, "branch_filter_strategy", branch_filter_strategy)
@@ -536,6 +554,8 @@ class _GroupHookState:
536
554
  pulumi.set(__self__, "token", token)
537
555
  if url is not None:
538
556
  pulumi.set(__self__, "url", url)
557
+ if vulnerability_events is not None:
558
+ pulumi.set(__self__, "vulnerability_events", vulnerability_events)
539
559
  if wiki_page_events is not None:
540
560
  pulumi.set(__self__, "wiki_page_events", wiki_page_events)
541
561
 
@@ -555,7 +575,7 @@ class _GroupHookState:
555
575
  @pulumi.getter(name="confidentialIssuesEvents")
556
576
  def confidential_issues_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
557
577
  """
558
- Invoke the hook for confidential issues events.
578
+ Invoke the hook for confidential issues events. Defaults to `false`.
559
579
  """
560
580
  return pulumi.get(self, "confidential_issues_events")
561
581
 
@@ -567,7 +587,7 @@ class _GroupHookState:
567
587
  @pulumi.getter(name="confidentialNoteEvents")
568
588
  def confidential_note_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
569
589
  """
570
- Invoke the hook for confidential note events.
590
+ Invoke the hook for confidential note events. Defaults to `false`.
571
591
  """
572
592
  return pulumi.get(self, "confidential_note_events")
573
593
 
@@ -603,7 +623,7 @@ class _GroupHookState:
603
623
  @pulumi.getter(name="deploymentEvents")
604
624
  def deployment_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
605
625
  """
606
- Invoke the hook for deployment events.
626
+ Invoke the hook for deployment events. Defaults to `false`.
607
627
  """
608
628
  return pulumi.get(self, "deployment_events")
609
629
 
@@ -627,7 +647,7 @@ class _GroupHookState:
627
647
  @pulumi.getter(name="emojiEvents")
628
648
  def emoji_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
629
649
  """
630
- Invoke the hook for emoji events.
650
+ Invoke the hook for emoji events. Defaults to `false`.
631
651
  """
632
652
  return pulumi.get(self, "emoji_events")
633
653
 
@@ -639,7 +659,7 @@ class _GroupHookState:
639
659
  @pulumi.getter(name="enableSslVerification")
640
660
  def enable_ssl_verification(self) -> Optional[pulumi.Input[_builtins.bool]]:
641
661
  """
642
- Enable SSL verification when invoking the hook.
662
+ Enable SSL verification when invoking the hook. Defaults to `true`.
643
663
  """
644
664
  return pulumi.get(self, "enable_ssl_verification")
645
665
 
@@ -651,7 +671,7 @@ class _GroupHookState:
651
671
  @pulumi.getter(name="featureFlagEvents")
652
672
  def feature_flag_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
653
673
  """
654
- Invoke the hook for feature flag events.
674
+ Invoke the hook for feature flag events. Defaults to `false`.
655
675
  """
656
676
  return pulumi.get(self, "feature_flag_events")
657
677
 
@@ -699,7 +719,7 @@ class _GroupHookState:
699
719
  @pulumi.getter(name="issuesEvents")
700
720
  def issues_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
701
721
  """
702
- Invoke the hook for issues events.
722
+ Invoke the hook for issues events. Defaults to `false`.
703
723
  """
704
724
  return pulumi.get(self, "issues_events")
705
725
 
@@ -711,7 +731,7 @@ class _GroupHookState:
711
731
  @pulumi.getter(name="jobEvents")
712
732
  def job_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
713
733
  """
714
- Invoke the hook for job events.
734
+ Invoke the hook for job events. Defaults to `false`.
715
735
  """
716
736
  return pulumi.get(self, "job_events")
717
737
 
@@ -723,7 +743,7 @@ class _GroupHookState:
723
743
  @pulumi.getter(name="mergeRequestsEvents")
724
744
  def merge_requests_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
725
745
  """
726
- Invoke the hook for merge requests events.
746
+ Invoke the hook for merge requests events. Defaults to `false`.
727
747
  """
728
748
  return pulumi.get(self, "merge_requests_events")
729
749
 
@@ -747,7 +767,7 @@ class _GroupHookState:
747
767
  @pulumi.getter(name="noteEvents")
748
768
  def note_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
749
769
  """
750
- Invoke the hook for note events.
770
+ Invoke the hook for note events. Defaults to `false`.
751
771
  """
752
772
  return pulumi.get(self, "note_events")
753
773
 
@@ -759,7 +779,7 @@ class _GroupHookState:
759
779
  @pulumi.getter(name="pipelineEvents")
760
780
  def pipeline_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
761
781
  """
762
- Invoke the hook for pipeline events.
782
+ Invoke the hook for pipeline events. Defaults to `false`.
763
783
  """
764
784
  return pulumi.get(self, "pipeline_events")
765
785
 
@@ -771,7 +791,7 @@ class _GroupHookState:
771
791
  @pulumi.getter(name="pushEvents")
772
792
  def push_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
773
793
  """
774
- Invoke the hook for push events.
794
+ Invoke the hook for push events. Defaults to `true`.
775
795
  """
776
796
  return pulumi.get(self, "push_events")
777
797
 
@@ -795,7 +815,7 @@ class _GroupHookState:
795
815
  @pulumi.getter(name="releasesEvents")
796
816
  def releases_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
797
817
  """
798
- Invoke the hook for release events.
818
+ Invoke the hook for release events. Defaults to `false`.
799
819
  """
800
820
  return pulumi.get(self, "releases_events")
801
821
 
@@ -807,7 +827,7 @@ class _GroupHookState:
807
827
  @pulumi.getter(name="subgroupEvents")
808
828
  def subgroup_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
809
829
  """
810
- Invoke the hook for subgroup events.
830
+ Invoke the hook for subgroup events. Defaults to `false`.
811
831
  """
812
832
  return pulumi.get(self, "subgroup_events")
813
833
 
@@ -819,7 +839,7 @@ class _GroupHookState:
819
839
  @pulumi.getter(name="tagPushEvents")
820
840
  def tag_push_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
821
841
  """
822
- Invoke the hook for tag push events.
842
+ Invoke the hook for tag push events. Defaults to `false`.
823
843
  """
824
844
  return pulumi.get(self, "tag_push_events")
825
845
 
@@ -851,11 +871,23 @@ class _GroupHookState:
851
871
  def url(self, value: Optional[pulumi.Input[_builtins.str]]):
852
872
  pulumi.set(self, "url", value)
853
873
 
874
+ @_builtins.property
875
+ @pulumi.getter(name="vulnerabilityEvents")
876
+ def vulnerability_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
877
+ """
878
+ Invoke the hook for vulnerability events. Defaults to `false`.
879
+ """
880
+ return pulumi.get(self, "vulnerability_events")
881
+
882
+ @vulnerability_events.setter
883
+ def vulnerability_events(self, value: Optional[pulumi.Input[_builtins.bool]]):
884
+ pulumi.set(self, "vulnerability_events", value)
885
+
854
886
  @_builtins.property
855
887
  @pulumi.getter(name="wikiPageEvents")
856
888
  def wiki_page_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
857
889
  """
858
- Invoke the hook for wiki page events.
890
+ Invoke the hook for wiki page events. Defaults to `false`.
859
891
  """
860
892
  return pulumi.get(self, "wiki_page_events")
861
893
 
@@ -894,11 +926,14 @@ class GroupHook(pulumi.CustomResource):
894
926
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
895
927
  token: Optional[pulumi.Input[_builtins.str]] = None,
896
928
  url: Optional[pulumi.Input[_builtins.str]] = None,
929
+ vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
897
930
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None,
898
931
  __props__=None):
899
932
  """
900
933
  The `GroupHook` resource allows to manage the lifecycle of a group hook.
901
934
 
935
+ > Note that `push_events` defaults to `true`.
936
+
902
937
  **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/group_webhooks/)
903
938
 
904
939
  ## Import
@@ -928,30 +963,31 @@ class GroupHook(pulumi.CustomResource):
928
963
  :param str resource_name: The name of the resource.
929
964
  :param pulumi.ResourceOptions opts: Options for the resource.
930
965
  :param pulumi.Input[_builtins.str] branch_filter_strategy: Filter push events by branch. Valid values are: `wildcard`, `regex`, `all_branches`.
931
- :param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events.
932
- :param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events.
966
+ :param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events. Defaults to `false`.
967
+ :param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events. Defaults to `false`.
933
968
  :param pulumi.Input[Sequence[pulumi.Input[Union['GroupHookCustomHeaderArgs', 'GroupHookCustomHeaderArgsDict']]]] custom_headers: Custom headers for the project webhook.
934
969
  :param pulumi.Input[_builtins.str] custom_webhook_template: Custom webhook template.
935
- :param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events.
970
+ :param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events. Defaults to `false`.
936
971
  :param pulumi.Input[_builtins.str] description: Description of the group webhook.
937
- :param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events.
938
- :param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook.
939
- :param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events.
972
+ :param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events. Defaults to `false`.
973
+ :param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook. Defaults to `true`.
974
+ :param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events. Defaults to `false`.
940
975
  :param pulumi.Input[_builtins.str] group: The full path or id of the group to add the hook to.
941
- :param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events.
942
- :param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events.
943
- :param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events.
976
+ :param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events. Defaults to `false`.
977
+ :param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events. Defaults to `false`.
978
+ :param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events. Defaults to `false`.
944
979
  :param pulumi.Input[_builtins.str] name: Name of the group webhook.
945
- :param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events.
946
- :param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events.
947
- :param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events.
980
+ :param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events. Defaults to `false`.
981
+ :param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events. Defaults to `false`.
982
+ :param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events. Defaults to `true`.
948
983
  :param pulumi.Input[_builtins.str] push_events_branch_filter: Invoke the hook for push events on matching branches only.
949
- :param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events.
950
- :param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events.
951
- :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events.
984
+ :param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events. Defaults to `false`.
985
+ :param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events. Defaults to `false`.
986
+ :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events. Defaults to `false`.
952
987
  :param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
953
988
  :param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
954
- :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events.
989
+ :param pulumi.Input[_builtins.bool] vulnerability_events: Invoke the hook for vulnerability events. Defaults to `false`.
990
+ :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events. Defaults to `false`.
955
991
  """
956
992
  ...
957
993
  @overload
@@ -962,6 +998,8 @@ class GroupHook(pulumi.CustomResource):
962
998
  """
963
999
  The `GroupHook` resource allows to manage the lifecycle of a group hook.
964
1000
 
1001
+ > Note that `push_events` defaults to `true`.
1002
+
965
1003
  **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/group_webhooks/)
966
1004
 
967
1005
  ## Import
@@ -1027,6 +1065,7 @@ class GroupHook(pulumi.CustomResource):
1027
1065
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
1028
1066
  token: Optional[pulumi.Input[_builtins.str]] = None,
1029
1067
  url: Optional[pulumi.Input[_builtins.str]] = None,
1068
+ vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
1030
1069
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None,
1031
1070
  __props__=None):
1032
1071
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -1065,6 +1104,7 @@ class GroupHook(pulumi.CustomResource):
1065
1104
  if url is None and not opts.urn:
1066
1105
  raise TypeError("Missing required property 'url'")
1067
1106
  __props__.__dict__["url"] = url
1107
+ __props__.__dict__["vulnerability_events"] = vulnerability_events
1068
1108
  __props__.__dict__["wiki_page_events"] = wiki_page_events
1069
1109
  __props__.__dict__["group_id"] = None
1070
1110
  __props__.__dict__["hook_id"] = None
@@ -1106,6 +1146,7 @@ class GroupHook(pulumi.CustomResource):
1106
1146
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
1107
1147
  token: Optional[pulumi.Input[_builtins.str]] = None,
1108
1148
  url: Optional[pulumi.Input[_builtins.str]] = None,
1149
+ vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
1109
1150
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None) -> 'GroupHook':
1110
1151
  """
1111
1152
  Get an existing GroupHook resource's state with the given name, id, and optional extra
@@ -1115,32 +1156,33 @@ class GroupHook(pulumi.CustomResource):
1115
1156
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
1116
1157
  :param pulumi.ResourceOptions opts: Options for the resource.
1117
1158
  :param pulumi.Input[_builtins.str] branch_filter_strategy: Filter push events by branch. Valid values are: `wildcard`, `regex`, `all_branches`.
1118
- :param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events.
1119
- :param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events.
1159
+ :param pulumi.Input[_builtins.bool] confidential_issues_events: Invoke the hook for confidential issues events. Defaults to `false`.
1160
+ :param pulumi.Input[_builtins.bool] confidential_note_events: Invoke the hook for confidential note events. Defaults to `false`.
1120
1161
  :param pulumi.Input[Sequence[pulumi.Input[Union['GroupHookCustomHeaderArgs', 'GroupHookCustomHeaderArgsDict']]]] custom_headers: Custom headers for the project webhook.
1121
1162
  :param pulumi.Input[_builtins.str] custom_webhook_template: Custom webhook template.
1122
- :param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events.
1163
+ :param pulumi.Input[_builtins.bool] deployment_events: Invoke the hook for deployment events. Defaults to `false`.
1123
1164
  :param pulumi.Input[_builtins.str] description: Description of the group webhook.
1124
- :param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events.
1125
- :param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook.
1126
- :param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events.
1165
+ :param pulumi.Input[_builtins.bool] emoji_events: Invoke the hook for emoji events. Defaults to `false`.
1166
+ :param pulumi.Input[_builtins.bool] enable_ssl_verification: Enable SSL verification when invoking the hook. Defaults to `true`.
1167
+ :param pulumi.Input[_builtins.bool] feature_flag_events: Invoke the hook for feature flag events. Defaults to `false`.
1127
1168
  :param pulumi.Input[_builtins.str] group: The full path or id of the group to add the hook to.
1128
1169
  :param pulumi.Input[_builtins.int] group_id: The id of the group for the hook.
1129
1170
  :param pulumi.Input[_builtins.int] hook_id: The id of the group hook.
1130
- :param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events.
1131
- :param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events.
1132
- :param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events.
1171
+ :param pulumi.Input[_builtins.bool] issues_events: Invoke the hook for issues events. Defaults to `false`.
1172
+ :param pulumi.Input[_builtins.bool] job_events: Invoke the hook for job events. Defaults to `false`.
1173
+ :param pulumi.Input[_builtins.bool] merge_requests_events: Invoke the hook for merge requests events. Defaults to `false`.
1133
1174
  :param pulumi.Input[_builtins.str] name: Name of the group webhook.
1134
- :param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events.
1135
- :param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events.
1136
- :param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events.
1175
+ :param pulumi.Input[_builtins.bool] note_events: Invoke the hook for note events. Defaults to `false`.
1176
+ :param pulumi.Input[_builtins.bool] pipeline_events: Invoke the hook for pipeline events. Defaults to `false`.
1177
+ :param pulumi.Input[_builtins.bool] push_events: Invoke the hook for push events. Defaults to `true`.
1137
1178
  :param pulumi.Input[_builtins.str] push_events_branch_filter: Invoke the hook for push events on matching branches only.
1138
- :param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events.
1139
- :param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events.
1140
- :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events.
1179
+ :param pulumi.Input[_builtins.bool] releases_events: Invoke the hook for release events. Defaults to `false`.
1180
+ :param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events. Defaults to `false`.
1181
+ :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events. Defaults to `false`.
1141
1182
  :param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
1142
1183
  :param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
1143
- :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events.
1184
+ :param pulumi.Input[_builtins.bool] vulnerability_events: Invoke the hook for vulnerability events. Defaults to `false`.
1185
+ :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events. Defaults to `false`.
1144
1186
  """
1145
1187
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1146
1188
 
@@ -1172,6 +1214,7 @@ class GroupHook(pulumi.CustomResource):
1172
1214
  __props__.__dict__["tag_push_events"] = tag_push_events
1173
1215
  __props__.__dict__["token"] = token
1174
1216
  __props__.__dict__["url"] = url
1217
+ __props__.__dict__["vulnerability_events"] = vulnerability_events
1175
1218
  __props__.__dict__["wiki_page_events"] = wiki_page_events
1176
1219
  return GroupHook(resource_name, opts=opts, __props__=__props__)
1177
1220
 
@@ -1187,7 +1230,7 @@ class GroupHook(pulumi.CustomResource):
1187
1230
  @pulumi.getter(name="confidentialIssuesEvents")
1188
1231
  def confidential_issues_events(self) -> pulumi.Output[_builtins.bool]:
1189
1232
  """
1190
- Invoke the hook for confidential issues events.
1233
+ Invoke the hook for confidential issues events. Defaults to `false`.
1191
1234
  """
1192
1235
  return pulumi.get(self, "confidential_issues_events")
1193
1236
 
@@ -1195,7 +1238,7 @@ class GroupHook(pulumi.CustomResource):
1195
1238
  @pulumi.getter(name="confidentialNoteEvents")
1196
1239
  def confidential_note_events(self) -> pulumi.Output[_builtins.bool]:
1197
1240
  """
1198
- Invoke the hook for confidential note events.
1241
+ Invoke the hook for confidential note events. Defaults to `false`.
1199
1242
  """
1200
1243
  return pulumi.get(self, "confidential_note_events")
1201
1244
 
@@ -1219,7 +1262,7 @@ class GroupHook(pulumi.CustomResource):
1219
1262
  @pulumi.getter(name="deploymentEvents")
1220
1263
  def deployment_events(self) -> pulumi.Output[_builtins.bool]:
1221
1264
  """
1222
- Invoke the hook for deployment events.
1265
+ Invoke the hook for deployment events. Defaults to `false`.
1223
1266
  """
1224
1267
  return pulumi.get(self, "deployment_events")
1225
1268
 
@@ -1235,7 +1278,7 @@ class GroupHook(pulumi.CustomResource):
1235
1278
  @pulumi.getter(name="emojiEvents")
1236
1279
  def emoji_events(self) -> pulumi.Output[_builtins.bool]:
1237
1280
  """
1238
- Invoke the hook for emoji events.
1281
+ Invoke the hook for emoji events. Defaults to `false`.
1239
1282
  """
1240
1283
  return pulumi.get(self, "emoji_events")
1241
1284
 
@@ -1243,7 +1286,7 @@ class GroupHook(pulumi.CustomResource):
1243
1286
  @pulumi.getter(name="enableSslVerification")
1244
1287
  def enable_ssl_verification(self) -> pulumi.Output[_builtins.bool]:
1245
1288
  """
1246
- Enable SSL verification when invoking the hook.
1289
+ Enable SSL verification when invoking the hook. Defaults to `true`.
1247
1290
  """
1248
1291
  return pulumi.get(self, "enable_ssl_verification")
1249
1292
 
@@ -1251,7 +1294,7 @@ class GroupHook(pulumi.CustomResource):
1251
1294
  @pulumi.getter(name="featureFlagEvents")
1252
1295
  def feature_flag_events(self) -> pulumi.Output[_builtins.bool]:
1253
1296
  """
1254
- Invoke the hook for feature flag events.
1297
+ Invoke the hook for feature flag events. Defaults to `false`.
1255
1298
  """
1256
1299
  return pulumi.get(self, "feature_flag_events")
1257
1300
 
@@ -1283,7 +1326,7 @@ class GroupHook(pulumi.CustomResource):
1283
1326
  @pulumi.getter(name="issuesEvents")
1284
1327
  def issues_events(self) -> pulumi.Output[_builtins.bool]:
1285
1328
  """
1286
- Invoke the hook for issues events.
1329
+ Invoke the hook for issues events. Defaults to `false`.
1287
1330
  """
1288
1331
  return pulumi.get(self, "issues_events")
1289
1332
 
@@ -1291,7 +1334,7 @@ class GroupHook(pulumi.CustomResource):
1291
1334
  @pulumi.getter(name="jobEvents")
1292
1335
  def job_events(self) -> pulumi.Output[_builtins.bool]:
1293
1336
  """
1294
- Invoke the hook for job events.
1337
+ Invoke the hook for job events. Defaults to `false`.
1295
1338
  """
1296
1339
  return pulumi.get(self, "job_events")
1297
1340
 
@@ -1299,7 +1342,7 @@ class GroupHook(pulumi.CustomResource):
1299
1342
  @pulumi.getter(name="mergeRequestsEvents")
1300
1343
  def merge_requests_events(self) -> pulumi.Output[_builtins.bool]:
1301
1344
  """
1302
- Invoke the hook for merge requests events.
1345
+ Invoke the hook for merge requests events. Defaults to `false`.
1303
1346
  """
1304
1347
  return pulumi.get(self, "merge_requests_events")
1305
1348
 
@@ -1315,7 +1358,7 @@ class GroupHook(pulumi.CustomResource):
1315
1358
  @pulumi.getter(name="noteEvents")
1316
1359
  def note_events(self) -> pulumi.Output[_builtins.bool]:
1317
1360
  """
1318
- Invoke the hook for note events.
1361
+ Invoke the hook for note events. Defaults to `false`.
1319
1362
  """
1320
1363
  return pulumi.get(self, "note_events")
1321
1364
 
@@ -1323,7 +1366,7 @@ class GroupHook(pulumi.CustomResource):
1323
1366
  @pulumi.getter(name="pipelineEvents")
1324
1367
  def pipeline_events(self) -> pulumi.Output[_builtins.bool]:
1325
1368
  """
1326
- Invoke the hook for pipeline events.
1369
+ Invoke the hook for pipeline events. Defaults to `false`.
1327
1370
  """
1328
1371
  return pulumi.get(self, "pipeline_events")
1329
1372
 
@@ -1331,7 +1374,7 @@ class GroupHook(pulumi.CustomResource):
1331
1374
  @pulumi.getter(name="pushEvents")
1332
1375
  def push_events(self) -> pulumi.Output[_builtins.bool]:
1333
1376
  """
1334
- Invoke the hook for push events.
1377
+ Invoke the hook for push events. Defaults to `true`.
1335
1378
  """
1336
1379
  return pulumi.get(self, "push_events")
1337
1380
 
@@ -1347,7 +1390,7 @@ class GroupHook(pulumi.CustomResource):
1347
1390
  @pulumi.getter(name="releasesEvents")
1348
1391
  def releases_events(self) -> pulumi.Output[_builtins.bool]:
1349
1392
  """
1350
- Invoke the hook for release events.
1393
+ Invoke the hook for release events. Defaults to `false`.
1351
1394
  """
1352
1395
  return pulumi.get(self, "releases_events")
1353
1396
 
@@ -1355,7 +1398,7 @@ class GroupHook(pulumi.CustomResource):
1355
1398
  @pulumi.getter(name="subgroupEvents")
1356
1399
  def subgroup_events(self) -> pulumi.Output[_builtins.bool]:
1357
1400
  """
1358
- Invoke the hook for subgroup events.
1401
+ Invoke the hook for subgroup events. Defaults to `false`.
1359
1402
  """
1360
1403
  return pulumi.get(self, "subgroup_events")
1361
1404
 
@@ -1363,7 +1406,7 @@ class GroupHook(pulumi.CustomResource):
1363
1406
  @pulumi.getter(name="tagPushEvents")
1364
1407
  def tag_push_events(self) -> pulumi.Output[_builtins.bool]:
1365
1408
  """
1366
- Invoke the hook for tag push events.
1409
+ Invoke the hook for tag push events. Defaults to `false`.
1367
1410
  """
1368
1411
  return pulumi.get(self, "tag_push_events")
1369
1412
 
@@ -1383,11 +1426,19 @@ class GroupHook(pulumi.CustomResource):
1383
1426
  """
1384
1427
  return pulumi.get(self, "url")
1385
1428
 
1429
+ @_builtins.property
1430
+ @pulumi.getter(name="vulnerabilityEvents")
1431
+ def vulnerability_events(self) -> pulumi.Output[_builtins.bool]:
1432
+ """
1433
+ Invoke the hook for vulnerability events. Defaults to `false`.
1434
+ """
1435
+ return pulumi.get(self, "vulnerability_events")
1436
+
1386
1437
  @_builtins.property
1387
1438
  @pulumi.getter(name="wikiPageEvents")
1388
1439
  def wiki_page_events(self) -> pulumi.Output[_builtins.bool]:
1389
1440
  """
1390
- Invoke the hook for wiki page events.
1441
+ Invoke the hook for wiki page events. Defaults to `false`.
1391
1442
  """
1392
1443
  return pulumi.get(self, "wiki_page_events")
1393
1444