pulumi-gitlab 9.6.0a1766428356__py3-none-any.whl → 9.7.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gitlab/__init__.py +13 -0
- pulumi_gitlab/_inputs.py +557 -0
- pulumi_gitlab/get_artifact_file.py +2 -2
- pulumi_gitlab/get_group_billable_member_memberships.py +2 -2
- 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_project.py +15 -1
- 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_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/global_level_notifications.py +2 -2
- pulumi_gitlab/group_access_token.py +4 -4
- pulumi_gitlab/group_label.py +7 -7
- pulumi_gitlab/group_membership.py +2 -2
- pulumi_gitlab/group_service_account.py +2 -2
- pulumi_gitlab/group_service_account_access_token.py +2 -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/label.py +7 -7
- pulumi_gitlab/member_role.py +9 -9
- pulumi_gitlab/outputs.py +770 -8
- 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_deploy_token.py +2 -2
- pulumi_gitlab/project_hook.py +2 -2
- 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_target_branch_rule.py +2 -2
- pulumi_gitlab/project_variable.py +7 -7
- pulumi_gitlab/pulumi-plugin.json +1 -1
- pulumi_gitlab/release_link.py +18 -18
- pulumi_gitlab/runner.py +2 -2
- 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 +2 -2
- pulumi_gitlab/user_ssh_key.py +2 -2
- {pulumi_gitlab-9.6.0a1766428356.dist-info → pulumi_gitlab-9.7.0.dist-info}/METADATA +1 -1
- {pulumi_gitlab-9.6.0a1766428356.dist-info → pulumi_gitlab-9.7.0.dist-info}/RECORD +56 -51
- {pulumi_gitlab-9.6.0a1766428356.dist-info → pulumi_gitlab-9.7.0.dist-info}/WHEEL +0 -0
- {pulumi_gitlab-9.6.0a1766428356.dist-info → pulumi_gitlab-9.7.0.dist-info}/top_level.txt +0 -0
|
@@ -216,7 +216,7 @@ class GroupServiceAccount(pulumi.CustomResource):
|
|
|
216
216
|
"""
|
|
217
217
|
The `GroupServiceAccount` resource allows creating a GitLab group service account.
|
|
218
218
|
|
|
219
|
-
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/
|
|
219
|
+
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/service_accounts/#group-service-accounts)
|
|
220
220
|
|
|
221
221
|
## Example Usage
|
|
222
222
|
|
|
@@ -289,7 +289,7 @@ class GroupServiceAccount(pulumi.CustomResource):
|
|
|
289
289
|
"""
|
|
290
290
|
The `GroupServiceAccount` resource allows creating a GitLab group service account.
|
|
291
291
|
|
|
292
|
-
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/
|
|
292
|
+
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/service_accounts/#group-service-accounts)
|
|
293
293
|
|
|
294
294
|
## Example Usage
|
|
295
295
|
|
|
@@ -344,7 +344,7 @@ class GroupServiceAccountAccessToken(pulumi.CustomResource):
|
|
|
344
344
|
|
|
345
345
|
> Due to a limitation in the API, the `rotation_configuration` is unable to set the new expiry date before GitLab 17.9. Instead, when the resource is created, it will default the expiry date to 7 days in the future. On each subsequent apply, the new expiry will be 7 days from the date of the apply.
|
|
346
346
|
|
|
347
|
-
**Upstream API**: [GitLab API docs](https://docs.gitlab.com/api/
|
|
347
|
+
**Upstream API**: [GitLab API docs](https://docs.gitlab.com/api/service_accounts/#create-a-personal-access-token-for-a-group-service-account)
|
|
348
348
|
|
|
349
349
|
## Example Usage
|
|
350
350
|
|
|
@@ -448,7 +448,7 @@ class GroupServiceAccountAccessToken(pulumi.CustomResource):
|
|
|
448
448
|
|
|
449
449
|
> Due to a limitation in the API, the `rotation_configuration` is unable to set the new expiry date before GitLab 17.9. Instead, when the resource is created, it will default the expiry date to 7 days in the future. On each subsequent apply, the new expiry will be 7 days from the date of the apply.
|
|
450
450
|
|
|
451
|
-
**Upstream API**: [GitLab API docs](https://docs.gitlab.com/api/
|
|
451
|
+
**Upstream API**: [GitLab API docs](https://docs.gitlab.com/api/service_accounts/#create-a-personal-access-token-for-a-group-service-account)
|
|
452
452
|
|
|
453
453
|
## Example Usage
|
|
454
454
|
|
|
@@ -206,7 +206,7 @@ class GroupShareGroup(pulumi.CustomResource):
|
|
|
206
206
|
|
|
207
207
|
> Note that `member_role_id` requires a feature flag enabled, see [this feature issue](https://gitlab.com/gitlab-org/gitlab/-/issues/443369) for details.
|
|
208
208
|
|
|
209
|
-
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/groups/#
|
|
209
|
+
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/groups/#invite-groups)
|
|
210
210
|
|
|
211
211
|
## Example Usage
|
|
212
212
|
|
|
@@ -262,7 +262,7 @@ class GroupShareGroup(pulumi.CustomResource):
|
|
|
262
262
|
|
|
263
263
|
> Note that `member_role_id` requires a feature flag enabled, see [this feature issue](https://gitlab.com/gitlab-org/gitlab/-/issues/443369) for details.
|
|
264
264
|
|
|
265
|
-
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/groups/#
|
|
265
|
+
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/groups/#invite-groups)
|
|
266
266
|
|
|
267
267
|
## Example Usage
|
|
268
268
|
|
|
@@ -186,7 +186,7 @@ class InstanceServiceAccount(pulumi.CustomResource):
|
|
|
186
186
|
|
|
187
187
|
> In order for a user to create a user account, they must have admin privileges at the instance level. This makes this feature unavailable on `gitlab.com`
|
|
188
188
|
|
|
189
|
-
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/
|
|
189
|
+
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/service_accounts/#instance-service-accounts)
|
|
190
190
|
|
|
191
191
|
## Example Usage
|
|
192
192
|
|
|
@@ -252,7 +252,7 @@ class InstanceServiceAccount(pulumi.CustomResource):
|
|
|
252
252
|
|
|
253
253
|
> In order for a user to create a user account, they must have admin privileges at the instance level. This makes this feature unavailable on `gitlab.com`
|
|
254
254
|
|
|
255
|
-
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/
|
|
255
|
+
**Upstream API**: [GitLab REST API docs](https://docs.gitlab.com/api/service_accounts/#instance-service-accounts)
|
|
256
256
|
|
|
257
257
|
## Example Usage
|
|
258
258
|
|
|
@@ -31,7 +31,7 @@ class InstanceVariableArgs:
|
|
|
31
31
|
:param pulumi.Input[_builtins.str] key: The name of the variable.
|
|
32
32
|
:param pulumi.Input[_builtins.str] value: The value of the variable.
|
|
33
33
|
:param pulumi.Input[_builtins.str] description: The description of the variable. Maximum of 255 characters.
|
|
34
|
-
:param pulumi.Input[_builtins.bool] masked: If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#
|
|
34
|
+
:param pulumi.Input[_builtins.bool] masked: If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#mask-a-cicd-variable). Defaults to `false`.
|
|
35
35
|
:param pulumi.Input[_builtins.bool] protected: If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
|
|
36
36
|
:param pulumi.Input[_builtins.bool] raw: Whether the variable is treated as a raw string. Default: false. When true, variables in the value are not expanded.
|
|
37
37
|
:param pulumi.Input[_builtins.str] variable_type: The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
|
|
@@ -89,7 +89,7 @@ class InstanceVariableArgs:
|
|
|
89
89
|
@pulumi.getter
|
|
90
90
|
def masked(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
91
91
|
"""
|
|
92
|
-
If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#
|
|
92
|
+
If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#mask-a-cicd-variable). Defaults to `false`.
|
|
93
93
|
"""
|
|
94
94
|
return pulumi.get(self, "masked")
|
|
95
95
|
|
|
@@ -148,7 +148,7 @@ class _InstanceVariableState:
|
|
|
148
148
|
Input properties used for looking up and filtering InstanceVariable resources.
|
|
149
149
|
:param pulumi.Input[_builtins.str] description: The description of the variable. Maximum of 255 characters.
|
|
150
150
|
:param pulumi.Input[_builtins.str] key: The name of the variable.
|
|
151
|
-
:param pulumi.Input[_builtins.bool] masked: If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#
|
|
151
|
+
:param pulumi.Input[_builtins.bool] masked: If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#mask-a-cicd-variable). Defaults to `false`.
|
|
152
152
|
:param pulumi.Input[_builtins.bool] protected: If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
|
|
153
153
|
:param pulumi.Input[_builtins.bool] raw: Whether the variable is treated as a raw string. Default: false. When true, variables in the value are not expanded.
|
|
154
154
|
:param pulumi.Input[_builtins.str] value: The value of the variable.
|
|
@@ -197,7 +197,7 @@ class _InstanceVariableState:
|
|
|
197
197
|
@pulumi.getter
|
|
198
198
|
def masked(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
199
199
|
"""
|
|
200
|
-
If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#
|
|
200
|
+
If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#mask-a-cicd-variable). Defaults to `false`.
|
|
201
201
|
"""
|
|
202
202
|
return pulumi.get(self, "masked")
|
|
203
203
|
|
|
@@ -312,7 +312,7 @@ class InstanceVariable(pulumi.CustomResource):
|
|
|
312
312
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
313
313
|
:param pulumi.Input[_builtins.str] description: The description of the variable. Maximum of 255 characters.
|
|
314
314
|
:param pulumi.Input[_builtins.str] key: The name of the variable.
|
|
315
|
-
:param pulumi.Input[_builtins.bool] masked: If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#
|
|
315
|
+
:param pulumi.Input[_builtins.bool] masked: If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#mask-a-cicd-variable). Defaults to `false`.
|
|
316
316
|
:param pulumi.Input[_builtins.bool] protected: If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
|
|
317
317
|
:param pulumi.Input[_builtins.bool] raw: Whether the variable is treated as a raw string. Default: false. When true, variables in the value are not expanded.
|
|
318
318
|
:param pulumi.Input[_builtins.str] value: The value of the variable.
|
|
@@ -432,7 +432,7 @@ class InstanceVariable(pulumi.CustomResource):
|
|
|
432
432
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
433
433
|
:param pulumi.Input[_builtins.str] description: The description of the variable. Maximum of 255 characters.
|
|
434
434
|
:param pulumi.Input[_builtins.str] key: The name of the variable.
|
|
435
|
-
:param pulumi.Input[_builtins.bool] masked: If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#
|
|
435
|
+
:param pulumi.Input[_builtins.bool] masked: If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#mask-a-cicd-variable). Defaults to `false`.
|
|
436
436
|
:param pulumi.Input[_builtins.bool] protected: If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
|
|
437
437
|
:param pulumi.Input[_builtins.bool] raw: Whether the variable is treated as a raw string. Default: false. When true, variables in the value are not expanded.
|
|
438
438
|
:param pulumi.Input[_builtins.str] value: The value of the variable.
|
|
@@ -453,7 +453,7 @@ class InstanceVariable(pulumi.CustomResource):
|
|
|
453
453
|
|
|
454
454
|
@_builtins.property
|
|
455
455
|
@pulumi.getter
|
|
456
|
-
def description(self) -> pulumi.Output[
|
|
456
|
+
def description(self) -> pulumi.Output[_builtins.str]:
|
|
457
457
|
"""
|
|
458
458
|
The description of the variable. Maximum of 255 characters.
|
|
459
459
|
"""
|
|
@@ -469,15 +469,15 @@ class InstanceVariable(pulumi.CustomResource):
|
|
|
469
469
|
|
|
470
470
|
@_builtins.property
|
|
471
471
|
@pulumi.getter
|
|
472
|
-
def masked(self) -> pulumi.Output[
|
|
472
|
+
def masked(self) -> pulumi.Output[_builtins.bool]:
|
|
473
473
|
"""
|
|
474
|
-
If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#
|
|
474
|
+
If set to `true`, the value of the variable will be hidden in job logs. The value must meet the [masking requirements](https://docs.gitlab.com/ci/variables/#mask-a-cicd-variable). Defaults to `false`.
|
|
475
475
|
"""
|
|
476
476
|
return pulumi.get(self, "masked")
|
|
477
477
|
|
|
478
478
|
@_builtins.property
|
|
479
479
|
@pulumi.getter
|
|
480
|
-
def protected(self) -> pulumi.Output[
|
|
480
|
+
def protected(self) -> pulumi.Output[_builtins.bool]:
|
|
481
481
|
"""
|
|
482
482
|
If set to `true`, the variable will be passed only to pipelines running on protected branches and tags. Defaults to `false`.
|
|
483
483
|
"""
|
|
@@ -485,7 +485,7 @@ class InstanceVariable(pulumi.CustomResource):
|
|
|
485
485
|
|
|
486
486
|
@_builtins.property
|
|
487
487
|
@pulumi.getter
|
|
488
|
-
def raw(self) -> pulumi.Output[
|
|
488
|
+
def raw(self) -> pulumi.Output[_builtins.bool]:
|
|
489
489
|
"""
|
|
490
490
|
Whether the variable is treated as a raw string. Default: false. When true, variables in the value are not expanded.
|
|
491
491
|
"""
|
|
@@ -501,7 +501,7 @@ class InstanceVariable(pulumi.CustomResource):
|
|
|
501
501
|
|
|
502
502
|
@_builtins.property
|
|
503
503
|
@pulumi.getter(name="variableType")
|
|
504
|
-
def variable_type(self) -> pulumi.Output[
|
|
504
|
+
def variable_type(self) -> pulumi.Output[_builtins.str]:
|
|
505
505
|
"""
|
|
506
506
|
The type of a variable. Valid values are: `env_var`, `file`. Default is `env_var`.
|
|
507
507
|
"""
|
pulumi_gitlab/label.py
CHANGED
|
@@ -25,7 +25,7 @@ class LabelArgs:
|
|
|
25
25
|
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
26
26
|
"""
|
|
27
27
|
The set of arguments for constructing a Label resource.
|
|
28
|
-
:param pulumi.Input[_builtins.str] color: The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
|
|
28
|
+
:param pulumi.Input[_builtins.str] color: The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value#Color_keywords).
|
|
29
29
|
:param pulumi.Input[_builtins.str] project: The name or id of the project to add the label to.
|
|
30
30
|
:param pulumi.Input[_builtins.str] description: The description of the label.
|
|
31
31
|
:param pulumi.Input[_builtins.str] name: The name of the label.
|
|
@@ -41,7 +41,7 @@ class LabelArgs:
|
|
|
41
41
|
@pulumi.getter
|
|
42
42
|
def color(self) -> pulumi.Input[_builtins.str]:
|
|
43
43
|
"""
|
|
44
|
-
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
|
|
44
|
+
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value#Color_keywords).
|
|
45
45
|
"""
|
|
46
46
|
return pulumi.get(self, "color")
|
|
47
47
|
|
|
@@ -97,7 +97,7 @@ class _LabelState:
|
|
|
97
97
|
project: Optional[pulumi.Input[_builtins.str]] = None):
|
|
98
98
|
"""
|
|
99
99
|
Input properties used for looking up and filtering Label resources.
|
|
100
|
-
:param pulumi.Input[_builtins.str] color: The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
|
|
100
|
+
:param pulumi.Input[_builtins.str] color: The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value#Color_keywords).
|
|
101
101
|
:param pulumi.Input[_builtins.str] color_hex: Read-only, used by the provider to store the API response color. This is always in the 6-digit hex notation with leading '#' sign (e.g. #FFAABB). If `color` contains a color name, this attribute contains the hex notation equivalent. Otherwise, the value of this attribute is the same as `color`.
|
|
102
102
|
:param pulumi.Input[_builtins.str] description: The description of the label.
|
|
103
103
|
:param pulumi.Input[_builtins.int] label_id: The id of the project label.
|
|
@@ -121,7 +121,7 @@ class _LabelState:
|
|
|
121
121
|
@pulumi.getter
|
|
122
122
|
def color(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
123
123
|
"""
|
|
124
|
-
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
|
|
124
|
+
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value#Color_keywords).
|
|
125
125
|
"""
|
|
126
126
|
return pulumi.get(self, "color")
|
|
127
127
|
|
|
@@ -210,7 +210,7 @@ class Label(pulumi.CustomResource):
|
|
|
210
210
|
|
|
211
211
|
:param str resource_name: The name of the resource.
|
|
212
212
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
213
|
-
:param pulumi.Input[_builtins.str] color: The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
|
|
213
|
+
:param pulumi.Input[_builtins.str] color: The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value#Color_keywords).
|
|
214
214
|
:param pulumi.Input[_builtins.str] description: The description of the label.
|
|
215
215
|
:param pulumi.Input[_builtins.str] name: The name of the label.
|
|
216
216
|
:param pulumi.Input[_builtins.str] project: The name or id of the project to add the label to.
|
|
@@ -289,7 +289,7 @@ class Label(pulumi.CustomResource):
|
|
|
289
289
|
:param str resource_name: The unique name of the resulting resource.
|
|
290
290
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
291
291
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
292
|
-
:param pulumi.Input[_builtins.str] color: The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
|
|
292
|
+
:param pulumi.Input[_builtins.str] color: The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value#Color_keywords).
|
|
293
293
|
:param pulumi.Input[_builtins.str] color_hex: Read-only, used by the provider to store the API response color. This is always in the 6-digit hex notation with leading '#' sign (e.g. #FFAABB). If `color` contains a color name, this attribute contains the hex notation equivalent. Otherwise, the value of this attribute is the same as `color`.
|
|
294
294
|
:param pulumi.Input[_builtins.str] description: The description of the label.
|
|
295
295
|
:param pulumi.Input[_builtins.int] label_id: The id of the project label.
|
|
@@ -312,7 +312,7 @@ class Label(pulumi.CustomResource):
|
|
|
312
312
|
@pulumi.getter
|
|
313
313
|
def color(self) -> pulumi.Output[_builtins.str]:
|
|
314
314
|
"""
|
|
315
|
-
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Color_keywords).
|
|
315
|
+
The color of the label given in 6-digit hex notation with leading '#' sign (e.g. #FFAABB) or one of the [CSS color names](https://developer.mozilla.org/en-US/docs/Web/CSS/Reference/Values/color_value#Color_keywords).
|
|
316
316
|
"""
|
|
317
317
|
return pulumi.get(self, "color")
|
|
318
318
|
|
pulumi_gitlab/member_role.py
CHANGED
|
@@ -27,7 +27,7 @@ class MemberRoleArgs:
|
|
|
27
27
|
"""
|
|
28
28
|
The set of arguments for constructing a MemberRole resource.
|
|
29
29
|
:param pulumi.Input[_builtins.str] base_access_level: The base access level for the custom role. Valid values are: `DEVELOPER`, `GUEST`, `MAINTAINER`, `MINIMAL_ACCESS`, `OWNER`, `REPORTER`
|
|
30
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_permissions: All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
30
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_permissions: All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PROTECTED_ENVIRONMENTS`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_GROUPS`, `READ_ADMIN_PROJECTS`, `READ_ADMIN_SUBSCRIPTION`, `READ_ADMIN_MONITORING`, `READ_ADMIN_USERS`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
31
31
|
:param pulumi.Input[_builtins.str] description: Description for the member role.
|
|
32
32
|
:param pulumi.Input[_builtins.str] group_path: Full path of the namespace to create the member role in. **Required for SAAS** **Not allowed for self-managed**
|
|
33
33
|
:param pulumi.Input[_builtins.str] name: Name for the member role.
|
|
@@ -57,7 +57,7 @@ class MemberRoleArgs:
|
|
|
57
57
|
@pulumi.getter(name="enabledPermissions")
|
|
58
58
|
def enabled_permissions(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
59
59
|
"""
|
|
60
|
-
All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
60
|
+
All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PROTECTED_ENVIRONMENTS`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_GROUPS`, `READ_ADMIN_PROJECTS`, `READ_ADMIN_SUBSCRIPTION`, `READ_ADMIN_MONITORING`, `READ_ADMIN_USERS`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
61
61
|
"""
|
|
62
62
|
return pulumi.get(self, "enabled_permissions")
|
|
63
63
|
|
|
@@ -119,7 +119,7 @@ class _MemberRoleState:
|
|
|
119
119
|
:param pulumi.Input[_builtins.str] created_at: Timestamp of when the member role was created.
|
|
120
120
|
:param pulumi.Input[_builtins.str] description: Description for the member role.
|
|
121
121
|
:param pulumi.Input[_builtins.str] edit_path: The Web UI path to edit the member role
|
|
122
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_permissions: All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
122
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_permissions: All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PROTECTED_ENVIRONMENTS`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_GROUPS`, `READ_ADMIN_PROJECTS`, `READ_ADMIN_SUBSCRIPTION`, `READ_ADMIN_MONITORING`, `READ_ADMIN_USERS`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
123
123
|
:param pulumi.Input[_builtins.str] group_path: Full path of the namespace to create the member role in. **Required for SAAS** **Not allowed for self-managed**
|
|
124
124
|
:param pulumi.Input[_builtins.int] iid: The id integer value extracted from the `id` attribute
|
|
125
125
|
:param pulumi.Input[_builtins.str] name: Name for the member role.
|
|
@@ -193,7 +193,7 @@ class _MemberRoleState:
|
|
|
193
193
|
@pulumi.getter(name="enabledPermissions")
|
|
194
194
|
def enabled_permissions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
195
195
|
"""
|
|
196
|
-
All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
196
|
+
All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PROTECTED_ENVIRONMENTS`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_GROUPS`, `READ_ADMIN_PROJECTS`, `READ_ADMIN_SUBSCRIPTION`, `READ_ADMIN_MONITORING`, `READ_ADMIN_USERS`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
197
197
|
"""
|
|
198
198
|
return pulumi.get(self, "enabled_permissions")
|
|
199
199
|
|
|
@@ -257,7 +257,7 @@ class MemberRole(pulumi.CustomResource):
|
|
|
257
257
|
|
|
258
258
|
> This resource requires an Ultimate license.
|
|
259
259
|
|
|
260
|
-
> Most custom roles are considered billable users that use a seat. [Custom roles billing and seat usage](https://docs.gitlab.com/user/custom_roles
|
|
260
|
+
> Most custom roles are considered billable users that use a seat. [Custom roles billing and seat usage](https://docs.gitlab.com/user/custom_roles/)
|
|
261
261
|
|
|
262
262
|
> There can be only 10 custom roles on your instance or namespace. See [issue 450929](https://gitlab.com/gitlab-org/gitlab/-/issues/450929) for more details.
|
|
263
263
|
|
|
@@ -289,7 +289,7 @@ class MemberRole(pulumi.CustomResource):
|
|
|
289
289
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
290
290
|
:param pulumi.Input[_builtins.str] base_access_level: The base access level for the custom role. Valid values are: `DEVELOPER`, `GUEST`, `MAINTAINER`, `MINIMAL_ACCESS`, `OWNER`, `REPORTER`
|
|
291
291
|
:param pulumi.Input[_builtins.str] description: Description for the member role.
|
|
292
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_permissions: All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
292
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_permissions: All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PROTECTED_ENVIRONMENTS`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_GROUPS`, `READ_ADMIN_PROJECTS`, `READ_ADMIN_SUBSCRIPTION`, `READ_ADMIN_MONITORING`, `READ_ADMIN_USERS`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
293
293
|
:param pulumi.Input[_builtins.str] group_path: Full path of the namespace to create the member role in. **Required for SAAS** **Not allowed for self-managed**
|
|
294
294
|
:param pulumi.Input[_builtins.str] name: Name for the member role.
|
|
295
295
|
"""
|
|
@@ -306,7 +306,7 @@ class MemberRole(pulumi.CustomResource):
|
|
|
306
306
|
|
|
307
307
|
> This resource requires an Ultimate license.
|
|
308
308
|
|
|
309
|
-
> Most custom roles are considered billable users that use a seat. [Custom roles billing and seat usage](https://docs.gitlab.com/user/custom_roles
|
|
309
|
+
> Most custom roles are considered billable users that use a seat. [Custom roles billing and seat usage](https://docs.gitlab.com/user/custom_roles/)
|
|
310
310
|
|
|
311
311
|
> There can be only 10 custom roles on your instance or namespace. See [issue 450929](https://gitlab.com/gitlab-org/gitlab/-/issues/450929) for more details.
|
|
312
312
|
|
|
@@ -404,7 +404,7 @@ class MemberRole(pulumi.CustomResource):
|
|
|
404
404
|
:param pulumi.Input[_builtins.str] created_at: Timestamp of when the member role was created.
|
|
405
405
|
:param pulumi.Input[_builtins.str] description: Description for the member role.
|
|
406
406
|
:param pulumi.Input[_builtins.str] edit_path: The Web UI path to edit the member role
|
|
407
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_permissions: All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
407
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] enabled_permissions: All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PROTECTED_ENVIRONMENTS`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_GROUPS`, `READ_ADMIN_PROJECTS`, `READ_ADMIN_SUBSCRIPTION`, `READ_ADMIN_MONITORING`, `READ_ADMIN_USERS`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
408
408
|
:param pulumi.Input[_builtins.str] group_path: Full path of the namespace to create the member role in. **Required for SAAS** **Not allowed for self-managed**
|
|
409
409
|
:param pulumi.Input[_builtins.int] iid: The id integer value extracted from the `id` attribute
|
|
410
410
|
:param pulumi.Input[_builtins.str] name: Name for the member role.
|
|
@@ -459,7 +459,7 @@ class MemberRole(pulumi.CustomResource):
|
|
|
459
459
|
@pulumi.getter(name="enabledPermissions")
|
|
460
460
|
def enabled_permissions(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
461
461
|
"""
|
|
462
|
-
All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
462
|
+
All permissions enabled for the custom role. Valid values are: `ADMIN_CICD_VARIABLES`, `ADMIN_COMPLIANCE_FRAMEWORK`, `ADMIN_GROUP_MEMBER`, `ADMIN_INTEGRATIONS`, `ADMIN_MERGE_REQUEST`, `ADMIN_PROTECTED_BRANCH`, `ADMIN_PROTECTED_ENVIRONMENTS`, `ADMIN_PUSH_RULES`, `ADMIN_RUNNERS`, `ADMIN_TERRAFORM_STATE`, `ADMIN_VULNERABILITY`, `ADMIN_WEB_HOOK`, `ARCHIVE_PROJECT`, `MANAGE_DEPLOY_TOKENS`, `MANAGE_GROUP_ACCESS_TOKENS`, `MANAGE_MERGE_REQUEST_SETTINGS`, `MANAGE_PROJECT_ACCESS_TOKENS`, `MANAGE_SECURITY_POLICY_LINK`, `READ_ADMIN_CICD`, `READ_ADMIN_GROUPS`, `READ_ADMIN_PROJECTS`, `READ_ADMIN_SUBSCRIPTION`, `READ_ADMIN_MONITORING`, `READ_ADMIN_USERS`, `READ_ADMIN_DASHBOARD`, `READ_CODE`, `READ_COMPLIANCE_DASHBOARD`, `READ_CRM_CONTACT`, `READ_DEPENDENCY`, `READ_RUNNERS`, `READ_VULNERABILITY`, `REMOVE_GROUP`, `REMOVE_PROJECT`
|
|
463
463
|
"""
|
|
464
464
|
return pulumi.get(self, "enabled_permissions")
|
|
465
465
|
|