pulumi-gitlab 9.8.1__py3-none-any.whl → 9.9.0a1768542389__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.
@@ -26,7 +26,7 @@ class GetGroupHookResult:
26
26
  """
27
27
  A collection of values returned by getGroupHook.
28
28
  """
29
- def __init__(__self__, confidential_issues_events=None, confidential_note_events=None, custom_webhook_template=None, deployment_events=None, emoji_events=None, enable_ssl_verification=None, group=None, group_id=None, hook_id=None, id=None, issues_events=None, job_events=None, merge_requests_events=None, note_events=None, pipeline_events=None, push_events=None, push_events_branch_filter=None, releases_events=None, subgroup_events=None, tag_push_events=None, token=None, url=None, vulnerability_events=None, wiki_page_events=None):
29
+ def __init__(__self__, confidential_issues_events=None, confidential_note_events=None, custom_webhook_template=None, deployment_events=None, emoji_events=None, enable_ssl_verification=None, group=None, group_id=None, hook_id=None, id=None, issues_events=None, job_events=None, merge_requests_events=None, note_events=None, pipeline_events=None, push_events=None, push_events_branch_filter=None, releases_events=None, subgroup_events=None, tag_push_events=None, token=None, url=None, wiki_page_events=None):
30
30
  if confidential_issues_events and not isinstance(confidential_issues_events, bool):
31
31
  raise TypeError("Expected argument 'confidential_issues_events' to be a bool")
32
32
  pulumi.set(__self__, "confidential_issues_events", confidential_issues_events)
@@ -93,9 +93,6 @@ class GetGroupHookResult:
93
93
  if url and not isinstance(url, str):
94
94
  raise TypeError("Expected argument 'url' to be a str")
95
95
  pulumi.set(__self__, "url", url)
96
- if vulnerability_events and not isinstance(vulnerability_events, bool):
97
- raise TypeError("Expected argument 'vulnerability_events' to be a bool")
98
- pulumi.set(__self__, "vulnerability_events", vulnerability_events)
99
96
  if wiki_page_events and not isinstance(wiki_page_events, bool):
100
97
  raise TypeError("Expected argument 'wiki_page_events' to be a bool")
101
98
  pulumi.set(__self__, "wiki_page_events", wiki_page_events)
@@ -277,14 +274,6 @@ class GetGroupHookResult:
277
274
  """
278
275
  return pulumi.get(self, "url")
279
276
 
280
- @_builtins.property
281
- @pulumi.getter(name="vulnerabilityEvents")
282
- def vulnerability_events(self) -> _builtins.bool:
283
- """
284
- Invoke the hook for vulnerability events.
285
- """
286
- return pulumi.get(self, "vulnerability_events")
287
-
288
277
  @_builtins.property
289
278
  @pulumi.getter(name="wikiPageEvents")
290
279
  def wiki_page_events(self) -> _builtins.bool:
@@ -322,7 +311,6 @@ class AwaitableGetGroupHookResult(GetGroupHookResult):
322
311
  tag_push_events=self.tag_push_events,
323
312
  token=self.token,
324
313
  url=self.url,
325
- vulnerability_events=self.vulnerability_events,
326
314
  wiki_page_events=self.wiki_page_events)
327
315
 
328
316
 
@@ -369,7 +357,6 @@ def get_group_hook(group: Optional[_builtins.str] = None,
369
357
  tag_push_events=pulumi.get(__ret__, 'tag_push_events'),
370
358
  token=pulumi.get(__ret__, 'token'),
371
359
  url=pulumi.get(__ret__, 'url'),
372
- vulnerability_events=pulumi.get(__ret__, 'vulnerability_events'),
373
360
  wiki_page_events=pulumi.get(__ret__, 'wiki_page_events'))
374
361
  def get_group_hook_output(group: Optional[pulumi.Input[_builtins.str]] = None,
375
362
  hook_id: Optional[pulumi.Input[_builtins.int]] = None,
@@ -413,5 +400,4 @@ def get_group_hook_output(group: Optional[pulumi.Input[_builtins.str]] = None,
413
400
  tag_push_events=pulumi.get(__response__, 'tag_push_events'),
414
401
  token=pulumi.get(__response__, 'token'),
415
402
  url=pulumi.get(__response__, 'url'),
416
- vulnerability_events=pulumi.get(__response__, 'vulnerability_events'),
417
403
  wiki_page_events=pulumi.get(__response__, 'wiki_page_events')))
@@ -26,7 +26,7 @@ class GetProjectHookResult:
26
26
  """
27
27
  A collection of values returned by getProjectHook.
28
28
  """
29
- def __init__(__self__, confidential_issues_events=None, confidential_note_events=None, custom_webhook_template=None, deployment_events=None, enable_ssl_verification=None, hook_id=None, id=None, issues_events=None, job_events=None, merge_requests_events=None, note_events=None, pipeline_events=None, project=None, project_id=None, push_events=None, push_events_branch_filter=None, releases_events=None, tag_push_events=None, token=None, url=None, vulnerability_events=None, wiki_page_events=None):
29
+ def __init__(__self__, confidential_issues_events=None, confidential_note_events=None, custom_webhook_template=None, deployment_events=None, enable_ssl_verification=None, hook_id=None, id=None, issues_events=None, job_events=None, merge_requests_events=None, note_events=None, pipeline_events=None, project=None, project_id=None, push_events=None, push_events_branch_filter=None, releases_events=None, tag_push_events=None, token=None, url=None, wiki_page_events=None):
30
30
  if confidential_issues_events and not isinstance(confidential_issues_events, bool):
31
31
  raise TypeError("Expected argument 'confidential_issues_events' to be a bool")
32
32
  pulumi.set(__self__, "confidential_issues_events", confidential_issues_events)
@@ -87,9 +87,6 @@ class GetProjectHookResult:
87
87
  if url and not isinstance(url, str):
88
88
  raise TypeError("Expected argument 'url' to be a str")
89
89
  pulumi.set(__self__, "url", url)
90
- if vulnerability_events and not isinstance(vulnerability_events, bool):
91
- raise TypeError("Expected argument 'vulnerability_events' to be a bool")
92
- pulumi.set(__self__, "vulnerability_events", vulnerability_events)
93
90
  if wiki_page_events and not isinstance(wiki_page_events, bool):
94
91
  raise TypeError("Expected argument 'wiki_page_events' to be a bool")
95
92
  pulumi.set(__self__, "wiki_page_events", wiki_page_events)
@@ -255,14 +252,6 @@ class GetProjectHookResult:
255
252
  """
256
253
  return pulumi.get(self, "url")
257
254
 
258
- @_builtins.property
259
- @pulumi.getter(name="vulnerabilityEvents")
260
- def vulnerability_events(self) -> _builtins.bool:
261
- """
262
- Invoke the hook for vulnerability events.
263
- """
264
- return pulumi.get(self, "vulnerability_events")
265
-
266
255
  @_builtins.property
267
256
  @pulumi.getter(name="wikiPageEvents")
268
257
  def wiki_page_events(self) -> _builtins.bool:
@@ -298,7 +287,6 @@ class AwaitableGetProjectHookResult(GetProjectHookResult):
298
287
  tag_push_events=self.tag_push_events,
299
288
  token=self.token,
300
289
  url=self.url,
301
- vulnerability_events=self.vulnerability_events,
302
290
  wiki_page_events=self.wiki_page_events)
303
291
 
304
292
 
@@ -352,7 +340,6 @@ def get_project_hook(hook_id: Optional[_builtins.int] = None,
352
340
  tag_push_events=pulumi.get(__ret__, 'tag_push_events'),
353
341
  token=pulumi.get(__ret__, 'token'),
354
342
  url=pulumi.get(__ret__, 'url'),
355
- vulnerability_events=pulumi.get(__ret__, 'vulnerability_events'),
356
343
  wiki_page_events=pulumi.get(__ret__, 'wiki_page_events'))
357
344
  def get_project_hook_output(hook_id: Optional[pulumi.Input[_builtins.int]] = None,
358
345
  project: Optional[pulumi.Input[_builtins.str]] = None,
@@ -403,5 +390,4 @@ def get_project_hook_output(hook_id: Optional[pulumi.Input[_builtins.int]] = Non
403
390
  tag_push_events=pulumi.get(__response__, 'tag_push_events'),
404
391
  token=pulumi.get(__response__, 'token'),
405
392
  url=pulumi.get(__response__, 'url'),
406
- vulnerability_events=pulumi.get(__response__, 'vulnerability_events'),
407
393
  wiki_page_events=pulumi.get(__response__, 'wiki_page_events')))
@@ -45,7 +45,6 @@ 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,
49
48
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None):
50
49
  """
51
50
  The set of arguments for constructing a GroupHook resource.
@@ -73,7 +72,6 @@ class GroupHookArgs:
73
72
  :param pulumi.Input[_builtins.bool] subgroup_events: Invoke the hook for subgroup events. Defaults to `false`.
74
73
  :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events. Defaults to `false`.
75
74
  :param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
76
- :param pulumi.Input[_builtins.bool] vulnerability_events: Invoke the hook for vulnerability events. Defaults to `false`.
77
75
  :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events. Defaults to `false`.
78
76
  """
79
77
  pulumi.set(__self__, "group", group)
@@ -122,8 +120,6 @@ class GroupHookArgs:
122
120
  pulumi.set(__self__, "tag_push_events", tag_push_events)
123
121
  if token is not None:
124
122
  pulumi.set(__self__, "token", token)
125
- if vulnerability_events is not None:
126
- pulumi.set(__self__, "vulnerability_events", vulnerability_events)
127
123
  if wiki_page_events is not None:
128
124
  pulumi.set(__self__, "wiki_page_events", wiki_page_events)
129
125
 
@@ -415,18 +411,6 @@ class GroupHookArgs:
415
411
  def token(self, value: Optional[pulumi.Input[_builtins.str]]):
416
412
  pulumi.set(self, "token", value)
417
413
 
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
-
430
414
  @_builtins.property
431
415
  @pulumi.getter(name="wikiPageEvents")
432
416
  def wiki_page_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
@@ -469,7 +453,6 @@ class _GroupHookState:
469
453
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
470
454
  token: Optional[pulumi.Input[_builtins.str]] = None,
471
455
  url: Optional[pulumi.Input[_builtins.str]] = None,
472
- vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
473
456
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None):
474
457
  """
475
458
  Input properties used for looking up and filtering GroupHook resources.
@@ -499,7 +482,6 @@ class _GroupHookState:
499
482
  :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events. Defaults to `false`.
500
483
  :param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
501
484
  :param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
502
- :param pulumi.Input[_builtins.bool] vulnerability_events: Invoke the hook for vulnerability events. Defaults to `false`.
503
485
  :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events. Defaults to `false`.
504
486
  """
505
487
  if branch_filter_strategy is not None:
@@ -554,8 +536,6 @@ class _GroupHookState:
554
536
  pulumi.set(__self__, "token", token)
555
537
  if url is not None:
556
538
  pulumi.set(__self__, "url", url)
557
- if vulnerability_events is not None:
558
- pulumi.set(__self__, "vulnerability_events", vulnerability_events)
559
539
  if wiki_page_events is not None:
560
540
  pulumi.set(__self__, "wiki_page_events", wiki_page_events)
561
541
 
@@ -871,18 +851,6 @@ class _GroupHookState:
871
851
  def url(self, value: Optional[pulumi.Input[_builtins.str]]):
872
852
  pulumi.set(self, "url", value)
873
853
 
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
-
886
854
  @_builtins.property
887
855
  @pulumi.getter(name="wikiPageEvents")
888
856
  def wiki_page_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
@@ -926,7 +894,6 @@ class GroupHook(pulumi.CustomResource):
926
894
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
927
895
  token: Optional[pulumi.Input[_builtins.str]] = None,
928
896
  url: Optional[pulumi.Input[_builtins.str]] = None,
929
- vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
930
897
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None,
931
898
  __props__=None):
932
899
  """
@@ -986,7 +953,6 @@ class GroupHook(pulumi.CustomResource):
986
953
  :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events. Defaults to `false`.
987
954
  :param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
988
955
  :param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
989
- :param pulumi.Input[_builtins.bool] vulnerability_events: Invoke the hook for vulnerability events. Defaults to `false`.
990
956
  :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events. Defaults to `false`.
991
957
  """
992
958
  ...
@@ -1065,7 +1031,6 @@ class GroupHook(pulumi.CustomResource):
1065
1031
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
1066
1032
  token: Optional[pulumi.Input[_builtins.str]] = None,
1067
1033
  url: Optional[pulumi.Input[_builtins.str]] = None,
1068
- vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
1069
1034
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None,
1070
1035
  __props__=None):
1071
1036
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -1104,7 +1069,6 @@ class GroupHook(pulumi.CustomResource):
1104
1069
  if url is None and not opts.urn:
1105
1070
  raise TypeError("Missing required property 'url'")
1106
1071
  __props__.__dict__["url"] = url
1107
- __props__.__dict__["vulnerability_events"] = vulnerability_events
1108
1072
  __props__.__dict__["wiki_page_events"] = wiki_page_events
1109
1073
  __props__.__dict__["group_id"] = None
1110
1074
  __props__.__dict__["hook_id"] = None
@@ -1146,7 +1110,6 @@ class GroupHook(pulumi.CustomResource):
1146
1110
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
1147
1111
  token: Optional[pulumi.Input[_builtins.str]] = None,
1148
1112
  url: Optional[pulumi.Input[_builtins.str]] = None,
1149
- vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
1150
1113
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None) -> 'GroupHook':
1151
1114
  """
1152
1115
  Get an existing GroupHook resource's state with the given name, id, and optional extra
@@ -1181,7 +1144,6 @@ class GroupHook(pulumi.CustomResource):
1181
1144
  :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events. Defaults to `false`.
1182
1145
  :param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
1183
1146
  :param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
1184
- :param pulumi.Input[_builtins.bool] vulnerability_events: Invoke the hook for vulnerability events. Defaults to `false`.
1185
1147
  :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events. Defaults to `false`.
1186
1148
  """
1187
1149
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1214,7 +1176,6 @@ class GroupHook(pulumi.CustomResource):
1214
1176
  __props__.__dict__["tag_push_events"] = tag_push_events
1215
1177
  __props__.__dict__["token"] = token
1216
1178
  __props__.__dict__["url"] = url
1217
- __props__.__dict__["vulnerability_events"] = vulnerability_events
1218
1179
  __props__.__dict__["wiki_page_events"] = wiki_page_events
1219
1180
  return GroupHook(resource_name, opts=opts, __props__=__props__)
1220
1181
 
@@ -1426,14 +1387,6 @@ class GroupHook(pulumi.CustomResource):
1426
1387
  """
1427
1388
  return pulumi.get(self, "url")
1428
1389
 
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
-
1437
1390
  @_builtins.property
1438
1391
  @pulumi.getter(name="wikiPageEvents")
1439
1392
  def wiki_page_events(self) -> pulumi.Output[_builtins.bool]:
@@ -351,7 +351,7 @@ class IntegrationEmailsOnPush(pulumi.CustomResource):
351
351
  """
352
352
  The `IntegrationEmailsOnPush` resource manages the lifecycle of a project integration with the Emails on Push Service.
353
353
 
354
- > This resource is deprecated and will be removed in 19.0. Use `ProjectIntegrationEmailsOnPush`instead.
354
+ > This resource is deprecated and will be removed in 19.0. Use `ProjectIntegrationEmailsOnPush`instead!
355
355
 
356
356
  **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#emails-on-push)
357
357
 
@@ -361,7 +361,6 @@ class IntegrationEmailsOnPush(pulumi.CustomResource):
361
361
  import pulumi
362
362
  import pulumi_gitlab as gitlab
363
363
 
364
- # This resource is deprecated and will be removed in version 19.0. Use gitlab_project_integration_emails_on_push instead.
365
364
  awesome_project = gitlab.Project("awesome_project",
366
365
  name="awesome_project",
367
366
  description="My awesome project.",
@@ -412,7 +411,7 @@ class IntegrationEmailsOnPush(pulumi.CustomResource):
412
411
  """
413
412
  The `IntegrationEmailsOnPush` resource manages the lifecycle of a project integration with the Emails on Push Service.
414
413
 
415
- > This resource is deprecated and will be removed in 19.0. Use `ProjectIntegrationEmailsOnPush`instead.
414
+ > This resource is deprecated and will be removed in 19.0. Use `ProjectIntegrationEmailsOnPush`instead!
416
415
 
417
416
  **Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/project_integrations/#emails-on-push)
418
417
 
@@ -422,7 +421,6 @@ class IntegrationEmailsOnPush(pulumi.CustomResource):
422
421
  import pulumi
423
422
  import pulumi_gitlab as gitlab
424
423
 
425
- # This resource is deprecated and will be removed in version 19.0. Use gitlab_project_integration_emails_on_push instead.
426
424
  awesome_project = gitlab.Project("awesome_project",
427
425
  name="awesome_project",
428
426
  description="My awesome project.",
@@ -571,7 +569,7 @@ class IntegrationEmailsOnPush(pulumi.CustomResource):
571
569
 
572
570
  @_builtins.property
573
571
  @pulumi.getter(name="branchesToBeNotified")
574
- def branches_to_be_notified(self) -> pulumi.Output[_builtins.str]:
572
+ def branches_to_be_notified(self) -> pulumi.Output[Optional[_builtins.str]]:
575
573
  """
576
574
  Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes.
577
575
  """
@@ -587,7 +585,7 @@ class IntegrationEmailsOnPush(pulumi.CustomResource):
587
585
 
588
586
  @_builtins.property
589
587
  @pulumi.getter(name="disableDiffs")
590
- def disable_diffs(self) -> pulumi.Output[_builtins.bool]:
588
+ def disable_diffs(self) -> pulumi.Output[Optional[_builtins.bool]]:
591
589
  """
592
590
  Disable code diffs.
593
591
  """
@@ -603,7 +601,7 @@ class IntegrationEmailsOnPush(pulumi.CustomResource):
603
601
 
604
602
  @_builtins.property
605
603
  @pulumi.getter(name="pushEvents")
606
- def push_events(self) -> pulumi.Output[_builtins.bool]:
604
+ def push_events(self) -> pulumi.Output[Optional[_builtins.bool]]:
607
605
  """
608
606
  Enable notifications for push events.
609
607
  """
@@ -619,7 +617,7 @@ class IntegrationEmailsOnPush(pulumi.CustomResource):
619
617
 
620
618
  @_builtins.property
621
619
  @pulumi.getter(name="sendFromCommitterEmail")
622
- def send_from_committer_email(self) -> pulumi.Output[_builtins.bool]:
620
+ def send_from_committer_email(self) -> pulumi.Output[Optional[_builtins.bool]]:
623
621
  """
624
622
  Send from committer.
625
623
  """
@@ -635,7 +633,7 @@ class IntegrationEmailsOnPush(pulumi.CustomResource):
635
633
 
636
634
  @_builtins.property
637
635
  @pulumi.getter(name="tagPushEvents")
638
- def tag_push_events(self) -> pulumi.Output[_builtins.bool]:
636
+ def tag_push_events(self) -> pulumi.Output[Optional[_builtins.bool]]:
639
637
  """
640
638
  Enable notifications for tag push events.
641
639
  """
pulumi_gitlab/outputs.py CHANGED
@@ -3632,7 +3632,6 @@ class GetGroupHooksHookResult(dict):
3632
3632
  tag_push_events: _builtins.bool,
3633
3633
  token: _builtins.str,
3634
3634
  url: _builtins.str,
3635
- vulnerability_events: _builtins.bool,
3636
3635
  wiki_page_events: _builtins.bool):
3637
3636
  """
3638
3637
  :param _builtins.bool confidential_issues_events: Invoke the hook for confidential issues events.
@@ -3656,7 +3655,6 @@ class GetGroupHooksHookResult(dict):
3656
3655
  :param _builtins.bool tag_push_events: Invoke the hook for tag push events.
3657
3656
  :param _builtins.str token: A token to present when invoking the hook. The token is only available on resource creation, not in this datasource. It will always be blank. To be removed in 19.0.
3658
3657
  :param _builtins.str url: The url of the hook to invoke.
3659
- :param _builtins.bool vulnerability_events: Invoke the hook for vulnerability events.
3660
3658
  :param _builtins.bool wiki_page_events: Invoke the hook for wiki page events.
3661
3659
  """
3662
3660
  pulumi.set(__self__, "confidential_issues_events", confidential_issues_events)
@@ -3680,7 +3678,6 @@ class GetGroupHooksHookResult(dict):
3680
3678
  pulumi.set(__self__, "tag_push_events", tag_push_events)
3681
3679
  pulumi.set(__self__, "token", token)
3682
3680
  pulumi.set(__self__, "url", url)
3683
- pulumi.set(__self__, "vulnerability_events", vulnerability_events)
3684
3681
  pulumi.set(__self__, "wiki_page_events", wiki_page_events)
3685
3682
 
3686
3683
  @_builtins.property
@@ -3852,14 +3849,6 @@ class GetGroupHooksHookResult(dict):
3852
3849
  """
3853
3850
  return pulumi.get(self, "url")
3854
3851
 
3855
- @_builtins.property
3856
- @pulumi.getter(name="vulnerabilityEvents")
3857
- def vulnerability_events(self) -> _builtins.bool:
3858
- """
3859
- Invoke the hook for vulnerability events.
3860
- """
3861
- return pulumi.get(self, "vulnerability_events")
3862
-
3863
3852
  @_builtins.property
3864
3853
  @pulumi.getter(name="wikiPageEvents")
3865
3854
  def wiki_page_events(self) -> _builtins.bool:
@@ -6373,7 +6362,6 @@ class GetProjectHooksHookResult(dict):
6373
6362
  tag_push_events: _builtins.bool,
6374
6363
  token: _builtins.str,
6375
6364
  url: _builtins.str,
6376
- vulnerability_events: _builtins.bool,
6377
6365
  wiki_page_events: _builtins.bool):
6378
6366
  """
6379
6367
  :param _builtins.bool confidential_issues_events: Invoke the hook for confidential issues events.
@@ -6395,7 +6383,6 @@ class GetProjectHooksHookResult(dict):
6395
6383
  :param _builtins.bool tag_push_events: Invoke the hook for tag push events.
6396
6384
  :param _builtins.str token: A token to present when invoking the hook. The token is only available on resource creation, not in this datasource. It will always be blank. Will be removed in 19.0.
6397
6385
  :param _builtins.str url: The url of the hook to invoke.
6398
- :param _builtins.bool vulnerability_events: Invoke the hook for vulnerability events.
6399
6386
  :param _builtins.bool wiki_page_events: Invoke the hook for wiki page events.
6400
6387
  """
6401
6388
  pulumi.set(__self__, "confidential_issues_events", confidential_issues_events)
@@ -6417,7 +6404,6 @@ class GetProjectHooksHookResult(dict):
6417
6404
  pulumi.set(__self__, "tag_push_events", tag_push_events)
6418
6405
  pulumi.set(__self__, "token", token)
6419
6406
  pulumi.set(__self__, "url", url)
6420
- pulumi.set(__self__, "vulnerability_events", vulnerability_events)
6421
6407
  pulumi.set(__self__, "wiki_page_events", wiki_page_events)
6422
6408
 
6423
6409
  @_builtins.property
@@ -6573,14 +6559,6 @@ class GetProjectHooksHookResult(dict):
6573
6559
  """
6574
6560
  return pulumi.get(self, "url")
6575
6561
 
6576
- @_builtins.property
6577
- @pulumi.getter(name="vulnerabilityEvents")
6578
- def vulnerability_events(self) -> _builtins.bool:
6579
- """
6580
- Invoke the hook for vulnerability events.
6581
- """
6582
- return pulumi.get(self, "vulnerability_events")
6583
-
6584
6562
  @_builtins.property
6585
6563
  @pulumi.getter(name="wikiPageEvents")
6586
6564
  def wiki_page_events(self) -> _builtins.bool:
@@ -42,7 +42,6 @@ class ProjectHookArgs:
42
42
  resource_access_token_events: Optional[pulumi.Input[_builtins.bool]] = None,
43
43
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
44
44
  token: Optional[pulumi.Input[_builtins.str]] = None,
45
- vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
46
45
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None):
47
46
  """
48
47
  The set of arguments for constructing a ProjectHook resource.
@@ -67,7 +66,6 @@ class ProjectHookArgs:
67
66
  :param pulumi.Input[_builtins.bool] resource_access_token_events: Invoke the hook for project access token expiry events. Defaults to `false`.
68
67
  :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events. Defaults to `false`.
69
68
  :param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
70
- :param pulumi.Input[_builtins.bool] vulnerability_events: Invoke the hook for vulnerability events. Defaults to `false`.
71
69
  :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events. Defaults to `false`.
72
70
  """
73
71
  pulumi.set(__self__, "project", project)
@@ -110,8 +108,6 @@ class ProjectHookArgs:
110
108
  pulumi.set(__self__, "tag_push_events", tag_push_events)
111
109
  if token is not None:
112
110
  pulumi.set(__self__, "token", token)
113
- if vulnerability_events is not None:
114
- pulumi.set(__self__, "vulnerability_events", vulnerability_events)
115
111
  if wiki_page_events is not None:
116
112
  pulumi.set(__self__, "wiki_page_events", wiki_page_events)
117
113
 
@@ -367,18 +363,6 @@ class ProjectHookArgs:
367
363
  def token(self, value: Optional[pulumi.Input[_builtins.str]]):
368
364
  pulumi.set(self, "token", value)
369
365
 
370
- @_builtins.property
371
- @pulumi.getter(name="vulnerabilityEvents")
372
- def vulnerability_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
373
- """
374
- Invoke the hook for vulnerability events. Defaults to `false`.
375
- """
376
- return pulumi.get(self, "vulnerability_events")
377
-
378
- @vulnerability_events.setter
379
- def vulnerability_events(self, value: Optional[pulumi.Input[_builtins.bool]]):
380
- pulumi.set(self, "vulnerability_events", value)
381
-
382
366
  @_builtins.property
383
367
  @pulumi.getter(name="wikiPageEvents")
384
368
  def wiki_page_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
@@ -418,7 +402,6 @@ class _ProjectHookState:
418
402
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
419
403
  token: Optional[pulumi.Input[_builtins.str]] = None,
420
404
  url: Optional[pulumi.Input[_builtins.str]] = None,
421
- vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
422
405
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None):
423
406
  """
424
407
  Input properties used for looking up and filtering ProjectHook resources.
@@ -445,7 +428,6 @@ class _ProjectHookState:
445
428
  :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events. Defaults to `false`.
446
429
  :param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
447
430
  :param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
448
- :param pulumi.Input[_builtins.bool] vulnerability_events: Invoke the hook for vulnerability events. Defaults to `false`.
449
431
  :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events. Defaults to `false`.
450
432
  """
451
433
  if confidential_issues_events is not None:
@@ -494,8 +476,6 @@ class _ProjectHookState:
494
476
  pulumi.set(__self__, "token", token)
495
477
  if url is not None:
496
478
  pulumi.set(__self__, "url", url)
497
- if vulnerability_events is not None:
498
- pulumi.set(__self__, "vulnerability_events", vulnerability_events)
499
479
  if wiki_page_events is not None:
500
480
  pulumi.set(__self__, "wiki_page_events", wiki_page_events)
501
481
 
@@ -775,18 +755,6 @@ class _ProjectHookState:
775
755
  def url(self, value: Optional[pulumi.Input[_builtins.str]]):
776
756
  pulumi.set(self, "url", value)
777
757
 
778
- @_builtins.property
779
- @pulumi.getter(name="vulnerabilityEvents")
780
- def vulnerability_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
781
- """
782
- Invoke the hook for vulnerability events. Defaults to `false`.
783
- """
784
- return pulumi.get(self, "vulnerability_events")
785
-
786
- @vulnerability_events.setter
787
- def vulnerability_events(self, value: Optional[pulumi.Input[_builtins.bool]]):
788
- pulumi.set(self, "vulnerability_events", value)
789
-
790
758
  @_builtins.property
791
759
  @pulumi.getter(name="wikiPageEvents")
792
760
  def wiki_page_events(self) -> Optional[pulumi.Input[_builtins.bool]]:
@@ -827,7 +795,6 @@ class ProjectHook(pulumi.CustomResource):
827
795
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
828
796
  token: Optional[pulumi.Input[_builtins.str]] = None,
829
797
  url: Optional[pulumi.Input[_builtins.str]] = None,
830
- vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
831
798
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None,
832
799
  __props__=None):
833
800
  """
@@ -915,7 +882,6 @@ class ProjectHook(pulumi.CustomResource):
915
882
  :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events. Defaults to `false`.
916
883
  :param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
917
884
  :param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
918
- :param pulumi.Input[_builtins.bool] vulnerability_events: Invoke the hook for vulnerability events. Defaults to `false`.
919
885
  :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events. Defaults to `false`.
920
886
  """
921
887
  ...
@@ -1022,7 +988,6 @@ class ProjectHook(pulumi.CustomResource):
1022
988
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
1023
989
  token: Optional[pulumi.Input[_builtins.str]] = None,
1024
990
  url: Optional[pulumi.Input[_builtins.str]] = None,
1025
- vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
1026
991
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None,
1027
992
  __props__=None):
1028
993
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -1058,7 +1023,6 @@ class ProjectHook(pulumi.CustomResource):
1058
1023
  if url is None and not opts.urn:
1059
1024
  raise TypeError("Missing required property 'url'")
1060
1025
  __props__.__dict__["url"] = url
1061
- __props__.__dict__["vulnerability_events"] = vulnerability_events
1062
1026
  __props__.__dict__["wiki_page_events"] = wiki_page_events
1063
1027
  __props__.__dict__["hook_id"] = None
1064
1028
  __props__.__dict__["project_id"] = None
@@ -1097,7 +1061,6 @@ class ProjectHook(pulumi.CustomResource):
1097
1061
  tag_push_events: Optional[pulumi.Input[_builtins.bool]] = None,
1098
1062
  token: Optional[pulumi.Input[_builtins.str]] = None,
1099
1063
  url: Optional[pulumi.Input[_builtins.str]] = None,
1100
- vulnerability_events: Optional[pulumi.Input[_builtins.bool]] = None,
1101
1064
  wiki_page_events: Optional[pulumi.Input[_builtins.bool]] = None) -> 'ProjectHook':
1102
1065
  """
1103
1066
  Get an existing ProjectHook resource's state with the given name, id, and optional extra
@@ -1129,7 +1092,6 @@ class ProjectHook(pulumi.CustomResource):
1129
1092
  :param pulumi.Input[_builtins.bool] tag_push_events: Invoke the hook for tag push events. Defaults to `false`.
1130
1093
  :param pulumi.Input[_builtins.str] token: A token to present when invoking the hook. The token is not available for imported resources.
1131
1094
  :param pulumi.Input[_builtins.str] url: The url of the hook to invoke. Forces re-creation to preserve `token`.
1132
- :param pulumi.Input[_builtins.bool] vulnerability_events: Invoke the hook for vulnerability events. Defaults to `false`.
1133
1095
  :param pulumi.Input[_builtins.bool] wiki_page_events: Invoke the hook for wiki page events. Defaults to `false`.
1134
1096
  """
1135
1097
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -1159,7 +1121,6 @@ class ProjectHook(pulumi.CustomResource):
1159
1121
  __props__.__dict__["tag_push_events"] = tag_push_events
1160
1122
  __props__.__dict__["token"] = token
1161
1123
  __props__.__dict__["url"] = url
1162
- __props__.__dict__["vulnerability_events"] = vulnerability_events
1163
1124
  __props__.__dict__["wiki_page_events"] = wiki_page_events
1164
1125
  return ProjectHook(resource_name, opts=opts, __props__=__props__)
1165
1126
 
@@ -1347,14 +1308,6 @@ class ProjectHook(pulumi.CustomResource):
1347
1308
  """
1348
1309
  return pulumi.get(self, "url")
1349
1310
 
1350
- @_builtins.property
1351
- @pulumi.getter(name="vulnerabilityEvents")
1352
- def vulnerability_events(self) -> pulumi.Output[_builtins.bool]:
1353
- """
1354
- Invoke the hook for vulnerability events. Defaults to `false`.
1355
- """
1356
- return pulumi.get(self, "vulnerability_events")
1357
-
1358
1311
  @_builtins.property
1359
1312
  @pulumi.getter(name="wikiPageEvents")
1360
1313
  def wiki_page_events(self) -> pulumi.Output[_builtins.bool]:
@@ -365,12 +365,7 @@ class ProjectIntegrationEmailsOnPush(pulumi.CustomResource):
365
365
  visibility_level="public")
366
366
  emails = gitlab.ProjectIntegrationEmailsOnPush("emails",
367
367
  project=awesome_project.id,
368
- recipients="myrecipient@example.com myotherrecipient@example.com",
369
- disable_diffs=False,
370
- send_from_committer_email=False,
371
- push_events=True,
372
- tag_push_events=True,
373
- branches_to_be_notified="all")
368
+ recipients="myrecipient@example.com myotherrecipient@example.com")
374
369
  ```
375
370
 
376
371
  ## Import
@@ -428,12 +423,7 @@ class ProjectIntegrationEmailsOnPush(pulumi.CustomResource):
428
423
  visibility_level="public")
429
424
  emails = gitlab.ProjectIntegrationEmailsOnPush("emails",
430
425
  project=awesome_project.id,
431
- recipients="myrecipient@example.com myotherrecipient@example.com",
432
- disable_diffs=False,
433
- send_from_committer_email=False,
434
- push_events=True,
435
- tag_push_events=True,
436
- branches_to_be_notified="all")
426
+ recipients="myrecipient@example.com myotherrecipient@example.com")
437
427
  ```
438
428
 
439
429
  ## Import
@@ -575,7 +565,7 @@ class ProjectIntegrationEmailsOnPush(pulumi.CustomResource):
575
565
 
576
566
  @_builtins.property
577
567
  @pulumi.getter(name="branchesToBeNotified")
578
- def branches_to_be_notified(self) -> pulumi.Output[_builtins.str]:
568
+ def branches_to_be_notified(self) -> pulumi.Output[Optional[_builtins.str]]:
579
569
  """
580
570
  Branches to send notifications for. Valid options are `all`, `default`, `protected`, `default_and_protected`. Notifications are always fired for tag pushes.
581
571
  """
@@ -591,7 +581,7 @@ class ProjectIntegrationEmailsOnPush(pulumi.CustomResource):
591
581
 
592
582
  @_builtins.property
593
583
  @pulumi.getter(name="disableDiffs")
594
- def disable_diffs(self) -> pulumi.Output[_builtins.bool]:
584
+ def disable_diffs(self) -> pulumi.Output[Optional[_builtins.bool]]:
595
585
  """
596
586
  Disable code diffs.
597
587
  """
@@ -607,7 +597,7 @@ class ProjectIntegrationEmailsOnPush(pulumi.CustomResource):
607
597
 
608
598
  @_builtins.property
609
599
  @pulumi.getter(name="pushEvents")
610
- def push_events(self) -> pulumi.Output[_builtins.bool]:
600
+ def push_events(self) -> pulumi.Output[Optional[_builtins.bool]]:
611
601
  """
612
602
  Enable notifications for push events.
613
603
  """
@@ -623,7 +613,7 @@ class ProjectIntegrationEmailsOnPush(pulumi.CustomResource):
623
613
 
624
614
  @_builtins.property
625
615
  @pulumi.getter(name="sendFromCommitterEmail")
626
- def send_from_committer_email(self) -> pulumi.Output[_builtins.bool]:
616
+ def send_from_committer_email(self) -> pulumi.Output[Optional[_builtins.bool]]:
627
617
  """
628
618
  Send from committer.
629
619
  """
@@ -639,7 +629,7 @@ class ProjectIntegrationEmailsOnPush(pulumi.CustomResource):
639
629
 
640
630
  @_builtins.property
641
631
  @pulumi.getter(name="tagPushEvents")
642
- def tag_push_events(self) -> pulumi.Output[_builtins.bool]:
632
+ def tag_push_events(self) -> pulumi.Output[Optional[_builtins.bool]]:
643
633
  """
644
634
  Enable notifications for tag push events.
645
635
  """
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gitlab",
4
- "version": "9.8.1"
4
+ "version": "9.9.0-alpha.1768542389"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_gitlab
3
- Version: 9.8.1
3
+ Version: 9.9.0a1768542389
4
4
  Summary: A Pulumi package for creating and managing GitLab resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -22,7 +22,7 @@ pulumi_gitlab/get_current_user.py,sha256=bViEaUXlbt63mH5IjGNKHAsifCm29P5QiM24xaU
22
22
  pulumi_gitlab/get_group.py,sha256=XrnaVL0aDidOMVTaHkI1Lc62Umojf9jeHy85j-D_U4c,17701
23
23
  pulumi_gitlab/get_group_access_tokens.py,sha256=3ARMgU0EDOk8_9NcBzcq18jKvKGCIvFki_nR6gRKCv8,4651
24
24
  pulumi_gitlab/get_group_billable_member_memberships.py,sha256=jeuM7xK0eexFbosqsGZdB-yBay0P3u6_E-1rqWyoVOA,6804
25
- pulumi_gitlab/get_group_hook.py,sha256=Vln2cyMq1JVOBXHxbsMYqyatymPP-skDJTmFxVKw2M4,18649
25
+ pulumi_gitlab/get_group_hook.py,sha256=_VRGMtzUhrrhZABpg4kh09zOWDXUzIsYUpjgQ1B1Fsc,17913
26
26
  pulumi_gitlab/get_group_hooks.py,sha256=nP98eVH04CkUP1kyp66Wi3SIq3W55PLTjh7PbeKRjKE,4097
27
27
  pulumi_gitlab/get_group_ids.py,sha256=00AwhFanqKDX5EglZHzaEDvdAMp5Ld7pxsvLwIQkEaQ,6351
28
28
  pulumi_gitlab/get_group_membership.py,sha256=QjNW2Jnh4FafMLS3v7omYep9e1Q0cEUmXudLiPp1Now,7676
@@ -47,7 +47,7 @@ pulumi_gitlab/get_project_access_tokens.py,sha256=dZqQOdQN_qx1zwVqgEVBSAT5q_472r
47
47
  pulumi_gitlab/get_project_approval_rules.py,sha256=tMXq5S_pK7MSJsRNTV6vVhN2wwSPhyl_XdcsjCx5Zis,6002
48
48
  pulumi_gitlab/get_project_branches.py,sha256=rYkIWuK26IF2VhIwpOSd1syjYiLbHXPdPYQYM3bBYU8,4473
49
49
  pulumi_gitlab/get_project_environments.py,sha256=_OceJyjkKpn2nseAn2d0ZO4Y0XukjccNsizZEBGMpUs,8301
50
- pulumi_gitlab/get_project_hook.py,sha256=3A-RI-XmVPI1jzGUwdJbfLColH0FkF0yCdbw4WqLOp8,18016
50
+ pulumi_gitlab/get_project_hook.py,sha256=hp4VLWrvby4VSNaZDQX2SP-3rHeMFYkprFKH9CYfvv4,17280
51
51
  pulumi_gitlab/get_project_hooks.py,sha256=lc878gqd34e1Y5D1ATy9_93OcGC9w99jNZuQa90ySBU,4609
52
52
  pulumi_gitlab/get_project_ids.py,sha256=NJ0nKGlZMpU0L8SSZT3cZnb9kpDj3-tX0P8FvCGr_1c,6413
53
53
  pulumi_gitlab/get_project_issue.py,sha256=3mpqGTfUUf0QEG0udnql46pV4T0Axxp0cPAA-Wmtc2I,28756
@@ -88,7 +88,7 @@ pulumi_gitlab/group_custom_attribute.py,sha256=Fbfs2YjyORYk5BhBkDqmvhSMkfLGfKDXg
88
88
  pulumi_gitlab/group_dependency_proxy.py,sha256=D3pmyCKDUUZrwV0UfSRf3B_8stlH9SN9gXp199LiKMg,16889
89
89
  pulumi_gitlab/group_deploy_token.py,sha256=i5Zk1Go9tWQKF3JTkxMipP1OnFxMRxJSWKpIk6JayhQ,25579
90
90
  pulumi_gitlab/group_epic_board.py,sha256=VXlQuenFczYFToWTj1szmYkdSXss79p_ULqzLxhlc6w,13384
91
- pulumi_gitlab/group_hook.py,sha256=qt3cozLBcm2zyK1J-HlCRvUQePy5ch0J_AVCndJzRjs,70358
91
+ pulumi_gitlab/group_hook.py,sha256=R_7Sdlp4njPwrMjl1hN3fVGspdvduDh9PT6EJoMCnpM,67777
92
92
  pulumi_gitlab/group_issue_board.py,sha256=rW8CE1JTljj--nLgwgLoG955nmm-bGnrRogxetT6mmA,16554
93
93
  pulumi_gitlab/group_label.py,sha256=RqSDyK-0olrP3gFt3mmVvB5ERCI453la-bwkZn75jMY,17898
94
94
  pulumi_gitlab/group_ldap_link.py,sha256=R-IiorP7cIydTFTT2t1VUBil-fz5PdEf0r3w_clGMro,26664
@@ -106,7 +106,7 @@ pulumi_gitlab/instance_cluster.py,sha256=R9yIDusyqTYSfjhGoQuireednDPDZOewyFocqdJ
106
106
  pulumi_gitlab/instance_service_account.py,sha256=sC4Ox4bt2WkNNF59wMT49z7Nu3Dv5TsMllgn3vyU8bI,17127
107
107
  pulumi_gitlab/instance_variable.py,sha256=488J1JjxE__x86n6I6bspY6CQi6i6gvDQL9ZlTtbqoc,22319
108
108
  pulumi_gitlab/integration_custom_issue_tracker.py,sha256=73Zhuz1bO5PNWql_Rx3iglS8whxwPAqZwztdvIdeqU4,19226
109
- pulumi_gitlab/integration_emails_on_push.py,sha256=CY_EW60meOrO-DVXCskAucl_Lm6WejLvnaODtcvNr2g,29748
109
+ pulumi_gitlab/integration_emails_on_push.py,sha256=rjK8oIxFm6SGDSharb_r--W96BQhkTa8xWLDFXG4JzE,29538
110
110
  pulumi_gitlab/integration_external_wiki.py,sha256=XG4xLgtJVALMJNl42vBLnL1qotH3w5Qv88YQYQQfi4s,17464
111
111
  pulumi_gitlab/integration_github.py,sha256=6SXZWy-wus9CKnTuXfMUMxZrlgpuEEwG7RZnCoygj0Q,20473
112
112
  pulumi_gitlab/integration_harbor.py,sha256=ydbcExzBVmTWaGz2AmjLVp17eyyeRJf26lqSDQpF7aA,22660
@@ -120,7 +120,7 @@ pulumi_gitlab/integration_slack.py,sha256=-D_4aaoSleCEK4qI99XWuWzeh2QpAOQM-Ewq9Z
120
120
  pulumi_gitlab/integration_telegram.py,sha256=wLKXDVepFB45HgeyCHsyS484jzhVz50ud7qHz1arzjI,41348
121
121
  pulumi_gitlab/label.py,sha256=JcFf0z4ek_ZdX2F508mRbPmRfXvXJN_OIADbgiEUYto,16366
122
122
  pulumi_gitlab/member_role.py,sha256=GRzgL3QmtVODXo4-RS50d-jyRePxQalthMIYYWTfhOY,27402
123
- pulumi_gitlab/outputs.py,sha256=Yi5rVvh0y__bZ9P0k8nNzTNCbih7IwoZycDBteTOsNA,474339
123
+ pulumi_gitlab/outputs.py,sha256=CSwoSTxn9Uzxk9B-NFly3189yH0AtWIB0BXWbfNept0,473379
124
124
  pulumi_gitlab/pages_domain.py,sha256=zrf6GcOcMDfzld1R-6v_nd_gfpLrjXvI_IMi0moNTxo,22937
125
125
  pulumi_gitlab/personal_access_token.py,sha256=Y70b9bxV5Q8mxJrI3DRYNkca1O1SJWa0DEeVIjcL_OM,32593
126
126
  pulumi_gitlab/pipeline_schedule.py,sha256=UcqpiWKBXWbDm491woCUjIEm_TcRg48Ihh93x8qHgNg,22808
@@ -139,9 +139,9 @@ pulumi_gitlab/project_deploy_token.py,sha256=gsjwwVFLMsa-hjnr6p07GmgmVGC35a_jwLy
139
139
  pulumi_gitlab/project_environment.py,sha256=B1fx3lHPUohxkn1fgsr1TW0iDirCh_bfuZNEyhHLTqI,37495
140
140
  pulumi_gitlab/project_external_status_check.py,sha256=JFBXrmqCjLd2WzHtz5iCZhg-bVIODL_8yU09Xjc11LM,20690
141
141
  pulumi_gitlab/project_freeze_period.py,sha256=QEw2FMam93mutlvGDR7DYUrNO_4ZJih5aRGlFtbzBn8,15038
142
- pulumi_gitlab/project_hook.py,sha256=1XC_MLgxZtEIJvt7L8S5pbNGsEz9FNt3-lgll2oJLj0,65728
142
+ pulumi_gitlab/project_hook.py,sha256=IEPxBGyHO15VE1YV0Id2Lip_QKVZyHbIRcvyvSc1oxM,63147
143
143
  pulumi_gitlab/project_integration_custom_issue_tracker.py,sha256=qZGs8NRs53KeWTB-hBqBEJDBu7RAmzi3absOO9Musxo,19246
144
- pulumi_gitlab/project_integration_emails_on_push.py,sha256=sewMFe5-fHl-Xl8Vdu4TtNJ7BMyRw9h728t5zkXUbr4,29890
144
+ pulumi_gitlab/project_integration_emails_on_push.py,sha256=nOjc6moUHWV0GARBdw2gnc0Ch2_JcSB-OzeaMeZXH3Q,29570
145
145
  pulumi_gitlab/project_integration_external_wiki.py,sha256=RWRxGVpxFnejDObzwoWIzviKdDkysVBBo_sGZZDDFY8,17496
146
146
  pulumi_gitlab/project_integration_github.py,sha256=YIxxokn3zP1E1K8_xk01f9TFzrJ1P7W3gID6RXB9mPw,20543
147
147
  pulumi_gitlab/project_integration_harbor.py,sha256=liyycpoeKYFnqmui8VS9kFN4kGWhZpGcrRdjAojMwwU,22394
@@ -180,7 +180,7 @@ pulumi_gitlab/project_target_branch_rule.py,sha256=pqtvi-K1mgd8CDNCSGkEjoc2ukKnE
180
180
  pulumi_gitlab/project_variable.py,sha256=WIv9WN6OhKb8bOAODh9GreL-Pvk_UtdDq6gPwJ1t1ic,29672
181
181
  pulumi_gitlab/project_wiki_page.py,sha256=_uJ0vbZO0P5pVp3xuvnBYBZYfZUY0KX6hnvHK5motfU,16558
182
182
  pulumi_gitlab/provider.py,sha256=xszx1fRkM7_uck9iIfo2dNGa2JkXWThqRXi1wHsYtjY,23257
183
- pulumi_gitlab/pulumi-plugin.json,sha256=PUkDWYpPmNOK-VArX8xx-7473rpmTHuuuu2fZ8wP_r0,65
183
+ pulumi_gitlab/pulumi-plugin.json,sha256=91CcA3PKt_fNCG2yJXTvaWUx5mFMWuGXI2u3XghdHCg,82
184
184
  pulumi_gitlab/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
185
185
  pulumi_gitlab/release.py,sha256=nl-zDbU9uBrgSal-Q_hmgvucLEdRdVwzQaHznkzG064,36331
186
186
  pulumi_gitlab/release_link.py,sha256=EjboeRdN6IM2LYb_BWljjHX-cBBfGdzQRI53hiYxLO0,23326
@@ -201,7 +201,7 @@ pulumi_gitlab/value_stream_analytics.py,sha256=qajoNI2VIT6EgVAN-V0YAMShve-D6jDQf
201
201
  pulumi_gitlab/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
202
202
  pulumi_gitlab/config/__init__.pyi,sha256=ZtEaCpKCo4BZor-bBsDtf4j3yl7ym84dqhkIy_Keuvs,2671
203
203
  pulumi_gitlab/config/vars.py,sha256=Rf2oVEIYf4vSaqK-7RmfAixxpaGEhQG9kXIeSCfIuJc,4073
204
- pulumi_gitlab-9.8.1.dist-info/METADATA,sha256=DD0A0fQwAmiDR-UjoipHv0XvFU8wzFZ_IRj47F5aXW0,3436
205
- pulumi_gitlab-9.8.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
206
- pulumi_gitlab-9.8.1.dist-info/top_level.txt,sha256=fl4bklikEmbp3mE-JWfvC3JROXPLQGxFaJd_j_qmjgE,14
207
- pulumi_gitlab-9.8.1.dist-info/RECORD,,
204
+ pulumi_gitlab-9.9.0a1768542389.dist-info/METADATA,sha256=A_YsYtSWY-FnQ-JsJCXro3NwJ9p3rsJ0lIJImoSWmYU,3447
205
+ pulumi_gitlab-9.9.0a1768542389.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
206
+ pulumi_gitlab-9.9.0a1768542389.dist-info/top_level.txt,sha256=fl4bklikEmbp3mE-JWfvC3JROXPLQGxFaJd_j_qmjgE,14
207
+ pulumi_gitlab-9.9.0a1768542389.dist-info/RECORD,,