pulumi-azuredevops 3.11.0a1753334963__py3-none-any.whl → 3.11.0a1753507664__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 +1 -1
- pulumi_azuredevops/_inputs.py +1246 -1247
- pulumi_azuredevops/area_permissions.py +86 -87
- pulumi_azuredevops/branch_policy_auto_reviewers.py +55 -56
- pulumi_azuredevops/branch_policy_build_validation.py +55 -56
- pulumi_azuredevops/branch_policy_comment_resolution.py +55 -56
- pulumi_azuredevops/branch_policy_merge_types.py +55 -56
- pulumi_azuredevops/branch_policy_min_reviewers.py +55 -56
- pulumi_azuredevops/branch_policy_status_check.py +55 -56
- pulumi_azuredevops/branch_policy_work_item_linking.py +55 -56
- pulumi_azuredevops/build_definition.py +170 -171
- pulumi_azuredevops/build_definition_permissions.py +86 -87
- pulumi_azuredevops/build_folder.py +52 -53
- pulumi_azuredevops/build_folder_permissions.py +86 -87
- pulumi_azuredevops/check_approval.py +146 -147
- pulumi_azuredevops/check_branch_control.py +146 -147
- pulumi_azuredevops/check_business_hours.py +265 -266
- pulumi_azuredevops/check_exclusive_lock.py +78 -79
- pulumi_azuredevops/check_required_template.py +64 -65
- pulumi_azuredevops/check_rest_api.py +265 -266
- pulumi_azuredevops/config/__init__.py +1 -1
- pulumi_azuredevops/config/__init__.pyi +1 -2
- pulumi_azuredevops/config/vars.py +22 -23
- pulumi_azuredevops/dashboard.py +95 -96
- pulumi_azuredevops/elastic_pool.py +205 -206
- pulumi_azuredevops/environment.py +52 -53
- pulumi_azuredevops/environment_resource_kubernetes.py +120 -121
- pulumi_azuredevops/extension.py +96 -97
- pulumi_azuredevops/feed.py +38 -39
- pulumi_azuredevops/feed_permission.py +95 -96
- pulumi_azuredevops/feed_retention_policy.py +69 -70
- pulumi_azuredevops/get_agent_queue.py +17 -18
- pulumi_azuredevops/get_area.py +26 -27
- pulumi_azuredevops/get_build_definition.py +39 -40
- pulumi_azuredevops/get_client_config.py +13 -14
- pulumi_azuredevops/get_descriptor.py +11 -12
- pulumi_azuredevops/get_environment.py +23 -24
- pulumi_azuredevops/get_feed.py +21 -22
- pulumi_azuredevops/get_git_repository.py +31 -32
- pulumi_azuredevops/get_git_repository_file.py +31 -32
- pulumi_azuredevops/get_group.py +23 -24
- pulumi_azuredevops/get_group_membership.py +11 -12
- pulumi_azuredevops/get_groups.py +10 -11
- pulumi_azuredevops/get_identity_group.py +19 -20
- pulumi_azuredevops/get_identity_groups.py +10 -11
- pulumi_azuredevops/get_identity_users.py +19 -20
- pulumi_azuredevops/get_iteration.py +26 -27
- pulumi_azuredevops/get_pool.py +15 -16
- pulumi_azuredevops/get_pools.py +4 -5
- pulumi_azuredevops/get_project.py +27 -28
- pulumi_azuredevops/get_projects.py +16 -17
- pulumi_azuredevops/get_repositories.py +22 -23
- pulumi_azuredevops/get_securityrole_definitions.py +10 -11
- pulumi_azuredevops/get_service_endpoint_azure_rm.py +49 -50
- pulumi_azuredevops/get_service_endpoint_github.py +25 -26
- pulumi_azuredevops/get_service_principal.py +15 -16
- pulumi_azuredevops/get_serviceendpoint_azurecr.py +45 -46
- pulumi_azuredevops/get_serviceendpoint_bitbucket.py +25 -26
- pulumi_azuredevops/get_serviceendpoint_dockerregistry.py +35 -36
- pulumi_azuredevops/get_serviceendpoint_npm.py +27 -28
- pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +25 -26
- pulumi_azuredevops/get_storage_key.py +11 -12
- pulumi_azuredevops/get_team.py +29 -30
- pulumi_azuredevops/get_teams.py +16 -17
- pulumi_azuredevops/get_user.py +23 -24
- pulumi_azuredevops/get_users.py +29 -30
- pulumi_azuredevops/get_variable_group.py +21 -22
- pulumi_azuredevops/git.py +143 -144
- pulumi_azuredevops/git_permissions.py +103 -104
- pulumi_azuredevops/git_repository_branch.py +95 -96
- pulumi_azuredevops/git_repository_file.py +171 -172
- pulumi_azuredevops/group.py +166 -167
- pulumi_azuredevops/group_entitlement.py +104 -105
- pulumi_azuredevops/group_membership.py +52 -53
- pulumi_azuredevops/iterative_permissions.py +86 -87
- pulumi_azuredevops/library_permissions.py +69 -70
- pulumi_azuredevops/outputs.py +1361 -1362
- pulumi_azuredevops/pipeline_authorization.py +86 -87
- pulumi_azuredevops/pool.py +69 -70
- pulumi_azuredevops/project.py +112 -113
- pulumi_azuredevops/project_features.py +31 -32
- pulumi_azuredevops/project_permissions.py +69 -70
- pulumi_azuredevops/project_pipeline_settings.py +120 -121
- pulumi_azuredevops/project_tags.py +35 -36
- pulumi_azuredevops/provider.py +198 -199
- pulumi_azuredevops/pulumi-plugin.json +1 -1
- pulumi_azuredevops/queue.py +52 -53
- pulumi_azuredevops/repository_policy_author_email_pattern.py +86 -87
- pulumi_azuredevops/repository_policy_case_enforcement.py +86 -87
- pulumi_azuredevops/repository_policy_check_credentials.py +69 -70
- pulumi_azuredevops/repository_policy_file_path_pattern.py +86 -87
- pulumi_azuredevops/repository_policy_max_file_size.py +86 -87
- pulumi_azuredevops/repository_policy_max_path_length.py +86 -87
- pulumi_azuredevops/repository_policy_reserved_names.py +69 -70
- pulumi_azuredevops/resource_authorization.py +86 -87
- pulumi_azuredevops/securityrole_assignment.py +69 -70
- pulumi_azuredevops/service_endpoint_artifactory.py +82 -83
- pulumi_azuredevops/service_endpoint_aws.py +174 -175
- pulumi_azuredevops/service_endpoint_azure_dev_ops.py +106 -107
- pulumi_azuredevops/service_endpoint_azure_ecr.py +215 -216
- pulumi_azuredevops/service_endpoint_azure_rm.py +245 -246
- pulumi_azuredevops/service_endpoint_bit_bucket.py +89 -90
- pulumi_azuredevops/service_endpoint_docker_registry.py +140 -141
- pulumi_azuredevops/service_endpoint_generic.py +106 -107
- pulumi_azuredevops/service_endpoint_generic_git.py +123 -124
- pulumi_azuredevops/service_endpoint_git_hub.py +61 -62
- pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +78 -79
- pulumi_azuredevops/service_endpoint_git_lab.py +106 -107
- pulumi_azuredevops/service_endpoint_kubernetes.py +98 -99
- pulumi_azuredevops/service_endpoint_npm.py +93 -94
- pulumi_azuredevops/service_endpoint_pipeline.py +75 -76
- pulumi_azuredevops/service_endpoint_service_fabric.py +81 -82
- pulumi_azuredevops/service_endpoint_sonar_cloud.py +76 -77
- pulumi_azuredevops/service_endpoint_sonar_qube.py +93 -94
- pulumi_azuredevops/service_endpoint_ssh.py +140 -141
- pulumi_azuredevops/service_principal_entitlement.py +87 -88
- pulumi_azuredevops/serviceendpoint_argocd.py +82 -83
- pulumi_azuredevops/serviceendpoint_azure_service_bus.py +89 -90
- pulumi_azuredevops/serviceendpoint_black_duck.py +89 -90
- pulumi_azuredevops/serviceendpoint_checkmarx_one.py +140 -141
- pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +140 -141
- pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +174 -175
- pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +140 -141
- pulumi_azuredevops/serviceendpoint_externaltfs.py +75 -76
- pulumi_azuredevops/serviceendpoint_gcp_terraform.py +140 -141
- pulumi_azuredevops/serviceendpoint_incomingwebhook.py +106 -107
- pulumi_azuredevops/serviceendpoint_jenkins.py +123 -124
- pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +82 -83
- pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +82 -83
- pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +82 -83
- pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +82 -83
- pulumi_azuredevops/serviceendpoint_maven.py +95 -96
- pulumi_azuredevops/serviceendpoint_nexus.py +106 -107
- pulumi_azuredevops/serviceendpoint_nuget.py +140 -141
- pulumi_azuredevops/serviceendpoint_octopusdeploy.py +106 -107
- pulumi_azuredevops/serviceendpoint_openshift.py +115 -116
- pulumi_azuredevops/serviceendpoint_permissions.py +86 -87
- pulumi_azuredevops/serviceendpoint_snyk.py +89 -90
- pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +78 -79
- pulumi_azuredevops/servicehook_permissions.py +69 -70
- pulumi_azuredevops/servicehook_storage_queue_pipelines.py +109 -110
- pulumi_azuredevops/tagging_permissions.py +69 -70
- pulumi_azuredevops/team.py +95 -96
- pulumi_azuredevops/team_administrators.py +69 -70
- pulumi_azuredevops/team_members.py +69 -70
- pulumi_azuredevops/user.py +95 -96
- pulumi_azuredevops/variable_group.py +75 -76
- pulumi_azuredevops/variable_group_permissions.py +86 -87
- pulumi_azuredevops/wiki.py +121 -122
- pulumi_azuredevops/wiki_page.py +82 -83
- pulumi_azuredevops/work_item_query_permissions.py +86 -87
- pulumi_azuredevops/workitem.py +165 -166
- {pulumi_azuredevops-3.11.0a1753334963.dist-info → pulumi_azuredevops-3.11.0a1753507664.dist-info}/METADATA +1 -1
- pulumi_azuredevops-3.11.0a1753507664.dist-info/RECORD +158 -0
- pulumi_azuredevops-3.11.0a1753334963.dist-info/RECORD +0 -158
- {pulumi_azuredevops-3.11.0a1753334963.dist-info → pulumi_azuredevops-3.11.0a1753507664.dist-info}/WHEEL +0 -0
- {pulumi_azuredevops-3.11.0a1753334963.dist-info → pulumi_azuredevops-3.11.0a1753507664.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
-
import builtins
|
6
|
-
import copy
|
5
|
+
import builtins as _builtins
|
7
6
|
import warnings
|
8
7
|
import sys
|
9
8
|
import pulumi
|
@@ -45,36 +44,36 @@ class GetRepositoriesResult:
|
|
45
44
|
raise TypeError("Expected argument 'repositories' to be a list")
|
46
45
|
pulumi.set(__self__, "repositories", repositories)
|
47
46
|
|
48
|
-
@property
|
47
|
+
@_builtins.property
|
49
48
|
@pulumi.getter
|
50
|
-
def id(self) ->
|
49
|
+
def id(self) -> _builtins.str:
|
51
50
|
"""
|
52
51
|
The provider-assigned unique ID for this managed resource.
|
53
52
|
"""
|
54
53
|
return pulumi.get(self, "id")
|
55
54
|
|
56
|
-
@property
|
55
|
+
@_builtins.property
|
57
56
|
@pulumi.getter(name="includeHidden")
|
58
|
-
def include_hidden(self) -> Optional[
|
57
|
+
def include_hidden(self) -> Optional[_builtins.bool]:
|
59
58
|
return pulumi.get(self, "include_hidden")
|
60
59
|
|
61
|
-
@property
|
60
|
+
@_builtins.property
|
62
61
|
@pulumi.getter
|
63
|
-
def name(self) -> Optional[
|
62
|
+
def name(self) -> Optional[_builtins.str]:
|
64
63
|
"""
|
65
64
|
Git repository name.
|
66
65
|
"""
|
67
66
|
return pulumi.get(self, "name")
|
68
67
|
|
69
|
-
@property
|
68
|
+
@_builtins.property
|
70
69
|
@pulumi.getter(name="projectId")
|
71
|
-
def project_id(self) -> Optional[
|
70
|
+
def project_id(self) -> Optional[_builtins.str]:
|
72
71
|
"""
|
73
72
|
Project identifier to which the Git repository belongs.
|
74
73
|
"""
|
75
74
|
return pulumi.get(self, "project_id")
|
76
75
|
|
77
|
-
@property
|
76
|
+
@_builtins.property
|
78
77
|
@pulumi.getter
|
79
78
|
def repositories(self) -> Sequence['outputs.GetRepositoriesRepositoryResult']:
|
80
79
|
"""
|
@@ -96,9 +95,9 @@ class AwaitableGetRepositoriesResult(GetRepositoriesResult):
|
|
96
95
|
repositories=self.repositories)
|
97
96
|
|
98
97
|
|
99
|
-
def get_repositories(include_hidden: Optional[
|
100
|
-
name: Optional[
|
101
|
-
project_id: Optional[
|
98
|
+
def get_repositories(include_hidden: Optional[_builtins.bool] = None,
|
99
|
+
name: Optional[_builtins.str] = None,
|
100
|
+
project_id: Optional[_builtins.str] = None,
|
102
101
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRepositoriesResult:
|
103
102
|
"""
|
104
103
|
Use this data source to access information about **multiple** existing Git Repositories within Azure DevOps.
|
@@ -124,11 +123,11 @@ def get_repositories(include_hidden: Optional[builtins.bool] = None,
|
|
124
123
|
- [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
|
125
124
|
|
126
125
|
|
127
|
-
:param
|
126
|
+
:param _builtins.bool include_hidden: Defaults to `false`.
|
128
127
|
|
129
128
|
DataSource without specifying any arguments will return all Git repositories of an organization.
|
130
|
-
:param
|
131
|
-
:param
|
129
|
+
:param _builtins.str name: Name of the Git repository to retrieve; requires `project_id` to be specified as well
|
130
|
+
:param _builtins.str project_id: ID of project to list Git repositories
|
132
131
|
"""
|
133
132
|
__args__ = dict()
|
134
133
|
__args__['includeHidden'] = include_hidden
|
@@ -143,9 +142,9 @@ def get_repositories(include_hidden: Optional[builtins.bool] = None,
|
|
143
142
|
name=pulumi.get(__ret__, 'name'),
|
144
143
|
project_id=pulumi.get(__ret__, 'project_id'),
|
145
144
|
repositories=pulumi.get(__ret__, 'repositories'))
|
146
|
-
def get_repositories_output(include_hidden: Optional[pulumi.Input[Optional[
|
147
|
-
name: Optional[pulumi.Input[Optional[
|
148
|
-
project_id: Optional[pulumi.Input[Optional[
|
145
|
+
def get_repositories_output(include_hidden: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
146
|
+
name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
147
|
+
project_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
149
148
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRepositoriesResult]:
|
150
149
|
"""
|
151
150
|
Use this data source to access information about **multiple** existing Git Repositories within Azure DevOps.
|
@@ -171,11 +170,11 @@ def get_repositories_output(include_hidden: Optional[pulumi.Input[Optional[built
|
|
171
170
|
- [Azure DevOps Service REST API 7.0 - Git API](https://docs.microsoft.com/en-us/rest/api/azure/devops/git/?view=azure-devops-rest-7.0)
|
172
171
|
|
173
172
|
|
174
|
-
:param
|
173
|
+
:param _builtins.bool include_hidden: Defaults to `false`.
|
175
174
|
|
176
175
|
DataSource without specifying any arguments will return all Git repositories of an organization.
|
177
|
-
:param
|
178
|
-
:param
|
176
|
+
:param _builtins.str name: Name of the Git repository to retrieve; requires `project_id` to be specified as well
|
177
|
+
:param _builtins.str project_id: ID of project to list Git repositories
|
179
178
|
"""
|
180
179
|
__args__ = dict()
|
181
180
|
__args__['includeHidden'] = include_hidden
|
@@ -2,8 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
-
import builtins
|
6
|
-
import copy
|
5
|
+
import builtins as _builtins
|
7
6
|
import warnings
|
8
7
|
import sys
|
9
8
|
import pulumi
|
@@ -39,7 +38,7 @@ class GetSecurityroleDefinitionsResult:
|
|
39
38
|
raise TypeError("Expected argument 'scope' to be a str")
|
40
39
|
pulumi.set(__self__, "scope", scope)
|
41
40
|
|
42
|
-
@property
|
41
|
+
@_builtins.property
|
43
42
|
@pulumi.getter
|
44
43
|
def definitions(self) -> Sequence['outputs.GetSecurityroleDefinitionsDefinitionResult']:
|
45
44
|
"""
|
@@ -47,17 +46,17 @@ class GetSecurityroleDefinitionsResult:
|
|
47
46
|
"""
|
48
47
|
return pulumi.get(self, "definitions")
|
49
48
|
|
50
|
-
@property
|
49
|
+
@_builtins.property
|
51
50
|
@pulumi.getter
|
52
|
-
def id(self) ->
|
51
|
+
def id(self) -> _builtins.str:
|
53
52
|
"""
|
54
53
|
The provider-assigned unique ID for this managed resource.
|
55
54
|
"""
|
56
55
|
return pulumi.get(self, "id")
|
57
56
|
|
58
|
-
@property
|
57
|
+
@_builtins.property
|
59
58
|
@pulumi.getter
|
60
|
-
def scope(self) ->
|
59
|
+
def scope(self) -> _builtins.str:
|
61
60
|
"""
|
62
61
|
The scope of the Security Role Definition.
|
63
62
|
"""
|
@@ -75,7 +74,7 @@ class AwaitableGetSecurityroleDefinitionsResult(GetSecurityroleDefinitionsResult
|
|
75
74
|
scope=self.scope)
|
76
75
|
|
77
76
|
|
78
|
-
def get_securityrole_definitions(scope: Optional[
|
77
|
+
def get_securityrole_definitions(scope: Optional[_builtins.str] = None,
|
79
78
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecurityroleDefinitionsResult:
|
80
79
|
"""
|
81
80
|
Use this data source to access information about existing Security Role Definitions within a given scope in Azure DevOps.
|
@@ -95,7 +94,7 @@ def get_securityrole_definitions(scope: Optional[builtins.str] = None,
|
|
95
94
|
- [Azure DevOps Service REST API 7.0 - Role Definitions - List](https://learn.microsoft.com/en-us/rest/api/azure/devops/securityroles/roledefinitions/list?view=azure-devops-rest-7.1)
|
96
95
|
|
97
96
|
|
98
|
-
:param
|
97
|
+
:param _builtins.str scope: Name of the Scope for which Security Role Definitions will be returned.
|
99
98
|
|
100
99
|
> **NOTE:** DataSource without specifying any arguments will return all projects.
|
101
100
|
"""
|
@@ -108,7 +107,7 @@ def get_securityrole_definitions(scope: Optional[builtins.str] = None,
|
|
108
107
|
definitions=pulumi.get(__ret__, 'definitions'),
|
109
108
|
id=pulumi.get(__ret__, 'id'),
|
110
109
|
scope=pulumi.get(__ret__, 'scope'))
|
111
|
-
def get_securityrole_definitions_output(scope: Optional[pulumi.Input[
|
110
|
+
def get_securityrole_definitions_output(scope: Optional[pulumi.Input[_builtins.str]] = None,
|
112
111
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSecurityroleDefinitionsResult]:
|
113
112
|
"""
|
114
113
|
Use this data source to access information about existing Security Role Definitions within a given scope in Azure DevOps.
|
@@ -128,7 +127,7 @@ def get_securityrole_definitions_output(scope: Optional[pulumi.Input[builtins.st
|
|
128
127
|
- [Azure DevOps Service REST API 7.0 - Role Definitions - List](https://learn.microsoft.com/en-us/rest/api/azure/devops/securityroles/roledefinitions/list?view=azure-devops-rest-7.1)
|
129
128
|
|
130
129
|
|
131
|
-
:param
|
130
|
+
:param _builtins.str scope: Name of the Scope for which Security Role Definitions will be returned.
|
132
131
|
|
133
132
|
> **NOTE:** DataSource without specifying any arguments will return all projects.
|
134
133
|
"""
|
@@ -2,8 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
-
import builtins
|
6
|
-
import copy
|
5
|
+
import builtins as _builtins
|
7
6
|
import warnings
|
8
7
|
import sys
|
9
8
|
import pulumi
|
@@ -83,136 +82,136 @@ class GetServiceEndpointAzureRMResult:
|
|
83
82
|
raise TypeError("Expected argument 'workload_identity_federation_subject' to be a str")
|
84
83
|
pulumi.set(__self__, "workload_identity_federation_subject", workload_identity_federation_subject)
|
85
84
|
|
86
|
-
@property
|
85
|
+
@_builtins.property
|
87
86
|
@pulumi.getter
|
88
|
-
def authorization(self) -> Mapping[str,
|
87
|
+
def authorization(self) -> Mapping[str, _builtins.str]:
|
89
88
|
"""
|
90
89
|
The Authorization scheme.
|
91
90
|
"""
|
92
91
|
return pulumi.get(self, "authorization")
|
93
92
|
|
94
|
-
@property
|
93
|
+
@_builtins.property
|
95
94
|
@pulumi.getter(name="azurermManagementGroupId")
|
96
|
-
def azurerm_management_group_id(self) ->
|
95
|
+
def azurerm_management_group_id(self) -> _builtins.str:
|
97
96
|
"""
|
98
97
|
The Management Group ID of the Service Endpoint is target, if available.
|
99
98
|
"""
|
100
99
|
return pulumi.get(self, "azurerm_management_group_id")
|
101
100
|
|
102
|
-
@property
|
101
|
+
@_builtins.property
|
103
102
|
@pulumi.getter(name="azurermManagementGroupName")
|
104
|
-
def azurerm_management_group_name(self) ->
|
103
|
+
def azurerm_management_group_name(self) -> _builtins.str:
|
105
104
|
"""
|
106
105
|
The Management Group Name of the Service Endpoint target, if available.
|
107
106
|
"""
|
108
107
|
return pulumi.get(self, "azurerm_management_group_name")
|
109
108
|
|
110
|
-
@property
|
109
|
+
@_builtins.property
|
111
110
|
@pulumi.getter(name="azurermSpnTenantid")
|
112
|
-
def azurerm_spn_tenantid(self) ->
|
111
|
+
def azurerm_spn_tenantid(self) -> _builtins.str:
|
113
112
|
"""
|
114
113
|
The Tenant ID of the Azure targets.
|
115
114
|
"""
|
116
115
|
return pulumi.get(self, "azurerm_spn_tenantid")
|
117
116
|
|
118
|
-
@property
|
117
|
+
@_builtins.property
|
119
118
|
@pulumi.getter(name="azurermSubscriptionId")
|
120
|
-
def azurerm_subscription_id(self) ->
|
119
|
+
def azurerm_subscription_id(self) -> _builtins.str:
|
121
120
|
"""
|
122
121
|
The Subscription ID of the Service Endpoint target, if available.
|
123
122
|
"""
|
124
123
|
return pulumi.get(self, "azurerm_subscription_id")
|
125
124
|
|
126
|
-
@property
|
125
|
+
@_builtins.property
|
127
126
|
@pulumi.getter(name="azurermSubscriptionName")
|
128
|
-
def azurerm_subscription_name(self) ->
|
127
|
+
def azurerm_subscription_name(self) -> _builtins.str:
|
129
128
|
"""
|
130
129
|
The Subscription Name of the Service Endpoint target, if available.
|
131
130
|
"""
|
132
131
|
return pulumi.get(self, "azurerm_subscription_name")
|
133
132
|
|
134
|
-
@property
|
133
|
+
@_builtins.property
|
135
134
|
@pulumi.getter
|
136
|
-
def description(self) ->
|
135
|
+
def description(self) -> _builtins.str:
|
137
136
|
"""
|
138
137
|
The description of the Service Endpoint.
|
139
138
|
"""
|
140
139
|
return pulumi.get(self, "description")
|
141
140
|
|
142
|
-
@property
|
141
|
+
@_builtins.property
|
143
142
|
@pulumi.getter
|
144
|
-
def environment(self) ->
|
143
|
+
def environment(self) -> _builtins.str:
|
145
144
|
"""
|
146
145
|
The Cloud Environment.
|
147
146
|
"""
|
148
147
|
return pulumi.get(self, "environment")
|
149
148
|
|
150
|
-
@property
|
149
|
+
@_builtins.property
|
151
150
|
@pulumi.getter
|
152
|
-
def id(self) ->
|
151
|
+
def id(self) -> _builtins.str:
|
153
152
|
"""
|
154
153
|
The provider-assigned unique ID for this managed resource.
|
155
154
|
"""
|
156
155
|
return pulumi.get(self, "id")
|
157
156
|
|
158
|
-
@property
|
157
|
+
@_builtins.property
|
159
158
|
@pulumi.getter(name="projectId")
|
160
|
-
def project_id(self) ->
|
159
|
+
def project_id(self) -> _builtins.str:
|
161
160
|
return pulumi.get(self, "project_id")
|
162
161
|
|
163
|
-
@property
|
162
|
+
@_builtins.property
|
164
163
|
@pulumi.getter(name="resourceGroup")
|
165
|
-
def resource_group(self) ->
|
164
|
+
def resource_group(self) -> _builtins.str:
|
166
165
|
"""
|
167
166
|
The Resource Group of the Service Endpoint target, if available.
|
168
167
|
"""
|
169
168
|
return pulumi.get(self, "resource_group")
|
170
169
|
|
171
|
-
@property
|
170
|
+
@_builtins.property
|
172
171
|
@pulumi.getter(name="serverUrl")
|
173
|
-
def server_url(self) ->
|
172
|
+
def server_url(self) -> _builtins.str:
|
174
173
|
"""
|
175
174
|
The server URL of the service Endpoint.
|
176
175
|
"""
|
177
176
|
return pulumi.get(self, "server_url")
|
178
177
|
|
179
|
-
@property
|
178
|
+
@_builtins.property
|
180
179
|
@pulumi.getter(name="serviceEndpointAuthenticationScheme")
|
181
|
-
def service_endpoint_authentication_scheme(self) ->
|
180
|
+
def service_endpoint_authentication_scheme(self) -> _builtins.str:
|
182
181
|
"""
|
183
182
|
The authentication scheme of Azure Resource Management Endpoint
|
184
183
|
"""
|
185
184
|
return pulumi.get(self, "service_endpoint_authentication_scheme")
|
186
185
|
|
187
|
-
@property
|
186
|
+
@_builtins.property
|
188
187
|
@pulumi.getter(name="serviceEndpointId")
|
189
|
-
def service_endpoint_id(self) ->
|
188
|
+
def service_endpoint_id(self) -> _builtins.str:
|
190
189
|
return pulumi.get(self, "service_endpoint_id")
|
191
190
|
|
192
|
-
@property
|
191
|
+
@_builtins.property
|
193
192
|
@pulumi.getter(name="serviceEndpointName")
|
194
|
-
def service_endpoint_name(self) ->
|
193
|
+
def service_endpoint_name(self) -> _builtins.str:
|
195
194
|
return pulumi.get(self, "service_endpoint_name")
|
196
195
|
|
197
|
-
@property
|
196
|
+
@_builtins.property
|
198
197
|
@pulumi.getter(name="servicePrincipalId")
|
199
|
-
def service_principal_id(self) ->
|
198
|
+
def service_principal_id(self) -> _builtins.str:
|
200
199
|
"""
|
201
200
|
The Application(Client) ID of the Service Principal.
|
202
201
|
"""
|
203
202
|
return pulumi.get(self, "service_principal_id")
|
204
203
|
|
205
|
-
@property
|
204
|
+
@_builtins.property
|
206
205
|
@pulumi.getter(name="workloadIdentityFederationIssuer")
|
207
|
-
def workload_identity_federation_issuer(self) ->
|
206
|
+
def workload_identity_federation_issuer(self) -> _builtins.str:
|
208
207
|
"""
|
209
208
|
The issuer if `of the Workload Identity Federation Subject
|
210
209
|
"""
|
211
210
|
return pulumi.get(self, "workload_identity_federation_issuer")
|
212
211
|
|
213
|
-
@property
|
212
|
+
@_builtins.property
|
214
213
|
@pulumi.getter(name="workloadIdentityFederationSubject")
|
215
|
-
def workload_identity_federation_subject(self) ->
|
214
|
+
def workload_identity_federation_subject(self) -> _builtins.str:
|
216
215
|
"""
|
217
216
|
The subject of the Workload Identity Federation Subject.
|
218
217
|
"""
|
@@ -245,9 +244,9 @@ class AwaitableGetServiceEndpointAzureRMResult(GetServiceEndpointAzureRMResult):
|
|
245
244
|
workload_identity_federation_subject=self.workload_identity_federation_subject)
|
246
245
|
|
247
246
|
|
248
|
-
def get_service_endpoint_azure_rm(project_id: Optional[
|
249
|
-
service_endpoint_id: Optional[
|
250
|
-
service_endpoint_name: Optional[
|
247
|
+
def get_service_endpoint_azure_rm(project_id: Optional[_builtins.str] = None,
|
248
|
+
service_endpoint_id: Optional[_builtins.str] = None,
|
249
|
+
service_endpoint_name: Optional[_builtins.str] = None,
|
251
250
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceEndpointAzureRMResult:
|
252
251
|
"""
|
253
252
|
Use this data source to access information about an existing AzureRM service Endpoint.
|
@@ -279,9 +278,9 @@ def get_service_endpoint_azure_rm(project_id: Optional[builtins.str] = None,
|
|
279
278
|
```
|
280
279
|
|
281
280
|
|
282
|
-
:param
|
283
|
-
:param
|
284
|
-
:param
|
281
|
+
:param _builtins.str project_id: The ID of the project.
|
282
|
+
:param _builtins.str service_endpoint_id: the ID of the Service Endpoint.
|
283
|
+
:param _builtins.str service_endpoint_name: the Name of the Service Endpoint.
|
285
284
|
|
286
285
|
> **NOTE:** 1. One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
|
287
286
|
<br>2. When supplying `service_endpoint_name`, take care to ensure that this is a unique name.
|
@@ -312,9 +311,9 @@ def get_service_endpoint_azure_rm(project_id: Optional[builtins.str] = None,
|
|
312
311
|
service_principal_id=pulumi.get(__ret__, 'service_principal_id'),
|
313
312
|
workload_identity_federation_issuer=pulumi.get(__ret__, 'workload_identity_federation_issuer'),
|
314
313
|
workload_identity_federation_subject=pulumi.get(__ret__, 'workload_identity_federation_subject'))
|
315
|
-
def get_service_endpoint_azure_rm_output(project_id: Optional[pulumi.Input[
|
316
|
-
service_endpoint_id: Optional[pulumi.Input[Optional[
|
317
|
-
service_endpoint_name: Optional[pulumi.Input[Optional[
|
314
|
+
def get_service_endpoint_azure_rm_output(project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
315
|
+
service_endpoint_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
316
|
+
service_endpoint_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
318
317
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceEndpointAzureRMResult]:
|
319
318
|
"""
|
320
319
|
Use this data source to access information about an existing AzureRM service Endpoint.
|
@@ -346,9 +345,9 @@ def get_service_endpoint_azure_rm_output(project_id: Optional[pulumi.Input[built
|
|
346
345
|
```
|
347
346
|
|
348
347
|
|
349
|
-
:param
|
350
|
-
:param
|
351
|
-
:param
|
348
|
+
:param _builtins.str project_id: The ID of the project.
|
349
|
+
:param _builtins.str service_endpoint_id: the ID of the Service Endpoint.
|
350
|
+
:param _builtins.str service_endpoint_name: the Name of the Service Endpoint.
|
352
351
|
|
353
352
|
> **NOTE:** 1. One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
|
354
353
|
<br>2. When supplying `service_endpoint_name`, take care to ensure that this is a unique name.
|
@@ -2,8 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
-
import builtins
|
6
|
-
import copy
|
5
|
+
import builtins as _builtins
|
7
6
|
import warnings
|
8
7
|
import sys
|
9
8
|
import pulumi
|
@@ -47,43 +46,43 @@ class GetServiceEndpointGithubResult:
|
|
47
46
|
raise TypeError("Expected argument 'service_endpoint_name' to be a str")
|
48
47
|
pulumi.set(__self__, "service_endpoint_name", service_endpoint_name)
|
49
48
|
|
50
|
-
@property
|
49
|
+
@_builtins.property
|
51
50
|
@pulumi.getter
|
52
|
-
def authorization(self) -> Mapping[str,
|
51
|
+
def authorization(self) -> Mapping[str, _builtins.str]:
|
53
52
|
"""
|
54
53
|
The Authorization scheme.
|
55
54
|
"""
|
56
55
|
return pulumi.get(self, "authorization")
|
57
56
|
|
58
|
-
@property
|
57
|
+
@_builtins.property
|
59
58
|
@pulumi.getter
|
60
|
-
def description(self) ->
|
59
|
+
def description(self) -> _builtins.str:
|
61
60
|
"""
|
62
61
|
The description of the Service Endpoint.
|
63
62
|
"""
|
64
63
|
return pulumi.get(self, "description")
|
65
64
|
|
66
|
-
@property
|
65
|
+
@_builtins.property
|
67
66
|
@pulumi.getter
|
68
|
-
def id(self) ->
|
67
|
+
def id(self) -> _builtins.str:
|
69
68
|
"""
|
70
69
|
The provider-assigned unique ID for this managed resource.
|
71
70
|
"""
|
72
71
|
return pulumi.get(self, "id")
|
73
72
|
|
74
|
-
@property
|
73
|
+
@_builtins.property
|
75
74
|
@pulumi.getter(name="projectId")
|
76
|
-
def project_id(self) ->
|
75
|
+
def project_id(self) -> _builtins.str:
|
77
76
|
return pulumi.get(self, "project_id")
|
78
77
|
|
79
|
-
@property
|
78
|
+
@_builtins.property
|
80
79
|
@pulumi.getter(name="serviceEndpointId")
|
81
|
-
def service_endpoint_id(self) ->
|
80
|
+
def service_endpoint_id(self) -> _builtins.str:
|
82
81
|
return pulumi.get(self, "service_endpoint_id")
|
83
82
|
|
84
|
-
@property
|
83
|
+
@_builtins.property
|
85
84
|
@pulumi.getter(name="serviceEndpointName")
|
86
|
-
def service_endpoint_name(self) ->
|
85
|
+
def service_endpoint_name(self) -> _builtins.str:
|
87
86
|
return pulumi.get(self, "service_endpoint_name")
|
88
87
|
|
89
88
|
|
@@ -101,9 +100,9 @@ class AwaitableGetServiceEndpointGithubResult(GetServiceEndpointGithubResult):
|
|
101
100
|
service_endpoint_name=self.service_endpoint_name)
|
102
101
|
|
103
102
|
|
104
|
-
def get_service_endpoint_github(project_id: Optional[
|
105
|
-
service_endpoint_id: Optional[
|
106
|
-
service_endpoint_name: Optional[
|
103
|
+
def get_service_endpoint_github(project_id: Optional[_builtins.str] = None,
|
104
|
+
service_endpoint_id: Optional[_builtins.str] = None,
|
105
|
+
service_endpoint_name: Optional[_builtins.str] = None,
|
107
106
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServiceEndpointGithubResult:
|
108
107
|
"""
|
109
108
|
Use this data source to access information about an existing GitHub service Endpoint.
|
@@ -135,9 +134,9 @@ def get_service_endpoint_github(project_id: Optional[builtins.str] = None,
|
|
135
134
|
```
|
136
135
|
|
137
136
|
|
138
|
-
:param
|
139
|
-
:param
|
140
|
-
:param
|
137
|
+
:param _builtins.str project_id: The ID of the project.
|
138
|
+
:param _builtins.str service_endpoint_id: the ID of the Service Endpoint.
|
139
|
+
:param _builtins.str service_endpoint_name: the Name of the Service Endpoint.
|
141
140
|
|
142
141
|
> **NOTE:** 1. One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
|
143
142
|
<br>2. When supplying `service_endpoint_name`, take care to ensure that this is a unique name.
|
@@ -156,9 +155,9 @@ def get_service_endpoint_github(project_id: Optional[builtins.str] = None,
|
|
156
155
|
project_id=pulumi.get(__ret__, 'project_id'),
|
157
156
|
service_endpoint_id=pulumi.get(__ret__, 'service_endpoint_id'),
|
158
157
|
service_endpoint_name=pulumi.get(__ret__, 'service_endpoint_name'))
|
159
|
-
def get_service_endpoint_github_output(project_id: Optional[pulumi.Input[
|
160
|
-
service_endpoint_id: Optional[pulumi.Input[Optional[
|
161
|
-
service_endpoint_name: Optional[pulumi.Input[Optional[
|
158
|
+
def get_service_endpoint_github_output(project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
159
|
+
service_endpoint_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
160
|
+
service_endpoint_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
162
161
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServiceEndpointGithubResult]:
|
163
162
|
"""
|
164
163
|
Use this data source to access information about an existing GitHub service Endpoint.
|
@@ -190,9 +189,9 @@ def get_service_endpoint_github_output(project_id: Optional[pulumi.Input[builtin
|
|
190
189
|
```
|
191
190
|
|
192
191
|
|
193
|
-
:param
|
194
|
-
:param
|
195
|
-
:param
|
192
|
+
:param _builtins.str project_id: The ID of the project.
|
193
|
+
:param _builtins.str service_endpoint_id: the ID of the Service Endpoint.
|
194
|
+
:param _builtins.str service_endpoint_name: the Name of the Service Endpoint.
|
196
195
|
|
197
196
|
> **NOTE:** 1. One of either `service_endpoint_id` or `service_endpoint_name` must be specified.
|
198
197
|
<br>2. When supplying `service_endpoint_name`, take care to ensure that this is a unique name.
|
@@ -2,8 +2,7 @@
|
|
2
2
|
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
|
-
import builtins
|
6
|
-
import copy
|
5
|
+
import builtins as _builtins
|
7
6
|
import warnings
|
8
7
|
import sys
|
9
8
|
import pulumi
|
@@ -44,38 +43,38 @@ class GetServicePrincipalResult:
|
|
44
43
|
raise TypeError("Expected argument 'origin_id' to be a str")
|
45
44
|
pulumi.set(__self__, "origin_id", origin_id)
|
46
45
|
|
47
|
-
@property
|
46
|
+
@_builtins.property
|
48
47
|
@pulumi.getter
|
49
|
-
def descriptor(self) ->
|
48
|
+
def descriptor(self) -> _builtins.str:
|
50
49
|
"""
|
51
50
|
The descriptor of the Service Principal.
|
52
51
|
"""
|
53
52
|
return pulumi.get(self, "descriptor")
|
54
53
|
|
55
|
-
@property
|
54
|
+
@_builtins.property
|
56
55
|
@pulumi.getter(name="displayName")
|
57
|
-
def display_name(self) ->
|
56
|
+
def display_name(self) -> _builtins.str:
|
58
57
|
return pulumi.get(self, "display_name")
|
59
58
|
|
60
|
-
@property
|
59
|
+
@_builtins.property
|
61
60
|
@pulumi.getter
|
62
|
-
def id(self) ->
|
61
|
+
def id(self) -> _builtins.str:
|
63
62
|
"""
|
64
63
|
The provider-assigned unique ID for this managed resource.
|
65
64
|
"""
|
66
65
|
return pulumi.get(self, "id")
|
67
66
|
|
68
|
-
@property
|
67
|
+
@_builtins.property
|
69
68
|
@pulumi.getter
|
70
|
-
def origin(self) ->
|
69
|
+
def origin(self) -> _builtins.str:
|
71
70
|
"""
|
72
71
|
The origin of the Service Principal.
|
73
72
|
"""
|
74
73
|
return pulumi.get(self, "origin")
|
75
74
|
|
76
|
-
@property
|
75
|
+
@_builtins.property
|
77
76
|
@pulumi.getter(name="originId")
|
78
|
-
def origin_id(self) ->
|
77
|
+
def origin_id(self) -> _builtins.str:
|
79
78
|
"""
|
80
79
|
The origin ID of the Service Principal..
|
81
80
|
"""
|
@@ -95,7 +94,7 @@ class AwaitableGetServicePrincipalResult(GetServicePrincipalResult):
|
|
95
94
|
origin_id=self.origin_id)
|
96
95
|
|
97
96
|
|
98
|
-
def get_service_principal(display_name: Optional[
|
97
|
+
def get_service_principal(display_name: Optional[_builtins.str] = None,
|
99
98
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetServicePrincipalResult:
|
100
99
|
"""
|
101
100
|
Use this data source to access information about an existing Service Principal.
|
@@ -111,7 +110,7 @@ def get_service_principal(display_name: Optional[builtins.str] = None,
|
|
111
110
|
```
|
112
111
|
|
113
112
|
|
114
|
-
:param
|
113
|
+
:param _builtins.str display_name: The Display Name of the Service Principal. Changing this forces a new Service Principal to be created.
|
115
114
|
"""
|
116
115
|
__args__ = dict()
|
117
116
|
__args__['displayName'] = display_name
|
@@ -124,7 +123,7 @@ def get_service_principal(display_name: Optional[builtins.str] = None,
|
|
124
123
|
id=pulumi.get(__ret__, 'id'),
|
125
124
|
origin=pulumi.get(__ret__, 'origin'),
|
126
125
|
origin_id=pulumi.get(__ret__, 'origin_id'))
|
127
|
-
def get_service_principal_output(display_name: Optional[pulumi.Input[
|
126
|
+
def get_service_principal_output(display_name: Optional[pulumi.Input[_builtins.str]] = None,
|
128
127
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetServicePrincipalResult]:
|
129
128
|
"""
|
130
129
|
Use this data source to access information about an existing Service Principal.
|
@@ -140,7 +139,7 @@ def get_service_principal_output(display_name: Optional[pulumi.Input[builtins.st
|
|
140
139
|
```
|
141
140
|
|
142
141
|
|
143
|
-
:param
|
142
|
+
:param _builtins.str display_name: The Display Name of the Service Principal. Changing this forces a new Service Principal to be created.
|
144
143
|
"""
|
145
144
|
__args__ = dict()
|
146
145
|
__args__['displayName'] = display_name
|