pulumi-azuredevops 3.5.0a1735017670__py3-none-any.whl → 3.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_azuredevops/__init__.py +109 -0
- pulumi_azuredevops/_inputs.py +455 -175
- 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 +196 -23
- 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/feed.py +8 -8
- pulumi_azuredevops/feed_permission.py +9 -9
- pulumi_azuredevops/feed_retention_policy.py +422 -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_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 +3 -0
- pulumi_azuredevops/get_identity_groups.py +1 -1
- pulumi_azuredevops/get_identity_users.py +5 -5
- 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 +31 -17
- 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_team.py +4 -3
- pulumi_azuredevops/get_teams.py +2 -3
- pulumi_azuredevops/get_users.py +5 -9
- pulumi_azuredevops/git.py +7 -7
- pulumi_azuredevops/git_permissions.py +21 -28
- 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 +353 -143
- 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/securityrole_assignment.py +7 -7
- pulumi_azuredevops/service_endpoint_artifactory.py +24 -18
- pulumi_azuredevops/service_endpoint_aws.py +86 -41
- pulumi_azuredevops/service_endpoint_azure_ecr.py +13 -15
- pulumi_azuredevops/service_endpoint_azure_rm.py +99 -52
- pulumi_azuredevops/service_endpoint_bit_bucket.py +4 -4
- pulumi_azuredevops/service_endpoint_docker_registry.py +2 -2
- pulumi_azuredevops/service_endpoint_generic.py +2 -6
- pulumi_azuredevops/service_endpoint_generic_git.py +4 -8
- pulumi_azuredevops/service_endpoint_git_hub.py +15 -2
- pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +15 -2
- pulumi_azuredevops/service_endpoint_git_lab.py +479 -0
- pulumi_azuredevops/service_endpoint_kubernetes.py +23 -23
- pulumi_azuredevops/service_endpoint_npm.py +4 -4
- pulumi_azuredevops/service_endpoint_pipeline.py +4 -4
- pulumi_azuredevops/service_endpoint_service_fabric.py +48 -9
- pulumi_azuredevops/service_endpoint_sonar_cloud.py +11 -11
- pulumi_azuredevops/service_endpoint_sonar_qube.py +11 -11
- pulumi_azuredevops/service_endpoint_ssh.py +2 -6
- pulumi_azuredevops/service_principal_entitlement.py +386 -0
- pulumi_azuredevops/serviceendpoint_argocd.py +2 -2
- pulumi_azuredevops/serviceendpoint_azure_service_bus.py +429 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_one.py +627 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +575 -0
- pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +674 -0
- pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +579 -0
- pulumi_azuredevops/serviceendpoint_externaltfs.py +63 -11
- pulumi_azuredevops/serviceendpoint_gcp_terraform.py +2 -2
- pulumi_azuredevops/serviceendpoint_incomingwebhook.py +2 -2
- pulumi_azuredevops/serviceendpoint_jenkins.py +2 -2
- pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +18 -18
- pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +18 -18
- pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +18 -18
- pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +18 -18
- pulumi_azuredevops/serviceendpoint_maven.py +2 -2
- pulumi_azuredevops/serviceendpoint_nexus.py +2 -2
- pulumi_azuredevops/serviceendpoint_nuget.py +2 -2
- pulumi_azuredevops/serviceendpoint_octopusdeploy.py +2 -2
- pulumi_azuredevops/serviceendpoint_permissions.py +40 -40
- pulumi_azuredevops/serviceendpoint_snyk.py +429 -0
- pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +541 -0
- 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/user.py +22 -2
- 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.5.0a1735017670.dist-info → pulumi_azuredevops-3.6.0.dist-info}/METADATA +2 -2
- pulumi_azuredevops-3.6.0.dist-info/RECORD +148 -0
- {pulumi_azuredevops-3.5.0a1735017670.dist-info → pulumi_azuredevops-3.6.0.dist-info}/WHEEL +1 -1
- pulumi_azuredevops-3.5.0a1735017670.dist-info/RECORD +0 -135
- {pulumi_azuredevops-3.5.0a1735017670.dist-info → pulumi_azuredevops-3.6.0.dist-info}/top_level.txt +0 -0
@@ -35,8 +35,8 @@ class ServiceendpointJfrogXrayV2Args:
|
|
35
35
|
:param pulumi.Input[str] url: URL of the Artifactory server to connect with.
|
36
36
|
|
37
37
|
> **NOTE:** URL should not end in a slash character.
|
38
|
-
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs'] authentication_basic:
|
39
|
-
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs'] authentication_token:
|
38
|
+
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs'] authentication_basic: An `authentication_basic` block as documented below.
|
39
|
+
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs'] authentication_token: An `authentication_token` block as documented below.
|
40
40
|
:param pulumi.Input[str] description: The Service Endpoint description.
|
41
41
|
"""
|
42
42
|
pulumi.set(__self__, "project_id", project_id)
|
@@ -93,7 +93,7 @@ class ServiceendpointJfrogXrayV2Args:
|
|
93
93
|
@pulumi.getter(name="authenticationBasic")
|
94
94
|
def authentication_basic(self) -> Optional[pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs']]:
|
95
95
|
"""
|
96
|
-
|
96
|
+
An `authentication_basic` block as documented below.
|
97
97
|
"""
|
98
98
|
return pulumi.get(self, "authentication_basic")
|
99
99
|
|
@@ -105,7 +105,7 @@ class ServiceendpointJfrogXrayV2Args:
|
|
105
105
|
@pulumi.getter(name="authenticationToken")
|
106
106
|
def authentication_token(self) -> Optional[pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs']]:
|
107
107
|
"""
|
108
|
-
|
108
|
+
An `authentication_token` block as documented below.
|
109
109
|
"""
|
110
110
|
return pulumi.get(self, "authentication_token")
|
111
111
|
|
@@ -147,8 +147,8 @@ class _ServiceendpointJfrogXrayV2State:
|
|
147
147
|
url: Optional[pulumi.Input[str]] = None):
|
148
148
|
"""
|
149
149
|
Input properties used for looking up and filtering ServiceendpointJfrogXrayV2 resources.
|
150
|
-
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs'] authentication_basic:
|
151
|
-
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs'] authentication_token:
|
150
|
+
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs'] authentication_basic: An `authentication_basic` block as documented below.
|
151
|
+
:param pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs'] authentication_token: An `authentication_token` block as documented below.
|
152
152
|
:param pulumi.Input[str] description: The Service Endpoint description.
|
153
153
|
:param pulumi.Input[str] project_id: The ID of the project.
|
154
154
|
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
@@ -175,7 +175,7 @@ class _ServiceendpointJfrogXrayV2State:
|
|
175
175
|
@pulumi.getter(name="authenticationBasic")
|
176
176
|
def authentication_basic(self) -> Optional[pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationBasicArgs']]:
|
177
177
|
"""
|
178
|
-
|
178
|
+
An `authentication_basic` block as documented below.
|
179
179
|
"""
|
180
180
|
return pulumi.get(self, "authentication_basic")
|
181
181
|
|
@@ -187,7 +187,7 @@ class _ServiceendpointJfrogXrayV2State:
|
|
187
187
|
@pulumi.getter(name="authenticationToken")
|
188
188
|
def authentication_token(self) -> Optional[pulumi.Input['ServiceendpointJfrogXrayV2AuthenticationTokenArgs']]:
|
189
189
|
"""
|
190
|
-
|
190
|
+
An `authentication_token` block as documented below.
|
191
191
|
"""
|
192
192
|
return pulumi.get(self, "authentication_token")
|
193
193
|
|
@@ -269,7 +269,7 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
269
269
|
url: Optional[pulumi.Input[str]] = None,
|
270
270
|
__props__=None):
|
271
271
|
"""
|
272
|
-
Manages an JFrog XRay V2
|
272
|
+
Manages an JFrog XRay V2 service endpoint within an Azure DevOps organization.
|
273
273
|
|
274
274
|
> **Note:** Using this service endpoint requires you to first install [JFrog Extension](https://marketplace.visualstudio.com/items?itemName=JFrog.jfrog-azure-devops-extension).
|
275
275
|
|
@@ -324,7 +324,7 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
324
324
|
|
325
325
|
## Import
|
326
326
|
|
327
|
-
Azure DevOps
|
327
|
+
Azure DevOps JFrog Platform V2 Service Endpoint can be imported using the **projectID/serviceEndpointID**, e.g.
|
328
328
|
|
329
329
|
```sh
|
330
330
|
$ pulumi import azuredevops:index/serviceendpointJfrogXrayV2:ServiceendpointJfrogXrayV2 example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
|
@@ -332,8 +332,8 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
332
332
|
|
333
333
|
:param str resource_name: The name of the resource.
|
334
334
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
335
|
-
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationBasicArgs', 'ServiceendpointJfrogXrayV2AuthenticationBasicArgsDict']] authentication_basic:
|
336
|
-
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationTokenArgs', 'ServiceendpointJfrogXrayV2AuthenticationTokenArgsDict']] authentication_token:
|
335
|
+
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationBasicArgs', 'ServiceendpointJfrogXrayV2AuthenticationBasicArgsDict']] authentication_basic: An `authentication_basic` block as documented below.
|
336
|
+
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationTokenArgs', 'ServiceendpointJfrogXrayV2AuthenticationTokenArgsDict']] authentication_token: An `authentication_token` block as documented below.
|
337
337
|
:param pulumi.Input[str] description: The Service Endpoint description.
|
338
338
|
:param pulumi.Input[str] project_id: The ID of the project.
|
339
339
|
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
@@ -348,7 +348,7 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
348
348
|
args: ServiceendpointJfrogXrayV2Args,
|
349
349
|
opts: Optional[pulumi.ResourceOptions] = None):
|
350
350
|
"""
|
351
|
-
Manages an JFrog XRay V2
|
351
|
+
Manages an JFrog XRay V2 service endpoint within an Azure DevOps organization.
|
352
352
|
|
353
353
|
> **Note:** Using this service endpoint requires you to first install [JFrog Extension](https://marketplace.visualstudio.com/items?itemName=JFrog.jfrog-azure-devops-extension).
|
354
354
|
|
@@ -403,7 +403,7 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
403
403
|
|
404
404
|
## Import
|
405
405
|
|
406
|
-
Azure DevOps
|
406
|
+
Azure DevOps JFrog Platform V2 Service Endpoint can be imported using the **projectID/serviceEndpointID**, e.g.
|
407
407
|
|
408
408
|
```sh
|
409
409
|
$ pulumi import azuredevops:index/serviceendpointJfrogXrayV2:ServiceendpointJfrogXrayV2 example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
|
@@ -477,8 +477,8 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
477
477
|
:param str resource_name: The unique name of the resulting resource.
|
478
478
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
479
479
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
480
|
-
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationBasicArgs', 'ServiceendpointJfrogXrayV2AuthenticationBasicArgsDict']] authentication_basic:
|
481
|
-
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationTokenArgs', 'ServiceendpointJfrogXrayV2AuthenticationTokenArgsDict']] authentication_token:
|
480
|
+
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationBasicArgs', 'ServiceendpointJfrogXrayV2AuthenticationBasicArgsDict']] authentication_basic: An `authentication_basic` block as documented below.
|
481
|
+
:param pulumi.Input[Union['ServiceendpointJfrogXrayV2AuthenticationTokenArgs', 'ServiceendpointJfrogXrayV2AuthenticationTokenArgsDict']] authentication_token: An `authentication_token` block as documented below.
|
482
482
|
:param pulumi.Input[str] description: The Service Endpoint description.
|
483
483
|
:param pulumi.Input[str] project_id: The ID of the project.
|
484
484
|
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
@@ -503,7 +503,7 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
503
503
|
@pulumi.getter(name="authenticationBasic")
|
504
504
|
def authentication_basic(self) -> pulumi.Output[Optional['outputs.ServiceendpointJfrogXrayV2AuthenticationBasic']]:
|
505
505
|
"""
|
506
|
-
|
506
|
+
An `authentication_basic` block as documented below.
|
507
507
|
"""
|
508
508
|
return pulumi.get(self, "authentication_basic")
|
509
509
|
|
@@ -511,7 +511,7 @@ class ServiceendpointJfrogXrayV2(pulumi.CustomResource):
|
|
511
511
|
@pulumi.getter(name="authenticationToken")
|
512
512
|
def authentication_token(self) -> pulumi.Output[Optional['outputs.ServiceendpointJfrogXrayV2AuthenticationToken']]:
|
513
513
|
"""
|
514
|
-
|
514
|
+
An `authentication_token` block as documented below.
|
515
515
|
"""
|
516
516
|
return pulumi.get(self, "authentication_token")
|
517
517
|
|
@@ -336,7 +336,7 @@ class ServiceendpointMaven(pulumi.CustomResource):
|
|
336
336
|
|
337
337
|
## Import
|
338
338
|
|
339
|
-
Service Connection
|
339
|
+
Azure DevOps Maven Service Connection can be imported using the `projectId/id` or `projectName/id`, e.g.
|
340
340
|
|
341
341
|
```sh
|
342
342
|
$ pulumi import azuredevops:index/serviceendpointMaven:ServiceendpointMaven example projectName/00000000-0000-0000-0000-000000000000
|
@@ -409,7 +409,7 @@ class ServiceendpointMaven(pulumi.CustomResource):
|
|
409
409
|
|
410
410
|
## Import
|
411
411
|
|
412
|
-
Service Connection
|
412
|
+
Azure DevOps Maven Service Connection can be imported using the `projectId/id` or `projectName/id`, e.g.
|
413
413
|
|
414
414
|
```sh
|
415
415
|
$ pulumi import azuredevops:index/serviceendpointMaven:ServiceendpointMaven example projectName/00000000-0000-0000-0000-000000000000
|
@@ -275,7 +275,7 @@ class ServiceendpointNexus(pulumi.CustomResource):
|
|
275
275
|
|
276
276
|
## Import
|
277
277
|
|
278
|
-
Service Connection
|
278
|
+
Azure DevOps Nexus Service Connection can be imported using the `projectId/id` or or `projectName/id`, e.g.
|
279
279
|
|
280
280
|
```sh
|
281
281
|
$ pulumi import azuredevops:index/serviceendpointNexus:ServiceendpointNexus example projectName/00000000-0000-0000-0000-000000000000
|
@@ -322,7 +322,7 @@ class ServiceendpointNexus(pulumi.CustomResource):
|
|
322
322
|
|
323
323
|
## Import
|
324
324
|
|
325
|
-
Service Connection
|
325
|
+
Azure DevOps Nexus Service Connection can be imported using the `projectId/id` or or `projectName/id`, e.g.
|
326
326
|
|
327
327
|
```sh
|
328
328
|
$ pulumi import azuredevops:index/serviceendpointNexus:ServiceendpointNexus example projectName/00000000-0000-0000-0000-000000000000
|
@@ -352,7 +352,7 @@ class ServiceendpointNuget(pulumi.CustomResource):
|
|
352
352
|
|
353
353
|
## Import
|
354
354
|
|
355
|
-
Azure DevOps Service Endpoint
|
355
|
+
Azure DevOps NuGet Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
|
356
356
|
|
357
357
|
```sh
|
358
358
|
$ pulumi import azuredevops:index/serviceendpointNuget:ServiceendpointNuget example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
|
@@ -404,7 +404,7 @@ class ServiceendpointNuget(pulumi.CustomResource):
|
|
404
404
|
|
405
405
|
## Import
|
406
406
|
|
407
|
-
Azure DevOps Service Endpoint
|
407
|
+
Azure DevOps NuGet Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
|
408
408
|
|
409
409
|
```sh
|
410
410
|
$ pulumi import azuredevops:index/serviceendpointNuget:ServiceendpointNuget example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
|
@@ -278,7 +278,7 @@ class ServiceendpointOctopusdeploy(pulumi.CustomResource):
|
|
278
278
|
|
279
279
|
## Import
|
280
280
|
|
281
|
-
Azure DevOps Service Endpoint
|
281
|
+
Azure DevOps Octopus Deploy Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
|
282
282
|
|
283
283
|
```sh
|
284
284
|
$ pulumi import azuredevops:index/serviceendpointOctopusdeploy:ServiceendpointOctopusdeploy example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
|
@@ -327,7 +327,7 @@ class ServiceendpointOctopusdeploy(pulumi.CustomResource):
|
|
327
327
|
|
328
328
|
## Import
|
329
329
|
|
330
|
-
Azure DevOps Service Endpoint
|
330
|
+
Azure DevOps Octopus Deploy Service Endpoint can be imported using **projectID/serviceEndpointID** or **projectName/serviceEndpointID**
|
331
331
|
|
332
332
|
```sh
|
333
333
|
$ pulumi import azuredevops:index/serviceendpointOctopusdeploy:ServiceendpointOctopusdeploy example 00000000-0000-0000-0000-000000000000/00000000-0000-0000-0000-000000000000
|
@@ -27,17 +27,17 @@ class ServiceendpointPermissionsArgs:
|
|
27
27
|
"""
|
28
28
|
The set of arguments for constructing a ServiceendpointPermissions 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.
|
32
|
-
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
33
30
|
|
34
31
|
| Permission | Description |
|
35
|
-
|
32
|
+
|-------------------|-------------------------------------|
|
36
33
|
| Use | Use service endpoint |
|
37
34
|
| Administer | Full control over service endpoints |
|
38
35
|
| Create | Create service endpoints |
|
39
36
|
| ViewAuthorization | View authorizations |
|
40
37
|
| ViewEndpoint | View service endpoint properties |
|
38
|
+
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
39
|
+
:param pulumi.Input[str] project_id: The ID of the project.
|
40
|
+
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
41
41
|
:param pulumi.Input[str] serviceendpoint_id: The id of the service endpoint to assign the permissions.
|
42
42
|
"""
|
43
43
|
pulumi.set(__self__, "permissions", permissions)
|
@@ -53,6 +53,14 @@ class ServiceendpointPermissionsArgs:
|
|
53
53
|
def permissions(self) -> pulumi.Input[Mapping[str, pulumi.Input[str]]]:
|
54
54
|
"""
|
55
55
|
the permissions to assign. The following permissions are available.
|
56
|
+
|
57
|
+
| Permission | Description |
|
58
|
+
|-------------------|-------------------------------------|
|
59
|
+
| Use | Use service endpoint |
|
60
|
+
| Administer | Full control over service endpoints |
|
61
|
+
| Create | Create service endpoints |
|
62
|
+
| ViewAuthorization | View authorizations |
|
63
|
+
| ViewEndpoint | View service endpoint properties |
|
56
64
|
"""
|
57
65
|
return pulumi.get(self, "permissions")
|
58
66
|
|
@@ -89,14 +97,6 @@ class ServiceendpointPermissionsArgs:
|
|
89
97
|
def replace(self) -> Optional[pulumi.Input[bool]]:
|
90
98
|
"""
|
91
99
|
Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
92
|
-
|
93
|
-
| Permission | Description |
|
94
|
-
| ----------------- | ----------------------------------- |
|
95
|
-
| Use | Use service endpoint |
|
96
|
-
| Administer | Full control over service endpoints |
|
97
|
-
| Create | Create service endpoints |
|
98
|
-
| ViewAuthorization | View authorizations |
|
99
|
-
| ViewEndpoint | View service endpoint properties |
|
100
100
|
"""
|
101
101
|
return pulumi.get(self, "replace")
|
102
102
|
|
@@ -128,17 +128,17 @@ class _ServiceendpointPermissionsState:
|
|
128
128
|
"""
|
129
129
|
Input properties used for looking up and filtering ServiceendpointPermissions resources.
|
130
130
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] permissions: the permissions to assign. The following permissions are available.
|
131
|
-
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
132
|
-
:param pulumi.Input[str] project_id: The ID of the project.
|
133
|
-
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
134
131
|
|
135
132
|
| Permission | Description |
|
136
|
-
|
133
|
+
|-------------------|-------------------------------------|
|
137
134
|
| Use | Use service endpoint |
|
138
135
|
| Administer | Full control over service endpoints |
|
139
136
|
| Create | Create service endpoints |
|
140
137
|
| ViewAuthorization | View authorizations |
|
141
138
|
| ViewEndpoint | View service endpoint properties |
|
139
|
+
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
140
|
+
:param pulumi.Input[str] project_id: The ID of the project.
|
141
|
+
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
142
142
|
:param pulumi.Input[str] serviceendpoint_id: The id of the service endpoint to assign the permissions.
|
143
143
|
"""
|
144
144
|
if permissions is not None:
|
@@ -157,6 +157,14 @@ class _ServiceendpointPermissionsState:
|
|
157
157
|
def permissions(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
158
158
|
"""
|
159
159
|
the permissions to assign. The following permissions are available.
|
160
|
+
|
161
|
+
| Permission | Description |
|
162
|
+
|-------------------|-------------------------------------|
|
163
|
+
| Use | Use service endpoint |
|
164
|
+
| Administer | Full control over service endpoints |
|
165
|
+
| Create | Create service endpoints |
|
166
|
+
| ViewAuthorization | View authorizations |
|
167
|
+
| ViewEndpoint | View service endpoint properties |
|
160
168
|
"""
|
161
169
|
return pulumi.get(self, "permissions")
|
162
170
|
|
@@ -193,14 +201,6 @@ class _ServiceendpointPermissionsState:
|
|
193
201
|
def replace(self) -> Optional[pulumi.Input[bool]]:
|
194
202
|
"""
|
195
203
|
Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
196
|
-
|
197
|
-
| Permission | Description |
|
198
|
-
| ----------------- | ----------------------------------- |
|
199
|
-
| Use | Use service endpoint |
|
200
|
-
| Administer | Full control over service endpoints |
|
201
|
-
| Create | Create service endpoints |
|
202
|
-
| ViewAuthorization | View authorizations |
|
203
|
-
| ViewEndpoint | View service endpoint properties |
|
204
204
|
"""
|
205
205
|
return pulumi.get(self, "replace")
|
206
206
|
|
@@ -301,17 +301,17 @@ class ServiceendpointPermissions(pulumi.CustomResource):
|
|
301
301
|
:param str resource_name: The name of the resource.
|
302
302
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
303
303
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] permissions: the permissions to assign. The following permissions are available.
|
304
|
-
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
305
|
-
:param pulumi.Input[str] project_id: The ID of the project.
|
306
|
-
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
307
304
|
|
308
305
|
| Permission | Description |
|
309
|
-
|
306
|
+
|-------------------|-------------------------------------|
|
310
307
|
| Use | Use service endpoint |
|
311
308
|
| Administer | Full control over service endpoints |
|
312
309
|
| Create | Create service endpoints |
|
313
310
|
| ViewAuthorization | View authorizations |
|
314
311
|
| ViewEndpoint | View service endpoint properties |
|
312
|
+
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
313
|
+
:param pulumi.Input[str] project_id: The ID of the project.
|
314
|
+
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
315
315
|
:param pulumi.Input[str] serviceendpoint_id: The id of the service endpoint to assign the permissions.
|
316
316
|
"""
|
317
317
|
...
|
@@ -449,17 +449,17 @@ class ServiceendpointPermissions(pulumi.CustomResource):
|
|
449
449
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
450
450
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
451
451
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] permissions: the permissions to assign. The following permissions are available.
|
452
|
-
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
453
|
-
:param pulumi.Input[str] project_id: The ID of the project.
|
454
|
-
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
455
452
|
|
456
453
|
| Permission | Description |
|
457
|
-
|
454
|
+
|-------------------|-------------------------------------|
|
458
455
|
| Use | Use service endpoint |
|
459
456
|
| Administer | Full control over service endpoints |
|
460
457
|
| Create | Create service endpoints |
|
461
458
|
| ViewAuthorization | View authorizations |
|
462
459
|
| ViewEndpoint | View service endpoint properties |
|
460
|
+
:param pulumi.Input[str] principal: The **group** principal to assign the permissions.
|
461
|
+
:param pulumi.Input[str] project_id: The ID of the project.
|
462
|
+
:param pulumi.Input[bool] replace: Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
463
463
|
:param pulumi.Input[str] serviceendpoint_id: The id of the service endpoint to assign the permissions.
|
464
464
|
"""
|
465
465
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -478,6 +478,14 @@ class ServiceendpointPermissions(pulumi.CustomResource):
|
|
478
478
|
def permissions(self) -> pulumi.Output[Mapping[str, str]]:
|
479
479
|
"""
|
480
480
|
the permissions to assign. The following permissions are available.
|
481
|
+
|
482
|
+
| Permission | Description |
|
483
|
+
|-------------------|-------------------------------------|
|
484
|
+
| Use | Use service endpoint |
|
485
|
+
| Administer | Full control over service endpoints |
|
486
|
+
| Create | Create service endpoints |
|
487
|
+
| ViewAuthorization | View authorizations |
|
488
|
+
| ViewEndpoint | View service endpoint properties |
|
481
489
|
"""
|
482
490
|
return pulumi.get(self, "permissions")
|
483
491
|
|
@@ -502,14 +510,6 @@ class ServiceendpointPermissions(pulumi.CustomResource):
|
|
502
510
|
def replace(self) -> pulumi.Output[Optional[bool]]:
|
503
511
|
"""
|
504
512
|
Replace (`true`) or merge (`false`) the permissions. Default: `true`
|
505
|
-
|
506
|
-
| Permission | Description |
|
507
|
-
| ----------------- | ----------------------------------- |
|
508
|
-
| Use | Use service endpoint |
|
509
|
-
| Administer | Full control over service endpoints |
|
510
|
-
| Create | Create service endpoints |
|
511
|
-
| ViewAuthorization | View authorizations |
|
512
|
-
| ViewEndpoint | View service endpoint properties |
|
513
513
|
"""
|
514
514
|
return pulumi.get(self, "replace")
|
515
515
|
|