pulumi-oci 2.6.0__py3-none-any.whl → 2.6.0a1723011044__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.
- pulumi_oci/__init__.py +0 -32
- pulumi_oci/bigdataservice/_inputs.py +14 -157
- pulumi_oci/bigdataservice/bds_instance.py +0 -128
- pulumi_oci/bigdataservice/bds_instance_patch_action.py +3 -64
- pulumi_oci/bigdataservice/get_bds_instance.py +1 -31
- pulumi_oci/bigdataservice/outputs.py +30 -257
- pulumi_oci/devops/__init__.py +0 -6
- pulumi_oci/devops/_inputs.py +32 -531
- pulumi_oci/devops/get_build_runs.py +5 -0
- pulumi_oci/devops/get_repositories.py +1 -1
- pulumi_oci/devops/get_repository.py +4 -17
- pulumi_oci/devops/get_repository_diffs.py +3 -20
- pulumi_oci/devops/get_repository_ref.py +2 -2
- pulumi_oci/devops/get_triggers.py +5 -0
- pulumi_oci/devops/outputs.py +162 -1198
- pulumi_oci/devops/repository.py +75 -66
- pulumi_oci/devops/repository_ref.py +2 -2
- pulumi_oci/jms/__init__.py +0 -4
- pulumi_oci/jms/_inputs.py +0 -80
- pulumi_oci/jms/get_fleet_blocklists.py +2 -2
- pulumi_oci/jms/get_fleet_crypto_analysis_result.py +3 -29
- pulumi_oci/jms/get_fleet_crypto_analysis_results.py +3 -97
- pulumi_oci/jms/get_fleet_export_setting.py +3 -3
- pulumi_oci/jms/get_fleet_export_status.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
- pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +5 -45
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
- pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +5 -25
- pulumi_oci/jms/get_fleets.py +2 -2
- pulumi_oci/jms/get_installation_site.py +4 -4
- pulumi_oci/jms/get_installation_sites.py +4 -4
- pulumi_oci/jms/get_java_downloads_java_download_tokens.py +2 -2
- pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +2 -2
- pulumi_oci/jms/get_java_family.py +1 -14
- pulumi_oci/jms/outputs.py +32 -488
- pulumi_oci/osmanagementhub/get_software_source.py +1 -19
- pulumi_oci/osmanagementhub/software_source.py +0 -82
- pulumi_oci/psql/_inputs.py +4 -8
- pulumi_oci/psql/backup.py +4 -4
- pulumi_oci/psql/configuration.py +38 -141
- pulumi_oci/psql/db_system.py +55 -53
- pulumi_oci/psql/get_backup.py +1 -1
- pulumi_oci/psql/get_configuration.py +1 -27
- pulumi_oci/psql/get_configurations.py +2 -2
- pulumi_oci/psql/get_default_configuration.py +2 -15
- pulumi_oci/psql/get_default_configurations.py +2 -2
- pulumi_oci/psql/outputs.py +13 -176
- pulumi_oci/pulumi-plugin.json +1 -1
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1723011044.dist-info}/METADATA +1 -1
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1723011044.dist-info}/RECORD +52 -62
- pulumi_oci/devops/get_project_repository_setting.py +0 -129
- pulumi_oci/devops/get_repository_protected_branches.py +0 -150
- pulumi_oci/devops/get_repository_setting.py +0 -142
- pulumi_oci/devops/project_repository_setting.py +0 -338
- pulumi_oci/devops/repository_protected_branch_management.py +0 -333
- pulumi_oci/devops/repository_setting.py +0 -391
- pulumi_oci/jms/get_agent_installers.py +0 -190
- pulumi_oci/jms/get_jms_plugin.py +0 -313
- pulumi_oci/jms/get_jms_plugins.py +0 -291
- pulumi_oci/jms/jms_plugin.py +0 -731
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1723011044.dist-info}/WHEEL +0 -0
- {pulumi_oci-2.6.0.dist-info → pulumi_oci-2.6.0a1723011044.dist-info}/top_level.txt +0 -0
pulumi_oci/devops/_inputs.py
CHANGED
@@ -96,17 +96,8 @@ __all__ = [
|
|
96
96
|
'DeploymentDeploymentArgumentsItemArgs',
|
97
97
|
'DeploymentDeploymentExecutionProgressArgs',
|
98
98
|
'ProjectNotificationConfigArgs',
|
99
|
-
'ProjectRepositorySettingApprovalRulesArgs',
|
100
|
-
'ProjectRepositorySettingApprovalRulesItemArgs',
|
101
|
-
'ProjectRepositorySettingApprovalRulesItemReviewerArgs',
|
102
|
-
'ProjectRepositorySettingMergeSettingsArgs',
|
103
99
|
'RepositoryMirrorRepositoryConfigArgs',
|
104
100
|
'RepositoryMirrorRepositoryConfigTriggerScheduleArgs',
|
105
|
-
'RepositorySettingApprovalRulesArgs',
|
106
|
-
'RepositorySettingApprovalRulesItemArgs',
|
107
|
-
'RepositorySettingApprovalRulesItemReviewerArgs',
|
108
|
-
'RepositorySettingMergeChecksArgs',
|
109
|
-
'RepositorySettingMergeSettingsArgs',
|
110
101
|
'TriggerActionArgs',
|
111
102
|
'TriggerActionFilterArgs',
|
112
103
|
'TriggerActionFilterExcludeArgs',
|
@@ -129,7 +120,6 @@ __all__ = [
|
|
129
120
|
'GetRepositoryDiffsFilterArgs',
|
130
121
|
'GetRepositoryMirrorRecordsFilterArgs',
|
131
122
|
'GetRepositoryPathsFilterArgs',
|
132
|
-
'GetRepositoryProtectedBranchesFilterArgs',
|
133
123
|
'GetRepositoryRefsFilterArgs',
|
134
124
|
'GetTriggersFilterArgs',
|
135
125
|
]
|
@@ -1287,6 +1277,7 @@ class BuildRunBuildRunSourceTriggerInfoActionArgs:
|
|
1287
1277
|
type: Optional[pulumi.Input[str]] = None):
|
1288
1278
|
"""
|
1289
1279
|
: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.
|
1290
1281
|
:param pulumi.Input[str] type: The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
|
1291
1282
|
"""
|
1292
1283
|
if build_pipeline_id is not None:
|
@@ -1311,6 +1302,9 @@ class BuildRunBuildRunSourceTriggerInfoActionArgs:
|
|
1311
1302
|
@property
|
1312
1303
|
@pulumi.getter
|
1313
1304
|
def filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterArgs']]]]:
|
1305
|
+
"""
|
1306
|
+
The filters for the trigger.
|
1307
|
+
"""
|
1314
1308
|
return pulumi.get(self, "filters")
|
1315
1309
|
|
1316
1310
|
@filters.setter
|
@@ -1338,8 +1332,7 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
|
|
1338
1332
|
includes: Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs']]]] = None,
|
1339
1333
|
trigger_source: Optional[pulumi.Input[str]] = None):
|
1340
1334
|
"""
|
1341
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] events: The events, for example, PUSH,
|
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.
|
1335
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] events: The events, for example, PUSH, PULL_REQUEST_MERGE.
|
1343
1336
|
:param pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs']]] includes: Attributes to filter GitLab self-hosted server events.
|
1344
1337
|
:param pulumi.Input[str] trigger_source: Source of the trigger. Allowed values are, GITHUB and GITLAB.
|
1345
1338
|
"""
|
@@ -1356,7 +1349,7 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
|
|
1356
1349
|
@pulumi.getter
|
1357
1350
|
def events(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1358
1351
|
"""
|
1359
|
-
The events, for example, PUSH,
|
1352
|
+
The events, for example, PUSH, PULL_REQUEST_MERGE.
|
1360
1353
|
"""
|
1361
1354
|
return pulumi.get(self, "events")
|
1362
1355
|
|
@@ -1367,9 +1360,6 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
|
|
1367
1360
|
@property
|
1368
1361
|
@pulumi.getter
|
1369
1362
|
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
|
-
"""
|
1373
1363
|
return pulumi.get(self, "excludes")
|
1374
1364
|
|
1375
1365
|
@excludes.setter
|
@@ -1405,18 +1395,12 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterArgs:
|
|
1405
1395
|
class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs:
|
1406
1396
|
def __init__(__self__, *,
|
1407
1397
|
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
|
-
"""
|
1411
1398
|
if file_filters is not None:
|
1412
1399
|
pulumi.set(__self__, "file_filters", file_filters)
|
1413
1400
|
|
1414
1401
|
@property
|
1415
1402
|
@pulumi.getter(name="fileFilters")
|
1416
1403
|
def file_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs']]]]:
|
1417
|
-
"""
|
1418
|
-
Attributes to support include/exclude files for triggering build runs.
|
1419
|
-
"""
|
1420
1404
|
return pulumi.get(self, "file_filters")
|
1421
1405
|
|
1422
1406
|
@file_filters.setter
|
@@ -1428,18 +1412,12 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs:
|
|
1428
1412
|
class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs:
|
1429
1413
|
def __init__(__self__, *,
|
1430
1414
|
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
|
-
"""
|
1434
1415
|
if file_paths is not None:
|
1435
1416
|
pulumi.set(__self__, "file_paths", file_paths)
|
1436
1417
|
|
1437
1418
|
@property
|
1438
1419
|
@pulumi.getter(name="filePaths")
|
1439
1420
|
def file_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1440
|
-
"""
|
1441
|
-
The file paths/glob pattern for files.
|
1442
|
-
"""
|
1443
1421
|
return pulumi.get(self, "file_paths")
|
1444
1422
|
|
1445
1423
|
@file_paths.setter
|
@@ -1456,7 +1434,6 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs:
|
|
1456
1434
|
repository_name: Optional[pulumi.Input[str]] = None):
|
1457
1435
|
"""
|
1458
1436
|
: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.
|
1460
1437
|
:param pulumi.Input[str] head_ref: Branch for push event; source branch for pull requests.
|
1461
1438
|
:param pulumi.Input[str] repository_name: The repository name for trigger events.
|
1462
1439
|
"""
|
@@ -1484,9 +1461,6 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs:
|
|
1484
1461
|
@property
|
1485
1462
|
@pulumi.getter(name="fileFilters")
|
1486
1463
|
def file_filters(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs']]]]:
|
1487
|
-
"""
|
1488
|
-
Attributes to support include/exclude files for triggering build runs.
|
1489
|
-
"""
|
1490
1464
|
return pulumi.get(self, "file_filters")
|
1491
1465
|
|
1492
1466
|
@file_filters.setter
|
@@ -1522,18 +1496,12 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs:
|
|
1522
1496
|
class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs:
|
1523
1497
|
def __init__(__self__, *,
|
1524
1498
|
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
|
-
"""
|
1528
1499
|
if file_paths is not None:
|
1529
1500
|
pulumi.set(__self__, "file_paths", file_paths)
|
1530
1501
|
|
1531
1502
|
@property
|
1532
1503
|
@pulumi.getter(name="filePaths")
|
1533
1504
|
def file_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
1534
|
-
"""
|
1535
|
-
The file paths/glob pattern for files.
|
1536
|
-
"""
|
1537
1505
|
return pulumi.get(self, "file_paths")
|
1538
1506
|
|
1539
1507
|
@file_paths.setter
|
@@ -3990,204 +3958,6 @@ class ProjectNotificationConfigArgs:
|
|
3990
3958
|
pulumi.set(self, "topic_id", value)
|
3991
3959
|
|
3992
3960
|
|
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
|
-
|
4191
3961
|
@pulumi.input_type
|
4192
3962
|
class RepositoryMirrorRepositoryConfigArgs:
|
4193
3963
|
def __init__(__self__, *,
|
@@ -4195,7 +3965,7 @@ class RepositoryMirrorRepositoryConfigArgs:
|
|
4195
3965
|
repository_url: Optional[pulumi.Input[str]] = None,
|
4196
3966
|
trigger_schedule: Optional[pulumi.Input['RepositoryMirrorRepositoryConfigTriggerScheduleArgs']] = None):
|
4197
3967
|
"""
|
4198
|
-
:param pulumi.Input[str] connector_id: (Updatable) Upstream git repository connection
|
3968
|
+
:param pulumi.Input[str] connector_id: (Updatable) Upstream git repository connection identifer.
|
4199
3969
|
:param pulumi.Input[str] repository_url: (Updatable) URL of external repository you want to mirror.
|
4200
3970
|
:param pulumi.Input['RepositoryMirrorRepositoryConfigTriggerScheduleArgs'] trigger_schedule: (Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
|
4201
3971
|
"""
|
@@ -4210,7 +3980,7 @@ class RepositoryMirrorRepositoryConfigArgs:
|
|
4210
3980
|
@pulumi.getter(name="connectorId")
|
4211
3981
|
def connector_id(self) -> Optional[pulumi.Input[str]]:
|
4212
3982
|
"""
|
4213
|
-
(Updatable) Upstream git repository connection
|
3983
|
+
(Updatable) Upstream git repository connection identifer.
|
4214
3984
|
"""
|
4215
3985
|
return pulumi.get(self, "connector_id")
|
4216
3986
|
|
@@ -4281,226 +4051,6 @@ class RepositoryMirrorRepositoryConfigTriggerScheduleArgs:
|
|
4281
4051
|
pulumi.set(self, "custom_schedule", value)
|
4282
4052
|
|
4283
4053
|
|
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
|
-
|
4504
4054
|
@pulumi.input_type
|
4505
4055
|
class TriggerActionArgs:
|
4506
4056
|
def __init__(__self__, *,
|
@@ -4510,6 +4060,7 @@ class TriggerActionArgs:
|
|
4510
4060
|
"""
|
4511
4061
|
:param pulumi.Input[str] build_pipeline_id: (Updatable) The OCID of the build pipeline to be triggered.
|
4512
4062
|
: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.
|
4513
4064
|
"""
|
4514
4065
|
pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
|
4515
4066
|
pulumi.set(__self__, "type", type)
|
@@ -4543,6 +4094,9 @@ class TriggerActionArgs:
|
|
4543
4094
|
@property
|
4544
4095
|
@pulumi.getter
|
4545
4096
|
def filter(self) -> Optional[pulumi.Input['TriggerActionFilterArgs']]:
|
4097
|
+
"""
|
4098
|
+
(Updatable) The filters for the trigger.
|
4099
|
+
"""
|
4546
4100
|
return pulumi.get(self, "filter")
|
4547
4101
|
|
4548
4102
|
@filter.setter
|
@@ -4559,13 +4113,9 @@ class TriggerActionFilterArgs:
|
|
4559
4113
|
include: Optional[pulumi.Input['TriggerActionFilterIncludeArgs']] = None):
|
4560
4114
|
"""
|
4561
4115
|
:param pulumi.Input[str] trigger_source: (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
|
4562
|
-
|
4563
|
-
|
4564
|
-
|
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.
|
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.
|
4569
4119
|
"""
|
4570
4120
|
pulumi.set(__self__, "trigger_source", trigger_source)
|
4571
4121
|
if events is not None:
|
@@ -4580,10 +4130,6 @@ class TriggerActionFilterArgs:
|
|
4580
4130
|
def trigger_source(self) -> pulumi.Input[str]:
|
4581
4131
|
"""
|
4582
4132
|
(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
|
4587
4133
|
"""
|
4588
4134
|
return pulumi.get(self, "trigger_source")
|
4589
4135
|
|
@@ -4595,7 +4141,7 @@ class TriggerActionFilterArgs:
|
|
4595
4141
|
@pulumi.getter
|
4596
4142
|
def events(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
4597
4143
|
"""
|
4598
|
-
The events, for example, PUSH,
|
4144
|
+
(Updatable) The events, for example, PUSH, PULL_REQUEST_MERGE.
|
4599
4145
|
"""
|
4600
4146
|
return pulumi.get(self, "events")
|
4601
4147
|
|
@@ -4607,7 +4153,7 @@ class TriggerActionFilterArgs:
|
|
4607
4153
|
@pulumi.getter
|
4608
4154
|
def exclude(self) -> Optional[pulumi.Input['TriggerActionFilterExcludeArgs']]:
|
4609
4155
|
"""
|
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.
|
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.
|
4611
4157
|
"""
|
4612
4158
|
return pulumi.get(self, "exclude")
|
4613
4159
|
|
@@ -4619,7 +4165,7 @@ class TriggerActionFilterArgs:
|
|
4619
4165
|
@pulumi.getter
|
4620
4166
|
def include(self) -> Optional[pulumi.Input['TriggerActionFilterIncludeArgs']]:
|
4621
4167
|
"""
|
4622
|
-
Attributes to filter GitLab self-hosted server events.
|
4168
|
+
(Updatable) Attributes to filter GitLab self-hosted server events.
|
4623
4169
|
"""
|
4624
4170
|
return pulumi.get(self, "include")
|
4625
4171
|
|
@@ -4633,7 +4179,7 @@ class TriggerActionFilterExcludeArgs:
|
|
4633
4179
|
def __init__(__self__, *,
|
4634
4180
|
file_filter: Optional[pulumi.Input['TriggerActionFilterExcludeFileFilterArgs']] = None):
|
4635
4181
|
"""
|
4636
|
-
:param pulumi.Input['TriggerActionFilterExcludeFileFilterArgs'] file_filter: Attributes to support include/exclude files for triggering build runs.
|
4182
|
+
:param pulumi.Input['TriggerActionFilterExcludeFileFilterArgs'] file_filter: (Updatable) Attributes to support include/exclude files for triggering build runs.
|
4637
4183
|
"""
|
4638
4184
|
if file_filter is not None:
|
4639
4185
|
pulumi.set(__self__, "file_filter", file_filter)
|
@@ -4642,7 +4188,7 @@ class TriggerActionFilterExcludeArgs:
|
|
4642
4188
|
@pulumi.getter(name="fileFilter")
|
4643
4189
|
def file_filter(self) -> Optional[pulumi.Input['TriggerActionFilterExcludeFileFilterArgs']]:
|
4644
4190
|
"""
|
4645
|
-
Attributes to support include/exclude files for triggering build runs.
|
4191
|
+
(Updatable) Attributes to support include/exclude files for triggering build runs.
|
4646
4192
|
"""
|
4647
4193
|
return pulumi.get(self, "file_filter")
|
4648
4194
|
|
@@ -4656,7 +4202,7 @@ class TriggerActionFilterExcludeFileFilterArgs:
|
|
4656
4202
|
def __init__(__self__, *,
|
4657
4203
|
file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
4658
4204
|
"""
|
4659
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: The file paths/glob pattern for files.
|
4205
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: (Updatable) The file paths/glob pattern for files.
|
4660
4206
|
"""
|
4661
4207
|
if file_paths is not None:
|
4662
4208
|
pulumi.set(__self__, "file_paths", file_paths)
|
@@ -4665,7 +4211,7 @@ class TriggerActionFilterExcludeFileFilterArgs:
|
|
4665
4211
|
@pulumi.getter(name="filePaths")
|
4666
4212
|
def file_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
4667
4213
|
"""
|
4668
|
-
The file paths/glob pattern for files.
|
4214
|
+
(Updatable) The file paths/glob pattern for files.
|
4669
4215
|
"""
|
4670
4216
|
return pulumi.get(self, "file_paths")
|
4671
4217
|
|
@@ -4682,10 +4228,10 @@ class TriggerActionFilterIncludeArgs:
|
|
4682
4228
|
head_ref: Optional[pulumi.Input[str]] = None,
|
4683
4229
|
repository_name: Optional[pulumi.Input[str]] = None):
|
4684
4230
|
"""
|
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.
|
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.
|
4689
4235
|
"""
|
4690
4236
|
if base_ref is not None:
|
4691
4237
|
pulumi.set(__self__, "base_ref", base_ref)
|
@@ -4700,7 +4246,7 @@ class TriggerActionFilterIncludeArgs:
|
|
4700
4246
|
@pulumi.getter(name="baseRef")
|
4701
4247
|
def base_ref(self) -> Optional[pulumi.Input[str]]:
|
4702
4248
|
"""
|
4703
|
-
The target branch for pull requests; not applicable for push requests.
|
4249
|
+
(Updatable) The target branch for pull requests; not applicable for push requests.
|
4704
4250
|
"""
|
4705
4251
|
return pulumi.get(self, "base_ref")
|
4706
4252
|
|
@@ -4712,7 +4258,7 @@ class TriggerActionFilterIncludeArgs:
|
|
4712
4258
|
@pulumi.getter(name="fileFilter")
|
4713
4259
|
def file_filter(self) -> Optional[pulumi.Input['TriggerActionFilterIncludeFileFilterArgs']]:
|
4714
4260
|
"""
|
4715
|
-
Attributes to support include/exclude files for triggering build runs.
|
4261
|
+
(Updatable) Attributes to support include/exclude files for triggering build runs.
|
4716
4262
|
"""
|
4717
4263
|
return pulumi.get(self, "file_filter")
|
4718
4264
|
|
@@ -4724,7 +4270,7 @@ class TriggerActionFilterIncludeArgs:
|
|
4724
4270
|
@pulumi.getter(name="headRef")
|
4725
4271
|
def head_ref(self) -> Optional[pulumi.Input[str]]:
|
4726
4272
|
"""
|
4727
|
-
Branch for push event; source branch for pull requests.
|
4273
|
+
(Updatable) Branch for push event; source branch for pull requests.
|
4728
4274
|
"""
|
4729
4275
|
return pulumi.get(self, "head_ref")
|
4730
4276
|
|
@@ -4736,7 +4282,7 @@ class TriggerActionFilterIncludeArgs:
|
|
4736
4282
|
@pulumi.getter(name="repositoryName")
|
4737
4283
|
def repository_name(self) -> Optional[pulumi.Input[str]]:
|
4738
4284
|
"""
|
4739
|
-
The repository name for trigger events.
|
4285
|
+
(Updatable) The repository name for trigger events.
|
4740
4286
|
"""
|
4741
4287
|
return pulumi.get(self, "repository_name")
|
4742
4288
|
|
@@ -4750,7 +4296,7 @@ class TriggerActionFilterIncludeFileFilterArgs:
|
|
4750
4296
|
def __init__(__self__, *,
|
4751
4297
|
file_paths: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
4752
4298
|
"""
|
4753
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: The file paths/glob pattern for files.
|
4299
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] file_paths: (Updatable) The file paths/glob pattern for files.
|
4754
4300
|
"""
|
4755
4301
|
if file_paths is not None:
|
4756
4302
|
pulumi.set(__self__, "file_paths", file_paths)
|
@@ -4759,7 +4305,7 @@ class TriggerActionFilterIncludeFileFilterArgs:
|
|
4759
4305
|
@pulumi.getter(name="filePaths")
|
4760
4306
|
def file_paths(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
4761
4307
|
"""
|
4762
|
-
The file paths/glob pattern for files.
|
4308
|
+
(Updatable) The file paths/glob pattern for files.
|
4763
4309
|
"""
|
4764
4310
|
return pulumi.get(self, "file_paths")
|
4765
4311
|
|
@@ -5446,51 +4992,6 @@ class GetRepositoryPathsFilterArgs:
|
|
5446
4992
|
pulumi.set(self, "regex", value)
|
5447
4993
|
|
5448
4994
|
|
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
|
-
|
5494
4995
|
@pulumi.input_type
|
5495
4996
|
class GetRepositoryRefsFilterArgs:
|
5496
4997
|
def __init__(__self__, *,
|