pulumi-azuredevops 3.9.0a1743571433__py3-none-any.whl → 3.9.0a1744262628__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.
Files changed (152) hide show
  1. pulumi_azuredevops/__init__.py +1 -0
  2. pulumi_azuredevops/_inputs.py +993 -992
  3. pulumi_azuredevops/area_permissions.py +71 -70
  4. pulumi_azuredevops/branch_policy_auto_reviewers.py +43 -42
  5. pulumi_azuredevops/branch_policy_build_validation.py +43 -42
  6. pulumi_azuredevops/branch_policy_comment_resolution.py +43 -42
  7. pulumi_azuredevops/branch_policy_merge_types.py +43 -42
  8. pulumi_azuredevops/branch_policy_min_reviewers.py +43 -42
  9. pulumi_azuredevops/branch_policy_status_check.py +43 -42
  10. pulumi_azuredevops/branch_policy_work_item_linking.py +43 -42
  11. pulumi_azuredevops/build_definition.py +120 -119
  12. pulumi_azuredevops/build_definition_permissions.py +71 -70
  13. pulumi_azuredevops/build_folder.py +43 -42
  14. pulumi_azuredevops/build_folder_permissions.py +71 -70
  15. pulumi_azuredevops/check_approval.py +120 -119
  16. pulumi_azuredevops/check_branch_control.py +120 -119
  17. pulumi_azuredevops/check_business_hours.py +218 -217
  18. pulumi_azuredevops/check_exclusive_lock.py +64 -63
  19. pulumi_azuredevops/check_required_template.py +50 -49
  20. pulumi_azuredevops/check_rest_api.py +218 -217
  21. pulumi_azuredevops/config/__init__.py +1 -0
  22. pulumi_azuredevops/config/__init__.pyi +1 -0
  23. pulumi_azuredevops/config/vars.py +1 -0
  24. pulumi_azuredevops/dashboard.py +78 -77
  25. pulumi_azuredevops/elastic_pool.py +169 -168
  26. pulumi_azuredevops/environment.py +43 -42
  27. pulumi_azuredevops/environment_resource_kubernetes.py +99 -98
  28. pulumi_azuredevops/feed.py +29 -28
  29. pulumi_azuredevops/feed_permission.py +78 -77
  30. pulumi_azuredevops/feed_retention_policy.py +57 -56
  31. pulumi_azuredevops/get_agent_queue.py +13 -12
  32. pulumi_azuredevops/get_area.py +19 -18
  33. pulumi_azuredevops/get_build_definition.py +23 -22
  34. pulumi_azuredevops/get_client_config.py +7 -6
  35. pulumi_azuredevops/get_descriptor.py +8 -7
  36. pulumi_azuredevops/get_environment.py +18 -17
  37. pulumi_azuredevops/get_feed.py +17 -16
  38. pulumi_azuredevops/get_git_repository.py +20 -19
  39. pulumi_azuredevops/get_group.py +16 -15
  40. pulumi_azuredevops/get_group_membership.py +8 -7
  41. pulumi_azuredevops/get_groups.py +7 -6
  42. pulumi_azuredevops/get_identity_group.py +14 -13
  43. pulumi_azuredevops/get_identity_groups.py +7 -6
  44. pulumi_azuredevops/get_identity_users.py +14 -13
  45. pulumi_azuredevops/get_iteration.py +19 -18
  46. pulumi_azuredevops/get_pool.py +10 -9
  47. pulumi_azuredevops/get_pools.py +2 -1
  48. pulumi_azuredevops/get_project.py +18 -17
  49. pulumi_azuredevops/get_projects.py +12 -11
  50. pulumi_azuredevops/get_repositories.py +17 -16
  51. pulumi_azuredevops/get_securityrole_definitions.py +7 -6
  52. pulumi_azuredevops/get_service_endpoint_azure_rm.py +31 -30
  53. pulumi_azuredevops/get_service_endpoint_github.py +19 -18
  54. pulumi_azuredevops/get_service_principal.py +10 -9
  55. pulumi_azuredevops/get_serviceendpoint_azurecr.py +29 -28
  56. pulumi_azuredevops/get_serviceendpoint_bitbucket.py +19 -18
  57. pulumi_azuredevops/get_serviceendpoint_npm.py +20 -19
  58. pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +19 -18
  59. pulumi_azuredevops/get_storage_key.py +8 -7
  60. pulumi_azuredevops/get_team.py +21 -20
  61. pulumi_azuredevops/get_teams.py +12 -11
  62. pulumi_azuredevops/get_user.py +14 -13
  63. pulumi_azuredevops/get_users.py +84 -21
  64. pulumi_azuredevops/get_variable_group.py +14 -13
  65. pulumi_azuredevops/git.py +113 -112
  66. pulumi_azuredevops/git_permissions.py +85 -84
  67. pulumi_azuredevops/git_repository_branch.py +78 -77
  68. pulumi_azuredevops/git_repository_file.py +85 -84
  69. pulumi_azuredevops/group.py +134 -133
  70. pulumi_azuredevops/group_entitlement.py +85 -84
  71. pulumi_azuredevops/group_membership.py +43 -42
  72. pulumi_azuredevops/iterative_permissions.py +71 -70
  73. pulumi_azuredevops/library_permissions.py +57 -56
  74. pulumi_azuredevops/outputs.py +999 -982
  75. pulumi_azuredevops/pipeline_authorization.py +71 -70
  76. pulumi_azuredevops/pool.py +57 -56
  77. pulumi_azuredevops/project.py +92 -91
  78. pulumi_azuredevops/project_features.py +25 -24
  79. pulumi_azuredevops/project_permissions.py +57 -56
  80. pulumi_azuredevops/project_pipeline_settings.py +99 -98
  81. pulumi_azuredevops/project_tags.py +29 -28
  82. pulumi_azuredevops/provider.py +157 -156
  83. pulumi_azuredevops/pulumi-plugin.json +1 -1
  84. pulumi_azuredevops/queue.py +43 -42
  85. pulumi_azuredevops/repository_policy_author_email_pattern.py +71 -70
  86. pulumi_azuredevops/repository_policy_case_enforcement.py +71 -70
  87. pulumi_azuredevops/repository_policy_check_credentials.py +57 -56
  88. pulumi_azuredevops/repository_policy_file_path_pattern.py +71 -70
  89. pulumi_azuredevops/repository_policy_max_file_size.py +71 -70
  90. pulumi_azuredevops/repository_policy_max_path_length.py +71 -70
  91. pulumi_azuredevops/repository_policy_reserved_names.py +57 -56
  92. pulumi_azuredevops/resource_authorization.py +71 -70
  93. pulumi_azuredevops/securityrole_assignment.py +57 -56
  94. pulumi_azuredevops/service_endpoint_artifactory.py +62 -61
  95. pulumi_azuredevops/service_endpoint_aws.py +144 -143
  96. pulumi_azuredevops/service_endpoint_azure_dev_ops.py +86 -85
  97. pulumi_azuredevops/service_endpoint_azure_ecr.py +169 -168
  98. pulumi_azuredevops/service_endpoint_azure_rm.py +195 -194
  99. pulumi_azuredevops/service_endpoint_bit_bucket.py +72 -71
  100. pulumi_azuredevops/service_endpoint_docker_registry.py +114 -113
  101. pulumi_azuredevops/service_endpoint_generic.py +86 -85
  102. pulumi_azuredevops/service_endpoint_generic_git.py +100 -99
  103. pulumi_azuredevops/service_endpoint_git_hub.py +44 -43
  104. pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +58 -57
  105. pulumi_azuredevops/service_endpoint_git_lab.py +86 -85
  106. pulumi_azuredevops/service_endpoint_kubernetes.py +72 -71
  107. pulumi_azuredevops/service_endpoint_npm.py +76 -75
  108. pulumi_azuredevops/service_endpoint_pipeline.py +58 -57
  109. pulumi_azuredevops/service_endpoint_service_fabric.py +58 -57
  110. pulumi_azuredevops/service_endpoint_sonar_cloud.py +62 -61
  111. pulumi_azuredevops/service_endpoint_sonar_qube.py +76 -75
  112. pulumi_azuredevops/service_endpoint_ssh.py +114 -113
  113. pulumi_azuredevops/service_principal_entitlement.py +71 -70
  114. pulumi_azuredevops/serviceendpoint_argocd.py +62 -61
  115. pulumi_azuredevops/serviceendpoint_azure_service_bus.py +72 -71
  116. pulumi_azuredevops/serviceendpoint_checkmarx_one.py +114 -113
  117. pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +114 -113
  118. pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +142 -141
  119. pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +114 -113
  120. pulumi_azuredevops/serviceendpoint_externaltfs.py +58 -57
  121. pulumi_azuredevops/serviceendpoint_gcp_terraform.py +116 -115
  122. pulumi_azuredevops/serviceendpoint_incomingwebhook.py +86 -85
  123. pulumi_azuredevops/serviceendpoint_jenkins.py +100 -99
  124. pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +62 -61
  125. pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +62 -61
  126. pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +62 -61
  127. pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +62 -61
  128. pulumi_azuredevops/serviceendpoint_maven.py +72 -71
  129. pulumi_azuredevops/serviceendpoint_nexus.py +86 -85
  130. pulumi_azuredevops/serviceendpoint_nuget.py +114 -113
  131. pulumi_azuredevops/serviceendpoint_octopusdeploy.py +86 -85
  132. pulumi_azuredevops/serviceendpoint_permissions.py +71 -70
  133. pulumi_azuredevops/serviceendpoint_snyk.py +72 -71
  134. pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +58 -57
  135. pulumi_azuredevops/servicehook_permissions.py +57 -56
  136. pulumi_azuredevops/servicehook_storage_queue_pipelines.py +85 -84
  137. pulumi_azuredevops/tagging_permissions.py +57 -56
  138. pulumi_azuredevops/team.py +78 -77
  139. pulumi_azuredevops/team_administrators.py +57 -56
  140. pulumi_azuredevops/team_members.py +57 -56
  141. pulumi_azuredevops/user.py +78 -77
  142. pulumi_azuredevops/variable_group.py +57 -56
  143. pulumi_azuredevops/variable_group_permissions.py +71 -70
  144. pulumi_azuredevops/wiki.py +99 -98
  145. pulumi_azuredevops/wiki_page.py +67 -66
  146. pulumi_azuredevops/work_item_query_permissions.py +71 -70
  147. pulumi_azuredevops/workitem.py +113 -112
  148. {pulumi_azuredevops-3.9.0a1743571433.dist-info → pulumi_azuredevops-3.9.0a1744262628.dist-info}/METADATA +1 -1
  149. pulumi_azuredevops-3.9.0a1744262628.dist-info/RECORD +153 -0
  150. pulumi_azuredevops-3.9.0a1743571433.dist-info/RECORD +0 -153
  151. {pulumi_azuredevops-3.9.0a1743571433.dist-info → pulumi_azuredevops-3.9.0a1744262628.dist-info}/WHEEL +0 -0
  152. {pulumi_azuredevops-3.9.0a1743571433.dist-info → pulumi_azuredevops-3.9.0a1744262628.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
@@ -145,21 +146,21 @@ class BranchPolicyAutoReviewersSettings(dict):
145
146
  return super().get(key, default)
146
147
 
147
148
  def __init__(__self__, *,
148
- auto_reviewer_ids: Sequence[str],
149
+ auto_reviewer_ids: Sequence[builtins.str],
149
150
  scopes: Sequence['outputs.BranchPolicyAutoReviewersSettingsScope'],
150
- message: Optional[str] = None,
151
- minimum_number_of_reviewers: Optional[int] = None,
152
- path_filters: Optional[Sequence[str]] = None,
153
- submitter_can_vote: Optional[bool] = None):
151
+ message: Optional[builtins.str] = None,
152
+ minimum_number_of_reviewers: Optional[builtins.int] = None,
153
+ path_filters: Optional[Sequence[builtins.str]] = None,
154
+ submitter_can_vote: Optional[builtins.bool] = None):
154
155
  """
155
- :param Sequence[str] auto_reviewer_ids: Required reviewers ids. Supports multiples user Ids.
156
+ :param Sequence[builtins.str] auto_reviewer_ids: Required reviewers ids. Supports multiples user Ids.
156
157
  :param Sequence['BranchPolicyAutoReviewersSettingsScopeArgs'] scopes: A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
157
- :param str message: Activity feed message, Message will appear in the activity feed of pull requests with automatically added reviewers.
158
- :param int minimum_number_of_reviewers: Minimum number of required reviewers. Defaults to `1`.
158
+ :param builtins.str message: Activity feed message, Message will appear in the activity feed of pull requests with automatically added reviewers.
159
+ :param builtins.int minimum_number_of_reviewers: Minimum number of required reviewers. Defaults to `1`.
159
160
 
160
161
  > **Note** Has to be greater than `0`. Can only be greater than `1` when attribute `auto_reviewer_ids` contains exactly one group! Only has an effect when attribute `blocking` is set to `true`.
161
- :param Sequence[str] path_filters: Filter path(s) on which the policy is applied. Supports absolute paths, wildcards and multiple paths. Example: /WebApp/Models/Data.cs, /WebApp/* or *.cs,/WebApp/Models/Data.cs;ClientApp/Models/Data.cs.
162
- :param bool submitter_can_vote: Controls whether or not the submitter's vote counts. Defaults to `false`.
162
+ :param Sequence[builtins.str] path_filters: Filter path(s) on which the policy is applied. Supports absolute paths, wildcards and multiple paths. Example: /WebApp/Models/Data.cs, /WebApp/* or *.cs,/WebApp/Models/Data.cs;ClientApp/Models/Data.cs.
163
+ :param builtins.bool submitter_can_vote: Controls whether or not the submitter's vote counts. Defaults to `false`.
163
164
  """
164
165
  pulumi.set(__self__, "auto_reviewer_ids", auto_reviewer_ids)
165
166
  pulumi.set(__self__, "scopes", scopes)
@@ -174,7 +175,7 @@ class BranchPolicyAutoReviewersSettings(dict):
174
175
 
175
176
  @property
176
177
  @pulumi.getter(name="autoReviewerIds")
177
- def auto_reviewer_ids(self) -> Sequence[str]:
178
+ def auto_reviewer_ids(self) -> Sequence[builtins.str]:
178
179
  """
179
180
  Required reviewers ids. Supports multiples user Ids.
180
181
  """
@@ -190,7 +191,7 @@ class BranchPolicyAutoReviewersSettings(dict):
190
191
 
191
192
  @property
192
193
  @pulumi.getter
193
- def message(self) -> Optional[str]:
194
+ def message(self) -> Optional[builtins.str]:
194
195
  """
195
196
  Activity feed message, Message will appear in the activity feed of pull requests with automatically added reviewers.
196
197
  """
@@ -198,7 +199,7 @@ class BranchPolicyAutoReviewersSettings(dict):
198
199
 
199
200
  @property
200
201
  @pulumi.getter(name="minimumNumberOfReviewers")
201
- def minimum_number_of_reviewers(self) -> Optional[int]:
202
+ def minimum_number_of_reviewers(self) -> Optional[builtins.int]:
202
203
  """
203
204
  Minimum number of required reviewers. Defaults to `1`.
204
205
 
@@ -208,7 +209,7 @@ class BranchPolicyAutoReviewersSettings(dict):
208
209
 
209
210
  @property
210
211
  @pulumi.getter(name="pathFilters")
211
- def path_filters(self) -> Optional[Sequence[str]]:
212
+ def path_filters(self) -> Optional[Sequence[builtins.str]]:
212
213
  """
213
214
  Filter path(s) on which the policy is applied. Supports absolute paths, wildcards and multiple paths. Example: /WebApp/Models/Data.cs, /WebApp/* or *.cs,/WebApp/Models/Data.cs;ClientApp/Models/Data.cs.
214
215
  """
@@ -216,7 +217,7 @@ class BranchPolicyAutoReviewersSettings(dict):
216
217
 
217
218
  @property
218
219
  @pulumi.getter(name="submitterCanVote")
219
- def submitter_can_vote(self) -> Optional[bool]:
220
+ def submitter_can_vote(self) -> Optional[builtins.bool]:
220
221
  """
221
222
  Controls whether or not the submitter's vote counts. Defaults to `false`.
222
223
  """
@@ -247,13 +248,13 @@ class BranchPolicyAutoReviewersSettingsScope(dict):
247
248
  return super().get(key, default)
248
249
 
249
250
  def __init__(__self__, *,
250
- match_type: Optional[str] = None,
251
- repository_id: Optional[str] = None,
252
- repository_ref: Optional[str] = None):
251
+ match_type: Optional[builtins.str] = None,
252
+ repository_id: Optional[builtins.str] = None,
253
+ repository_ref: Optional[builtins.str] = None):
253
254
  """
254
- :param str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
255
- :param str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
256
- :param str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
255
+ :param builtins.str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
256
+ :param builtins.str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
257
+ :param builtins.str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
257
258
  """
258
259
  if match_type is not None:
259
260
  pulumi.set(__self__, "match_type", match_type)
@@ -264,7 +265,7 @@ class BranchPolicyAutoReviewersSettingsScope(dict):
264
265
 
265
266
  @property
266
267
  @pulumi.getter(name="matchType")
267
- def match_type(self) -> Optional[str]:
268
+ def match_type(self) -> Optional[builtins.str]:
268
269
  """
269
270
  The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
270
271
  """
@@ -272,7 +273,7 @@ class BranchPolicyAutoReviewersSettingsScope(dict):
272
273
 
273
274
  @property
274
275
  @pulumi.getter(name="repositoryId")
275
- def repository_id(self) -> Optional[str]:
276
+ def repository_id(self) -> Optional[builtins.str]:
276
277
  """
277
278
  The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
278
279
  """
@@ -280,7 +281,7 @@ class BranchPolicyAutoReviewersSettingsScope(dict):
280
281
 
281
282
  @property
282
283
  @pulumi.getter(name="repositoryRef")
283
- def repository_ref(self) -> Optional[str]:
284
+ def repository_ref(self) -> Optional[builtins.str]:
284
285
  """
285
286
  The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
286
287
  """
@@ -317,21 +318,21 @@ class BranchPolicyBuildValidationSettings(dict):
317
318
  return super().get(key, default)
318
319
 
319
320
  def __init__(__self__, *,
320
- build_definition_id: int,
321
- display_name: str,
321
+ build_definition_id: builtins.int,
322
+ display_name: builtins.str,
322
323
  scopes: Sequence['outputs.BranchPolicyBuildValidationSettingsScope'],
323
- filename_patterns: Optional[Sequence[str]] = None,
324
- manual_queue_only: Optional[bool] = None,
325
- queue_on_source_update_only: Optional[bool] = None,
326
- valid_duration: Optional[int] = None):
324
+ filename_patterns: Optional[Sequence[builtins.str]] = None,
325
+ manual_queue_only: Optional[builtins.bool] = None,
326
+ queue_on_source_update_only: Optional[builtins.bool] = None,
327
+ valid_duration: Optional[builtins.int] = None):
327
328
  """
328
- :param int build_definition_id: The ID of the build to monitor for the policy.
329
- :param str display_name: The display name for the policy.
329
+ :param builtins.int build_definition_id: The ID of the build to monitor for the policy.
330
+ :param builtins.str display_name: The display name for the policy.
330
331
  :param Sequence['BranchPolicyBuildValidationSettingsScopeArgs'] scopes: A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
331
- :param Sequence[str] filename_patterns: If a path filter is set, the policy will only apply when files which match the filter are changes. Not setting this field means that the policy will always apply. You can specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
332
- :param bool manual_queue_only: If set to true, the build will need to be manually queued. Defaults to `false`
333
- :param bool queue_on_source_update_only: True if the build should queue on source updates only. Defaults to `true`.
334
- :param int valid_duration: The number of minutes for which the build is valid. If `0`, the build will not expire. Defaults to `720` (12 hours).
332
+ :param Sequence[builtins.str] filename_patterns: If a path filter is set, the policy will only apply when files which match the filter are changes. Not setting this field means that the policy will always apply. You can specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
333
+ :param builtins.bool manual_queue_only: If set to true, the build will need to be manually queued. Defaults to `false`
334
+ :param builtins.bool queue_on_source_update_only: True if the build should queue on source updates only. Defaults to `true`.
335
+ :param builtins.int valid_duration: The number of minutes for which the build is valid. If `0`, the build will not expire. Defaults to `720` (12 hours).
335
336
 
336
337
  > **Note** Combine `valid_duration` and `queue_on_source_update_only` to set the build expiration.
337
338
  1. Expire immediately when branch is updated: `valid_duration=0` and `queue_on_source_update_only=false`
@@ -352,7 +353,7 @@ class BranchPolicyBuildValidationSettings(dict):
352
353
 
353
354
  @property
354
355
  @pulumi.getter(name="buildDefinitionId")
355
- def build_definition_id(self) -> int:
356
+ def build_definition_id(self) -> builtins.int:
356
357
  """
357
358
  The ID of the build to monitor for the policy.
358
359
  """
@@ -360,7 +361,7 @@ class BranchPolicyBuildValidationSettings(dict):
360
361
 
361
362
  @property
362
363
  @pulumi.getter(name="displayName")
363
- def display_name(self) -> str:
364
+ def display_name(self) -> builtins.str:
364
365
  """
365
366
  The display name for the policy.
366
367
  """
@@ -376,7 +377,7 @@ class BranchPolicyBuildValidationSettings(dict):
376
377
 
377
378
  @property
378
379
  @pulumi.getter(name="filenamePatterns")
379
- def filename_patterns(self) -> Optional[Sequence[str]]:
380
+ def filename_patterns(self) -> Optional[Sequence[builtins.str]]:
380
381
  """
381
382
  If a path filter is set, the policy will only apply when files which match the filter are changes. Not setting this field means that the policy will always apply. You can specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
382
383
  """
@@ -384,7 +385,7 @@ class BranchPolicyBuildValidationSettings(dict):
384
385
 
385
386
  @property
386
387
  @pulumi.getter(name="manualQueueOnly")
387
- def manual_queue_only(self) -> Optional[bool]:
388
+ def manual_queue_only(self) -> Optional[builtins.bool]:
388
389
  """
389
390
  If set to true, the build will need to be manually queued. Defaults to `false`
390
391
  """
@@ -392,7 +393,7 @@ class BranchPolicyBuildValidationSettings(dict):
392
393
 
393
394
  @property
394
395
  @pulumi.getter(name="queueOnSourceUpdateOnly")
395
- def queue_on_source_update_only(self) -> Optional[bool]:
396
+ def queue_on_source_update_only(self) -> Optional[builtins.bool]:
396
397
  """
397
398
  True if the build should queue on source updates only. Defaults to `true`.
398
399
  """
@@ -400,7 +401,7 @@ class BranchPolicyBuildValidationSettings(dict):
400
401
 
401
402
  @property
402
403
  @pulumi.getter(name="validDuration")
403
- def valid_duration(self) -> Optional[int]:
404
+ def valid_duration(self) -> Optional[builtins.int]:
404
405
  """
405
406
  The number of minutes for which the build is valid. If `0`, the build will not expire. Defaults to `720` (12 hours).
406
407
 
@@ -436,13 +437,13 @@ class BranchPolicyBuildValidationSettingsScope(dict):
436
437
  return super().get(key, default)
437
438
 
438
439
  def __init__(__self__, *,
439
- match_type: Optional[str] = None,
440
- repository_id: Optional[str] = None,
441
- repository_ref: Optional[str] = None):
440
+ match_type: Optional[builtins.str] = None,
441
+ repository_id: Optional[builtins.str] = None,
442
+ repository_ref: Optional[builtins.str] = None):
442
443
  """
443
- :param str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
444
- :param str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
445
- :param str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
444
+ :param builtins.str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
445
+ :param builtins.str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
446
+ :param builtins.str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
446
447
  """
447
448
  if match_type is not None:
448
449
  pulumi.set(__self__, "match_type", match_type)
@@ -453,7 +454,7 @@ class BranchPolicyBuildValidationSettingsScope(dict):
453
454
 
454
455
  @property
455
456
  @pulumi.getter(name="matchType")
456
- def match_type(self) -> Optional[str]:
457
+ def match_type(self) -> Optional[builtins.str]:
457
458
  """
458
459
  The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
459
460
  """
@@ -461,7 +462,7 @@ class BranchPolicyBuildValidationSettingsScope(dict):
461
462
 
462
463
  @property
463
464
  @pulumi.getter(name="repositoryId")
464
- def repository_id(self) -> Optional[str]:
465
+ def repository_id(self) -> Optional[builtins.str]:
465
466
  """
466
467
  The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
467
468
  """
@@ -469,7 +470,7 @@ class BranchPolicyBuildValidationSettingsScope(dict):
469
470
 
470
471
  @property
471
472
  @pulumi.getter(name="repositoryRef")
472
- def repository_ref(self) -> Optional[str]:
473
+ def repository_ref(self) -> Optional[builtins.str]:
473
474
  """
474
475
  The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
475
476
  """
@@ -518,13 +519,13 @@ class BranchPolicyCommentResolutionSettingsScope(dict):
518
519
  return super().get(key, default)
519
520
 
520
521
  def __init__(__self__, *,
521
- match_type: Optional[str] = None,
522
- repository_id: Optional[str] = None,
523
- repository_ref: Optional[str] = None):
522
+ match_type: Optional[builtins.str] = None,
523
+ repository_id: Optional[builtins.str] = None,
524
+ repository_ref: Optional[builtins.str] = None):
524
525
  """
525
- :param str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
526
- :param str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
527
- :param str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
526
+ :param builtins.str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
527
+ :param builtins.str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
528
+ :param builtins.str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
528
529
  """
529
530
  if match_type is not None:
530
531
  pulumi.set(__self__, "match_type", match_type)
@@ -535,7 +536,7 @@ class BranchPolicyCommentResolutionSettingsScope(dict):
535
536
 
536
537
  @property
537
538
  @pulumi.getter(name="matchType")
538
- def match_type(self) -> Optional[str]:
539
+ def match_type(self) -> Optional[builtins.str]:
539
540
  """
540
541
  The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
541
542
  """
@@ -543,7 +544,7 @@ class BranchPolicyCommentResolutionSettingsScope(dict):
543
544
 
544
545
  @property
545
546
  @pulumi.getter(name="repositoryId")
546
- def repository_id(self) -> Optional[str]:
547
+ def repository_id(self) -> Optional[builtins.str]:
547
548
  """
548
549
  The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
549
550
  """
@@ -551,7 +552,7 @@ class BranchPolicyCommentResolutionSettingsScope(dict):
551
552
 
552
553
  @property
553
554
  @pulumi.getter(name="repositoryRef")
554
- def repository_ref(self) -> Optional[str]:
555
+ def repository_ref(self) -> Optional[builtins.str]:
555
556
  """
556
557
  The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
557
558
  """
@@ -585,16 +586,16 @@ class BranchPolicyMergeTypesSettings(dict):
585
586
 
586
587
  def __init__(__self__, *,
587
588
  scopes: Sequence['outputs.BranchPolicyMergeTypesSettingsScope'],
588
- allow_basic_no_fast_forward: Optional[bool] = None,
589
- allow_rebase_and_fast_forward: Optional[bool] = None,
590
- allow_rebase_with_merge: Optional[bool] = None,
591
- allow_squash: Optional[bool] = None):
589
+ allow_basic_no_fast_forward: Optional[builtins.bool] = None,
590
+ allow_rebase_and_fast_forward: Optional[builtins.bool] = None,
591
+ allow_rebase_with_merge: Optional[builtins.bool] = None,
592
+ allow_squash: Optional[builtins.bool] = None):
592
593
  """
593
594
  :param Sequence['BranchPolicyMergeTypesSettingsScopeArgs'] scopes: A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
594
- :param bool allow_basic_no_fast_forward: Allow basic merge with no fast forward. Defaults to `false`.
595
- :param bool allow_rebase_and_fast_forward: Allow rebase with fast forward. Defaults to `false`.
596
- :param bool allow_rebase_with_merge: Allow rebase with merge commit. Defaults to `false`.
597
- :param bool allow_squash: Allow squash merge. Defaults to `false`
595
+ :param builtins.bool allow_basic_no_fast_forward: Allow basic merge with no fast forward. Defaults to `false`.
596
+ :param builtins.bool allow_rebase_and_fast_forward: Allow rebase with fast forward. Defaults to `false`.
597
+ :param builtins.bool allow_rebase_with_merge: Allow rebase with merge commit. Defaults to `false`.
598
+ :param builtins.bool allow_squash: Allow squash merge. Defaults to `false`
598
599
  """
599
600
  pulumi.set(__self__, "scopes", scopes)
600
601
  if allow_basic_no_fast_forward is not None:
@@ -616,7 +617,7 @@ class BranchPolicyMergeTypesSettings(dict):
616
617
 
617
618
  @property
618
619
  @pulumi.getter(name="allowBasicNoFastForward")
619
- def allow_basic_no_fast_forward(self) -> Optional[bool]:
620
+ def allow_basic_no_fast_forward(self) -> Optional[builtins.bool]:
620
621
  """
621
622
  Allow basic merge with no fast forward. Defaults to `false`.
622
623
  """
@@ -624,7 +625,7 @@ class BranchPolicyMergeTypesSettings(dict):
624
625
 
625
626
  @property
626
627
  @pulumi.getter(name="allowRebaseAndFastForward")
627
- def allow_rebase_and_fast_forward(self) -> Optional[bool]:
628
+ def allow_rebase_and_fast_forward(self) -> Optional[builtins.bool]:
628
629
  """
629
630
  Allow rebase with fast forward. Defaults to `false`.
630
631
  """
@@ -632,7 +633,7 @@ class BranchPolicyMergeTypesSettings(dict):
632
633
 
633
634
  @property
634
635
  @pulumi.getter(name="allowRebaseWithMerge")
635
- def allow_rebase_with_merge(self) -> Optional[bool]:
636
+ def allow_rebase_with_merge(self) -> Optional[builtins.bool]:
636
637
  """
637
638
  Allow rebase with merge commit. Defaults to `false`.
638
639
  """
@@ -640,7 +641,7 @@ class BranchPolicyMergeTypesSettings(dict):
640
641
 
641
642
  @property
642
643
  @pulumi.getter(name="allowSquash")
643
- def allow_squash(self) -> Optional[bool]:
644
+ def allow_squash(self) -> Optional[builtins.bool]:
644
645
  """
645
646
  Allow squash merge. Defaults to `false`
646
647
  """
@@ -671,13 +672,13 @@ class BranchPolicyMergeTypesSettingsScope(dict):
671
672
  return super().get(key, default)
672
673
 
673
674
  def __init__(__self__, *,
674
- match_type: Optional[str] = None,
675
- repository_id: Optional[str] = None,
676
- repository_ref: Optional[str] = None):
675
+ match_type: Optional[builtins.str] = None,
676
+ repository_id: Optional[builtins.str] = None,
677
+ repository_ref: Optional[builtins.str] = None):
677
678
  """
678
- :param str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
679
- :param str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
680
- :param str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
679
+ :param builtins.str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
680
+ :param builtins.str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
681
+ :param builtins.str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
681
682
  """
682
683
  if match_type is not None:
683
684
  pulumi.set(__self__, "match_type", match_type)
@@ -688,7 +689,7 @@ class BranchPolicyMergeTypesSettingsScope(dict):
688
689
 
689
690
  @property
690
691
  @pulumi.getter(name="matchType")
691
- def match_type(self) -> Optional[str]:
692
+ def match_type(self) -> Optional[builtins.str]:
692
693
  """
693
694
  The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
694
695
  """
@@ -696,7 +697,7 @@ class BranchPolicyMergeTypesSettingsScope(dict):
696
697
 
697
698
  @property
698
699
  @pulumi.getter(name="repositoryId")
699
- def repository_id(self) -> Optional[str]:
700
+ def repository_id(self) -> Optional[builtins.str]:
700
701
  """
701
702
  The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
702
703
  """
@@ -704,7 +705,7 @@ class BranchPolicyMergeTypesSettingsScope(dict):
704
705
 
705
706
  @property
706
707
  @pulumi.getter(name="repositoryRef")
707
- def repository_ref(self) -> Optional[str]:
708
+ def repository_ref(self) -> Optional[builtins.str]:
708
709
  """
709
710
  The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
710
711
  """
@@ -744,24 +745,24 @@ class BranchPolicyMinReviewersSettings(dict):
744
745
 
745
746
  def __init__(__self__, *,
746
747
  scopes: Sequence['outputs.BranchPolicyMinReviewersSettingsScope'],
747
- allow_completion_with_rejects_or_waits: Optional[bool] = None,
748
- last_pusher_cannot_approve: Optional[bool] = None,
749
- on_last_iteration_require_vote: Optional[bool] = None,
750
- on_push_reset_all_votes: Optional[bool] = None,
751
- on_push_reset_approved_votes: Optional[bool] = None,
752
- reviewer_count: Optional[int] = None,
753
- submitter_can_vote: Optional[bool] = None):
748
+ allow_completion_with_rejects_or_waits: Optional[builtins.bool] = None,
749
+ last_pusher_cannot_approve: Optional[builtins.bool] = None,
750
+ on_last_iteration_require_vote: Optional[builtins.bool] = None,
751
+ on_push_reset_all_votes: Optional[builtins.bool] = None,
752
+ on_push_reset_approved_votes: Optional[builtins.bool] = None,
753
+ reviewer_count: Optional[builtins.int] = None,
754
+ submitter_can_vote: Optional[builtins.bool] = None):
754
755
  """
755
756
  :param Sequence['BranchPolicyMinReviewersSettingsScopeArgs'] scopes: A `scope` block as defined below. Controls which repositories and branches the policy will be enabled for. This block must be defined at least once.
756
- :param bool allow_completion_with_rejects_or_waits: Allow completion even if some reviewers vote to wait or reject. Defaults to `false`.
757
- :param bool last_pusher_cannot_approve: Prohibit the most recent pusher from approving their own changes. Defaults to `false`.
758
- :param bool on_last_iteration_require_vote: On last iteration require vote. Defaults to `false`.
759
- :param bool on_push_reset_all_votes: When new changes are pushed reset all code reviewer votes. Defaults to `false`.
757
+ :param builtins.bool allow_completion_with_rejects_or_waits: Allow completion even if some reviewers vote to wait or reject. Defaults to `false`.
758
+ :param builtins.bool last_pusher_cannot_approve: Prohibit the most recent pusher from approving their own changes. Defaults to `false`.
759
+ :param builtins.bool on_last_iteration_require_vote: On last iteration require vote. Defaults to `false`.
760
+ :param builtins.bool on_push_reset_all_votes: When new changes are pushed reset all code reviewer votes. Defaults to `false`.
760
761
 
761
762
  > **Note:** If `on_push_reset_all_votes` is `true` then `on_push_reset_approved_votes` will be set to `true`. To enable `on_push_reset_approved_votes`, you need explicitly set `on_push_reset_all_votes` `false` or not configure.
762
- :param bool on_push_reset_approved_votes: When new changes are pushed reset all approval votes (does not reset votes to reject or wait). Defaults to `false`.
763
- :param int reviewer_count: The number of reviewers needed to approve.
764
- :param bool submitter_can_vote: Allow requesters to approve their own changes. Defaults to `false`.
763
+ :param builtins.bool on_push_reset_approved_votes: When new changes are pushed reset all approval votes (does not reset votes to reject or wait). Defaults to `false`.
764
+ :param builtins.int reviewer_count: The number of reviewers needed to approve.
765
+ :param builtins.bool submitter_can_vote: Allow requesters to approve their own changes. Defaults to `false`.
765
766
  """
766
767
  pulumi.set(__self__, "scopes", scopes)
767
768
  if allow_completion_with_rejects_or_waits is not None:
@@ -789,7 +790,7 @@ class BranchPolicyMinReviewersSettings(dict):
789
790
 
790
791
  @property
791
792
  @pulumi.getter(name="allowCompletionWithRejectsOrWaits")
792
- def allow_completion_with_rejects_or_waits(self) -> Optional[bool]:
793
+ def allow_completion_with_rejects_or_waits(self) -> Optional[builtins.bool]:
793
794
  """
794
795
  Allow completion even if some reviewers vote to wait or reject. Defaults to `false`.
795
796
  """
@@ -797,7 +798,7 @@ class BranchPolicyMinReviewersSettings(dict):
797
798
 
798
799
  @property
799
800
  @pulumi.getter(name="lastPusherCannotApprove")
800
- def last_pusher_cannot_approve(self) -> Optional[bool]:
801
+ def last_pusher_cannot_approve(self) -> Optional[builtins.bool]:
801
802
  """
802
803
  Prohibit the most recent pusher from approving their own changes. Defaults to `false`.
803
804
  """
@@ -805,7 +806,7 @@ class BranchPolicyMinReviewersSettings(dict):
805
806
 
806
807
  @property
807
808
  @pulumi.getter(name="onLastIterationRequireVote")
808
- def on_last_iteration_require_vote(self) -> Optional[bool]:
809
+ def on_last_iteration_require_vote(self) -> Optional[builtins.bool]:
809
810
  """
810
811
  On last iteration require vote. Defaults to `false`.
811
812
  """
@@ -813,7 +814,7 @@ class BranchPolicyMinReviewersSettings(dict):
813
814
 
814
815
  @property
815
816
  @pulumi.getter(name="onPushResetAllVotes")
816
- def on_push_reset_all_votes(self) -> Optional[bool]:
817
+ def on_push_reset_all_votes(self) -> Optional[builtins.bool]:
817
818
  """
818
819
  When new changes are pushed reset all code reviewer votes. Defaults to `false`.
819
820
 
@@ -823,7 +824,7 @@ class BranchPolicyMinReviewersSettings(dict):
823
824
 
824
825
  @property
825
826
  @pulumi.getter(name="onPushResetApprovedVotes")
826
- def on_push_reset_approved_votes(self) -> Optional[bool]:
827
+ def on_push_reset_approved_votes(self) -> Optional[builtins.bool]:
827
828
  """
828
829
  When new changes are pushed reset all approval votes (does not reset votes to reject or wait). Defaults to `false`.
829
830
  """
@@ -831,7 +832,7 @@ class BranchPolicyMinReviewersSettings(dict):
831
832
 
832
833
  @property
833
834
  @pulumi.getter(name="reviewerCount")
834
- def reviewer_count(self) -> Optional[int]:
835
+ def reviewer_count(self) -> Optional[builtins.int]:
835
836
  """
836
837
  The number of reviewers needed to approve.
837
838
  """
@@ -839,7 +840,7 @@ class BranchPolicyMinReviewersSettings(dict):
839
840
 
840
841
  @property
841
842
  @pulumi.getter(name="submitterCanVote")
842
- def submitter_can_vote(self) -> Optional[bool]:
843
+ def submitter_can_vote(self) -> Optional[builtins.bool]:
843
844
  """
844
845
  Allow requesters to approve their own changes. Defaults to `false`.
845
846
  """
@@ -870,13 +871,13 @@ class BranchPolicyMinReviewersSettingsScope(dict):
870
871
  return super().get(key, default)
871
872
 
872
873
  def __init__(__self__, *,
873
- match_type: Optional[str] = None,
874
- repository_id: Optional[str] = None,
875
- repository_ref: Optional[str] = None):
874
+ match_type: Optional[builtins.str] = None,
875
+ repository_id: Optional[builtins.str] = None,
876
+ repository_ref: Optional[builtins.str] = None):
876
877
  """
877
- :param str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
878
- :param str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
879
- :param str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
878
+ :param builtins.str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
879
+ :param builtins.str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
880
+ :param builtins.str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
880
881
  """
881
882
  if match_type is not None:
882
883
  pulumi.set(__self__, "match_type", match_type)
@@ -887,7 +888,7 @@ class BranchPolicyMinReviewersSettingsScope(dict):
887
888
 
888
889
  @property
889
890
  @pulumi.getter(name="matchType")
890
- def match_type(self) -> Optional[str]:
891
+ def match_type(self) -> Optional[builtins.str]:
891
892
  """
892
893
  The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
893
894
  """
@@ -895,7 +896,7 @@ class BranchPolicyMinReviewersSettingsScope(dict):
895
896
 
896
897
  @property
897
898
  @pulumi.getter(name="repositoryId")
898
- def repository_id(self) -> Optional[str]:
899
+ def repository_id(self) -> Optional[builtins.str]:
899
900
  """
900
901
  The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
901
902
  """
@@ -903,7 +904,7 @@ class BranchPolicyMinReviewersSettingsScope(dict):
903
904
 
904
905
  @property
905
906
  @pulumi.getter(name="repositoryRef")
906
- def repository_ref(self) -> Optional[str]:
907
+ def repository_ref(self) -> Optional[builtins.str]:
907
908
  """
908
909
  The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
909
910
  """
@@ -936,28 +937,28 @@ class BranchPolicyStatusCheckSettings(dict):
936
937
  return super().get(key, default)
937
938
 
938
939
  def __init__(__self__, *,
939
- name: str,
940
+ name: builtins.str,
940
941
  scopes: Sequence['outputs.BranchPolicyStatusCheckSettingsScope'],
941
- applicability: Optional[str] = None,
942
- author_id: Optional[str] = None,
943
- display_name: Optional[str] = None,
944
- filename_patterns: Optional[Sequence[str]] = None,
945
- genre: Optional[str] = None,
946
- invalidate_on_update: Optional[bool] = None):
947
- """
948
- :param str name: The status name to check.
942
+ applicability: Optional[builtins.str] = None,
943
+ author_id: Optional[builtins.str] = None,
944
+ display_name: Optional[builtins.str] = None,
945
+ filename_patterns: Optional[Sequence[builtins.str]] = None,
946
+ genre: Optional[builtins.str] = None,
947
+ invalidate_on_update: Optional[builtins.bool] = None):
948
+ """
949
+ :param builtins.str name: The status name to check.
949
950
  :param Sequence['BranchPolicyStatusCheckSettingsScopeArgs'] scopes: A `scope` block as defined below.
950
- :param str applicability: Policy applicability. If policy `applicability=default`, apply unless "Not Applicable"
951
+ :param builtins.str applicability: Policy applicability. If policy `applicability=default`, apply unless "Not Applicable"
951
952
  status is posted to the pull request. If policy `applicability=conditional`, policy is applied only after a status
952
953
  is posted to the pull request. Possible values `default`, `conditional`. Defaults to `default`.
953
- :param str author_id: The authorized user can post the status.
954
- :param str display_name: The display name.
955
- :param Sequence[str] filename_patterns: If a path filter is set, the policy will only apply when files which match the filter are changed. Not setting this field means that the policy is always applied.
954
+ :param builtins.str author_id: The authorized user can post the status.
955
+ :param builtins.str display_name: The display name.
956
+ :param Sequence[builtins.str] filename_patterns: If a path filter is set, the policy will only apply when files which match the filter are changed. Not setting this field means that the policy is always applied.
956
957
 
957
958
  ~>**NOTE** 1. Specify absolute paths and wildcards. Example: `["/WebApp/Models/Data.cs", "/WebApp/*", "*.cs"]`.
958
959
  <br> 2. Paths prefixed with "!" are excluded. Example: `["/WebApp/*", "!/WebApp/Tests/*"]`. Order is significant.
959
- :param str genre: The genre of the status to check (see [Microsoft Documentation](https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-request-status?view=azure-devops#status-policy))
960
- :param bool invalidate_on_update: Reset status whenever there are new changes.
960
+ :param builtins.str genre: The genre of the status to check (see [Microsoft Documentation](https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-request-status?view=azure-devops#status-policy))
961
+ :param builtins.bool invalidate_on_update: Reset status whenever there are new changes.
961
962
  """
962
963
  pulumi.set(__self__, "name", name)
963
964
  pulumi.set(__self__, "scopes", scopes)
@@ -976,7 +977,7 @@ class BranchPolicyStatusCheckSettings(dict):
976
977
 
977
978
  @property
978
979
  @pulumi.getter
979
- def name(self) -> str:
980
+ def name(self) -> builtins.str:
980
981
  """
981
982
  The status name to check.
982
983
  """
@@ -992,7 +993,7 @@ class BranchPolicyStatusCheckSettings(dict):
992
993
 
993
994
  @property
994
995
  @pulumi.getter
995
- def applicability(self) -> Optional[str]:
996
+ def applicability(self) -> Optional[builtins.str]:
996
997
  """
997
998
  Policy applicability. If policy `applicability=default`, apply unless "Not Applicable"
998
999
  status is posted to the pull request. If policy `applicability=conditional`, policy is applied only after a status
@@ -1002,7 +1003,7 @@ class BranchPolicyStatusCheckSettings(dict):
1002
1003
 
1003
1004
  @property
1004
1005
  @pulumi.getter(name="authorId")
1005
- def author_id(self) -> Optional[str]:
1006
+ def author_id(self) -> Optional[builtins.str]:
1006
1007
  """
1007
1008
  The authorized user can post the status.
1008
1009
  """
@@ -1010,7 +1011,7 @@ class BranchPolicyStatusCheckSettings(dict):
1010
1011
 
1011
1012
  @property
1012
1013
  @pulumi.getter(name="displayName")
1013
- def display_name(self) -> Optional[str]:
1014
+ def display_name(self) -> Optional[builtins.str]:
1014
1015
  """
1015
1016
  The display name.
1016
1017
  """
@@ -1018,7 +1019,7 @@ class BranchPolicyStatusCheckSettings(dict):
1018
1019
 
1019
1020
  @property
1020
1021
  @pulumi.getter(name="filenamePatterns")
1021
- def filename_patterns(self) -> Optional[Sequence[str]]:
1022
+ def filename_patterns(self) -> Optional[Sequence[builtins.str]]:
1022
1023
  """
1023
1024
  If a path filter is set, the policy will only apply when files which match the filter are changed. Not setting this field means that the policy is always applied.
1024
1025
 
@@ -1029,7 +1030,7 @@ class BranchPolicyStatusCheckSettings(dict):
1029
1030
 
1030
1031
  @property
1031
1032
  @pulumi.getter
1032
- def genre(self) -> Optional[str]:
1033
+ def genre(self) -> Optional[builtins.str]:
1033
1034
  """
1034
1035
  The genre of the status to check (see [Microsoft Documentation](https://docs.microsoft.com/en-us/azure/devops/repos/git/pull-request-status?view=azure-devops#status-policy))
1035
1036
  """
@@ -1037,7 +1038,7 @@ class BranchPolicyStatusCheckSettings(dict):
1037
1038
 
1038
1039
  @property
1039
1040
  @pulumi.getter(name="invalidateOnUpdate")
1040
- def invalidate_on_update(self) -> Optional[bool]:
1041
+ def invalidate_on_update(self) -> Optional[builtins.bool]:
1041
1042
  """
1042
1043
  Reset status whenever there are new changes.
1043
1044
  """
@@ -1068,13 +1069,13 @@ class BranchPolicyStatusCheckSettingsScope(dict):
1068
1069
  return super().get(key, default)
1069
1070
 
1070
1071
  def __init__(__self__, *,
1071
- match_type: Optional[str] = None,
1072
- repository_id: Optional[str] = None,
1073
- repository_ref: Optional[str] = None):
1072
+ match_type: Optional[builtins.str] = None,
1073
+ repository_id: Optional[builtins.str] = None,
1074
+ repository_ref: Optional[builtins.str] = None):
1074
1075
  """
1075
- :param str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
1076
- :param str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type=DefaultBranch`, this should not be defined.
1077
- :param str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type=Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type=Prefix`, this should be a ref path such as `refs/heads/releases`.
1076
+ :param builtins.str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
1077
+ :param builtins.str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type=DefaultBranch`, this should not be defined.
1078
+ :param builtins.str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type=Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type=Prefix`, this should be a ref path such as `refs/heads/releases`.
1078
1079
  """
1079
1080
  if match_type is not None:
1080
1081
  pulumi.set(__self__, "match_type", match_type)
@@ -1085,7 +1086,7 @@ class BranchPolicyStatusCheckSettingsScope(dict):
1085
1086
 
1086
1087
  @property
1087
1088
  @pulumi.getter(name="matchType")
1088
- def match_type(self) -> Optional[str]:
1089
+ def match_type(self) -> Optional[builtins.str]:
1089
1090
  """
1090
1091
  The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
1091
1092
  """
@@ -1093,7 +1094,7 @@ class BranchPolicyStatusCheckSettingsScope(dict):
1093
1094
 
1094
1095
  @property
1095
1096
  @pulumi.getter(name="repositoryId")
1096
- def repository_id(self) -> Optional[str]:
1097
+ def repository_id(self) -> Optional[builtins.str]:
1097
1098
  """
1098
1099
  The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type=DefaultBranch`, this should not be defined.
1099
1100
  """
@@ -1101,7 +1102,7 @@ class BranchPolicyStatusCheckSettingsScope(dict):
1101
1102
 
1102
1103
  @property
1103
1104
  @pulumi.getter(name="repositoryRef")
1104
- def repository_ref(self) -> Optional[str]:
1105
+ def repository_ref(self) -> Optional[builtins.str]:
1105
1106
  """
1106
1107
  The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type=Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type=Prefix`, this should be a ref path such as `refs/heads/releases`.
1107
1108
  """
@@ -1150,13 +1151,13 @@ class BranchPolicyWorkItemLinkingSettingsScope(dict):
1150
1151
  return super().get(key, default)
1151
1152
 
1152
1153
  def __init__(__self__, *,
1153
- match_type: Optional[str] = None,
1154
- repository_id: Optional[str] = None,
1155
- repository_ref: Optional[str] = None):
1154
+ match_type: Optional[builtins.str] = None,
1155
+ repository_id: Optional[builtins.str] = None,
1156
+ repository_ref: Optional[builtins.str] = None):
1156
1157
  """
1157
- :param str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
1158
- :param str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
1159
- :param str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
1158
+ :param builtins.str match_type: The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
1159
+ :param builtins.str repository_id: The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
1160
+ :param builtins.str repository_ref: The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
1160
1161
  """
1161
1162
  if match_type is not None:
1162
1163
  pulumi.set(__self__, "match_type", match_type)
@@ -1167,7 +1168,7 @@ class BranchPolicyWorkItemLinkingSettingsScope(dict):
1167
1168
 
1168
1169
  @property
1169
1170
  @pulumi.getter(name="matchType")
1170
- def match_type(self) -> Optional[str]:
1171
+ def match_type(self) -> Optional[builtins.str]:
1171
1172
  """
1172
1173
  The match type to use when applying the policy. Supported values are `Exact` (default), `Prefix` or `DefaultBranch`.
1173
1174
  """
@@ -1175,7 +1176,7 @@ class BranchPolicyWorkItemLinkingSettingsScope(dict):
1175
1176
 
1176
1177
  @property
1177
1178
  @pulumi.getter(name="repositoryId")
1178
- def repository_id(self) -> Optional[str]:
1179
+ def repository_id(self) -> Optional[builtins.str]:
1179
1180
  """
1180
1181
  The repository ID. Needed only if the scope of the policy will be limited to a single repository. If `match_type` is `DefaultBranch`, this should not be defined.
1181
1182
  """
@@ -1183,7 +1184,7 @@ class BranchPolicyWorkItemLinkingSettingsScope(dict):
1183
1184
 
1184
1185
  @property
1185
1186
  @pulumi.getter(name="repositoryRef")
1186
- def repository_ref(self) -> Optional[str]:
1187
+ def repository_ref(self) -> Optional[builtins.str]:
1187
1188
  """
1188
1189
  The ref pattern to use for the match when `match_type` other than `DefaultBranch`. If `match_type` is `Exact`, this should be a qualified ref such as `refs/heads/master`. If `match_type` is `Prefix`, this should be a ref path such as `refs/heads/releases`.
1189
1190
  """
@@ -1213,10 +1214,10 @@ class BuildDefinitionBuildCompletionTrigger(dict):
1213
1214
 
1214
1215
  def __init__(__self__, *,
1215
1216
  branch_filters: Sequence['outputs.BuildDefinitionBuildCompletionTriggerBranchFilter'],
1216
- build_definition_id: int):
1217
+ build_definition_id: builtins.int):
1217
1218
  """
1218
1219
  :param Sequence['BuildDefinitionBuildCompletionTriggerBranchFilterArgs'] branch_filters: The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1219
- :param int build_definition_id: The ID of the build pipeline will be triggered.
1220
+ :param builtins.int build_definition_id: The ID of the build pipeline will be triggered.
1220
1221
  """
1221
1222
  pulumi.set(__self__, "branch_filters", branch_filters)
1222
1223
  pulumi.set(__self__, "build_definition_id", build_definition_id)
@@ -1231,7 +1232,7 @@ class BuildDefinitionBuildCompletionTrigger(dict):
1231
1232
 
1232
1233
  @property
1233
1234
  @pulumi.getter(name="buildDefinitionId")
1234
- def build_definition_id(self) -> int:
1235
+ def build_definition_id(self) -> builtins.int:
1235
1236
  """
1236
1237
  The ID of the build pipeline will be triggered.
1237
1238
  """
@@ -1241,11 +1242,11 @@ class BuildDefinitionBuildCompletionTrigger(dict):
1241
1242
  @pulumi.output_type
1242
1243
  class BuildDefinitionBuildCompletionTriggerBranchFilter(dict):
1243
1244
  def __init__(__self__, *,
1244
- excludes: Optional[Sequence[str]] = None,
1245
- includes: Optional[Sequence[str]] = None):
1245
+ excludes: Optional[Sequence[builtins.str]] = None,
1246
+ includes: Optional[Sequence[builtins.str]] = None):
1246
1247
  """
1247
- :param Sequence[str] excludes: List of branch patterns to exclude.
1248
- :param Sequence[str] includes: List of branch patterns to include.
1248
+ :param Sequence[builtins.str] excludes: List of branch patterns to exclude.
1249
+ :param Sequence[builtins.str] includes: List of branch patterns to include.
1249
1250
  """
1250
1251
  if excludes is not None:
1251
1252
  pulumi.set(__self__, "excludes", excludes)
@@ -1254,7 +1255,7 @@ class BuildDefinitionBuildCompletionTriggerBranchFilter(dict):
1254
1255
 
1255
1256
  @property
1256
1257
  @pulumi.getter
1257
- def excludes(self) -> Optional[Sequence[str]]:
1258
+ def excludes(self) -> Optional[Sequence[builtins.str]]:
1258
1259
  """
1259
1260
  List of branch patterns to exclude.
1260
1261
  """
@@ -1262,7 +1263,7 @@ class BuildDefinitionBuildCompletionTriggerBranchFilter(dict):
1262
1263
 
1263
1264
  @property
1264
1265
  @pulumi.getter
1265
- def includes(self) -> Optional[Sequence[str]]:
1266
+ def includes(self) -> Optional[Sequence[builtins.str]]:
1266
1267
  """
1267
1268
  List of branch patterns to include.
1268
1269
  """
@@ -1290,10 +1291,10 @@ class BuildDefinitionCiTrigger(dict):
1290
1291
 
1291
1292
  def __init__(__self__, *,
1292
1293
  override: Optional['outputs.BuildDefinitionCiTriggerOverride'] = None,
1293
- use_yaml: Optional[bool] = None):
1294
+ use_yaml: Optional[builtins.bool] = None):
1294
1295
  """
1295
1296
  :param 'BuildDefinitionCiTriggerOverrideArgs' override: Override the azure-pipeline file and use a this configuration for all builds.
1296
- :param bool use_yaml: Use the azure-pipeline file for the build configuration. Defaults to `false`.
1297
+ :param builtins.bool use_yaml: Use the azure-pipeline file for the build configuration. Defaults to `false`.
1297
1298
  """
1298
1299
  if override is not None:
1299
1300
  pulumi.set(__self__, "override", override)
@@ -1310,7 +1311,7 @@ class BuildDefinitionCiTrigger(dict):
1310
1311
 
1311
1312
  @property
1312
1313
  @pulumi.getter(name="useYaml")
1313
- def use_yaml(self) -> Optional[bool]:
1314
+ def use_yaml(self) -> Optional[builtins.bool]:
1314
1315
  """
1315
1316
  Use the azure-pipeline file for the build configuration. Defaults to `false`.
1316
1317
  """
@@ -1346,18 +1347,18 @@ class BuildDefinitionCiTriggerOverride(dict):
1346
1347
 
1347
1348
  def __init__(__self__, *,
1348
1349
  branch_filters: Sequence['outputs.BuildDefinitionCiTriggerOverrideBranchFilter'],
1349
- batch: Optional[bool] = None,
1350
- max_concurrent_builds_per_branch: Optional[int] = None,
1350
+ batch: Optional[builtins.bool] = None,
1351
+ max_concurrent_builds_per_branch: Optional[builtins.int] = None,
1351
1352
  path_filters: Optional[Sequence['outputs.BuildDefinitionCiTriggerOverridePathFilter']] = None,
1352
- polling_interval: Optional[int] = None,
1353
- polling_job_id: Optional[str] = None):
1353
+ polling_interval: Optional[builtins.int] = None,
1354
+ polling_job_id: Optional[builtins.str] = None):
1354
1355
  """
1355
1356
  :param Sequence['BuildDefinitionCiTriggerOverrideBranchFilterArgs'] branch_filters: The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1356
- :param bool batch: If you set batch to true, when a pipeline is running, the system waits until the run is completed, then starts another run with all changes that have not yet been built. Defaults to `true`.
1357
- :param int max_concurrent_builds_per_branch: The number of max builds per branch. Defaults to `1`.
1357
+ :param builtins.bool batch: If you set batch to true, when a pipeline is running, the system waits until the run is completed, then starts another run with all changes that have not yet been built. Defaults to `true`.
1358
+ :param builtins.int max_concurrent_builds_per_branch: The number of max builds per branch. Defaults to `1`.
1358
1359
  :param Sequence['BuildDefinitionCiTriggerOverridePathFilterArgs'] path_filters: Specify file paths to include or exclude. Note that the wildcard syntax is different between branches/tags and file paths.
1359
- :param int polling_interval: How often the external repository is polled. Defaults to `0`.
1360
- :param str polling_job_id: This is the ID of the polling job that polls the external repository. Once the build definition is saved/updated, this value is set.
1360
+ :param builtins.int polling_interval: How often the external repository is polled. Defaults to `0`.
1361
+ :param builtins.str polling_job_id: This is the ID of the polling job that polls the external repository. Once the build definition is saved/updated, this value is set.
1361
1362
  """
1362
1363
  pulumi.set(__self__, "branch_filters", branch_filters)
1363
1364
  if batch is not None:
@@ -1381,7 +1382,7 @@ class BuildDefinitionCiTriggerOverride(dict):
1381
1382
 
1382
1383
  @property
1383
1384
  @pulumi.getter
1384
- def batch(self) -> Optional[bool]:
1385
+ def batch(self) -> Optional[builtins.bool]:
1385
1386
  """
1386
1387
  If you set batch to true, when a pipeline is running, the system waits until the run is completed, then starts another run with all changes that have not yet been built. Defaults to `true`.
1387
1388
  """
@@ -1389,7 +1390,7 @@ class BuildDefinitionCiTriggerOverride(dict):
1389
1390
 
1390
1391
  @property
1391
1392
  @pulumi.getter(name="maxConcurrentBuildsPerBranch")
1392
- def max_concurrent_builds_per_branch(self) -> Optional[int]:
1393
+ def max_concurrent_builds_per_branch(self) -> Optional[builtins.int]:
1393
1394
  """
1394
1395
  The number of max builds per branch. Defaults to `1`.
1395
1396
  """
@@ -1405,7 +1406,7 @@ class BuildDefinitionCiTriggerOverride(dict):
1405
1406
 
1406
1407
  @property
1407
1408
  @pulumi.getter(name="pollingInterval")
1408
- def polling_interval(self) -> Optional[int]:
1409
+ def polling_interval(self) -> Optional[builtins.int]:
1409
1410
  """
1410
1411
  How often the external repository is polled. Defaults to `0`.
1411
1412
  """
@@ -1413,7 +1414,7 @@ class BuildDefinitionCiTriggerOverride(dict):
1413
1414
 
1414
1415
  @property
1415
1416
  @pulumi.getter(name="pollingJobId")
1416
- def polling_job_id(self) -> Optional[str]:
1417
+ def polling_job_id(self) -> Optional[builtins.str]:
1417
1418
  """
1418
1419
  This is the ID of the polling job that polls the external repository. Once the build definition is saved/updated, this value is set.
1419
1420
  """
@@ -1423,11 +1424,11 @@ class BuildDefinitionCiTriggerOverride(dict):
1423
1424
  @pulumi.output_type
1424
1425
  class BuildDefinitionCiTriggerOverrideBranchFilter(dict):
1425
1426
  def __init__(__self__, *,
1426
- excludes: Optional[Sequence[str]] = None,
1427
- includes: Optional[Sequence[str]] = None):
1427
+ excludes: Optional[Sequence[builtins.str]] = None,
1428
+ includes: Optional[Sequence[builtins.str]] = None):
1428
1429
  """
1429
- :param Sequence[str] excludes: List of branch patterns to exclude.
1430
- :param Sequence[str] includes: List of branch patterns to include.
1430
+ :param Sequence[builtins.str] excludes: List of branch patterns to exclude.
1431
+ :param Sequence[builtins.str] includes: List of branch patterns to include.
1431
1432
  """
1432
1433
  if excludes is not None:
1433
1434
  pulumi.set(__self__, "excludes", excludes)
@@ -1436,7 +1437,7 @@ class BuildDefinitionCiTriggerOverrideBranchFilter(dict):
1436
1437
 
1437
1438
  @property
1438
1439
  @pulumi.getter
1439
- def excludes(self) -> Optional[Sequence[str]]:
1440
+ def excludes(self) -> Optional[Sequence[builtins.str]]:
1440
1441
  """
1441
1442
  List of branch patterns to exclude.
1442
1443
  """
@@ -1444,7 +1445,7 @@ class BuildDefinitionCiTriggerOverrideBranchFilter(dict):
1444
1445
 
1445
1446
  @property
1446
1447
  @pulumi.getter
1447
- def includes(self) -> Optional[Sequence[str]]:
1448
+ def includes(self) -> Optional[Sequence[builtins.str]]:
1448
1449
  """
1449
1450
  List of branch patterns to include.
1450
1451
  """
@@ -1454,11 +1455,11 @@ class BuildDefinitionCiTriggerOverrideBranchFilter(dict):
1454
1455
  @pulumi.output_type
1455
1456
  class BuildDefinitionCiTriggerOverridePathFilter(dict):
1456
1457
  def __init__(__self__, *,
1457
- excludes: Optional[Sequence[str]] = None,
1458
- includes: Optional[Sequence[str]] = None):
1458
+ excludes: Optional[Sequence[builtins.str]] = None,
1459
+ includes: Optional[Sequence[builtins.str]] = None):
1459
1460
  """
1460
- :param Sequence[str] excludes: List of path patterns to exclude.
1461
- :param Sequence[str] includes: List of path patterns to include.
1461
+ :param Sequence[builtins.str] excludes: List of path patterns to exclude.
1462
+ :param Sequence[builtins.str] includes: List of path patterns to include.
1462
1463
  """
1463
1464
  if excludes is not None:
1464
1465
  pulumi.set(__self__, "excludes", excludes)
@@ -1467,7 +1468,7 @@ class BuildDefinitionCiTriggerOverridePathFilter(dict):
1467
1468
 
1468
1469
  @property
1469
1470
  @pulumi.getter
1470
- def excludes(self) -> Optional[Sequence[str]]:
1471
+ def excludes(self) -> Optional[Sequence[builtins.str]]:
1471
1472
  """
1472
1473
  List of path patterns to exclude.
1473
1474
  """
@@ -1475,7 +1476,7 @@ class BuildDefinitionCiTriggerOverridePathFilter(dict):
1475
1476
 
1476
1477
  @property
1477
1478
  @pulumi.getter
1478
- def includes(self) -> Optional[Sequence[str]]:
1479
+ def includes(self) -> Optional[Sequence[builtins.str]]:
1479
1480
  """
1480
1481
  List of path patterns to include.
1481
1482
  """
@@ -1502,9 +1503,9 @@ class BuildDefinitionFeature(dict):
1502
1503
  return super().get(key, default)
1503
1504
 
1504
1505
  def __init__(__self__, *,
1505
- skip_first_run: Optional[bool] = None):
1506
+ skip_first_run: Optional[builtins.bool] = None):
1506
1507
  """
1507
- :param bool skip_first_run: Trigger the pipeline to run after the creation. Defaults to `true`.
1508
+ :param builtins.bool skip_first_run: Trigger the pipeline to run after the creation. Defaults to `true`.
1508
1509
 
1509
1510
  > **Note** The first run(`skip_first_run = false`) will only be triggered on create. If the first run fails, the build definition will still be marked as successfully created. A warning message indicating the inability to run pipeline will be displayed.
1510
1511
  """
@@ -1513,7 +1514,7 @@ class BuildDefinitionFeature(dict):
1513
1514
 
1514
1515
  @property
1515
1516
  @pulumi.getter(name="skipFirstRun")
1516
- def skip_first_run(self) -> Optional[bool]:
1517
+ def skip_first_run(self) -> Optional[builtins.bool]:
1517
1518
  """
1518
1519
  Trigger the pipeline to run after the creation. Defaults to `true`.
1519
1520
 
@@ -1550,25 +1551,25 @@ class BuildDefinitionJob(dict):
1550
1551
  return super().get(key, default)
1551
1552
 
1552
1553
  def __init__(__self__, *,
1553
- condition: str,
1554
- name: str,
1555
- ref_name: str,
1554
+ condition: builtins.str,
1555
+ name: builtins.str,
1556
+ ref_name: builtins.str,
1556
1557
  target: 'outputs.BuildDefinitionJobTarget',
1557
- allow_scripts_auth_access_option: Optional[bool] = None,
1558
+ allow_scripts_auth_access_option: Optional[builtins.bool] = None,
1558
1559
  dependencies: Optional[Sequence['outputs.BuildDefinitionJobDependency']] = None,
1559
- job_authorization_scope: Optional[str] = None,
1560
- job_cancel_timeout_in_minutes: Optional[int] = None,
1561
- job_timeout_in_minutes: Optional[int] = None):
1560
+ job_authorization_scope: Optional[builtins.str] = None,
1561
+ job_cancel_timeout_in_minutes: Optional[builtins.int] = None,
1562
+ job_timeout_in_minutes: Optional[builtins.int] = None):
1562
1563
  """
1563
- :param str condition: Specifies when this job should run. Can **Custom conditions** to specify more complex conditions. Possible values: `succeeded()`, `succeededOrFailed()`, `always()`, `failed()` etc. More details: [Pipeline conditions](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/conditions?view=azure-devops)
1564
- :param str name: The name of the job.
1565
- :param str ref_name: The reference name of the job, can be used to define the job dependencies.
1564
+ :param builtins.str condition: Specifies when this job should run. Can **Custom conditions** to specify more complex conditions. Possible values: `succeeded()`, `succeededOrFailed()`, `always()`, `failed()` etc. More details: [Pipeline conditions](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/conditions?view=azure-devops)
1565
+ :param builtins.str name: The name of the job.
1566
+ :param builtins.str ref_name: The reference name of the job, can be used to define the job dependencies.
1566
1567
  :param 'BuildDefinitionJobTargetArgs' target: A `target` blocks as documented below.
1567
- :param bool allow_scripts_auth_access_option: Enables scripts and other processes launched by tasks to access the OAuth token through the `System.AccessToken` variable. Possible values: `true`, `false`. Defaults to `false`. Available when Job type is `AgentJob`
1568
+ :param builtins.bool allow_scripts_auth_access_option: Enables scripts and other processes launched by tasks to access the OAuth token through the `System.AccessToken` variable. Possible values: `true`, `false`. Defaults to `false`. Available when Job type is `AgentJob`
1568
1569
  :param Sequence['BuildDefinitionJobDependencyArgs'] dependencies: A `dependencies` blocks as documented below. Define the job dependencies.
1569
- :param str job_authorization_scope: The job authorization scope for builds queued against this definition. Possible values are: `project`, `projectCollection`. Defaults to `projectCollection`.
1570
- :param int job_cancel_timeout_in_minutes: The job cancel timeout (in minutes) for builds cancelled by user for this definition. Possible values are between `0` and `60`. Defaults to `0`.
1571
- :param int job_timeout_in_minutes: The job execution timeout (in minutes) for builds queued against this definition. Possible values are between `0` and `1000000000`. Defaults to `0`.
1570
+ :param builtins.str job_authorization_scope: The job authorization scope for builds queued against this definition. Possible values are: `project`, `projectCollection`. Defaults to `projectCollection`.
1571
+ :param builtins.int job_cancel_timeout_in_minutes: The job cancel timeout (in minutes) for builds cancelled by user for this definition. Possible values are between `0` and `60`. Defaults to `0`.
1572
+ :param builtins.int job_timeout_in_minutes: The job execution timeout (in minutes) for builds queued against this definition. Possible values are between `0` and `1000000000`. Defaults to `0`.
1572
1573
  """
1573
1574
  pulumi.set(__self__, "condition", condition)
1574
1575
  pulumi.set(__self__, "name", name)
@@ -1587,7 +1588,7 @@ class BuildDefinitionJob(dict):
1587
1588
 
1588
1589
  @property
1589
1590
  @pulumi.getter
1590
- def condition(self) -> str:
1591
+ def condition(self) -> builtins.str:
1591
1592
  """
1592
1593
  Specifies when this job should run. Can **Custom conditions** to specify more complex conditions. Possible values: `succeeded()`, `succeededOrFailed()`, `always()`, `failed()` etc. More details: [Pipeline conditions](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/conditions?view=azure-devops)
1593
1594
  """
@@ -1595,7 +1596,7 @@ class BuildDefinitionJob(dict):
1595
1596
 
1596
1597
  @property
1597
1598
  @pulumi.getter
1598
- def name(self) -> str:
1599
+ def name(self) -> builtins.str:
1599
1600
  """
1600
1601
  The name of the job.
1601
1602
  """
@@ -1603,7 +1604,7 @@ class BuildDefinitionJob(dict):
1603
1604
 
1604
1605
  @property
1605
1606
  @pulumi.getter(name="refName")
1606
- def ref_name(self) -> str:
1607
+ def ref_name(self) -> builtins.str:
1607
1608
  """
1608
1609
  The reference name of the job, can be used to define the job dependencies.
1609
1610
  """
@@ -1619,7 +1620,7 @@ class BuildDefinitionJob(dict):
1619
1620
 
1620
1621
  @property
1621
1622
  @pulumi.getter(name="allowScriptsAuthAccessOption")
1622
- def allow_scripts_auth_access_option(self) -> Optional[bool]:
1623
+ def allow_scripts_auth_access_option(self) -> Optional[builtins.bool]:
1623
1624
  """
1624
1625
  Enables scripts and other processes launched by tasks to access the OAuth token through the `System.AccessToken` variable. Possible values: `true`, `false`. Defaults to `false`. Available when Job type is `AgentJob`
1625
1626
  """
@@ -1635,7 +1636,7 @@ class BuildDefinitionJob(dict):
1635
1636
 
1636
1637
  @property
1637
1638
  @pulumi.getter(name="jobAuthorizationScope")
1638
- def job_authorization_scope(self) -> Optional[str]:
1639
+ def job_authorization_scope(self) -> Optional[builtins.str]:
1639
1640
  """
1640
1641
  The job authorization scope for builds queued against this definition. Possible values are: `project`, `projectCollection`. Defaults to `projectCollection`.
1641
1642
  """
@@ -1643,7 +1644,7 @@ class BuildDefinitionJob(dict):
1643
1644
 
1644
1645
  @property
1645
1646
  @pulumi.getter(name="jobCancelTimeoutInMinutes")
1646
- def job_cancel_timeout_in_minutes(self) -> Optional[int]:
1647
+ def job_cancel_timeout_in_minutes(self) -> Optional[builtins.int]:
1647
1648
  """
1648
1649
  The job cancel timeout (in minutes) for builds cancelled by user for this definition. Possible values are between `0` and `60`. Defaults to `0`.
1649
1650
  """
@@ -1651,7 +1652,7 @@ class BuildDefinitionJob(dict):
1651
1652
 
1652
1653
  @property
1653
1654
  @pulumi.getter(name="jobTimeoutInMinutes")
1654
- def job_timeout_in_minutes(self) -> Optional[int]:
1655
+ def job_timeout_in_minutes(self) -> Optional[builtins.int]:
1655
1656
  """
1656
1657
  The job execution timeout (in minutes) for builds queued against this definition. Possible values are between `0` and `1000000000`. Defaults to `0`.
1657
1658
  """
@@ -1661,15 +1662,15 @@ class BuildDefinitionJob(dict):
1661
1662
  @pulumi.output_type
1662
1663
  class BuildDefinitionJobDependency(dict):
1663
1664
  def __init__(__self__, *,
1664
- scope: str):
1665
+ scope: builtins.str):
1665
1666
  """
1666
- :param str scope: The job reference name that depends on. Reference to `jobs.ref_name`
1667
+ :param builtins.str scope: The job reference name that depends on. Reference to `jobs.ref_name`
1667
1668
  """
1668
1669
  pulumi.set(__self__, "scope", scope)
1669
1670
 
1670
1671
  @property
1671
1672
  @pulumi.getter
1672
- def scope(self) -> str:
1673
+ def scope(self) -> builtins.str:
1673
1674
  """
1674
1675
  The job reference name that depends on. Reference to `jobs.ref_name`
1675
1676
  """
@@ -1697,12 +1698,12 @@ class BuildDefinitionJobTarget(dict):
1697
1698
 
1698
1699
  def __init__(__self__, *,
1699
1700
  execution_options: 'outputs.BuildDefinitionJobTargetExecutionOptions',
1700
- type: str,
1701
- demands: Optional[Sequence[str]] = None):
1701
+ type: builtins.str,
1702
+ demands: Optional[Sequence[builtins.str]] = None):
1702
1703
  """
1703
1704
  :param 'BuildDefinitionJobTargetExecutionOptionsArgs' execution_options: A `execution_options` blocks as documented below.
1704
- :param str type: The job type. Possible values: `AgentJob`, `AgentlessJob`
1705
- :param Sequence[str] demands: A list of demands that represents the agent capabilities required by this build. Example: `git`
1705
+ :param builtins.str type: The job type. Possible values: `AgentJob`, `AgentlessJob`
1706
+ :param Sequence[builtins.str] demands: A list of demands that represents the agent capabilities required by this build. Example: `git`
1706
1707
  """
1707
1708
  pulumi.set(__self__, "execution_options", execution_options)
1708
1709
  pulumi.set(__self__, "type", type)
@@ -1719,7 +1720,7 @@ class BuildDefinitionJobTarget(dict):
1719
1720
 
1720
1721
  @property
1721
1722
  @pulumi.getter
1722
- def type(self) -> str:
1723
+ def type(self) -> builtins.str:
1723
1724
  """
1724
1725
  The job type. Possible values: `AgentJob`, `AgentlessJob`
1725
1726
  """
@@ -1727,7 +1728,7 @@ class BuildDefinitionJobTarget(dict):
1727
1728
 
1728
1729
  @property
1729
1730
  @pulumi.getter
1730
- def demands(self) -> Optional[Sequence[str]]:
1731
+ def demands(self) -> Optional[Sequence[builtins.str]]:
1731
1732
  """
1732
1733
  A list of demands that represents the agent capabilities required by this build. Example: `git`
1733
1734
  """
@@ -1756,15 +1757,15 @@ class BuildDefinitionJobTargetExecutionOptions(dict):
1756
1757
  return super().get(key, default)
1757
1758
 
1758
1759
  def __init__(__self__, *,
1759
- type: str,
1760
- continue_on_error: Optional[bool] = None,
1761
- max_concurrency: Optional[int] = None,
1762
- multipliers: Optional[str] = None):
1760
+ type: builtins.str,
1761
+ continue_on_error: Optional[builtins.bool] = None,
1762
+ max_concurrency: Optional[builtins.int] = None,
1763
+ multipliers: Optional[builtins.str] = None):
1763
1764
  """
1764
- :param str type: The execution type of the Job. Possible values are: `None`, `Multi-Configuration`, `Multi-Agent`.
1765
- :param bool continue_on_error: Whether to continue the job when an error occurs. Possible values are: `true`, `false`.
1766
- :param int max_concurrency: Limit the number of agents to be used. If job type is `AgentlessJob`, the concurrency is not configurable and is fixed to 50.
1767
- :param str multipliers: A list of comma separated configuration variables to use. These are defined on the Variables tab. For example, OperatingSystem, Browser will run the tasks for both variables. Available when `execution_options.type` is `Multi-Configuration`.
1765
+ :param builtins.str type: The execution type of the Job. Possible values are: `None`, `Multi-Configuration`, `Multi-Agent`.
1766
+ :param builtins.bool continue_on_error: Whether to continue the job when an error occurs. Possible values are: `true`, `false`.
1767
+ :param builtins.int max_concurrency: Limit the number of agents to be used. If job type is `AgentlessJob`, the concurrency is not configurable and is fixed to 50.
1768
+ :param builtins.str multipliers: A list of comma separated configuration variables to use. These are defined on the Variables tab. For example, OperatingSystem, Browser will run the tasks for both variables. Available when `execution_options.type` is `Multi-Configuration`.
1768
1769
  """
1769
1770
  pulumi.set(__self__, "type", type)
1770
1771
  if continue_on_error is not None:
@@ -1776,7 +1777,7 @@ class BuildDefinitionJobTargetExecutionOptions(dict):
1776
1777
 
1777
1778
  @property
1778
1779
  @pulumi.getter
1779
- def type(self) -> str:
1780
+ def type(self) -> builtins.str:
1780
1781
  """
1781
1782
  The execution type of the Job. Possible values are: `None`, `Multi-Configuration`, `Multi-Agent`.
1782
1783
  """
@@ -1784,7 +1785,7 @@ class BuildDefinitionJobTargetExecutionOptions(dict):
1784
1785
 
1785
1786
  @property
1786
1787
  @pulumi.getter(name="continueOnError")
1787
- def continue_on_error(self) -> Optional[bool]:
1788
+ def continue_on_error(self) -> Optional[builtins.bool]:
1788
1789
  """
1789
1790
  Whether to continue the job when an error occurs. Possible values are: `true`, `false`.
1790
1791
  """
@@ -1792,7 +1793,7 @@ class BuildDefinitionJobTargetExecutionOptions(dict):
1792
1793
 
1793
1794
  @property
1794
1795
  @pulumi.getter(name="maxConcurrency")
1795
- def max_concurrency(self) -> Optional[int]:
1796
+ def max_concurrency(self) -> Optional[builtins.int]:
1796
1797
  """
1797
1798
  Limit the number of agents to be used. If job type is `AgentlessJob`, the concurrency is not configurable and is fixed to 50.
1798
1799
  """
@@ -1800,7 +1801,7 @@ class BuildDefinitionJobTargetExecutionOptions(dict):
1800
1801
 
1801
1802
  @property
1802
1803
  @pulumi.getter
1803
- def multipliers(self) -> Optional[str]:
1804
+ def multipliers(self) -> Optional[builtins.str]:
1804
1805
  """
1805
1806
  A list of comma separated configuration variables to use. These are defined on the Variables tab. For example, OperatingSystem, Browser will run the tasks for both variables. Available when `execution_options.type` is `Multi-Configuration`.
1806
1807
  """
@@ -1832,14 +1833,14 @@ class BuildDefinitionPullRequestTrigger(dict):
1832
1833
 
1833
1834
  def __init__(__self__, *,
1834
1835
  forks: 'outputs.BuildDefinitionPullRequestTriggerForks',
1835
- comment_required: Optional[str] = None,
1836
- initial_branch: Optional[str] = None,
1836
+ comment_required: Optional[builtins.str] = None,
1837
+ initial_branch: Optional[builtins.str] = None,
1837
1838
  override: Optional['outputs.BuildDefinitionPullRequestTriggerOverride'] = None,
1838
- use_yaml: Optional[bool] = None):
1839
+ use_yaml: Optional[builtins.bool] = None):
1839
1840
  """
1840
1841
  :param 'BuildDefinitionPullRequestTriggerForksArgs' forks: Set permissions for Forked repositories.
1841
1842
  :param 'BuildDefinitionPullRequestTriggerOverrideArgs' override: Override the azure-pipeline file and use this configuration for all builds.
1842
- :param bool use_yaml: Use the azure-pipeline file for the build configuration. Defaults to `false`.
1843
+ :param builtins.bool use_yaml: Use the azure-pipeline file for the build configuration. Defaults to `false`.
1843
1844
  """
1844
1845
  pulumi.set(__self__, "forks", forks)
1845
1846
  if comment_required is not None:
@@ -1861,12 +1862,12 @@ class BuildDefinitionPullRequestTrigger(dict):
1861
1862
 
1862
1863
  @property
1863
1864
  @pulumi.getter(name="commentRequired")
1864
- def comment_required(self) -> Optional[str]:
1865
+ def comment_required(self) -> Optional[builtins.str]:
1865
1866
  return pulumi.get(self, "comment_required")
1866
1867
 
1867
1868
  @property
1868
1869
  @pulumi.getter(name="initialBranch")
1869
- def initial_branch(self) -> Optional[str]:
1870
+ def initial_branch(self) -> Optional[builtins.str]:
1870
1871
  return pulumi.get(self, "initial_branch")
1871
1872
 
1872
1873
  @property
@@ -1879,7 +1880,7 @@ class BuildDefinitionPullRequestTrigger(dict):
1879
1880
 
1880
1881
  @property
1881
1882
  @pulumi.getter(name="useYaml")
1882
- def use_yaml(self) -> Optional[bool]:
1883
+ def use_yaml(self) -> Optional[builtins.bool]:
1883
1884
  """
1884
1885
  Use the azure-pipeline file for the build configuration. Defaults to `false`.
1885
1886
  """
@@ -1906,18 +1907,18 @@ class BuildDefinitionPullRequestTriggerForks(dict):
1906
1907
  return super().get(key, default)
1907
1908
 
1908
1909
  def __init__(__self__, *,
1909
- enabled: bool,
1910
- share_secrets: bool):
1910
+ enabled: builtins.bool,
1911
+ share_secrets: builtins.bool):
1911
1912
  """
1912
- :param bool enabled: Build pull requests from forks of this repository.
1913
- :param bool share_secrets: Make secrets available to builds of forks.
1913
+ :param builtins.bool enabled: Build pull requests from forks of this repository.
1914
+ :param builtins.bool share_secrets: Make secrets available to builds of forks.
1914
1915
  """
1915
1916
  pulumi.set(__self__, "enabled", enabled)
1916
1917
  pulumi.set(__self__, "share_secrets", share_secrets)
1917
1918
 
1918
1919
  @property
1919
1920
  @pulumi.getter
1920
- def enabled(self) -> bool:
1921
+ def enabled(self) -> builtins.bool:
1921
1922
  """
1922
1923
  Build pull requests from forks of this repository.
1923
1924
  """
@@ -1925,7 +1926,7 @@ class BuildDefinitionPullRequestTriggerForks(dict):
1925
1926
 
1926
1927
  @property
1927
1928
  @pulumi.getter(name="shareSecrets")
1928
- def share_secrets(self) -> bool:
1929
+ def share_secrets(self) -> builtins.bool:
1929
1930
  """
1930
1931
  Make secrets available to builds of forks.
1931
1932
  """
@@ -1957,11 +1958,11 @@ class BuildDefinitionPullRequestTriggerOverride(dict):
1957
1958
 
1958
1959
  def __init__(__self__, *,
1959
1960
  branch_filters: Sequence['outputs.BuildDefinitionPullRequestTriggerOverrideBranchFilter'],
1960
- auto_cancel: Optional[bool] = None,
1961
+ auto_cancel: Optional[builtins.bool] = None,
1961
1962
  path_filters: Optional[Sequence['outputs.BuildDefinitionPullRequestTriggerOverridePathFilter']] = None):
1962
1963
  """
1963
1964
  :param Sequence['BuildDefinitionPullRequestTriggerOverrideBranchFilterArgs'] branch_filters: The branches to include and exclude from the trigger. A `branch_filter` block as documented below.
1964
- :param bool auto_cancel: . Defaults to `true`.
1965
+ :param builtins.bool auto_cancel: . Defaults to `true`.
1965
1966
  :param Sequence['BuildDefinitionPullRequestTriggerOverridePathFilterArgs'] path_filters: Specify file paths to include or exclude. Note that the wildcard syntax is different between branches/tags and file paths.
1966
1967
  """
1967
1968
  pulumi.set(__self__, "branch_filters", branch_filters)
@@ -1980,7 +1981,7 @@ class BuildDefinitionPullRequestTriggerOverride(dict):
1980
1981
 
1981
1982
  @property
1982
1983
  @pulumi.getter(name="autoCancel")
1983
- def auto_cancel(self) -> Optional[bool]:
1984
+ def auto_cancel(self) -> Optional[builtins.bool]:
1984
1985
  """
1985
1986
  . Defaults to `true`.
1986
1987
  """
@@ -1998,11 +1999,11 @@ class BuildDefinitionPullRequestTriggerOverride(dict):
1998
1999
  @pulumi.output_type
1999
2000
  class BuildDefinitionPullRequestTriggerOverrideBranchFilter(dict):
2000
2001
  def __init__(__self__, *,
2001
- excludes: Optional[Sequence[str]] = None,
2002
- includes: Optional[Sequence[str]] = None):
2002
+ excludes: Optional[Sequence[builtins.str]] = None,
2003
+ includes: Optional[Sequence[builtins.str]] = None):
2003
2004
  """
2004
- :param Sequence[str] excludes: List of branch patterns to exclude.
2005
- :param Sequence[str] includes: List of branch patterns to include.
2005
+ :param Sequence[builtins.str] excludes: List of branch patterns to exclude.
2006
+ :param Sequence[builtins.str] includes: List of branch patterns to include.
2006
2007
  """
2007
2008
  if excludes is not None:
2008
2009
  pulumi.set(__self__, "excludes", excludes)
@@ -2011,7 +2012,7 @@ class BuildDefinitionPullRequestTriggerOverrideBranchFilter(dict):
2011
2012
 
2012
2013
  @property
2013
2014
  @pulumi.getter
2014
- def excludes(self) -> Optional[Sequence[str]]:
2015
+ def excludes(self) -> Optional[Sequence[builtins.str]]:
2015
2016
  """
2016
2017
  List of branch patterns to exclude.
2017
2018
  """
@@ -2019,7 +2020,7 @@ class BuildDefinitionPullRequestTriggerOverrideBranchFilter(dict):
2019
2020
 
2020
2021
  @property
2021
2022
  @pulumi.getter
2022
- def includes(self) -> Optional[Sequence[str]]:
2023
+ def includes(self) -> Optional[Sequence[builtins.str]]:
2023
2024
  """
2024
2025
  List of branch patterns to include.
2025
2026
  """
@@ -2029,11 +2030,11 @@ class BuildDefinitionPullRequestTriggerOverrideBranchFilter(dict):
2029
2030
  @pulumi.output_type
2030
2031
  class BuildDefinitionPullRequestTriggerOverridePathFilter(dict):
2031
2032
  def __init__(__self__, *,
2032
- excludes: Optional[Sequence[str]] = None,
2033
- includes: Optional[Sequence[str]] = None):
2033
+ excludes: Optional[Sequence[builtins.str]] = None,
2034
+ includes: Optional[Sequence[builtins.str]] = None):
2034
2035
  """
2035
- :param Sequence[str] excludes: List of path patterns to exclude.
2036
- :param Sequence[str] includes: List of path patterns to include.
2036
+ :param Sequence[builtins.str] excludes: List of path patterns to exclude.
2037
+ :param Sequence[builtins.str] includes: List of path patterns to include.
2037
2038
  """
2038
2039
  if excludes is not None:
2039
2040
  pulumi.set(__self__, "excludes", excludes)
@@ -2042,7 +2043,7 @@ class BuildDefinitionPullRequestTriggerOverridePathFilter(dict):
2042
2043
 
2043
2044
  @property
2044
2045
  @pulumi.getter
2045
- def excludes(self) -> Optional[Sequence[str]]:
2046
+ def excludes(self) -> Optional[Sequence[builtins.str]]:
2046
2047
  """
2047
2048
  List of path patterns to exclude.
2048
2049
  """
@@ -2050,7 +2051,7 @@ class BuildDefinitionPullRequestTriggerOverridePathFilter(dict):
2050
2051
 
2051
2052
  @property
2052
2053
  @pulumi.getter
2053
- def includes(self) -> Optional[Sequence[str]]:
2054
+ def includes(self) -> Optional[Sequence[builtins.str]]:
2054
2055
  """
2055
2056
  List of path patterns to include.
2056
2057
  """
@@ -2089,23 +2090,23 @@ class BuildDefinitionRepository(dict):
2089
2090
  return super().get(key, default)
2090
2091
 
2091
2092
  def __init__(__self__, *,
2092
- repo_id: str,
2093
- repo_type: str,
2094
- branch_name: Optional[str] = None,
2095
- github_enterprise_url: Optional[str] = None,
2096
- report_build_status: Optional[bool] = None,
2097
- service_connection_id: Optional[str] = None,
2098
- url: Optional[str] = None,
2099
- yml_path: Optional[str] = None):
2100
- """
2101
- :param str repo_id: The id of the repository. For `TfsGit` repos, this is simply the ID of the repository. For `Github` repos, this will take the form of `<GitHub Org>/<Repo Name>`. For `Bitbucket` repos, this will take the form of `<Workspace ID>/<Repo Name>`.
2102
- :param str repo_type: The repository type. Possible values are: `GitHub` or `TfsGit` or `Bitbucket` or `GitHub Enterprise` or `Git`. Defaults to `GitHub`. If `repo_type` is `GitHubEnterprise`, must use existing project and GitHub Enterprise service connection.
2103
- :param str branch_name: The branch name for which builds are triggered. Defaults to `master`.
2104
- :param str github_enterprise_url: The Github Enterprise URL. Used if `repo_type` is `GithubEnterprise`. Conflict with `url`
2105
- :param bool report_build_status: Report build status. Default is true.
2106
- :param str service_connection_id: The service connection ID. Used if the `repo_type` is `GitHub` or `GitHubEnterprise`.
2107
- :param str url: The URL of the Git repository. Used if `repo_type` is `Git`. Conflict with `github_enterprise_url`
2108
- :param str yml_path: The path of the Yaml file describing the build definition.
2093
+ repo_id: builtins.str,
2094
+ repo_type: builtins.str,
2095
+ branch_name: Optional[builtins.str] = None,
2096
+ github_enterprise_url: Optional[builtins.str] = None,
2097
+ report_build_status: Optional[builtins.bool] = None,
2098
+ service_connection_id: Optional[builtins.str] = None,
2099
+ url: Optional[builtins.str] = None,
2100
+ yml_path: Optional[builtins.str] = None):
2101
+ """
2102
+ :param builtins.str repo_id: The id of the repository. For `TfsGit` repos, this is simply the ID of the repository. For `Github` repos, this will take the form of `<GitHub Org>/<Repo Name>`. For `Bitbucket` repos, this will take the form of `<Workspace ID>/<Repo Name>`.
2103
+ :param builtins.str repo_type: The repository type. Possible values are: `GitHub` or `TfsGit` or `Bitbucket` or `GitHub Enterprise` or `Git`. Defaults to `GitHub`. If `repo_type` is `GitHubEnterprise`, must use existing project and GitHub Enterprise service connection.
2104
+ :param builtins.str branch_name: The branch name for which builds are triggered. Defaults to `master`.
2105
+ :param builtins.str github_enterprise_url: The Github Enterprise URL. Used if `repo_type` is `GithubEnterprise`. Conflict with `url`
2106
+ :param builtins.bool report_build_status: Report build status. Default is true.
2107
+ :param builtins.str service_connection_id: The service connection ID. Used if the `repo_type` is `GitHub` or `GitHubEnterprise`.
2108
+ :param builtins.str url: The URL of the Git repository. Used if `repo_type` is `Git`. Conflict with `github_enterprise_url`
2109
+ :param builtins.str yml_path: The path of the Yaml file describing the build definition.
2109
2110
  """
2110
2111
  pulumi.set(__self__, "repo_id", repo_id)
2111
2112
  pulumi.set(__self__, "repo_type", repo_type)
@@ -2124,7 +2125,7 @@ class BuildDefinitionRepository(dict):
2124
2125
 
2125
2126
  @property
2126
2127
  @pulumi.getter(name="repoId")
2127
- def repo_id(self) -> str:
2128
+ def repo_id(self) -> builtins.str:
2128
2129
  """
2129
2130
  The id of the repository. For `TfsGit` repos, this is simply the ID of the repository. For `Github` repos, this will take the form of `<GitHub Org>/<Repo Name>`. For `Bitbucket` repos, this will take the form of `<Workspace ID>/<Repo Name>`.
2130
2131
  """
@@ -2132,7 +2133,7 @@ class BuildDefinitionRepository(dict):
2132
2133
 
2133
2134
  @property
2134
2135
  @pulumi.getter(name="repoType")
2135
- def repo_type(self) -> str:
2136
+ def repo_type(self) -> builtins.str:
2136
2137
  """
2137
2138
  The repository type. Possible values are: `GitHub` or `TfsGit` or `Bitbucket` or `GitHub Enterprise` or `Git`. Defaults to `GitHub`. If `repo_type` is `GitHubEnterprise`, must use existing project and GitHub Enterprise service connection.
2138
2139
  """
@@ -2140,7 +2141,7 @@ class BuildDefinitionRepository(dict):
2140
2141
 
2141
2142
  @property
2142
2143
  @pulumi.getter(name="branchName")
2143
- def branch_name(self) -> Optional[str]:
2144
+ def branch_name(self) -> Optional[builtins.str]:
2144
2145
  """
2145
2146
  The branch name for which builds are triggered. Defaults to `master`.
2146
2147
  """
@@ -2148,7 +2149,7 @@ class BuildDefinitionRepository(dict):
2148
2149
 
2149
2150
  @property
2150
2151
  @pulumi.getter(name="githubEnterpriseUrl")
2151
- def github_enterprise_url(self) -> Optional[str]:
2152
+ def github_enterprise_url(self) -> Optional[builtins.str]:
2152
2153
  """
2153
2154
  The Github Enterprise URL. Used if `repo_type` is `GithubEnterprise`. Conflict with `url`
2154
2155
  """
@@ -2156,7 +2157,7 @@ class BuildDefinitionRepository(dict):
2156
2157
 
2157
2158
  @property
2158
2159
  @pulumi.getter(name="reportBuildStatus")
2159
- def report_build_status(self) -> Optional[bool]:
2160
+ def report_build_status(self) -> Optional[builtins.bool]:
2160
2161
  """
2161
2162
  Report build status. Default is true.
2162
2163
  """
@@ -2164,7 +2165,7 @@ class BuildDefinitionRepository(dict):
2164
2165
 
2165
2166
  @property
2166
2167
  @pulumi.getter(name="serviceConnectionId")
2167
- def service_connection_id(self) -> Optional[str]:
2168
+ def service_connection_id(self) -> Optional[builtins.str]:
2168
2169
  """
2169
2170
  The service connection ID. Used if the `repo_type` is `GitHub` or `GitHubEnterprise`.
2170
2171
  """
@@ -2172,7 +2173,7 @@ class BuildDefinitionRepository(dict):
2172
2173
 
2173
2174
  @property
2174
2175
  @pulumi.getter
2175
- def url(self) -> Optional[str]:
2176
+ def url(self) -> Optional[builtins.str]:
2176
2177
  """
2177
2178
  The URL of the Git repository. Used if `repo_type` is `Git`. Conflict with `github_enterprise_url`
2178
2179
  """
@@ -2180,7 +2181,7 @@ class BuildDefinitionRepository(dict):
2180
2181
 
2181
2182
  @property
2182
2183
  @pulumi.getter(name="ymlPath")
2183
- def yml_path(self) -> Optional[str]:
2184
+ def yml_path(self) -> Optional[builtins.str]:
2184
2185
  """
2185
2186
  The path of the Yaml file describing the build definition.
2186
2187
  """
@@ -2220,20 +2221,20 @@ class BuildDefinitionSchedule(dict):
2220
2221
 
2221
2222
  def __init__(__self__, *,
2222
2223
  branch_filters: Sequence['outputs.BuildDefinitionScheduleBranchFilter'],
2223
- days_to_builds: Sequence[str],
2224
- schedule_job_id: Optional[str] = None,
2225
- schedule_only_with_changes: Optional[bool] = None,
2226
- start_hours: Optional[int] = None,
2227
- start_minutes: Optional[int] = None,
2228
- time_zone: Optional[str] = None):
2224
+ days_to_builds: Sequence[builtins.str],
2225
+ schedule_job_id: Optional[builtins.str] = None,
2226
+ schedule_only_with_changes: Optional[builtins.bool] = None,
2227
+ start_hours: Optional[builtins.int] = None,
2228
+ start_minutes: Optional[builtins.int] = None,
2229
+ time_zone: Optional[builtins.str] = None):
2229
2230
  """
2230
2231
  :param Sequence['BuildDefinitionScheduleBranchFilterArgs'] branch_filters: A `branch_filter` block as defined below.
2231
- :param Sequence[str] days_to_builds: When to build. Possible values are: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
2232
- :param str schedule_job_id: The ID of the schedule job
2233
- :param bool schedule_only_with_changes: Schedule builds if the source or pipeline has changed. Defaults to `true`.
2234
- :param int start_hours: Build start hour. Possible values are: `0 ~ 23`. Defaults to `0`.
2235
- :param int start_minutes: Build start minute. Possible values are: `0 ~ 59`. Defaults to `0`.
2236
- :param str time_zone: Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Possible values are:
2232
+ :param Sequence[builtins.str] days_to_builds: When to build. Possible values are: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
2233
+ :param builtins.str schedule_job_id: The ID of the schedule job
2234
+ :param builtins.bool schedule_only_with_changes: Schedule builds if the source or pipeline has changed. Defaults to `true`.
2235
+ :param builtins.int start_hours: Build start hour. Possible values are: `0 ~ 23`. Defaults to `0`.
2236
+ :param builtins.int start_minutes: Build start minute. Possible values are: `0 ~ 59`. Defaults to `0`.
2237
+ :param builtins.str time_zone: Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Possible values are:
2237
2238
  `(UTC-12:00) International Date Line West`,
2238
2239
  `(UTC-11:00) Coordinated Universal Time-11`,
2239
2240
  `(UTC-10:00) Aleutian Islands`,
@@ -2399,7 +2400,7 @@ class BuildDefinitionSchedule(dict):
2399
2400
 
2400
2401
  @property
2401
2402
  @pulumi.getter(name="daysToBuilds")
2402
- def days_to_builds(self) -> Sequence[str]:
2403
+ def days_to_builds(self) -> Sequence[builtins.str]:
2403
2404
  """
2404
2405
  When to build. Possible values are: `Mon`, `Tue`, `Wed`, `Thu`, `Fri`, `Sat`, `Sun`.
2405
2406
  """
@@ -2407,7 +2408,7 @@ class BuildDefinitionSchedule(dict):
2407
2408
 
2408
2409
  @property
2409
2410
  @pulumi.getter(name="scheduleJobId")
2410
- def schedule_job_id(self) -> Optional[str]:
2411
+ def schedule_job_id(self) -> Optional[builtins.str]:
2411
2412
  """
2412
2413
  The ID of the schedule job
2413
2414
  """
@@ -2415,7 +2416,7 @@ class BuildDefinitionSchedule(dict):
2415
2416
 
2416
2417
  @property
2417
2418
  @pulumi.getter(name="scheduleOnlyWithChanges")
2418
- def schedule_only_with_changes(self) -> Optional[bool]:
2419
+ def schedule_only_with_changes(self) -> Optional[builtins.bool]:
2419
2420
  """
2420
2421
  Schedule builds if the source or pipeline has changed. Defaults to `true`.
2421
2422
  """
@@ -2423,7 +2424,7 @@ class BuildDefinitionSchedule(dict):
2423
2424
 
2424
2425
  @property
2425
2426
  @pulumi.getter(name="startHours")
2426
- def start_hours(self) -> Optional[int]:
2427
+ def start_hours(self) -> Optional[builtins.int]:
2427
2428
  """
2428
2429
  Build start hour. Possible values are: `0 ~ 23`. Defaults to `0`.
2429
2430
  """
@@ -2431,7 +2432,7 @@ class BuildDefinitionSchedule(dict):
2431
2432
 
2432
2433
  @property
2433
2434
  @pulumi.getter(name="startMinutes")
2434
- def start_minutes(self) -> Optional[int]:
2435
+ def start_minutes(self) -> Optional[builtins.int]:
2435
2436
  """
2436
2437
  Build start minute. Possible values are: `0 ~ 59`. Defaults to `0`.
2437
2438
  """
@@ -2439,7 +2440,7 @@ class BuildDefinitionSchedule(dict):
2439
2440
 
2440
2441
  @property
2441
2442
  @pulumi.getter(name="timeZone")
2442
- def time_zone(self) -> Optional[str]:
2443
+ def time_zone(self) -> Optional[builtins.str]:
2443
2444
  """
2444
2445
  Build time zone. Defaults to `(UTC) Coordinated Universal Time`. Possible values are:
2445
2446
  `(UTC-12:00) International Date Line West`,
@@ -2590,11 +2591,11 @@ class BuildDefinitionSchedule(dict):
2590
2591
  @pulumi.output_type
2591
2592
  class BuildDefinitionScheduleBranchFilter(dict):
2592
2593
  def __init__(__self__, *,
2593
- excludes: Optional[Sequence[str]] = None,
2594
- includes: Optional[Sequence[str]] = None):
2594
+ excludes: Optional[Sequence[builtins.str]] = None,
2595
+ includes: Optional[Sequence[builtins.str]] = None):
2595
2596
  """
2596
- :param Sequence[str] excludes: List of branch patterns to exclude.
2597
- :param Sequence[str] includes: List of branch patterns to include.
2597
+ :param Sequence[builtins.str] excludes: List of branch patterns to exclude.
2598
+ :param Sequence[builtins.str] includes: List of branch patterns to include.
2598
2599
  """
2599
2600
  if excludes is not None:
2600
2601
  pulumi.set(__self__, "excludes", excludes)
@@ -2603,7 +2604,7 @@ class BuildDefinitionScheduleBranchFilter(dict):
2603
2604
 
2604
2605
  @property
2605
2606
  @pulumi.getter
2606
- def excludes(self) -> Optional[Sequence[str]]:
2607
+ def excludes(self) -> Optional[Sequence[builtins.str]]:
2607
2608
  """
2608
2609
  List of branch patterns to exclude.
2609
2610
  """
@@ -2611,7 +2612,7 @@ class BuildDefinitionScheduleBranchFilter(dict):
2611
2612
 
2612
2613
  @property
2613
2614
  @pulumi.getter
2614
- def includes(self) -> Optional[Sequence[str]]:
2615
+ def includes(self) -> Optional[Sequence[builtins.str]]:
2615
2616
  """
2616
2617
  List of branch patterns to include.
2617
2618
  """
@@ -2642,17 +2643,17 @@ class BuildDefinitionVariable(dict):
2642
2643
  return super().get(key, default)
2643
2644
 
2644
2645
  def __init__(__self__, *,
2645
- name: str,
2646
- allow_override: Optional[bool] = None,
2647
- is_secret: Optional[bool] = None,
2648
- secret_value: Optional[str] = None,
2649
- value: Optional[str] = None):
2650
- """
2651
- :param str name: The name of the variable.
2652
- :param bool allow_override: True if the variable can be overridden. Defaults to `true`.
2653
- :param bool is_secret: True if the variable is a secret. Defaults to `false`.
2654
- :param str secret_value: The secret value of the variable. Used when `is_secret` set to `true`.
2655
- :param str value: The value of the variable.
2646
+ name: builtins.str,
2647
+ allow_override: Optional[builtins.bool] = None,
2648
+ is_secret: Optional[builtins.bool] = None,
2649
+ secret_value: Optional[builtins.str] = None,
2650
+ value: Optional[builtins.str] = None):
2651
+ """
2652
+ :param builtins.str name: The name of the variable.
2653
+ :param builtins.bool allow_override: True if the variable can be overridden. Defaults to `true`.
2654
+ :param builtins.bool is_secret: True if the variable is a secret. Defaults to `false`.
2655
+ :param builtins.str secret_value: The secret value of the variable. Used when `is_secret` set to `true`.
2656
+ :param builtins.str value: The value of the variable.
2656
2657
  """
2657
2658
  pulumi.set(__self__, "name", name)
2658
2659
  if allow_override is not None:
@@ -2666,7 +2667,7 @@ class BuildDefinitionVariable(dict):
2666
2667
 
2667
2668
  @property
2668
2669
  @pulumi.getter
2669
- def name(self) -> str:
2670
+ def name(self) -> builtins.str:
2670
2671
  """
2671
2672
  The name of the variable.
2672
2673
  """
@@ -2674,7 +2675,7 @@ class BuildDefinitionVariable(dict):
2674
2675
 
2675
2676
  @property
2676
2677
  @pulumi.getter(name="allowOverride")
2677
- def allow_override(self) -> Optional[bool]:
2678
+ def allow_override(self) -> Optional[builtins.bool]:
2678
2679
  """
2679
2680
  True if the variable can be overridden. Defaults to `true`.
2680
2681
  """
@@ -2682,7 +2683,7 @@ class BuildDefinitionVariable(dict):
2682
2683
 
2683
2684
  @property
2684
2685
  @pulumi.getter(name="isSecret")
2685
- def is_secret(self) -> Optional[bool]:
2686
+ def is_secret(self) -> Optional[builtins.bool]:
2686
2687
  """
2687
2688
  True if the variable is a secret. Defaults to `false`.
2688
2689
  """
@@ -2690,7 +2691,7 @@ class BuildDefinitionVariable(dict):
2690
2691
 
2691
2692
  @property
2692
2693
  @pulumi.getter(name="secretValue")
2693
- def secret_value(self) -> Optional[str]:
2694
+ def secret_value(self) -> Optional[builtins.str]:
2694
2695
  """
2695
2696
  The secret value of the variable. Used when `is_secret` set to `true`.
2696
2697
  """
@@ -2698,7 +2699,7 @@ class BuildDefinitionVariable(dict):
2698
2699
 
2699
2700
  @property
2700
2701
  @pulumi.getter
2701
- def value(self) -> Optional[str]:
2702
+ def value(self) -> Optional[builtins.str]:
2702
2703
  """
2703
2704
  The value of the variable.
2704
2705
  """
@@ -2731,15 +2732,15 @@ class CheckRequiredTemplateRequiredTemplate(dict):
2731
2732
  return super().get(key, default)
2732
2733
 
2733
2734
  def __init__(__self__, *,
2734
- repository_name: str,
2735
- repository_ref: str,
2736
- template_path: str,
2737
- repository_type: Optional[str] = None):
2735
+ repository_name: builtins.str,
2736
+ repository_ref: builtins.str,
2737
+ template_path: builtins.str,
2738
+ repository_type: Optional[builtins.str] = None):
2738
2739
  """
2739
- :param str repository_name: The name of the repository storing the template.
2740
- :param str repository_ref: The branch in which the template will be referenced.
2741
- :param str template_path: The path to the template yaml.
2742
- :param str repository_type: The type of the repository storing the template. Possible values are: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
2740
+ :param builtins.str repository_name: The name of the repository storing the template.
2741
+ :param builtins.str repository_ref: The branch in which the template will be referenced.
2742
+ :param builtins.str template_path: The path to the template yaml.
2743
+ :param builtins.str repository_type: The type of the repository storing the template. Possible values are: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
2743
2744
  """
2744
2745
  pulumi.set(__self__, "repository_name", repository_name)
2745
2746
  pulumi.set(__self__, "repository_ref", repository_ref)
@@ -2749,7 +2750,7 @@ class CheckRequiredTemplateRequiredTemplate(dict):
2749
2750
 
2750
2751
  @property
2751
2752
  @pulumi.getter(name="repositoryName")
2752
- def repository_name(self) -> str:
2753
+ def repository_name(self) -> builtins.str:
2753
2754
  """
2754
2755
  The name of the repository storing the template.
2755
2756
  """
@@ -2757,7 +2758,7 @@ class CheckRequiredTemplateRequiredTemplate(dict):
2757
2758
 
2758
2759
  @property
2759
2760
  @pulumi.getter(name="repositoryRef")
2760
- def repository_ref(self) -> str:
2761
+ def repository_ref(self) -> builtins.str:
2761
2762
  """
2762
2763
  The branch in which the template will be referenced.
2763
2764
  """
@@ -2765,7 +2766,7 @@ class CheckRequiredTemplateRequiredTemplate(dict):
2765
2766
 
2766
2767
  @property
2767
2768
  @pulumi.getter(name="templatePath")
2768
- def template_path(self) -> str:
2769
+ def template_path(self) -> builtins.str:
2769
2770
  """
2770
2771
  The path to the template yaml.
2771
2772
  """
@@ -2773,7 +2774,7 @@ class CheckRequiredTemplateRequiredTemplate(dict):
2773
2774
 
2774
2775
  @property
2775
2776
  @pulumi.getter(name="repositoryType")
2776
- def repository_type(self) -> Optional[str]:
2777
+ def repository_type(self) -> Optional[builtins.str]:
2777
2778
  """
2778
2779
  The type of the repository storing the template. Possible values are: `azuregit`, `github`, `githubenterprise`, `bitbucket`. Defaults to `azuregit`.
2779
2780
  """
@@ -2800,11 +2801,11 @@ class FeedFeature(dict):
2800
2801
  return super().get(key, default)
2801
2802
 
2802
2803
  def __init__(__self__, *,
2803
- permanent_delete: Optional[bool] = None,
2804
- restore: Optional[bool] = None):
2804
+ permanent_delete: Optional[builtins.bool] = None,
2805
+ restore: Optional[builtins.bool] = None):
2805
2806
  """
2806
- :param bool permanent_delete: Determines if Feed should be Permanently removed, Defaults to `false`
2807
- :param bool restore: Determines if Feed should be Restored during creation (if possible), Defaults to `false`
2807
+ :param builtins.bool permanent_delete: Determines if Feed should be Permanently removed, Defaults to `false`
2808
+ :param builtins.bool restore: Determines if Feed should be Restored during creation (if possible), Defaults to `false`
2808
2809
  """
2809
2810
  if permanent_delete is not None:
2810
2811
  pulumi.set(__self__, "permanent_delete", permanent_delete)
@@ -2813,7 +2814,7 @@ class FeedFeature(dict):
2813
2814
 
2814
2815
  @property
2815
2816
  @pulumi.getter(name="permanentDelete")
2816
- def permanent_delete(self) -> Optional[bool]:
2817
+ def permanent_delete(self) -> Optional[builtins.bool]:
2817
2818
  """
2818
2819
  Determines if Feed should be Permanently removed, Defaults to `false`
2819
2820
  """
@@ -2821,7 +2822,7 @@ class FeedFeature(dict):
2821
2822
 
2822
2823
  @property
2823
2824
  @pulumi.getter
2824
- def restore(self) -> Optional[bool]:
2825
+ def restore(self) -> Optional[builtins.bool]:
2825
2826
  """
2826
2827
  Determines if Feed should be Restored during creation (if possible), Defaults to `false`
2827
2828
  """
@@ -2854,21 +2855,21 @@ class GitInitialization(dict):
2854
2855
  return super().get(key, default)
2855
2856
 
2856
2857
  def __init__(__self__, *,
2857
- init_type: str,
2858
- password: Optional[str] = None,
2859
- service_connection_id: Optional[str] = None,
2860
- source_type: Optional[str] = None,
2861
- source_url: Optional[str] = None,
2862
- username: Optional[str] = None):
2863
- """
2864
- :param str init_type: The type of repository to create. Valid values: `Uninitialized`, `Clean` or `Import`.
2865
- :param str password: The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2858
+ init_type: builtins.str,
2859
+ password: Optional[builtins.str] = None,
2860
+ service_connection_id: Optional[builtins.str] = None,
2861
+ source_type: Optional[builtins.str] = None,
2862
+ source_url: Optional[builtins.str] = None,
2863
+ username: Optional[builtins.str] = None):
2864
+ """
2865
+ :param builtins.str init_type: The type of repository to create. Valid values: `Uninitialized`, `Clean` or `Import`.
2866
+ :param builtins.str password: The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2866
2867
 
2867
2868
  ~>**Note** At least `service_connection_id` or `username/password` needs to be set to import private repository.
2868
- :param str service_connection_id: The ID of service connection used to authenticate to a private repository for import initialization. Conflicts with `username` and `password`.
2869
- :param str source_type: Type of the source repository. Used if the `init_type` is `Import`. Valid values: `Git`.
2870
- :param str source_url: The URL of the source repository. Used if the `init_type` is `Import`.
2871
- :param str username: The username used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2869
+ :param builtins.str service_connection_id: The ID of service connection used to authenticate to a private repository for import initialization. Conflicts with `username` and `password`.
2870
+ :param builtins.str source_type: Type of the source repository. Used if the `init_type` is `Import`. Valid values: `Git`.
2871
+ :param builtins.str source_url: The URL of the source repository. Used if the `init_type` is `Import`.
2872
+ :param builtins.str username: The username used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2872
2873
  """
2873
2874
  pulumi.set(__self__, "init_type", init_type)
2874
2875
  if password is not None:
@@ -2884,7 +2885,7 @@ class GitInitialization(dict):
2884
2885
 
2885
2886
  @property
2886
2887
  @pulumi.getter(name="initType")
2887
- def init_type(self) -> str:
2888
+ def init_type(self) -> builtins.str:
2888
2889
  """
2889
2890
  The type of repository to create. Valid values: `Uninitialized`, `Clean` or `Import`.
2890
2891
  """
@@ -2892,7 +2893,7 @@ class GitInitialization(dict):
2892
2893
 
2893
2894
  @property
2894
2895
  @pulumi.getter
2895
- def password(self) -> Optional[str]:
2896
+ def password(self) -> Optional[builtins.str]:
2896
2897
  """
2897
2898
  The password used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2898
2899
 
@@ -2902,7 +2903,7 @@ class GitInitialization(dict):
2902
2903
 
2903
2904
  @property
2904
2905
  @pulumi.getter(name="serviceConnectionId")
2905
- def service_connection_id(self) -> Optional[str]:
2906
+ def service_connection_id(self) -> Optional[builtins.str]:
2906
2907
  """
2907
2908
  The ID of service connection used to authenticate to a private repository for import initialization. Conflicts with `username` and `password`.
2908
2909
  """
@@ -2910,7 +2911,7 @@ class GitInitialization(dict):
2910
2911
 
2911
2912
  @property
2912
2913
  @pulumi.getter(name="sourceType")
2913
- def source_type(self) -> Optional[str]:
2914
+ def source_type(self) -> Optional[builtins.str]:
2914
2915
  """
2915
2916
  Type of the source repository. Used if the `init_type` is `Import`. Valid values: `Git`.
2916
2917
  """
@@ -2918,7 +2919,7 @@ class GitInitialization(dict):
2918
2919
 
2919
2920
  @property
2920
2921
  @pulumi.getter(name="sourceUrl")
2921
- def source_url(self) -> Optional[str]:
2922
+ def source_url(self) -> Optional[builtins.str]:
2922
2923
  """
2923
2924
  The URL of the source repository. Used if the `init_type` is `Import`.
2924
2925
  """
@@ -2926,7 +2927,7 @@ class GitInitialization(dict):
2926
2927
 
2927
2928
  @property
2928
2929
  @pulumi.getter
2929
- def username(self) -> Optional[str]:
2930
+ def username(self) -> Optional[builtins.str]:
2930
2931
  """
2931
2932
  The username used to authenticate to a private repository for import initialization. Conflicts with `service_connection_id`.
2932
2933
  """
@@ -2936,18 +2937,18 @@ class GitInitialization(dict):
2936
2937
  @pulumi.output_type
2937
2938
  class ServiceEndpointArtifactoryAuthenticationBasic(dict):
2938
2939
  def __init__(__self__, *,
2939
- password: str,
2940
- username: str):
2940
+ password: builtins.str,
2941
+ username: builtins.str):
2941
2942
  """
2942
- :param str password: The Password of the Artifactory.
2943
- :param str username: The Username of the Artifactory.
2943
+ :param builtins.str password: The Password of the Artifactory.
2944
+ :param builtins.str username: The Username of the Artifactory.
2944
2945
  """
2945
2946
  pulumi.set(__self__, "password", password)
2946
2947
  pulumi.set(__self__, "username", username)
2947
2948
 
2948
2949
  @property
2949
2950
  @pulumi.getter
2950
- def password(self) -> str:
2951
+ def password(self) -> builtins.str:
2951
2952
  """
2952
2953
  The Password of the Artifactory.
2953
2954
  """
@@ -2955,7 +2956,7 @@ class ServiceEndpointArtifactoryAuthenticationBasic(dict):
2955
2956
 
2956
2957
  @property
2957
2958
  @pulumi.getter
2958
- def username(self) -> str:
2959
+ def username(self) -> builtins.str:
2959
2960
  """
2960
2961
  The Username of the Artifactory.
2961
2962
  """
@@ -2965,15 +2966,15 @@ class ServiceEndpointArtifactoryAuthenticationBasic(dict):
2965
2966
  @pulumi.output_type
2966
2967
  class ServiceEndpointArtifactoryAuthenticationToken(dict):
2967
2968
  def __init__(__self__, *,
2968
- token: str):
2969
+ token: builtins.str):
2969
2970
  """
2970
- :param str token: Authentication Token generated through Artifactory.
2971
+ :param builtins.str token: Authentication Token generated through Artifactory.
2971
2972
  """
2972
2973
  pulumi.set(__self__, "token", token)
2973
2974
 
2974
2975
  @property
2975
2976
  @pulumi.getter
2976
- def token(self) -> str:
2977
+ def token(self) -> builtins.str:
2977
2978
  """
2978
2979
  Authentication Token generated through Artifactory.
2979
2980
  """
@@ -2983,15 +2984,15 @@ class ServiceEndpointArtifactoryAuthenticationToken(dict):
2983
2984
  @pulumi.output_type
2984
2985
  class ServiceEndpointAzureEcrCredentials(dict):
2985
2986
  def __init__(__self__, *,
2986
- serviceprincipalid: str):
2987
+ serviceprincipalid: builtins.str):
2987
2988
  """
2988
- :param str serviceprincipalid: The ID of the Service Principal Application.
2989
+ :param builtins.str serviceprincipalid: The ID of the Service Principal Application.
2989
2990
  """
2990
2991
  pulumi.set(__self__, "serviceprincipalid", serviceprincipalid)
2991
2992
 
2992
2993
  @property
2993
2994
  @pulumi.getter
2994
- def serviceprincipalid(self) -> str:
2995
+ def serviceprincipalid(self) -> builtins.str:
2995
2996
  """
2996
2997
  The ID of the Service Principal Application.
2997
2998
  """
@@ -3001,13 +3002,13 @@ class ServiceEndpointAzureEcrCredentials(dict):
3001
3002
  @pulumi.output_type
3002
3003
  class ServiceEndpointAzureRMCredentials(dict):
3003
3004
  def __init__(__self__, *,
3004
- serviceprincipalid: str,
3005
- serviceprincipalcertificate: Optional[str] = None,
3006
- serviceprincipalkey: Optional[str] = None):
3005
+ serviceprincipalid: builtins.str,
3006
+ serviceprincipalcertificate: Optional[builtins.str] = None,
3007
+ serviceprincipalkey: Optional[builtins.str] = None):
3007
3008
  """
3008
- :param str serviceprincipalid: The service principal application ID
3009
- :param str serviceprincipalcertificate: The service principal certificate. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
3010
- :param str serviceprincipalkey: The service principal secret. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
3009
+ :param builtins.str serviceprincipalid: The service principal application ID
3010
+ :param builtins.str serviceprincipalcertificate: The service principal certificate. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
3011
+ :param builtins.str serviceprincipalkey: The service principal secret. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
3011
3012
  """
3012
3013
  pulumi.set(__self__, "serviceprincipalid", serviceprincipalid)
3013
3014
  if serviceprincipalcertificate is not None:
@@ -3017,7 +3018,7 @@ class ServiceEndpointAzureRMCredentials(dict):
3017
3018
 
3018
3019
  @property
3019
3020
  @pulumi.getter
3020
- def serviceprincipalid(self) -> str:
3021
+ def serviceprincipalid(self) -> builtins.str:
3021
3022
  """
3022
3023
  The service principal application ID
3023
3024
  """
@@ -3025,7 +3026,7 @@ class ServiceEndpointAzureRMCredentials(dict):
3025
3026
 
3026
3027
  @property
3027
3028
  @pulumi.getter
3028
- def serviceprincipalcertificate(self) -> Optional[str]:
3029
+ def serviceprincipalcertificate(self) -> Optional[builtins.str]:
3029
3030
  """
3030
3031
  The service principal certificate. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
3031
3032
  """
@@ -3033,7 +3034,7 @@ class ServiceEndpointAzureRMCredentials(dict):
3033
3034
 
3034
3035
  @property
3035
3036
  @pulumi.getter
3036
- def serviceprincipalkey(self) -> Optional[str]:
3037
+ def serviceprincipalkey(self) -> Optional[builtins.str]:
3037
3038
  """
3038
3039
  The service principal secret. This not required if `service_endpoint_authentication_scheme` is set to `WorkloadIdentityFederation`.
3039
3040
  """
@@ -3043,16 +3044,16 @@ class ServiceEndpointAzureRMCredentials(dict):
3043
3044
  @pulumi.output_type
3044
3045
  class ServiceEndpointAzureRMFeatures(dict):
3045
3046
  def __init__(__self__, *,
3046
- validate: Optional[bool] = None):
3047
+ validate: Optional[builtins.bool] = None):
3047
3048
  """
3048
- :param bool validate: Whether or not to validate connection with Azure after create or update operations. Defaults to `false`
3049
+ :param builtins.bool validate: Whether or not to validate connection with Azure after create or update operations. Defaults to `false`
3049
3050
  """
3050
3051
  if validate is not None:
3051
3052
  pulumi.set(__self__, "validate", validate)
3052
3053
 
3053
3054
  @property
3054
3055
  @pulumi.getter
3055
- def validate(self) -> Optional[bool]:
3056
+ def validate(self) -> Optional[builtins.bool]:
3056
3057
  """
3057
3058
  Whether or not to validate connection with Azure after create or update operations. Defaults to `false`
3058
3059
  """
@@ -3079,12 +3080,12 @@ class ServiceEndpointGitHubAuthOauth(dict):
3079
3080
  return super().get(key, default)
3080
3081
 
3081
3082
  def __init__(__self__, *,
3082
- oauth_configuration_id: str):
3083
+ oauth_configuration_id: builtins.str):
3083
3084
  pulumi.set(__self__, "oauth_configuration_id", oauth_configuration_id)
3084
3085
 
3085
3086
  @property
3086
3087
  @pulumi.getter(name="oauthConfigurationId")
3087
- def oauth_configuration_id(self) -> str:
3088
+ def oauth_configuration_id(self) -> builtins.str:
3088
3089
  return pulumi.get(self, "oauth_configuration_id")
3089
3090
 
3090
3091
 
@@ -3108,15 +3109,15 @@ class ServiceEndpointGitHubAuthPersonal(dict):
3108
3109
  return super().get(key, default)
3109
3110
 
3110
3111
  def __init__(__self__, *,
3111
- personal_access_token: str):
3112
+ personal_access_token: builtins.str):
3112
3113
  """
3113
- :param str personal_access_token: The Personal Access Token for GitHub.
3114
+ :param builtins.str personal_access_token: The Personal Access Token for GitHub.
3114
3115
  """
3115
3116
  pulumi.set(__self__, "personal_access_token", personal_access_token)
3116
3117
 
3117
3118
  @property
3118
3119
  @pulumi.getter(name="personalAccessToken")
3119
- def personal_access_token(self) -> str:
3120
+ def personal_access_token(self) -> builtins.str:
3120
3121
  """
3121
3122
  The Personal Access Token for GitHub.
3122
3123
  """
@@ -3143,15 +3144,15 @@ class ServiceEndpointGitHubEnterpriseAuthPersonal(dict):
3143
3144
  return super().get(key, default)
3144
3145
 
3145
3146
  def __init__(__self__, *,
3146
- personal_access_token: str):
3147
+ personal_access_token: builtins.str):
3147
3148
  """
3148
- :param str personal_access_token: The Personal Access Token for GitHub.
3149
+ :param builtins.str personal_access_token: The Personal Access Token for GitHub.
3149
3150
  """
3150
3151
  pulumi.set(__self__, "personal_access_token", personal_access_token)
3151
3152
 
3152
3153
  @property
3153
3154
  @pulumi.getter(name="personalAccessToken")
3154
- def personal_access_token(self) -> str:
3155
+ def personal_access_token(self) -> builtins.str:
3155
3156
  """
3156
3157
  The Personal Access Token for GitHub.
3157
3158
  """
@@ -3190,23 +3191,23 @@ class ServiceEndpointKubernetesAzureSubscription(dict):
3190
3191
  return super().get(key, default)
3191
3192
 
3192
3193
  def __init__(__self__, *,
3193
- cluster_name: str,
3194
- resourcegroup_id: str,
3195
- subscription_id: str,
3196
- subscription_name: str,
3197
- tenant_id: str,
3198
- azure_environment: Optional[str] = None,
3199
- cluster_admin: Optional[bool] = None,
3200
- namespace: Optional[str] = None):
3201
- """
3202
- :param str cluster_name: The name of the Kubernetes cluster.
3203
- :param str resourcegroup_id: The resource group name, to which the Kubernetes cluster is deployed.
3204
- :param str subscription_id: The id of the Azure subscription.
3205
- :param str subscription_name: The name of the Azure subscription.
3206
- :param str tenant_id: The id of the tenant used by the subscription.
3207
- :param str azure_environment: Azure environment refers to whether the public cloud offering or domestic (government) clouds are being used. Currently, only the public cloud is supported. The value must be AzureCloud. This is also the default-value.
3208
- :param bool cluster_admin: Set this option to allow use cluster admin credentials.
3209
- :param str namespace: The Kubernetes namespace. Default value is "default".
3194
+ cluster_name: builtins.str,
3195
+ resourcegroup_id: builtins.str,
3196
+ subscription_id: builtins.str,
3197
+ subscription_name: builtins.str,
3198
+ tenant_id: builtins.str,
3199
+ azure_environment: Optional[builtins.str] = None,
3200
+ cluster_admin: Optional[builtins.bool] = None,
3201
+ namespace: Optional[builtins.str] = None):
3202
+ """
3203
+ :param builtins.str cluster_name: The name of the Kubernetes cluster.
3204
+ :param builtins.str resourcegroup_id: The resource group name, to which the Kubernetes cluster is deployed.
3205
+ :param builtins.str subscription_id: The id of the Azure subscription.
3206
+ :param builtins.str subscription_name: The name of the Azure subscription.
3207
+ :param builtins.str tenant_id: The id of the tenant used by the subscription.
3208
+ :param builtins.str azure_environment: Azure environment refers to whether the public cloud offering or domestic (government) clouds are being used. Currently, only the public cloud is supported. The value must be AzureCloud. This is also the default-value.
3209
+ :param builtins.bool cluster_admin: Set this option to allow use cluster admin credentials.
3210
+ :param builtins.str namespace: The Kubernetes namespace. Default value is "default".
3210
3211
  """
3211
3212
  pulumi.set(__self__, "cluster_name", cluster_name)
3212
3213
  pulumi.set(__self__, "resourcegroup_id", resourcegroup_id)
@@ -3222,7 +3223,7 @@ class ServiceEndpointKubernetesAzureSubscription(dict):
3222
3223
 
3223
3224
  @property
3224
3225
  @pulumi.getter(name="clusterName")
3225
- def cluster_name(self) -> str:
3226
+ def cluster_name(self) -> builtins.str:
3226
3227
  """
3227
3228
  The name of the Kubernetes cluster.
3228
3229
  """
@@ -3230,7 +3231,7 @@ class ServiceEndpointKubernetesAzureSubscription(dict):
3230
3231
 
3231
3232
  @property
3232
3233
  @pulumi.getter(name="resourcegroupId")
3233
- def resourcegroup_id(self) -> str:
3234
+ def resourcegroup_id(self) -> builtins.str:
3234
3235
  """
3235
3236
  The resource group name, to which the Kubernetes cluster is deployed.
3236
3237
  """
@@ -3238,7 +3239,7 @@ class ServiceEndpointKubernetesAzureSubscription(dict):
3238
3239
 
3239
3240
  @property
3240
3241
  @pulumi.getter(name="subscriptionId")
3241
- def subscription_id(self) -> str:
3242
+ def subscription_id(self) -> builtins.str:
3242
3243
  """
3243
3244
  The id of the Azure subscription.
3244
3245
  """
@@ -3246,7 +3247,7 @@ class ServiceEndpointKubernetesAzureSubscription(dict):
3246
3247
 
3247
3248
  @property
3248
3249
  @pulumi.getter(name="subscriptionName")
3249
- def subscription_name(self) -> str:
3250
+ def subscription_name(self) -> builtins.str:
3250
3251
  """
3251
3252
  The name of the Azure subscription.
3252
3253
  """
@@ -3254,7 +3255,7 @@ class ServiceEndpointKubernetesAzureSubscription(dict):
3254
3255
 
3255
3256
  @property
3256
3257
  @pulumi.getter(name="tenantId")
3257
- def tenant_id(self) -> str:
3258
+ def tenant_id(self) -> builtins.str:
3258
3259
  """
3259
3260
  The id of the tenant used by the subscription.
3260
3261
  """
@@ -3262,7 +3263,7 @@ class ServiceEndpointKubernetesAzureSubscription(dict):
3262
3263
 
3263
3264
  @property
3264
3265
  @pulumi.getter(name="azureEnvironment")
3265
- def azure_environment(self) -> Optional[str]:
3266
+ def azure_environment(self) -> Optional[builtins.str]:
3266
3267
  """
3267
3268
  Azure environment refers to whether the public cloud offering or domestic (government) clouds are being used. Currently, only the public cloud is supported. The value must be AzureCloud. This is also the default-value.
3268
3269
  """
@@ -3270,7 +3271,7 @@ class ServiceEndpointKubernetesAzureSubscription(dict):
3270
3271
 
3271
3272
  @property
3272
3273
  @pulumi.getter(name="clusterAdmin")
3273
- def cluster_admin(self) -> Optional[bool]:
3274
+ def cluster_admin(self) -> Optional[builtins.bool]:
3274
3275
  """
3275
3276
  Set this option to allow use cluster admin credentials.
3276
3277
  """
@@ -3278,7 +3279,7 @@ class ServiceEndpointKubernetesAzureSubscription(dict):
3278
3279
 
3279
3280
  @property
3280
3281
  @pulumi.getter
3281
- def namespace(self) -> Optional[str]:
3282
+ def namespace(self) -> Optional[builtins.str]:
3282
3283
  """
3283
3284
  The Kubernetes namespace. Default value is "default".
3284
3285
  """
@@ -3309,13 +3310,13 @@ class ServiceEndpointKubernetesKubeconfig(dict):
3309
3310
  return super().get(key, default)
3310
3311
 
3311
3312
  def __init__(__self__, *,
3312
- kube_config: str,
3313
- accept_untrusted_certs: Optional[bool] = None,
3314
- cluster_context: Optional[str] = None):
3313
+ kube_config: builtins.str,
3314
+ accept_untrusted_certs: Optional[builtins.bool] = None,
3315
+ cluster_context: Optional[builtins.str] = None):
3315
3316
  """
3316
- :param str kube_config: The content of the kubeconfig in yaml notation to be used to communicate with the API-Server of Kubernetes.
3317
- :param bool accept_untrusted_certs: Set this option to allow clients to accept a self-signed certificate.
3318
- :param str cluster_context: Context within the kubeconfig file that is to be used for identifying the cluster. Default value is the current-context set in kubeconfig.
3317
+ :param builtins.str kube_config: The content of the kubeconfig in yaml notation to be used to communicate with the API-Server of Kubernetes.
3318
+ :param builtins.bool accept_untrusted_certs: Set this option to allow clients to accept a self-signed certificate.
3319
+ :param builtins.str cluster_context: Context within the kubeconfig file that is to be used for identifying the cluster. Default value is the current-context set in kubeconfig.
3319
3320
  """
3320
3321
  pulumi.set(__self__, "kube_config", kube_config)
3321
3322
  if accept_untrusted_certs is not None:
@@ -3325,7 +3326,7 @@ class ServiceEndpointKubernetesKubeconfig(dict):
3325
3326
 
3326
3327
  @property
3327
3328
  @pulumi.getter(name="kubeConfig")
3328
- def kube_config(self) -> str:
3329
+ def kube_config(self) -> builtins.str:
3329
3330
  """
3330
3331
  The content of the kubeconfig in yaml notation to be used to communicate with the API-Server of Kubernetes.
3331
3332
  """
@@ -3333,7 +3334,7 @@ class ServiceEndpointKubernetesKubeconfig(dict):
3333
3334
 
3334
3335
  @property
3335
3336
  @pulumi.getter(name="acceptUntrustedCerts")
3336
- def accept_untrusted_certs(self) -> Optional[bool]:
3337
+ def accept_untrusted_certs(self) -> Optional[builtins.bool]:
3337
3338
  """
3338
3339
  Set this option to allow clients to accept a self-signed certificate.
3339
3340
  """
@@ -3341,7 +3342,7 @@ class ServiceEndpointKubernetesKubeconfig(dict):
3341
3342
 
3342
3343
  @property
3343
3344
  @pulumi.getter(name="clusterContext")
3344
- def cluster_context(self) -> Optional[str]:
3345
+ def cluster_context(self) -> Optional[builtins.str]:
3345
3346
  """
3346
3347
  Context within the kubeconfig file that is to be used for identifying the cluster. Default value is the current-context set in kubeconfig.
3347
3348
  """
@@ -3370,13 +3371,13 @@ class ServiceEndpointKubernetesServiceAccount(dict):
3370
3371
  return super().get(key, default)
3371
3372
 
3372
3373
  def __init__(__self__, *,
3373
- ca_cert: str,
3374
- token: str,
3375
- accept_untrusted_certs: Optional[bool] = None):
3374
+ ca_cert: builtins.str,
3375
+ token: builtins.str,
3376
+ accept_untrusted_certs: Optional[builtins.bool] = None):
3376
3377
  """
3377
- :param str ca_cert: The certificate from a Kubernetes secret object.
3378
- :param str token: The token from a Kubernetes secret object.
3379
- :param bool accept_untrusted_certs: Set this option to allow clients to accept a self-signed certificate. Defaults to `false`.
3378
+ :param builtins.str ca_cert: The certificate from a Kubernetes secret object.
3379
+ :param builtins.str token: The token from a Kubernetes secret object.
3380
+ :param builtins.bool accept_untrusted_certs: Set this option to allow clients to accept a self-signed certificate. Defaults to `false`.
3380
3381
  """
3381
3382
  pulumi.set(__self__, "ca_cert", ca_cert)
3382
3383
  pulumi.set(__self__, "token", token)
@@ -3385,7 +3386,7 @@ class ServiceEndpointKubernetesServiceAccount(dict):
3385
3386
 
3386
3387
  @property
3387
3388
  @pulumi.getter(name="caCert")
3388
- def ca_cert(self) -> str:
3389
+ def ca_cert(self) -> builtins.str:
3389
3390
  """
3390
3391
  The certificate from a Kubernetes secret object.
3391
3392
  """
@@ -3393,7 +3394,7 @@ class ServiceEndpointKubernetesServiceAccount(dict):
3393
3394
 
3394
3395
  @property
3395
3396
  @pulumi.getter
3396
- def token(self) -> str:
3397
+ def token(self) -> builtins.str:
3397
3398
  """
3398
3399
  The token from a Kubernetes secret object.
3399
3400
  """
@@ -3401,7 +3402,7 @@ class ServiceEndpointKubernetesServiceAccount(dict):
3401
3402
 
3402
3403
  @property
3403
3404
  @pulumi.getter(name="acceptUntrustedCerts")
3404
- def accept_untrusted_certs(self) -> Optional[bool]:
3405
+ def accept_untrusted_certs(self) -> Optional[builtins.bool]:
3405
3406
  """
3406
3407
  Set this option to allow clients to accept a self-signed certificate. Defaults to `false`.
3407
3408
  """
@@ -3428,15 +3429,15 @@ class ServiceEndpointPipelineAuthPersonal(dict):
3428
3429
  return super().get(key, default)
3429
3430
 
3430
3431
  def __init__(__self__, *,
3431
- personal_access_token: str):
3432
+ personal_access_token: builtins.str):
3432
3433
  """
3433
- :param str personal_access_token: The Personal Access Token for Azure DevOps Pipeline. It also can be set with AZDO_PERSONAL_ACCESS_TOKEN environment variable.
3434
+ :param builtins.str personal_access_token: The Personal Access Token for Azure DevOps Pipeline. It also can be set with AZDO_PERSONAL_ACCESS_TOKEN environment variable.
3434
3435
  """
3435
3436
  pulumi.set(__self__, "personal_access_token", personal_access_token)
3436
3437
 
3437
3438
  @property
3438
3439
  @pulumi.getter(name="personalAccessToken")
3439
- def personal_access_token(self) -> str:
3440
+ def personal_access_token(self) -> builtins.str:
3440
3441
  """
3441
3442
  The Personal Access Token for Azure DevOps Pipeline. It also can be set with AZDO_PERSONAL_ACCESS_TOKEN environment variable.
3442
3443
  """
@@ -3467,17 +3468,17 @@ class ServiceEndpointServiceFabricAzureActiveDirectory(dict):
3467
3468
  return super().get(key, default)
3468
3469
 
3469
3470
  def __init__(__self__, *,
3470
- password: str,
3471
- server_certificate_lookup: str,
3472
- username: str,
3473
- server_certificate_common_name: Optional[str] = None,
3474
- server_certificate_thumbprint: Optional[str] = None):
3475
- """
3476
- :param str password: Password for the Azure Active Directory account.
3477
- :param str server_certificate_lookup: Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3478
- :param str username: Specify an Azure Active Directory account.
3479
- :param str server_certificate_common_name: The common name(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple common names with a comma (',')
3480
- :param str server_certificate_thumbprint: The thumbprint(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple thumbprints with a comma (',')
3471
+ password: builtins.str,
3472
+ server_certificate_lookup: builtins.str,
3473
+ username: builtins.str,
3474
+ server_certificate_common_name: Optional[builtins.str] = None,
3475
+ server_certificate_thumbprint: Optional[builtins.str] = None):
3476
+ """
3477
+ :param builtins.str password: Password for the Azure Active Directory account.
3478
+ :param builtins.str server_certificate_lookup: Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3479
+ :param builtins.str username: Specify an Azure Active Directory account.
3480
+ :param builtins.str server_certificate_common_name: The common name(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple common names with a comma (',')
3481
+ :param builtins.str server_certificate_thumbprint: The thumbprint(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple thumbprints with a comma (',')
3481
3482
  """
3482
3483
  pulumi.set(__self__, "password", password)
3483
3484
  pulumi.set(__self__, "server_certificate_lookup", server_certificate_lookup)
@@ -3489,7 +3490,7 @@ class ServiceEndpointServiceFabricAzureActiveDirectory(dict):
3489
3490
 
3490
3491
  @property
3491
3492
  @pulumi.getter
3492
- def password(self) -> str:
3493
+ def password(self) -> builtins.str:
3493
3494
  """
3494
3495
  Password for the Azure Active Directory account.
3495
3496
  """
@@ -3497,7 +3498,7 @@ class ServiceEndpointServiceFabricAzureActiveDirectory(dict):
3497
3498
 
3498
3499
  @property
3499
3500
  @pulumi.getter(name="serverCertificateLookup")
3500
- def server_certificate_lookup(self) -> str:
3501
+ def server_certificate_lookup(self) -> builtins.str:
3501
3502
  """
3502
3503
  Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3503
3504
  """
@@ -3505,7 +3506,7 @@ class ServiceEndpointServiceFabricAzureActiveDirectory(dict):
3505
3506
 
3506
3507
  @property
3507
3508
  @pulumi.getter
3508
- def username(self) -> str:
3509
+ def username(self) -> builtins.str:
3509
3510
  """
3510
3511
  Specify an Azure Active Directory account.
3511
3512
  """
@@ -3513,7 +3514,7 @@ class ServiceEndpointServiceFabricAzureActiveDirectory(dict):
3513
3514
 
3514
3515
  @property
3515
3516
  @pulumi.getter(name="serverCertificateCommonName")
3516
- def server_certificate_common_name(self) -> Optional[str]:
3517
+ def server_certificate_common_name(self) -> Optional[builtins.str]:
3517
3518
  """
3518
3519
  The common name(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple common names with a comma (',')
3519
3520
  """
@@ -3521,7 +3522,7 @@ class ServiceEndpointServiceFabricAzureActiveDirectory(dict):
3521
3522
 
3522
3523
  @property
3523
3524
  @pulumi.getter(name="serverCertificateThumbprint")
3524
- def server_certificate_thumbprint(self) -> Optional[str]:
3525
+ def server_certificate_thumbprint(self) -> Optional[builtins.str]:
3525
3526
  """
3526
3527
  The thumbprint(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple thumbprints with a comma (',')
3527
3528
  """
@@ -3556,17 +3557,17 @@ class ServiceEndpointServiceFabricCertificate(dict):
3556
3557
  return super().get(key, default)
3557
3558
 
3558
3559
  def __init__(__self__, *,
3559
- client_certificate: str,
3560
- server_certificate_lookup: str,
3561
- client_certificate_password: Optional[str] = None,
3562
- server_certificate_common_name: Optional[str] = None,
3563
- server_certificate_thumbprint: Optional[str] = None):
3564
- """
3565
- :param str client_certificate: Base64 encoding of the cluster's client certificate file.
3566
- :param str server_certificate_lookup: Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3567
- :param str client_certificate_password: Password for the certificate.
3568
- :param str server_certificate_common_name: The common name(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple common names with a comma (',')
3569
- :param str server_certificate_thumbprint: The thumbprint(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple thumbprints with a comma (',')
3560
+ client_certificate: builtins.str,
3561
+ server_certificate_lookup: builtins.str,
3562
+ client_certificate_password: Optional[builtins.str] = None,
3563
+ server_certificate_common_name: Optional[builtins.str] = None,
3564
+ server_certificate_thumbprint: Optional[builtins.str] = None):
3565
+ """
3566
+ :param builtins.str client_certificate: Base64 encoding of the cluster's client certificate file.
3567
+ :param builtins.str server_certificate_lookup: Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3568
+ :param builtins.str client_certificate_password: Password for the certificate.
3569
+ :param builtins.str server_certificate_common_name: The common name(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple common names with a comma (',')
3570
+ :param builtins.str server_certificate_thumbprint: The thumbprint(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple thumbprints with a comma (',')
3570
3571
  """
3571
3572
  pulumi.set(__self__, "client_certificate", client_certificate)
3572
3573
  pulumi.set(__self__, "server_certificate_lookup", server_certificate_lookup)
@@ -3579,7 +3580,7 @@ class ServiceEndpointServiceFabricCertificate(dict):
3579
3580
 
3580
3581
  @property
3581
3582
  @pulumi.getter(name="clientCertificate")
3582
- def client_certificate(self) -> str:
3583
+ def client_certificate(self) -> builtins.str:
3583
3584
  """
3584
3585
  Base64 encoding of the cluster's client certificate file.
3585
3586
  """
@@ -3587,7 +3588,7 @@ class ServiceEndpointServiceFabricCertificate(dict):
3587
3588
 
3588
3589
  @property
3589
3590
  @pulumi.getter(name="serverCertificateLookup")
3590
- def server_certificate_lookup(self) -> str:
3591
+ def server_certificate_lookup(self) -> builtins.str:
3591
3592
  """
3592
3593
  Verification mode for the cluster. Possible values are: `Thumbprint`, `CommonName`.
3593
3594
  """
@@ -3595,7 +3596,7 @@ class ServiceEndpointServiceFabricCertificate(dict):
3595
3596
 
3596
3597
  @property
3597
3598
  @pulumi.getter(name="clientCertificatePassword")
3598
- def client_certificate_password(self) -> Optional[str]:
3599
+ def client_certificate_password(self) -> Optional[builtins.str]:
3599
3600
  """
3600
3601
  Password for the certificate.
3601
3602
  """
@@ -3603,7 +3604,7 @@ class ServiceEndpointServiceFabricCertificate(dict):
3603
3604
 
3604
3605
  @property
3605
3606
  @pulumi.getter(name="serverCertificateCommonName")
3606
- def server_certificate_common_name(self) -> Optional[str]:
3607
+ def server_certificate_common_name(self) -> Optional[builtins.str]:
3607
3608
  """
3608
3609
  The common name(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple common names with a comma (',')
3609
3610
  """
@@ -3611,7 +3612,7 @@ class ServiceEndpointServiceFabricCertificate(dict):
3611
3612
 
3612
3613
  @property
3613
3614
  @pulumi.getter(name="serverCertificateThumbprint")
3614
- def server_certificate_thumbprint(self) -> Optional[str]:
3615
+ def server_certificate_thumbprint(self) -> Optional[builtins.str]:
3615
3616
  """
3616
3617
  The thumbprint(s) of the cluster's certificate(s). This is used to verify the identity of the cluster. This value overrides the publish profile. Separate multiple thumbprints with a comma (',')
3617
3618
  """
@@ -3638,11 +3639,11 @@ class ServiceEndpointServiceFabricNone(dict):
3638
3639
  return super().get(key, default)
3639
3640
 
3640
3641
  def __init__(__self__, *,
3641
- cluster_spn: Optional[str] = None,
3642
- unsecured: Optional[bool] = None):
3642
+ cluster_spn: Optional[builtins.str] = None,
3643
+ unsecured: Optional[builtins.bool] = None):
3643
3644
  """
3644
- :param str cluster_spn: Fully qualified domain SPN for gMSA account. This is applicable only if `unsecured` option is disabled.
3645
- :param bool unsecured: Skip using windows security for authentication.
3645
+ :param builtins.str cluster_spn: Fully qualified domain SPN for gMSA account. This is applicable only if `unsecured` option is disabled.
3646
+ :param builtins.bool unsecured: Skip using windows security for authentication.
3646
3647
  """
3647
3648
  if cluster_spn is not None:
3648
3649
  pulumi.set(__self__, "cluster_spn", cluster_spn)
@@ -3651,7 +3652,7 @@ class ServiceEndpointServiceFabricNone(dict):
3651
3652
 
3652
3653
  @property
3653
3654
  @pulumi.getter(name="clusterSpn")
3654
- def cluster_spn(self) -> Optional[str]:
3655
+ def cluster_spn(self) -> Optional[builtins.str]:
3655
3656
  """
3656
3657
  Fully qualified domain SPN for gMSA account. This is applicable only if `unsecured` option is disabled.
3657
3658
  """
@@ -3659,7 +3660,7 @@ class ServiceEndpointServiceFabricNone(dict):
3659
3660
 
3660
3661
  @property
3661
3662
  @pulumi.getter
3662
- def unsecured(self) -> Optional[bool]:
3663
+ def unsecured(self) -> Optional[builtins.bool]:
3663
3664
  """
3664
3665
  Skip using windows security for authentication.
3665
3666
  """
@@ -3669,18 +3670,18 @@ class ServiceEndpointServiceFabricNone(dict):
3669
3670
  @pulumi.output_type
3670
3671
  class ServiceendpointArgocdAuthenticationBasic(dict):
3671
3672
  def __init__(__self__, *,
3672
- password: str,
3673
- username: str):
3673
+ password: builtins.str,
3674
+ username: builtins.str):
3674
3675
  """
3675
- :param str password: The Password of the ArgoCD.
3676
- :param str username: The Username of the ArgoCD.
3676
+ :param builtins.str password: The Password of the ArgoCD.
3677
+ :param builtins.str username: The Username of the ArgoCD.
3677
3678
  """
3678
3679
  pulumi.set(__self__, "password", password)
3679
3680
  pulumi.set(__self__, "username", username)
3680
3681
 
3681
3682
  @property
3682
3683
  @pulumi.getter
3683
- def password(self) -> str:
3684
+ def password(self) -> builtins.str:
3684
3685
  """
3685
3686
  The Password of the ArgoCD.
3686
3687
  """
@@ -3688,7 +3689,7 @@ class ServiceendpointArgocdAuthenticationBasic(dict):
3688
3689
 
3689
3690
  @property
3690
3691
  @pulumi.getter
3691
- def username(self) -> str:
3692
+ def username(self) -> builtins.str:
3692
3693
  """
3693
3694
  The Username of the ArgoCD.
3694
3695
  """
@@ -3698,15 +3699,15 @@ class ServiceendpointArgocdAuthenticationBasic(dict):
3698
3699
  @pulumi.output_type
3699
3700
  class ServiceendpointArgocdAuthenticationToken(dict):
3700
3701
  def __init__(__self__, *,
3701
- token: str):
3702
+ token: builtins.str):
3702
3703
  """
3703
- :param str token: Authentication Token generated through ArgoCD.
3704
+ :param builtins.str token: Authentication Token generated through ArgoCD.
3704
3705
  """
3705
3706
  pulumi.set(__self__, "token", token)
3706
3707
 
3707
3708
  @property
3708
3709
  @pulumi.getter
3709
- def token(self) -> str:
3710
+ def token(self) -> builtins.str:
3710
3711
  """
3711
3712
  Authentication Token generated through ArgoCD.
3712
3713
  """
@@ -3733,15 +3734,15 @@ class ServiceendpointExternaltfsAuthPersonal(dict):
3733
3734
  return super().get(key, default)
3734
3735
 
3735
3736
  def __init__(__self__, *,
3736
- personal_access_token: str):
3737
+ personal_access_token: builtins.str):
3737
3738
  """
3738
- :param str personal_access_token: The Personal Access Token for Azure DevOps Organization.
3739
+ :param builtins.str personal_access_token: The Personal Access Token for Azure DevOps Organization.
3739
3740
  """
3740
3741
  pulumi.set(__self__, "personal_access_token", personal_access_token)
3741
3742
 
3742
3743
  @property
3743
3744
  @pulumi.getter(name="personalAccessToken")
3744
- def personal_access_token(self) -> str:
3745
+ def personal_access_token(self) -> builtins.str:
3745
3746
  """
3746
3747
  The Personal Access Token for Azure DevOps Organization.
3747
3748
  """
@@ -3751,18 +3752,18 @@ class ServiceendpointExternaltfsAuthPersonal(dict):
3751
3752
  @pulumi.output_type
3752
3753
  class ServiceendpointJfrogArtifactoryV2AuthenticationBasic(dict):
3753
3754
  def __init__(__self__, *,
3754
- password: str,
3755
- username: str):
3755
+ password: builtins.str,
3756
+ username: builtins.str):
3756
3757
  """
3757
- :param str password: The Password of the Artifactory.
3758
- :param str username: The Username of the Artifactory.
3758
+ :param builtins.str password: The Password of the Artifactory.
3759
+ :param builtins.str username: The Username of the Artifactory.
3759
3760
  """
3760
3761
  pulumi.set(__self__, "password", password)
3761
3762
  pulumi.set(__self__, "username", username)
3762
3763
 
3763
3764
  @property
3764
3765
  @pulumi.getter
3765
- def password(self) -> str:
3766
+ def password(self) -> builtins.str:
3766
3767
  """
3767
3768
  The Password of the Artifactory.
3768
3769
  """
@@ -3770,7 +3771,7 @@ class ServiceendpointJfrogArtifactoryV2AuthenticationBasic(dict):
3770
3771
 
3771
3772
  @property
3772
3773
  @pulumi.getter
3773
- def username(self) -> str:
3774
+ def username(self) -> builtins.str:
3774
3775
  """
3775
3776
  The Username of the Artifactory.
3776
3777
  """
@@ -3780,15 +3781,15 @@ class ServiceendpointJfrogArtifactoryV2AuthenticationBasic(dict):
3780
3781
  @pulumi.output_type
3781
3782
  class ServiceendpointJfrogArtifactoryV2AuthenticationToken(dict):
3782
3783
  def __init__(__self__, *,
3783
- token: str):
3784
+ token: builtins.str):
3784
3785
  """
3785
- :param str token: Authentication Token generated through Artifactory.
3786
+ :param builtins.str token: Authentication Token generated through Artifactory.
3786
3787
  """
3787
3788
  pulumi.set(__self__, "token", token)
3788
3789
 
3789
3790
  @property
3790
3791
  @pulumi.getter
3791
- def token(self) -> str:
3792
+ def token(self) -> builtins.str:
3792
3793
  """
3793
3794
  Authentication Token generated through Artifactory.
3794
3795
  """
@@ -3798,18 +3799,18 @@ class ServiceendpointJfrogArtifactoryV2AuthenticationToken(dict):
3798
3799
  @pulumi.output_type
3799
3800
  class ServiceendpointJfrogDistributionV2AuthenticationBasic(dict):
3800
3801
  def __init__(__self__, *,
3801
- password: str,
3802
- username: str):
3802
+ password: builtins.str,
3803
+ username: builtins.str):
3803
3804
  """
3804
- :param str password: The Password of the Artifactory.
3805
- :param str username: The Username of the Artifactory.
3805
+ :param builtins.str password: The Password of the Artifactory.
3806
+ :param builtins.str username: The Username of the Artifactory.
3806
3807
  """
3807
3808
  pulumi.set(__self__, "password", password)
3808
3809
  pulumi.set(__self__, "username", username)
3809
3810
 
3810
3811
  @property
3811
3812
  @pulumi.getter
3812
- def password(self) -> str:
3813
+ def password(self) -> builtins.str:
3813
3814
  """
3814
3815
  The Password of the Artifactory.
3815
3816
  """
@@ -3817,7 +3818,7 @@ class ServiceendpointJfrogDistributionV2AuthenticationBasic(dict):
3817
3818
 
3818
3819
  @property
3819
3820
  @pulumi.getter
3820
- def username(self) -> str:
3821
+ def username(self) -> builtins.str:
3821
3822
  """
3822
3823
  The Username of the Artifactory.
3823
3824
  """
@@ -3827,15 +3828,15 @@ class ServiceendpointJfrogDistributionV2AuthenticationBasic(dict):
3827
3828
  @pulumi.output_type
3828
3829
  class ServiceendpointJfrogDistributionV2AuthenticationToken(dict):
3829
3830
  def __init__(__self__, *,
3830
- token: str):
3831
+ token: builtins.str):
3831
3832
  """
3832
- :param str token: The Authentication Token generated through Artifactory.
3833
+ :param builtins.str token: The Authentication Token generated through Artifactory.
3833
3834
  """
3834
3835
  pulumi.set(__self__, "token", token)
3835
3836
 
3836
3837
  @property
3837
3838
  @pulumi.getter
3838
- def token(self) -> str:
3839
+ def token(self) -> builtins.str:
3839
3840
  """
3840
3841
  The Authentication Token generated through Artifactory.
3841
3842
  """
@@ -3845,18 +3846,18 @@ class ServiceendpointJfrogDistributionV2AuthenticationToken(dict):
3845
3846
  @pulumi.output_type
3846
3847
  class ServiceendpointJfrogPlatformV2AuthenticationBasic(dict):
3847
3848
  def __init__(__self__, *,
3848
- password: str,
3849
- username: str):
3849
+ password: builtins.str,
3850
+ username: builtins.str):
3850
3851
  """
3851
- :param str password: The Password of the Artifactory.
3852
- :param str username: The Username of the Artifactory.
3852
+ :param builtins.str password: The Password of the Artifactory.
3853
+ :param builtins.str username: The Username of the Artifactory.
3853
3854
  """
3854
3855
  pulumi.set(__self__, "password", password)
3855
3856
  pulumi.set(__self__, "username", username)
3856
3857
 
3857
3858
  @property
3858
3859
  @pulumi.getter
3859
- def password(self) -> str:
3860
+ def password(self) -> builtins.str:
3860
3861
  """
3861
3862
  The Password of the Artifactory.
3862
3863
  """
@@ -3864,7 +3865,7 @@ class ServiceendpointJfrogPlatformV2AuthenticationBasic(dict):
3864
3865
 
3865
3866
  @property
3866
3867
  @pulumi.getter
3867
- def username(self) -> str:
3868
+ def username(self) -> builtins.str:
3868
3869
  """
3869
3870
  The Username of the Artifactory.
3870
3871
  """
@@ -3874,15 +3875,15 @@ class ServiceendpointJfrogPlatformV2AuthenticationBasic(dict):
3874
3875
  @pulumi.output_type
3875
3876
  class ServiceendpointJfrogPlatformV2AuthenticationToken(dict):
3876
3877
  def __init__(__self__, *,
3877
- token: str):
3878
+ token: builtins.str):
3878
3879
  """
3879
- :param str token: Authentication Token generated through Artifactory.
3880
+ :param builtins.str token: Authentication Token generated through Artifactory.
3880
3881
  """
3881
3882
  pulumi.set(__self__, "token", token)
3882
3883
 
3883
3884
  @property
3884
3885
  @pulumi.getter
3885
- def token(self) -> str:
3886
+ def token(self) -> builtins.str:
3886
3887
  """
3887
3888
  Authentication Token generated through Artifactory.
3888
3889
  """
@@ -3892,18 +3893,18 @@ class ServiceendpointJfrogPlatformV2AuthenticationToken(dict):
3892
3893
  @pulumi.output_type
3893
3894
  class ServiceendpointJfrogXrayV2AuthenticationBasic(dict):
3894
3895
  def __init__(__self__, *,
3895
- password: str,
3896
- username: str):
3896
+ password: builtins.str,
3897
+ username: builtins.str):
3897
3898
  """
3898
- :param str password: The Password of the Artifactory.
3899
- :param str username: The Username of the Artifactory.
3899
+ :param builtins.str password: The Password of the Artifactory.
3900
+ :param builtins.str username: The Username of the Artifactory.
3900
3901
  """
3901
3902
  pulumi.set(__self__, "password", password)
3902
3903
  pulumi.set(__self__, "username", username)
3903
3904
 
3904
3905
  @property
3905
3906
  @pulumi.getter
3906
- def password(self) -> str:
3907
+ def password(self) -> builtins.str:
3907
3908
  """
3908
3909
  The Password of the Artifactory.
3909
3910
  """
@@ -3911,7 +3912,7 @@ class ServiceendpointJfrogXrayV2AuthenticationBasic(dict):
3911
3912
 
3912
3913
  @property
3913
3914
  @pulumi.getter
3914
- def username(self) -> str:
3915
+ def username(self) -> builtins.str:
3915
3916
  """
3916
3917
  The Username of the Artifactory.
3917
3918
  """
@@ -3921,15 +3922,15 @@ class ServiceendpointJfrogXrayV2AuthenticationBasic(dict):
3921
3922
  @pulumi.output_type
3922
3923
  class ServiceendpointJfrogXrayV2AuthenticationToken(dict):
3923
3924
  def __init__(__self__, *,
3924
- token: str):
3925
+ token: builtins.str):
3925
3926
  """
3926
- :param str token: Authentication Token generated through Artifactory.
3927
+ :param builtins.str token: Authentication Token generated through Artifactory.
3927
3928
  """
3928
3929
  pulumi.set(__self__, "token", token)
3929
3930
 
3930
3931
  @property
3931
3932
  @pulumi.getter
3932
- def token(self) -> str:
3933
+ def token(self) -> builtins.str:
3933
3934
  """
3934
3935
  Authentication Token generated through Artifactory.
3935
3936
  """
@@ -3939,18 +3940,18 @@ class ServiceendpointJfrogXrayV2AuthenticationToken(dict):
3939
3940
  @pulumi.output_type
3940
3941
  class ServiceendpointMavenAuthenticationBasic(dict):
3941
3942
  def __init__(__self__, *,
3942
- password: str,
3943
- username: str):
3943
+ password: builtins.str,
3944
+ username: builtins.str):
3944
3945
  """
3945
- :param str password: The password Maven Repository.
3946
- :param str username: The Username of the Maven Repository.
3946
+ :param builtins.str password: The password Maven Repository.
3947
+ :param builtins.str username: The Username of the Maven Repository.
3947
3948
  """
3948
3949
  pulumi.set(__self__, "password", password)
3949
3950
  pulumi.set(__self__, "username", username)
3950
3951
 
3951
3952
  @property
3952
3953
  @pulumi.getter
3953
- def password(self) -> str:
3954
+ def password(self) -> builtins.str:
3954
3955
  """
3955
3956
  The password Maven Repository.
3956
3957
  """
@@ -3958,7 +3959,7 @@ class ServiceendpointMavenAuthenticationBasic(dict):
3958
3959
 
3959
3960
  @property
3960
3961
  @pulumi.getter
3961
- def username(self) -> str:
3962
+ def username(self) -> builtins.str:
3962
3963
  """
3963
3964
  The Username of the Maven Repository.
3964
3965
  """
@@ -3968,15 +3969,15 @@ class ServiceendpointMavenAuthenticationBasic(dict):
3968
3969
  @pulumi.output_type
3969
3970
  class ServiceendpointMavenAuthenticationToken(dict):
3970
3971
  def __init__(__self__, *,
3971
- token: str):
3972
+ token: builtins.str):
3972
3973
  """
3973
- :param str token: Authentication Token generated through maven repository.
3974
+ :param builtins.str token: Authentication Token generated through maven repository.
3974
3975
  """
3975
3976
  pulumi.set(__self__, "token", token)
3976
3977
 
3977
3978
  @property
3978
3979
  @pulumi.getter
3979
- def token(self) -> str:
3980
+ def token(self) -> builtins.str:
3980
3981
  """
3981
3982
  Authentication Token generated through maven repository.
3982
3983
  """
@@ -3986,18 +3987,18 @@ class ServiceendpointMavenAuthenticationToken(dict):
3986
3987
  @pulumi.output_type
3987
3988
  class ServiceendpointVisualstudiomarketplaceAuthenticationBasic(dict):
3988
3989
  def __init__(__self__, *,
3989
- password: str,
3990
- username: str):
3990
+ password: builtins.str,
3991
+ username: builtins.str):
3991
3992
  """
3992
- :param str password: The password of the marketplace.
3993
- :param str username: The username of the marketplace.
3993
+ :param builtins.str password: The password of the marketplace.
3994
+ :param builtins.str username: The username of the marketplace.
3994
3995
  """
3995
3996
  pulumi.set(__self__, "password", password)
3996
3997
  pulumi.set(__self__, "username", username)
3997
3998
 
3998
3999
  @property
3999
4000
  @pulumi.getter
4000
- def password(self) -> str:
4001
+ def password(self) -> builtins.str:
4001
4002
  """
4002
4003
  The password of the marketplace.
4003
4004
  """
@@ -4005,7 +4006,7 @@ class ServiceendpointVisualstudiomarketplaceAuthenticationBasic(dict):
4005
4006
 
4006
4007
  @property
4007
4008
  @pulumi.getter
4008
- def username(self) -> str:
4009
+ def username(self) -> builtins.str:
4009
4010
  """
4010
4011
  The username of the marketplace.
4011
4012
  """
@@ -4015,15 +4016,15 @@ class ServiceendpointVisualstudiomarketplaceAuthenticationBasic(dict):
4015
4016
  @pulumi.output_type
4016
4017
  class ServiceendpointVisualstudiomarketplaceAuthenticationToken(dict):
4017
4018
  def __init__(__self__, *,
4018
- token: str):
4019
+ token: builtins.str):
4019
4020
  """
4020
- :param str token: The Personal Access Token.
4021
+ :param builtins.str token: The Personal Access Token.
4021
4022
  """
4022
4023
  pulumi.set(__self__, "token", token)
4023
4024
 
4024
4025
  @property
4025
4026
  @pulumi.getter
4026
- def token(self) -> str:
4027
+ def token(self) -> builtins.str:
4027
4028
  """
4028
4029
  The Personal Access Token.
4029
4030
  """
@@ -4054,13 +4055,13 @@ class ServicehookStorageQueuePipelinesRunStateChangedEvent(dict):
4054
4055
  return super().get(key, default)
4055
4056
 
4056
4057
  def __init__(__self__, *,
4057
- pipeline_id: Optional[str] = None,
4058
- run_result_filter: Optional[str] = None,
4059
- run_state_filter: Optional[str] = None):
4058
+ pipeline_id: Optional[builtins.str] = None,
4059
+ run_result_filter: Optional[builtins.str] = None,
4060
+ run_state_filter: Optional[builtins.str] = None):
4060
4061
  """
4061
- :param str pipeline_id: The pipeline ID that will generate an event. If not specified, all pipelines in the project will trigger the event.
4062
- :param str run_result_filter: Which run result should generate an event. Only valid if published_event is `RunStateChanged`. If not specified, all results will trigger the event.
4063
- :param str run_state_filter: Which run state should generate an event. Only valid if published_event is `RunStateChanged`. If not specified, all states will trigger the event.
4062
+ :param builtins.str pipeline_id: The pipeline ID that will generate an event. If not specified, all pipelines in the project will trigger the event.
4063
+ :param builtins.str run_result_filter: Which run result should generate an event. Only valid if published_event is `RunStateChanged`. If not specified, all results will trigger the event.
4064
+ :param builtins.str run_state_filter: Which run state should generate an event. Only valid if published_event is `RunStateChanged`. If not specified, all states will trigger the event.
4064
4065
  """
4065
4066
  if pipeline_id is not None:
4066
4067
  pulumi.set(__self__, "pipeline_id", pipeline_id)
@@ -4071,7 +4072,7 @@ class ServicehookStorageQueuePipelinesRunStateChangedEvent(dict):
4071
4072
 
4072
4073
  @property
4073
4074
  @pulumi.getter(name="pipelineId")
4074
- def pipeline_id(self) -> Optional[str]:
4075
+ def pipeline_id(self) -> Optional[builtins.str]:
4075
4076
  """
4076
4077
  The pipeline ID that will generate an event. If not specified, all pipelines in the project will trigger the event.
4077
4078
  """
@@ -4079,7 +4080,7 @@ class ServicehookStorageQueuePipelinesRunStateChangedEvent(dict):
4079
4080
 
4080
4081
  @property
4081
4082
  @pulumi.getter(name="runResultFilter")
4082
- def run_result_filter(self) -> Optional[str]:
4083
+ def run_result_filter(self) -> Optional[builtins.str]:
4083
4084
  """
4084
4085
  Which run result should generate an event. Only valid if published_event is `RunStateChanged`. If not specified, all results will trigger the event.
4085
4086
  """
@@ -4087,7 +4088,7 @@ class ServicehookStorageQueuePipelinesRunStateChangedEvent(dict):
4087
4088
 
4088
4089
  @property
4089
4090
  @pulumi.getter(name="runStateFilter")
4090
- def run_state_filter(self) -> Optional[str]:
4091
+ def run_state_filter(self) -> Optional[builtins.str]:
4091
4092
  """
4092
4093
  Which run state should generate an event. Only valid if published_event is `RunStateChanged`. If not specified, all states will trigger the event.
4093
4094
  """
@@ -4120,15 +4121,15 @@ class ServicehookStorageQueuePipelinesStageStateChangedEvent(dict):
4120
4121
  return super().get(key, default)
4121
4122
 
4122
4123
  def __init__(__self__, *,
4123
- pipeline_id: Optional[str] = None,
4124
- stage_name: Optional[str] = None,
4125
- stage_result_filter: Optional[str] = None,
4126
- stage_state_filter: Optional[str] = None):
4124
+ pipeline_id: Optional[builtins.str] = None,
4125
+ stage_name: Optional[builtins.str] = None,
4126
+ stage_result_filter: Optional[builtins.str] = None,
4127
+ stage_state_filter: Optional[builtins.str] = None):
4127
4128
  """
4128
- :param str pipeline_id: The pipeline ID that will generate an event.
4129
- :param str stage_name: Which stage should generate an event. Only valid if published_event is `StageStateChanged`. If not specified, all stages will trigger the event.
4130
- :param str stage_result_filter: Which stage result should generate an event. Only valid if published_event is `StageStateChanged`. If not specified, all results will trigger the event.
4131
- :param str stage_state_filter: Which stage state should generate an event. Only valid if published_event is `StageStateChanged`. If not specified, all states will trigger the event.
4129
+ :param builtins.str pipeline_id: The pipeline ID that will generate an event.
4130
+ :param builtins.str stage_name: Which stage should generate an event. Only valid if published_event is `StageStateChanged`. If not specified, all stages will trigger the event.
4131
+ :param builtins.str stage_result_filter: Which stage result should generate an event. Only valid if published_event is `StageStateChanged`. If not specified, all results will trigger the event.
4132
+ :param builtins.str stage_state_filter: Which stage state should generate an event. Only valid if published_event is `StageStateChanged`. If not specified, all states will trigger the event.
4132
4133
  """
4133
4134
  if pipeline_id is not None:
4134
4135
  pulumi.set(__self__, "pipeline_id", pipeline_id)
@@ -4141,7 +4142,7 @@ class ServicehookStorageQueuePipelinesStageStateChangedEvent(dict):
4141
4142
 
4142
4143
  @property
4143
4144
  @pulumi.getter(name="pipelineId")
4144
- def pipeline_id(self) -> Optional[str]:
4145
+ def pipeline_id(self) -> Optional[builtins.str]:
4145
4146
  """
4146
4147
  The pipeline ID that will generate an event.
4147
4148
  """
@@ -4149,7 +4150,7 @@ class ServicehookStorageQueuePipelinesStageStateChangedEvent(dict):
4149
4150
 
4150
4151
  @property
4151
4152
  @pulumi.getter(name="stageName")
4152
- def stage_name(self) -> Optional[str]:
4153
+ def stage_name(self) -> Optional[builtins.str]:
4153
4154
  """
4154
4155
  Which stage should generate an event. Only valid if published_event is `StageStateChanged`. If not specified, all stages will trigger the event.
4155
4156
  """
@@ -4157,7 +4158,7 @@ class ServicehookStorageQueuePipelinesStageStateChangedEvent(dict):
4157
4158
 
4158
4159
  @property
4159
4160
  @pulumi.getter(name="stageResultFilter")
4160
- def stage_result_filter(self) -> Optional[str]:
4161
+ def stage_result_filter(self) -> Optional[builtins.str]:
4161
4162
  """
4162
4163
  Which stage result should generate an event. Only valid if published_event is `StageStateChanged`. If not specified, all results will trigger the event.
4163
4164
  """
@@ -4165,7 +4166,7 @@ class ServicehookStorageQueuePipelinesStageStateChangedEvent(dict):
4165
4166
 
4166
4167
  @property
4167
4168
  @pulumi.getter(name="stageStateFilter")
4168
- def stage_state_filter(self) -> Optional[str]:
4169
+ def stage_state_filter(self) -> Optional[builtins.str]:
4169
4170
  """
4170
4171
  Which stage state should generate an event. Only valid if published_event is `StageStateChanged`. If not specified, all states will trigger the event.
4171
4172
  """
@@ -4194,13 +4195,13 @@ class VariableGroupKeyVault(dict):
4194
4195
  return super().get(key, default)
4195
4196
 
4196
4197
  def __init__(__self__, *,
4197
- name: str,
4198
- service_endpoint_id: str,
4199
- search_depth: Optional[int] = None):
4198
+ name: builtins.str,
4199
+ service_endpoint_id: builtins.str,
4200
+ search_depth: Optional[builtins.int] = None):
4200
4201
  """
4201
- :param str name: The name of the Azure key vault to link secrets from as variables.
4202
- :param str service_endpoint_id: The id of the Azure subscription endpoint to access the key vault.
4203
- :param int search_depth: Set the Azure Key Vault Secret search depth. Defaults to `20`.
4202
+ :param builtins.str name: The name of the Azure key vault to link secrets from as variables.
4203
+ :param builtins.str service_endpoint_id: The id of the Azure subscription endpoint to access the key vault.
4204
+ :param builtins.int search_depth: Set the Azure Key Vault Secret search depth. Defaults to `20`.
4204
4205
  """
4205
4206
  pulumi.set(__self__, "name", name)
4206
4207
  pulumi.set(__self__, "service_endpoint_id", service_endpoint_id)
@@ -4209,7 +4210,7 @@ class VariableGroupKeyVault(dict):
4209
4210
 
4210
4211
  @property
4211
4212
  @pulumi.getter
4212
- def name(self) -> str:
4213
+ def name(self) -> builtins.str:
4213
4214
  """
4214
4215
  The name of the Azure key vault to link secrets from as variables.
4215
4216
  """
@@ -4217,7 +4218,7 @@ class VariableGroupKeyVault(dict):
4217
4218
 
4218
4219
  @property
4219
4220
  @pulumi.getter(name="serviceEndpointId")
4220
- def service_endpoint_id(self) -> str:
4221
+ def service_endpoint_id(self) -> builtins.str:
4221
4222
  """
4222
4223
  The id of the Azure subscription endpoint to access the key vault.
4223
4224
  """
@@ -4225,7 +4226,7 @@ class VariableGroupKeyVault(dict):
4225
4226
 
4226
4227
  @property
4227
4228
  @pulumi.getter(name="searchDepth")
4228
- def search_depth(self) -> Optional[int]:
4229
+ def search_depth(self) -> Optional[builtins.int]:
4229
4230
  """
4230
4231
  Set the Azure Key Vault Secret search depth. Defaults to `20`.
4231
4232
  """
@@ -4256,18 +4257,18 @@ class VariableGroupVariable(dict):
4256
4257
  return super().get(key, default)
4257
4258
 
4258
4259
  def __init__(__self__, *,
4259
- name: str,
4260
- content_type: Optional[str] = None,
4261
- enabled: Optional[bool] = None,
4262
- expires: Optional[str] = None,
4263
- is_secret: Optional[bool] = None,
4264
- secret_value: Optional[str] = None,
4265
- value: Optional[str] = None):
4266
- """
4267
- :param str name: The key value used for the variable. Must be unique within the Variable Group.
4268
- :param bool is_secret: A boolean flag describing if the variable value is sensitive. Defaults to `false`.
4269
- :param str secret_value: The secret value of the variable. If omitted, it will default to empty string. Used when `is_secret` set to `true`.
4270
- :param str value: The value of the variable. If omitted, it will default to empty string.
4260
+ name: builtins.str,
4261
+ content_type: Optional[builtins.str] = None,
4262
+ enabled: Optional[builtins.bool] = None,
4263
+ expires: Optional[builtins.str] = None,
4264
+ is_secret: Optional[builtins.bool] = None,
4265
+ secret_value: Optional[builtins.str] = None,
4266
+ value: Optional[builtins.str] = None):
4267
+ """
4268
+ :param builtins.str name: The key value used for the variable. Must be unique within the Variable Group.
4269
+ :param builtins.bool is_secret: A boolean flag describing if the variable value is sensitive. Defaults to `false`.
4270
+ :param builtins.str secret_value: The secret value of the variable. If omitted, it will default to empty string. Used when `is_secret` set to `true`.
4271
+ :param builtins.str value: The value of the variable. If omitted, it will default to empty string.
4271
4272
  """
4272
4273
  pulumi.set(__self__, "name", name)
4273
4274
  if content_type is not None:
@@ -4285,7 +4286,7 @@ class VariableGroupVariable(dict):
4285
4286
 
4286
4287
  @property
4287
4288
  @pulumi.getter
4288
- def name(self) -> str:
4289
+ def name(self) -> builtins.str:
4289
4290
  """
4290
4291
  The key value used for the variable. Must be unique within the Variable Group.
4291
4292
  """
@@ -4293,22 +4294,22 @@ class VariableGroupVariable(dict):
4293
4294
 
4294
4295
  @property
4295
4296
  @pulumi.getter(name="contentType")
4296
- def content_type(self) -> Optional[str]:
4297
+ def content_type(self) -> Optional[builtins.str]:
4297
4298
  return pulumi.get(self, "content_type")
4298
4299
 
4299
4300
  @property
4300
4301
  @pulumi.getter
4301
- def enabled(self) -> Optional[bool]:
4302
+ def enabled(self) -> Optional[builtins.bool]:
4302
4303
  return pulumi.get(self, "enabled")
4303
4304
 
4304
4305
  @property
4305
4306
  @pulumi.getter
4306
- def expires(self) -> Optional[str]:
4307
+ def expires(self) -> Optional[builtins.str]:
4307
4308
  return pulumi.get(self, "expires")
4308
4309
 
4309
4310
  @property
4310
4311
  @pulumi.getter(name="isSecret")
4311
- def is_secret(self) -> Optional[bool]:
4312
+ def is_secret(self) -> Optional[builtins.bool]:
4312
4313
  """
4313
4314
  A boolean flag describing if the variable value is sensitive. Defaults to `false`.
4314
4315
  """
@@ -4316,7 +4317,7 @@ class VariableGroupVariable(dict):
4316
4317
 
4317
4318
  @property
4318
4319
  @pulumi.getter(name="secretValue")
4319
- def secret_value(self) -> Optional[str]:
4320
+ def secret_value(self) -> Optional[builtins.str]:
4320
4321
  """
4321
4322
  The secret value of the variable. If omitted, it will default to empty string. Used when `is_secret` set to `true`.
4322
4323
  """
@@ -4324,7 +4325,7 @@ class VariableGroupVariable(dict):
4324
4325
 
4325
4326
  @property
4326
4327
  @pulumi.getter
4327
- def value(self) -> Optional[str]:
4328
+ def value(self) -> Optional[builtins.str]:
4328
4329
  """
4329
4330
  The value of the variable. If omitted, it will default to empty string.
4330
4331
  """
@@ -4334,17 +4335,17 @@ class VariableGroupVariable(dict):
4334
4335
  @pulumi.output_type
4335
4336
  class GetAreaChildrenResult(dict):
4336
4337
  def __init__(__self__, *,
4337
- has_children: bool,
4338
- id: str,
4339
- name: str,
4340
- path: str,
4341
- project_id: str):
4342
- """
4343
- :param bool has_children: Indicator if the child Area node has child nodes
4344
- :param str id: The ID of the child Area node
4345
- :param str name: The name of the child Area node
4346
- :param str path: The path to the Area; _Format_: URL relative; if omitted, or value `"/"` is used, the root Area will be returned
4347
- :param str project_id: The project ID.
4338
+ has_children: builtins.bool,
4339
+ id: builtins.str,
4340
+ name: builtins.str,
4341
+ path: builtins.str,
4342
+ project_id: builtins.str):
4343
+ """
4344
+ :param builtins.bool has_children: Indicator if the child Area node has child nodes
4345
+ :param builtins.str id: The ID of the child Area node
4346
+ :param builtins.str name: The name of the child Area node
4347
+ :param builtins.str path: The path to the Area; _Format_: URL relative; if omitted, or value `"/"` is used, the root Area will be returned
4348
+ :param builtins.str project_id: The project ID.
4348
4349
  """
4349
4350
  pulumi.set(__self__, "has_children", has_children)
4350
4351
  pulumi.set(__self__, "id", id)
@@ -4354,7 +4355,7 @@ class GetAreaChildrenResult(dict):
4354
4355
 
4355
4356
  @property
4356
4357
  @pulumi.getter(name="hasChildren")
4357
- def has_children(self) -> bool:
4358
+ def has_children(self) -> builtins.bool:
4358
4359
  """
4359
4360
  Indicator if the child Area node has child nodes
4360
4361
  """
@@ -4362,7 +4363,7 @@ class GetAreaChildrenResult(dict):
4362
4363
 
4363
4364
  @property
4364
4365
  @pulumi.getter
4365
- def id(self) -> str:
4366
+ def id(self) -> builtins.str:
4366
4367
  """
4367
4368
  The ID of the child Area node
4368
4369
  """
@@ -4370,7 +4371,7 @@ class GetAreaChildrenResult(dict):
4370
4371
 
4371
4372
  @property
4372
4373
  @pulumi.getter
4373
- def name(self) -> str:
4374
+ def name(self) -> builtins.str:
4374
4375
  """
4375
4376
  The name of the child Area node
4376
4377
  """
@@ -4378,7 +4379,7 @@ class GetAreaChildrenResult(dict):
4378
4379
 
4379
4380
  @property
4380
4381
  @pulumi.getter
4381
- def path(self) -> str:
4382
+ def path(self) -> builtins.str:
4382
4383
  """
4383
4384
  The path to the Area; _Format_: URL relative; if omitted, or value `"/"` is used, the root Area will be returned
4384
4385
  """
@@ -4386,7 +4387,7 @@ class GetAreaChildrenResult(dict):
4386
4387
 
4387
4388
  @property
4388
4389
  @pulumi.getter(name="projectId")
4389
- def project_id(self) -> str:
4390
+ def project_id(self) -> builtins.str:
4390
4391
  """
4391
4392
  The project ID.
4392
4393
  """
@@ -4397,10 +4398,10 @@ class GetAreaChildrenResult(dict):
4397
4398
  class GetBuildDefinitionCiTriggerResult(dict):
4398
4399
  def __init__(__self__, *,
4399
4400
  overrides: Sequence['outputs.GetBuildDefinitionCiTriggerOverrideResult'],
4400
- use_yaml: bool):
4401
+ use_yaml: builtins.bool):
4401
4402
  """
4402
4403
  :param Sequence['GetBuildDefinitionCiTriggerOverrideArgs'] overrides: A `override` block as defined below.
4403
- :param bool use_yaml: Use the azure-pipeline file for the build configuration.
4404
+ :param builtins.bool use_yaml: Use the azure-pipeline file for the build configuration.
4404
4405
  """
4405
4406
  pulumi.set(__self__, "overrides", overrides)
4406
4407
  pulumi.set(__self__, "use_yaml", use_yaml)
@@ -4415,7 +4416,7 @@ class GetBuildDefinitionCiTriggerResult(dict):
4415
4416
 
4416
4417
  @property
4417
4418
  @pulumi.getter(name="useYaml")
4418
- def use_yaml(self) -> bool:
4419
+ def use_yaml(self) -> builtins.bool:
4419
4420
  """
4420
4421
  Use the azure-pipeline file for the build configuration.
4421
4422
  """
@@ -4425,19 +4426,19 @@ class GetBuildDefinitionCiTriggerResult(dict):
4425
4426
  @pulumi.output_type
4426
4427
  class GetBuildDefinitionCiTriggerOverrideResult(dict):
4427
4428
  def __init__(__self__, *,
4428
- batch: bool,
4429
+ batch: builtins.bool,
4429
4430
  branch_filters: Sequence['outputs.GetBuildDefinitionCiTriggerOverrideBranchFilterResult'],
4430
- max_concurrent_builds_per_branch: int,
4431
+ max_concurrent_builds_per_branch: builtins.int,
4431
4432
  path_filters: Sequence['outputs.GetBuildDefinitionCiTriggerOverridePathFilterResult'],
4432
- polling_interval: int,
4433
- polling_job_id: str):
4433
+ polling_interval: builtins.int,
4434
+ polling_job_id: builtins.str):
4434
4435
  """
4435
- :param bool batch: If batch is true, when a pipeline is running, the system waits until the run is completed, then starts another run with all changes that have not yet been built.
4436
+ :param builtins.bool batch: If batch is true, when a pipeline is running, the system waits until the run is completed, then starts another run with all changes that have not yet been built.
4436
4437
  :param Sequence['GetBuildDefinitionCiTriggerOverrideBranchFilterArgs'] branch_filters: A `branch_filter` block as defined above.
4437
- :param int max_concurrent_builds_per_branch: The number of max builds per branch.
4438
+ :param builtins.int max_concurrent_builds_per_branch: The number of max builds per branch.
4438
4439
  :param Sequence['GetBuildDefinitionCiTriggerOverridePathFilterArgs'] path_filters: The file paths to include or exclude. A `path_filter` block as defined above.
4439
- :param int polling_interval: How often the external repository is polled.
4440
- :param str polling_job_id: This is the ID of the polling job that polls the external repository. Once the build definition is saved/updated, this value is set.
4440
+ :param builtins.int polling_interval: How often the external repository is polled.
4441
+ :param builtins.str polling_job_id: This is the ID of the polling job that polls the external repository. Once the build definition is saved/updated, this value is set.
4441
4442
  """
4442
4443
  pulumi.set(__self__, "batch", batch)
4443
4444
  pulumi.set(__self__, "branch_filters", branch_filters)
@@ -4448,7 +4449,7 @@ class GetBuildDefinitionCiTriggerOverrideResult(dict):
4448
4449
 
4449
4450
  @property
4450
4451
  @pulumi.getter
4451
- def batch(self) -> bool:
4452
+ def batch(self) -> builtins.bool:
4452
4453
  """
4453
4454
  If batch is true, when a pipeline is running, the system waits until the run is completed, then starts another run with all changes that have not yet been built.
4454
4455
  """
@@ -4464,7 +4465,7 @@ class GetBuildDefinitionCiTriggerOverrideResult(dict):
4464
4465
 
4465
4466
  @property
4466
4467
  @pulumi.getter(name="maxConcurrentBuildsPerBranch")
4467
- def max_concurrent_builds_per_branch(self) -> int:
4468
+ def max_concurrent_builds_per_branch(self) -> builtins.int:
4468
4469
  """
4469
4470
  The number of max builds per branch.
4470
4471
  """
@@ -4480,7 +4481,7 @@ class GetBuildDefinitionCiTriggerOverrideResult(dict):
4480
4481
 
4481
4482
  @property
4482
4483
  @pulumi.getter(name="pollingInterval")
4483
- def polling_interval(self) -> int:
4484
+ def polling_interval(self) -> builtins.int:
4484
4485
  """
4485
4486
  How often the external repository is polled.
4486
4487
  """
@@ -4488,7 +4489,7 @@ class GetBuildDefinitionCiTriggerOverrideResult(dict):
4488
4489
 
4489
4490
  @property
4490
4491
  @pulumi.getter(name="pollingJobId")
4491
- def polling_job_id(self) -> str:
4492
+ def polling_job_id(self) -> builtins.str:
4492
4493
  """
4493
4494
  This is the ID of the polling job that polls the external repository. Once the build definition is saved/updated, this value is set.
4494
4495
  """
@@ -4498,18 +4499,18 @@ class GetBuildDefinitionCiTriggerOverrideResult(dict):
4498
4499
  @pulumi.output_type
4499
4500
  class GetBuildDefinitionCiTriggerOverrideBranchFilterResult(dict):
4500
4501
  def __init__(__self__, *,
4501
- excludes: Sequence[str],
4502
- includes: Sequence[str]):
4502
+ excludes: Sequence[builtins.str],
4503
+ includes: Sequence[builtins.str]):
4503
4504
  """
4504
- :param Sequence[str] excludes: (Optional) List of path patterns to exclude.
4505
- :param Sequence[str] includes: (Optional) List of path patterns to include.
4505
+ :param Sequence[builtins.str] excludes: (Optional) List of path patterns to exclude.
4506
+ :param Sequence[builtins.str] includes: (Optional) List of path patterns to include.
4506
4507
  """
4507
4508
  pulumi.set(__self__, "excludes", excludes)
4508
4509
  pulumi.set(__self__, "includes", includes)
4509
4510
 
4510
4511
  @property
4511
4512
  @pulumi.getter
4512
- def excludes(self) -> Sequence[str]:
4513
+ def excludes(self) -> Sequence[builtins.str]:
4513
4514
  """
4514
4515
  (Optional) List of path patterns to exclude.
4515
4516
  """
@@ -4517,7 +4518,7 @@ class GetBuildDefinitionCiTriggerOverrideBranchFilterResult(dict):
4517
4518
 
4518
4519
  @property
4519
4520
  @pulumi.getter
4520
- def includes(self) -> Sequence[str]:
4521
+ def includes(self) -> Sequence[builtins.str]:
4521
4522
  """
4522
4523
  (Optional) List of path patterns to include.
4523
4524
  """
@@ -4527,18 +4528,18 @@ class GetBuildDefinitionCiTriggerOverrideBranchFilterResult(dict):
4527
4528
  @pulumi.output_type
4528
4529
  class GetBuildDefinitionCiTriggerOverridePathFilterResult(dict):
4529
4530
  def __init__(__self__, *,
4530
- excludes: Sequence[str],
4531
- includes: Sequence[str]):
4531
+ excludes: Sequence[builtins.str],
4532
+ includes: Sequence[builtins.str]):
4532
4533
  """
4533
- :param Sequence[str] excludes: (Optional) List of path patterns to exclude.
4534
- :param Sequence[str] includes: (Optional) List of path patterns to include.
4534
+ :param Sequence[builtins.str] excludes: (Optional) List of path patterns to exclude.
4535
+ :param Sequence[builtins.str] includes: (Optional) List of path patterns to include.
4535
4536
  """
4536
4537
  pulumi.set(__self__, "excludes", excludes)
4537
4538
  pulumi.set(__self__, "includes", includes)
4538
4539
 
4539
4540
  @property
4540
4541
  @pulumi.getter
4541
- def excludes(self) -> Sequence[str]:
4542
+ def excludes(self) -> Sequence[builtins.str]:
4542
4543
  """
4543
4544
  (Optional) List of path patterns to exclude.
4544
4545
  """
@@ -4546,7 +4547,7 @@ class GetBuildDefinitionCiTriggerOverridePathFilterResult(dict):
4546
4547
 
4547
4548
  @property
4548
4549
  @pulumi.getter
4549
- def includes(self) -> Sequence[str]:
4550
+ def includes(self) -> Sequence[builtins.str]:
4550
4551
  """
4551
4552
  (Optional) List of path patterns to include.
4552
4553
  """
@@ -4556,24 +4557,24 @@ class GetBuildDefinitionCiTriggerOverridePathFilterResult(dict):
4556
4557
  @pulumi.output_type
4557
4558
  class GetBuildDefinitionJobResult(dict):
4558
4559
  def __init__(__self__, *,
4559
- allow_scripts_auth_access_option: bool,
4560
- condition: str,
4560
+ allow_scripts_auth_access_option: builtins.bool,
4561
+ condition: builtins.str,
4561
4562
  dependencies: Sequence['outputs.GetBuildDefinitionJobDependencyResult'],
4562
- job_authorization_scope: str,
4563
- job_cancel_timeout_in_minutes: int,
4564
- job_timeout_in_minutes: int,
4565
- name: str,
4566
- ref_name: str,
4563
+ job_authorization_scope: builtins.str,
4564
+ job_cancel_timeout_in_minutes: builtins.int,
4565
+ job_timeout_in_minutes: builtins.int,
4566
+ name: builtins.str,
4567
+ ref_name: builtins.str,
4567
4568
  targets: Sequence['outputs.GetBuildDefinitionJobTargetResult']):
4568
4569
  """
4569
- :param bool allow_scripts_auth_access_option: Enables scripts and other processes launched by tasks to access the OAuth token through the `System.AccessToken` variable.
4570
- :param str condition: Specifies when this job should run. Can **Custom conditions** to specify more complex conditions. More details: [Pipeline conditions](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/conditions?view=azure-devops)
4570
+ :param builtins.bool allow_scripts_auth_access_option: Enables scripts and other processes launched by tasks to access the OAuth token through the `System.AccessToken` variable.
4571
+ :param builtins.str condition: Specifies when this job should run. Can **Custom conditions** to specify more complex conditions. More details: [Pipeline conditions](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/conditions?view=azure-devops)
4571
4572
  :param Sequence['GetBuildDefinitionJobDependencyArgs'] dependencies: A `dependencies` blocks as documented below. Define the job dependencies.
4572
- :param str job_authorization_scope: The job authorization scope for builds queued against this definition.
4573
- :param int job_cancel_timeout_in_minutes: The job cancel timeout (in minutes) for builds cancelled by user for this definition.
4574
- :param int job_timeout_in_minutes: The job execution timeout (in minutes) for builds queued against this definition.
4575
- :param str name: The name of this Build Definition.
4576
- :param str ref_name: The reference name of the job, can be used to define the job dependencies.
4573
+ :param builtins.str job_authorization_scope: The job authorization scope for builds queued against this definition.
4574
+ :param builtins.int job_cancel_timeout_in_minutes: The job cancel timeout (in minutes) for builds cancelled by user for this definition.
4575
+ :param builtins.int job_timeout_in_minutes: The job execution timeout (in minutes) for builds queued against this definition.
4576
+ :param builtins.str name: The name of this Build Definition.
4577
+ :param builtins.str ref_name: The reference name of the job, can be used to define the job dependencies.
4577
4578
  :param Sequence['GetBuildDefinitionJobTargetArgs'] targets: A `target` blocks as documented below.
4578
4579
  """
4579
4580
  pulumi.set(__self__, "allow_scripts_auth_access_option", allow_scripts_auth_access_option)
@@ -4588,7 +4589,7 @@ class GetBuildDefinitionJobResult(dict):
4588
4589
 
4589
4590
  @property
4590
4591
  @pulumi.getter(name="allowScriptsAuthAccessOption")
4591
- def allow_scripts_auth_access_option(self) -> bool:
4592
+ def allow_scripts_auth_access_option(self) -> builtins.bool:
4592
4593
  """
4593
4594
  Enables scripts and other processes launched by tasks to access the OAuth token through the `System.AccessToken` variable.
4594
4595
  """
@@ -4596,7 +4597,7 @@ class GetBuildDefinitionJobResult(dict):
4596
4597
 
4597
4598
  @property
4598
4599
  @pulumi.getter
4599
- def condition(self) -> str:
4600
+ def condition(self) -> builtins.str:
4600
4601
  """
4601
4602
  Specifies when this job should run. Can **Custom conditions** to specify more complex conditions. More details: [Pipeline conditions](https://learn.microsoft.com/en-us/azure/devops/pipelines/process/conditions?view=azure-devops)
4602
4603
  """
@@ -4612,7 +4613,7 @@ class GetBuildDefinitionJobResult(dict):
4612
4613
 
4613
4614
  @property
4614
4615
  @pulumi.getter(name="jobAuthorizationScope")
4615
- def job_authorization_scope(self) -> str:
4616
+ def job_authorization_scope(self) -> builtins.str:
4616
4617
  """
4617
4618
  The job authorization scope for builds queued against this definition.
4618
4619
  """
@@ -4620,7 +4621,7 @@ class GetBuildDefinitionJobResult(dict):
4620
4621
 
4621
4622
  @property
4622
4623
  @pulumi.getter(name="jobCancelTimeoutInMinutes")
4623
- def job_cancel_timeout_in_minutes(self) -> int:
4624
+ def job_cancel_timeout_in_minutes(self) -> builtins.int:
4624
4625
  """
4625
4626
  The job cancel timeout (in minutes) for builds cancelled by user for this definition.
4626
4627
  """
@@ -4628,7 +4629,7 @@ class GetBuildDefinitionJobResult(dict):
4628
4629
 
4629
4630
  @property
4630
4631
  @pulumi.getter(name="jobTimeoutInMinutes")
4631
- def job_timeout_in_minutes(self) -> int:
4632
+ def job_timeout_in_minutes(self) -> builtins.int:
4632
4633
  """
4633
4634
  The job execution timeout (in minutes) for builds queued against this definition.
4634
4635
  """
@@ -4636,7 +4637,7 @@ class GetBuildDefinitionJobResult(dict):
4636
4637
 
4637
4638
  @property
4638
4639
  @pulumi.getter
4639
- def name(self) -> str:
4640
+ def name(self) -> builtins.str:
4640
4641
  """
4641
4642
  The name of this Build Definition.
4642
4643
  """
@@ -4644,7 +4645,7 @@ class GetBuildDefinitionJobResult(dict):
4644
4645
 
4645
4646
  @property
4646
4647
  @pulumi.getter(name="refName")
4647
- def ref_name(self) -> str:
4648
+ def ref_name(self) -> builtins.str:
4648
4649
  """
4649
4650
  The reference name of the job, can be used to define the job dependencies.
4650
4651
  """
@@ -4662,15 +4663,15 @@ class GetBuildDefinitionJobResult(dict):
4662
4663
  @pulumi.output_type
4663
4664
  class GetBuildDefinitionJobDependencyResult(dict):
4664
4665
  def __init__(__self__, *,
4665
- scope: str):
4666
+ scope: builtins.str):
4666
4667
  """
4667
- :param str scope: The job reference name that depends on. Reference to `jobs.ref_name`
4668
+ :param builtins.str scope: The job reference name that depends on. Reference to `jobs.ref_name`
4668
4669
  """
4669
4670
  pulumi.set(__self__, "scope", scope)
4670
4671
 
4671
4672
  @property
4672
4673
  @pulumi.getter
4673
- def scope(self) -> str:
4674
+ def scope(self) -> builtins.str:
4674
4675
  """
4675
4676
  The job reference name that depends on. Reference to `jobs.ref_name`
4676
4677
  """
@@ -4680,13 +4681,13 @@ class GetBuildDefinitionJobDependencyResult(dict):
4680
4681
  @pulumi.output_type
4681
4682
  class GetBuildDefinitionJobTargetResult(dict):
4682
4683
  def __init__(__self__, *,
4683
- demands: Sequence[str],
4684
+ demands: Sequence[builtins.str],
4684
4685
  execution_options: Sequence['outputs.GetBuildDefinitionJobTargetExecutionOptionResult'],
4685
- type: str):
4686
+ type: builtins.str):
4686
4687
  """
4687
- :param Sequence[str] demands: A list of demands that represents the agent capabilities required by this build. Example: `git`
4688
+ :param Sequence[builtins.str] demands: A list of demands that represents the agent capabilities required by this build. Example: `git`
4688
4689
  :param Sequence['GetBuildDefinitionJobTargetExecutionOptionArgs'] execution_options: A `execution_options` blocks as documented below.
4689
- :param str type: The execution type of the Job.
4690
+ :param builtins.str type: The execution type of the Job.
4690
4691
  """
4691
4692
  pulumi.set(__self__, "demands", demands)
4692
4693
  pulumi.set(__self__, "execution_options", execution_options)
@@ -4694,7 +4695,7 @@ class GetBuildDefinitionJobTargetResult(dict):
4694
4695
 
4695
4696
  @property
4696
4697
  @pulumi.getter
4697
- def demands(self) -> Sequence[str]:
4698
+ def demands(self) -> Sequence[builtins.str]:
4698
4699
  """
4699
4700
  A list of demands that represents the agent capabilities required by this build. Example: `git`
4700
4701
  """
@@ -4710,7 +4711,7 @@ class GetBuildDefinitionJobTargetResult(dict):
4710
4711
 
4711
4712
  @property
4712
4713
  @pulumi.getter
4713
- def type(self) -> str:
4714
+ def type(self) -> builtins.str:
4714
4715
  """
4715
4716
  The execution type of the Job.
4716
4717
  """
@@ -4720,15 +4721,15 @@ class GetBuildDefinitionJobTargetResult(dict):
4720
4721
  @pulumi.output_type
4721
4722
  class GetBuildDefinitionJobTargetExecutionOptionResult(dict):
4722
4723
  def __init__(__self__, *,
4723
- continue_on_error: bool,
4724
- max_concurrency: int,
4725
- multipliers: str,
4726
- type: str):
4724
+ continue_on_error: builtins.bool,
4725
+ max_concurrency: builtins.int,
4726
+ multipliers: builtins.str,
4727
+ type: builtins.str):
4727
4728
  """
4728
- :param bool continue_on_error: Whether to continue the job when an error occurs.
4729
- :param int max_concurrency: Limit the number of agents to be used. If job type is `AgentlessJob`, the concurrency is not configurable and is fixed to 50.
4730
- :param str multipliers: A list of comma separated configuration variables to use. These are defined on the Variables tab. For example, OperatingSystem, Browser will run the tasks for both variables.
4731
- :param str type: The execution type of the Job.
4729
+ :param builtins.bool continue_on_error: Whether to continue the job when an error occurs.
4730
+ :param builtins.int max_concurrency: Limit the number of agents to be used. If job type is `AgentlessJob`, the concurrency is not configurable and is fixed to 50.
4731
+ :param builtins.str multipliers: A list of comma separated configuration variables to use. These are defined on the Variables tab. For example, OperatingSystem, Browser will run the tasks for both variables.
4732
+ :param builtins.str type: The execution type of the Job.
4732
4733
  """
4733
4734
  pulumi.set(__self__, "continue_on_error", continue_on_error)
4734
4735
  pulumi.set(__self__, "max_concurrency", max_concurrency)
@@ -4737,7 +4738,7 @@ class GetBuildDefinitionJobTargetExecutionOptionResult(dict):
4737
4738
 
4738
4739
  @property
4739
4740
  @pulumi.getter(name="continueOnError")
4740
- def continue_on_error(self) -> bool:
4741
+ def continue_on_error(self) -> builtins.bool:
4741
4742
  """
4742
4743
  Whether to continue the job when an error occurs.
4743
4744
  """
@@ -4745,7 +4746,7 @@ class GetBuildDefinitionJobTargetExecutionOptionResult(dict):
4745
4746
 
4746
4747
  @property
4747
4748
  @pulumi.getter(name="maxConcurrency")
4748
- def max_concurrency(self) -> int:
4749
+ def max_concurrency(self) -> builtins.int:
4749
4750
  """
4750
4751
  Limit the number of agents to be used. If job type is `AgentlessJob`, the concurrency is not configurable and is fixed to 50.
4751
4752
  """
@@ -4753,7 +4754,7 @@ class GetBuildDefinitionJobTargetExecutionOptionResult(dict):
4753
4754
 
4754
4755
  @property
4755
4756
  @pulumi.getter
4756
- def multipliers(self) -> str:
4757
+ def multipliers(self) -> builtins.str:
4757
4758
  """
4758
4759
  A list of comma separated configuration variables to use. These are defined on the Variables tab. For example, OperatingSystem, Browser will run the tasks for both variables.
4759
4760
  """
@@ -4761,7 +4762,7 @@ class GetBuildDefinitionJobTargetExecutionOptionResult(dict):
4761
4762
 
4762
4763
  @property
4763
4764
  @pulumi.getter
4764
- def type(self) -> str:
4765
+ def type(self) -> builtins.str:
4765
4766
  """
4766
4767
  The execution type of the Job.
4767
4768
  """
@@ -4771,17 +4772,17 @@ class GetBuildDefinitionJobTargetExecutionOptionResult(dict):
4771
4772
  @pulumi.output_type
4772
4773
  class GetBuildDefinitionPullRequestTriggerResult(dict):
4773
4774
  def __init__(__self__, *,
4774
- comment_required: str,
4775
+ comment_required: builtins.str,
4775
4776
  forks: Sequence['outputs.GetBuildDefinitionPullRequestTriggerForkResult'],
4776
- initial_branch: str,
4777
+ initial_branch: builtins.str,
4777
4778
  overrides: Sequence['outputs.GetBuildDefinitionPullRequestTriggerOverrideResult'],
4778
- use_yaml: bool):
4779
+ use_yaml: builtins.bool):
4779
4780
  """
4780
- :param str comment_required: Is a comment required on the PR?
4781
+ :param builtins.str comment_required: Is a comment required on the PR?
4781
4782
  :param Sequence['GetBuildDefinitionPullRequestTriggerForkArgs'] forks: A `forks` block as defined above.
4782
- :param str initial_branch: When use_yaml is true set this to the name of the branch that the azure-pipelines.yml exists on.
4783
+ :param builtins.str initial_branch: When use_yaml is true set this to the name of the branch that the azure-pipelines.yml exists on.
4783
4784
  :param Sequence['GetBuildDefinitionPullRequestTriggerOverrideArgs'] overrides: A `override` block as defined below.
4784
- :param bool use_yaml: Use the azure-pipeline file for the build configuration.
4785
+ :param builtins.bool use_yaml: Use the azure-pipeline file for the build configuration.
4785
4786
  """
4786
4787
  pulumi.set(__self__, "comment_required", comment_required)
4787
4788
  pulumi.set(__self__, "forks", forks)
@@ -4791,7 +4792,7 @@ class GetBuildDefinitionPullRequestTriggerResult(dict):
4791
4792
 
4792
4793
  @property
4793
4794
  @pulumi.getter(name="commentRequired")
4794
- def comment_required(self) -> str:
4795
+ def comment_required(self) -> builtins.str:
4795
4796
  """
4796
4797
  Is a comment required on the PR?
4797
4798
  """
@@ -4807,7 +4808,7 @@ class GetBuildDefinitionPullRequestTriggerResult(dict):
4807
4808
 
4808
4809
  @property
4809
4810
  @pulumi.getter(name="initialBranch")
4810
- def initial_branch(self) -> str:
4811
+ def initial_branch(self) -> builtins.str:
4811
4812
  """
4812
4813
  When use_yaml is true set this to the name of the branch that the azure-pipelines.yml exists on.
4813
4814
  """
@@ -4823,7 +4824,7 @@ class GetBuildDefinitionPullRequestTriggerResult(dict):
4823
4824
 
4824
4825
  @property
4825
4826
  @pulumi.getter(name="useYaml")
4826
- def use_yaml(self) -> bool:
4827
+ def use_yaml(self) -> builtins.bool:
4827
4828
  """
4828
4829
  Use the azure-pipeline file for the build configuration.
4829
4830
  """
@@ -4833,18 +4834,18 @@ class GetBuildDefinitionPullRequestTriggerResult(dict):
4833
4834
  @pulumi.output_type
4834
4835
  class GetBuildDefinitionPullRequestTriggerForkResult(dict):
4835
4836
  def __init__(__self__, *,
4836
- enabled: bool,
4837
- share_secrets: bool):
4837
+ enabled: builtins.bool,
4838
+ share_secrets: builtins.bool):
4838
4839
  """
4839
- :param bool enabled: Build pull requests from forks of this repository.
4840
- :param bool share_secrets: Make secrets available to builds of forks.
4840
+ :param builtins.bool enabled: Build pull requests from forks of this repository.
4841
+ :param builtins.bool share_secrets: Make secrets available to builds of forks.
4841
4842
  """
4842
4843
  pulumi.set(__self__, "enabled", enabled)
4843
4844
  pulumi.set(__self__, "share_secrets", share_secrets)
4844
4845
 
4845
4846
  @property
4846
4847
  @pulumi.getter
4847
- def enabled(self) -> bool:
4848
+ def enabled(self) -> builtins.bool:
4848
4849
  """
4849
4850
  Build pull requests from forks of this repository.
4850
4851
  """
@@ -4852,7 +4853,7 @@ class GetBuildDefinitionPullRequestTriggerForkResult(dict):
4852
4853
 
4853
4854
  @property
4854
4855
  @pulumi.getter(name="shareSecrets")
4855
- def share_secrets(self) -> bool:
4856
+ def share_secrets(self) -> builtins.bool:
4856
4857
  """
4857
4858
  Make secrets available to builds of forks.
4858
4859
  """
@@ -4862,11 +4863,11 @@ class GetBuildDefinitionPullRequestTriggerForkResult(dict):
4862
4863
  @pulumi.output_type
4863
4864
  class GetBuildDefinitionPullRequestTriggerOverrideResult(dict):
4864
4865
  def __init__(__self__, *,
4865
- auto_cancel: bool,
4866
+ auto_cancel: builtins.bool,
4866
4867
  branch_filters: Sequence['outputs.GetBuildDefinitionPullRequestTriggerOverrideBranchFilterResult'],
4867
4868
  path_filters: Sequence['outputs.GetBuildDefinitionPullRequestTriggerOverridePathFilterResult']):
4868
4869
  """
4869
- :param bool auto_cancel: Should further updates to a PR cancel an in progress validation?
4870
+ :param builtins.bool auto_cancel: Should further updates to a PR cancel an in progress validation?
4870
4871
  :param Sequence['GetBuildDefinitionPullRequestTriggerOverrideBranchFilterArgs'] branch_filters: A `branch_filter` block as defined above.
4871
4872
  :param Sequence['GetBuildDefinitionPullRequestTriggerOverridePathFilterArgs'] path_filters: The file paths to include or exclude. A `path_filter` block as defined above.
4872
4873
  """
@@ -4876,7 +4877,7 @@ class GetBuildDefinitionPullRequestTriggerOverrideResult(dict):
4876
4877
 
4877
4878
  @property
4878
4879
  @pulumi.getter(name="autoCancel")
4879
- def auto_cancel(self) -> bool:
4880
+ def auto_cancel(self) -> builtins.bool:
4880
4881
  """
4881
4882
  Should further updates to a PR cancel an in progress validation?
4882
4883
  """
@@ -4902,18 +4903,18 @@ class GetBuildDefinitionPullRequestTriggerOverrideResult(dict):
4902
4903
  @pulumi.output_type
4903
4904
  class GetBuildDefinitionPullRequestTriggerOverrideBranchFilterResult(dict):
4904
4905
  def __init__(__self__, *,
4905
- excludes: Sequence[str],
4906
- includes: Sequence[str]):
4906
+ excludes: Sequence[builtins.str],
4907
+ includes: Sequence[builtins.str]):
4907
4908
  """
4908
- :param Sequence[str] excludes: (Optional) List of path patterns to exclude.
4909
- :param Sequence[str] includes: (Optional) List of path patterns to include.
4909
+ :param Sequence[builtins.str] excludes: (Optional) List of path patterns to exclude.
4910
+ :param Sequence[builtins.str] includes: (Optional) List of path patterns to include.
4910
4911
  """
4911
4912
  pulumi.set(__self__, "excludes", excludes)
4912
4913
  pulumi.set(__self__, "includes", includes)
4913
4914
 
4914
4915
  @property
4915
4916
  @pulumi.getter
4916
- def excludes(self) -> Sequence[str]:
4917
+ def excludes(self) -> Sequence[builtins.str]:
4917
4918
  """
4918
4919
  (Optional) List of path patterns to exclude.
4919
4920
  """
@@ -4921,7 +4922,7 @@ class GetBuildDefinitionPullRequestTriggerOverrideBranchFilterResult(dict):
4921
4922
 
4922
4923
  @property
4923
4924
  @pulumi.getter
4924
- def includes(self) -> Sequence[str]:
4925
+ def includes(self) -> Sequence[builtins.str]:
4925
4926
  """
4926
4927
  (Optional) List of path patterns to include.
4927
4928
  """
@@ -4931,18 +4932,18 @@ class GetBuildDefinitionPullRequestTriggerOverrideBranchFilterResult(dict):
4931
4932
  @pulumi.output_type
4932
4933
  class GetBuildDefinitionPullRequestTriggerOverridePathFilterResult(dict):
4933
4934
  def __init__(__self__, *,
4934
- excludes: Sequence[str],
4935
- includes: Sequence[str]):
4935
+ excludes: Sequence[builtins.str],
4936
+ includes: Sequence[builtins.str]):
4936
4937
  """
4937
- :param Sequence[str] excludes: (Optional) List of path patterns to exclude.
4938
- :param Sequence[str] includes: (Optional) List of path patterns to include.
4938
+ :param Sequence[builtins.str] excludes: (Optional) List of path patterns to exclude.
4939
+ :param Sequence[builtins.str] includes: (Optional) List of path patterns to include.
4939
4940
  """
4940
4941
  pulumi.set(__self__, "excludes", excludes)
4941
4942
  pulumi.set(__self__, "includes", includes)
4942
4943
 
4943
4944
  @property
4944
4945
  @pulumi.getter
4945
- def excludes(self) -> Sequence[str]:
4946
+ def excludes(self) -> Sequence[builtins.str]:
4946
4947
  """
4947
4948
  (Optional) List of path patterns to exclude.
4948
4949
  """
@@ -4950,7 +4951,7 @@ class GetBuildDefinitionPullRequestTriggerOverridePathFilterResult(dict):
4950
4951
 
4951
4952
  @property
4952
4953
  @pulumi.getter
4953
- def includes(self) -> Sequence[str]:
4954
+ def includes(self) -> Sequence[builtins.str]:
4954
4955
  """
4955
4956
  (Optional) List of path patterns to include.
4956
4957
  """
@@ -4960,22 +4961,22 @@ class GetBuildDefinitionPullRequestTriggerOverridePathFilterResult(dict):
4960
4961
  @pulumi.output_type
4961
4962
  class GetBuildDefinitionRepositoryResult(dict):
4962
4963
  def __init__(__self__, *,
4963
- branch_name: str,
4964
- github_enterprise_url: str,
4965
- repo_id: str,
4966
- repo_type: str,
4967
- report_build_status: bool,
4968
- service_connection_id: str,
4969
- url: str,
4970
- yml_path: str):
4971
- """
4972
- :param str branch_name: The branch name for which builds are triggered.
4973
- :param str github_enterprise_url: The Github Enterprise URL.
4974
- :param str repo_id: The id of the repository.
4975
- :param str repo_type: The repository type.
4976
- :param bool report_build_status: Report build status.
4977
- :param str service_connection_id: The service connection ID.
4978
- :param str yml_path: The path of the Yaml file describing the build definition.
4964
+ branch_name: builtins.str,
4965
+ github_enterprise_url: builtins.str,
4966
+ repo_id: builtins.str,
4967
+ repo_type: builtins.str,
4968
+ report_build_status: builtins.bool,
4969
+ service_connection_id: builtins.str,
4970
+ url: builtins.str,
4971
+ yml_path: builtins.str):
4972
+ """
4973
+ :param builtins.str branch_name: The branch name for which builds are triggered.
4974
+ :param builtins.str github_enterprise_url: The Github Enterprise URL.
4975
+ :param builtins.str repo_id: The id of the repository.
4976
+ :param builtins.str repo_type: The repository type.
4977
+ :param builtins.bool report_build_status: Report build status.
4978
+ :param builtins.str service_connection_id: The service connection ID.
4979
+ :param builtins.str yml_path: The path of the Yaml file describing the build definition.
4979
4980
  """
4980
4981
  pulumi.set(__self__, "branch_name", branch_name)
4981
4982
  pulumi.set(__self__, "github_enterprise_url", github_enterprise_url)
@@ -4988,7 +4989,7 @@ class GetBuildDefinitionRepositoryResult(dict):
4988
4989
 
4989
4990
  @property
4990
4991
  @pulumi.getter(name="branchName")
4991
- def branch_name(self) -> str:
4992
+ def branch_name(self) -> builtins.str:
4992
4993
  """
4993
4994
  The branch name for which builds are triggered.
4994
4995
  """
@@ -4996,7 +4997,7 @@ class GetBuildDefinitionRepositoryResult(dict):
4996
4997
 
4997
4998
  @property
4998
4999
  @pulumi.getter(name="githubEnterpriseUrl")
4999
- def github_enterprise_url(self) -> str:
5000
+ def github_enterprise_url(self) -> builtins.str:
5000
5001
  """
5001
5002
  The Github Enterprise URL.
5002
5003
  """
@@ -5004,7 +5005,7 @@ class GetBuildDefinitionRepositoryResult(dict):
5004
5005
 
5005
5006
  @property
5006
5007
  @pulumi.getter(name="repoId")
5007
- def repo_id(self) -> str:
5008
+ def repo_id(self) -> builtins.str:
5008
5009
  """
5009
5010
  The id of the repository.
5010
5011
  """
@@ -5012,7 +5013,7 @@ class GetBuildDefinitionRepositoryResult(dict):
5012
5013
 
5013
5014
  @property
5014
5015
  @pulumi.getter(name="repoType")
5015
- def repo_type(self) -> str:
5016
+ def repo_type(self) -> builtins.str:
5016
5017
  """
5017
5018
  The repository type.
5018
5019
  """
@@ -5020,7 +5021,7 @@ class GetBuildDefinitionRepositoryResult(dict):
5020
5021
 
5021
5022
  @property
5022
5023
  @pulumi.getter(name="reportBuildStatus")
5023
- def report_build_status(self) -> bool:
5024
+ def report_build_status(self) -> builtins.bool:
5024
5025
  """
5025
5026
  Report build status.
5026
5027
  """
@@ -5028,7 +5029,7 @@ class GetBuildDefinitionRepositoryResult(dict):
5028
5029
 
5029
5030
  @property
5030
5031
  @pulumi.getter(name="serviceConnectionId")
5031
- def service_connection_id(self) -> str:
5032
+ def service_connection_id(self) -> builtins.str:
5032
5033
  """
5033
5034
  The service connection ID.
5034
5035
  """
@@ -5036,12 +5037,12 @@ class GetBuildDefinitionRepositoryResult(dict):
5036
5037
 
5037
5038
  @property
5038
5039
  @pulumi.getter
5039
- def url(self) -> str:
5040
+ def url(self) -> builtins.str:
5040
5041
  return pulumi.get(self, "url")
5041
5042
 
5042
5043
  @property
5043
5044
  @pulumi.getter(name="ymlPath")
5044
- def yml_path(self) -> str:
5045
+ def yml_path(self) -> builtins.str:
5045
5046
  """
5046
5047
  The path of the Yaml file describing the build definition.
5047
5048
  """
@@ -5052,20 +5053,20 @@ class GetBuildDefinitionRepositoryResult(dict):
5052
5053
  class GetBuildDefinitionScheduleResult(dict):
5053
5054
  def __init__(__self__, *,
5054
5055
  branch_filters: Sequence['outputs.GetBuildDefinitionScheduleBranchFilterResult'],
5055
- days_to_builds: Sequence[str],
5056
- schedule_job_id: str,
5057
- schedule_only_with_changes: bool,
5058
- start_hours: int,
5059
- start_minutes: int,
5060
- time_zone: str):
5056
+ days_to_builds: Sequence[builtins.str],
5057
+ schedule_job_id: builtins.str,
5058
+ schedule_only_with_changes: builtins.bool,
5059
+ start_hours: builtins.int,
5060
+ start_minutes: builtins.int,
5061
+ time_zone: builtins.str):
5061
5062
  """
5062
5063
  :param Sequence['GetBuildDefinitionScheduleBranchFilterArgs'] branch_filters: A `branch_filter` block as defined above.
5063
- :param Sequence[str] days_to_builds: A list of days to build on.
5064
- :param str schedule_job_id: The ID of the schedule job.
5065
- :param bool schedule_only_with_changes: Schedule builds if the source or pipeline has changed.
5066
- :param int start_hours: Build start hour.
5067
- :param int start_minutes: Build start minute.
5068
- :param str time_zone: Build time zone.
5064
+ :param Sequence[builtins.str] days_to_builds: A list of days to build on.
5065
+ :param builtins.str schedule_job_id: The ID of the schedule job.
5066
+ :param builtins.bool schedule_only_with_changes: Schedule builds if the source or pipeline has changed.
5067
+ :param builtins.int start_hours: Build start hour.
5068
+ :param builtins.int start_minutes: Build start minute.
5069
+ :param builtins.str time_zone: Build time zone.
5069
5070
  """
5070
5071
  pulumi.set(__self__, "branch_filters", branch_filters)
5071
5072
  pulumi.set(__self__, "days_to_builds", days_to_builds)
@@ -5085,7 +5086,7 @@ class GetBuildDefinitionScheduleResult(dict):
5085
5086
 
5086
5087
  @property
5087
5088
  @pulumi.getter(name="daysToBuilds")
5088
- def days_to_builds(self) -> Sequence[str]:
5089
+ def days_to_builds(self) -> Sequence[builtins.str]:
5089
5090
  """
5090
5091
  A list of days to build on.
5091
5092
  """
@@ -5093,7 +5094,7 @@ class GetBuildDefinitionScheduleResult(dict):
5093
5094
 
5094
5095
  @property
5095
5096
  @pulumi.getter(name="scheduleJobId")
5096
- def schedule_job_id(self) -> str:
5097
+ def schedule_job_id(self) -> builtins.str:
5097
5098
  """
5098
5099
  The ID of the schedule job.
5099
5100
  """
@@ -5101,7 +5102,7 @@ class GetBuildDefinitionScheduleResult(dict):
5101
5102
 
5102
5103
  @property
5103
5104
  @pulumi.getter(name="scheduleOnlyWithChanges")
5104
- def schedule_only_with_changes(self) -> bool:
5105
+ def schedule_only_with_changes(self) -> builtins.bool:
5105
5106
  """
5106
5107
  Schedule builds if the source or pipeline has changed.
5107
5108
  """
@@ -5109,7 +5110,7 @@ class GetBuildDefinitionScheduleResult(dict):
5109
5110
 
5110
5111
  @property
5111
5112
  @pulumi.getter(name="startHours")
5112
- def start_hours(self) -> int:
5113
+ def start_hours(self) -> builtins.int:
5113
5114
  """
5114
5115
  Build start hour.
5115
5116
  """
@@ -5117,7 +5118,7 @@ class GetBuildDefinitionScheduleResult(dict):
5117
5118
 
5118
5119
  @property
5119
5120
  @pulumi.getter(name="startMinutes")
5120
- def start_minutes(self) -> int:
5121
+ def start_minutes(self) -> builtins.int:
5121
5122
  """
5122
5123
  Build start minute.
5123
5124
  """
@@ -5125,7 +5126,7 @@ class GetBuildDefinitionScheduleResult(dict):
5125
5126
 
5126
5127
  @property
5127
5128
  @pulumi.getter(name="timeZone")
5128
- def time_zone(self) -> str:
5129
+ def time_zone(self) -> builtins.str:
5129
5130
  """
5130
5131
  Build time zone.
5131
5132
  """
@@ -5135,18 +5136,18 @@ class GetBuildDefinitionScheduleResult(dict):
5135
5136
  @pulumi.output_type
5136
5137
  class GetBuildDefinitionScheduleBranchFilterResult(dict):
5137
5138
  def __init__(__self__, *,
5138
- excludes: Sequence[str],
5139
- includes: Sequence[str]):
5139
+ excludes: Sequence[builtins.str],
5140
+ includes: Sequence[builtins.str]):
5140
5141
  """
5141
- :param Sequence[str] excludes: (Optional) List of path patterns to exclude.
5142
- :param Sequence[str] includes: (Optional) List of path patterns to include.
5142
+ :param Sequence[builtins.str] excludes: (Optional) List of path patterns to exclude.
5143
+ :param Sequence[builtins.str] includes: (Optional) List of path patterns to include.
5143
5144
  """
5144
5145
  pulumi.set(__self__, "excludes", excludes)
5145
5146
  pulumi.set(__self__, "includes", includes)
5146
5147
 
5147
5148
  @property
5148
5149
  @pulumi.getter
5149
- def excludes(self) -> Sequence[str]:
5150
+ def excludes(self) -> Sequence[builtins.str]:
5150
5151
  """
5151
5152
  (Optional) List of path patterns to exclude.
5152
5153
  """
@@ -5154,7 +5155,7 @@ class GetBuildDefinitionScheduleBranchFilterResult(dict):
5154
5155
 
5155
5156
  @property
5156
5157
  @pulumi.getter
5157
- def includes(self) -> Sequence[str]:
5158
+ def includes(self) -> Sequence[builtins.str]:
5158
5159
  """
5159
5160
  (Optional) List of path patterns to include.
5160
5161
  """
@@ -5164,17 +5165,17 @@ class GetBuildDefinitionScheduleBranchFilterResult(dict):
5164
5165
  @pulumi.output_type
5165
5166
  class GetBuildDefinitionVariableResult(dict):
5166
5167
  def __init__(__self__, *,
5167
- allow_override: bool,
5168
- is_secret: bool,
5169
- name: str,
5170
- secret_value: str,
5171
- value: str):
5172
- """
5173
- :param bool allow_override: `true` if the variable can be overridden.
5174
- :param bool is_secret: `true` if the variable is a secret.
5175
- :param str name: The name of this Build Definition.
5176
- :param str secret_value: The secret value of the variable.
5177
- :param str value: The value of the variable.
5168
+ allow_override: builtins.bool,
5169
+ is_secret: builtins.bool,
5170
+ name: builtins.str,
5171
+ secret_value: builtins.str,
5172
+ value: builtins.str):
5173
+ """
5174
+ :param builtins.bool allow_override: `true` if the variable can be overridden.
5175
+ :param builtins.bool is_secret: `true` if the variable is a secret.
5176
+ :param builtins.str name: The name of this Build Definition.
5177
+ :param builtins.str secret_value: The secret value of the variable.
5178
+ :param builtins.str value: The value of the variable.
5178
5179
  """
5179
5180
  pulumi.set(__self__, "allow_override", allow_override)
5180
5181
  pulumi.set(__self__, "is_secret", is_secret)
@@ -5184,7 +5185,7 @@ class GetBuildDefinitionVariableResult(dict):
5184
5185
 
5185
5186
  @property
5186
5187
  @pulumi.getter(name="allowOverride")
5187
- def allow_override(self) -> bool:
5188
+ def allow_override(self) -> builtins.bool:
5188
5189
  """
5189
5190
  `true` if the variable can be overridden.
5190
5191
  """
@@ -5192,7 +5193,7 @@ class GetBuildDefinitionVariableResult(dict):
5192
5193
 
5193
5194
  @property
5194
5195
  @pulumi.getter(name="isSecret")
5195
- def is_secret(self) -> bool:
5196
+ def is_secret(self) -> builtins.bool:
5196
5197
  """
5197
5198
  `true` if the variable is a secret.
5198
5199
  """
@@ -5200,7 +5201,7 @@ class GetBuildDefinitionVariableResult(dict):
5200
5201
 
5201
5202
  @property
5202
5203
  @pulumi.getter
5203
- def name(self) -> str:
5204
+ def name(self) -> builtins.str:
5204
5205
  """
5205
5206
  The name of this Build Definition.
5206
5207
  """
@@ -5208,7 +5209,7 @@ class GetBuildDefinitionVariableResult(dict):
5208
5209
 
5209
5210
  @property
5210
5211
  @pulumi.getter(name="secretValue")
5211
- def secret_value(self) -> str:
5212
+ def secret_value(self) -> builtins.str:
5212
5213
  """
5213
5214
  The secret value of the variable.
5214
5215
  """
@@ -5216,7 +5217,7 @@ class GetBuildDefinitionVariableResult(dict):
5216
5217
 
5217
5218
  @property
5218
5219
  @pulumi.getter
5219
- def value(self) -> str:
5220
+ def value(self) -> builtins.str:
5220
5221
  """
5221
5222
  The value of the variable.
5222
5223
  """
@@ -5226,27 +5227,27 @@ class GetBuildDefinitionVariableResult(dict):
5226
5227
  @pulumi.output_type
5227
5228
  class GetGroupsGroupResult(dict):
5228
5229
  def __init__(__self__, *,
5229
- descriptor: str,
5230
- domain: str,
5231
- id: str,
5232
- origin: str,
5233
- principal_name: str,
5234
- url: str,
5235
- description: Optional[str] = None,
5236
- display_name: Optional[str] = None,
5237
- mail_address: Optional[str] = None,
5238
- origin_id: Optional[str] = None):
5239
- """
5240
- :param str descriptor: The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations.
5241
- :param str domain: This represents the name of the container of origin for a graph member. (For MSA this is "Windows Live ID", for AD the name of the domain, for AAD the tenantID of the directory, for VSTS groups the ScopeId, etc)
5242
- :param str id: The ID of the group.
5243
- :param str origin: The type of source provider for the origin identifier (ex:AD, AAD, MSA)
5244
- :param str principal_name: This is the PrincipalName of this graph member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the graph member by VSTS.
5245
- :param str url: This url is the full route to the source resource of this graph subject.
5246
- :param str description: A short phrase to help human readers disambiguate groups with similar names
5247
- :param str display_name: This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider.
5248
- :param str mail_address: The email address of record for a given graph member. This may be different than the principal name.
5249
- :param str origin_id: The unique identifier from the system of origin. Typically a sid, object id or Guid. Linking and unlinking operations can cause this value to change for a user because the user is not backed by a different provider and has a different unique id in the new provider.
5230
+ descriptor: builtins.str,
5231
+ domain: builtins.str,
5232
+ id: builtins.str,
5233
+ origin: builtins.str,
5234
+ principal_name: builtins.str,
5235
+ url: builtins.str,
5236
+ description: Optional[builtins.str] = None,
5237
+ display_name: Optional[builtins.str] = None,
5238
+ mail_address: Optional[builtins.str] = None,
5239
+ origin_id: Optional[builtins.str] = None):
5240
+ """
5241
+ :param builtins.str descriptor: The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations.
5242
+ :param builtins.str domain: This represents the name of the container of origin for a graph member. (For MSA this is "Windows Live ID", for AD the name of the domain, for AAD the tenantID of the directory, for VSTS groups the ScopeId, etc)
5243
+ :param builtins.str id: The ID of the group.
5244
+ :param builtins.str origin: The type of source provider for the origin identifier (ex:AD, AAD, MSA)
5245
+ :param builtins.str principal_name: This is the PrincipalName of this graph member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the graph member by VSTS.
5246
+ :param builtins.str url: This url is the full route to the source resource of this graph subject.
5247
+ :param builtins.str description: A short phrase to help human readers disambiguate groups with similar names
5248
+ :param builtins.str display_name: This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider.
5249
+ :param builtins.str mail_address: The email address of record for a given graph member. This may be different than the principal name.
5250
+ :param builtins.str origin_id: The unique identifier from the system of origin. Typically a sid, object id or Guid. Linking and unlinking operations can cause this value to change for a user because the user is not backed by a different provider and has a different unique id in the new provider.
5250
5251
  """
5251
5252
  pulumi.set(__self__, "descriptor", descriptor)
5252
5253
  pulumi.set(__self__, "domain", domain)
@@ -5265,7 +5266,7 @@ class GetGroupsGroupResult(dict):
5265
5266
 
5266
5267
  @property
5267
5268
  @pulumi.getter
5268
- def descriptor(self) -> str:
5269
+ def descriptor(self) -> builtins.str:
5269
5270
  """
5270
5271
  The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations.
5271
5272
  """
@@ -5273,7 +5274,7 @@ class GetGroupsGroupResult(dict):
5273
5274
 
5274
5275
  @property
5275
5276
  @pulumi.getter
5276
- def domain(self) -> str:
5277
+ def domain(self) -> builtins.str:
5277
5278
  """
5278
5279
  This represents the name of the container of origin for a graph member. (For MSA this is "Windows Live ID", for AD the name of the domain, for AAD the tenantID of the directory, for VSTS groups the ScopeId, etc)
5279
5280
  """
@@ -5281,7 +5282,7 @@ class GetGroupsGroupResult(dict):
5281
5282
 
5282
5283
  @property
5283
5284
  @pulumi.getter
5284
- def id(self) -> str:
5285
+ def id(self) -> builtins.str:
5285
5286
  """
5286
5287
  The ID of the group.
5287
5288
  """
@@ -5289,7 +5290,7 @@ class GetGroupsGroupResult(dict):
5289
5290
 
5290
5291
  @property
5291
5292
  @pulumi.getter
5292
- def origin(self) -> str:
5293
+ def origin(self) -> builtins.str:
5293
5294
  """
5294
5295
  The type of source provider for the origin identifier (ex:AD, AAD, MSA)
5295
5296
  """
@@ -5297,7 +5298,7 @@ class GetGroupsGroupResult(dict):
5297
5298
 
5298
5299
  @property
5299
5300
  @pulumi.getter(name="principalName")
5300
- def principal_name(self) -> str:
5301
+ def principal_name(self) -> builtins.str:
5301
5302
  """
5302
5303
  This is the PrincipalName of this graph member from the source provider. The source provider may change this field over time and it is not guaranteed to be immutable for the life of the graph member by VSTS.
5303
5304
  """
@@ -5305,7 +5306,7 @@ class GetGroupsGroupResult(dict):
5305
5306
 
5306
5307
  @property
5307
5308
  @pulumi.getter
5308
- def url(self) -> str:
5309
+ def url(self) -> builtins.str:
5309
5310
  """
5310
5311
  This url is the full route to the source resource of this graph subject.
5311
5312
  """
@@ -5313,7 +5314,7 @@ class GetGroupsGroupResult(dict):
5313
5314
 
5314
5315
  @property
5315
5316
  @pulumi.getter
5316
- def description(self) -> Optional[str]:
5317
+ def description(self) -> Optional[builtins.str]:
5317
5318
  """
5318
5319
  A short phrase to help human readers disambiguate groups with similar names
5319
5320
  """
@@ -5321,7 +5322,7 @@ class GetGroupsGroupResult(dict):
5321
5322
 
5322
5323
  @property
5323
5324
  @pulumi.getter(name="displayName")
5324
- def display_name(self) -> Optional[str]:
5325
+ def display_name(self) -> Optional[builtins.str]:
5325
5326
  """
5326
5327
  This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider.
5327
5328
  """
@@ -5329,7 +5330,7 @@ class GetGroupsGroupResult(dict):
5329
5330
 
5330
5331
  @property
5331
5332
  @pulumi.getter(name="mailAddress")
5332
- def mail_address(self) -> Optional[str]:
5333
+ def mail_address(self) -> Optional[builtins.str]:
5333
5334
  """
5334
5335
  The email address of record for a given graph member. This may be different than the principal name.
5335
5336
  """
@@ -5337,7 +5338,7 @@ class GetGroupsGroupResult(dict):
5337
5338
 
5338
5339
  @property
5339
5340
  @pulumi.getter(name="originId")
5340
- def origin_id(self) -> Optional[str]:
5341
+ def origin_id(self) -> Optional[builtins.str]:
5341
5342
  """
5342
5343
  The unique identifier from the system of origin. Typically a sid, object id or Guid. Linking and unlinking operations can cause this value to change for a user because the user is not backed by a different provider and has a different unique id in the new provider.
5343
5344
  """
@@ -5347,15 +5348,15 @@ class GetGroupsGroupResult(dict):
5347
5348
  @pulumi.output_type
5348
5349
  class GetIdentityGroupsGroupResult(dict):
5349
5350
  def __init__(__self__, *,
5350
- descriptor: str,
5351
- id: str,
5352
- name: str,
5353
- subject_descriptor: str):
5351
+ descriptor: builtins.str,
5352
+ id: builtins.str,
5353
+ name: builtins.str,
5354
+ subject_descriptor: builtins.str):
5354
5355
  """
5355
- :param str descriptor: The descriptor of the Identity Group.
5356
- :param str id: The ID of the Identity Group.
5357
- :param str name: This is the non-unique display name of the identity subject.
5358
- :param str subject_descriptor: The subject descriptor of the identity group.
5356
+ :param builtins.str descriptor: The descriptor of the Identity Group.
5357
+ :param builtins.str id: The ID of the Identity Group.
5358
+ :param builtins.str name: This is the non-unique display name of the identity subject.
5359
+ :param builtins.str subject_descriptor: The subject descriptor of the identity group.
5359
5360
  """
5360
5361
  pulumi.set(__self__, "descriptor", descriptor)
5361
5362
  pulumi.set(__self__, "id", id)
@@ -5364,7 +5365,7 @@ class GetIdentityGroupsGroupResult(dict):
5364
5365
 
5365
5366
  @property
5366
5367
  @pulumi.getter
5367
- def descriptor(self) -> str:
5368
+ def descriptor(self) -> builtins.str:
5368
5369
  """
5369
5370
  The descriptor of the Identity Group.
5370
5371
  """
@@ -5372,7 +5373,7 @@ class GetIdentityGroupsGroupResult(dict):
5372
5373
 
5373
5374
  @property
5374
5375
  @pulumi.getter
5375
- def id(self) -> str:
5376
+ def id(self) -> builtins.str:
5376
5377
  """
5377
5378
  The ID of the Identity Group.
5378
5379
  """
@@ -5380,7 +5381,7 @@ class GetIdentityGroupsGroupResult(dict):
5380
5381
 
5381
5382
  @property
5382
5383
  @pulumi.getter
5383
- def name(self) -> str:
5384
+ def name(self) -> builtins.str:
5384
5385
  """
5385
5386
  This is the non-unique display name of the identity subject.
5386
5387
  """
@@ -5388,7 +5389,7 @@ class GetIdentityGroupsGroupResult(dict):
5388
5389
 
5389
5390
  @property
5390
5391
  @pulumi.getter(name="subjectDescriptor")
5391
- def subject_descriptor(self) -> str:
5392
+ def subject_descriptor(self) -> builtins.str:
5392
5393
  """
5393
5394
  The subject descriptor of the identity group.
5394
5395
  """
@@ -5398,17 +5399,17 @@ class GetIdentityGroupsGroupResult(dict):
5398
5399
  @pulumi.output_type
5399
5400
  class GetIterationChildrenResult(dict):
5400
5401
  def __init__(__self__, *,
5401
- has_children: bool,
5402
- id: str,
5403
- name: str,
5404
- path: str,
5405
- project_id: str):
5406
- """
5407
- :param bool has_children: Indicator if the child Iteration node has child nodes
5408
- :param str id: The ID of the child Iteration node
5409
- :param str name: The name of the child Iteration node
5410
- :param str path: The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
5411
- :param str project_id: The project ID.
5402
+ has_children: builtins.bool,
5403
+ id: builtins.str,
5404
+ name: builtins.str,
5405
+ path: builtins.str,
5406
+ project_id: builtins.str):
5407
+ """
5408
+ :param builtins.bool has_children: Indicator if the child Iteration node has child nodes
5409
+ :param builtins.str id: The ID of the child Iteration node
5410
+ :param builtins.str name: The name of the child Iteration node
5411
+ :param builtins.str path: The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
5412
+ :param builtins.str project_id: The project ID.
5412
5413
  """
5413
5414
  pulumi.set(__self__, "has_children", has_children)
5414
5415
  pulumi.set(__self__, "id", id)
@@ -5418,7 +5419,7 @@ class GetIterationChildrenResult(dict):
5418
5419
 
5419
5420
  @property
5420
5421
  @pulumi.getter(name="hasChildren")
5421
- def has_children(self) -> bool:
5422
+ def has_children(self) -> builtins.bool:
5422
5423
  """
5423
5424
  Indicator if the child Iteration node has child nodes
5424
5425
  """
@@ -5426,7 +5427,7 @@ class GetIterationChildrenResult(dict):
5426
5427
 
5427
5428
  @property
5428
5429
  @pulumi.getter
5429
- def id(self) -> str:
5430
+ def id(self) -> builtins.str:
5430
5431
  """
5431
5432
  The ID of the child Iteration node
5432
5433
  """
@@ -5434,7 +5435,7 @@ class GetIterationChildrenResult(dict):
5434
5435
 
5435
5436
  @property
5436
5437
  @pulumi.getter
5437
- def name(self) -> str:
5438
+ def name(self) -> builtins.str:
5438
5439
  """
5439
5440
  The name of the child Iteration node
5440
5441
  """
@@ -5442,7 +5443,7 @@ class GetIterationChildrenResult(dict):
5442
5443
 
5443
5444
  @property
5444
5445
  @pulumi.getter
5445
- def path(self) -> str:
5446
+ def path(self) -> builtins.str:
5446
5447
  """
5447
5448
  The path to the Iteration, _Format_: URL relative; if omitted, or value `"/"` is used, the root Iteration will be returned
5448
5449
  """
@@ -5450,7 +5451,7 @@ class GetIterationChildrenResult(dict):
5450
5451
 
5451
5452
  @property
5452
5453
  @pulumi.getter(name="projectId")
5453
- def project_id(self) -> str:
5454
+ def project_id(self) -> builtins.str:
5454
5455
  """
5455
5456
  The project ID.
5456
5457
  """
@@ -5460,17 +5461,17 @@ class GetIterationChildrenResult(dict):
5460
5461
  @pulumi.output_type
5461
5462
  class GetPoolsAgentPoolResult(dict):
5462
5463
  def __init__(__self__, *,
5463
- auto_provision: bool,
5464
- auto_update: bool,
5465
- id: int,
5466
- name: str,
5467
- pool_type: str):
5468
- """
5469
- :param bool auto_provision: Specifies whether or not a queue should be automatically provisioned for each project collection.
5470
- :param bool auto_update: Specifies whether or not agents within the pool should be automatically updated.
5471
- :param int id: The ID of the agent pool.
5472
- :param str name: The name of the agent pool.
5473
- :param str pool_type: Specifies whether the agent pool type is Automation or Deployment.
5464
+ auto_provision: builtins.bool,
5465
+ auto_update: builtins.bool,
5466
+ id: builtins.int,
5467
+ name: builtins.str,
5468
+ pool_type: builtins.str):
5469
+ """
5470
+ :param builtins.bool auto_provision: Specifies whether or not a queue should be automatically provisioned for each project collection.
5471
+ :param builtins.bool auto_update: Specifies whether or not agents within the pool should be automatically updated.
5472
+ :param builtins.int id: The ID of the agent pool.
5473
+ :param builtins.str name: The name of the agent pool.
5474
+ :param builtins.str pool_type: Specifies whether the agent pool type is Automation or Deployment.
5474
5475
  """
5475
5476
  pulumi.set(__self__, "auto_provision", auto_provision)
5476
5477
  pulumi.set(__self__, "auto_update", auto_update)
@@ -5480,7 +5481,7 @@ class GetPoolsAgentPoolResult(dict):
5480
5481
 
5481
5482
  @property
5482
5483
  @pulumi.getter(name="autoProvision")
5483
- def auto_provision(self) -> bool:
5484
+ def auto_provision(self) -> builtins.bool:
5484
5485
  """
5485
5486
  Specifies whether or not a queue should be automatically provisioned for each project collection.
5486
5487
  """
@@ -5488,7 +5489,7 @@ class GetPoolsAgentPoolResult(dict):
5488
5489
 
5489
5490
  @property
5490
5491
  @pulumi.getter(name="autoUpdate")
5491
- def auto_update(self) -> bool:
5492
+ def auto_update(self) -> builtins.bool:
5492
5493
  """
5493
5494
  Specifies whether or not agents within the pool should be automatically updated.
5494
5495
  """
@@ -5496,7 +5497,7 @@ class GetPoolsAgentPoolResult(dict):
5496
5497
 
5497
5498
  @property
5498
5499
  @pulumi.getter
5499
- def id(self) -> int:
5500
+ def id(self) -> builtins.int:
5500
5501
  """
5501
5502
  The ID of the agent pool.
5502
5503
  """
@@ -5504,7 +5505,7 @@ class GetPoolsAgentPoolResult(dict):
5504
5505
 
5505
5506
  @property
5506
5507
  @pulumi.getter
5507
- def name(self) -> str:
5508
+ def name(self) -> builtins.str:
5508
5509
  """
5509
5510
  The name of the agent pool.
5510
5511
  """
@@ -5512,7 +5513,7 @@ class GetPoolsAgentPoolResult(dict):
5512
5513
 
5513
5514
  @property
5514
5515
  @pulumi.getter(name="poolType")
5515
- def pool_type(self) -> str:
5516
+ def pool_type(self) -> builtins.str:
5516
5517
  """
5517
5518
  Specifies whether the agent pool type is Automation or Deployment.
5518
5519
  """
@@ -5522,15 +5523,15 @@ class GetPoolsAgentPoolResult(dict):
5522
5523
  @pulumi.output_type
5523
5524
  class GetProjectsProjectResult(dict):
5524
5525
  def __init__(__self__, *,
5525
- name: str,
5526
- project_id: str,
5527
- project_url: str,
5528
- state: str):
5529
- """
5530
- :param str name: Name of the Project, if not specified all projects will be returned.
5531
- :param str project_id: The ID of the Project.
5532
- :param str project_url: The Url to the full version of the object.
5533
- :param str state: State of the Project, if not specified all projects will be returned. Valid values are `all`, `deleting`, `new`, `wellFormed`, `createPending`, `unchanged`,`deleted`.
5526
+ name: builtins.str,
5527
+ project_id: builtins.str,
5528
+ project_url: builtins.str,
5529
+ state: builtins.str):
5530
+ """
5531
+ :param builtins.str name: Name of the Project, if not specified all projects will be returned.
5532
+ :param builtins.str project_id: The ID of the Project.
5533
+ :param builtins.str project_url: The Url to the full version of the object.
5534
+ :param builtins.str state: State of the Project, if not specified all projects will be returned. Valid values are `all`, `deleting`, `new`, `wellFormed`, `createPending`, `unchanged`,`deleted`.
5534
5535
 
5535
5536
  > **NOTE:** DataSource without specifying any arguments will return all projects.
5536
5537
  """
@@ -5541,7 +5542,7 @@ class GetProjectsProjectResult(dict):
5541
5542
 
5542
5543
  @property
5543
5544
  @pulumi.getter
5544
- def name(self) -> str:
5545
+ def name(self) -> builtins.str:
5545
5546
  """
5546
5547
  Name of the Project, if not specified all projects will be returned.
5547
5548
  """
@@ -5549,7 +5550,7 @@ class GetProjectsProjectResult(dict):
5549
5550
 
5550
5551
  @property
5551
5552
  @pulumi.getter(name="projectId")
5552
- def project_id(self) -> str:
5553
+ def project_id(self) -> builtins.str:
5553
5554
  """
5554
5555
  The ID of the Project.
5555
5556
  """
@@ -5557,7 +5558,7 @@ class GetProjectsProjectResult(dict):
5557
5558
 
5558
5559
  @property
5559
5560
  @pulumi.getter(name="projectUrl")
5560
- def project_url(self) -> str:
5561
+ def project_url(self) -> builtins.str:
5561
5562
  """
5562
5563
  The Url to the full version of the object.
5563
5564
  """
@@ -5565,7 +5566,7 @@ class GetProjectsProjectResult(dict):
5565
5566
 
5566
5567
  @property
5567
5568
  @pulumi.getter
5568
- def state(self) -> str:
5569
+ def state(self) -> builtins.str:
5569
5570
  """
5570
5571
  State of the Project, if not specified all projects will be returned. Valid values are `all`, `deleting`, `new`, `wellFormed`, `createPending`, `unchanged`,`deleted`.
5571
5572
 
@@ -5577,27 +5578,27 @@ class GetProjectsProjectResult(dict):
5577
5578
  @pulumi.output_type
5578
5579
  class GetRepositoriesRepositoryResult(dict):
5579
5580
  def __init__(__self__, *,
5580
- default_branch: str,
5581
- disabled: bool,
5582
- id: str,
5583
- name: str,
5584
- project_id: str,
5585
- remote_url: str,
5586
- size: int,
5587
- ssh_url: str,
5588
- url: str,
5589
- web_url: str):
5590
- """
5591
- :param str default_branch: The ref of the default branch.
5592
- :param bool disabled: Is the repository disabled?
5593
- :param str id: Git repository identifier.
5594
- :param str name: Name of the Git repository to retrieve; requires `project_id` to be specified as well
5595
- :param str project_id: ID of project to list Git repositories
5596
- :param str remote_url: HTTPS Url to clone the Git repository
5597
- :param int size: Compressed size (bytes) of the repository.
5598
- :param str ssh_url: SSH Url to clone the Git repository
5599
- :param str url: Details REST API endpoint for the Git Repository.
5600
- :param str web_url: Url of the Git repository web view
5581
+ default_branch: builtins.str,
5582
+ disabled: builtins.bool,
5583
+ id: builtins.str,
5584
+ name: builtins.str,
5585
+ project_id: builtins.str,
5586
+ remote_url: builtins.str,
5587
+ size: builtins.int,
5588
+ ssh_url: builtins.str,
5589
+ url: builtins.str,
5590
+ web_url: builtins.str):
5591
+ """
5592
+ :param builtins.str default_branch: The ref of the default branch.
5593
+ :param builtins.bool disabled: Is the repository disabled?
5594
+ :param builtins.str id: Git repository identifier.
5595
+ :param builtins.str name: Name of the Git repository to retrieve; requires `project_id` to be specified as well
5596
+ :param builtins.str project_id: ID of project to list Git repositories
5597
+ :param builtins.str remote_url: HTTPS Url to clone the Git repository
5598
+ :param builtins.int size: Compressed size (bytes) of the repository.
5599
+ :param builtins.str ssh_url: SSH Url to clone the Git repository
5600
+ :param builtins.str url: Details REST API endpoint for the Git Repository.
5601
+ :param builtins.str web_url: Url of the Git repository web view
5601
5602
  """
5602
5603
  pulumi.set(__self__, "default_branch", default_branch)
5603
5604
  pulumi.set(__self__, "disabled", disabled)
@@ -5612,7 +5613,7 @@ class GetRepositoriesRepositoryResult(dict):
5612
5613
 
5613
5614
  @property
5614
5615
  @pulumi.getter(name="defaultBranch")
5615
- def default_branch(self) -> str:
5616
+ def default_branch(self) -> builtins.str:
5616
5617
  """
5617
5618
  The ref of the default branch.
5618
5619
  """
@@ -5620,7 +5621,7 @@ class GetRepositoriesRepositoryResult(dict):
5620
5621
 
5621
5622
  @property
5622
5623
  @pulumi.getter
5623
- def disabled(self) -> bool:
5624
+ def disabled(self) -> builtins.bool:
5624
5625
  """
5625
5626
  Is the repository disabled?
5626
5627
  """
@@ -5628,7 +5629,7 @@ class GetRepositoriesRepositoryResult(dict):
5628
5629
 
5629
5630
  @property
5630
5631
  @pulumi.getter
5631
- def id(self) -> str:
5632
+ def id(self) -> builtins.str:
5632
5633
  """
5633
5634
  Git repository identifier.
5634
5635
  """
@@ -5636,7 +5637,7 @@ class GetRepositoriesRepositoryResult(dict):
5636
5637
 
5637
5638
  @property
5638
5639
  @pulumi.getter
5639
- def name(self) -> str:
5640
+ def name(self) -> builtins.str:
5640
5641
  """
5641
5642
  Name of the Git repository to retrieve; requires `project_id` to be specified as well
5642
5643
  """
@@ -5644,7 +5645,7 @@ class GetRepositoriesRepositoryResult(dict):
5644
5645
 
5645
5646
  @property
5646
5647
  @pulumi.getter(name="projectId")
5647
- def project_id(self) -> str:
5648
+ def project_id(self) -> builtins.str:
5648
5649
  """
5649
5650
  ID of project to list Git repositories
5650
5651
  """
@@ -5652,7 +5653,7 @@ class GetRepositoriesRepositoryResult(dict):
5652
5653
 
5653
5654
  @property
5654
5655
  @pulumi.getter(name="remoteUrl")
5655
- def remote_url(self) -> str:
5656
+ def remote_url(self) -> builtins.str:
5656
5657
  """
5657
5658
  HTTPS Url to clone the Git repository
5658
5659
  """
@@ -5660,7 +5661,7 @@ class GetRepositoriesRepositoryResult(dict):
5660
5661
 
5661
5662
  @property
5662
5663
  @pulumi.getter
5663
- def size(self) -> int:
5664
+ def size(self) -> builtins.int:
5664
5665
  """
5665
5666
  Compressed size (bytes) of the repository.
5666
5667
  """
@@ -5668,7 +5669,7 @@ class GetRepositoriesRepositoryResult(dict):
5668
5669
 
5669
5670
  @property
5670
5671
  @pulumi.getter(name="sshUrl")
5671
- def ssh_url(self) -> str:
5672
+ def ssh_url(self) -> builtins.str:
5672
5673
  """
5673
5674
  SSH Url to clone the Git repository
5674
5675
  """
@@ -5676,7 +5677,7 @@ class GetRepositoriesRepositoryResult(dict):
5676
5677
 
5677
5678
  @property
5678
5679
  @pulumi.getter
5679
- def url(self) -> str:
5680
+ def url(self) -> builtins.str:
5680
5681
  """
5681
5682
  Details REST API endpoint for the Git Repository.
5682
5683
  """
@@ -5684,7 +5685,7 @@ class GetRepositoriesRepositoryResult(dict):
5684
5685
 
5685
5686
  @property
5686
5687
  @pulumi.getter(name="webUrl")
5687
- def web_url(self) -> str:
5688
+ def web_url(self) -> builtins.str:
5688
5689
  """
5689
5690
  Url of the Git repository web view
5690
5691
  """
@@ -5694,23 +5695,23 @@ class GetRepositoriesRepositoryResult(dict):
5694
5695
  @pulumi.output_type
5695
5696
  class GetSecurityroleDefinitionsDefinitionResult(dict):
5696
5697
  def __init__(__self__, *,
5697
- allow_permissions: int,
5698
- description: str,
5699
- display_name: str,
5700
- identifier: str,
5701
- name: str,
5702
- scope: str,
5703
- deny_permissions: Optional[int] = None):
5704
- """
5705
- :param int allow_permissions: The mask of allowed permissions of the Security Role Definition.
5706
- :param str description: The description of the Security Role Definition.
5707
- :param str display_name: The display name of the Security Role Definition.
5708
- :param str identifier: The identifier of the Security Role Definition.
5709
- :param str name: The name of the Security Role Definition.
5710
- :param str scope: Name of the Scope for which Security Role Definitions will be returned.
5698
+ allow_permissions: builtins.int,
5699
+ description: builtins.str,
5700
+ display_name: builtins.str,
5701
+ identifier: builtins.str,
5702
+ name: builtins.str,
5703
+ scope: builtins.str,
5704
+ deny_permissions: Optional[builtins.int] = None):
5705
+ """
5706
+ :param builtins.int allow_permissions: The mask of allowed permissions of the Security Role Definition.
5707
+ :param builtins.str description: The description of the Security Role Definition.
5708
+ :param builtins.str display_name: The display name of the Security Role Definition.
5709
+ :param builtins.str identifier: The identifier of the Security Role Definition.
5710
+ :param builtins.str name: The name of the Security Role Definition.
5711
+ :param builtins.str scope: Name of the Scope for which Security Role Definitions will be returned.
5711
5712
 
5712
5713
  > **NOTE:** DataSource without specifying any arguments will return all projects.
5713
- :param int deny_permissions: The mask of the denied permissions of the Security Role Definition.
5714
+ :param builtins.int deny_permissions: The mask of the denied permissions of the Security Role Definition.
5714
5715
  """
5715
5716
  pulumi.set(__self__, "allow_permissions", allow_permissions)
5716
5717
  pulumi.set(__self__, "description", description)
@@ -5723,7 +5724,7 @@ class GetSecurityroleDefinitionsDefinitionResult(dict):
5723
5724
 
5724
5725
  @property
5725
5726
  @pulumi.getter(name="allowPermissions")
5726
- def allow_permissions(self) -> int:
5727
+ def allow_permissions(self) -> builtins.int:
5727
5728
  """
5728
5729
  The mask of allowed permissions of the Security Role Definition.
5729
5730
  """
@@ -5731,7 +5732,7 @@ class GetSecurityroleDefinitionsDefinitionResult(dict):
5731
5732
 
5732
5733
  @property
5733
5734
  @pulumi.getter
5734
- def description(self) -> str:
5735
+ def description(self) -> builtins.str:
5735
5736
  """
5736
5737
  The description of the Security Role Definition.
5737
5738
  """
@@ -5739,7 +5740,7 @@ class GetSecurityroleDefinitionsDefinitionResult(dict):
5739
5740
 
5740
5741
  @property
5741
5742
  @pulumi.getter(name="displayName")
5742
- def display_name(self) -> str:
5743
+ def display_name(self) -> builtins.str:
5743
5744
  """
5744
5745
  The display name of the Security Role Definition.
5745
5746
  """
@@ -5747,7 +5748,7 @@ class GetSecurityroleDefinitionsDefinitionResult(dict):
5747
5748
 
5748
5749
  @property
5749
5750
  @pulumi.getter
5750
- def identifier(self) -> str:
5751
+ def identifier(self) -> builtins.str:
5751
5752
  """
5752
5753
  The identifier of the Security Role Definition.
5753
5754
  """
@@ -5755,7 +5756,7 @@ class GetSecurityroleDefinitionsDefinitionResult(dict):
5755
5756
 
5756
5757
  @property
5757
5758
  @pulumi.getter
5758
- def name(self) -> str:
5759
+ def name(self) -> builtins.str:
5759
5760
  """
5760
5761
  The name of the Security Role Definition.
5761
5762
  """
@@ -5763,7 +5764,7 @@ class GetSecurityroleDefinitionsDefinitionResult(dict):
5763
5764
 
5764
5765
  @property
5765
5766
  @pulumi.getter
5766
- def scope(self) -> str:
5767
+ def scope(self) -> builtins.str:
5767
5768
  """
5768
5769
  Name of the Scope for which Security Role Definitions will be returned.
5769
5770
 
@@ -5773,7 +5774,7 @@ class GetSecurityroleDefinitionsDefinitionResult(dict):
5773
5774
 
5774
5775
  @property
5775
5776
  @pulumi.getter(name="denyPermissions")
5776
- def deny_permissions(self) -> Optional[int]:
5777
+ def deny_permissions(self) -> Optional[builtins.int]:
5777
5778
  """
5778
5779
  The mask of the denied permissions of the Security Role Definition.
5779
5780
  """
@@ -5783,19 +5784,19 @@ class GetSecurityroleDefinitionsDefinitionResult(dict):
5783
5784
  @pulumi.output_type
5784
5785
  class GetTeamsTeamResult(dict):
5785
5786
  def __init__(__self__, *,
5786
- administrators: Sequence[str],
5787
- description: str,
5788
- id: str,
5789
- members: Sequence[str],
5790
- name: str,
5791
- project_id: str):
5792
- """
5793
- :param Sequence[str] administrators: List of subject descriptors for `administrators` of the team.
5794
- :param str description: Team description.
5795
- :param str id: The ID of the Team.
5796
- :param Sequence[str] members: List of subject descriptors for `members` of the team.
5797
- :param str name: The name of the team.
5798
- :param str project_id: The Project ID. If no project ID all teams of the organization will be returned.
5787
+ administrators: Sequence[builtins.str],
5788
+ description: builtins.str,
5789
+ id: builtins.str,
5790
+ members: Sequence[builtins.str],
5791
+ name: builtins.str,
5792
+ project_id: builtins.str):
5793
+ """
5794
+ :param Sequence[builtins.str] administrators: List of subject descriptors for `administrators` of the team.
5795
+ :param builtins.str description: Team description.
5796
+ :param builtins.str id: The ID of the Team.
5797
+ :param Sequence[builtins.str] members: List of subject descriptors for `members` of the team.
5798
+ :param builtins.str name: The name of the team.
5799
+ :param builtins.str project_id: The Project ID. If no project ID all teams of the organization will be returned.
5799
5800
  """
5800
5801
  pulumi.set(__self__, "administrators", administrators)
5801
5802
  pulumi.set(__self__, "description", description)
@@ -5806,7 +5807,7 @@ class GetTeamsTeamResult(dict):
5806
5807
 
5807
5808
  @property
5808
5809
  @pulumi.getter
5809
- def administrators(self) -> Sequence[str]:
5810
+ def administrators(self) -> Sequence[builtins.str]:
5810
5811
  """
5811
5812
  List of subject descriptors for `administrators` of the team.
5812
5813
  """
@@ -5814,7 +5815,7 @@ class GetTeamsTeamResult(dict):
5814
5815
 
5815
5816
  @property
5816
5817
  @pulumi.getter
5817
- def description(self) -> str:
5818
+ def description(self) -> builtins.str:
5818
5819
  """
5819
5820
  Team description.
5820
5821
  """
@@ -5822,7 +5823,7 @@ class GetTeamsTeamResult(dict):
5822
5823
 
5823
5824
  @property
5824
5825
  @pulumi.getter
5825
- def id(self) -> str:
5826
+ def id(self) -> builtins.str:
5826
5827
  """
5827
5828
  The ID of the Team.
5828
5829
  """
@@ -5830,7 +5831,7 @@ class GetTeamsTeamResult(dict):
5830
5831
 
5831
5832
  @property
5832
5833
  @pulumi.getter
5833
- def members(self) -> Sequence[str]:
5834
+ def members(self) -> Sequence[builtins.str]:
5834
5835
  """
5835
5836
  List of subject descriptors for `members` of the team.
5836
5837
  """
@@ -5838,7 +5839,7 @@ class GetTeamsTeamResult(dict):
5838
5839
 
5839
5840
  @property
5840
5841
  @pulumi.getter
5841
- def name(self) -> str:
5842
+ def name(self) -> builtins.str:
5842
5843
  """
5843
5844
  The name of the team.
5844
5845
  """
@@ -5846,7 +5847,7 @@ class GetTeamsTeamResult(dict):
5846
5847
 
5847
5848
  @property
5848
5849
  @pulumi.getter(name="projectId")
5849
- def project_id(self) -> str:
5850
+ def project_id(self) -> builtins.str:
5850
5851
  """
5851
5852
  The Project ID. If no project ID all teams of the organization will be returned.
5852
5853
  """
@@ -5856,9 +5857,9 @@ class GetTeamsTeamResult(dict):
5856
5857
  @pulumi.output_type
5857
5858
  class GetUsersFeaturesResult(dict):
5858
5859
  def __init__(__self__, *,
5859
- concurrent_workers: Optional[int] = None):
5860
+ concurrent_workers: Optional[builtins.int] = None):
5860
5861
  """
5861
- :param int concurrent_workers: Number of workers to process user data concurrently.
5862
+ :param builtins.int concurrent_workers: Number of workers to process user data concurrently.
5862
5863
 
5863
5864
  > **Note** Setting `concurrent_workers` to a value greater than 1 can greatly decrease the time it takes to read the data source.
5864
5865
  """
@@ -5867,7 +5868,7 @@ class GetUsersFeaturesResult(dict):
5867
5868
 
5868
5869
  @property
5869
5870
  @pulumi.getter(name="concurrentWorkers")
5870
- def concurrent_workers(self) -> Optional[int]:
5871
+ def concurrent_workers(self) -> Optional[builtins.int]:
5871
5872
  """
5872
5873
  Number of workers to process user data concurrently.
5873
5874
 
@@ -5879,22 +5880,30 @@ class GetUsersFeaturesResult(dict):
5879
5880
  @pulumi.output_type
5880
5881
  class GetUsersUserResult(dict):
5881
5882
  def __init__(__self__, *,
5882
- descriptor: str,
5883
- display_name: str,
5884
- id: str,
5885
- mail_address: str,
5886
- origin: str,
5887
- principal_name: str,
5888
- origin_id: Optional[str] = None):
5889
- """
5890
- :param str descriptor: The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations.
5891
- :param str display_name: This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider.
5892
- :param str id: The ID of the User.
5893
- :param str mail_address: The email address of record for a given graph member. This may be different than the principal name.
5894
- :param str origin: The type of source provider for the `origin_id` parameter (ex:AD, AAD, MSA) The supported origins are listed below.
5883
+ descriptor: builtins.str,
5884
+ display_name: builtins.str,
5885
+ id: builtins.str,
5886
+ mail_address: builtins.str,
5887
+ origin: builtins.str,
5888
+ principal_name: builtins.str,
5889
+ origin_id: Optional[builtins.str] = None):
5890
+ """
5891
+ :param builtins.str descriptor: The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations.
5892
+ :param builtins.str display_name: This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider.
5893
+ :param builtins.str id: The ID of the User.
5894
+ :param builtins.str mail_address: The email address of record for a given graph member. This may be different than the principal name.
5895
+ :param builtins.str origin: The type of source provider for the `origin_id` parameter (ex:AD, AAD, MSA) The supported origins are listed below.
5895
5896
  <pre>List of possible origins
5896
- :param str principal_name: The PrincipalName of this graph member from the source provider.
5897
- :param str origin_id: The unique identifier from the system of origin.
5897
+ ```hcl
5898
+ ActiveDirectory = "ad" # Windows Active Directory
5899
+ AzureActiveDirectory = "aad" # Azure Active Directory
5900
+ MicrosoftAccount = "msa" # Windows Live Account
5901
+ VisualStudioTeamServices = "vsts" # DevOps
5902
+ GitHubDirectory = "ghb" # GitHub
5903
+ ```
5904
+ </pre>
5905
+ :param builtins.str principal_name: The PrincipalName of this graph member from the source provider.
5906
+ :param builtins.str origin_id: The unique identifier from the system of origin.
5898
5907
  """
5899
5908
  pulumi.set(__self__, "descriptor", descriptor)
5900
5909
  pulumi.set(__self__, "display_name", display_name)
@@ -5907,7 +5916,7 @@ class GetUsersUserResult(dict):
5907
5916
 
5908
5917
  @property
5909
5918
  @pulumi.getter
5910
- def descriptor(self) -> str:
5919
+ def descriptor(self) -> builtins.str:
5911
5920
  """
5912
5921
  The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations.
5913
5922
  """
@@ -5915,7 +5924,7 @@ class GetUsersUserResult(dict):
5915
5924
 
5916
5925
  @property
5917
5926
  @pulumi.getter(name="displayName")
5918
- def display_name(self) -> str:
5927
+ def display_name(self) -> builtins.str:
5919
5928
  """
5920
5929
  This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider.
5921
5930
  """
@@ -5923,7 +5932,7 @@ class GetUsersUserResult(dict):
5923
5932
 
5924
5933
  @property
5925
5934
  @pulumi.getter
5926
- def id(self) -> str:
5935
+ def id(self) -> builtins.str:
5927
5936
  """
5928
5937
  The ID of the User.
5929
5938
  """
@@ -5931,7 +5940,7 @@ class GetUsersUserResult(dict):
5931
5940
 
5932
5941
  @property
5933
5942
  @pulumi.getter(name="mailAddress")
5934
- def mail_address(self) -> str:
5943
+ def mail_address(self) -> builtins.str:
5935
5944
  """
5936
5945
  The email address of record for a given graph member. This may be different than the principal name.
5937
5946
  """
@@ -5939,16 +5948,24 @@ class GetUsersUserResult(dict):
5939
5948
 
5940
5949
  @property
5941
5950
  @pulumi.getter
5942
- def origin(self) -> str:
5951
+ def origin(self) -> builtins.str:
5943
5952
  """
5944
5953
  The type of source provider for the `origin_id` parameter (ex:AD, AAD, MSA) The supported origins are listed below.
5945
5954
  <pre>List of possible origins
5955
+ ```hcl
5956
+ ActiveDirectory = "ad" # Windows Active Directory
5957
+ AzureActiveDirectory = "aad" # Azure Active Directory
5958
+ MicrosoftAccount = "msa" # Windows Live Account
5959
+ VisualStudioTeamServices = "vsts" # DevOps
5960
+ GitHubDirectory = "ghb" # GitHub
5961
+ ```
5962
+ </pre>
5946
5963
  """
5947
5964
  return pulumi.get(self, "origin")
5948
5965
 
5949
5966
  @property
5950
5967
  @pulumi.getter(name="principalName")
5951
- def principal_name(self) -> str:
5968
+ def principal_name(self) -> builtins.str:
5952
5969
  """
5953
5970
  The PrincipalName of this graph member from the source provider.
5954
5971
  """
@@ -5956,7 +5973,7 @@ class GetUsersUserResult(dict):
5956
5973
 
5957
5974
  @property
5958
5975
  @pulumi.getter(name="originId")
5959
- def origin_id(self) -> Optional[str]:
5976
+ def origin_id(self) -> Optional[builtins.str]:
5960
5977
  """
5961
5978
  The unique identifier from the system of origin.
5962
5979
  """
@@ -5966,18 +5983,18 @@ class GetUsersUserResult(dict):
5966
5983
  @pulumi.output_type
5967
5984
  class GetVariableGroupKeyVaultResult(dict):
5968
5985
  def __init__(__self__, *,
5969
- name: str,
5970
- service_endpoint_id: str):
5986
+ name: builtins.str,
5987
+ service_endpoint_id: builtins.str):
5971
5988
  """
5972
- :param str name: The name of the Variable Group to retrieve.
5973
- :param str service_endpoint_id: The id of the Azure subscription endpoint to access the key vault.
5989
+ :param builtins.str name: The name of the Variable Group to retrieve.
5990
+ :param builtins.str service_endpoint_id: The id of the Azure subscription endpoint to access the key vault.
5974
5991
  """
5975
5992
  pulumi.set(__self__, "name", name)
5976
5993
  pulumi.set(__self__, "service_endpoint_id", service_endpoint_id)
5977
5994
 
5978
5995
  @property
5979
5996
  @pulumi.getter
5980
- def name(self) -> str:
5997
+ def name(self) -> builtins.str:
5981
5998
  """
5982
5999
  The name of the Variable Group to retrieve.
5983
6000
  """
@@ -5985,7 +6002,7 @@ class GetVariableGroupKeyVaultResult(dict):
5985
6002
 
5986
6003
  @property
5987
6004
  @pulumi.getter(name="serviceEndpointId")
5988
- def service_endpoint_id(self) -> str:
6005
+ def service_endpoint_id(self) -> builtins.str:
5989
6006
  """
5990
6007
  The id of the Azure subscription endpoint to access the key vault.
5991
6008
  """
@@ -5995,18 +6012,18 @@ class GetVariableGroupKeyVaultResult(dict):
5995
6012
  @pulumi.output_type
5996
6013
  class GetVariableGroupVariableResult(dict):
5997
6014
  def __init__(__self__, *,
5998
- content_type: str,
5999
- enabled: bool,
6000
- expires: str,
6001
- is_secret: bool,
6002
- name: str,
6003
- secret_value: str,
6004
- value: str):
6005
- """
6006
- :param bool is_secret: A boolean flag describing if the variable value is sensitive.
6007
- :param str name: The name of the Variable Group to retrieve.
6008
- :param str secret_value: The secret value of the variable.
6009
- :param str value: The value of the variable.
6015
+ content_type: builtins.str,
6016
+ enabled: builtins.bool,
6017
+ expires: builtins.str,
6018
+ is_secret: builtins.bool,
6019
+ name: builtins.str,
6020
+ secret_value: builtins.str,
6021
+ value: builtins.str):
6022
+ """
6023
+ :param builtins.bool is_secret: A boolean flag describing if the variable value is sensitive.
6024
+ :param builtins.str name: The name of the Variable Group to retrieve.
6025
+ :param builtins.str secret_value: The secret value of the variable.
6026
+ :param builtins.str value: The value of the variable.
6010
6027
  """
6011
6028
  pulumi.set(__self__, "content_type", content_type)
6012
6029
  pulumi.set(__self__, "enabled", enabled)
@@ -6018,22 +6035,22 @@ class GetVariableGroupVariableResult(dict):
6018
6035
 
6019
6036
  @property
6020
6037
  @pulumi.getter(name="contentType")
6021
- def content_type(self) -> str:
6038
+ def content_type(self) -> builtins.str:
6022
6039
  return pulumi.get(self, "content_type")
6023
6040
 
6024
6041
  @property
6025
6042
  @pulumi.getter
6026
- def enabled(self) -> bool:
6043
+ def enabled(self) -> builtins.bool:
6027
6044
  return pulumi.get(self, "enabled")
6028
6045
 
6029
6046
  @property
6030
6047
  @pulumi.getter
6031
- def expires(self) -> str:
6048
+ def expires(self) -> builtins.str:
6032
6049
  return pulumi.get(self, "expires")
6033
6050
 
6034
6051
  @property
6035
6052
  @pulumi.getter(name="isSecret")
6036
- def is_secret(self) -> bool:
6053
+ def is_secret(self) -> builtins.bool:
6037
6054
  """
6038
6055
  A boolean flag describing if the variable value is sensitive.
6039
6056
  """
@@ -6041,7 +6058,7 @@ class GetVariableGroupVariableResult(dict):
6041
6058
 
6042
6059
  @property
6043
6060
  @pulumi.getter
6044
- def name(self) -> str:
6061
+ def name(self) -> builtins.str:
6045
6062
  """
6046
6063
  The name of the Variable Group to retrieve.
6047
6064
  """
@@ -6049,7 +6066,7 @@ class GetVariableGroupVariableResult(dict):
6049
6066
 
6050
6067
  @property
6051
6068
  @pulumi.getter(name="secretValue")
6052
- def secret_value(self) -> str:
6069
+ def secret_value(self) -> builtins.str:
6053
6070
  """
6054
6071
  The secret value of the variable.
6055
6072
  """
@@ -6057,7 +6074,7 @@ class GetVariableGroupVariableResult(dict):
6057
6074
 
6058
6075
  @property
6059
6076
  @pulumi.getter
6060
- def value(self) -> str:
6077
+ def value(self) -> builtins.str:
6061
6078
  """
6062
6079
  The value of the variable.
6063
6080
  """