pulumi-azuredevops 3.6.0a1737523387__py3-none-any.whl → 3.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_azuredevops/__init__.py +76 -0
- pulumi_azuredevops/_inputs.py +120 -117
- pulumi_azuredevops/_utilities.py +8 -4
- pulumi_azuredevops/area_permissions.py +49 -49
- pulumi_azuredevops/branch_policy_auto_reviewers.py +7 -7
- pulumi_azuredevops/branch_policy_build_validation.py +7 -7
- pulumi_azuredevops/branch_policy_comment_resolution.py +7 -7
- pulumi_azuredevops/branch_policy_merge_types.py +7 -7
- pulumi_azuredevops/branch_policy_status_check.py +7 -7
- pulumi_azuredevops/branch_policy_work_item_linking.py +7 -7
- pulumi_azuredevops/build_definition.py +7 -7
- pulumi_azuredevops/check_branch_control.py +7 -7
- pulumi_azuredevops/check_business_hours.py +7 -7
- pulumi_azuredevops/check_exclusive_lock.py +7 -7
- pulumi_azuredevops/check_rest_api.py +986 -0
- pulumi_azuredevops/dashboard.py +475 -0
- pulumi_azuredevops/feed.py +8 -8
- pulumi_azuredevops/feed_permission.py +9 -9
- pulumi_azuredevops/feed_retention_policy.py +400 -0
- pulumi_azuredevops/get_agent_queue.py +2 -2
- pulumi_azuredevops/get_area.py +1 -1
- pulumi_azuredevops/get_client_config.py +3 -0
- pulumi_azuredevops/get_descriptor.py +133 -0
- pulumi_azuredevops/get_feed.py +4 -4
- pulumi_azuredevops/get_git_repository.py +8 -8
- pulumi_azuredevops/get_group.py +4 -4
- pulumi_azuredevops/get_groups.py +3 -3
- pulumi_azuredevops/get_identity_group.py +23 -6
- pulumi_azuredevops/get_identity_groups.py +3 -3
- pulumi_azuredevops/get_identity_users.py +23 -9
- pulumi_azuredevops/get_pool.py +14 -2
- pulumi_azuredevops/get_pools.py +3 -3
- pulumi_azuredevops/get_project.py +32 -0
- pulumi_azuredevops/get_projects.py +4 -4
- pulumi_azuredevops/get_repositories.py +7 -3
- pulumi_azuredevops/get_securityrole_definitions.py +4 -4
- pulumi_azuredevops/get_service_endpoint_azure_rm.py +5 -5
- pulumi_azuredevops/get_service_endpoint_github.py +6 -6
- pulumi_azuredevops/get_service_principal.py +153 -0
- pulumi_azuredevops/get_serviceendpoint_azurecr.py +1 -1
- pulumi_azuredevops/get_serviceendpoint_bitbucket.py +6 -6
- pulumi_azuredevops/get_serviceendpoint_npm.py +3 -3
- pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +2 -2
- pulumi_azuredevops/get_storage_key.py +133 -0
- pulumi_azuredevops/get_team.py +4 -3
- pulumi_azuredevops/get_teams.py +2 -3
- pulumi_azuredevops/get_user.py +193 -0
- pulumi_azuredevops/get_users.py +5 -9
- pulumi_azuredevops/git.py +7 -7
- pulumi_azuredevops/git_permissions.py +14 -21
- pulumi_azuredevops/git_repository_file.py +7 -14
- pulumi_azuredevops/group.py +21 -7
- pulumi_azuredevops/group_entitlement.py +16 -20
- pulumi_azuredevops/group_membership.py +35 -50
- pulumi_azuredevops/iterative_permissions.py +34 -34
- pulumi_azuredevops/library_permissions.py +75 -75
- pulumi_azuredevops/outputs.py +141 -103
- pulumi_azuredevops/pipeline_authorization.py +7 -7
- pulumi_azuredevops/pool.py +4 -4
- pulumi_azuredevops/project.py +114 -63
- pulumi_azuredevops/project_features.py +87 -45
- pulumi_azuredevops/project_permissions.py +7 -7
- pulumi_azuredevops/project_pipeline_settings.py +28 -35
- pulumi_azuredevops/project_tags.py +263 -0
- pulumi_azuredevops/pulumi-plugin.json +1 -1
- pulumi_azuredevops/queue.py +7 -14
- pulumi_azuredevops/repository_policy_author_email_pattern.py +21 -14
- pulumi_azuredevops/repository_policy_max_file_size.py +7 -7
- pulumi_azuredevops/resource_authorization.py +35 -35
- pulumi_azuredevops/service_endpoint_artifactory.py +25 -33
- pulumi_azuredevops/service_endpoint_aws.py +3 -17
- pulumi_azuredevops/service_endpoint_azure_dev_ops.py +1 -15
- pulumi_azuredevops/service_endpoint_azure_ecr.py +14 -30
- pulumi_azuredevops/service_endpoint_azure_rm.py +26 -40
- pulumi_azuredevops/service_endpoint_bit_bucket.py +3 -17
- pulumi_azuredevops/service_endpoint_docker_registry.py +3 -17
- pulumi_azuredevops/service_endpoint_generic.py +3 -17
- pulumi_azuredevops/service_endpoint_generic_git.py +5 -23
- pulumi_azuredevops/service_endpoint_git_hub.py +16 -17
- pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +16 -17
- pulumi_azuredevops/service_endpoint_git_lab.py +1 -15
- pulumi_azuredevops/service_endpoint_kubernetes.py +24 -38
- pulumi_azuredevops/service_endpoint_npm.py +5 -19
- pulumi_azuredevops/service_endpoint_pipeline.py +5 -19
- pulumi_azuredevops/service_endpoint_service_fabric.py +49 -24
- pulumi_azuredevops/service_endpoint_sonar_cloud.py +12 -26
- pulumi_azuredevops/service_endpoint_sonar_qube.py +12 -26
- pulumi_azuredevops/service_endpoint_ssh.py +3 -21
- pulumi_azuredevops/service_principal_entitlement.py +386 -0
- pulumi_azuredevops/serviceendpoint_argocd.py +3 -17
- pulumi_azuredevops/serviceendpoint_azure_service_bus.py +3 -17
- pulumi_azuredevops/serviceendpoint_checkmarx_one.py +613 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +561 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +660 -0
- pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +3 -17
- pulumi_azuredevops/serviceendpoint_externaltfs.py +64 -26
- pulumi_azuredevops/serviceendpoint_gcp_terraform.py +3 -17
- pulumi_azuredevops/serviceendpoint_incomingwebhook.py +3 -17
- pulumi_azuredevops/serviceendpoint_jenkins.py +3 -17
- pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +19 -33
- pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +19 -33
- pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +19 -33
- pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +19 -33
- pulumi_azuredevops/serviceendpoint_maven.py +3 -17
- pulumi_azuredevops/serviceendpoint_nexus.py +3 -17
- pulumi_azuredevops/serviceendpoint_nuget.py +3 -17
- pulumi_azuredevops/serviceendpoint_octopusdeploy.py +3 -17
- pulumi_azuredevops/serviceendpoint_permissions.py +40 -40
- pulumi_azuredevops/serviceendpoint_snyk.py +3 -17
- pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +5 -21
- pulumi_azuredevops/servicehook_permissions.py +51 -51
- pulumi_azuredevops/servicehook_storage_queue_pipelines.py +4 -4
- pulumi_azuredevops/tagging_permissions.py +49 -49
- pulumi_azuredevops/team.py +76 -56
- pulumi_azuredevops/team_administrators.py +83 -56
- pulumi_azuredevops/team_members.py +56 -49
- pulumi_azuredevops/variable_group.py +4 -2
- pulumi_azuredevops/variable_group_permissions.py +75 -75
- pulumi_azuredevops/wiki.py +15 -2
- pulumi_azuredevops/wiki_page.py +2 -2
- pulumi_azuredevops/work_item_query_permissions.py +7 -7
- {pulumi_azuredevops-3.6.0a1737523387.dist-info → pulumi_azuredevops-3.7.0.dist-info}/METADATA +1 -1
- pulumi_azuredevops-3.7.0.dist-info/RECORD +152 -0
- {pulumi_azuredevops-3.6.0a1737523387.dist-info → pulumi_azuredevops-3.7.0.dist-info}/WHEEL +1 -1
- pulumi_azuredevops-3.6.0a1737523387.dist-info/RECORD +0 -140
- {pulumi_azuredevops-3.6.0a1737523387.dist-info → pulumi_azuredevops-3.7.0.dist-info}/top_level.txt +0 -0
@@ -27,14 +27,13 @@ class GroupMembershipArgs:
|
|
27
27
|
:param pulumi.Input[str] group: The descriptor of the group being managed.
|
28
28
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: A list of user or group descriptors that will become members of the group.
|
29
29
|
|
30
|
-
> **NOTE** It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
31
|
-
|
32
|
-
> **NOTE** The `members` uses `descriptor` as the identifier not Resource ID or others.
|
30
|
+
> **NOTE** 1. It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
31
|
+
<br>2. The `members` uses `descriptor` as the identifier not Resource ID or others.
|
33
32
|
:param pulumi.Input[str] mode: The mode how the resource manages group members.
|
34
|
-
- `mode == add`: the resource will ensure that all specified members will be part of the referenced group
|
35
|
-
- `mode == overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
36
33
|
|
37
|
-
|
34
|
+
~>**NOTE** 1. `mode = add`: the resource will ensure that all specified members will be part of the referenced group
|
35
|
+
<br>2. `mode = overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
36
|
+
<br>3. To clear all members from a group, specify an empty list of descriptors in the `members` attribute and set the `mode` member to `overwrite`.
|
38
37
|
"""
|
39
38
|
pulumi.set(__self__, "group", group)
|
40
39
|
pulumi.set(__self__, "members", members)
|
@@ -59,9 +58,8 @@ class GroupMembershipArgs:
|
|
59
58
|
"""
|
60
59
|
A list of user or group descriptors that will become members of the group.
|
61
60
|
|
62
|
-
> **NOTE** It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
63
|
-
|
64
|
-
> **NOTE** The `members` uses `descriptor` as the identifier not Resource ID or others.
|
61
|
+
> **NOTE** 1. It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
62
|
+
<br>2. The `members` uses `descriptor` as the identifier not Resource ID or others.
|
65
63
|
"""
|
66
64
|
return pulumi.get(self, "members")
|
67
65
|
|
@@ -74,10 +72,10 @@ class GroupMembershipArgs:
|
|
74
72
|
def mode(self) -> Optional[pulumi.Input[str]]:
|
75
73
|
"""
|
76
74
|
The mode how the resource manages group members.
|
77
|
-
- `mode == add`: the resource will ensure that all specified members will be part of the referenced group
|
78
|
-
- `mode == overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
79
75
|
|
80
|
-
|
76
|
+
~>**NOTE** 1. `mode = add`: the resource will ensure that all specified members will be part of the referenced group
|
77
|
+
<br>2. `mode = overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
78
|
+
<br>3. To clear all members from a group, specify an empty list of descriptors in the `members` attribute and set the `mode` member to `overwrite`.
|
81
79
|
"""
|
82
80
|
return pulumi.get(self, "mode")
|
83
81
|
|
@@ -97,14 +95,13 @@ class _GroupMembershipState:
|
|
97
95
|
:param pulumi.Input[str] group: The descriptor of the group being managed.
|
98
96
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: A list of user or group descriptors that will become members of the group.
|
99
97
|
|
100
|
-
> **NOTE** It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
101
|
-
|
102
|
-
> **NOTE** The `members` uses `descriptor` as the identifier not Resource ID or others.
|
98
|
+
> **NOTE** 1. It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
99
|
+
<br>2. The `members` uses `descriptor` as the identifier not Resource ID or others.
|
103
100
|
:param pulumi.Input[str] mode: The mode how the resource manages group members.
|
104
|
-
- `mode == add`: the resource will ensure that all specified members will be part of the referenced group
|
105
|
-
- `mode == overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
106
101
|
|
107
|
-
|
102
|
+
~>**NOTE** 1. `mode = add`: the resource will ensure that all specified members will be part of the referenced group
|
103
|
+
<br>2. `mode = overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
104
|
+
<br>3. To clear all members from a group, specify an empty list of descriptors in the `members` attribute and set the `mode` member to `overwrite`.
|
108
105
|
"""
|
109
106
|
if group is not None:
|
110
107
|
pulumi.set(__self__, "group", group)
|
@@ -131,9 +128,8 @@ class _GroupMembershipState:
|
|
131
128
|
"""
|
132
129
|
A list of user or group descriptors that will become members of the group.
|
133
130
|
|
134
|
-
> **NOTE** It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
135
|
-
|
136
|
-
> **NOTE** The `members` uses `descriptor` as the identifier not Resource ID or others.
|
131
|
+
> **NOTE** 1. It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
132
|
+
<br>2. The `members` uses `descriptor` as the identifier not Resource ID or others.
|
137
133
|
"""
|
138
134
|
return pulumi.get(self, "members")
|
139
135
|
|
@@ -146,10 +142,10 @@ class _GroupMembershipState:
|
|
146
142
|
def mode(self) -> Optional[pulumi.Input[str]]:
|
147
143
|
"""
|
148
144
|
The mode how the resource manages group members.
|
149
|
-
- `mode == add`: the resource will ensure that all specified members will be part of the referenced group
|
150
|
-
- `mode == overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
151
145
|
|
152
|
-
|
146
|
+
~>**NOTE** 1. `mode = add`: the resource will ensure that all specified members will be part of the referenced group
|
147
|
+
<br>2. `mode = overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
148
|
+
<br>3. To clear all members from a group, specify an empty list of descriptors in the `members` attribute and set the `mode` member to `overwrite`.
|
153
149
|
"""
|
154
150
|
return pulumi.get(self, "mode")
|
155
151
|
|
@@ -193,23 +189,18 @@ class GroupMembership(pulumi.CustomResource):
|
|
193
189
|
|
194
190
|
- **Deployment Groups**: Read & Manage
|
195
191
|
|
196
|
-
## Import
|
197
|
-
|
198
|
-
Not supported.
|
199
|
-
|
200
192
|
:param str resource_name: The name of the resource.
|
201
193
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
202
194
|
:param pulumi.Input[str] group: The descriptor of the group being managed.
|
203
195
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: A list of user or group descriptors that will become members of the group.
|
204
196
|
|
205
|
-
> **NOTE** It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
206
|
-
|
207
|
-
> **NOTE** The `members` uses `descriptor` as the identifier not Resource ID or others.
|
197
|
+
> **NOTE** 1. It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
198
|
+
<br>2. The `members` uses `descriptor` as the identifier not Resource ID or others.
|
208
199
|
:param pulumi.Input[str] mode: The mode how the resource manages group members.
|
209
|
-
- `mode == add`: the resource will ensure that all specified members will be part of the referenced group
|
210
|
-
- `mode == overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
211
200
|
|
212
|
-
|
201
|
+
~>**NOTE** 1. `mode = add`: the resource will ensure that all specified members will be part of the referenced group
|
202
|
+
<br>2. `mode = overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
203
|
+
<br>3. To clear all members from a group, specify an empty list of descriptors in the `members` attribute and set the `mode` member to `overwrite`.
|
213
204
|
"""
|
214
205
|
...
|
215
206
|
@overload
|
@@ -243,10 +234,6 @@ class GroupMembership(pulumi.CustomResource):
|
|
243
234
|
|
244
235
|
- **Deployment Groups**: Read & Manage
|
245
236
|
|
246
|
-
## Import
|
247
|
-
|
248
|
-
Not supported.
|
249
|
-
|
250
237
|
:param str resource_name: The name of the resource.
|
251
238
|
:param GroupMembershipArgs args: The arguments to use to populate this resource's properties.
|
252
239
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
@@ -304,14 +291,13 @@ class GroupMembership(pulumi.CustomResource):
|
|
304
291
|
:param pulumi.Input[str] group: The descriptor of the group being managed.
|
305
292
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] members: A list of user or group descriptors that will become members of the group.
|
306
293
|
|
307
|
-
> **NOTE** It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
308
|
-
|
309
|
-
> **NOTE** The `members` uses `descriptor` as the identifier not Resource ID or others.
|
294
|
+
> **NOTE** 1. It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
295
|
+
<br>2. The `members` uses `descriptor` as the identifier not Resource ID or others.
|
310
296
|
:param pulumi.Input[str] mode: The mode how the resource manages group members.
|
311
|
-
- `mode == add`: the resource will ensure that all specified members will be part of the referenced group
|
312
|
-
- `mode == overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
313
297
|
|
314
|
-
|
298
|
+
~>**NOTE** 1. `mode = add`: the resource will ensure that all specified members will be part of the referenced group
|
299
|
+
<br>2. `mode = overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
300
|
+
<br>3. To clear all members from a group, specify an empty list of descriptors in the `members` attribute and set the `mode` member to `overwrite`.
|
315
301
|
"""
|
316
302
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
317
303
|
|
@@ -336,9 +322,8 @@ class GroupMembership(pulumi.CustomResource):
|
|
336
322
|
"""
|
337
323
|
A list of user or group descriptors that will become members of the group.
|
338
324
|
|
339
|
-
> **NOTE** It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
340
|
-
|
341
|
-
> **NOTE** The `members` uses `descriptor` as the identifier not Resource ID or others.
|
325
|
+
> **NOTE** 1. It's possible to define group members both within the `GroupMembership resource` via the members block and by using the `Group` resource. However it's not possible to use both methods to manage group members, since there'll be conflicts.
|
326
|
+
<br>2. The `members` uses `descriptor` as the identifier not Resource ID or others.
|
342
327
|
"""
|
343
328
|
return pulumi.get(self, "members")
|
344
329
|
|
@@ -347,10 +332,10 @@ class GroupMembership(pulumi.CustomResource):
|
|
347
332
|
def mode(self) -> pulumi.Output[Optional[str]]:
|
348
333
|
"""
|
349
334
|
The mode how the resource manages group members.
|
350
|
-
- `mode == add`: the resource will ensure that all specified members will be part of the referenced group
|
351
|
-
- `mode == overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
352
335
|
|
353
|
-
|
336
|
+
~>**NOTE** 1. `mode = add`: the resource will ensure that all specified members will be part of the referenced group
|
337
|
+
<br>2. `mode = overwrite`: the resource will replace all existing members with the members specified within the `members` block
|
338
|
+
<br>3. To clear all members from a group, specify an empty list of descriptors in the `members` attribute and set the `mode` member to `overwrite`.
|
354
339
|
"""
|
355
340
|
return pulumi.get(self, "mode")
|
356
341
|
|
@@ -27,10 +27,6 @@ class IterativePermissionsArgs:
|
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a IterativePermissions resource.
|
29
29
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] permissions: the permissions to assign. The following permissions are available.
|
30
|
-
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
31
|
-
:param pulumi.Input[str] project_id: The ID of the project to assign the permissions.
|
32
|
-
:param pulumi.Input[str] path: The name of the branch to assign the permissions.
|
33
|
-
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
34
30
|
|
35
31
|
| Permission | Description |
|
36
32
|
|-----------------|--------------------------------|
|
@@ -38,6 +34,10 @@ class IterativePermissionsArgs:
|
|
38
34
|
| GENERIC_WRITE | Edit this node |
|
39
35
|
| CREATE_CHILDREN | Create child nodes |
|
40
36
|
| DELETE | Delete this node |
|
37
|
+
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
38
|
+
:param pulumi.Input[str] project_id: The ID of the project to assign the permissions.
|
39
|
+
:param pulumi.Input[str] path: The name of the branch to assign the permissions.
|
40
|
+
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
41
41
|
"""
|
42
42
|
pulumi.set(__self__, "permissions", permissions)
|
43
43
|
pulumi.set(__self__, "principal", principal)
|
@@ -52,6 +52,13 @@ class IterativePermissionsArgs:
|
|
52
52
|
def permissions(self) -> pulumi.Input[Mapping[str, pulumi.Input[str]]]:
|
53
53
|
"""
|
54
54
|
the permissions to assign. The following permissions are available.
|
55
|
+
|
56
|
+
| Permission | Description |
|
57
|
+
|-----------------|--------------------------------|
|
58
|
+
| GENERIC_READ | View permissions for this node |
|
59
|
+
| GENERIC_WRITE | Edit this node |
|
60
|
+
| CREATE_CHILDREN | Create child nodes |
|
61
|
+
| DELETE | Delete this node |
|
55
62
|
"""
|
56
63
|
return pulumi.get(self, "permissions")
|
57
64
|
|
@@ -100,13 +107,6 @@ class IterativePermissionsArgs:
|
|
100
107
|
def replace(self) -> Optional[pulumi.Input[bool]]:
|
101
108
|
"""
|
102
109
|
Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
103
|
-
|
104
|
-
| Permission | Description |
|
105
|
-
|-----------------|--------------------------------|
|
106
|
-
| GENERIC_READ | View permissions for this node |
|
107
|
-
| GENERIC_WRITE | Edit this node |
|
108
|
-
| CREATE_CHILDREN | Create child nodes |
|
109
|
-
| DELETE | Delete this node |
|
110
110
|
"""
|
111
111
|
return pulumi.get(self, "replace")
|
112
112
|
|
@@ -127,9 +127,6 @@ class _IterativePermissionsState:
|
|
127
127
|
Input properties used for looking up and filtering IterativePermissions resources.
|
128
128
|
:param pulumi.Input[str] path: The name of the branch to assign the permissions.
|
129
129
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] permissions: the permissions to assign. The following permissions are available.
|
130
|
-
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
131
|
-
:param pulumi.Input[str] project_id: The ID of the project to assign the permissions.
|
132
|
-
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
133
130
|
|
134
131
|
| Permission | Description |
|
135
132
|
|-----------------|--------------------------------|
|
@@ -137,6 +134,9 @@ class _IterativePermissionsState:
|
|
137
134
|
| GENERIC_WRITE | Edit this node |
|
138
135
|
| CREATE_CHILDREN | Create child nodes |
|
139
136
|
| DELETE | Delete this node |
|
137
|
+
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
138
|
+
:param pulumi.Input[str] project_id: The ID of the project to assign the permissions.
|
139
|
+
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
140
140
|
"""
|
141
141
|
if path is not None:
|
142
142
|
pulumi.set(__self__, "path", path)
|
@@ -166,6 +166,13 @@ class _IterativePermissionsState:
|
|
166
166
|
def permissions(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
167
167
|
"""
|
168
168
|
the permissions to assign. The following permissions are available.
|
169
|
+
|
170
|
+
| Permission | Description |
|
171
|
+
|-----------------|--------------------------------|
|
172
|
+
| GENERIC_READ | View permissions for this node |
|
173
|
+
| GENERIC_WRITE | Edit this node |
|
174
|
+
| CREATE_CHILDREN | Create child nodes |
|
175
|
+
| DELETE | Delete this node |
|
169
176
|
"""
|
170
177
|
return pulumi.get(self, "permissions")
|
171
178
|
|
@@ -202,13 +209,6 @@ class _IterativePermissionsState:
|
|
202
209
|
def replace(self) -> Optional[pulumi.Input[bool]]:
|
203
210
|
"""
|
204
211
|
Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
205
|
-
|
206
|
-
| Permission | Description |
|
207
|
-
|-----------------|--------------------------------|
|
208
|
-
| GENERIC_READ | View permissions for this node |
|
209
|
-
| GENERIC_WRITE | Edit this node |
|
210
|
-
| CREATE_CHILDREN | Create child nodes |
|
211
|
-
| DELETE | Delete this node |
|
212
212
|
"""
|
213
213
|
return pulumi.get(self, "replace")
|
214
214
|
|
@@ -287,9 +287,6 @@ class IterativePermissions(pulumi.CustomResource):
|
|
287
287
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
288
288
|
:param pulumi.Input[str] path: The name of the branch to assign the permissions.
|
289
289
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] permissions: the permissions to assign. The following permissions are available.
|
290
|
-
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
291
|
-
:param pulumi.Input[str] project_id: The ID of the project to assign the permissions.
|
292
|
-
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
293
290
|
|
294
291
|
| Permission | Description |
|
295
292
|
|-----------------|--------------------------------|
|
@@ -297,6 +294,9 @@ class IterativePermissions(pulumi.CustomResource):
|
|
297
294
|
| GENERIC_WRITE | Edit this node |
|
298
295
|
| CREATE_CHILDREN | Create child nodes |
|
299
296
|
| DELETE | Delete this node |
|
297
|
+
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
298
|
+
:param pulumi.Input[str] project_id: The ID of the project to assign the permissions.
|
299
|
+
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
300
300
|
"""
|
301
301
|
...
|
302
302
|
@overload
|
@@ -423,9 +423,6 @@ class IterativePermissions(pulumi.CustomResource):
|
|
423
423
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
424
424
|
:param pulumi.Input[str] path: The name of the branch to assign the permissions.
|
425
425
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] permissions: the permissions to assign. The following permissions are available.
|
426
|
-
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
427
|
-
:param pulumi.Input[str] project_id: The ID of the project to assign the permissions.
|
428
|
-
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
429
426
|
|
430
427
|
| Permission | Description |
|
431
428
|
|-----------------|--------------------------------|
|
@@ -433,6 +430,9 @@ class IterativePermissions(pulumi.CustomResource):
|
|
433
430
|
| GENERIC_WRITE | Edit this node |
|
434
431
|
| CREATE_CHILDREN | Create child nodes |
|
435
432
|
| DELETE | Delete this node |
|
433
|
+
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
434
|
+
:param pulumi.Input[str] project_id: The ID of the project to assign the permissions.
|
435
|
+
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
436
436
|
"""
|
437
437
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
438
438
|
|
@@ -458,6 +458,13 @@ class IterativePermissions(pulumi.CustomResource):
|
|
458
458
|
def permissions(self) -> pulumi.Output[Mapping[str, str]]:
|
459
459
|
"""
|
460
460
|
the permissions to assign. The following permissions are available.
|
461
|
+
|
462
|
+
| Permission | Description |
|
463
|
+
|-----------------|--------------------------------|
|
464
|
+
| GENERIC_READ | View permissions for this node |
|
465
|
+
| GENERIC_WRITE | Edit this node |
|
466
|
+
| CREATE_CHILDREN | Create child nodes |
|
467
|
+
| DELETE | Delete this node |
|
461
468
|
"""
|
462
469
|
return pulumi.get(self, "permissions")
|
463
470
|
|
@@ -482,13 +489,6 @@ class IterativePermissions(pulumi.CustomResource):
|
|
482
489
|
def replace(self) -> pulumi.Output[Optional[bool]]:
|
483
490
|
"""
|
484
491
|
Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
485
|
-
|
486
|
-
| Permission | Description |
|
487
|
-
|-----------------|--------------------------------|
|
488
|
-
| GENERIC_READ | View permissions for this node |
|
489
|
-
| GENERIC_WRITE | Edit this node |
|
490
|
-
| CREATE_CHILDREN | Create child nodes |
|
491
|
-
| DELETE | Delete this node |
|
492
492
|
"""
|
493
493
|
return pulumi.get(self, "replace")
|
494
494
|
|
@@ -26,18 +26,18 @@ class LibraryPermissionsArgs:
|
|
26
26
|
"""
|
27
27
|
The set of arguments for constructing a LibraryPermissions resource.
|
28
28
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] permissions: the permissions to assign. The following permissions are available.
|
29
|
+
|
30
|
+
| Permission | Description |
|
31
|
+
|-------------|---------------------------|
|
32
|
+
| View | View library item |
|
33
|
+
| Administer | Administer library item |
|
34
|
+
| Create | Create library item |
|
35
|
+
| ViewSecrets | View library item secrets |
|
36
|
+
| Use | Use library item |
|
37
|
+
| Owner | Owner library item |
|
29
38
|
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
30
39
|
:param pulumi.Input[str] project_id: The ID of the project.
|
31
40
|
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
32
|
-
|
33
|
-
| Permission | Description |
|
34
|
-
| ----------------- | ----------------------------------- |
|
35
|
-
| View | View library item |
|
36
|
-
| Administer | Administer library item |
|
37
|
-
| Create | Create library item |
|
38
|
-
| ViewSecrets | View library item secrets |
|
39
|
-
| Use | Use library item |
|
40
|
-
| Owner | Owner library item |
|
41
41
|
"""
|
42
42
|
pulumi.set(__self__, "permissions", permissions)
|
43
43
|
pulumi.set(__self__, "principal", principal)
|
@@ -50,6 +50,15 @@ class LibraryPermissionsArgs:
|
|
50
50
|
def permissions(self) -> pulumi.Input[Mapping[str, pulumi.Input[str]]]:
|
51
51
|
"""
|
52
52
|
the permissions to assign. The following permissions are available.
|
53
|
+
|
54
|
+
| Permission | Description |
|
55
|
+
|-------------|---------------------------|
|
56
|
+
| View | View library item |
|
57
|
+
| Administer | Administer library item |
|
58
|
+
| Create | Create library item |
|
59
|
+
| ViewSecrets | View library item secrets |
|
60
|
+
| Use | Use library item |
|
61
|
+
| Owner | Owner library item |
|
53
62
|
"""
|
54
63
|
return pulumi.get(self, "permissions")
|
55
64
|
|
@@ -86,15 +95,6 @@ class LibraryPermissionsArgs:
|
|
86
95
|
def replace(self) -> Optional[pulumi.Input[bool]]:
|
87
96
|
"""
|
88
97
|
Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
89
|
-
|
90
|
-
| Permission | Description |
|
91
|
-
| ----------------- | ----------------------------------- |
|
92
|
-
| View | View library item |
|
93
|
-
| Administer | Administer library item |
|
94
|
-
| Create | Create library item |
|
95
|
-
| ViewSecrets | View library item secrets |
|
96
|
-
| Use | Use library item |
|
97
|
-
| Owner | Owner library item |
|
98
98
|
"""
|
99
99
|
return pulumi.get(self, "replace")
|
100
100
|
|
@@ -113,18 +113,18 @@ class _LibraryPermissionsState:
|
|
113
113
|
"""
|
114
114
|
Input properties used for looking up and filtering LibraryPermissions resources.
|
115
115
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] permissions: the permissions to assign. The following permissions are available.
|
116
|
+
|
117
|
+
| Permission | Description |
|
118
|
+
|-------------|---------------------------|
|
119
|
+
| View | View library item |
|
120
|
+
| Administer | Administer library item |
|
121
|
+
| Create | Create library item |
|
122
|
+
| ViewSecrets | View library item secrets |
|
123
|
+
| Use | Use library item |
|
124
|
+
| Owner | Owner library item |
|
116
125
|
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
117
126
|
:param pulumi.Input[str] project_id: The ID of the project.
|
118
127
|
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
119
|
-
|
120
|
-
| Permission | Description |
|
121
|
-
| ----------------- | ----------------------------------- |
|
122
|
-
| View | View library item |
|
123
|
-
| Administer | Administer library item |
|
124
|
-
| Create | Create library item |
|
125
|
-
| ViewSecrets | View library item secrets |
|
126
|
-
| Use | Use library item |
|
127
|
-
| Owner | Owner library item |
|
128
128
|
"""
|
129
129
|
if permissions is not None:
|
130
130
|
pulumi.set(__self__, "permissions", permissions)
|
@@ -140,6 +140,15 @@ class _LibraryPermissionsState:
|
|
140
140
|
def permissions(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
141
141
|
"""
|
142
142
|
the permissions to assign. The following permissions are available.
|
143
|
+
|
144
|
+
| Permission | Description |
|
145
|
+
|-------------|---------------------------|
|
146
|
+
| View | View library item |
|
147
|
+
| Administer | Administer library item |
|
148
|
+
| Create | Create library item |
|
149
|
+
| ViewSecrets | View library item secrets |
|
150
|
+
| Use | Use library item |
|
151
|
+
| Owner | Owner library item |
|
143
152
|
"""
|
144
153
|
return pulumi.get(self, "permissions")
|
145
154
|
|
@@ -176,15 +185,6 @@ class _LibraryPermissionsState:
|
|
176
185
|
def replace(self) -> Optional[pulumi.Input[bool]]:
|
177
186
|
"""
|
178
187
|
Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
179
|
-
|
180
|
-
| Permission | Description |
|
181
|
-
| ----------------- | ----------------------------------- |
|
182
|
-
| View | View library item |
|
183
|
-
| Administer | Administer library item |
|
184
|
-
| Create | Create library item |
|
185
|
-
| ViewSecrets | View library item secrets |
|
186
|
-
| Use | Use library item |
|
187
|
-
| Owner | Owner library item |
|
188
188
|
"""
|
189
189
|
return pulumi.get(self, "replace")
|
190
190
|
|
@@ -234,12 +234,12 @@ class LibraryPermissions(pulumi.CustomResource):
|
|
234
234
|
|
235
235
|
The Azure DevOps UI uses roles to assign permissions for the Library.
|
236
236
|
|
237
|
-
| Role | Allowed Permissions
|
238
|
-
|
239
|
-
| Reader | View
|
240
|
-
| Creator | View, Create
|
241
|
-
| User | View, Use
|
242
|
-
| Administrator | View, Use, Administer
|
237
|
+
| Role | Allowed Permissions |
|
238
|
+
|---------------|-----------------------|
|
239
|
+
| Reader | View |
|
240
|
+
| Creator | View, Create |
|
241
|
+
| User | View, Use |
|
242
|
+
| Administrator | View, Use, Administer |
|
243
243
|
|
244
244
|
## Relevant Links
|
245
245
|
|
@@ -256,18 +256,18 @@ class LibraryPermissions(pulumi.CustomResource):
|
|
256
256
|
:param str resource_name: The name of the resource.
|
257
257
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
258
258
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] permissions: the permissions to assign. The following permissions are available.
|
259
|
+
|
260
|
+
| Permission | Description |
|
261
|
+
|-------------|---------------------------|
|
262
|
+
| View | View library item |
|
263
|
+
| Administer | Administer library item |
|
264
|
+
| Create | Create library item |
|
265
|
+
| ViewSecrets | View library item secrets |
|
266
|
+
| Use | Use library item |
|
267
|
+
| Owner | Owner library item |
|
259
268
|
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
260
269
|
:param pulumi.Input[str] project_id: The ID of the project.
|
261
270
|
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
262
|
-
|
263
|
-
| Permission | Description |
|
264
|
-
| ----------------- | ----------------------------------- |
|
265
|
-
| View | View library item |
|
266
|
-
| Administer | Administer library item |
|
267
|
-
| Create | Create library item |
|
268
|
-
| ViewSecrets | View library item secrets |
|
269
|
-
| Use | Use library item |
|
270
|
-
| Owner | Owner library item |
|
271
271
|
"""
|
272
272
|
...
|
273
273
|
@overload
|
@@ -306,12 +306,12 @@ class LibraryPermissions(pulumi.CustomResource):
|
|
306
306
|
|
307
307
|
The Azure DevOps UI uses roles to assign permissions for the Library.
|
308
308
|
|
309
|
-
| Role | Allowed Permissions
|
310
|
-
|
311
|
-
| Reader | View
|
312
|
-
| Creator | View, Create
|
313
|
-
| User | View, Use
|
314
|
-
| Administrator | View, Use, Administer
|
309
|
+
| Role | Allowed Permissions |
|
310
|
+
|---------------|-----------------------|
|
311
|
+
| Reader | View |
|
312
|
+
| Creator | View, Create |
|
313
|
+
| User | View, Use |
|
314
|
+
| Administrator | View, Use, Administer |
|
315
315
|
|
316
316
|
## Relevant Links
|
317
317
|
|
@@ -385,18 +385,18 @@ class LibraryPermissions(pulumi.CustomResource):
|
|
385
385
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
386
386
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
387
387
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] permissions: the permissions to assign. The following permissions are available.
|
388
|
+
|
389
|
+
| Permission | Description |
|
390
|
+
|-------------|---------------------------|
|
391
|
+
| View | View library item |
|
392
|
+
| Administer | Administer library item |
|
393
|
+
| Create | Create library item |
|
394
|
+
| ViewSecrets | View library item secrets |
|
395
|
+
| Use | Use library item |
|
396
|
+
| Owner | Owner library item |
|
388
397
|
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
389
398
|
:param pulumi.Input[str] project_id: The ID of the project.
|
390
399
|
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
391
|
-
|
392
|
-
| Permission | Description |
|
393
|
-
| ----------------- | ----------------------------------- |
|
394
|
-
| View | View library item |
|
395
|
-
| Administer | Administer library item |
|
396
|
-
| Create | Create library item |
|
397
|
-
| ViewSecrets | View library item secrets |
|
398
|
-
| Use | Use library item |
|
399
|
-
| Owner | Owner library item |
|
400
400
|
"""
|
401
401
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
402
402
|
|
@@ -413,6 +413,15 @@ class LibraryPermissions(pulumi.CustomResource):
|
|
413
413
|
def permissions(self) -> pulumi.Output[Mapping[str, str]]:
|
414
414
|
"""
|
415
415
|
the permissions to assign. The following permissions are available.
|
416
|
+
|
417
|
+
| Permission | Description |
|
418
|
+
|-------------|---------------------------|
|
419
|
+
| View | View library item |
|
420
|
+
| Administer | Administer library item |
|
421
|
+
| Create | Create library item |
|
422
|
+
| ViewSecrets | View library item secrets |
|
423
|
+
| Use | Use library item |
|
424
|
+
| Owner | Owner library item |
|
416
425
|
"""
|
417
426
|
return pulumi.get(self, "permissions")
|
418
427
|
|
@@ -437,15 +446,6 @@ class LibraryPermissions(pulumi.CustomResource):
|
|
437
446
|
def replace(self) -> pulumi.Output[Optional[bool]]:
|
438
447
|
"""
|
439
448
|
Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
440
|
-
|
441
|
-
| Permission | Description |
|
442
|
-
| ----------------- | ----------------------------------- |
|
443
|
-
| View | View library item |
|
444
|
-
| Administer | Administer library item |
|
445
|
-
| Create | Create library item |
|
446
|
-
| ViewSecrets | View library item secrets |
|
447
|
-
| Use | Use library item |
|
448
|
-
| Owner | Owner library item |
|
449
449
|
"""
|
450
450
|
return pulumi.get(self, "replace")
|
451
451
|
|