pulumi-oci 2.5.0a1722606028__py3-none-any.whl → 2.6.0__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 (62) hide show
  1. pulumi_oci/__init__.py +32 -0
  2. pulumi_oci/bigdataservice/_inputs.py +157 -14
  3. pulumi_oci/bigdataservice/bds_instance.py +128 -0
  4. pulumi_oci/bigdataservice/bds_instance_patch_action.py +64 -3
  5. pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
  6. pulumi_oci/bigdataservice/outputs.py +257 -30
  7. pulumi_oci/devops/__init__.py +6 -0
  8. pulumi_oci/devops/_inputs.py +531 -32
  9. pulumi_oci/devops/get_build_runs.py +0 -5
  10. pulumi_oci/devops/get_project_repository_setting.py +129 -0
  11. pulumi_oci/devops/get_repositories.py +1 -1
  12. pulumi_oci/devops/get_repository.py +17 -4
  13. pulumi_oci/devops/get_repository_diffs.py +20 -3
  14. pulumi_oci/devops/get_repository_protected_branches.py +150 -0
  15. pulumi_oci/devops/get_repository_ref.py +2 -2
  16. pulumi_oci/devops/get_repository_setting.py +142 -0
  17. pulumi_oci/devops/get_triggers.py +0 -5
  18. pulumi_oci/devops/outputs.py +1216 -180
  19. pulumi_oci/devops/project_repository_setting.py +338 -0
  20. pulumi_oci/devops/repository.py +66 -75
  21. pulumi_oci/devops/repository_protected_branch_management.py +333 -0
  22. pulumi_oci/devops/repository_ref.py +2 -2
  23. pulumi_oci/devops/repository_setting.py +391 -0
  24. pulumi_oci/jms/__init__.py +4 -0
  25. pulumi_oci/jms/_inputs.py +80 -0
  26. pulumi_oci/jms/get_agent_installers.py +190 -0
  27. pulumi_oci/jms/get_fleet_blocklists.py +2 -2
  28. pulumi_oci/jms/get_fleet_crypto_analysis_result.py +29 -3
  29. pulumi_oci/jms/get_fleet_crypto_analysis_results.py +97 -3
  30. pulumi_oci/jms/get_fleet_export_setting.py +3 -3
  31. pulumi_oci/jms/get_fleet_export_status.py +2 -2
  32. pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
  33. pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +45 -5
  34. pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
  35. pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +25 -5
  36. pulumi_oci/jms/get_fleets.py +2 -2
  37. pulumi_oci/jms/get_installation_site.py +4 -4
  38. pulumi_oci/jms/get_installation_sites.py +4 -4
  39. pulumi_oci/jms/get_java_downloads_java_download_tokens.py +2 -2
  40. pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +2 -2
  41. pulumi_oci/jms/get_java_family.py +14 -1
  42. pulumi_oci/jms/get_jms_plugin.py +313 -0
  43. pulumi_oci/jms/get_jms_plugins.py +291 -0
  44. pulumi_oci/jms/jms_plugin.py +731 -0
  45. pulumi_oci/jms/outputs.py +488 -32
  46. pulumi_oci/osmanagementhub/get_software_source.py +19 -1
  47. pulumi_oci/osmanagementhub/software_source.py +82 -0
  48. pulumi_oci/psql/_inputs.py +8 -4
  49. pulumi_oci/psql/backup.py +4 -4
  50. pulumi_oci/psql/configuration.py +141 -38
  51. pulumi_oci/psql/db_system.py +53 -55
  52. pulumi_oci/psql/get_backup.py +1 -1
  53. pulumi_oci/psql/get_configuration.py +27 -1
  54. pulumi_oci/psql/get_configurations.py +2 -2
  55. pulumi_oci/psql/get_default_configuration.py +15 -2
  56. pulumi_oci/psql/get_default_configurations.py +2 -2
  57. pulumi_oci/psql/outputs.py +176 -13
  58. pulumi_oci/pulumi-plugin.json +1 -1
  59. {pulumi_oci-2.5.0a1722606028.dist-info → pulumi_oci-2.6.0.dist-info}/METADATA +1 -1
  60. {pulumi_oci-2.5.0a1722606028.dist-info → pulumi_oci-2.6.0.dist-info}/RECORD +62 -52
  61. {pulumi_oci-2.5.0a1722606028.dist-info → pulumi_oci-2.6.0.dist-info}/WHEEL +0 -0
  62. {pulumi_oci-2.5.0a1722606028.dist-info → pulumi_oci-2.6.0.dist-info}/top_level.txt +0 -0
@@ -96,8 +96,17 @@ __all__ = [
96
96
  'DeploymentDeploymentArgumentsItemArgs',
97
97
  'DeploymentDeploymentExecutionProgressArgs',
98
98
  'ProjectNotificationConfigArgs',
99
+ 'ProjectRepositorySettingApprovalRulesArgs',
100
+ 'ProjectRepositorySettingApprovalRulesItemArgs',
101
+ 'ProjectRepositorySettingApprovalRulesItemReviewerArgs',
102
+ 'ProjectRepositorySettingMergeSettingsArgs',
99
103
  'RepositoryMirrorRepositoryConfigArgs',
100
104
  'RepositoryMirrorRepositoryConfigTriggerScheduleArgs',
105
+ 'RepositorySettingApprovalRulesArgs',
106
+ 'RepositorySettingApprovalRulesItemArgs',
107
+ 'RepositorySettingApprovalRulesItemReviewerArgs',
108
+ 'RepositorySettingMergeChecksArgs',
109
+ 'RepositorySettingMergeSettingsArgs',
101
110
  'TriggerActionArgs',
102
111
  'TriggerActionFilterArgs',
103
112
  'TriggerActionFilterExcludeArgs',
@@ -120,6 +129,7 @@ __all__ = [
120
129
  'GetRepositoryDiffsFilterArgs',
121
130
  'GetRepositoryMirrorRecordsFilterArgs',
122
131
  'GetRepositoryPathsFilterArgs',
132
+ 'GetRepositoryProtectedBranchesFilterArgs',
123
133
  'GetRepositoryRefsFilterArgs',
124
134
  'GetTriggersFilterArgs',
125
135
  ]
@@ -1277,7 +1287,6 @@ class BuildRunBuildRunSourceTriggerInfoActionArgs:
1277
1287
  type: Optional[pulumi.Input[str]] = None):
1278
1288
  """
1279
1289
  :param pulumi.Input[str] build_pipeline_id: The OCID of the build pipeline.
1280
- :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterArgs']]] filters: The filters for the trigger.
1281
1290
  :param pulumi.Input[str] type: The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
1282
1291
  """
1283
1292
  if build_pipeline_id is not None:
@@ -1302,9 +1311,6 @@ class BuildRunBuildRunSourceTriggerInfoActionArgs:
1302
1311
  @property
1303
1312
  @pulumi.getter
1304
1313
  def filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterArgs']]]]:
1305
- """
1306
- The filters for the trigger.
1307
- """
1308
1314
  return pulumi.get(self, "filters")
1309
1315
 
1310
1316
  @filters.setter
@@ -1332,7 +1338,8 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
1332
1338
  includes: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs']]]] = None,
1333
1339
  trigger_source: Optional[pulumi.Input[str]] = None):
1334
1340
  """
1335
- :param pulumi.Input[Sequence[pulumi.Input[str]]] events: The events, for example, PUSH, PULL_REQUEST_MERGE.
1341
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] events: The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
1342
+ :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs']]] excludes: Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
1336
1343
  :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs']]] includes: Attributes to filter GitLab self-hosted server events.
1337
1344
  :param pulumi.Input[str] trigger_source: Source of the trigger. Allowed values are, GITHUB and GITLAB.
1338
1345
  """
@@ -1349,7 +1356,7 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
1349
1356
  @pulumi.getter
1350
1357
  def events(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1351
1358
  """
1352
- The events, for example, PUSH, PULL_REQUEST_MERGE.
1359
+ The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
1353
1360
  """
1354
1361
  return pulumi.get(self, "events")
1355
1362
 
@@ -1360,6 +1367,9 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
1360
1367
  @property
1361
1368
  @pulumi.getter
1362
1369
  def excludes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs']]]]:
1370
+ """
1371
+ Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
1372
+ """
1363
1373
  return pulumi.get(self, "excludes")
1364
1374
 
1365
1375
  @excludes.setter
@@ -1395,12 +1405,18 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
1395
1405
  class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs:
1396
1406
  def __init__(__self__, *,
1397
1407
  file_filters: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs']]]] = None):
1408
+ """
1409
+ :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs']]] file_filters: Attributes to support include/exclude files for triggering build runs.
1410
+ """
1398
1411
  if file_filters is not None:
1399
1412
  pulumi.set(__self__, "file_filters", file_filters)
1400
1413
 
1401
1414
  @property
1402
1415
  @pulumi.getter(name="fileFilters")
1403
1416
  def file_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs']]]]:
1417
+ """
1418
+ Attributes to support include/exclude files for triggering build runs.
1419
+ """
1404
1420
  return pulumi.get(self, "file_filters")
1405
1421
 
1406
1422
  @file_filters.setter
@@ -1412,12 +1428,18 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs:
1412
1428
  class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs:
1413
1429
  def __init__(__self__, *,
1414
1430
  file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1431
+ """
1432
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: The file paths/glob pattern for files.
1433
+ """
1415
1434
  if file_paths is not None:
1416
1435
  pulumi.set(__self__, "file_paths", file_paths)
1417
1436
 
1418
1437
  @property
1419
1438
  @pulumi.getter(name="filePaths")
1420
1439
  def file_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1440
+ """
1441
+ The file paths/glob pattern for files.
1442
+ """
1421
1443
  return pulumi.get(self, "file_paths")
1422
1444
 
1423
1445
  @file_paths.setter
@@ -1434,6 +1456,7 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs:
1434
1456
  repository_name: Optional[pulumi.Input[str]] = None):
1435
1457
  """
1436
1458
  :param pulumi.Input[str] base_ref: The target branch for pull requests; not applicable for push requests.
1459
+ :param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs']]] file_filters: Attributes to support include/exclude files for triggering build runs.
1437
1460
  :param pulumi.Input[str] head_ref: Branch for push event; source branch for pull requests.
1438
1461
  :param pulumi.Input[str] repository_name: The repository name for trigger events.
1439
1462
  """
@@ -1461,6 +1484,9 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs:
1461
1484
  @property
1462
1485
  @pulumi.getter(name="fileFilters")
1463
1486
  def file_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs']]]]:
1487
+ """
1488
+ Attributes to support include/exclude files for triggering build runs.
1489
+ """
1464
1490
  return pulumi.get(self, "file_filters")
1465
1491
 
1466
1492
  @file_filters.setter
@@ -1496,12 +1522,18 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs:
1496
1522
  class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs:
1497
1523
  def __init__(__self__, *,
1498
1524
  file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1525
+ """
1526
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: The file paths/glob pattern for files.
1527
+ """
1499
1528
  if file_paths is not None:
1500
1529
  pulumi.set(__self__, "file_paths", file_paths)
1501
1530
 
1502
1531
  @property
1503
1532
  @pulumi.getter(name="filePaths")
1504
1533
  def file_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1534
+ """
1535
+ The file paths/glob pattern for files.
1536
+ """
1505
1537
  return pulumi.get(self, "file_paths")
1506
1538
 
1507
1539
  @file_paths.setter
@@ -3958,6 +3990,204 @@ class ProjectNotificationConfigArgs:
3958
3990
  pulumi.set(self, "topic_id", value)
3959
3991
 
3960
3992
 
3993
+ @pulumi.input_type
3994
+ class ProjectRepositorySettingApprovalRulesArgs:
3995
+ def __init__(__self__, *,
3996
+ items: pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemArgs']]]):
3997
+ """
3998
+ :param pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemArgs']]] items: (Updatable) List of approval rules.
3999
+ """
4000
+ pulumi.set(__self__, "items", items)
4001
+
4002
+ @property
4003
+ @pulumi.getter
4004
+ def items(self) -> pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemArgs']]]:
4005
+ """
4006
+ (Updatable) List of approval rules.
4007
+ """
4008
+ return pulumi.get(self, "items")
4009
+
4010
+ @items.setter
4011
+ def items(self, value: pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemArgs']]]):
4012
+ pulumi.set(self, "items", value)
4013
+
4014
+
4015
+ @pulumi.input_type
4016
+ class ProjectRepositorySettingApprovalRulesItemArgs:
4017
+ def __init__(__self__, *,
4018
+ min_approvals_count: pulumi.Input[int],
4019
+ name: pulumi.Input[str],
4020
+ destination_branch: Optional[pulumi.Input[str]] = None,
4021
+ reviewers: Optional[pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemReviewerArgs']]]] = None):
4022
+ """
4023
+ :param pulumi.Input[int] min_approvals_count: (Updatable) Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
4024
+ :param pulumi.Input[str] name: (Updatable) Name which is used to uniquely identify an approval rule.
4025
+ :param pulumi.Input[str] destination_branch: (Updatable) Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
4026
+ :param pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemReviewerArgs']]] reviewers: (Updatable) List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
4027
+ """
4028
+ pulumi.set(__self__, "min_approvals_count", min_approvals_count)
4029
+ pulumi.set(__self__, "name", name)
4030
+ if destination_branch is not None:
4031
+ pulumi.set(__self__, "destination_branch", destination_branch)
4032
+ if reviewers is not None:
4033
+ pulumi.set(__self__, "reviewers", reviewers)
4034
+
4035
+ @property
4036
+ @pulumi.getter(name="minApprovalsCount")
4037
+ def min_approvals_count(self) -> pulumi.Input[int]:
4038
+ """
4039
+ (Updatable) Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
4040
+ """
4041
+ return pulumi.get(self, "min_approvals_count")
4042
+
4043
+ @min_approvals_count.setter
4044
+ def min_approvals_count(self, value: pulumi.Input[int]):
4045
+ pulumi.set(self, "min_approvals_count", value)
4046
+
4047
+ @property
4048
+ @pulumi.getter
4049
+ def name(self) -> pulumi.Input[str]:
4050
+ """
4051
+ (Updatable) Name which is used to uniquely identify an approval rule.
4052
+ """
4053
+ return pulumi.get(self, "name")
4054
+
4055
+ @name.setter
4056
+ def name(self, value: pulumi.Input[str]):
4057
+ pulumi.set(self, "name", value)
4058
+
4059
+ @property
4060
+ @pulumi.getter(name="destinationBranch")
4061
+ def destination_branch(self) -> Optional[pulumi.Input[str]]:
4062
+ """
4063
+ (Updatable) Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
4064
+ """
4065
+ return pulumi.get(self, "destination_branch")
4066
+
4067
+ @destination_branch.setter
4068
+ def destination_branch(self, value: Optional[pulumi.Input[str]]):
4069
+ pulumi.set(self, "destination_branch", value)
4070
+
4071
+ @property
4072
+ @pulumi.getter
4073
+ def reviewers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemReviewerArgs']]]]:
4074
+ """
4075
+ (Updatable) List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
4076
+ """
4077
+ return pulumi.get(self, "reviewers")
4078
+
4079
+ @reviewers.setter
4080
+ def reviewers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ProjectRepositorySettingApprovalRulesItemReviewerArgs']]]]):
4081
+ pulumi.set(self, "reviewers", value)
4082
+
4083
+
4084
+ @pulumi.input_type
4085
+ class ProjectRepositorySettingApprovalRulesItemReviewerArgs:
4086
+ def __init__(__self__, *,
4087
+ principal_id: pulumi.Input[str],
4088
+ principal_name: Optional[pulumi.Input[str]] = None,
4089
+ principal_state: Optional[pulumi.Input[str]] = None,
4090
+ principal_type: Optional[pulumi.Input[str]] = None):
4091
+ """
4092
+ :param pulumi.Input[str] principal_id: (Updatable) Pull Request reviewer id
4093
+ :param pulumi.Input[str] principal_name: the name of the principal
4094
+ :param pulumi.Input[str] principal_state: The state of the principal, it can be active or inactive or suppressed for emails
4095
+ :param pulumi.Input[str] principal_type: the type of principal
4096
+ """
4097
+ pulumi.set(__self__, "principal_id", principal_id)
4098
+ if principal_name is not None:
4099
+ pulumi.set(__self__, "principal_name", principal_name)
4100
+ if principal_state is not None:
4101
+ pulumi.set(__self__, "principal_state", principal_state)
4102
+ if principal_type is not None:
4103
+ pulumi.set(__self__, "principal_type", principal_type)
4104
+
4105
+ @property
4106
+ @pulumi.getter(name="principalId")
4107
+ def principal_id(self) -> pulumi.Input[str]:
4108
+ """
4109
+ (Updatable) Pull Request reviewer id
4110
+ """
4111
+ return pulumi.get(self, "principal_id")
4112
+
4113
+ @principal_id.setter
4114
+ def principal_id(self, value: pulumi.Input[str]):
4115
+ pulumi.set(self, "principal_id", value)
4116
+
4117
+ @property
4118
+ @pulumi.getter(name="principalName")
4119
+ def principal_name(self) -> Optional[pulumi.Input[str]]:
4120
+ """
4121
+ the name of the principal
4122
+ """
4123
+ return pulumi.get(self, "principal_name")
4124
+
4125
+ @principal_name.setter
4126
+ def principal_name(self, value: Optional[pulumi.Input[str]]):
4127
+ pulumi.set(self, "principal_name", value)
4128
+
4129
+ @property
4130
+ @pulumi.getter(name="principalState")
4131
+ def principal_state(self) -> Optional[pulumi.Input[str]]:
4132
+ """
4133
+ The state of the principal, it can be active or inactive or suppressed for emails
4134
+ """
4135
+ return pulumi.get(self, "principal_state")
4136
+
4137
+ @principal_state.setter
4138
+ def principal_state(self, value: Optional[pulumi.Input[str]]):
4139
+ pulumi.set(self, "principal_state", value)
4140
+
4141
+ @property
4142
+ @pulumi.getter(name="principalType")
4143
+ def principal_type(self) -> Optional[pulumi.Input[str]]:
4144
+ """
4145
+ the type of principal
4146
+ """
4147
+ return pulumi.get(self, "principal_type")
4148
+
4149
+ @principal_type.setter
4150
+ def principal_type(self, value: Optional[pulumi.Input[str]]):
4151
+ pulumi.set(self, "principal_type", value)
4152
+
4153
+
4154
+ @pulumi.input_type
4155
+ class ProjectRepositorySettingMergeSettingsArgs:
4156
+ def __init__(__self__, *,
4157
+ allowed_merge_strategies: pulumi.Input[Sequence[pulumi.Input[str]]],
4158
+ default_merge_strategy: pulumi.Input[str]):
4159
+ """
4160
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_merge_strategies: (Updatable) List of merge strategies which are allowed for a Project or Repository.
4161
+ :param pulumi.Input[str] default_merge_strategy: (Updatable) Default type of merge strategy associated with the a Project or Repository.
4162
+ """
4163
+ pulumi.set(__self__, "allowed_merge_strategies", allowed_merge_strategies)
4164
+ pulumi.set(__self__, "default_merge_strategy", default_merge_strategy)
4165
+
4166
+ @property
4167
+ @pulumi.getter(name="allowedMergeStrategies")
4168
+ def allowed_merge_strategies(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
4169
+ """
4170
+ (Updatable) List of merge strategies which are allowed for a Project or Repository.
4171
+ """
4172
+ return pulumi.get(self, "allowed_merge_strategies")
4173
+
4174
+ @allowed_merge_strategies.setter
4175
+ def allowed_merge_strategies(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
4176
+ pulumi.set(self, "allowed_merge_strategies", value)
4177
+
4178
+ @property
4179
+ @pulumi.getter(name="defaultMergeStrategy")
4180
+ def default_merge_strategy(self) -> pulumi.Input[str]:
4181
+ """
4182
+ (Updatable) Default type of merge strategy associated with the a Project or Repository.
4183
+ """
4184
+ return pulumi.get(self, "default_merge_strategy")
4185
+
4186
+ @default_merge_strategy.setter
4187
+ def default_merge_strategy(self, value: pulumi.Input[str]):
4188
+ pulumi.set(self, "default_merge_strategy", value)
4189
+
4190
+
3961
4191
  @pulumi.input_type
3962
4192
  class RepositoryMirrorRepositoryConfigArgs:
3963
4193
  def __init__(__self__, *,
@@ -3965,7 +4195,7 @@ class RepositoryMirrorRepositoryConfigArgs:
3965
4195
  repository_url: Optional[pulumi.Input[str]] = None,
3966
4196
  trigger_schedule: Optional[pulumi.Input['RepositoryMirrorRepositoryConfigTriggerScheduleArgs']] = None):
3967
4197
  """
3968
- :param pulumi.Input[str] connector_id: (Updatable) Upstream git repository connection identifer.
4198
+ :param pulumi.Input[str] connector_id: (Updatable) Upstream git repository connection identifier.
3969
4199
  :param pulumi.Input[str] repository_url: (Updatable) URL of external repository you want to mirror.
3970
4200
  :param pulumi.Input['RepositoryMirrorRepositoryConfigTriggerScheduleArgs'] trigger_schedule: (Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
3971
4201
  """
@@ -3980,7 +4210,7 @@ class RepositoryMirrorRepositoryConfigArgs:
3980
4210
  @pulumi.getter(name="connectorId")
3981
4211
  def connector_id(self) -> Optional[pulumi.Input[str]]:
3982
4212
  """
3983
- (Updatable) Upstream git repository connection identifer.
4213
+ (Updatable) Upstream git repository connection identifier.
3984
4214
  """
3985
4215
  return pulumi.get(self, "connector_id")
3986
4216
 
@@ -4051,6 +4281,226 @@ class RepositoryMirrorRepositoryConfigTriggerScheduleArgs:
4051
4281
  pulumi.set(self, "custom_schedule", value)
4052
4282
 
4053
4283
 
4284
+ @pulumi.input_type
4285
+ class RepositorySettingApprovalRulesArgs:
4286
+ def __init__(__self__, *,
4287
+ items: pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemArgs']]]):
4288
+ """
4289
+ :param pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemArgs']]] items: (Updatable) List of approval rules.
4290
+ """
4291
+ pulumi.set(__self__, "items", items)
4292
+
4293
+ @property
4294
+ @pulumi.getter
4295
+ def items(self) -> pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemArgs']]]:
4296
+ """
4297
+ (Updatable) List of approval rules.
4298
+ """
4299
+ return pulumi.get(self, "items")
4300
+
4301
+ @items.setter
4302
+ def items(self, value: pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemArgs']]]):
4303
+ pulumi.set(self, "items", value)
4304
+
4305
+
4306
+ @pulumi.input_type
4307
+ class RepositorySettingApprovalRulesItemArgs:
4308
+ def __init__(__self__, *,
4309
+ min_approvals_count: pulumi.Input[int],
4310
+ name: pulumi.Input[str],
4311
+ destination_branch: Optional[pulumi.Input[str]] = None,
4312
+ reviewers: Optional[pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemReviewerArgs']]]] = None):
4313
+ """
4314
+ :param pulumi.Input[int] min_approvals_count: (Updatable) Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
4315
+ :param pulumi.Input[str] name: (Updatable) Name which is used to uniquely identify an approval rule.
4316
+ :param pulumi.Input[str] destination_branch: (Updatable) Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
4317
+ :param pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemReviewerArgs']]] reviewers: (Updatable) List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
4318
+ """
4319
+ pulumi.set(__self__, "min_approvals_count", min_approvals_count)
4320
+ pulumi.set(__self__, "name", name)
4321
+ if destination_branch is not None:
4322
+ pulumi.set(__self__, "destination_branch", destination_branch)
4323
+ if reviewers is not None:
4324
+ pulumi.set(__self__, "reviewers", reviewers)
4325
+
4326
+ @property
4327
+ @pulumi.getter(name="minApprovalsCount")
4328
+ def min_approvals_count(self) -> pulumi.Input[int]:
4329
+ """
4330
+ (Updatable) Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
4331
+ """
4332
+ return pulumi.get(self, "min_approvals_count")
4333
+
4334
+ @min_approvals_count.setter
4335
+ def min_approvals_count(self, value: pulumi.Input[int]):
4336
+ pulumi.set(self, "min_approvals_count", value)
4337
+
4338
+ @property
4339
+ @pulumi.getter
4340
+ def name(self) -> pulumi.Input[str]:
4341
+ """
4342
+ (Updatable) Name which is used to uniquely identify an approval rule.
4343
+ """
4344
+ return pulumi.get(self, "name")
4345
+
4346
+ @name.setter
4347
+ def name(self, value: pulumi.Input[str]):
4348
+ pulumi.set(self, "name", value)
4349
+
4350
+ @property
4351
+ @pulumi.getter(name="destinationBranch")
4352
+ def destination_branch(self) -> Optional[pulumi.Input[str]]:
4353
+ """
4354
+ (Updatable) Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
4355
+ """
4356
+ return pulumi.get(self, "destination_branch")
4357
+
4358
+ @destination_branch.setter
4359
+ def destination_branch(self, value: Optional[pulumi.Input[str]]):
4360
+ pulumi.set(self, "destination_branch", value)
4361
+
4362
+ @property
4363
+ @pulumi.getter
4364
+ def reviewers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemReviewerArgs']]]]:
4365
+ """
4366
+ (Updatable) List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
4367
+ """
4368
+ return pulumi.get(self, "reviewers")
4369
+
4370
+ @reviewers.setter
4371
+ def reviewers(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RepositorySettingApprovalRulesItemReviewerArgs']]]]):
4372
+ pulumi.set(self, "reviewers", value)
4373
+
4374
+
4375
+ @pulumi.input_type
4376
+ class RepositorySettingApprovalRulesItemReviewerArgs:
4377
+ def __init__(__self__, *,
4378
+ principal_id: pulumi.Input[str],
4379
+ principal_name: Optional[pulumi.Input[str]] = None,
4380
+ principal_state: Optional[pulumi.Input[str]] = None,
4381
+ principal_type: Optional[pulumi.Input[str]] = None):
4382
+ """
4383
+ :param pulumi.Input[str] principal_id: (Updatable) Pull Request reviewer id
4384
+ :param pulumi.Input[str] principal_name: the name of the principal
4385
+ :param pulumi.Input[str] principal_state: The state of the principal, it can be active or inactive or suppressed for emails
4386
+ :param pulumi.Input[str] principal_type: the type of principal
4387
+ """
4388
+ pulumi.set(__self__, "principal_id", principal_id)
4389
+ if principal_name is not None:
4390
+ pulumi.set(__self__, "principal_name", principal_name)
4391
+ if principal_state is not None:
4392
+ pulumi.set(__self__, "principal_state", principal_state)
4393
+ if principal_type is not None:
4394
+ pulumi.set(__self__, "principal_type", principal_type)
4395
+
4396
+ @property
4397
+ @pulumi.getter(name="principalId")
4398
+ def principal_id(self) -> pulumi.Input[str]:
4399
+ """
4400
+ (Updatable) Pull Request reviewer id
4401
+ """
4402
+ return pulumi.get(self, "principal_id")
4403
+
4404
+ @principal_id.setter
4405
+ def principal_id(self, value: pulumi.Input[str]):
4406
+ pulumi.set(self, "principal_id", value)
4407
+
4408
+ @property
4409
+ @pulumi.getter(name="principalName")
4410
+ def principal_name(self) -> Optional[pulumi.Input[str]]:
4411
+ """
4412
+ the name of the principal
4413
+ """
4414
+ return pulumi.get(self, "principal_name")
4415
+
4416
+ @principal_name.setter
4417
+ def principal_name(self, value: Optional[pulumi.Input[str]]):
4418
+ pulumi.set(self, "principal_name", value)
4419
+
4420
+ @property
4421
+ @pulumi.getter(name="principalState")
4422
+ def principal_state(self) -> Optional[pulumi.Input[str]]:
4423
+ """
4424
+ The state of the principal, it can be active or inactive or suppressed for emails
4425
+ """
4426
+ return pulumi.get(self, "principal_state")
4427
+
4428
+ @principal_state.setter
4429
+ def principal_state(self, value: Optional[pulumi.Input[str]]):
4430
+ pulumi.set(self, "principal_state", value)
4431
+
4432
+ @property
4433
+ @pulumi.getter(name="principalType")
4434
+ def principal_type(self) -> Optional[pulumi.Input[str]]:
4435
+ """
4436
+ the type of principal
4437
+ """
4438
+ return pulumi.get(self, "principal_type")
4439
+
4440
+ @principal_type.setter
4441
+ def principal_type(self, value: Optional[pulumi.Input[str]]):
4442
+ pulumi.set(self, "principal_type", value)
4443
+
4444
+
4445
+ @pulumi.input_type
4446
+ class RepositorySettingMergeChecksArgs:
4447
+ def __init__(__self__, *,
4448
+ last_build_succeeded: pulumi.Input[str]):
4449
+ """
4450
+ :param pulumi.Input[str] last_build_succeeded: (Updatable) Indicates whether or not a pull request must have a successful build run and no queued builds before it can be merged
4451
+ """
4452
+ pulumi.set(__self__, "last_build_succeeded", last_build_succeeded)
4453
+
4454
+ @property
4455
+ @pulumi.getter(name="lastBuildSucceeded")
4456
+ def last_build_succeeded(self) -> pulumi.Input[str]:
4457
+ """
4458
+ (Updatable) Indicates whether or not a pull request must have a successful build run and no queued builds before it can be merged
4459
+ """
4460
+ return pulumi.get(self, "last_build_succeeded")
4461
+
4462
+ @last_build_succeeded.setter
4463
+ def last_build_succeeded(self, value: pulumi.Input[str]):
4464
+ pulumi.set(self, "last_build_succeeded", value)
4465
+
4466
+
4467
+ @pulumi.input_type
4468
+ class RepositorySettingMergeSettingsArgs:
4469
+ def __init__(__self__, *,
4470
+ allowed_merge_strategies: pulumi.Input[Sequence[pulumi.Input[str]]],
4471
+ default_merge_strategy: pulumi.Input[str]):
4472
+ """
4473
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_merge_strategies: (Updatable) List of merge strategies which are allowed for a Project or Repository.
4474
+ :param pulumi.Input[str] default_merge_strategy: (Updatable) Default type of merge strategy associated with the a Project or Repository.
4475
+ """
4476
+ pulumi.set(__self__, "allowed_merge_strategies", allowed_merge_strategies)
4477
+ pulumi.set(__self__, "default_merge_strategy", default_merge_strategy)
4478
+
4479
+ @property
4480
+ @pulumi.getter(name="allowedMergeStrategies")
4481
+ def allowed_merge_strategies(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
4482
+ """
4483
+ (Updatable) List of merge strategies which are allowed for a Project or Repository.
4484
+ """
4485
+ return pulumi.get(self, "allowed_merge_strategies")
4486
+
4487
+ @allowed_merge_strategies.setter
4488
+ def allowed_merge_strategies(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
4489
+ pulumi.set(self, "allowed_merge_strategies", value)
4490
+
4491
+ @property
4492
+ @pulumi.getter(name="defaultMergeStrategy")
4493
+ def default_merge_strategy(self) -> pulumi.Input[str]:
4494
+ """
4495
+ (Updatable) Default type of merge strategy associated with the a Project or Repository.
4496
+ """
4497
+ return pulumi.get(self, "default_merge_strategy")
4498
+
4499
+ @default_merge_strategy.setter
4500
+ def default_merge_strategy(self, value: pulumi.Input[str]):
4501
+ pulumi.set(self, "default_merge_strategy", value)
4502
+
4503
+
4054
4504
  @pulumi.input_type
4055
4505
  class TriggerActionArgs:
4056
4506
  def __init__(__self__, *,
@@ -4060,7 +4510,6 @@ class TriggerActionArgs:
4060
4510
  """
4061
4511
  :param pulumi.Input[str] build_pipeline_id: (Updatable) The OCID of the build pipeline to be triggered.
4062
4512
  :param pulumi.Input[str] type: (Updatable) The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
4063
- :param pulumi.Input['TriggerActionFilterArgs'] filter: (Updatable) The filters for the trigger.
4064
4513
  """
4065
4514
  pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
4066
4515
  pulumi.set(__self__, "type", type)
@@ -4094,9 +4543,6 @@ class TriggerActionArgs:
4094
4543
  @property
4095
4544
  @pulumi.getter
4096
4545
  def filter(self) -> Optional[pulumi.Input['TriggerActionFilterArgs']]:
4097
- """
4098
- (Updatable) The filters for the trigger.
4099
- """
4100
4546
  return pulumi.get(self, "filter")
4101
4547
 
4102
4548
  @filter.setter
@@ -4113,9 +4559,13 @@ class TriggerActionFilterArgs:
4113
4559
  include: Optional[pulumi.Input['TriggerActionFilterIncludeArgs']] = None):
4114
4560
  """
4115
4561
  :param pulumi.Input[str] trigger_source: (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
4116
- :param pulumi.Input[Sequence[pulumi.Input[str]]] events: (Updatable) The events, for example, PUSH, PULL_REQUEST_MERGE.
4117
- :param pulumi.Input['TriggerActionFilterExcludeArgs'] exclude: (Updatable) Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
4118
- :param pulumi.Input['TriggerActionFilterIncludeArgs'] include: (Updatable) Attributes to filter GitLab self-hosted server events.
4562
+
4563
+
4564
+ ** IMPORTANT **
4565
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4566
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] events: The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
4567
+ :param pulumi.Input['TriggerActionFilterExcludeArgs'] exclude: Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
4568
+ :param pulumi.Input['TriggerActionFilterIncludeArgs'] include: Attributes to filter GitLab self-hosted server events.
4119
4569
  """
4120
4570
  pulumi.set(__self__, "trigger_source", trigger_source)
4121
4571
  if events is not None:
@@ -4130,6 +4580,10 @@ class TriggerActionFilterArgs:
4130
4580
  def trigger_source(self) -> pulumi.Input[str]:
4131
4581
  """
4132
4582
  (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
4583
+
4584
+
4585
+ ** IMPORTANT **
4586
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4133
4587
  """
4134
4588
  return pulumi.get(self, "trigger_source")
4135
4589
 
@@ -4141,7 +4595,7 @@ class TriggerActionFilterArgs:
4141
4595
  @pulumi.getter
4142
4596
  def events(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4143
4597
  """
4144
- (Updatable) The events, for example, PUSH, PULL_REQUEST_MERGE.
4598
+ The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
4145
4599
  """
4146
4600
  return pulumi.get(self, "events")
4147
4601
 
@@ -4153,7 +4607,7 @@ class TriggerActionFilterArgs:
4153
4607
  @pulumi.getter
4154
4608
  def exclude(self) -> Optional[pulumi.Input['TriggerActionFilterExcludeArgs']]:
4155
4609
  """
4156
- (Updatable) Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
4610
+ Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
4157
4611
  """
4158
4612
  return pulumi.get(self, "exclude")
4159
4613
 
@@ -4165,7 +4619,7 @@ class TriggerActionFilterArgs:
4165
4619
  @pulumi.getter
4166
4620
  def include(self) -> Optional[pulumi.Input['TriggerActionFilterIncludeArgs']]:
4167
4621
  """
4168
- (Updatable) Attributes to filter GitLab self-hosted server events.
4622
+ Attributes to filter GitLab self-hosted server events.
4169
4623
  """
4170
4624
  return pulumi.get(self, "include")
4171
4625
 
@@ -4179,7 +4633,7 @@ class TriggerActionFilterExcludeArgs:
4179
4633
  def __init__(__self__, *,
4180
4634
  file_filter: Optional[pulumi.Input['TriggerActionFilterExcludeFileFilterArgs']] = None):
4181
4635
  """
4182
- :param pulumi.Input['TriggerActionFilterExcludeFileFilterArgs'] file_filter: (Updatable) Attributes to support include/exclude files for triggering build runs.
4636
+ :param pulumi.Input['TriggerActionFilterExcludeFileFilterArgs'] file_filter: Attributes to support include/exclude files for triggering build runs.
4183
4637
  """
4184
4638
  if file_filter is not None:
4185
4639
  pulumi.set(__self__, "file_filter", file_filter)
@@ -4188,7 +4642,7 @@ class TriggerActionFilterExcludeArgs:
4188
4642
  @pulumi.getter(name="fileFilter")
4189
4643
  def file_filter(self) -> Optional[pulumi.Input['TriggerActionFilterExcludeFileFilterArgs']]:
4190
4644
  """
4191
- (Updatable) Attributes to support include/exclude files for triggering build runs.
4645
+ Attributes to support include/exclude files for triggering build runs.
4192
4646
  """
4193
4647
  return pulumi.get(self, "file_filter")
4194
4648
 
@@ -4202,7 +4656,7 @@ class TriggerActionFilterExcludeFileFilterArgs:
4202
4656
  def __init__(__self__, *,
4203
4657
  file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4204
4658
  """
4205
- :param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: (Updatable) The file paths/glob pattern for files.
4659
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: The file paths/glob pattern for files.
4206
4660
  """
4207
4661
  if file_paths is not None:
4208
4662
  pulumi.set(__self__, "file_paths", file_paths)
@@ -4211,7 +4665,7 @@ class TriggerActionFilterExcludeFileFilterArgs:
4211
4665
  @pulumi.getter(name="filePaths")
4212
4666
  def file_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4213
4667
  """
4214
- (Updatable) The file paths/glob pattern for files.
4668
+ The file paths/glob pattern for files.
4215
4669
  """
4216
4670
  return pulumi.get(self, "file_paths")
4217
4671
 
@@ -4228,10 +4682,10 @@ class TriggerActionFilterIncludeArgs:
4228
4682
  head_ref: Optional[pulumi.Input[str]] = None,
4229
4683
  repository_name: Optional[pulumi.Input[str]] = None):
4230
4684
  """
4231
- :param pulumi.Input[str] base_ref: (Updatable) The target branch for pull requests; not applicable for push requests.
4232
- :param pulumi.Input['TriggerActionFilterIncludeFileFilterArgs'] file_filter: (Updatable) Attributes to support include/exclude files for triggering build runs.
4233
- :param pulumi.Input[str] head_ref: (Updatable) Branch for push event; source branch for pull requests.
4234
- :param pulumi.Input[str] repository_name: (Updatable) The repository name for trigger events.
4685
+ :param pulumi.Input[str] base_ref: The target branch for pull requests; not applicable for push requests.
4686
+ :param pulumi.Input['TriggerActionFilterIncludeFileFilterArgs'] file_filter: Attributes to support include/exclude files for triggering build runs.
4687
+ :param pulumi.Input[str] head_ref: Branch for push event; source branch for pull requests.
4688
+ :param pulumi.Input[str] repository_name: The repository name for trigger events.
4235
4689
  """
4236
4690
  if base_ref is not None:
4237
4691
  pulumi.set(__self__, "base_ref", base_ref)
@@ -4246,7 +4700,7 @@ class TriggerActionFilterIncludeArgs:
4246
4700
  @pulumi.getter(name="baseRef")
4247
4701
  def base_ref(self) -> Optional[pulumi.Input[str]]:
4248
4702
  """
4249
- (Updatable) The target branch for pull requests; not applicable for push requests.
4703
+ The target branch for pull requests; not applicable for push requests.
4250
4704
  """
4251
4705
  return pulumi.get(self, "base_ref")
4252
4706
 
@@ -4258,7 +4712,7 @@ class TriggerActionFilterIncludeArgs:
4258
4712
  @pulumi.getter(name="fileFilter")
4259
4713
  def file_filter(self) -> Optional[pulumi.Input['TriggerActionFilterIncludeFileFilterArgs']]:
4260
4714
  """
4261
- (Updatable) Attributes to support include/exclude files for triggering build runs.
4715
+ Attributes to support include/exclude files for triggering build runs.
4262
4716
  """
4263
4717
  return pulumi.get(self, "file_filter")
4264
4718
 
@@ -4270,7 +4724,7 @@ class TriggerActionFilterIncludeArgs:
4270
4724
  @pulumi.getter(name="headRef")
4271
4725
  def head_ref(self) -> Optional[pulumi.Input[str]]:
4272
4726
  """
4273
- (Updatable) Branch for push event; source branch for pull requests.
4727
+ Branch for push event; source branch for pull requests.
4274
4728
  """
4275
4729
  return pulumi.get(self, "head_ref")
4276
4730
 
@@ -4282,7 +4736,7 @@ class TriggerActionFilterIncludeArgs:
4282
4736
  @pulumi.getter(name="repositoryName")
4283
4737
  def repository_name(self) -> Optional[pulumi.Input[str]]:
4284
4738
  """
4285
- (Updatable) The repository name for trigger events.
4739
+ The repository name for trigger events.
4286
4740
  """
4287
4741
  return pulumi.get(self, "repository_name")
4288
4742
 
@@ -4296,7 +4750,7 @@ class TriggerActionFilterIncludeFileFilterArgs:
4296
4750
  def __init__(__self__, *,
4297
4751
  file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4298
4752
  """
4299
- :param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: (Updatable) The file paths/glob pattern for files.
4753
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: The file paths/glob pattern for files.
4300
4754
  """
4301
4755
  if file_paths is not None:
4302
4756
  pulumi.set(__self__, "file_paths", file_paths)
@@ -4305,7 +4759,7 @@ class TriggerActionFilterIncludeFileFilterArgs:
4305
4759
  @pulumi.getter(name="filePaths")
4306
4760
  def file_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4307
4761
  """
4308
- (Updatable) The file paths/glob pattern for files.
4762
+ The file paths/glob pattern for files.
4309
4763
  """
4310
4764
  return pulumi.get(self, "file_paths")
4311
4765
 
@@ -4992,6 +5446,51 @@ class GetRepositoryPathsFilterArgs:
4992
5446
  pulumi.set(self, "regex", value)
4993
5447
 
4994
5448
 
5449
+ @pulumi.input_type
5450
+ class GetRepositoryProtectedBranchesFilterArgs:
5451
+ def __init__(__self__, *,
5452
+ name: str,
5453
+ values: Sequence[str],
5454
+ regex: Optional[bool] = None):
5455
+ """
5456
+ :param str name: A filter to return only resources that match the given branch name.
5457
+ """
5458
+ pulumi.set(__self__, "name", name)
5459
+ pulumi.set(__self__, "values", values)
5460
+ if regex is not None:
5461
+ pulumi.set(__self__, "regex", regex)
5462
+
5463
+ @property
5464
+ @pulumi.getter
5465
+ def name(self) -> str:
5466
+ """
5467
+ A filter to return only resources that match the given branch name.
5468
+ """
5469
+ return pulumi.get(self, "name")
5470
+
5471
+ @name.setter
5472
+ def name(self, value: str):
5473
+ pulumi.set(self, "name", value)
5474
+
5475
+ @property
5476
+ @pulumi.getter
5477
+ def values(self) -> Sequence[str]:
5478
+ return pulumi.get(self, "values")
5479
+
5480
+ @values.setter
5481
+ def values(self, value: Sequence[str]):
5482
+ pulumi.set(self, "values", value)
5483
+
5484
+ @property
5485
+ @pulumi.getter
5486
+ def regex(self) -> Optional[bool]:
5487
+ return pulumi.get(self, "regex")
5488
+
5489
+ @regex.setter
5490
+ def regex(self, value: Optional[bool]):
5491
+ pulumi.set(self, "regex", value)
5492
+
5493
+
4995
5494
  @pulumi.input_type
4996
5495
  class GetRepositoryRefsFilterArgs:
4997
5496
  def __init__(__self__, *,