pulumi-harness 0.9.0a1759531130__py3-none-any.whl → 0.9.0a1759903665__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.

Potentially problematic release.


This version of pulumi-harness might be problematic. Click here for more details.

@@ -1056,6 +1056,14 @@ _utilities.register(
1056
1056
  "harness:platform/pipeline:Pipeline": "Pipeline"
1057
1057
  }
1058
1058
  },
1059
+ {
1060
+ "pkg": "harness",
1061
+ "mod": "platform/pipelineCentralNotificationRule",
1062
+ "fqn": "pulumi_harness.platform",
1063
+ "classes": {
1064
+ "harness:platform/pipelineCentralNotificationRule:PipelineCentralNotificationRule": "PipelineCentralNotificationRule"
1065
+ }
1066
+ },
1059
1067
  {
1060
1068
  "pkg": "harness",
1061
1069
  "mod": "platform/pipelineFilters",
@@ -131,6 +131,7 @@ from .get_overrides import *
131
131
  from .get_pagerduty_connector import *
132
132
  from .get_permissions import *
133
133
  from .get_pipeline import *
134
+ from .get_pipeline_central_notification_rule import *
134
135
  from .get_pipeline_filters import *
135
136
  from .get_pipeline_list import *
136
137
  from .get_policy import *
@@ -205,6 +206,7 @@ from .organization import *
205
206
  from .overrides import *
206
207
  from .pagerduty_connector import *
207
208
  from .pipeline import *
209
+ from .pipeline_central_notification_rule import *
208
210
  from .pipeline_filters import *
209
211
  from .policy import *
210
212
  from .policy_set import *
@@ -75,6 +75,8 @@ __all__ = [
75
75
  'AzureCloudProviderConnectorCredentialsAzureManualDetailsAuthAzureClientKeyCertArgsDict',
76
76
  'AzureCloudProviderConnectorCredentialsAzureManualDetailsAuthAzureClientSecretKeyArgs',
77
77
  'AzureCloudProviderConnectorCredentialsAzureManualDetailsAuthAzureClientSecretKeyArgsDict',
78
+ 'AzureCloudProviderConnectorCredentialsAzureOidcSpecArgs',
79
+ 'AzureCloudProviderConnectorCredentialsAzureOidcSpecArgsDict',
78
80
  'BitbucketConnectorApiAuthenticationArgs',
79
81
  'BitbucketConnectorApiAuthenticationArgsDict',
80
82
  'BitbucketConnectorCredentialsArgs',
@@ -3141,6 +3143,16 @@ __all__ = [
3141
3143
  'OciHelmConnectorCredentialsArgsDict',
3142
3144
  'OverridesGitDetailsArgs',
3143
3145
  'OverridesGitDetailsArgsDict',
3146
+ 'PipelineCentralNotificationRuleCustomNotificationTemplateRefArgs',
3147
+ 'PipelineCentralNotificationRuleCustomNotificationTemplateRefArgsDict',
3148
+ 'PipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgs',
3149
+ 'PipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgsDict',
3150
+ 'PipelineCentralNotificationRuleNotificationConditionArgs',
3151
+ 'PipelineCentralNotificationRuleNotificationConditionArgsDict',
3152
+ 'PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgs',
3153
+ 'PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgsDict',
3154
+ 'PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgs',
3155
+ 'PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgsDict',
3144
3156
  'PipelineFiltersFilterPropertiesArgs',
3145
3157
  'PipelineFiltersFilterPropertiesArgsDict',
3146
3158
  'PipelineFiltersFilterPropertiesModulePropertiesArgs',
@@ -3309,6 +3321,16 @@ __all__ = [
3309
3321
  'GetInputSetGitDetailsArgsDict',
3310
3322
  'GetOverridesGitDetailsArgs',
3311
3323
  'GetOverridesGitDetailsArgsDict',
3324
+ 'GetPipelineCentralNotificationRuleCustomNotificationTemplateRefArgs',
3325
+ 'GetPipelineCentralNotificationRuleCustomNotificationTemplateRefArgsDict',
3326
+ 'GetPipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgs',
3327
+ 'GetPipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgsDict',
3328
+ 'GetPipelineCentralNotificationRuleNotificationConditionArgs',
3329
+ 'GetPipelineCentralNotificationRuleNotificationConditionArgsDict',
3330
+ 'GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgs',
3331
+ 'GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgsDict',
3332
+ 'GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgs',
3333
+ 'GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgsDict',
3312
3334
  'GetPipelineGitDetailsArgs',
3313
3335
  'GetPipelineGitDetailsArgsDict',
3314
3336
  'GetPolicySetPolicyArgs',
@@ -4882,7 +4904,7 @@ if not MYPY:
4882
4904
  class AzureCloudProviderConnectorCredentialsArgsDict(TypedDict):
4883
4905
  type: pulumi.Input[_builtins.str]
4884
4906
  """
4885
- Type can either be InheritFromDelegate or ManualConfig.
4907
+ Type can be InheritFromDelegate, ManualConfig or OidcAuthentication
4886
4908
  """
4887
4909
  azure_inherit_from_delegate_details: NotRequired[pulumi.Input['AzureCloudProviderConnectorCredentialsAzureInheritFromDelegateDetailsArgsDict']]
4888
4910
  """
@@ -4892,6 +4914,10 @@ if not MYPY:
4892
4914
  """
4893
4915
  Authenticate to Azure Cloud Provider using manual details.
4894
4916
  """
4917
+ azure_oidc_spec: NotRequired[pulumi.Input['AzureCloudProviderConnectorCredentialsAzureOidcSpecArgsDict']]
4918
+ """
4919
+ Authenticate to Azure Cloud Provider using OIDC.
4920
+ """
4895
4921
  elif False:
4896
4922
  AzureCloudProviderConnectorCredentialsArgsDict: TypeAlias = Mapping[str, Any]
4897
4923
 
@@ -4900,23 +4926,27 @@ class AzureCloudProviderConnectorCredentialsArgs:
4900
4926
  def __init__(__self__, *,
4901
4927
  type: pulumi.Input[_builtins.str],
4902
4928
  azure_inherit_from_delegate_details: Optional[pulumi.Input['AzureCloudProviderConnectorCredentialsAzureInheritFromDelegateDetailsArgs']] = None,
4903
- azure_manual_details: Optional[pulumi.Input['AzureCloudProviderConnectorCredentialsAzureManualDetailsArgs']] = None):
4929
+ azure_manual_details: Optional[pulumi.Input['AzureCloudProviderConnectorCredentialsAzureManualDetailsArgs']] = None,
4930
+ azure_oidc_spec: Optional[pulumi.Input['AzureCloudProviderConnectorCredentialsAzureOidcSpecArgs']] = None):
4904
4931
  """
4905
- :param pulumi.Input[_builtins.str] type: Type can either be InheritFromDelegate or ManualConfig.
4932
+ :param pulumi.Input[_builtins.str] type: Type can be InheritFromDelegate, ManualConfig or OidcAuthentication
4906
4933
  :param pulumi.Input['AzureCloudProviderConnectorCredentialsAzureInheritFromDelegateDetailsArgs'] azure_inherit_from_delegate_details: Authenticate to Azure Cloud Provider using details inheriting from delegate.
4907
4934
  :param pulumi.Input['AzureCloudProviderConnectorCredentialsAzureManualDetailsArgs'] azure_manual_details: Authenticate to Azure Cloud Provider using manual details.
4935
+ :param pulumi.Input['AzureCloudProviderConnectorCredentialsAzureOidcSpecArgs'] azure_oidc_spec: Authenticate to Azure Cloud Provider using OIDC.
4908
4936
  """
4909
4937
  pulumi.set(__self__, "type", type)
4910
4938
  if azure_inherit_from_delegate_details is not None:
4911
4939
  pulumi.set(__self__, "azure_inherit_from_delegate_details", azure_inherit_from_delegate_details)
4912
4940
  if azure_manual_details is not None:
4913
4941
  pulumi.set(__self__, "azure_manual_details", azure_manual_details)
4942
+ if azure_oidc_spec is not None:
4943
+ pulumi.set(__self__, "azure_oidc_spec", azure_oidc_spec)
4914
4944
 
4915
4945
  @_builtins.property
4916
4946
  @pulumi.getter
4917
4947
  def type(self) -> pulumi.Input[_builtins.str]:
4918
4948
  """
4919
- Type can either be InheritFromDelegate or ManualConfig.
4949
+ Type can be InheritFromDelegate, ManualConfig or OidcAuthentication
4920
4950
  """
4921
4951
  return pulumi.get(self, "type")
4922
4952
 
@@ -4948,6 +4978,18 @@ class AzureCloudProviderConnectorCredentialsArgs:
4948
4978
  def azure_manual_details(self, value: Optional[pulumi.Input['AzureCloudProviderConnectorCredentialsAzureManualDetailsArgs']]):
4949
4979
  pulumi.set(self, "azure_manual_details", value)
4950
4980
 
4981
+ @_builtins.property
4982
+ @pulumi.getter(name="azureOidcSpec")
4983
+ def azure_oidc_spec(self) -> Optional[pulumi.Input['AzureCloudProviderConnectorCredentialsAzureOidcSpecArgs']]:
4984
+ """
4985
+ Authenticate to Azure Cloud Provider using OIDC.
4986
+ """
4987
+ return pulumi.get(self, "azure_oidc_spec")
4988
+
4989
+ @azure_oidc_spec.setter
4990
+ def azure_oidc_spec(self, value: Optional[pulumi.Input['AzureCloudProviderConnectorCredentialsAzureOidcSpecArgs']]):
4991
+ pulumi.set(self, "azure_oidc_spec", value)
4992
+
4951
4993
 
4952
4994
  if not MYPY:
4953
4995
  class AzureCloudProviderConnectorCredentialsAzureInheritFromDelegateDetailsArgsDict(TypedDict):
@@ -5272,6 +5314,78 @@ class AzureCloudProviderConnectorCredentialsAzureManualDetailsAuthAzureClientSec
5272
5314
  pulumi.set(self, "secret_ref", value)
5273
5315
 
5274
5316
 
5317
+ if not MYPY:
5318
+ class AzureCloudProviderConnectorCredentialsAzureOidcSpecArgsDict(TypedDict):
5319
+ application_id: NotRequired[pulumi.Input[_builtins.str]]
5320
+ """
5321
+ Application ID of the Azure App.
5322
+ """
5323
+ audience: NotRequired[pulumi.Input[_builtins.str]]
5324
+ """
5325
+ The Azure Audience.
5326
+ """
5327
+ tenant_id: NotRequired[pulumi.Input[_builtins.str]]
5328
+ """
5329
+ The Azure Active Directory (AAD) directory ID where you created your application.
5330
+ """
5331
+ elif False:
5332
+ AzureCloudProviderConnectorCredentialsAzureOidcSpecArgsDict: TypeAlias = Mapping[str, Any]
5333
+
5334
+ @pulumi.input_type
5335
+ class AzureCloudProviderConnectorCredentialsAzureOidcSpecArgs:
5336
+ def __init__(__self__, *,
5337
+ application_id: Optional[pulumi.Input[_builtins.str]] = None,
5338
+ audience: Optional[pulumi.Input[_builtins.str]] = None,
5339
+ tenant_id: Optional[pulumi.Input[_builtins.str]] = None):
5340
+ """
5341
+ :param pulumi.Input[_builtins.str] application_id: Application ID of the Azure App.
5342
+ :param pulumi.Input[_builtins.str] audience: The Azure Audience.
5343
+ :param pulumi.Input[_builtins.str] tenant_id: The Azure Active Directory (AAD) directory ID where you created your application.
5344
+ """
5345
+ if application_id is not None:
5346
+ pulumi.set(__self__, "application_id", application_id)
5347
+ if audience is not None:
5348
+ pulumi.set(__self__, "audience", audience)
5349
+ if tenant_id is not None:
5350
+ pulumi.set(__self__, "tenant_id", tenant_id)
5351
+
5352
+ @_builtins.property
5353
+ @pulumi.getter(name="applicationId")
5354
+ def application_id(self) -> Optional[pulumi.Input[_builtins.str]]:
5355
+ """
5356
+ Application ID of the Azure App.
5357
+ """
5358
+ return pulumi.get(self, "application_id")
5359
+
5360
+ @application_id.setter
5361
+ def application_id(self, value: Optional[pulumi.Input[_builtins.str]]):
5362
+ pulumi.set(self, "application_id", value)
5363
+
5364
+ @_builtins.property
5365
+ @pulumi.getter
5366
+ def audience(self) -> Optional[pulumi.Input[_builtins.str]]:
5367
+ """
5368
+ The Azure Audience.
5369
+ """
5370
+ return pulumi.get(self, "audience")
5371
+
5372
+ @audience.setter
5373
+ def audience(self, value: Optional[pulumi.Input[_builtins.str]]):
5374
+ pulumi.set(self, "audience", value)
5375
+
5376
+ @_builtins.property
5377
+ @pulumi.getter(name="tenantId")
5378
+ def tenant_id(self) -> Optional[pulumi.Input[_builtins.str]]:
5379
+ """
5380
+ The Azure Active Directory (AAD) directory ID where you created your application.
5381
+ """
5382
+ return pulumi.get(self, "tenant_id")
5383
+
5384
+ @tenant_id.setter
5385
+ def tenant_id(self, value: Optional[pulumi.Input[_builtins.str]]):
5386
+ pulumi.set(self, "tenant_id", value)
5387
+
5388
+
5275
5389
  if not MYPY:
5276
5390
  class BitbucketConnectorApiAuthenticationArgsDict(TypedDict):
5277
5391
  token_ref: pulumi.Input[_builtins.str]
@@ -141328,6 +141442,230 @@ class OverridesGitDetailsArgs:
141328
141442
  pulumi.set(self, "store_type", value)
141329
141443
 
141330
141444
 
141445
+ if not MYPY:
141446
+ class PipelineCentralNotificationRuleCustomNotificationTemplateRefArgsDict(TypedDict):
141447
+ template_ref: pulumi.Input[_builtins.str]
141448
+ version_label: pulumi.Input[_builtins.str]
141449
+ variables: NotRequired[pulumi.Input[Sequence[pulumi.Input['PipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgsDict']]]]
141450
+ elif False:
141451
+ PipelineCentralNotificationRuleCustomNotificationTemplateRefArgsDict: TypeAlias = Mapping[str, Any]
141452
+
141453
+ @pulumi.input_type
141454
+ class PipelineCentralNotificationRuleCustomNotificationTemplateRefArgs:
141455
+ def __init__(__self__, *,
141456
+ template_ref: pulumi.Input[_builtins.str],
141457
+ version_label: pulumi.Input[_builtins.str],
141458
+ variables: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgs']]]] = None):
141459
+ pulumi.set(__self__, "template_ref", template_ref)
141460
+ pulumi.set(__self__, "version_label", version_label)
141461
+ if variables is not None:
141462
+ pulumi.set(__self__, "variables", variables)
141463
+
141464
+ @_builtins.property
141465
+ @pulumi.getter(name="templateRef")
141466
+ def template_ref(self) -> pulumi.Input[_builtins.str]:
141467
+ return pulumi.get(self, "template_ref")
141468
+
141469
+ @template_ref.setter
141470
+ def template_ref(self, value: pulumi.Input[_builtins.str]):
141471
+ pulumi.set(self, "template_ref", value)
141472
+
141473
+ @_builtins.property
141474
+ @pulumi.getter(name="versionLabel")
141475
+ def version_label(self) -> pulumi.Input[_builtins.str]:
141476
+ return pulumi.get(self, "version_label")
141477
+
141478
+ @version_label.setter
141479
+ def version_label(self, value: pulumi.Input[_builtins.str]):
141480
+ pulumi.set(self, "version_label", value)
141481
+
141482
+ @_builtins.property
141483
+ @pulumi.getter
141484
+ def variables(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgs']]]]:
141485
+ return pulumi.get(self, "variables")
141486
+
141487
+ @variables.setter
141488
+ def variables(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgs']]]]):
141489
+ pulumi.set(self, "variables", value)
141490
+
141491
+
141492
+ if not MYPY:
141493
+ class PipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgsDict(TypedDict):
141494
+ name: pulumi.Input[_builtins.str]
141495
+ value: pulumi.Input[_builtins.str]
141496
+ type: NotRequired[pulumi.Input[_builtins.str]]
141497
+ elif False:
141498
+ PipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgsDict: TypeAlias = Mapping[str, Any]
141499
+
141500
+ @pulumi.input_type
141501
+ class PipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgs:
141502
+ def __init__(__self__, *,
141503
+ name: pulumi.Input[_builtins.str],
141504
+ value: pulumi.Input[_builtins.str],
141505
+ type: Optional[pulumi.Input[_builtins.str]] = None):
141506
+ pulumi.set(__self__, "name", name)
141507
+ pulumi.set(__self__, "value", value)
141508
+ if type is not None:
141509
+ pulumi.set(__self__, "type", type)
141510
+
141511
+ @_builtins.property
141512
+ @pulumi.getter
141513
+ def name(self) -> pulumi.Input[_builtins.str]:
141514
+ return pulumi.get(self, "name")
141515
+
141516
+ @name.setter
141517
+ def name(self, value: pulumi.Input[_builtins.str]):
141518
+ pulumi.set(self, "name", value)
141519
+
141520
+ @_builtins.property
141521
+ @pulumi.getter
141522
+ def value(self) -> pulumi.Input[_builtins.str]:
141523
+ return pulumi.get(self, "value")
141524
+
141525
+ @value.setter
141526
+ def value(self, value: pulumi.Input[_builtins.str]):
141527
+ pulumi.set(self, "value", value)
141528
+
141529
+ @_builtins.property
141530
+ @pulumi.getter
141531
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
141532
+ return pulumi.get(self, "type")
141533
+
141534
+ @type.setter
141535
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
141536
+ pulumi.set(self, "type", value)
141537
+
141538
+
141539
+ if not MYPY:
141540
+ class PipelineCentralNotificationRuleNotificationConditionArgsDict(TypedDict):
141541
+ condition_name: pulumi.Input[_builtins.str]
141542
+ notification_event_configs: pulumi.Input[Sequence[pulumi.Input['PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgsDict']]]
141543
+ elif False:
141544
+ PipelineCentralNotificationRuleNotificationConditionArgsDict: TypeAlias = Mapping[str, Any]
141545
+
141546
+ @pulumi.input_type
141547
+ class PipelineCentralNotificationRuleNotificationConditionArgs:
141548
+ def __init__(__self__, *,
141549
+ condition_name: pulumi.Input[_builtins.str],
141550
+ notification_event_configs: pulumi.Input[Sequence[pulumi.Input['PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgs']]]):
141551
+ pulumi.set(__self__, "condition_name", condition_name)
141552
+ pulumi.set(__self__, "notification_event_configs", notification_event_configs)
141553
+
141554
+ @_builtins.property
141555
+ @pulumi.getter(name="conditionName")
141556
+ def condition_name(self) -> pulumi.Input[_builtins.str]:
141557
+ return pulumi.get(self, "condition_name")
141558
+
141559
+ @condition_name.setter
141560
+ def condition_name(self, value: pulumi.Input[_builtins.str]):
141561
+ pulumi.set(self, "condition_name", value)
141562
+
141563
+ @_builtins.property
141564
+ @pulumi.getter(name="notificationEventConfigs")
141565
+ def notification_event_configs(self) -> pulumi.Input[Sequence[pulumi.Input['PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgs']]]:
141566
+ return pulumi.get(self, "notification_event_configs")
141567
+
141568
+ @notification_event_configs.setter
141569
+ def notification_event_configs(self, value: pulumi.Input[Sequence[pulumi.Input['PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgs']]]):
141570
+ pulumi.set(self, "notification_event_configs", value)
141571
+
141572
+
141573
+ if not MYPY:
141574
+ class PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgsDict(TypedDict):
141575
+ notification_entity: pulumi.Input[_builtins.str]
141576
+ notification_event: pulumi.Input[_builtins.str]
141577
+ entity_identifiers: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
141578
+ notification_event_datas: NotRequired[pulumi.Input[Sequence[pulumi.Input['PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgsDict']]]]
141579
+ elif False:
141580
+ PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgsDict: TypeAlias = Mapping[str, Any]
141581
+
141582
+ @pulumi.input_type
141583
+ class PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgs:
141584
+ def __init__(__self__, *,
141585
+ notification_entity: pulumi.Input[_builtins.str],
141586
+ notification_event: pulumi.Input[_builtins.str],
141587
+ entity_identifiers: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
141588
+ notification_event_datas: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgs']]]] = None):
141589
+ pulumi.set(__self__, "notification_entity", notification_entity)
141590
+ pulumi.set(__self__, "notification_event", notification_event)
141591
+ if entity_identifiers is not None:
141592
+ pulumi.set(__self__, "entity_identifiers", entity_identifiers)
141593
+ if notification_event_datas is not None:
141594
+ pulumi.set(__self__, "notification_event_datas", notification_event_datas)
141595
+
141596
+ @_builtins.property
141597
+ @pulumi.getter(name="notificationEntity")
141598
+ def notification_entity(self) -> pulumi.Input[_builtins.str]:
141599
+ return pulumi.get(self, "notification_entity")
141600
+
141601
+ @notification_entity.setter
141602
+ def notification_entity(self, value: pulumi.Input[_builtins.str]):
141603
+ pulumi.set(self, "notification_entity", value)
141604
+
141605
+ @_builtins.property
141606
+ @pulumi.getter(name="notificationEvent")
141607
+ def notification_event(self) -> pulumi.Input[_builtins.str]:
141608
+ return pulumi.get(self, "notification_event")
141609
+
141610
+ @notification_event.setter
141611
+ def notification_event(self, value: pulumi.Input[_builtins.str]):
141612
+ pulumi.set(self, "notification_event", value)
141613
+
141614
+ @_builtins.property
141615
+ @pulumi.getter(name="entityIdentifiers")
141616
+ def entity_identifiers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
141617
+ return pulumi.get(self, "entity_identifiers")
141618
+
141619
+ @entity_identifiers.setter
141620
+ def entity_identifiers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
141621
+ pulumi.set(self, "entity_identifiers", value)
141622
+
141623
+ @_builtins.property
141624
+ @pulumi.getter(name="notificationEventDatas")
141625
+ def notification_event_datas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgs']]]]:
141626
+ return pulumi.get(self, "notification_event_datas")
141627
+
141628
+ @notification_event_datas.setter
141629
+ def notification_event_datas(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgs']]]]):
141630
+ pulumi.set(self, "notification_event_datas", value)
141631
+
141632
+
141633
+ if not MYPY:
141634
+ class PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgsDict(TypedDict):
141635
+ scope_identifiers: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
141636
+ type: NotRequired[pulumi.Input[_builtins.str]]
141637
+ elif False:
141638
+ PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgsDict: TypeAlias = Mapping[str, Any]
141639
+
141640
+ @pulumi.input_type
141641
+ class PipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgs:
141642
+ def __init__(__self__, *,
141643
+ scope_identifiers: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
141644
+ type: Optional[pulumi.Input[_builtins.str]] = None):
141645
+ if scope_identifiers is not None:
141646
+ pulumi.set(__self__, "scope_identifiers", scope_identifiers)
141647
+ if type is not None:
141648
+ pulumi.set(__self__, "type", type)
141649
+
141650
+ @_builtins.property
141651
+ @pulumi.getter(name="scopeIdentifiers")
141652
+ def scope_identifiers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
141653
+ return pulumi.get(self, "scope_identifiers")
141654
+
141655
+ @scope_identifiers.setter
141656
+ def scope_identifiers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
141657
+ pulumi.set(self, "scope_identifiers", value)
141658
+
141659
+ @_builtins.property
141660
+ @pulumi.getter
141661
+ def type(self) -> Optional[pulumi.Input[_builtins.str]]:
141662
+ return pulumi.get(self, "type")
141663
+
141664
+ @type.setter
141665
+ def type(self, value: Optional[pulumi.Input[_builtins.str]]):
141666
+ pulumi.set(self, "type", value)
141667
+
141668
+
141331
141669
  if not MYPY:
141332
141670
  class PipelineFiltersFilterPropertiesArgsDict(TypedDict):
141333
141671
  filter_type: pulumi.Input[_builtins.str]
@@ -148969,6 +149307,217 @@ class GetOverridesGitDetailsArgs:
148969
149307
  pulumi.set(self, "repo_name", value)
148970
149308
 
148971
149309
 
149310
+ if not MYPY:
149311
+ class GetPipelineCentralNotificationRuleCustomNotificationTemplateRefArgsDict(TypedDict):
149312
+ template_ref: _builtins.str
149313
+ version_label: _builtins.str
149314
+ variables: NotRequired[Sequence['GetPipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgsDict']]
149315
+ elif False:
149316
+ GetPipelineCentralNotificationRuleCustomNotificationTemplateRefArgsDict: TypeAlias = Mapping[str, Any]
149317
+
149318
+ @pulumi.input_type
149319
+ class GetPipelineCentralNotificationRuleCustomNotificationTemplateRefArgs:
149320
+ def __init__(__self__, *,
149321
+ template_ref: _builtins.str,
149322
+ version_label: _builtins.str,
149323
+ variables: Optional[Sequence['GetPipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgs']] = None):
149324
+ pulumi.set(__self__, "template_ref", template_ref)
149325
+ pulumi.set(__self__, "version_label", version_label)
149326
+ if variables is not None:
149327
+ pulumi.set(__self__, "variables", variables)
149328
+
149329
+ @_builtins.property
149330
+ @pulumi.getter(name="templateRef")
149331
+ def template_ref(self) -> _builtins.str:
149332
+ return pulumi.get(self, "template_ref")
149333
+
149334
+ @template_ref.setter
149335
+ def template_ref(self, value: _builtins.str):
149336
+ pulumi.set(self, "template_ref", value)
149337
+
149338
+ @_builtins.property
149339
+ @pulumi.getter(name="versionLabel")
149340
+ def version_label(self) -> _builtins.str:
149341
+ return pulumi.get(self, "version_label")
149342
+
149343
+ @version_label.setter
149344
+ def version_label(self, value: _builtins.str):
149345
+ pulumi.set(self, "version_label", value)
149346
+
149347
+ @_builtins.property
149348
+ @pulumi.getter
149349
+ def variables(self) -> Optional[Sequence['GetPipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgs']]:
149350
+ return pulumi.get(self, "variables")
149351
+
149352
+ @variables.setter
149353
+ def variables(self, value: Optional[Sequence['GetPipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgs']]):
149354
+ pulumi.set(self, "variables", value)
149355
+
149356
+
149357
+ if not MYPY:
149358
+ class GetPipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgsDict(TypedDict):
149359
+ name: _builtins.str
149360
+ value: _builtins.str
149361
+ type: NotRequired[_builtins.str]
149362
+ elif False:
149363
+ GetPipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgsDict: TypeAlias = Mapping[str, Any]
149364
+
149365
+ @pulumi.input_type
149366
+ class GetPipelineCentralNotificationRuleCustomNotificationTemplateRefVariableArgs:
149367
+ def __init__(__self__, *,
149368
+ name: _builtins.str,
149369
+ value: _builtins.str,
149370
+ type: Optional[_builtins.str] = None):
149371
+ pulumi.set(__self__, "name", name)
149372
+ pulumi.set(__self__, "value", value)
149373
+ if type is not None:
149374
+ pulumi.set(__self__, "type", type)
149375
+
149376
+ @_builtins.property
149377
+ @pulumi.getter
149378
+ def name(self) -> _builtins.str:
149379
+ return pulumi.get(self, "name")
149380
+
149381
+ @name.setter
149382
+ def name(self, value: _builtins.str):
149383
+ pulumi.set(self, "name", value)
149384
+
149385
+ @_builtins.property
149386
+ @pulumi.getter
149387
+ def value(self) -> _builtins.str:
149388
+ return pulumi.get(self, "value")
149389
+
149390
+ @value.setter
149391
+ def value(self, value: _builtins.str):
149392
+ pulumi.set(self, "value", value)
149393
+
149394
+ @_builtins.property
149395
+ @pulumi.getter
149396
+ def type(self) -> Optional[_builtins.str]:
149397
+ return pulumi.get(self, "type")
149398
+
149399
+ @type.setter
149400
+ def type(self, value: Optional[_builtins.str]):
149401
+ pulumi.set(self, "type", value)
149402
+
149403
+
149404
+ if not MYPY:
149405
+ class GetPipelineCentralNotificationRuleNotificationConditionArgsDict(TypedDict):
149406
+ condition_name: _builtins.str
149407
+ notification_event_configs: Sequence['GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgsDict']
149408
+ elif False:
149409
+ GetPipelineCentralNotificationRuleNotificationConditionArgsDict: TypeAlias = Mapping[str, Any]
149410
+
149411
+ @pulumi.input_type
149412
+ class GetPipelineCentralNotificationRuleNotificationConditionArgs:
149413
+ def __init__(__self__, *,
149414
+ condition_name: _builtins.str,
149415
+ notification_event_configs: Sequence['GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgs']):
149416
+ pulumi.set(__self__, "condition_name", condition_name)
149417
+ pulumi.set(__self__, "notification_event_configs", notification_event_configs)
149418
+
149419
+ @_builtins.property
149420
+ @pulumi.getter(name="conditionName")
149421
+ def condition_name(self) -> _builtins.str:
149422
+ return pulumi.get(self, "condition_name")
149423
+
149424
+ @condition_name.setter
149425
+ def condition_name(self, value: _builtins.str):
149426
+ pulumi.set(self, "condition_name", value)
149427
+
149428
+ @_builtins.property
149429
+ @pulumi.getter(name="notificationEventConfigs")
149430
+ def notification_event_configs(self) -> Sequence['GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgs']:
149431
+ return pulumi.get(self, "notification_event_configs")
149432
+
149433
+ @notification_event_configs.setter
149434
+ def notification_event_configs(self, value: Sequence['GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgs']):
149435
+ pulumi.set(self, "notification_event_configs", value)
149436
+
149437
+
149438
+ if not MYPY:
149439
+ class GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgsDict(TypedDict):
149440
+ notification_entity: _builtins.str
149441
+ notification_event: _builtins.str
149442
+ notification_event_datas: NotRequired[Sequence['GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgsDict']]
149443
+ elif False:
149444
+ GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgsDict: TypeAlias = Mapping[str, Any]
149445
+
149446
+ @pulumi.input_type
149447
+ class GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigArgs:
149448
+ def __init__(__self__, *,
149449
+ notification_entity: _builtins.str,
149450
+ notification_event: _builtins.str,
149451
+ notification_event_datas: Optional[Sequence['GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgs']] = None):
149452
+ pulumi.set(__self__, "notification_entity", notification_entity)
149453
+ pulumi.set(__self__, "notification_event", notification_event)
149454
+ if notification_event_datas is not None:
149455
+ pulumi.set(__self__, "notification_event_datas", notification_event_datas)
149456
+
149457
+ @_builtins.property
149458
+ @pulumi.getter(name="notificationEntity")
149459
+ def notification_entity(self) -> _builtins.str:
149460
+ return pulumi.get(self, "notification_entity")
149461
+
149462
+ @notification_entity.setter
149463
+ def notification_entity(self, value: _builtins.str):
149464
+ pulumi.set(self, "notification_entity", value)
149465
+
149466
+ @_builtins.property
149467
+ @pulumi.getter(name="notificationEvent")
149468
+ def notification_event(self) -> _builtins.str:
149469
+ return pulumi.get(self, "notification_event")
149470
+
149471
+ @notification_event.setter
149472
+ def notification_event(self, value: _builtins.str):
149473
+ pulumi.set(self, "notification_event", value)
149474
+
149475
+ @_builtins.property
149476
+ @pulumi.getter(name="notificationEventDatas")
149477
+ def notification_event_datas(self) -> Optional[Sequence['GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgs']]:
149478
+ return pulumi.get(self, "notification_event_datas")
149479
+
149480
+ @notification_event_datas.setter
149481
+ def notification_event_datas(self, value: Optional[Sequence['GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgs']]):
149482
+ pulumi.set(self, "notification_event_datas", value)
149483
+
149484
+
149485
+ if not MYPY:
149486
+ class GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgsDict(TypedDict):
149487
+ scope_identifiers: NotRequired[Sequence[_builtins.str]]
149488
+ type: NotRequired[_builtins.str]
149489
+ elif False:
149490
+ GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgsDict: TypeAlias = Mapping[str, Any]
149491
+
149492
+ @pulumi.input_type
149493
+ class GetPipelineCentralNotificationRuleNotificationConditionNotificationEventConfigNotificationEventDataArgs:
149494
+ def __init__(__self__, *,
149495
+ scope_identifiers: Optional[Sequence[_builtins.str]] = None,
149496
+ type: Optional[_builtins.str] = None):
149497
+ if scope_identifiers is not None:
149498
+ pulumi.set(__self__, "scope_identifiers", scope_identifiers)
149499
+ if type is not None:
149500
+ pulumi.set(__self__, "type", type)
149501
+
149502
+ @_builtins.property
149503
+ @pulumi.getter(name="scopeIdentifiers")
149504
+ def scope_identifiers(self) -> Optional[Sequence[_builtins.str]]:
149505
+ return pulumi.get(self, "scope_identifiers")
149506
+
149507
+ @scope_identifiers.setter
149508
+ def scope_identifiers(self, value: Optional[Sequence[_builtins.str]]):
149509
+ pulumi.set(self, "scope_identifiers", value)
149510
+
149511
+ @_builtins.property
149512
+ @pulumi.getter
149513
+ def type(self) -> Optional[_builtins.str]:
149514
+ return pulumi.get(self, "type")
149515
+
149516
+ @type.setter
149517
+ def type(self, value: Optional[_builtins.str]):
149518
+ pulumi.set(self, "type", value)
149519
+
149520
+
148972
149521
  if not MYPY:
148973
149522
  class GetPipelineGitDetailsArgsDict(TypedDict):
148974
149523
  base_branch: _builtins.str