pulumi-gitlab 9.5.0a1761172288__py3-none-any.whl → 9.8.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gitlab/__init__.py +69 -0
- pulumi_gitlab/_inputs.py +557 -0
- pulumi_gitlab/branch.py +1 -1
- pulumi_gitlab/deploy_key_enable.py +4 -42
- pulumi_gitlab/get_artifact_file.py +266 -0
- pulumi_gitlab/get_group_billable_member_memberships.py +2 -2
- pulumi_gitlab/get_group_hook.py +15 -1
- pulumi_gitlab/get_group_membership.py +2 -2
- pulumi_gitlab/get_group_service_account.py +2 -2
- pulumi_gitlab/get_group_service_account_access_tokens.py +138 -0
- pulumi_gitlab/get_group_variable.py +1 -1
- pulumi_gitlab/get_instance_service_account.py +2 -2
- pulumi_gitlab/get_member_role.py +200 -0
- pulumi_gitlab/get_project.py +15 -1
- pulumi_gitlab/get_project_hook.py +17 -3
- pulumi_gitlab/get_project_issue_label_events.py +170 -0
- pulumi_gitlab/get_project_membership.py +2 -2
- pulumi_gitlab/get_project_protected_tag.py +2 -2
- pulumi_gitlab/get_project_secure_file.py +247 -0
- pulumi_gitlab/get_project_tag.py +2 -2
- pulumi_gitlab/get_project_tags.py +1 -1
- pulumi_gitlab/get_projects.py +3 -3
- pulumi_gitlab/get_release_link.py +5 -5
- pulumi_gitlab/get_release_links.py +3 -3
- pulumi_gitlab/get_security_policy_document.py +170 -0
- pulumi_gitlab/get_user.py +32 -0
- pulumi_gitlab/global_level_notifications.py +2 -2
- pulumi_gitlab/group.py +141 -0
- pulumi_gitlab/group_access_token.py +4 -4
- pulumi_gitlab/group_hook.py +163 -112
- pulumi_gitlab/group_label.py +7 -7
- pulumi_gitlab/group_level_mr_approvals.py +36 -0
- pulumi_gitlab/group_membership.py +2 -2
- pulumi_gitlab/group_service_account.py +2 -2
- pulumi_gitlab/group_service_account_access_token.py +92 -2
- pulumi_gitlab/group_share_group.py +2 -2
- pulumi_gitlab/instance_service_account.py +2 -2
- pulumi_gitlab/instance_variable.py +12 -12
- pulumi_gitlab/integration_emails_on_push.py +9 -7
- pulumi_gitlab/label.py +7 -7
- pulumi_gitlab/member_role.py +9 -9
- pulumi_gitlab/outputs.py +851 -15
- pulumi_gitlab/pages_domain.py +7 -7
- pulumi_gitlab/personal_access_token.py +2 -2
- pulumi_gitlab/pipeline_schedule_variable.py +2 -2
- pulumi_gitlab/project.py +54 -7
- pulumi_gitlab/project_access_token.py +2 -2
- pulumi_gitlab/project_approval_rule.py +120 -0
- pulumi_gitlab/project_cicd_catalog.py +314 -0
- pulumi_gitlab/project_deploy_token.py +2 -2
- pulumi_gitlab/project_hook.py +155 -102
- pulumi_gitlab/project_integration_emails_on_push.py +17 -7
- pulumi_gitlab/project_issue_link.py +502 -0
- pulumi_gitlab/project_job_token_scope.py +24 -4
- pulumi_gitlab/project_label.py +11 -11
- pulumi_gitlab/project_level_mr_approvals.py +2 -2
- pulumi_gitlab/project_level_notifications.py +2 -2
- pulumi_gitlab/project_membership.py +2 -2
- pulumi_gitlab/project_mirror.py +8 -6
- pulumi_gitlab/project_package_dependency_proxy.py +446 -0
- pulumi_gitlab/project_pull_mirror.py +837 -0
- pulumi_gitlab/project_push_mirror.py +547 -0
- pulumi_gitlab/project_secure_file.py +489 -0
- pulumi_gitlab/project_tag.py +3 -3
- pulumi_gitlab/project_target_branch_rule.py +2 -2
- pulumi_gitlab/project_variable.py +7 -7
- pulumi_gitlab/project_wiki_page.py +26 -0
- pulumi_gitlab/pulumi-plugin.json +1 -1
- pulumi_gitlab/release_link.py +19 -19
- pulumi_gitlab/runner.py +4 -4
- pulumi_gitlab/system_hook.py +7 -7
- pulumi_gitlab/user_avatar.py +386 -0
- pulumi_gitlab/user_gpg_key.py +2 -2
- pulumi_gitlab/user_impersonation_token.py +2 -2
- pulumi_gitlab/user_runner.py +14 -14
- pulumi_gitlab/user_ssh_key.py +2 -2
- pulumi_gitlab/value_stream_analytics.py +88 -0
- {pulumi_gitlab-9.5.0a1761172288.dist-info → pulumi_gitlab-9.8.1.dist-info}/METADATA +1 -1
- {pulumi_gitlab-9.5.0a1761172288.dist-info → pulumi_gitlab-9.8.1.dist-info}/RECORD +81 -68
- {pulumi_gitlab-9.5.0a1761172288.dist-info → pulumi_gitlab-9.8.1.dist-info}/WHEEL +0 -0
- {pulumi_gitlab-9.5.0a1761172288.dist-info → pulumi_gitlab-9.8.1.dist-info}/top_level.txt +0 -0
pulumi_gitlab/outputs.py
CHANGED
|
@@ -57,8 +57,10 @@ __all__ = [
|
|
|
57
57
|
'GetGroupBillableMemberMembershipsMembershipResult',
|
|
58
58
|
'GetGroupHooksHookResult',
|
|
59
59
|
'GetGroupMembershipMemberResult',
|
|
60
|
+
'GetGroupMembershipMemberGroupSamlIdentityResult',
|
|
60
61
|
'GetGroupProvisionedUsersProvisionedUserResult',
|
|
61
62
|
'GetGroupSamlLinksSamlLinkResult',
|
|
63
|
+
'GetGroupServiceAccountAccessTokensAccessTokenResult',
|
|
62
64
|
'GetGroupSharedWithGroupResult',
|
|
63
65
|
'GetGroupSubgroupsSubgroupResult',
|
|
64
66
|
'GetGroupVariablesVariableResult',
|
|
@@ -79,6 +81,9 @@ __all__ = [
|
|
|
79
81
|
'GetProjectContainerExpirationPolicyResult',
|
|
80
82
|
'GetProjectEnvironmentsEnvironmentResult',
|
|
81
83
|
'GetProjectHooksHookResult',
|
|
84
|
+
'GetProjectIssueLabelEventsEventResult',
|
|
85
|
+
'GetProjectIssueLabelEventsEventLabelResult',
|
|
86
|
+
'GetProjectIssueLabelEventsEventUserResult',
|
|
82
87
|
'GetProjectIssueTaskCompletionStatusResult',
|
|
83
88
|
'GetProjectIssuesIssueResult',
|
|
84
89
|
'GetProjectIssuesIssueTaskCompletionStatusResult',
|
|
@@ -100,6 +105,9 @@ __all__ = [
|
|
|
100
105
|
'GetProjectProtectedTagsProtectedTagResult',
|
|
101
106
|
'GetProjectProtectedTagsProtectedTagCreateAccessLevelResult',
|
|
102
107
|
'GetProjectPushRuleResult',
|
|
108
|
+
'GetProjectSecureFileMetadataResult',
|
|
109
|
+
'GetProjectSecureFileMetadataIssuerResult',
|
|
110
|
+
'GetProjectSecureFileMetadataSubjectResult',
|
|
103
111
|
'GetProjectSharedWithGroupResult',
|
|
104
112
|
'GetProjectTagCommitResult',
|
|
105
113
|
'GetProjectTagReleaseResult',
|
|
@@ -120,6 +128,12 @@ __all__ = [
|
|
|
120
128
|
'GetReleaseLinksReleaseLinkResult',
|
|
121
129
|
'GetRepositoryTreeTreeResult',
|
|
122
130
|
'GetRunnersRunnerResult',
|
|
131
|
+
'GetSecurityPolicyDocumentScanExecutionPolicyResult',
|
|
132
|
+
'GetSecurityPolicyDocumentScanExecutionPolicyActionResult',
|
|
133
|
+
'GetSecurityPolicyDocumentScanExecutionPolicyPolicyScopeResult',
|
|
134
|
+
'GetSecurityPolicyDocumentScanExecutionPolicyPolicyScopeProjectsResult',
|
|
135
|
+
'GetSecurityPolicyDocumentScanExecutionPolicyRuleResult',
|
|
136
|
+
'GetSecurityPolicyDocumentScanExecutionPolicySkipCiResult',
|
|
123
137
|
'GetUserSshkeysKeyResult',
|
|
124
138
|
'GetUsersUserResult',
|
|
125
139
|
]
|
|
@@ -3521,7 +3535,7 @@ class GetGroupBillableMemberMembershipsMembershipResult(dict):
|
|
|
3521
3535
|
source_id: _builtins.int,
|
|
3522
3536
|
source_members_url: _builtins.str):
|
|
3523
3537
|
"""
|
|
3524
|
-
:param _builtins.str access_level: Access-level of the member. For details see: https://docs.gitlab.com/
|
|
3538
|
+
:param _builtins.str access_level: Access-level of the member. For details see: https://docs.gitlab.com/user/permissions/#default-roles
|
|
3525
3539
|
:param _builtins.str created_at: Datetime when the membership was first added.
|
|
3526
3540
|
:param _builtins.str expires_at: Date when the membership will end.
|
|
3527
3541
|
:param _builtins.int id: The id of the membership.
|
|
@@ -3541,7 +3555,7 @@ class GetGroupBillableMemberMembershipsMembershipResult(dict):
|
|
|
3541
3555
|
@pulumi.getter(name="accessLevel")
|
|
3542
3556
|
def access_level(self) -> _builtins.str:
|
|
3543
3557
|
"""
|
|
3544
|
-
Access-level of the member. For details see: https://docs.gitlab.com/
|
|
3558
|
+
Access-level of the member. For details see: https://docs.gitlab.com/user/permissions/#default-roles
|
|
3545
3559
|
"""
|
|
3546
3560
|
return pulumi.get(self, "access_level")
|
|
3547
3561
|
|
|
@@ -3618,6 +3632,7 @@ class GetGroupHooksHookResult(dict):
|
|
|
3618
3632
|
tag_push_events: _builtins.bool,
|
|
3619
3633
|
token: _builtins.str,
|
|
3620
3634
|
url: _builtins.str,
|
|
3635
|
+
vulnerability_events: _builtins.bool,
|
|
3621
3636
|
wiki_page_events: _builtins.bool):
|
|
3622
3637
|
"""
|
|
3623
3638
|
:param _builtins.bool confidential_issues_events: Invoke the hook for confidential issues events.
|
|
@@ -3641,6 +3656,7 @@ class GetGroupHooksHookResult(dict):
|
|
|
3641
3656
|
:param _builtins.bool tag_push_events: Invoke the hook for tag push events.
|
|
3642
3657
|
:param _builtins.str token: A token to present when invoking the hook. The token is only available on resource creation, not in this datasource. It will always be blank. To be removed in 19.0.
|
|
3643
3658
|
:param _builtins.str url: The url of the hook to invoke.
|
|
3659
|
+
:param _builtins.bool vulnerability_events: Invoke the hook for vulnerability events.
|
|
3644
3660
|
:param _builtins.bool wiki_page_events: Invoke the hook for wiki page events.
|
|
3645
3661
|
"""
|
|
3646
3662
|
pulumi.set(__self__, "confidential_issues_events", confidential_issues_events)
|
|
@@ -3664,6 +3680,7 @@ class GetGroupHooksHookResult(dict):
|
|
|
3664
3680
|
pulumi.set(__self__, "tag_push_events", tag_push_events)
|
|
3665
3681
|
pulumi.set(__self__, "token", token)
|
|
3666
3682
|
pulumi.set(__self__, "url", url)
|
|
3683
|
+
pulumi.set(__self__, "vulnerability_events", vulnerability_events)
|
|
3667
3684
|
pulumi.set(__self__, "wiki_page_events", wiki_page_events)
|
|
3668
3685
|
|
|
3669
3686
|
@_builtins.property
|
|
@@ -3835,6 +3852,14 @@ class GetGroupHooksHookResult(dict):
|
|
|
3835
3852
|
"""
|
|
3836
3853
|
return pulumi.get(self, "url")
|
|
3837
3854
|
|
|
3855
|
+
@_builtins.property
|
|
3856
|
+
@pulumi.getter(name="vulnerabilityEvents")
|
|
3857
|
+
def vulnerability_events(self) -> _builtins.bool:
|
|
3858
|
+
"""
|
|
3859
|
+
Invoke the hook for vulnerability events.
|
|
3860
|
+
"""
|
|
3861
|
+
return pulumi.get(self, "vulnerability_events")
|
|
3862
|
+
|
|
3838
3863
|
@_builtins.property
|
|
3839
3864
|
@pulumi.getter(name="wikiPageEvents")
|
|
3840
3865
|
def wiki_page_events(self) -> _builtins.bool:
|
|
@@ -3850,6 +3875,7 @@ class GetGroupMembershipMemberResult(dict):
|
|
|
3850
3875
|
access_level: _builtins.str,
|
|
3851
3876
|
avatar_url: _builtins.str,
|
|
3852
3877
|
expires_at: _builtins.str,
|
|
3878
|
+
group_saml_identity: 'outputs.GetGroupMembershipMemberGroupSamlIdentityResult',
|
|
3853
3879
|
id: _builtins.int,
|
|
3854
3880
|
name: _builtins.str,
|
|
3855
3881
|
state: _builtins.str,
|
|
@@ -3859,6 +3885,7 @@ class GetGroupMembershipMemberResult(dict):
|
|
|
3859
3885
|
:param _builtins.str access_level: The level of access to the group.
|
|
3860
3886
|
:param _builtins.str avatar_url: The avatar URL of the user.
|
|
3861
3887
|
:param _builtins.str expires_at: Expiration date for the group membership.
|
|
3888
|
+
:param 'GetGroupMembershipMemberGroupSamlIdentityArgs' group_saml_identity: SAML identity linked to the group member.
|
|
3862
3889
|
:param _builtins.int id: The unique id assigned to the user by the gitlab server.
|
|
3863
3890
|
:param _builtins.str name: The name of the user.
|
|
3864
3891
|
:param _builtins.str state: Whether the user is active or blocked.
|
|
@@ -3868,6 +3895,7 @@ class GetGroupMembershipMemberResult(dict):
|
|
|
3868
3895
|
pulumi.set(__self__, "access_level", access_level)
|
|
3869
3896
|
pulumi.set(__self__, "avatar_url", avatar_url)
|
|
3870
3897
|
pulumi.set(__self__, "expires_at", expires_at)
|
|
3898
|
+
pulumi.set(__self__, "group_saml_identity", group_saml_identity)
|
|
3871
3899
|
pulumi.set(__self__, "id", id)
|
|
3872
3900
|
pulumi.set(__self__, "name", name)
|
|
3873
3901
|
pulumi.set(__self__, "state", state)
|
|
@@ -3898,6 +3926,14 @@ class GetGroupMembershipMemberResult(dict):
|
|
|
3898
3926
|
"""
|
|
3899
3927
|
return pulumi.get(self, "expires_at")
|
|
3900
3928
|
|
|
3929
|
+
@_builtins.property
|
|
3930
|
+
@pulumi.getter(name="groupSamlIdentity")
|
|
3931
|
+
def group_saml_identity(self) -> 'outputs.GetGroupMembershipMemberGroupSamlIdentityResult':
|
|
3932
|
+
"""
|
|
3933
|
+
SAML identity linked to the group member.
|
|
3934
|
+
"""
|
|
3935
|
+
return pulumi.get(self, "group_saml_identity")
|
|
3936
|
+
|
|
3901
3937
|
@_builtins.property
|
|
3902
3938
|
@pulumi.getter
|
|
3903
3939
|
def id(self) -> _builtins.int:
|
|
@@ -3939,6 +3975,46 @@ class GetGroupMembershipMemberResult(dict):
|
|
|
3939
3975
|
return pulumi.get(self, "web_url")
|
|
3940
3976
|
|
|
3941
3977
|
|
|
3978
|
+
@pulumi.output_type
|
|
3979
|
+
class GetGroupMembershipMemberGroupSamlIdentityResult(dict):
|
|
3980
|
+
def __init__(__self__, *,
|
|
3981
|
+
extern_uid: _builtins.str,
|
|
3982
|
+
provider: _builtins.str,
|
|
3983
|
+
saml_provider_id: _builtins.int):
|
|
3984
|
+
"""
|
|
3985
|
+
:param _builtins.str extern_uid: The external UID of the group SAML identity.
|
|
3986
|
+
:param _builtins.str provider: The provider of the SAML identity.
|
|
3987
|
+
:param _builtins.int saml_provider_id: The ID of the SAML provider.
|
|
3988
|
+
"""
|
|
3989
|
+
pulumi.set(__self__, "extern_uid", extern_uid)
|
|
3990
|
+
pulumi.set(__self__, "provider", provider)
|
|
3991
|
+
pulumi.set(__self__, "saml_provider_id", saml_provider_id)
|
|
3992
|
+
|
|
3993
|
+
@_builtins.property
|
|
3994
|
+
@pulumi.getter(name="externUid")
|
|
3995
|
+
def extern_uid(self) -> _builtins.str:
|
|
3996
|
+
"""
|
|
3997
|
+
The external UID of the group SAML identity.
|
|
3998
|
+
"""
|
|
3999
|
+
return pulumi.get(self, "extern_uid")
|
|
4000
|
+
|
|
4001
|
+
@_builtins.property
|
|
4002
|
+
@pulumi.getter
|
|
4003
|
+
def provider(self) -> _builtins.str:
|
|
4004
|
+
"""
|
|
4005
|
+
The provider of the SAML identity.
|
|
4006
|
+
"""
|
|
4007
|
+
return pulumi.get(self, "provider")
|
|
4008
|
+
|
|
4009
|
+
@_builtins.property
|
|
4010
|
+
@pulumi.getter(name="samlProviderId")
|
|
4011
|
+
def saml_provider_id(self) -> _builtins.int:
|
|
4012
|
+
"""
|
|
4013
|
+
The ID of the SAML provider.
|
|
4014
|
+
"""
|
|
4015
|
+
return pulumi.get(self, "saml_provider_id")
|
|
4016
|
+
|
|
4017
|
+
|
|
3942
4018
|
@pulumi.output_type
|
|
3943
4019
|
class GetGroupProvisionedUsersProvisionedUserResult(dict):
|
|
3944
4020
|
def __init__(__self__, *,
|
|
@@ -4261,6 +4337,60 @@ class GetGroupSamlLinksSamlLinkResult(dict):
|
|
|
4261
4337
|
return pulumi.get(self, "name")
|
|
4262
4338
|
|
|
4263
4339
|
|
|
4340
|
+
@pulumi.output_type
|
|
4341
|
+
class GetGroupServiceAccountAccessTokensAccessTokenResult(dict):
|
|
4342
|
+
def __init__(__self__, *,
|
|
4343
|
+
active: _builtins.bool,
|
|
4344
|
+
created_at: _builtins.str,
|
|
4345
|
+
expires_at: _builtins.str,
|
|
4346
|
+
id: _builtins.str,
|
|
4347
|
+
name: _builtins.str,
|
|
4348
|
+
revoked: _builtins.bool,
|
|
4349
|
+
scopes: Sequence[_builtins.str]):
|
|
4350
|
+
pulumi.set(__self__, "active", active)
|
|
4351
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
4352
|
+
pulumi.set(__self__, "expires_at", expires_at)
|
|
4353
|
+
pulumi.set(__self__, "id", id)
|
|
4354
|
+
pulumi.set(__self__, "name", name)
|
|
4355
|
+
pulumi.set(__self__, "revoked", revoked)
|
|
4356
|
+
pulumi.set(__self__, "scopes", scopes)
|
|
4357
|
+
|
|
4358
|
+
@_builtins.property
|
|
4359
|
+
@pulumi.getter
|
|
4360
|
+
def active(self) -> _builtins.bool:
|
|
4361
|
+
return pulumi.get(self, "active")
|
|
4362
|
+
|
|
4363
|
+
@_builtins.property
|
|
4364
|
+
@pulumi.getter(name="createdAt")
|
|
4365
|
+
def created_at(self) -> _builtins.str:
|
|
4366
|
+
return pulumi.get(self, "created_at")
|
|
4367
|
+
|
|
4368
|
+
@_builtins.property
|
|
4369
|
+
@pulumi.getter(name="expiresAt")
|
|
4370
|
+
def expires_at(self) -> _builtins.str:
|
|
4371
|
+
return pulumi.get(self, "expires_at")
|
|
4372
|
+
|
|
4373
|
+
@_builtins.property
|
|
4374
|
+
@pulumi.getter
|
|
4375
|
+
def id(self) -> _builtins.str:
|
|
4376
|
+
return pulumi.get(self, "id")
|
|
4377
|
+
|
|
4378
|
+
@_builtins.property
|
|
4379
|
+
@pulumi.getter
|
|
4380
|
+
def name(self) -> _builtins.str:
|
|
4381
|
+
return pulumi.get(self, "name")
|
|
4382
|
+
|
|
4383
|
+
@_builtins.property
|
|
4384
|
+
@pulumi.getter
|
|
4385
|
+
def revoked(self) -> _builtins.bool:
|
|
4386
|
+
return pulumi.get(self, "revoked")
|
|
4387
|
+
|
|
4388
|
+
@_builtins.property
|
|
4389
|
+
@pulumi.getter
|
|
4390
|
+
def scopes(self) -> Sequence[_builtins.str]:
|
|
4391
|
+
return pulumi.get(self, "scopes")
|
|
4392
|
+
|
|
4393
|
+
|
|
4264
4394
|
@pulumi.output_type
|
|
4265
4395
|
class GetGroupSharedWithGroupResult(dict):
|
|
4266
4396
|
def __init__(__self__, *,
|
|
@@ -6243,6 +6373,7 @@ class GetProjectHooksHookResult(dict):
|
|
|
6243
6373
|
tag_push_events: _builtins.bool,
|
|
6244
6374
|
token: _builtins.str,
|
|
6245
6375
|
url: _builtins.str,
|
|
6376
|
+
vulnerability_events: _builtins.bool,
|
|
6246
6377
|
wiki_page_events: _builtins.bool):
|
|
6247
6378
|
"""
|
|
6248
6379
|
:param _builtins.bool confidential_issues_events: Invoke the hook for confidential issues events.
|
|
@@ -6264,6 +6395,7 @@ class GetProjectHooksHookResult(dict):
|
|
|
6264
6395
|
:param _builtins.bool tag_push_events: Invoke the hook for tag push events.
|
|
6265
6396
|
:param _builtins.str token: A token to present when invoking the hook. The token is only available on resource creation, not in this datasource. It will always be blank. Will be removed in 19.0.
|
|
6266
6397
|
:param _builtins.str url: The url of the hook to invoke.
|
|
6398
|
+
:param _builtins.bool vulnerability_events: Invoke the hook for vulnerability events.
|
|
6267
6399
|
:param _builtins.bool wiki_page_events: Invoke the hook for wiki page events.
|
|
6268
6400
|
"""
|
|
6269
6401
|
pulumi.set(__self__, "confidential_issues_events", confidential_issues_events)
|
|
@@ -6285,6 +6417,7 @@ class GetProjectHooksHookResult(dict):
|
|
|
6285
6417
|
pulumi.set(__self__, "tag_push_events", tag_push_events)
|
|
6286
6418
|
pulumi.set(__self__, "token", token)
|
|
6287
6419
|
pulumi.set(__self__, "url", url)
|
|
6420
|
+
pulumi.set(__self__, "vulnerability_events", vulnerability_events)
|
|
6288
6421
|
pulumi.set(__self__, "wiki_page_events", wiki_page_events)
|
|
6289
6422
|
|
|
6290
6423
|
@_builtins.property
|
|
@@ -6425,7 +6558,7 @@ class GetProjectHooksHookResult(dict):
|
|
|
6425
6558
|
|
|
6426
6559
|
@_builtins.property
|
|
6427
6560
|
@pulumi.getter
|
|
6428
|
-
@_utilities.deprecated("""The token is only available on resource creation, not in this datasource. It will always be blank.""")
|
|
6561
|
+
@_utilities.deprecated("""The token is only available on resource creation, not in this datasource. It will always be blank. To be removed in 19.0.""")
|
|
6429
6562
|
def token(self) -> _builtins.str:
|
|
6430
6563
|
"""
|
|
6431
6564
|
A token to present when invoking the hook. The token is only available on resource creation, not in this datasource. It will always be blank. Will be removed in 19.0.
|
|
@@ -6440,6 +6573,14 @@ class GetProjectHooksHookResult(dict):
|
|
|
6440
6573
|
"""
|
|
6441
6574
|
return pulumi.get(self, "url")
|
|
6442
6575
|
|
|
6576
|
+
@_builtins.property
|
|
6577
|
+
@pulumi.getter(name="vulnerabilityEvents")
|
|
6578
|
+
def vulnerability_events(self) -> _builtins.bool:
|
|
6579
|
+
"""
|
|
6580
|
+
Invoke the hook for vulnerability events.
|
|
6581
|
+
"""
|
|
6582
|
+
return pulumi.get(self, "vulnerability_events")
|
|
6583
|
+
|
|
6443
6584
|
@_builtins.property
|
|
6444
6585
|
@pulumi.getter(name="wikiPageEvents")
|
|
6445
6586
|
def wiki_page_events(self) -> _builtins.bool:
|
|
@@ -6449,6 +6590,214 @@ class GetProjectHooksHookResult(dict):
|
|
|
6449
6590
|
return pulumi.get(self, "wiki_page_events")
|
|
6450
6591
|
|
|
6451
6592
|
|
|
6593
|
+
@pulumi.output_type
|
|
6594
|
+
class GetProjectIssueLabelEventsEventResult(dict):
|
|
6595
|
+
def __init__(__self__, *,
|
|
6596
|
+
action: _builtins.str,
|
|
6597
|
+
created_at: _builtins.str,
|
|
6598
|
+
id: _builtins.int,
|
|
6599
|
+
label: 'outputs.GetProjectIssueLabelEventsEventLabelResult',
|
|
6600
|
+
resource_id: _builtins.int,
|
|
6601
|
+
resource_type: _builtins.str,
|
|
6602
|
+
user: 'outputs.GetProjectIssueLabelEventsEventUserResult'):
|
|
6603
|
+
"""
|
|
6604
|
+
:param _builtins.str action: The action performed on the label (add, remove).
|
|
6605
|
+
:param _builtins.str created_at: The date and time when the label event was created.
|
|
6606
|
+
:param _builtins.int id: The ID of the label event.
|
|
6607
|
+
:param 'GetProjectIssueLabelEventsEventLabelArgs' label: The label that was added or removed.
|
|
6608
|
+
:param _builtins.int resource_id: The ID of the resource associated with the label event.
|
|
6609
|
+
:param _builtins.str resource_type: The type of the resource associated with the label event.
|
|
6610
|
+
:param 'GetProjectIssueLabelEventsEventUserArgs' user: The user who performed the action.
|
|
6611
|
+
"""
|
|
6612
|
+
pulumi.set(__self__, "action", action)
|
|
6613
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
6614
|
+
pulumi.set(__self__, "id", id)
|
|
6615
|
+
pulumi.set(__self__, "label", label)
|
|
6616
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
6617
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
|
6618
|
+
pulumi.set(__self__, "user", user)
|
|
6619
|
+
|
|
6620
|
+
@_builtins.property
|
|
6621
|
+
@pulumi.getter
|
|
6622
|
+
def action(self) -> _builtins.str:
|
|
6623
|
+
"""
|
|
6624
|
+
The action performed on the label (add, remove).
|
|
6625
|
+
"""
|
|
6626
|
+
return pulumi.get(self, "action")
|
|
6627
|
+
|
|
6628
|
+
@_builtins.property
|
|
6629
|
+
@pulumi.getter(name="createdAt")
|
|
6630
|
+
def created_at(self) -> _builtins.str:
|
|
6631
|
+
"""
|
|
6632
|
+
The date and time when the label event was created.
|
|
6633
|
+
"""
|
|
6634
|
+
return pulumi.get(self, "created_at")
|
|
6635
|
+
|
|
6636
|
+
@_builtins.property
|
|
6637
|
+
@pulumi.getter
|
|
6638
|
+
def id(self) -> _builtins.int:
|
|
6639
|
+
"""
|
|
6640
|
+
The ID of the label event.
|
|
6641
|
+
"""
|
|
6642
|
+
return pulumi.get(self, "id")
|
|
6643
|
+
|
|
6644
|
+
@_builtins.property
|
|
6645
|
+
@pulumi.getter
|
|
6646
|
+
def label(self) -> 'outputs.GetProjectIssueLabelEventsEventLabelResult':
|
|
6647
|
+
"""
|
|
6648
|
+
The label that was added or removed.
|
|
6649
|
+
"""
|
|
6650
|
+
return pulumi.get(self, "label")
|
|
6651
|
+
|
|
6652
|
+
@_builtins.property
|
|
6653
|
+
@pulumi.getter(name="resourceId")
|
|
6654
|
+
def resource_id(self) -> _builtins.int:
|
|
6655
|
+
"""
|
|
6656
|
+
The ID of the resource associated with the label event.
|
|
6657
|
+
"""
|
|
6658
|
+
return pulumi.get(self, "resource_id")
|
|
6659
|
+
|
|
6660
|
+
@_builtins.property
|
|
6661
|
+
@pulumi.getter(name="resourceType")
|
|
6662
|
+
def resource_type(self) -> _builtins.str:
|
|
6663
|
+
"""
|
|
6664
|
+
The type of the resource associated with the label event.
|
|
6665
|
+
"""
|
|
6666
|
+
return pulumi.get(self, "resource_type")
|
|
6667
|
+
|
|
6668
|
+
@_builtins.property
|
|
6669
|
+
@pulumi.getter
|
|
6670
|
+
def user(self) -> 'outputs.GetProjectIssueLabelEventsEventUserResult':
|
|
6671
|
+
"""
|
|
6672
|
+
The user who performed the action.
|
|
6673
|
+
"""
|
|
6674
|
+
return pulumi.get(self, "user")
|
|
6675
|
+
|
|
6676
|
+
|
|
6677
|
+
@pulumi.output_type
|
|
6678
|
+
class GetProjectIssueLabelEventsEventLabelResult(dict):
|
|
6679
|
+
def __init__(__self__, *,
|
|
6680
|
+
color: _builtins.str,
|
|
6681
|
+
description: _builtins.str,
|
|
6682
|
+
id: _builtins.int,
|
|
6683
|
+
name: _builtins.str):
|
|
6684
|
+
"""
|
|
6685
|
+
:param _builtins.str color: The color of the label.
|
|
6686
|
+
:param _builtins.str description: The description of the label.
|
|
6687
|
+
:param _builtins.int id: The ID of the label.
|
|
6688
|
+
:param _builtins.str name: The name of the label.
|
|
6689
|
+
"""
|
|
6690
|
+
pulumi.set(__self__, "color", color)
|
|
6691
|
+
pulumi.set(__self__, "description", description)
|
|
6692
|
+
pulumi.set(__self__, "id", id)
|
|
6693
|
+
pulumi.set(__self__, "name", name)
|
|
6694
|
+
|
|
6695
|
+
@_builtins.property
|
|
6696
|
+
@pulumi.getter
|
|
6697
|
+
def color(self) -> _builtins.str:
|
|
6698
|
+
"""
|
|
6699
|
+
The color of the label.
|
|
6700
|
+
"""
|
|
6701
|
+
return pulumi.get(self, "color")
|
|
6702
|
+
|
|
6703
|
+
@_builtins.property
|
|
6704
|
+
@pulumi.getter
|
|
6705
|
+
def description(self) -> _builtins.str:
|
|
6706
|
+
"""
|
|
6707
|
+
The description of the label.
|
|
6708
|
+
"""
|
|
6709
|
+
return pulumi.get(self, "description")
|
|
6710
|
+
|
|
6711
|
+
@_builtins.property
|
|
6712
|
+
@pulumi.getter
|
|
6713
|
+
def id(self) -> _builtins.int:
|
|
6714
|
+
"""
|
|
6715
|
+
The ID of the label.
|
|
6716
|
+
"""
|
|
6717
|
+
return pulumi.get(self, "id")
|
|
6718
|
+
|
|
6719
|
+
@_builtins.property
|
|
6720
|
+
@pulumi.getter
|
|
6721
|
+
def name(self) -> _builtins.str:
|
|
6722
|
+
"""
|
|
6723
|
+
The name of the label.
|
|
6724
|
+
"""
|
|
6725
|
+
return pulumi.get(self, "name")
|
|
6726
|
+
|
|
6727
|
+
|
|
6728
|
+
@pulumi.output_type
|
|
6729
|
+
class GetProjectIssueLabelEventsEventUserResult(dict):
|
|
6730
|
+
def __init__(__self__, *,
|
|
6731
|
+
avatar_url: _builtins.str,
|
|
6732
|
+
id: _builtins.int,
|
|
6733
|
+
name: _builtins.str,
|
|
6734
|
+
state: _builtins.str,
|
|
6735
|
+
username: _builtins.str,
|
|
6736
|
+
web_url: _builtins.str):
|
|
6737
|
+
"""
|
|
6738
|
+
:param _builtins.str avatar_url: The avatar URL of the user.
|
|
6739
|
+
:param _builtins.int id: The ID of the user.
|
|
6740
|
+
:param _builtins.str name: The name of the user.
|
|
6741
|
+
:param _builtins.str state: The state of the user.
|
|
6742
|
+
:param _builtins.str username: The username of the user.
|
|
6743
|
+
:param _builtins.str web_url: The web URL of the user.
|
|
6744
|
+
"""
|
|
6745
|
+
pulumi.set(__self__, "avatar_url", avatar_url)
|
|
6746
|
+
pulumi.set(__self__, "id", id)
|
|
6747
|
+
pulumi.set(__self__, "name", name)
|
|
6748
|
+
pulumi.set(__self__, "state", state)
|
|
6749
|
+
pulumi.set(__self__, "username", username)
|
|
6750
|
+
pulumi.set(__self__, "web_url", web_url)
|
|
6751
|
+
|
|
6752
|
+
@_builtins.property
|
|
6753
|
+
@pulumi.getter(name="avatarUrl")
|
|
6754
|
+
def avatar_url(self) -> _builtins.str:
|
|
6755
|
+
"""
|
|
6756
|
+
The avatar URL of the user.
|
|
6757
|
+
"""
|
|
6758
|
+
return pulumi.get(self, "avatar_url")
|
|
6759
|
+
|
|
6760
|
+
@_builtins.property
|
|
6761
|
+
@pulumi.getter
|
|
6762
|
+
def id(self) -> _builtins.int:
|
|
6763
|
+
"""
|
|
6764
|
+
The ID of the user.
|
|
6765
|
+
"""
|
|
6766
|
+
return pulumi.get(self, "id")
|
|
6767
|
+
|
|
6768
|
+
@_builtins.property
|
|
6769
|
+
@pulumi.getter
|
|
6770
|
+
def name(self) -> _builtins.str:
|
|
6771
|
+
"""
|
|
6772
|
+
The name of the user.
|
|
6773
|
+
"""
|
|
6774
|
+
return pulumi.get(self, "name")
|
|
6775
|
+
|
|
6776
|
+
@_builtins.property
|
|
6777
|
+
@pulumi.getter
|
|
6778
|
+
def state(self) -> _builtins.str:
|
|
6779
|
+
"""
|
|
6780
|
+
The state of the user.
|
|
6781
|
+
"""
|
|
6782
|
+
return pulumi.get(self, "state")
|
|
6783
|
+
|
|
6784
|
+
@_builtins.property
|
|
6785
|
+
@pulumi.getter
|
|
6786
|
+
def username(self) -> _builtins.str:
|
|
6787
|
+
"""
|
|
6788
|
+
The username of the user.
|
|
6789
|
+
"""
|
|
6790
|
+
return pulumi.get(self, "username")
|
|
6791
|
+
|
|
6792
|
+
@_builtins.property
|
|
6793
|
+
@pulumi.getter(name="webUrl")
|
|
6794
|
+
def web_url(self) -> _builtins.str:
|
|
6795
|
+
"""
|
|
6796
|
+
The web URL of the user.
|
|
6797
|
+
"""
|
|
6798
|
+
return pulumi.get(self, "web_url")
|
|
6799
|
+
|
|
6800
|
+
|
|
6452
6801
|
@pulumi.output_type
|
|
6453
6802
|
class GetProjectIssueTaskCompletionStatusResult(dict):
|
|
6454
6803
|
def __init__(__self__, *,
|
|
@@ -8352,6 +8701,170 @@ class GetProjectPushRuleResult(dict):
|
|
|
8352
8701
|
return pulumi.get(self, "reject_unsigned_commits")
|
|
8353
8702
|
|
|
8354
8703
|
|
|
8704
|
+
@pulumi.output_type
|
|
8705
|
+
class GetProjectSecureFileMetadataResult(dict):
|
|
8706
|
+
def __init__(__self__, *,
|
|
8707
|
+
expires_at: _builtins.str,
|
|
8708
|
+
id: _builtins.str,
|
|
8709
|
+
issuer: 'outputs.GetProjectSecureFileMetadataIssuerResult',
|
|
8710
|
+
subject: 'outputs.GetProjectSecureFileMetadataSubjectResult'):
|
|
8711
|
+
"""
|
|
8712
|
+
:param _builtins.str expires_at: Certificate expiration date
|
|
8713
|
+
:param _builtins.str id: Certificate ID
|
|
8714
|
+
:param 'GetProjectSecureFileMetadataIssuerArgs' issuer: Certificate issuer information
|
|
8715
|
+
:param 'GetProjectSecureFileMetadataSubjectArgs' subject: Certificate subject information
|
|
8716
|
+
"""
|
|
8717
|
+
pulumi.set(__self__, "expires_at", expires_at)
|
|
8718
|
+
pulumi.set(__self__, "id", id)
|
|
8719
|
+
pulumi.set(__self__, "issuer", issuer)
|
|
8720
|
+
pulumi.set(__self__, "subject", subject)
|
|
8721
|
+
|
|
8722
|
+
@_builtins.property
|
|
8723
|
+
@pulumi.getter(name="expiresAt")
|
|
8724
|
+
def expires_at(self) -> _builtins.str:
|
|
8725
|
+
"""
|
|
8726
|
+
Certificate expiration date
|
|
8727
|
+
"""
|
|
8728
|
+
return pulumi.get(self, "expires_at")
|
|
8729
|
+
|
|
8730
|
+
@_builtins.property
|
|
8731
|
+
@pulumi.getter
|
|
8732
|
+
def id(self) -> _builtins.str:
|
|
8733
|
+
"""
|
|
8734
|
+
Certificate ID
|
|
8735
|
+
"""
|
|
8736
|
+
return pulumi.get(self, "id")
|
|
8737
|
+
|
|
8738
|
+
@_builtins.property
|
|
8739
|
+
@pulumi.getter
|
|
8740
|
+
def issuer(self) -> 'outputs.GetProjectSecureFileMetadataIssuerResult':
|
|
8741
|
+
"""
|
|
8742
|
+
Certificate issuer information
|
|
8743
|
+
"""
|
|
8744
|
+
return pulumi.get(self, "issuer")
|
|
8745
|
+
|
|
8746
|
+
@_builtins.property
|
|
8747
|
+
@pulumi.getter
|
|
8748
|
+
def subject(self) -> 'outputs.GetProjectSecureFileMetadataSubjectResult':
|
|
8749
|
+
"""
|
|
8750
|
+
Certificate subject information
|
|
8751
|
+
"""
|
|
8752
|
+
return pulumi.get(self, "subject")
|
|
8753
|
+
|
|
8754
|
+
|
|
8755
|
+
@pulumi.output_type
|
|
8756
|
+
class GetProjectSecureFileMetadataIssuerResult(dict):
|
|
8757
|
+
def __init__(__self__, *,
|
|
8758
|
+
c: _builtins.str,
|
|
8759
|
+
cn: _builtins.str,
|
|
8760
|
+
o: _builtins.str,
|
|
8761
|
+
ou: _builtins.str):
|
|
8762
|
+
"""
|
|
8763
|
+
:param _builtins.str c: Country
|
|
8764
|
+
:param _builtins.str cn: Common Name
|
|
8765
|
+
:param _builtins.str o: Organization
|
|
8766
|
+
:param _builtins.str ou: Organizational Unit
|
|
8767
|
+
"""
|
|
8768
|
+
pulumi.set(__self__, "c", c)
|
|
8769
|
+
pulumi.set(__self__, "cn", cn)
|
|
8770
|
+
pulumi.set(__self__, "o", o)
|
|
8771
|
+
pulumi.set(__self__, "ou", ou)
|
|
8772
|
+
|
|
8773
|
+
@_builtins.property
|
|
8774
|
+
@pulumi.getter
|
|
8775
|
+
def c(self) -> _builtins.str:
|
|
8776
|
+
"""
|
|
8777
|
+
Country
|
|
8778
|
+
"""
|
|
8779
|
+
return pulumi.get(self, "c")
|
|
8780
|
+
|
|
8781
|
+
@_builtins.property
|
|
8782
|
+
@pulumi.getter
|
|
8783
|
+
def cn(self) -> _builtins.str:
|
|
8784
|
+
"""
|
|
8785
|
+
Common Name
|
|
8786
|
+
"""
|
|
8787
|
+
return pulumi.get(self, "cn")
|
|
8788
|
+
|
|
8789
|
+
@_builtins.property
|
|
8790
|
+
@pulumi.getter
|
|
8791
|
+
def o(self) -> _builtins.str:
|
|
8792
|
+
"""
|
|
8793
|
+
Organization
|
|
8794
|
+
"""
|
|
8795
|
+
return pulumi.get(self, "o")
|
|
8796
|
+
|
|
8797
|
+
@_builtins.property
|
|
8798
|
+
@pulumi.getter
|
|
8799
|
+
def ou(self) -> _builtins.str:
|
|
8800
|
+
"""
|
|
8801
|
+
Organizational Unit
|
|
8802
|
+
"""
|
|
8803
|
+
return pulumi.get(self, "ou")
|
|
8804
|
+
|
|
8805
|
+
|
|
8806
|
+
@pulumi.output_type
|
|
8807
|
+
class GetProjectSecureFileMetadataSubjectResult(dict):
|
|
8808
|
+
def __init__(__self__, *,
|
|
8809
|
+
c: _builtins.str,
|
|
8810
|
+
cn: _builtins.str,
|
|
8811
|
+
o: _builtins.str,
|
|
8812
|
+
ou: _builtins.str,
|
|
8813
|
+
uid: _builtins.str):
|
|
8814
|
+
"""
|
|
8815
|
+
:param _builtins.str c: Country
|
|
8816
|
+
:param _builtins.str cn: Common Name
|
|
8817
|
+
:param _builtins.str o: Organization
|
|
8818
|
+
:param _builtins.str ou: Organizational Unit
|
|
8819
|
+
:param _builtins.str uid: User ID
|
|
8820
|
+
"""
|
|
8821
|
+
pulumi.set(__self__, "c", c)
|
|
8822
|
+
pulumi.set(__self__, "cn", cn)
|
|
8823
|
+
pulumi.set(__self__, "o", o)
|
|
8824
|
+
pulumi.set(__self__, "ou", ou)
|
|
8825
|
+
pulumi.set(__self__, "uid", uid)
|
|
8826
|
+
|
|
8827
|
+
@_builtins.property
|
|
8828
|
+
@pulumi.getter
|
|
8829
|
+
def c(self) -> _builtins.str:
|
|
8830
|
+
"""
|
|
8831
|
+
Country
|
|
8832
|
+
"""
|
|
8833
|
+
return pulumi.get(self, "c")
|
|
8834
|
+
|
|
8835
|
+
@_builtins.property
|
|
8836
|
+
@pulumi.getter
|
|
8837
|
+
def cn(self) -> _builtins.str:
|
|
8838
|
+
"""
|
|
8839
|
+
Common Name
|
|
8840
|
+
"""
|
|
8841
|
+
return pulumi.get(self, "cn")
|
|
8842
|
+
|
|
8843
|
+
@_builtins.property
|
|
8844
|
+
@pulumi.getter
|
|
8845
|
+
def o(self) -> _builtins.str:
|
|
8846
|
+
"""
|
|
8847
|
+
Organization
|
|
8848
|
+
"""
|
|
8849
|
+
return pulumi.get(self, "o")
|
|
8850
|
+
|
|
8851
|
+
@_builtins.property
|
|
8852
|
+
@pulumi.getter
|
|
8853
|
+
def ou(self) -> _builtins.str:
|
|
8854
|
+
"""
|
|
8855
|
+
Organizational Unit
|
|
8856
|
+
"""
|
|
8857
|
+
return pulumi.get(self, "ou")
|
|
8858
|
+
|
|
8859
|
+
@_builtins.property
|
|
8860
|
+
@pulumi.getter
|
|
8861
|
+
def uid(self) -> _builtins.str:
|
|
8862
|
+
"""
|
|
8863
|
+
User ID
|
|
8864
|
+
"""
|
|
8865
|
+
return pulumi.get(self, "uid")
|
|
8866
|
+
|
|
8867
|
+
|
|
8355
8868
|
@pulumi.output_type
|
|
8356
8869
|
class GetProjectSharedWithGroupResult(dict):
|
|
8357
8870
|
def __init__(__self__, *,
|
|
@@ -8537,7 +9050,7 @@ class GetProjectTagReleaseResult(dict):
|
|
|
8537
9050
|
description: _builtins.str,
|
|
8538
9051
|
tag_name: _builtins.str):
|
|
8539
9052
|
"""
|
|
8540
|
-
:param _builtins.str description: The description of release.
|
|
9053
|
+
:param _builtins.str description: The description of the release.
|
|
8541
9054
|
:param _builtins.str tag_name: The name of the tag.
|
|
8542
9055
|
"""
|
|
8543
9056
|
pulumi.set(__self__, "description", description)
|
|
@@ -8547,7 +9060,7 @@ class GetProjectTagReleaseResult(dict):
|
|
|
8547
9060
|
@pulumi.getter
|
|
8548
9061
|
def description(self) -> _builtins.str:
|
|
8549
9062
|
"""
|
|
8550
|
-
The description of release.
|
|
9063
|
+
The description of the release.
|
|
8551
9064
|
"""
|
|
8552
9065
|
return pulumi.get(self, "description")
|
|
8553
9066
|
|
|
@@ -8573,7 +9086,7 @@ class GetProjectTagsTagResult(dict):
|
|
|
8573
9086
|
:param Sequence['GetProjectTagsTagCommitArgs'] commits: The commit associated with the tag.
|
|
8574
9087
|
:param _builtins.str message: The message of the annotated tag.
|
|
8575
9088
|
:param _builtins.str name: The name of a tag.
|
|
8576
|
-
:param _builtins.bool protected:
|
|
9089
|
+
:param _builtins.bool protected: True if tag has tag protection.
|
|
8577
9090
|
:param Sequence['GetProjectTagsTagReleaseArgs'] releases: The release associated with the tag.
|
|
8578
9091
|
:param _builtins.str target: The unique id assigned to the commit by Gitlab.
|
|
8579
9092
|
"""
|
|
@@ -8612,7 +9125,7 @@ class GetProjectTagsTagResult(dict):
|
|
|
8612
9125
|
@pulumi.getter
|
|
8613
9126
|
def protected(self) -> _builtins.bool:
|
|
8614
9127
|
"""
|
|
8615
|
-
|
|
9128
|
+
True if tag has tag protection.
|
|
8616
9129
|
"""
|
|
8617
9130
|
return pulumi.get(self, "protected")
|
|
8618
9131
|
|
|
@@ -8767,7 +9280,7 @@ class GetProjectTagsTagReleaseResult(dict):
|
|
|
8767
9280
|
description: _builtins.str,
|
|
8768
9281
|
tag_name: _builtins.str):
|
|
8769
9282
|
"""
|
|
8770
|
-
:param _builtins.str description: The description of release.
|
|
9283
|
+
:param _builtins.str description: The description of the release.
|
|
8771
9284
|
:param _builtins.str tag_name: The name of the tag.
|
|
8772
9285
|
"""
|
|
8773
9286
|
pulumi.set(__self__, "description", description)
|
|
@@ -8777,7 +9290,7 @@ class GetProjectTagsTagReleaseResult(dict):
|
|
|
8777
9290
|
@pulumi.getter
|
|
8778
9291
|
def description(self) -> _builtins.str:
|
|
8779
9292
|
"""
|
|
8780
|
-
The description of release.
|
|
9293
|
+
The description of the release.
|
|
8781
9294
|
"""
|
|
8782
9295
|
return pulumi.get(self, "description")
|
|
8783
9296
|
|
|
@@ -10573,13 +11086,13 @@ class GetReleaseLinksReleaseLinkResult(dict):
|
|
|
10573
11086
|
tag_name: _builtins.str,
|
|
10574
11087
|
url: _builtins.str):
|
|
10575
11088
|
"""
|
|
10576
|
-
:param _builtins.str direct_asset_url: Full path for a [Direct Asset link](https://docs.gitlab.com/user/project/releases/
|
|
11089
|
+
:param _builtins.str direct_asset_url: Full path for a [Direct Asset link](https://docs.gitlab.com/user/project/releases/release_fields/#permanent-links-to-latest-release-assets).
|
|
10577
11090
|
:param _builtins.bool external: External or internal link.
|
|
10578
|
-
:param _builtins.str filepath: Relative path for a [Direct Asset link](https://docs.gitlab.com/user/project/releases/
|
|
11091
|
+
:param _builtins.str filepath: Relative path for a [Direct Asset link](https://docs.gitlab.com/user/project/releases/release_fields/#permanent-links-to-latest-release-assets).
|
|
10579
11092
|
:param _builtins.int link_id: The ID of the link.
|
|
10580
11093
|
:param _builtins.str link_type: The type of the link. Valid values are `other`, `runbook`, `image`, `package`.
|
|
10581
11094
|
:param _builtins.str name: The name of the link. Link names must be unique within the release.
|
|
10582
|
-
:param _builtins.str project: The ID or
|
|
11095
|
+
:param _builtins.str project: The ID or Namespace path of the project.
|
|
10583
11096
|
:param _builtins.str tag_name: The tag associated with the Release.
|
|
10584
11097
|
:param _builtins.str url: The URL of the link. Link URLs must be unique within the release.
|
|
10585
11098
|
"""
|
|
@@ -10597,7 +11110,7 @@ class GetReleaseLinksReleaseLinkResult(dict):
|
|
|
10597
11110
|
@pulumi.getter(name="directAssetUrl")
|
|
10598
11111
|
def direct_asset_url(self) -> _builtins.str:
|
|
10599
11112
|
"""
|
|
10600
|
-
Full path for a [Direct Asset link](https://docs.gitlab.com/user/project/releases/
|
|
11113
|
+
Full path for a [Direct Asset link](https://docs.gitlab.com/user/project/releases/release_fields/#permanent-links-to-latest-release-assets).
|
|
10601
11114
|
"""
|
|
10602
11115
|
return pulumi.get(self, "direct_asset_url")
|
|
10603
11116
|
|
|
@@ -10613,7 +11126,7 @@ class GetReleaseLinksReleaseLinkResult(dict):
|
|
|
10613
11126
|
@pulumi.getter
|
|
10614
11127
|
def filepath(self) -> _builtins.str:
|
|
10615
11128
|
"""
|
|
10616
|
-
Relative path for a [Direct Asset link](https://docs.gitlab.com/user/project/releases/
|
|
11129
|
+
Relative path for a [Direct Asset link](https://docs.gitlab.com/user/project/releases/release_fields/#permanent-links-to-latest-release-assets).
|
|
10617
11130
|
"""
|
|
10618
11131
|
return pulumi.get(self, "filepath")
|
|
10619
11132
|
|
|
@@ -10645,7 +11158,7 @@ class GetReleaseLinksReleaseLinkResult(dict):
|
|
|
10645
11158
|
@pulumi.getter
|
|
10646
11159
|
def project(self) -> _builtins.str:
|
|
10647
11160
|
"""
|
|
10648
|
-
The ID or
|
|
11161
|
+
The ID or Namespace path of the project.
|
|
10649
11162
|
"""
|
|
10650
11163
|
return pulumi.get(self, "project")
|
|
10651
11164
|
|
|
@@ -10824,6 +11337,329 @@ class GetRunnersRunnerResult(dict):
|
|
|
10824
11337
|
return pulumi.get(self, "status")
|
|
10825
11338
|
|
|
10826
11339
|
|
|
11340
|
+
@pulumi.output_type
|
|
11341
|
+
class GetSecurityPolicyDocumentScanExecutionPolicyResult(dict):
|
|
11342
|
+
def __init__(__self__, *,
|
|
11343
|
+
actions: Sequence['outputs.GetSecurityPolicyDocumentScanExecutionPolicyActionResult'],
|
|
11344
|
+
enabled: _builtins.bool,
|
|
11345
|
+
name: _builtins.str,
|
|
11346
|
+
rules: Sequence['outputs.GetSecurityPolicyDocumentScanExecutionPolicyRuleResult'],
|
|
11347
|
+
description: Optional[_builtins.str] = None,
|
|
11348
|
+
policy_scope: Optional['outputs.GetSecurityPolicyDocumentScanExecutionPolicyPolicyScopeResult'] = None,
|
|
11349
|
+
skip_ci: Optional['outputs.GetSecurityPolicyDocumentScanExecutionPolicySkipCiResult'] = None):
|
|
11350
|
+
"""
|
|
11351
|
+
:param Sequence['GetSecurityPolicyDocumentScanExecutionPolicyActionArgs'] actions: Actions to execute when rules match. At least one action is required.
|
|
11352
|
+
:param _builtins.bool enabled: Whether the policy is enabled.
|
|
11353
|
+
:param _builtins.str name: Name of the scan execution policy.
|
|
11354
|
+
:param Sequence['GetSecurityPolicyDocumentScanExecutionPolicyRuleArgs'] rules: Rules that trigger the policy. At least one rule is required.
|
|
11355
|
+
:param _builtins.str description: Description of the scan execution policy.
|
|
11356
|
+
:param 'GetSecurityPolicyDocumentScanExecutionPolicyPolicyScopeArgs' policy_scope: Scope configuration to limit which projects the policy applies to.
|
|
11357
|
+
:param 'GetSecurityPolicyDocumentScanExecutionPolicySkipCiArgs' skip_ci: Control whether users can use the skip-ci directive.
|
|
11358
|
+
"""
|
|
11359
|
+
pulumi.set(__self__, "actions", actions)
|
|
11360
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
11361
|
+
pulumi.set(__self__, "name", name)
|
|
11362
|
+
pulumi.set(__self__, "rules", rules)
|
|
11363
|
+
if description is not None:
|
|
11364
|
+
pulumi.set(__self__, "description", description)
|
|
11365
|
+
if policy_scope is not None:
|
|
11366
|
+
pulumi.set(__self__, "policy_scope", policy_scope)
|
|
11367
|
+
if skip_ci is not None:
|
|
11368
|
+
pulumi.set(__self__, "skip_ci", skip_ci)
|
|
11369
|
+
|
|
11370
|
+
@_builtins.property
|
|
11371
|
+
@pulumi.getter
|
|
11372
|
+
def actions(self) -> Sequence['outputs.GetSecurityPolicyDocumentScanExecutionPolicyActionResult']:
|
|
11373
|
+
"""
|
|
11374
|
+
Actions to execute when rules match. At least one action is required.
|
|
11375
|
+
"""
|
|
11376
|
+
return pulumi.get(self, "actions")
|
|
11377
|
+
|
|
11378
|
+
@_builtins.property
|
|
11379
|
+
@pulumi.getter
|
|
11380
|
+
def enabled(self) -> _builtins.bool:
|
|
11381
|
+
"""
|
|
11382
|
+
Whether the policy is enabled.
|
|
11383
|
+
"""
|
|
11384
|
+
return pulumi.get(self, "enabled")
|
|
11385
|
+
|
|
11386
|
+
@_builtins.property
|
|
11387
|
+
@pulumi.getter
|
|
11388
|
+
def name(self) -> _builtins.str:
|
|
11389
|
+
"""
|
|
11390
|
+
Name of the scan execution policy.
|
|
11391
|
+
"""
|
|
11392
|
+
return pulumi.get(self, "name")
|
|
11393
|
+
|
|
11394
|
+
@_builtins.property
|
|
11395
|
+
@pulumi.getter
|
|
11396
|
+
def rules(self) -> Sequence['outputs.GetSecurityPolicyDocumentScanExecutionPolicyRuleResult']:
|
|
11397
|
+
"""
|
|
11398
|
+
Rules that trigger the policy. At least one rule is required.
|
|
11399
|
+
"""
|
|
11400
|
+
return pulumi.get(self, "rules")
|
|
11401
|
+
|
|
11402
|
+
@_builtins.property
|
|
11403
|
+
@pulumi.getter
|
|
11404
|
+
def description(self) -> Optional[_builtins.str]:
|
|
11405
|
+
"""
|
|
11406
|
+
Description of the scan execution policy.
|
|
11407
|
+
"""
|
|
11408
|
+
return pulumi.get(self, "description")
|
|
11409
|
+
|
|
11410
|
+
@_builtins.property
|
|
11411
|
+
@pulumi.getter(name="policyScope")
|
|
11412
|
+
def policy_scope(self) -> Optional['outputs.GetSecurityPolicyDocumentScanExecutionPolicyPolicyScopeResult']:
|
|
11413
|
+
"""
|
|
11414
|
+
Scope configuration to limit which projects the policy applies to.
|
|
11415
|
+
"""
|
|
11416
|
+
return pulumi.get(self, "policy_scope")
|
|
11417
|
+
|
|
11418
|
+
@_builtins.property
|
|
11419
|
+
@pulumi.getter(name="skipCi")
|
|
11420
|
+
def skip_ci(self) -> Optional['outputs.GetSecurityPolicyDocumentScanExecutionPolicySkipCiResult']:
|
|
11421
|
+
"""
|
|
11422
|
+
Control whether users can use the skip-ci directive.
|
|
11423
|
+
"""
|
|
11424
|
+
return pulumi.get(self, "skip_ci")
|
|
11425
|
+
|
|
11426
|
+
|
|
11427
|
+
@pulumi.output_type
|
|
11428
|
+
class GetSecurityPolicyDocumentScanExecutionPolicyActionResult(dict):
|
|
11429
|
+
def __init__(__self__, *,
|
|
11430
|
+
scan: _builtins.str,
|
|
11431
|
+
scanner_profile: Optional[_builtins.str] = None,
|
|
11432
|
+
site_profile: Optional[_builtins.str] = None,
|
|
11433
|
+
tags_to_excludes: Optional[Sequence[_builtins.str]] = None,
|
|
11434
|
+
template: Optional[_builtins.str] = None,
|
|
11435
|
+
variables: Optional[Mapping[str, _builtins.str]] = None):
|
|
11436
|
+
"""
|
|
11437
|
+
:param _builtins.str scan: Type of scan to run. Valid values: `sast`, `secret_detection`, `container_scanning`, `dependency_scanning`, `dast`, `sast_iac`, `cluster_image_scanning`, `api_fuzzing`, `coverage_fuzzing`.
|
|
11438
|
+
:param _builtins.str scanner_profile: Scanner profile to use for DAST scans.
|
|
11439
|
+
:param _builtins.str site_profile: Site profile to use for DAST scans.
|
|
11440
|
+
:param Sequence[_builtins.str] tags_to_excludes: Tags to exclude from the scan.
|
|
11441
|
+
:param _builtins.str template: The template to use for the scan. Valid values: `default`, `latest`.
|
|
11442
|
+
:param Mapping[str, _builtins.str] variables: Environment variables to pass to the scan job.
|
|
11443
|
+
"""
|
|
11444
|
+
pulumi.set(__self__, "scan", scan)
|
|
11445
|
+
if scanner_profile is not None:
|
|
11446
|
+
pulumi.set(__self__, "scanner_profile", scanner_profile)
|
|
11447
|
+
if site_profile is not None:
|
|
11448
|
+
pulumi.set(__self__, "site_profile", site_profile)
|
|
11449
|
+
if tags_to_excludes is not None:
|
|
11450
|
+
pulumi.set(__self__, "tags_to_excludes", tags_to_excludes)
|
|
11451
|
+
if template is not None:
|
|
11452
|
+
pulumi.set(__self__, "template", template)
|
|
11453
|
+
if variables is not None:
|
|
11454
|
+
pulumi.set(__self__, "variables", variables)
|
|
11455
|
+
|
|
11456
|
+
@_builtins.property
|
|
11457
|
+
@pulumi.getter
|
|
11458
|
+
def scan(self) -> _builtins.str:
|
|
11459
|
+
"""
|
|
11460
|
+
Type of scan to run. Valid values: `sast`, `secret_detection`, `container_scanning`, `dependency_scanning`, `dast`, `sast_iac`, `cluster_image_scanning`, `api_fuzzing`, `coverage_fuzzing`.
|
|
11461
|
+
"""
|
|
11462
|
+
return pulumi.get(self, "scan")
|
|
11463
|
+
|
|
11464
|
+
@_builtins.property
|
|
11465
|
+
@pulumi.getter(name="scannerProfile")
|
|
11466
|
+
def scanner_profile(self) -> Optional[_builtins.str]:
|
|
11467
|
+
"""
|
|
11468
|
+
Scanner profile to use for DAST scans.
|
|
11469
|
+
"""
|
|
11470
|
+
return pulumi.get(self, "scanner_profile")
|
|
11471
|
+
|
|
11472
|
+
@_builtins.property
|
|
11473
|
+
@pulumi.getter(name="siteProfile")
|
|
11474
|
+
def site_profile(self) -> Optional[_builtins.str]:
|
|
11475
|
+
"""
|
|
11476
|
+
Site profile to use for DAST scans.
|
|
11477
|
+
"""
|
|
11478
|
+
return pulumi.get(self, "site_profile")
|
|
11479
|
+
|
|
11480
|
+
@_builtins.property
|
|
11481
|
+
@pulumi.getter(name="tagsToExcludes")
|
|
11482
|
+
def tags_to_excludes(self) -> Optional[Sequence[_builtins.str]]:
|
|
11483
|
+
"""
|
|
11484
|
+
Tags to exclude from the scan.
|
|
11485
|
+
"""
|
|
11486
|
+
return pulumi.get(self, "tags_to_excludes")
|
|
11487
|
+
|
|
11488
|
+
@_builtins.property
|
|
11489
|
+
@pulumi.getter
|
|
11490
|
+
def template(self) -> Optional[_builtins.str]:
|
|
11491
|
+
"""
|
|
11492
|
+
The template to use for the scan. Valid values: `default`, `latest`.
|
|
11493
|
+
"""
|
|
11494
|
+
return pulumi.get(self, "template")
|
|
11495
|
+
|
|
11496
|
+
@_builtins.property
|
|
11497
|
+
@pulumi.getter
|
|
11498
|
+
def variables(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
11499
|
+
"""
|
|
11500
|
+
Environment variables to pass to the scan job.
|
|
11501
|
+
"""
|
|
11502
|
+
return pulumi.get(self, "variables")
|
|
11503
|
+
|
|
11504
|
+
|
|
11505
|
+
@pulumi.output_type
|
|
11506
|
+
class GetSecurityPolicyDocumentScanExecutionPolicyPolicyScopeResult(dict):
|
|
11507
|
+
def __init__(__self__, *,
|
|
11508
|
+
compliance_frameworks: Optional[Sequence[_builtins.str]] = None,
|
|
11509
|
+
projects: Optional['outputs.GetSecurityPolicyDocumentScanExecutionPolicyPolicyScopeProjectsResult'] = None):
|
|
11510
|
+
"""
|
|
11511
|
+
:param Sequence[_builtins.str] compliance_frameworks: Compliance framework names to scope the policy to.
|
|
11512
|
+
:param 'GetSecurityPolicyDocumentScanExecutionPolicyPolicyScopeProjectsArgs' projects: Project scope configuration.
|
|
11513
|
+
"""
|
|
11514
|
+
if compliance_frameworks is not None:
|
|
11515
|
+
pulumi.set(__self__, "compliance_frameworks", compliance_frameworks)
|
|
11516
|
+
if projects is not None:
|
|
11517
|
+
pulumi.set(__self__, "projects", projects)
|
|
11518
|
+
|
|
11519
|
+
@_builtins.property
|
|
11520
|
+
@pulumi.getter(name="complianceFrameworks")
|
|
11521
|
+
def compliance_frameworks(self) -> Optional[Sequence[_builtins.str]]:
|
|
11522
|
+
"""
|
|
11523
|
+
Compliance framework names to scope the policy to.
|
|
11524
|
+
"""
|
|
11525
|
+
return pulumi.get(self, "compliance_frameworks")
|
|
11526
|
+
|
|
11527
|
+
@_builtins.property
|
|
11528
|
+
@pulumi.getter
|
|
11529
|
+
def projects(self) -> Optional['outputs.GetSecurityPolicyDocumentScanExecutionPolicyPolicyScopeProjectsResult']:
|
|
11530
|
+
"""
|
|
11531
|
+
Project scope configuration.
|
|
11532
|
+
"""
|
|
11533
|
+
return pulumi.get(self, "projects")
|
|
11534
|
+
|
|
11535
|
+
|
|
11536
|
+
@pulumi.output_type
|
|
11537
|
+
class GetSecurityPolicyDocumentScanExecutionPolicyPolicyScopeProjectsResult(dict):
|
|
11538
|
+
def __init__(__self__, *,
|
|
11539
|
+
excludings: Optional[Sequence[_builtins.int]] = None,
|
|
11540
|
+
includings: Optional[Sequence[_builtins.int]] = None):
|
|
11541
|
+
"""
|
|
11542
|
+
:param Sequence[_builtins.int] excludings: List of project IDs to exclude from this policy.
|
|
11543
|
+
:param Sequence[_builtins.int] includings: List of project IDs to explicitly include in this policy.
|
|
11544
|
+
"""
|
|
11545
|
+
if excludings is not None:
|
|
11546
|
+
pulumi.set(__self__, "excludings", excludings)
|
|
11547
|
+
if includings is not None:
|
|
11548
|
+
pulumi.set(__self__, "includings", includings)
|
|
11549
|
+
|
|
11550
|
+
@_builtins.property
|
|
11551
|
+
@pulumi.getter
|
|
11552
|
+
def excludings(self) -> Optional[Sequence[_builtins.int]]:
|
|
11553
|
+
"""
|
|
11554
|
+
List of project IDs to exclude from this policy.
|
|
11555
|
+
"""
|
|
11556
|
+
return pulumi.get(self, "excludings")
|
|
11557
|
+
|
|
11558
|
+
@_builtins.property
|
|
11559
|
+
@pulumi.getter
|
|
11560
|
+
def includings(self) -> Optional[Sequence[_builtins.int]]:
|
|
11561
|
+
"""
|
|
11562
|
+
List of project IDs to explicitly include in this policy.
|
|
11563
|
+
"""
|
|
11564
|
+
return pulumi.get(self, "includings")
|
|
11565
|
+
|
|
11566
|
+
|
|
11567
|
+
@pulumi.output_type
|
|
11568
|
+
class GetSecurityPolicyDocumentScanExecutionPolicyRuleResult(dict):
|
|
11569
|
+
def __init__(__self__, *,
|
|
11570
|
+
type: _builtins.str,
|
|
11571
|
+
agents: Optional[Mapping[str, _builtins.str]] = None,
|
|
11572
|
+
branch_exceptions: Optional[Sequence[_builtins.str]] = None,
|
|
11573
|
+
branch_type: Optional[_builtins.str] = None,
|
|
11574
|
+
branches: Optional[Sequence[_builtins.str]] = None,
|
|
11575
|
+
cadence: Optional[_builtins.str] = None):
|
|
11576
|
+
"""
|
|
11577
|
+
:param _builtins.str type: Type of rule. Valid values: `pipeline`, `schedule`, `agent`.
|
|
11578
|
+
:param Mapping[str, _builtins.str] agents: Kubernetes agents configuration for agent-based policies.
|
|
11579
|
+
:param Sequence[_builtins.str] branch_exceptions: Branches to exclude from the policy.
|
|
11580
|
+
:param _builtins.str branch_type: Type of branches to match. Valid values: `all`, `protected`, `default`.
|
|
11581
|
+
:param Sequence[_builtins.str] branches: Branch names or patterns to match.
|
|
11582
|
+
:param _builtins.str cadence: Cron expression for schedule type rules (e.g., `*/15 * * * *` for every 15 minutes).
|
|
11583
|
+
"""
|
|
11584
|
+
pulumi.set(__self__, "type", type)
|
|
11585
|
+
if agents is not None:
|
|
11586
|
+
pulumi.set(__self__, "agents", agents)
|
|
11587
|
+
if branch_exceptions is not None:
|
|
11588
|
+
pulumi.set(__self__, "branch_exceptions", branch_exceptions)
|
|
11589
|
+
if branch_type is not None:
|
|
11590
|
+
pulumi.set(__self__, "branch_type", branch_type)
|
|
11591
|
+
if branches is not None:
|
|
11592
|
+
pulumi.set(__self__, "branches", branches)
|
|
11593
|
+
if cadence is not None:
|
|
11594
|
+
pulumi.set(__self__, "cadence", cadence)
|
|
11595
|
+
|
|
11596
|
+
@_builtins.property
|
|
11597
|
+
@pulumi.getter
|
|
11598
|
+
def type(self) -> _builtins.str:
|
|
11599
|
+
"""
|
|
11600
|
+
Type of rule. Valid values: `pipeline`, `schedule`, `agent`.
|
|
11601
|
+
"""
|
|
11602
|
+
return pulumi.get(self, "type")
|
|
11603
|
+
|
|
11604
|
+
@_builtins.property
|
|
11605
|
+
@pulumi.getter
|
|
11606
|
+
def agents(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
11607
|
+
"""
|
|
11608
|
+
Kubernetes agents configuration for agent-based policies.
|
|
11609
|
+
"""
|
|
11610
|
+
return pulumi.get(self, "agents")
|
|
11611
|
+
|
|
11612
|
+
@_builtins.property
|
|
11613
|
+
@pulumi.getter(name="branchExceptions")
|
|
11614
|
+
def branch_exceptions(self) -> Optional[Sequence[_builtins.str]]:
|
|
11615
|
+
"""
|
|
11616
|
+
Branches to exclude from the policy.
|
|
11617
|
+
"""
|
|
11618
|
+
return pulumi.get(self, "branch_exceptions")
|
|
11619
|
+
|
|
11620
|
+
@_builtins.property
|
|
11621
|
+
@pulumi.getter(name="branchType")
|
|
11622
|
+
def branch_type(self) -> Optional[_builtins.str]:
|
|
11623
|
+
"""
|
|
11624
|
+
Type of branches to match. Valid values: `all`, `protected`, `default`.
|
|
11625
|
+
"""
|
|
11626
|
+
return pulumi.get(self, "branch_type")
|
|
11627
|
+
|
|
11628
|
+
@_builtins.property
|
|
11629
|
+
@pulumi.getter
|
|
11630
|
+
def branches(self) -> Optional[Sequence[_builtins.str]]:
|
|
11631
|
+
"""
|
|
11632
|
+
Branch names or patterns to match.
|
|
11633
|
+
"""
|
|
11634
|
+
return pulumi.get(self, "branches")
|
|
11635
|
+
|
|
11636
|
+
@_builtins.property
|
|
11637
|
+
@pulumi.getter
|
|
11638
|
+
def cadence(self) -> Optional[_builtins.str]:
|
|
11639
|
+
"""
|
|
11640
|
+
Cron expression for schedule type rules (e.g., `*/15 * * * *` for every 15 minutes).
|
|
11641
|
+
"""
|
|
11642
|
+
return pulumi.get(self, "cadence")
|
|
11643
|
+
|
|
11644
|
+
|
|
11645
|
+
@pulumi.output_type
|
|
11646
|
+
class GetSecurityPolicyDocumentScanExecutionPolicySkipCiResult(dict):
|
|
11647
|
+
def __init__(__self__, *,
|
|
11648
|
+
allowed: _builtins.bool):
|
|
11649
|
+
"""
|
|
11650
|
+
:param _builtins.bool allowed: Allow (true) or prevent (false) the use of skip-ci directive.
|
|
11651
|
+
"""
|
|
11652
|
+
pulumi.set(__self__, "allowed", allowed)
|
|
11653
|
+
|
|
11654
|
+
@_builtins.property
|
|
11655
|
+
@pulumi.getter
|
|
11656
|
+
def allowed(self) -> _builtins.bool:
|
|
11657
|
+
"""
|
|
11658
|
+
Allow (true) or prevent (false) the use of skip-ci directive.
|
|
11659
|
+
"""
|
|
11660
|
+
return pulumi.get(self, "allowed")
|
|
11661
|
+
|
|
11662
|
+
|
|
10827
11663
|
@pulumi.output_type
|
|
10828
11664
|
class GetUserSshkeysKeyResult(dict):
|
|
10829
11665
|
def __init__(__self__, *,
|