pulumi-azuredevops 3.8.0a1742224403__py3-none-any.whl → 3.9.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 +20 -0
- pulumi_azuredevops/_inputs.py +1140 -1013
- pulumi_azuredevops/area_permissions.py +71 -70
- pulumi_azuredevops/branch_policy_auto_reviewers.py +43 -42
- pulumi_azuredevops/branch_policy_build_validation.py +43 -42
- pulumi_azuredevops/branch_policy_comment_resolution.py +43 -42
- pulumi_azuredevops/branch_policy_merge_types.py +43 -42
- pulumi_azuredevops/branch_policy_min_reviewers.py +43 -42
- pulumi_azuredevops/branch_policy_status_check.py +43 -42
- pulumi_azuredevops/branch_policy_work_item_linking.py +43 -42
- pulumi_azuredevops/build_definition.py +120 -119
- pulumi_azuredevops/build_definition_permissions.py +71 -70
- pulumi_azuredevops/build_folder.py +43 -42
- pulumi_azuredevops/build_folder_permissions.py +78 -70
- pulumi_azuredevops/check_approval.py +120 -119
- pulumi_azuredevops/check_branch_control.py +120 -119
- pulumi_azuredevops/check_business_hours.py +218 -217
- pulumi_azuredevops/check_exclusive_lock.py +64 -63
- pulumi_azuredevops/check_required_template.py +50 -49
- pulumi_azuredevops/check_rest_api.py +218 -217
- pulumi_azuredevops/config/__init__.py +1 -0
- pulumi_azuredevops/config/__init__.pyi +1 -0
- pulumi_azuredevops/config/vars.py +1 -0
- pulumi_azuredevops/dashboard.py +78 -77
- pulumi_azuredevops/elastic_pool.py +169 -168
- pulumi_azuredevops/environment.py +43 -42
- pulumi_azuredevops/environment_resource_kubernetes.py +99 -98
- pulumi_azuredevops/extension.py +426 -0
- pulumi_azuredevops/feed.py +29 -28
- pulumi_azuredevops/feed_permission.py +106 -77
- pulumi_azuredevops/feed_retention_policy.py +57 -56
- pulumi_azuredevops/get_agent_queue.py +13 -12
- pulumi_azuredevops/get_area.py +19 -18
- pulumi_azuredevops/get_build_definition.py +23 -22
- pulumi_azuredevops/get_client_config.py +7 -6
- pulumi_azuredevops/get_descriptor.py +8 -7
- pulumi_azuredevops/get_environment.py +18 -17
- pulumi_azuredevops/get_feed.py +17 -16
- pulumi_azuredevops/get_git_repository.py +20 -19
- pulumi_azuredevops/get_git_repository_file.py +201 -0
- pulumi_azuredevops/get_group.py +16 -15
- pulumi_azuredevops/get_group_membership.py +8 -7
- pulumi_azuredevops/get_groups.py +7 -6
- pulumi_azuredevops/get_identity_group.py +14 -13
- pulumi_azuredevops/get_identity_groups.py +7 -6
- pulumi_azuredevops/get_identity_users.py +14 -13
- pulumi_azuredevops/get_iteration.py +19 -18
- pulumi_azuredevops/get_pool.py +10 -9
- pulumi_azuredevops/get_pools.py +2 -1
- pulumi_azuredevops/get_project.py +18 -17
- pulumi_azuredevops/get_projects.py +12 -11
- pulumi_azuredevops/get_repositories.py +17 -16
- pulumi_azuredevops/get_securityrole_definitions.py +7 -6
- pulumi_azuredevops/get_service_endpoint_azure_rm.py +31 -30
- pulumi_azuredevops/get_service_endpoint_github.py +19 -18
- pulumi_azuredevops/get_service_principal.py +10 -9
- pulumi_azuredevops/get_serviceendpoint_azurecr.py +29 -28
- pulumi_azuredevops/get_serviceendpoint_bitbucket.py +19 -18
- pulumi_azuredevops/get_serviceendpoint_npm.py +20 -19
- pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +19 -18
- pulumi_azuredevops/get_storage_key.py +8 -7
- pulumi_azuredevops/get_team.py +21 -20
- pulumi_azuredevops/get_teams.py +12 -11
- pulumi_azuredevops/get_user.py +14 -13
- pulumi_azuredevops/get_users.py +84 -21
- pulumi_azuredevops/get_variable_group.py +14 -13
- pulumi_azuredevops/git.py +113 -112
- pulumi_azuredevops/git_permissions.py +85 -84
- pulumi_azuredevops/git_repository_branch.py +78 -77
- pulumi_azuredevops/git_repository_file.py +342 -85
- pulumi_azuredevops/group.py +134 -133
- pulumi_azuredevops/group_entitlement.py +85 -84
- pulumi_azuredevops/group_membership.py +43 -42
- pulumi_azuredevops/iterative_permissions.py +71 -70
- pulumi_azuredevops/library_permissions.py +57 -56
- pulumi_azuredevops/outputs.py +1118 -995
- pulumi_azuredevops/pipeline_authorization.py +71 -70
- pulumi_azuredevops/pool.py +57 -56
- pulumi_azuredevops/project.py +92 -91
- pulumi_azuredevops/project_features.py +25 -24
- pulumi_azuredevops/project_permissions.py +57 -56
- pulumi_azuredevops/project_pipeline_settings.py +99 -98
- pulumi_azuredevops/project_tags.py +29 -28
- pulumi_azuredevops/provider.py +157 -156
- pulumi_azuredevops/pulumi-plugin.json +1 -1
- pulumi_azuredevops/queue.py +43 -42
- pulumi_azuredevops/repository_policy_author_email_pattern.py +71 -70
- pulumi_azuredevops/repository_policy_case_enforcement.py +71 -70
- pulumi_azuredevops/repository_policy_check_credentials.py +57 -56
- pulumi_azuredevops/repository_policy_file_path_pattern.py +71 -70
- pulumi_azuredevops/repository_policy_max_file_size.py +71 -70
- pulumi_azuredevops/repository_policy_max_path_length.py +71 -70
- pulumi_azuredevops/repository_policy_reserved_names.py +57 -56
- pulumi_azuredevops/resource_authorization.py +71 -70
- pulumi_azuredevops/securityrole_assignment.py +57 -56
- pulumi_azuredevops/service_endpoint_artifactory.py +62 -61
- pulumi_azuredevops/service_endpoint_aws.py +144 -143
- pulumi_azuredevops/service_endpoint_azure_dev_ops.py +86 -85
- pulumi_azuredevops/service_endpoint_azure_ecr.py +169 -168
- pulumi_azuredevops/service_endpoint_azure_rm.py +195 -194
- pulumi_azuredevops/service_endpoint_bit_bucket.py +72 -71
- pulumi_azuredevops/service_endpoint_docker_registry.py +114 -113
- pulumi_azuredevops/service_endpoint_generic.py +86 -85
- pulumi_azuredevops/service_endpoint_generic_git.py +100 -99
- pulumi_azuredevops/service_endpoint_git_hub.py +44 -43
- pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +174 -82
- pulumi_azuredevops/service_endpoint_git_lab.py +86 -85
- pulumi_azuredevops/service_endpoint_kubernetes.py +72 -71
- pulumi_azuredevops/service_endpoint_npm.py +76 -75
- pulumi_azuredevops/service_endpoint_pipeline.py +58 -57
- pulumi_azuredevops/service_endpoint_service_fabric.py +58 -57
- pulumi_azuredevops/service_endpoint_sonar_cloud.py +62 -61
- pulumi_azuredevops/service_endpoint_sonar_qube.py +76 -75
- pulumi_azuredevops/service_endpoint_ssh.py +114 -113
- pulumi_azuredevops/service_principal_entitlement.py +71 -70
- pulumi_azuredevops/serviceendpoint_argocd.py +62 -61
- pulumi_azuredevops/serviceendpoint_azure_service_bus.py +72 -71
- pulumi_azuredevops/serviceendpoint_checkmarx_one.py +114 -113
- pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +114 -113
- pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +142 -141
- pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +114 -113
- pulumi_azuredevops/serviceendpoint_externaltfs.py +58 -57
- pulumi_azuredevops/serviceendpoint_gcp_terraform.py +116 -115
- pulumi_azuredevops/serviceendpoint_incomingwebhook.py +86 -85
- pulumi_azuredevops/serviceendpoint_jenkins.py +100 -99
- pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +62 -61
- pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +62 -61
- pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +62 -61
- pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +62 -61
- pulumi_azuredevops/serviceendpoint_maven.py +72 -71
- pulumi_azuredevops/serviceendpoint_nexus.py +86 -85
- pulumi_azuredevops/serviceendpoint_nuget.py +114 -113
- pulumi_azuredevops/serviceendpoint_octopusdeploy.py +86 -85
- pulumi_azuredevops/serviceendpoint_openshift.py +688 -0
- pulumi_azuredevops/serviceendpoint_permissions.py +71 -70
- pulumi_azuredevops/serviceendpoint_snyk.py +72 -71
- pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +58 -57
- pulumi_azuredevops/servicehook_permissions.py +57 -56
- pulumi_azuredevops/servicehook_storage_queue_pipelines.py +85 -84
- pulumi_azuredevops/tagging_permissions.py +57 -56
- pulumi_azuredevops/team.py +78 -77
- pulumi_azuredevops/team_administrators.py +57 -56
- pulumi_azuredevops/team_members.py +57 -56
- pulumi_azuredevops/user.py +78 -77
- pulumi_azuredevops/variable_group.py +57 -56
- pulumi_azuredevops/variable_group_permissions.py +71 -70
- pulumi_azuredevops/wiki.py +99 -98
- pulumi_azuredevops/wiki_page.py +67 -66
- pulumi_azuredevops/work_item_query_permissions.py +71 -70
- pulumi_azuredevops/workitem.py +113 -112
- {pulumi_azuredevops-3.8.0a1742224403.dist-info → pulumi_azuredevops-3.9.0.dist-info}/METADATA +2 -2
- pulumi_azuredevops-3.9.0.dist-info/RECORD +156 -0
- {pulumi_azuredevops-3.8.0a1742224403.dist-info → pulumi_azuredevops-3.9.0.dist-info}/WHEEL +1 -1
- pulumi_azuredevops-3.8.0a1742224403.dist-info/RECORD +0 -153
- {pulumi_azuredevops-3.8.0a1742224403.dist-info → pulumi_azuredevops-3.9.0.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -21,22 +22,22 @@ __all__ = ['ServiceendpointJfrogArtifactoryV2Args', 'ServiceendpointJfrogArtifac
|
|
21
22
|
@pulumi.input_type
|
22
23
|
class ServiceendpointJfrogArtifactoryV2Args:
|
23
24
|
def __init__(__self__, *,
|
24
|
-
project_id: pulumi.Input[str],
|
25
|
-
service_endpoint_name: pulumi.Input[str],
|
26
|
-
url: pulumi.Input[str],
|
25
|
+
project_id: pulumi.Input[builtins.str],
|
26
|
+
service_endpoint_name: pulumi.Input[builtins.str],
|
27
|
+
url: pulumi.Input[builtins.str],
|
27
28
|
authentication_basic: Optional[pulumi.Input['ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgs']] = None,
|
28
29
|
authentication_token: Optional[pulumi.Input['ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgs']] = None,
|
29
|
-
description: Optional[pulumi.Input[str]] = None):
|
30
|
+
description: Optional[pulumi.Input[builtins.str]] = None):
|
30
31
|
"""
|
31
32
|
The set of arguments for constructing a ServiceendpointJfrogArtifactoryV2 resource.
|
32
|
-
:param pulumi.Input[str] project_id: The ID of the project.
|
33
|
-
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
34
|
-
:param pulumi.Input[str] url: URL of the Artifactory server to connect with.
|
33
|
+
:param pulumi.Input[builtins.str] project_id: The ID of the project.
|
34
|
+
:param pulumi.Input[builtins.str] service_endpoint_name: The Service Endpoint name.
|
35
|
+
:param pulumi.Input[builtins.str] url: URL of the Artifactory server to connect with.
|
35
36
|
|
36
37
|
> **NOTE:** URL should not end in a slash character.
|
37
38
|
:param pulumi.Input['ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgs'] authentication_basic: An `authentication_basic` block as documented below.
|
38
39
|
:param pulumi.Input['ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgs'] authentication_token: An `authentication_token` block as documented below.
|
39
|
-
:param pulumi.Input[str] description: The Service Endpoint description.
|
40
|
+
:param pulumi.Input[builtins.str] description: The Service Endpoint description.
|
40
41
|
"""
|
41
42
|
pulumi.set(__self__, "project_id", project_id)
|
42
43
|
pulumi.set(__self__, "service_endpoint_name", service_endpoint_name)
|
@@ -50,31 +51,31 @@ class ServiceendpointJfrogArtifactoryV2Args:
|
|
50
51
|
|
51
52
|
@property
|
52
53
|
@pulumi.getter(name="projectId")
|
53
|
-
def project_id(self) -> pulumi.Input[str]:
|
54
|
+
def project_id(self) -> pulumi.Input[builtins.str]:
|
54
55
|
"""
|
55
56
|
The ID of the project.
|
56
57
|
"""
|
57
58
|
return pulumi.get(self, "project_id")
|
58
59
|
|
59
60
|
@project_id.setter
|
60
|
-
def project_id(self, value: pulumi.Input[str]):
|
61
|
+
def project_id(self, value: pulumi.Input[builtins.str]):
|
61
62
|
pulumi.set(self, "project_id", value)
|
62
63
|
|
63
64
|
@property
|
64
65
|
@pulumi.getter(name="serviceEndpointName")
|
65
|
-
def service_endpoint_name(self) -> pulumi.Input[str]:
|
66
|
+
def service_endpoint_name(self) -> pulumi.Input[builtins.str]:
|
66
67
|
"""
|
67
68
|
The Service Endpoint name.
|
68
69
|
"""
|
69
70
|
return pulumi.get(self, "service_endpoint_name")
|
70
71
|
|
71
72
|
@service_endpoint_name.setter
|
72
|
-
def service_endpoint_name(self, value: pulumi.Input[str]):
|
73
|
+
def service_endpoint_name(self, value: pulumi.Input[builtins.str]):
|
73
74
|
pulumi.set(self, "service_endpoint_name", value)
|
74
75
|
|
75
76
|
@property
|
76
77
|
@pulumi.getter
|
77
|
-
def url(self) -> pulumi.Input[str]:
|
78
|
+
def url(self) -> pulumi.Input[builtins.str]:
|
78
79
|
"""
|
79
80
|
URL of the Artifactory server to connect with.
|
80
81
|
|
@@ -83,7 +84,7 @@ class ServiceendpointJfrogArtifactoryV2Args:
|
|
83
84
|
return pulumi.get(self, "url")
|
84
85
|
|
85
86
|
@url.setter
|
86
|
-
def url(self, value: pulumi.Input[str]):
|
87
|
+
def url(self, value: pulumi.Input[builtins.str]):
|
87
88
|
pulumi.set(self, "url", value)
|
88
89
|
|
89
90
|
@property
|
@@ -112,14 +113,14 @@ class ServiceendpointJfrogArtifactoryV2Args:
|
|
112
113
|
|
113
114
|
@property
|
114
115
|
@pulumi.getter
|
115
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
116
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
116
117
|
"""
|
117
118
|
The Service Endpoint description.
|
118
119
|
"""
|
119
120
|
return pulumi.get(self, "description")
|
120
121
|
|
121
122
|
@description.setter
|
122
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
123
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
123
124
|
pulumi.set(self, "description", value)
|
124
125
|
|
125
126
|
|
@@ -128,19 +129,19 @@ class _ServiceendpointJfrogArtifactoryV2State:
|
|
128
129
|
def __init__(__self__, *,
|
129
130
|
authentication_basic: Optional[pulumi.Input['ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgs']] = None,
|
130
131
|
authentication_token: Optional[pulumi.Input['ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgs']] = None,
|
131
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
132
|
-
description: Optional[pulumi.Input[str]] = None,
|
133
|
-
project_id: Optional[pulumi.Input[str]] = None,
|
134
|
-
service_endpoint_name: Optional[pulumi.Input[str]] = None,
|
135
|
-
url: Optional[pulumi.Input[str]] = None):
|
132
|
+
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
133
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
134
|
+
project_id: Optional[pulumi.Input[builtins.str]] = None,
|
135
|
+
service_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
|
136
|
+
url: Optional[pulumi.Input[builtins.str]] = None):
|
136
137
|
"""
|
137
138
|
Input properties used for looking up and filtering ServiceendpointJfrogArtifactoryV2 resources.
|
138
139
|
:param pulumi.Input['ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgs'] authentication_basic: An `authentication_basic` block as documented below.
|
139
140
|
:param pulumi.Input['ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgs'] authentication_token: An `authentication_token` block as documented below.
|
140
|
-
:param pulumi.Input[str] description: The Service Endpoint description.
|
141
|
-
:param pulumi.Input[str] project_id: The ID of the project.
|
142
|
-
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
143
|
-
:param pulumi.Input[str] url: URL of the Artifactory server to connect with.
|
141
|
+
:param pulumi.Input[builtins.str] description: The Service Endpoint description.
|
142
|
+
:param pulumi.Input[builtins.str] project_id: The ID of the project.
|
143
|
+
:param pulumi.Input[builtins.str] service_endpoint_name: The Service Endpoint name.
|
144
|
+
:param pulumi.Input[builtins.str] url: URL of the Artifactory server to connect with.
|
144
145
|
|
145
146
|
> **NOTE:** URL should not end in a slash character.
|
146
147
|
"""
|
@@ -185,52 +186,52 @@ class _ServiceendpointJfrogArtifactoryV2State:
|
|
185
186
|
|
186
187
|
@property
|
187
188
|
@pulumi.getter
|
188
|
-
def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
189
|
+
def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
189
190
|
return pulumi.get(self, "authorization")
|
190
191
|
|
191
192
|
@authorization.setter
|
192
|
-
def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
193
|
+
def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
193
194
|
pulumi.set(self, "authorization", value)
|
194
195
|
|
195
196
|
@property
|
196
197
|
@pulumi.getter
|
197
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
198
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
198
199
|
"""
|
199
200
|
The Service Endpoint description.
|
200
201
|
"""
|
201
202
|
return pulumi.get(self, "description")
|
202
203
|
|
203
204
|
@description.setter
|
204
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
205
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
205
206
|
pulumi.set(self, "description", value)
|
206
207
|
|
207
208
|
@property
|
208
209
|
@pulumi.getter(name="projectId")
|
209
|
-
def project_id(self) -> Optional[pulumi.Input[str]]:
|
210
|
+
def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
210
211
|
"""
|
211
212
|
The ID of the project.
|
212
213
|
"""
|
213
214
|
return pulumi.get(self, "project_id")
|
214
215
|
|
215
216
|
@project_id.setter
|
216
|
-
def project_id(self, value: Optional[pulumi.Input[str]]):
|
217
|
+
def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
217
218
|
pulumi.set(self, "project_id", value)
|
218
219
|
|
219
220
|
@property
|
220
221
|
@pulumi.getter(name="serviceEndpointName")
|
221
|
-
def service_endpoint_name(self) -> Optional[pulumi.Input[str]]:
|
222
|
+
def service_endpoint_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
222
223
|
"""
|
223
224
|
The Service Endpoint name.
|
224
225
|
"""
|
225
226
|
return pulumi.get(self, "service_endpoint_name")
|
226
227
|
|
227
228
|
@service_endpoint_name.setter
|
228
|
-
def service_endpoint_name(self, value: Optional[pulumi.Input[str]]):
|
229
|
+
def service_endpoint_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
229
230
|
pulumi.set(self, "service_endpoint_name", value)
|
230
231
|
|
231
232
|
@property
|
232
233
|
@pulumi.getter
|
233
|
-
def url(self) -> Optional[pulumi.Input[str]]:
|
234
|
+
def url(self) -> Optional[pulumi.Input[builtins.str]]:
|
234
235
|
"""
|
235
236
|
URL of the Artifactory server to connect with.
|
236
237
|
|
@@ -239,7 +240,7 @@ class _ServiceendpointJfrogArtifactoryV2State:
|
|
239
240
|
return pulumi.get(self, "url")
|
240
241
|
|
241
242
|
@url.setter
|
242
|
-
def url(self, value: Optional[pulumi.Input[str]]):
|
243
|
+
def url(self, value: Optional[pulumi.Input[builtins.str]]):
|
243
244
|
pulumi.set(self, "url", value)
|
244
245
|
|
245
246
|
|
@@ -250,10 +251,10 @@ class ServiceendpointJfrogArtifactoryV2(pulumi.CustomResource):
|
|
250
251
|
opts: Optional[pulumi.ResourceOptions] = None,
|
251
252
|
authentication_basic: Optional[pulumi.Input[Union['ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgs', 'ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgsDict']]] = None,
|
252
253
|
authentication_token: Optional[pulumi.Input[Union['ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgs', 'ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgsDict']]] = None,
|
253
|
-
description: Optional[pulumi.Input[str]] = None,
|
254
|
-
project_id: Optional[pulumi.Input[str]] = None,
|
255
|
-
service_endpoint_name: Optional[pulumi.Input[str]] = None,
|
256
|
-
url: Optional[pulumi.Input[str]] = None,
|
254
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
255
|
+
project_id: Optional[pulumi.Input[builtins.str]] = None,
|
256
|
+
service_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
|
257
|
+
url: Optional[pulumi.Input[builtins.str]] = None,
|
257
258
|
__props__=None):
|
258
259
|
"""
|
259
260
|
Manages a JFrog Artifactory V2 service endpoint within an Azure DevOps organization.
|
@@ -321,10 +322,10 @@ class ServiceendpointJfrogArtifactoryV2(pulumi.CustomResource):
|
|
321
322
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
322
323
|
:param pulumi.Input[Union['ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgs', 'ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgsDict']] authentication_basic: An `authentication_basic` block as documented below.
|
323
324
|
:param pulumi.Input[Union['ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgs', 'ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgsDict']] authentication_token: An `authentication_token` block as documented below.
|
324
|
-
:param pulumi.Input[str] description: The Service Endpoint description.
|
325
|
-
:param pulumi.Input[str] project_id: The ID of the project.
|
326
|
-
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
327
|
-
:param pulumi.Input[str] url: URL of the Artifactory server to connect with.
|
325
|
+
:param pulumi.Input[builtins.str] description: The Service Endpoint description.
|
326
|
+
:param pulumi.Input[builtins.str] project_id: The ID of the project.
|
327
|
+
:param pulumi.Input[builtins.str] service_endpoint_name: The Service Endpoint name.
|
328
|
+
:param pulumi.Input[builtins.str] url: URL of the Artifactory server to connect with.
|
328
329
|
|
329
330
|
> **NOTE:** URL should not end in a slash character.
|
330
331
|
"""
|
@@ -413,10 +414,10 @@ class ServiceendpointJfrogArtifactoryV2(pulumi.CustomResource):
|
|
413
414
|
opts: Optional[pulumi.ResourceOptions] = None,
|
414
415
|
authentication_basic: Optional[pulumi.Input[Union['ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgs', 'ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgsDict']]] = None,
|
415
416
|
authentication_token: Optional[pulumi.Input[Union['ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgs', 'ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgsDict']]] = None,
|
416
|
-
description: Optional[pulumi.Input[str]] = None,
|
417
|
-
project_id: Optional[pulumi.Input[str]] = None,
|
418
|
-
service_endpoint_name: Optional[pulumi.Input[str]] = None,
|
419
|
-
url: Optional[pulumi.Input[str]] = None,
|
417
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
418
|
+
project_id: Optional[pulumi.Input[builtins.str]] = None,
|
419
|
+
service_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
|
420
|
+
url: Optional[pulumi.Input[builtins.str]] = None,
|
420
421
|
__props__=None):
|
421
422
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
422
423
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -451,11 +452,11 @@ class ServiceendpointJfrogArtifactoryV2(pulumi.CustomResource):
|
|
451
452
|
opts: Optional[pulumi.ResourceOptions] = None,
|
452
453
|
authentication_basic: Optional[pulumi.Input[Union['ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgs', 'ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgsDict']]] = None,
|
453
454
|
authentication_token: Optional[pulumi.Input[Union['ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgs', 'ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgsDict']]] = None,
|
454
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
455
|
-
description: Optional[pulumi.Input[str]] = None,
|
456
|
-
project_id: Optional[pulumi.Input[str]] = None,
|
457
|
-
service_endpoint_name: Optional[pulumi.Input[str]] = None,
|
458
|
-
url: Optional[pulumi.Input[str]] = None) -> 'ServiceendpointJfrogArtifactoryV2':
|
455
|
+
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
456
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
457
|
+
project_id: Optional[pulumi.Input[builtins.str]] = None,
|
458
|
+
service_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
|
459
|
+
url: Optional[pulumi.Input[builtins.str]] = None) -> 'ServiceendpointJfrogArtifactoryV2':
|
459
460
|
"""
|
460
461
|
Get an existing ServiceendpointJfrogArtifactoryV2 resource's state with the given name, id, and optional extra
|
461
462
|
properties used to qualify the lookup.
|
@@ -465,10 +466,10 @@ class ServiceendpointJfrogArtifactoryV2(pulumi.CustomResource):
|
|
465
466
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
466
467
|
:param pulumi.Input[Union['ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgs', 'ServiceendpointJfrogArtifactoryV2AuthenticationBasicArgsDict']] authentication_basic: An `authentication_basic` block as documented below.
|
467
468
|
:param pulumi.Input[Union['ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgs', 'ServiceendpointJfrogArtifactoryV2AuthenticationTokenArgsDict']] authentication_token: An `authentication_token` block as documented below.
|
468
|
-
:param pulumi.Input[str] description: The Service Endpoint description.
|
469
|
-
:param pulumi.Input[str] project_id: The ID of the project.
|
470
|
-
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
471
|
-
:param pulumi.Input[str] url: URL of the Artifactory server to connect with.
|
469
|
+
:param pulumi.Input[builtins.str] description: The Service Endpoint description.
|
470
|
+
:param pulumi.Input[builtins.str] project_id: The ID of the project.
|
471
|
+
:param pulumi.Input[builtins.str] service_endpoint_name: The Service Endpoint name.
|
472
|
+
:param pulumi.Input[builtins.str] url: URL of the Artifactory server to connect with.
|
472
473
|
|
473
474
|
> **NOTE:** URL should not end in a slash character.
|
474
475
|
"""
|
@@ -503,12 +504,12 @@ class ServiceendpointJfrogArtifactoryV2(pulumi.CustomResource):
|
|
503
504
|
|
504
505
|
@property
|
505
506
|
@pulumi.getter
|
506
|
-
def authorization(self) -> pulumi.Output[Mapping[str, str]]:
|
507
|
+
def authorization(self) -> pulumi.Output[Mapping[str, builtins.str]]:
|
507
508
|
return pulumi.get(self, "authorization")
|
508
509
|
|
509
510
|
@property
|
510
511
|
@pulumi.getter
|
511
|
-
def description(self) -> pulumi.Output[Optional[str]]:
|
512
|
+
def description(self) -> pulumi.Output[Optional[builtins.str]]:
|
512
513
|
"""
|
513
514
|
The Service Endpoint description.
|
514
515
|
"""
|
@@ -516,7 +517,7 @@ class ServiceendpointJfrogArtifactoryV2(pulumi.CustomResource):
|
|
516
517
|
|
517
518
|
@property
|
518
519
|
@pulumi.getter(name="projectId")
|
519
|
-
def project_id(self) -> pulumi.Output[str]:
|
520
|
+
def project_id(self) -> pulumi.Output[builtins.str]:
|
520
521
|
"""
|
521
522
|
The ID of the project.
|
522
523
|
"""
|
@@ -524,7 +525,7 @@ class ServiceendpointJfrogArtifactoryV2(pulumi.CustomResource):
|
|
524
525
|
|
525
526
|
@property
|
526
527
|
@pulumi.getter(name="serviceEndpointName")
|
527
|
-
def service_endpoint_name(self) -> pulumi.Output[str]:
|
528
|
+
def service_endpoint_name(self) -> pulumi.Output[builtins.str]:
|
528
529
|
"""
|
529
530
|
The Service Endpoint name.
|
530
531
|
"""
|
@@ -532,7 +533,7 @@ class ServiceendpointJfrogArtifactoryV2(pulumi.CustomResource):
|
|
532
533
|
|
533
534
|
@property
|
534
535
|
@pulumi.getter
|
535
|
-
def url(self) -> pulumi.Output[str]:
|
536
|
+
def url(self) -> pulumi.Output[builtins.str]:
|
536
537
|
"""
|
537
538
|
URL of the Artifactory server to connect with.
|
538
539
|
|
@@ -2,6 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
+
import builtins
|
5
6
|
import copy
|
6
7
|
import warnings
|
7
8
|
import sys
|
@@ -21,22 +22,22 @@ __all__ = ['ServiceendpointJfrogDistributionV2Args', 'ServiceendpointJfrogDistri
|
|
21
22
|
@pulumi.input_type
|
22
23
|
class ServiceendpointJfrogDistributionV2Args:
|
23
24
|
def __init__(__self__, *,
|
24
|
-
project_id: pulumi.Input[str],
|
25
|
-
service_endpoint_name: pulumi.Input[str],
|
26
|
-
url: pulumi.Input[str],
|
25
|
+
project_id: pulumi.Input[builtins.str],
|
26
|
+
service_endpoint_name: pulumi.Input[builtins.str],
|
27
|
+
url: pulumi.Input[builtins.str],
|
27
28
|
authentication_basic: Optional[pulumi.Input['ServiceendpointJfrogDistributionV2AuthenticationBasicArgs']] = None,
|
28
29
|
authentication_token: Optional[pulumi.Input['ServiceendpointJfrogDistributionV2AuthenticationTokenArgs']] = None,
|
29
|
-
description: Optional[pulumi.Input[str]] = None):
|
30
|
+
description: Optional[pulumi.Input[builtins.str]] = None):
|
30
31
|
"""
|
31
32
|
The set of arguments for constructing a ServiceendpointJfrogDistributionV2 resource.
|
32
|
-
:param pulumi.Input[str] project_id: The ID of the project.
|
33
|
-
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
34
|
-
:param pulumi.Input[str] url: URL of the Artifactory server to connect with.
|
33
|
+
:param pulumi.Input[builtins.str] project_id: The ID of the project.
|
34
|
+
:param pulumi.Input[builtins.str] service_endpoint_name: The Service Endpoint name.
|
35
|
+
:param pulumi.Input[builtins.str] url: URL of the Artifactory server to connect with.
|
35
36
|
|
36
37
|
> **NOTE:** URL should not end in a slash character.
|
37
38
|
:param pulumi.Input['ServiceendpointJfrogDistributionV2AuthenticationBasicArgs'] authentication_basic: An `authentication_basic` block as documented below.
|
38
39
|
:param pulumi.Input['ServiceendpointJfrogDistributionV2AuthenticationTokenArgs'] authentication_token: An `authentication_token` block as documented below.
|
39
|
-
:param pulumi.Input[str] description: The Service Endpoint description.
|
40
|
+
:param pulumi.Input[builtins.str] description: The Service Endpoint description.
|
40
41
|
"""
|
41
42
|
pulumi.set(__self__, "project_id", project_id)
|
42
43
|
pulumi.set(__self__, "service_endpoint_name", service_endpoint_name)
|
@@ -50,31 +51,31 @@ class ServiceendpointJfrogDistributionV2Args:
|
|
50
51
|
|
51
52
|
@property
|
52
53
|
@pulumi.getter(name="projectId")
|
53
|
-
def project_id(self) -> pulumi.Input[str]:
|
54
|
+
def project_id(self) -> pulumi.Input[builtins.str]:
|
54
55
|
"""
|
55
56
|
The ID of the project.
|
56
57
|
"""
|
57
58
|
return pulumi.get(self, "project_id")
|
58
59
|
|
59
60
|
@project_id.setter
|
60
|
-
def project_id(self, value: pulumi.Input[str]):
|
61
|
+
def project_id(self, value: pulumi.Input[builtins.str]):
|
61
62
|
pulumi.set(self, "project_id", value)
|
62
63
|
|
63
64
|
@property
|
64
65
|
@pulumi.getter(name="serviceEndpointName")
|
65
|
-
def service_endpoint_name(self) -> pulumi.Input[str]:
|
66
|
+
def service_endpoint_name(self) -> pulumi.Input[builtins.str]:
|
66
67
|
"""
|
67
68
|
The Service Endpoint name.
|
68
69
|
"""
|
69
70
|
return pulumi.get(self, "service_endpoint_name")
|
70
71
|
|
71
72
|
@service_endpoint_name.setter
|
72
|
-
def service_endpoint_name(self, value: pulumi.Input[str]):
|
73
|
+
def service_endpoint_name(self, value: pulumi.Input[builtins.str]):
|
73
74
|
pulumi.set(self, "service_endpoint_name", value)
|
74
75
|
|
75
76
|
@property
|
76
77
|
@pulumi.getter
|
77
|
-
def url(self) -> pulumi.Input[str]:
|
78
|
+
def url(self) -> pulumi.Input[builtins.str]:
|
78
79
|
"""
|
79
80
|
URL of the Artifactory server to connect with.
|
80
81
|
|
@@ -83,7 +84,7 @@ class ServiceendpointJfrogDistributionV2Args:
|
|
83
84
|
return pulumi.get(self, "url")
|
84
85
|
|
85
86
|
@url.setter
|
86
|
-
def url(self, value: pulumi.Input[str]):
|
87
|
+
def url(self, value: pulumi.Input[builtins.str]):
|
87
88
|
pulumi.set(self, "url", value)
|
88
89
|
|
89
90
|
@property
|
@@ -112,14 +113,14 @@ class ServiceendpointJfrogDistributionV2Args:
|
|
112
113
|
|
113
114
|
@property
|
114
115
|
@pulumi.getter
|
115
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
116
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
116
117
|
"""
|
117
118
|
The Service Endpoint description.
|
118
119
|
"""
|
119
120
|
return pulumi.get(self, "description")
|
120
121
|
|
121
122
|
@description.setter
|
122
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
123
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
123
124
|
pulumi.set(self, "description", value)
|
124
125
|
|
125
126
|
|
@@ -128,19 +129,19 @@ class _ServiceendpointJfrogDistributionV2State:
|
|
128
129
|
def __init__(__self__, *,
|
129
130
|
authentication_basic: Optional[pulumi.Input['ServiceendpointJfrogDistributionV2AuthenticationBasicArgs']] = None,
|
130
131
|
authentication_token: Optional[pulumi.Input['ServiceendpointJfrogDistributionV2AuthenticationTokenArgs']] = None,
|
131
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
132
|
-
description: Optional[pulumi.Input[str]] = None,
|
133
|
-
project_id: Optional[pulumi.Input[str]] = None,
|
134
|
-
service_endpoint_name: Optional[pulumi.Input[str]] = None,
|
135
|
-
url: Optional[pulumi.Input[str]] = None):
|
132
|
+
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
133
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
134
|
+
project_id: Optional[pulumi.Input[builtins.str]] = None,
|
135
|
+
service_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
|
136
|
+
url: Optional[pulumi.Input[builtins.str]] = None):
|
136
137
|
"""
|
137
138
|
Input properties used for looking up and filtering ServiceendpointJfrogDistributionV2 resources.
|
138
139
|
:param pulumi.Input['ServiceendpointJfrogDistributionV2AuthenticationBasicArgs'] authentication_basic: An `authentication_basic` block as documented below.
|
139
140
|
:param pulumi.Input['ServiceendpointJfrogDistributionV2AuthenticationTokenArgs'] authentication_token: An `authentication_token` block as documented below.
|
140
|
-
:param pulumi.Input[str] description: The Service Endpoint description.
|
141
|
-
:param pulumi.Input[str] project_id: The ID of the project.
|
142
|
-
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
143
|
-
:param pulumi.Input[str] url: URL of the Artifactory server to connect with.
|
141
|
+
:param pulumi.Input[builtins.str] description: The Service Endpoint description.
|
142
|
+
:param pulumi.Input[builtins.str] project_id: The ID of the project.
|
143
|
+
:param pulumi.Input[builtins.str] service_endpoint_name: The Service Endpoint name.
|
144
|
+
:param pulumi.Input[builtins.str] url: URL of the Artifactory server to connect with.
|
144
145
|
|
145
146
|
> **NOTE:** URL should not end in a slash character.
|
146
147
|
"""
|
@@ -185,52 +186,52 @@ class _ServiceendpointJfrogDistributionV2State:
|
|
185
186
|
|
186
187
|
@property
|
187
188
|
@pulumi.getter
|
188
|
-
def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
189
|
+
def authorization(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
189
190
|
return pulumi.get(self, "authorization")
|
190
191
|
|
191
192
|
@authorization.setter
|
192
|
-
def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
193
|
+
def authorization(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
193
194
|
pulumi.set(self, "authorization", value)
|
194
195
|
|
195
196
|
@property
|
196
197
|
@pulumi.getter
|
197
|
-
def description(self) -> Optional[pulumi.Input[str]]:
|
198
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
198
199
|
"""
|
199
200
|
The Service Endpoint description.
|
200
201
|
"""
|
201
202
|
return pulumi.get(self, "description")
|
202
203
|
|
203
204
|
@description.setter
|
204
|
-
def description(self, value: Optional[pulumi.Input[str]]):
|
205
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
205
206
|
pulumi.set(self, "description", value)
|
206
207
|
|
207
208
|
@property
|
208
209
|
@pulumi.getter(name="projectId")
|
209
|
-
def project_id(self) -> Optional[pulumi.Input[str]]:
|
210
|
+
def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
210
211
|
"""
|
211
212
|
The ID of the project.
|
212
213
|
"""
|
213
214
|
return pulumi.get(self, "project_id")
|
214
215
|
|
215
216
|
@project_id.setter
|
216
|
-
def project_id(self, value: Optional[pulumi.Input[str]]):
|
217
|
+
def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
217
218
|
pulumi.set(self, "project_id", value)
|
218
219
|
|
219
220
|
@property
|
220
221
|
@pulumi.getter(name="serviceEndpointName")
|
221
|
-
def service_endpoint_name(self) -> Optional[pulumi.Input[str]]:
|
222
|
+
def service_endpoint_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
222
223
|
"""
|
223
224
|
The Service Endpoint name.
|
224
225
|
"""
|
225
226
|
return pulumi.get(self, "service_endpoint_name")
|
226
227
|
|
227
228
|
@service_endpoint_name.setter
|
228
|
-
def service_endpoint_name(self, value: Optional[pulumi.Input[str]]):
|
229
|
+
def service_endpoint_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
229
230
|
pulumi.set(self, "service_endpoint_name", value)
|
230
231
|
|
231
232
|
@property
|
232
233
|
@pulumi.getter
|
233
|
-
def url(self) -> Optional[pulumi.Input[str]]:
|
234
|
+
def url(self) -> Optional[pulumi.Input[builtins.str]]:
|
234
235
|
"""
|
235
236
|
URL of the Artifactory server to connect with.
|
236
237
|
|
@@ -239,7 +240,7 @@ class _ServiceendpointJfrogDistributionV2State:
|
|
239
240
|
return pulumi.get(self, "url")
|
240
241
|
|
241
242
|
@url.setter
|
242
|
-
def url(self, value: Optional[pulumi.Input[str]]):
|
243
|
+
def url(self, value: Optional[pulumi.Input[builtins.str]]):
|
243
244
|
pulumi.set(self, "url", value)
|
244
245
|
|
245
246
|
|
@@ -250,10 +251,10 @@ class ServiceendpointJfrogDistributionV2(pulumi.CustomResource):
|
|
250
251
|
opts: Optional[pulumi.ResourceOptions] = None,
|
251
252
|
authentication_basic: Optional[pulumi.Input[Union['ServiceendpointJfrogDistributionV2AuthenticationBasicArgs', 'ServiceendpointJfrogDistributionV2AuthenticationBasicArgsDict']]] = None,
|
252
253
|
authentication_token: Optional[pulumi.Input[Union['ServiceendpointJfrogDistributionV2AuthenticationTokenArgs', 'ServiceendpointJfrogDistributionV2AuthenticationTokenArgsDict']]] = None,
|
253
|
-
description: Optional[pulumi.Input[str]] = None,
|
254
|
-
project_id: Optional[pulumi.Input[str]] = None,
|
255
|
-
service_endpoint_name: Optional[pulumi.Input[str]] = None,
|
256
|
-
url: Optional[pulumi.Input[str]] = None,
|
254
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
255
|
+
project_id: Optional[pulumi.Input[builtins.str]] = None,
|
256
|
+
service_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
|
257
|
+
url: Optional[pulumi.Input[builtins.str]] = None,
|
257
258
|
__props__=None):
|
258
259
|
"""
|
259
260
|
Manages a JFrog Distribution V2 service endpoint within an Azure DevOps organization.
|
@@ -321,10 +322,10 @@ class ServiceendpointJfrogDistributionV2(pulumi.CustomResource):
|
|
321
322
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
322
323
|
:param pulumi.Input[Union['ServiceendpointJfrogDistributionV2AuthenticationBasicArgs', 'ServiceendpointJfrogDistributionV2AuthenticationBasicArgsDict']] authentication_basic: An `authentication_basic` block as documented below.
|
323
324
|
:param pulumi.Input[Union['ServiceendpointJfrogDistributionV2AuthenticationTokenArgs', 'ServiceendpointJfrogDistributionV2AuthenticationTokenArgsDict']] authentication_token: An `authentication_token` block as documented below.
|
324
|
-
:param pulumi.Input[str] description: The Service Endpoint description.
|
325
|
-
:param pulumi.Input[str] project_id: The ID of the project.
|
326
|
-
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
327
|
-
:param pulumi.Input[str] url: URL of the Artifactory server to connect with.
|
325
|
+
:param pulumi.Input[builtins.str] description: The Service Endpoint description.
|
326
|
+
:param pulumi.Input[builtins.str] project_id: The ID of the project.
|
327
|
+
:param pulumi.Input[builtins.str] service_endpoint_name: The Service Endpoint name.
|
328
|
+
:param pulumi.Input[builtins.str] url: URL of the Artifactory server to connect with.
|
328
329
|
|
329
330
|
> **NOTE:** URL should not end in a slash character.
|
330
331
|
"""
|
@@ -413,10 +414,10 @@ class ServiceendpointJfrogDistributionV2(pulumi.CustomResource):
|
|
413
414
|
opts: Optional[pulumi.ResourceOptions] = None,
|
414
415
|
authentication_basic: Optional[pulumi.Input[Union['ServiceendpointJfrogDistributionV2AuthenticationBasicArgs', 'ServiceendpointJfrogDistributionV2AuthenticationBasicArgsDict']]] = None,
|
415
416
|
authentication_token: Optional[pulumi.Input[Union['ServiceendpointJfrogDistributionV2AuthenticationTokenArgs', 'ServiceendpointJfrogDistributionV2AuthenticationTokenArgsDict']]] = None,
|
416
|
-
description: Optional[pulumi.Input[str]] = None,
|
417
|
-
project_id: Optional[pulumi.Input[str]] = None,
|
418
|
-
service_endpoint_name: Optional[pulumi.Input[str]] = None,
|
419
|
-
url: Optional[pulumi.Input[str]] = None,
|
417
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
418
|
+
project_id: Optional[pulumi.Input[builtins.str]] = None,
|
419
|
+
service_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
|
420
|
+
url: Optional[pulumi.Input[builtins.str]] = None,
|
420
421
|
__props__=None):
|
421
422
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
422
423
|
if not isinstance(opts, pulumi.ResourceOptions):
|
@@ -451,11 +452,11 @@ class ServiceendpointJfrogDistributionV2(pulumi.CustomResource):
|
|
451
452
|
opts: Optional[pulumi.ResourceOptions] = None,
|
452
453
|
authentication_basic: Optional[pulumi.Input[Union['ServiceendpointJfrogDistributionV2AuthenticationBasicArgs', 'ServiceendpointJfrogDistributionV2AuthenticationBasicArgsDict']]] = None,
|
453
454
|
authentication_token: Optional[pulumi.Input[Union['ServiceendpointJfrogDistributionV2AuthenticationTokenArgs', 'ServiceendpointJfrogDistributionV2AuthenticationTokenArgsDict']]] = None,
|
454
|
-
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
455
|
-
description: Optional[pulumi.Input[str]] = None,
|
456
|
-
project_id: Optional[pulumi.Input[str]] = None,
|
457
|
-
service_endpoint_name: Optional[pulumi.Input[str]] = None,
|
458
|
-
url: Optional[pulumi.Input[str]] = None) -> 'ServiceendpointJfrogDistributionV2':
|
455
|
+
authorization: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
456
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
457
|
+
project_id: Optional[pulumi.Input[builtins.str]] = None,
|
458
|
+
service_endpoint_name: Optional[pulumi.Input[builtins.str]] = None,
|
459
|
+
url: Optional[pulumi.Input[builtins.str]] = None) -> 'ServiceendpointJfrogDistributionV2':
|
459
460
|
"""
|
460
461
|
Get an existing ServiceendpointJfrogDistributionV2 resource's state with the given name, id, and optional extra
|
461
462
|
properties used to qualify the lookup.
|
@@ -465,10 +466,10 @@ class ServiceendpointJfrogDistributionV2(pulumi.CustomResource):
|
|
465
466
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
466
467
|
:param pulumi.Input[Union['ServiceendpointJfrogDistributionV2AuthenticationBasicArgs', 'ServiceendpointJfrogDistributionV2AuthenticationBasicArgsDict']] authentication_basic: An `authentication_basic` block as documented below.
|
467
468
|
:param pulumi.Input[Union['ServiceendpointJfrogDistributionV2AuthenticationTokenArgs', 'ServiceendpointJfrogDistributionV2AuthenticationTokenArgsDict']] authentication_token: An `authentication_token` block as documented below.
|
468
|
-
:param pulumi.Input[str] description: The Service Endpoint description.
|
469
|
-
:param pulumi.Input[str] project_id: The ID of the project.
|
470
|
-
:param pulumi.Input[str] service_endpoint_name: The Service Endpoint name.
|
471
|
-
:param pulumi.Input[str] url: URL of the Artifactory server to connect with.
|
469
|
+
:param pulumi.Input[builtins.str] description: The Service Endpoint description.
|
470
|
+
:param pulumi.Input[builtins.str] project_id: The ID of the project.
|
471
|
+
:param pulumi.Input[builtins.str] service_endpoint_name: The Service Endpoint name.
|
472
|
+
:param pulumi.Input[builtins.str] url: URL of the Artifactory server to connect with.
|
472
473
|
|
473
474
|
> **NOTE:** URL should not end in a slash character.
|
474
475
|
"""
|
@@ -503,12 +504,12 @@ class ServiceendpointJfrogDistributionV2(pulumi.CustomResource):
|
|
503
504
|
|
504
505
|
@property
|
505
506
|
@pulumi.getter
|
506
|
-
def authorization(self) -> pulumi.Output[Mapping[str, str]]:
|
507
|
+
def authorization(self) -> pulumi.Output[Mapping[str, builtins.str]]:
|
507
508
|
return pulumi.get(self, "authorization")
|
508
509
|
|
509
510
|
@property
|
510
511
|
@pulumi.getter
|
511
|
-
def description(self) -> pulumi.Output[Optional[str]]:
|
512
|
+
def description(self) -> pulumi.Output[Optional[builtins.str]]:
|
512
513
|
"""
|
513
514
|
The Service Endpoint description.
|
514
515
|
"""
|
@@ -516,7 +517,7 @@ class ServiceendpointJfrogDistributionV2(pulumi.CustomResource):
|
|
516
517
|
|
517
518
|
@property
|
518
519
|
@pulumi.getter(name="projectId")
|
519
|
-
def project_id(self) -> pulumi.Output[str]:
|
520
|
+
def project_id(self) -> pulumi.Output[builtins.str]:
|
520
521
|
"""
|
521
522
|
The ID of the project.
|
522
523
|
"""
|
@@ -524,7 +525,7 @@ class ServiceendpointJfrogDistributionV2(pulumi.CustomResource):
|
|
524
525
|
|
525
526
|
@property
|
526
527
|
@pulumi.getter(name="serviceEndpointName")
|
527
|
-
def service_endpoint_name(self) -> pulumi.Output[str]:
|
528
|
+
def service_endpoint_name(self) -> pulumi.Output[builtins.str]:
|
528
529
|
"""
|
529
530
|
The Service Endpoint name.
|
530
531
|
"""
|
@@ -532,7 +533,7 @@ class ServiceendpointJfrogDistributionV2(pulumi.CustomResource):
|
|
532
533
|
|
533
534
|
@property
|
534
535
|
@pulumi.getter
|
535
|
-
def url(self) -> pulumi.Output[str]:
|
536
|
+
def url(self) -> pulumi.Output[builtins.str]:
|
536
537
|
"""
|
537
538
|
URL of the Artifactory server to connect with.
|
538
539
|
|