pulumi-azuredevops 3.8.0a1742224403__py3-none-any.whl → 3.9.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (155) hide show
  1. pulumi_azuredevops/__init__.py +20 -0
  2. pulumi_azuredevops/_inputs.py +1140 -1013
  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 +78 -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/extension.py +426 -0
  29. pulumi_azuredevops/feed.py +29 -28
  30. pulumi_azuredevops/feed_permission.py +106 -77
  31. pulumi_azuredevops/feed_retention_policy.py +57 -56
  32. pulumi_azuredevops/get_agent_queue.py +13 -12
  33. pulumi_azuredevops/get_area.py +19 -18
  34. pulumi_azuredevops/get_build_definition.py +23 -22
  35. pulumi_azuredevops/get_client_config.py +7 -6
  36. pulumi_azuredevops/get_descriptor.py +8 -7
  37. pulumi_azuredevops/get_environment.py +18 -17
  38. pulumi_azuredevops/get_feed.py +17 -16
  39. pulumi_azuredevops/get_git_repository.py +20 -19
  40. pulumi_azuredevops/get_git_repository_file.py +201 -0
  41. pulumi_azuredevops/get_group.py +16 -15
  42. pulumi_azuredevops/get_group_membership.py +8 -7
  43. pulumi_azuredevops/get_groups.py +7 -6
  44. pulumi_azuredevops/get_identity_group.py +14 -13
  45. pulumi_azuredevops/get_identity_groups.py +7 -6
  46. pulumi_azuredevops/get_identity_users.py +14 -13
  47. pulumi_azuredevops/get_iteration.py +19 -18
  48. pulumi_azuredevops/get_pool.py +10 -9
  49. pulumi_azuredevops/get_pools.py +2 -1
  50. pulumi_azuredevops/get_project.py +18 -17
  51. pulumi_azuredevops/get_projects.py +12 -11
  52. pulumi_azuredevops/get_repositories.py +17 -16
  53. pulumi_azuredevops/get_securityrole_definitions.py +7 -6
  54. pulumi_azuredevops/get_service_endpoint_azure_rm.py +31 -30
  55. pulumi_azuredevops/get_service_endpoint_github.py +19 -18
  56. pulumi_azuredevops/get_service_principal.py +10 -9
  57. pulumi_azuredevops/get_serviceendpoint_azurecr.py +29 -28
  58. pulumi_azuredevops/get_serviceendpoint_bitbucket.py +19 -18
  59. pulumi_azuredevops/get_serviceendpoint_npm.py +20 -19
  60. pulumi_azuredevops/get_serviceendpoint_sonarcloud.py +19 -18
  61. pulumi_azuredevops/get_storage_key.py +8 -7
  62. pulumi_azuredevops/get_team.py +21 -20
  63. pulumi_azuredevops/get_teams.py +12 -11
  64. pulumi_azuredevops/get_user.py +14 -13
  65. pulumi_azuredevops/get_users.py +84 -21
  66. pulumi_azuredevops/get_variable_group.py +14 -13
  67. pulumi_azuredevops/git.py +113 -112
  68. pulumi_azuredevops/git_permissions.py +85 -84
  69. pulumi_azuredevops/git_repository_branch.py +78 -77
  70. pulumi_azuredevops/git_repository_file.py +342 -85
  71. pulumi_azuredevops/group.py +134 -133
  72. pulumi_azuredevops/group_entitlement.py +85 -84
  73. pulumi_azuredevops/group_membership.py +43 -42
  74. pulumi_azuredevops/iterative_permissions.py +71 -70
  75. pulumi_azuredevops/library_permissions.py +57 -56
  76. pulumi_azuredevops/outputs.py +1118 -995
  77. pulumi_azuredevops/pipeline_authorization.py +71 -70
  78. pulumi_azuredevops/pool.py +57 -56
  79. pulumi_azuredevops/project.py +92 -91
  80. pulumi_azuredevops/project_features.py +25 -24
  81. pulumi_azuredevops/project_permissions.py +57 -56
  82. pulumi_azuredevops/project_pipeline_settings.py +99 -98
  83. pulumi_azuredevops/project_tags.py +29 -28
  84. pulumi_azuredevops/provider.py +157 -156
  85. pulumi_azuredevops/pulumi-plugin.json +1 -1
  86. pulumi_azuredevops/queue.py +43 -42
  87. pulumi_azuredevops/repository_policy_author_email_pattern.py +71 -70
  88. pulumi_azuredevops/repository_policy_case_enforcement.py +71 -70
  89. pulumi_azuredevops/repository_policy_check_credentials.py +57 -56
  90. pulumi_azuredevops/repository_policy_file_path_pattern.py +71 -70
  91. pulumi_azuredevops/repository_policy_max_file_size.py +71 -70
  92. pulumi_azuredevops/repository_policy_max_path_length.py +71 -70
  93. pulumi_azuredevops/repository_policy_reserved_names.py +57 -56
  94. pulumi_azuredevops/resource_authorization.py +71 -70
  95. pulumi_azuredevops/securityrole_assignment.py +57 -56
  96. pulumi_azuredevops/service_endpoint_artifactory.py +62 -61
  97. pulumi_azuredevops/service_endpoint_aws.py +144 -143
  98. pulumi_azuredevops/service_endpoint_azure_dev_ops.py +86 -85
  99. pulumi_azuredevops/service_endpoint_azure_ecr.py +169 -168
  100. pulumi_azuredevops/service_endpoint_azure_rm.py +195 -194
  101. pulumi_azuredevops/service_endpoint_bit_bucket.py +72 -71
  102. pulumi_azuredevops/service_endpoint_docker_registry.py +114 -113
  103. pulumi_azuredevops/service_endpoint_generic.py +86 -85
  104. pulumi_azuredevops/service_endpoint_generic_git.py +100 -99
  105. pulumi_azuredevops/service_endpoint_git_hub.py +44 -43
  106. pulumi_azuredevops/service_endpoint_git_hub_enterprise.py +174 -82
  107. pulumi_azuredevops/service_endpoint_git_lab.py +86 -85
  108. pulumi_azuredevops/service_endpoint_kubernetes.py +72 -71
  109. pulumi_azuredevops/service_endpoint_npm.py +76 -75
  110. pulumi_azuredevops/service_endpoint_pipeline.py +58 -57
  111. pulumi_azuredevops/service_endpoint_service_fabric.py +58 -57
  112. pulumi_azuredevops/service_endpoint_sonar_cloud.py +62 -61
  113. pulumi_azuredevops/service_endpoint_sonar_qube.py +76 -75
  114. pulumi_azuredevops/service_endpoint_ssh.py +114 -113
  115. pulumi_azuredevops/service_principal_entitlement.py +71 -70
  116. pulumi_azuredevops/serviceendpoint_argocd.py +62 -61
  117. pulumi_azuredevops/serviceendpoint_azure_service_bus.py +72 -71
  118. pulumi_azuredevops/serviceendpoint_checkmarx_one.py +114 -113
  119. pulumi_azuredevops/serviceendpoint_checkmarx_sast.py +114 -113
  120. pulumi_azuredevops/serviceendpoint_checkmarx_sca.py +142 -141
  121. pulumi_azuredevops/serviceendpoint_dynamics_lifecycle_services.py +114 -113
  122. pulumi_azuredevops/serviceendpoint_externaltfs.py +58 -57
  123. pulumi_azuredevops/serviceendpoint_gcp_terraform.py +116 -115
  124. pulumi_azuredevops/serviceendpoint_incomingwebhook.py +86 -85
  125. pulumi_azuredevops/serviceendpoint_jenkins.py +100 -99
  126. pulumi_azuredevops/serviceendpoint_jfrog_artifactory_v2.py +62 -61
  127. pulumi_azuredevops/serviceendpoint_jfrog_distribution_v2.py +62 -61
  128. pulumi_azuredevops/serviceendpoint_jfrog_platform_v2.py +62 -61
  129. pulumi_azuredevops/serviceendpoint_jfrog_xray_v2.py +62 -61
  130. pulumi_azuredevops/serviceendpoint_maven.py +72 -71
  131. pulumi_azuredevops/serviceendpoint_nexus.py +86 -85
  132. pulumi_azuredevops/serviceendpoint_nuget.py +114 -113
  133. pulumi_azuredevops/serviceendpoint_octopusdeploy.py +86 -85
  134. pulumi_azuredevops/serviceendpoint_openshift.py +688 -0
  135. pulumi_azuredevops/serviceendpoint_permissions.py +71 -70
  136. pulumi_azuredevops/serviceendpoint_snyk.py +72 -71
  137. pulumi_azuredevops/serviceendpoint_visualstudiomarketplace.py +58 -57
  138. pulumi_azuredevops/servicehook_permissions.py +57 -56
  139. pulumi_azuredevops/servicehook_storage_queue_pipelines.py +85 -84
  140. pulumi_azuredevops/tagging_permissions.py +57 -56
  141. pulumi_azuredevops/team.py +78 -77
  142. pulumi_azuredevops/team_administrators.py +57 -56
  143. pulumi_azuredevops/team_members.py +57 -56
  144. pulumi_azuredevops/user.py +78 -77
  145. pulumi_azuredevops/variable_group.py +57 -56
  146. pulumi_azuredevops/variable_group_permissions.py +71 -70
  147. pulumi_azuredevops/wiki.py +99 -98
  148. pulumi_azuredevops/wiki_page.py +67 -66
  149. pulumi_azuredevops/work_item_query_permissions.py +71 -70
  150. pulumi_azuredevops/workitem.py +113 -112
  151. {pulumi_azuredevops-3.8.0a1742224403.dist-info → pulumi_azuredevops-3.9.0.dist-info}/METADATA +2 -2
  152. pulumi_azuredevops-3.9.0.dist-info/RECORD +156 -0
  153. {pulumi_azuredevops-3.8.0a1742224403.dist-info → pulumi_azuredevops-3.9.0.dist-info}/WHEEL +1 -1
  154. pulumi_azuredevops-3.8.0a1742224403.dist-info/RECORD +0 -153
  155. {pulumi_azuredevops-3.8.0a1742224403.dist-info → pulumi_azuredevops-3.9.0.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "azuredevops",
4
- "version": "3.8.0-alpha.1742224403"
4
+ "version": "3.9.0"
5
5
  }
@@ -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
@@ -19,17 +20,17 @@ __all__ = ['QueueArgs', 'Queue']
19
20
  @pulumi.input_type
20
21
  class QueueArgs:
21
22
  def __init__(__self__, *,
22
- project_id: pulumi.Input[str],
23
- agent_pool_id: Optional[pulumi.Input[int]] = None,
24
- name: Optional[pulumi.Input[str]] = None):
23
+ project_id: pulumi.Input[builtins.str],
24
+ agent_pool_id: Optional[pulumi.Input[builtins.int]] = None,
25
+ name: Optional[pulumi.Input[builtins.str]] = None):
25
26
  """
26
27
  The set of arguments for constructing a Queue resource.
27
- :param pulumi.Input[str] project_id: The ID of the project in which to create the resource.
28
- :param pulumi.Input[int] agent_pool_id: The ID of the organization agent pool. Conflicts with `name`.
28
+ :param pulumi.Input[builtins.str] project_id: The ID of the project in which to create the resource.
29
+ :param pulumi.Input[builtins.int] agent_pool_id: The ID of the organization agent pool. Conflicts with `name`.
29
30
 
30
31
  > **NOTE:** One of `name` or `agent_pool_id` must be specified, but not both.
31
32
  When `agent_pool_id` is specified, the agent queue name will be derived from the agent pool name.
32
- :param pulumi.Input[str] name: The name of the agent queue. Defaults to the ID of the agent pool. Conflicts with `agent_pool_id`.
33
+ :param pulumi.Input[builtins.str] name: The name of the agent queue. Defaults to the ID of the agent pool. Conflicts with `agent_pool_id`.
33
34
  """
34
35
  pulumi.set(__self__, "project_id", project_id)
35
36
  if agent_pool_id is not None:
@@ -39,19 +40,19 @@ class QueueArgs:
39
40
 
40
41
  @property
41
42
  @pulumi.getter(name="projectId")
42
- def project_id(self) -> pulumi.Input[str]:
43
+ def project_id(self) -> pulumi.Input[builtins.str]:
43
44
  """
44
45
  The ID of the project in which to create the resource.
45
46
  """
46
47
  return pulumi.get(self, "project_id")
47
48
 
48
49
  @project_id.setter
49
- def project_id(self, value: pulumi.Input[str]):
50
+ def project_id(self, value: pulumi.Input[builtins.str]):
50
51
  pulumi.set(self, "project_id", value)
51
52
 
52
53
  @property
53
54
  @pulumi.getter(name="agentPoolId")
54
- def agent_pool_id(self) -> Optional[pulumi.Input[int]]:
55
+ def agent_pool_id(self) -> Optional[pulumi.Input[builtins.int]]:
55
56
  """
56
57
  The ID of the organization agent pool. Conflicts with `name`.
57
58
 
@@ -61,36 +62,36 @@ class QueueArgs:
61
62
  return pulumi.get(self, "agent_pool_id")
62
63
 
63
64
  @agent_pool_id.setter
64
- def agent_pool_id(self, value: Optional[pulumi.Input[int]]):
65
+ def agent_pool_id(self, value: Optional[pulumi.Input[builtins.int]]):
65
66
  pulumi.set(self, "agent_pool_id", value)
66
67
 
67
68
  @property
68
69
  @pulumi.getter
69
- def name(self) -> Optional[pulumi.Input[str]]:
70
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
70
71
  """
71
72
  The name of the agent queue. Defaults to the ID of the agent pool. Conflicts with `agent_pool_id`.
72
73
  """
73
74
  return pulumi.get(self, "name")
74
75
 
75
76
  @name.setter
76
- def name(self, value: Optional[pulumi.Input[str]]):
77
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
77
78
  pulumi.set(self, "name", value)
78
79
 
79
80
 
80
81
  @pulumi.input_type
81
82
  class _QueueState:
82
83
  def __init__(__self__, *,
83
- agent_pool_id: Optional[pulumi.Input[int]] = None,
84
- name: Optional[pulumi.Input[str]] = None,
85
- project_id: Optional[pulumi.Input[str]] = None):
84
+ agent_pool_id: Optional[pulumi.Input[builtins.int]] = None,
85
+ name: Optional[pulumi.Input[builtins.str]] = None,
86
+ project_id: Optional[pulumi.Input[builtins.str]] = None):
86
87
  """
87
88
  Input properties used for looking up and filtering Queue resources.
88
- :param pulumi.Input[int] agent_pool_id: The ID of the organization agent pool. Conflicts with `name`.
89
+ :param pulumi.Input[builtins.int] agent_pool_id: The ID of the organization agent pool. Conflicts with `name`.
89
90
 
90
91
  > **NOTE:** One of `name` or `agent_pool_id` must be specified, but not both.
91
92
  When `agent_pool_id` is specified, the agent queue name will be derived from the agent pool name.
92
- :param pulumi.Input[str] name: The name of the agent queue. Defaults to the ID of the agent pool. Conflicts with `agent_pool_id`.
93
- :param pulumi.Input[str] project_id: The ID of the project in which to create the resource.
93
+ :param pulumi.Input[builtins.str] name: The name of the agent queue. Defaults to the ID of the agent pool. Conflicts with `agent_pool_id`.
94
+ :param pulumi.Input[builtins.str] project_id: The ID of the project in which to create the resource.
94
95
  """
95
96
  if agent_pool_id is not None:
96
97
  pulumi.set(__self__, "agent_pool_id", agent_pool_id)
@@ -101,7 +102,7 @@ class _QueueState:
101
102
 
102
103
  @property
103
104
  @pulumi.getter(name="agentPoolId")
104
- def agent_pool_id(self) -> Optional[pulumi.Input[int]]:
105
+ def agent_pool_id(self) -> Optional[pulumi.Input[builtins.int]]:
105
106
  """
106
107
  The ID of the organization agent pool. Conflicts with `name`.
107
108
 
@@ -111,31 +112,31 @@ class _QueueState:
111
112
  return pulumi.get(self, "agent_pool_id")
112
113
 
113
114
  @agent_pool_id.setter
114
- def agent_pool_id(self, value: Optional[pulumi.Input[int]]):
115
+ def agent_pool_id(self, value: Optional[pulumi.Input[builtins.int]]):
115
116
  pulumi.set(self, "agent_pool_id", value)
116
117
 
117
118
  @property
118
119
  @pulumi.getter
119
- def name(self) -> Optional[pulumi.Input[str]]:
120
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
120
121
  """
121
122
  The name of the agent queue. Defaults to the ID of the agent pool. Conflicts with `agent_pool_id`.
122
123
  """
123
124
  return pulumi.get(self, "name")
124
125
 
125
126
  @name.setter
126
- def name(self, value: Optional[pulumi.Input[str]]):
127
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
127
128
  pulumi.set(self, "name", value)
128
129
 
129
130
  @property
130
131
  @pulumi.getter(name="projectId")
131
- def project_id(self) -> Optional[pulumi.Input[str]]:
132
+ def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
132
133
  """
133
134
  The ID of the project in which to create the resource.
134
135
  """
135
136
  return pulumi.get(self, "project_id")
136
137
 
137
138
  @project_id.setter
138
- def project_id(self, value: Optional[pulumi.Input[str]]):
139
+ def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
139
140
  pulumi.set(self, "project_id", value)
140
141
 
141
142
 
@@ -144,9 +145,9 @@ class Queue(pulumi.CustomResource):
144
145
  def __init__(__self__,
145
146
  resource_name: str,
146
147
  opts: Optional[pulumi.ResourceOptions] = None,
147
- agent_pool_id: Optional[pulumi.Input[int]] = None,
148
- name: Optional[pulumi.Input[str]] = None,
149
- project_id: Optional[pulumi.Input[str]] = None,
148
+ agent_pool_id: Optional[pulumi.Input[builtins.int]] = None,
149
+ name: Optional[pulumi.Input[builtins.str]] = None,
150
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
150
151
  __props__=None):
151
152
  """
152
153
  Manages an agent queue within Azure DevOps. In the UI, this is equivalent to adding an
@@ -202,12 +203,12 @@ class Queue(pulumi.CustomResource):
202
203
 
203
204
  :param str resource_name: The name of the resource.
204
205
  :param pulumi.ResourceOptions opts: Options for the resource.
205
- :param pulumi.Input[int] agent_pool_id: The ID of the organization agent pool. Conflicts with `name`.
206
+ :param pulumi.Input[builtins.int] agent_pool_id: The ID of the organization agent pool. Conflicts with `name`.
206
207
 
207
208
  > **NOTE:** One of `name` or `agent_pool_id` must be specified, but not both.
208
209
  When `agent_pool_id` is specified, the agent queue name will be derived from the agent pool name.
209
- :param pulumi.Input[str] name: The name of the agent queue. Defaults to the ID of the agent pool. Conflicts with `agent_pool_id`.
210
- :param pulumi.Input[str] project_id: The ID of the project in which to create the resource.
210
+ :param pulumi.Input[builtins.str] name: The name of the agent queue. Defaults to the ID of the agent pool. Conflicts with `agent_pool_id`.
211
+ :param pulumi.Input[builtins.str] project_id: The ID of the project in which to create the resource.
211
212
  """
212
213
  ...
213
214
  @overload
@@ -282,9 +283,9 @@ class Queue(pulumi.CustomResource):
282
283
  def _internal_init(__self__,
283
284
  resource_name: str,
284
285
  opts: Optional[pulumi.ResourceOptions] = None,
285
- agent_pool_id: Optional[pulumi.Input[int]] = None,
286
- name: Optional[pulumi.Input[str]] = None,
287
- project_id: Optional[pulumi.Input[str]] = None,
286
+ agent_pool_id: Optional[pulumi.Input[builtins.int]] = None,
287
+ name: Optional[pulumi.Input[builtins.str]] = None,
288
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
288
289
  __props__=None):
289
290
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
290
291
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -309,9 +310,9 @@ class Queue(pulumi.CustomResource):
309
310
  def get(resource_name: str,
310
311
  id: pulumi.Input[str],
311
312
  opts: Optional[pulumi.ResourceOptions] = None,
312
- agent_pool_id: Optional[pulumi.Input[int]] = None,
313
- name: Optional[pulumi.Input[str]] = None,
314
- project_id: Optional[pulumi.Input[str]] = None) -> 'Queue':
313
+ agent_pool_id: Optional[pulumi.Input[builtins.int]] = None,
314
+ name: Optional[pulumi.Input[builtins.str]] = None,
315
+ project_id: Optional[pulumi.Input[builtins.str]] = None) -> 'Queue':
315
316
  """
316
317
  Get an existing Queue resource's state with the given name, id, and optional extra
317
318
  properties used to qualify the lookup.
@@ -319,12 +320,12 @@ class Queue(pulumi.CustomResource):
319
320
  :param str resource_name: The unique name of the resulting resource.
320
321
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
321
322
  :param pulumi.ResourceOptions opts: Options for the resource.
322
- :param pulumi.Input[int] agent_pool_id: The ID of the organization agent pool. Conflicts with `name`.
323
+ :param pulumi.Input[builtins.int] agent_pool_id: The ID of the organization agent pool. Conflicts with `name`.
323
324
 
324
325
  > **NOTE:** One of `name` or `agent_pool_id` must be specified, but not both.
325
326
  When `agent_pool_id` is specified, the agent queue name will be derived from the agent pool name.
326
- :param pulumi.Input[str] name: The name of the agent queue. Defaults to the ID of the agent pool. Conflicts with `agent_pool_id`.
327
- :param pulumi.Input[str] project_id: The ID of the project in which to create the resource.
327
+ :param pulumi.Input[builtins.str] name: The name of the agent queue. Defaults to the ID of the agent pool. Conflicts with `agent_pool_id`.
328
+ :param pulumi.Input[builtins.str] project_id: The ID of the project in which to create the resource.
328
329
  """
329
330
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
330
331
 
@@ -337,7 +338,7 @@ class Queue(pulumi.CustomResource):
337
338
 
338
339
  @property
339
340
  @pulumi.getter(name="agentPoolId")
340
- def agent_pool_id(self) -> pulumi.Output[int]:
341
+ def agent_pool_id(self) -> pulumi.Output[builtins.int]:
341
342
  """
342
343
  The ID of the organization agent pool. Conflicts with `name`.
343
344
 
@@ -348,7 +349,7 @@ class Queue(pulumi.CustomResource):
348
349
 
349
350
  @property
350
351
  @pulumi.getter
351
- def name(self) -> pulumi.Output[str]:
352
+ def name(self) -> pulumi.Output[builtins.str]:
352
353
  """
353
354
  The name of the agent queue. Defaults to the ID of the agent pool. Conflicts with `agent_pool_id`.
354
355
  """
@@ -356,7 +357,7 @@ class Queue(pulumi.CustomResource):
356
357
 
357
358
  @property
358
359
  @pulumi.getter(name="projectId")
359
- def project_id(self) -> pulumi.Output[str]:
360
+ def project_id(self) -> pulumi.Output[builtins.str]:
360
361
  """
361
362
  The ID of the project in which to create the resource.
362
363
  """
@@ -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
@@ -19,20 +20,20 @@ __all__ = ['RepositoryPolicyAuthorEmailPatternArgs', 'RepositoryPolicyAuthorEmai
19
20
  @pulumi.input_type
20
21
  class RepositoryPolicyAuthorEmailPatternArgs:
21
22
  def __init__(__self__, *,
22
- author_email_patterns: pulumi.Input[Sequence[pulumi.Input[str]]],
23
- project_id: pulumi.Input[str],
24
- blocking: Optional[pulumi.Input[bool]] = None,
25
- enabled: Optional[pulumi.Input[bool]] = None,
26
- repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
23
+ author_email_patterns: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
24
+ project_id: pulumi.Input[builtins.str],
25
+ blocking: Optional[pulumi.Input[builtins.bool]] = None,
26
+ enabled: Optional[pulumi.Input[builtins.bool]] = None,
27
+ repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
27
28
  """
28
29
  The set of arguments for constructing a RepositoryPolicyAuthorEmailPattern resource.
29
- :param pulumi.Input[Sequence[pulumi.Input[str]]] author_email_patterns: Block pushes with a commit author email that does not match the patterns. You can specify exact emails or use wildcards.
30
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] author_email_patterns: Block pushes with a commit author email that does not match the patterns. You can specify exact emails or use wildcards.
30
31
 
31
32
  ~>**NOTE:** Email patterns prefixed with `!` are excluded. Order is important.
32
- :param pulumi.Input[str] project_id: The ID of the project in which the policy will be created.
33
- :param pulumi.Input[bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
34
- :param pulumi.Input[bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
35
- :param pulumi.Input[Sequence[pulumi.Input[str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
33
+ :param pulumi.Input[builtins.str] project_id: The ID of the project in which the policy will be created.
34
+ :param pulumi.Input[builtins.bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
35
+ :param pulumi.Input[builtins.bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
36
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
36
37
  """
37
38
  pulumi.set(__self__, "author_email_patterns", author_email_patterns)
38
39
  pulumi.set(__self__, "project_id", project_id)
@@ -45,7 +46,7 @@ class RepositoryPolicyAuthorEmailPatternArgs:
45
46
 
46
47
  @property
47
48
  @pulumi.getter(name="authorEmailPatterns")
48
- def author_email_patterns(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
49
+ def author_email_patterns(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
49
50
  """
50
51
  Block pushes with a commit author email that does not match the patterns. You can specify exact emails or use wildcards.
51
52
 
@@ -54,75 +55,75 @@ class RepositoryPolicyAuthorEmailPatternArgs:
54
55
  return pulumi.get(self, "author_email_patterns")
55
56
 
56
57
  @author_email_patterns.setter
57
- def author_email_patterns(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
58
+ def author_email_patterns(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
58
59
  pulumi.set(self, "author_email_patterns", value)
59
60
 
60
61
  @property
61
62
  @pulumi.getter(name="projectId")
62
- def project_id(self) -> pulumi.Input[str]:
63
+ def project_id(self) -> pulumi.Input[builtins.str]:
63
64
  """
64
65
  The ID of the project in which the policy will be created.
65
66
  """
66
67
  return pulumi.get(self, "project_id")
67
68
 
68
69
  @project_id.setter
69
- def project_id(self, value: pulumi.Input[str]):
70
+ def project_id(self, value: pulumi.Input[builtins.str]):
70
71
  pulumi.set(self, "project_id", value)
71
72
 
72
73
  @property
73
74
  @pulumi.getter
74
- def blocking(self) -> Optional[pulumi.Input[bool]]:
75
+ def blocking(self) -> Optional[pulumi.Input[builtins.bool]]:
75
76
  """
76
77
  A flag indicating if the policy should be blocking. Defaults to `true`.
77
78
  """
78
79
  return pulumi.get(self, "blocking")
79
80
 
80
81
  @blocking.setter
81
- def blocking(self, value: Optional[pulumi.Input[bool]]):
82
+ def blocking(self, value: Optional[pulumi.Input[builtins.bool]]):
82
83
  pulumi.set(self, "blocking", value)
83
84
 
84
85
  @property
85
86
  @pulumi.getter
86
- def enabled(self) -> Optional[pulumi.Input[bool]]:
87
+ def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
87
88
  """
88
89
  A flag indicating if the policy should be enabled. Defaults to `true`.
89
90
  """
90
91
  return pulumi.get(self, "enabled")
91
92
 
92
93
  @enabled.setter
93
- def enabled(self, value: Optional[pulumi.Input[bool]]):
94
+ def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
94
95
  pulumi.set(self, "enabled", value)
95
96
 
96
97
  @property
97
98
  @pulumi.getter(name="repositoryIds")
98
- def repository_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
99
+ def repository_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
99
100
  """
100
101
  Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
101
102
  """
102
103
  return pulumi.get(self, "repository_ids")
103
104
 
104
105
  @repository_ids.setter
105
- def repository_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
106
+ def repository_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
106
107
  pulumi.set(self, "repository_ids", value)
107
108
 
108
109
 
109
110
  @pulumi.input_type
110
111
  class _RepositoryPolicyAuthorEmailPatternState:
111
112
  def __init__(__self__, *,
112
- author_email_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
113
- blocking: Optional[pulumi.Input[bool]] = None,
114
- enabled: Optional[pulumi.Input[bool]] = None,
115
- project_id: Optional[pulumi.Input[str]] = None,
116
- repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
113
+ author_email_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
114
+ blocking: Optional[pulumi.Input[builtins.bool]] = None,
115
+ enabled: Optional[pulumi.Input[builtins.bool]] = None,
116
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
117
+ repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
117
118
  """
118
119
  Input properties used for looking up and filtering RepositoryPolicyAuthorEmailPattern resources.
119
- :param pulumi.Input[Sequence[pulumi.Input[str]]] author_email_patterns: Block pushes with a commit author email that does not match the patterns. You can specify exact emails or use wildcards.
120
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] author_email_patterns: Block pushes with a commit author email that does not match the patterns. You can specify exact emails or use wildcards.
120
121
 
121
122
  ~>**NOTE:** Email patterns prefixed with `!` are excluded. Order is important.
122
- :param pulumi.Input[bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
123
- :param pulumi.Input[bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
124
- :param pulumi.Input[str] project_id: The ID of the project in which the policy will be created.
125
- :param pulumi.Input[Sequence[pulumi.Input[str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
123
+ :param pulumi.Input[builtins.bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
124
+ :param pulumi.Input[builtins.bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
125
+ :param pulumi.Input[builtins.str] project_id: The ID of the project in which the policy will be created.
126
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
126
127
  """
127
128
  if author_email_patterns is not None:
128
129
  pulumi.set(__self__, "author_email_patterns", author_email_patterns)
@@ -137,7 +138,7 @@ class _RepositoryPolicyAuthorEmailPatternState:
137
138
 
138
139
  @property
139
140
  @pulumi.getter(name="authorEmailPatterns")
140
- def author_email_patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
141
+ def author_email_patterns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
141
142
  """
142
143
  Block pushes with a commit author email that does not match the patterns. You can specify exact emails or use wildcards.
143
144
 
@@ -146,55 +147,55 @@ class _RepositoryPolicyAuthorEmailPatternState:
146
147
  return pulumi.get(self, "author_email_patterns")
147
148
 
148
149
  @author_email_patterns.setter
149
- def author_email_patterns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
150
+ def author_email_patterns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
150
151
  pulumi.set(self, "author_email_patterns", value)
151
152
 
152
153
  @property
153
154
  @pulumi.getter
154
- def blocking(self) -> Optional[pulumi.Input[bool]]:
155
+ def blocking(self) -> Optional[pulumi.Input[builtins.bool]]:
155
156
  """
156
157
  A flag indicating if the policy should be blocking. Defaults to `true`.
157
158
  """
158
159
  return pulumi.get(self, "blocking")
159
160
 
160
161
  @blocking.setter
161
- def blocking(self, value: Optional[pulumi.Input[bool]]):
162
+ def blocking(self, value: Optional[pulumi.Input[builtins.bool]]):
162
163
  pulumi.set(self, "blocking", value)
163
164
 
164
165
  @property
165
166
  @pulumi.getter
166
- def enabled(self) -> Optional[pulumi.Input[bool]]:
167
+ def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
167
168
  """
168
169
  A flag indicating if the policy should be enabled. Defaults to `true`.
169
170
  """
170
171
  return pulumi.get(self, "enabled")
171
172
 
172
173
  @enabled.setter
173
- def enabled(self, value: Optional[pulumi.Input[bool]]):
174
+ def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
174
175
  pulumi.set(self, "enabled", value)
175
176
 
176
177
  @property
177
178
  @pulumi.getter(name="projectId")
178
- def project_id(self) -> Optional[pulumi.Input[str]]:
179
+ def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
179
180
  """
180
181
  The ID of the project in which the policy will be created.
181
182
  """
182
183
  return pulumi.get(self, "project_id")
183
184
 
184
185
  @project_id.setter
185
- def project_id(self, value: Optional[pulumi.Input[str]]):
186
+ def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
186
187
  pulumi.set(self, "project_id", value)
187
188
 
188
189
  @property
189
190
  @pulumi.getter(name="repositoryIds")
190
- def repository_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
191
+ def repository_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
191
192
  """
192
193
  Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
193
194
  """
194
195
  return pulumi.get(self, "repository_ids")
195
196
 
196
197
  @repository_ids.setter
197
- def repository_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
198
+ def repository_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
198
199
  pulumi.set(self, "repository_ids", value)
199
200
 
200
201
 
@@ -203,11 +204,11 @@ class RepositoryPolicyAuthorEmailPattern(pulumi.CustomResource):
203
204
  def __init__(__self__,
204
205
  resource_name: str,
205
206
  opts: Optional[pulumi.ResourceOptions] = None,
206
- author_email_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
207
- blocking: Optional[pulumi.Input[bool]] = None,
208
- enabled: Optional[pulumi.Input[bool]] = None,
209
- project_id: Optional[pulumi.Input[str]] = None,
210
- repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
207
+ author_email_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
208
+ blocking: Optional[pulumi.Input[builtins.bool]] = None,
209
+ enabled: Optional[pulumi.Input[builtins.bool]] = None,
210
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
211
+ repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
211
212
  __props__=None):
212
213
  """
213
214
  Manage author email pattern repository policy within Azure DevOps project.
@@ -277,13 +278,13 @@ class RepositoryPolicyAuthorEmailPattern(pulumi.CustomResource):
277
278
 
278
279
  :param str resource_name: The name of the resource.
279
280
  :param pulumi.ResourceOptions opts: Options for the resource.
280
- :param pulumi.Input[Sequence[pulumi.Input[str]]] author_email_patterns: Block pushes with a commit author email that does not match the patterns. You can specify exact emails or use wildcards.
281
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] author_email_patterns: Block pushes with a commit author email that does not match the patterns. You can specify exact emails or use wildcards.
281
282
 
282
283
  ~>**NOTE:** Email patterns prefixed with `!` are excluded. Order is important.
283
- :param pulumi.Input[bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
284
- :param pulumi.Input[bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
285
- :param pulumi.Input[str] project_id: The ID of the project in which the policy will be created.
286
- :param pulumi.Input[Sequence[pulumi.Input[str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
284
+ :param pulumi.Input[builtins.bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
285
+ :param pulumi.Input[builtins.bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
286
+ :param pulumi.Input[builtins.str] project_id: The ID of the project in which the policy will be created.
287
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
287
288
  """
288
289
  ...
289
290
  @overload
@@ -372,11 +373,11 @@ class RepositoryPolicyAuthorEmailPattern(pulumi.CustomResource):
372
373
  def _internal_init(__self__,
373
374
  resource_name: str,
374
375
  opts: Optional[pulumi.ResourceOptions] = None,
375
- author_email_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
376
- blocking: Optional[pulumi.Input[bool]] = None,
377
- enabled: Optional[pulumi.Input[bool]] = None,
378
- project_id: Optional[pulumi.Input[str]] = None,
379
- repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
376
+ author_email_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
377
+ blocking: Optional[pulumi.Input[builtins.bool]] = None,
378
+ enabled: Optional[pulumi.Input[builtins.bool]] = None,
379
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
380
+ repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
380
381
  __props__=None):
381
382
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
382
383
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -405,11 +406,11 @@ class RepositoryPolicyAuthorEmailPattern(pulumi.CustomResource):
405
406
  def get(resource_name: str,
406
407
  id: pulumi.Input[str],
407
408
  opts: Optional[pulumi.ResourceOptions] = None,
408
- author_email_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
409
- blocking: Optional[pulumi.Input[bool]] = None,
410
- enabled: Optional[pulumi.Input[bool]] = None,
411
- project_id: Optional[pulumi.Input[str]] = None,
412
- repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None) -> 'RepositoryPolicyAuthorEmailPattern':
409
+ author_email_patterns: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
410
+ blocking: Optional[pulumi.Input[builtins.bool]] = None,
411
+ enabled: Optional[pulumi.Input[builtins.bool]] = None,
412
+ project_id: Optional[pulumi.Input[builtins.str]] = None,
413
+ repository_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None) -> 'RepositoryPolicyAuthorEmailPattern':
413
414
  """
414
415
  Get an existing RepositoryPolicyAuthorEmailPattern resource's state with the given name, id, and optional extra
415
416
  properties used to qualify the lookup.
@@ -417,13 +418,13 @@ class RepositoryPolicyAuthorEmailPattern(pulumi.CustomResource):
417
418
  :param str resource_name: The unique name of the resulting resource.
418
419
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
419
420
  :param pulumi.ResourceOptions opts: Options for the resource.
420
- :param pulumi.Input[Sequence[pulumi.Input[str]]] author_email_patterns: Block pushes with a commit author email that does not match the patterns. You can specify exact emails or use wildcards.
421
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] author_email_patterns: Block pushes with a commit author email that does not match the patterns. You can specify exact emails or use wildcards.
421
422
 
422
423
  ~>**NOTE:** Email patterns prefixed with `!` are excluded. Order is important.
423
- :param pulumi.Input[bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
424
- :param pulumi.Input[bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
425
- :param pulumi.Input[str] project_id: The ID of the project in which the policy will be created.
426
- :param pulumi.Input[Sequence[pulumi.Input[str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
424
+ :param pulumi.Input[builtins.bool] blocking: A flag indicating if the policy should be blocking. Defaults to `true`.
425
+ :param pulumi.Input[builtins.bool] enabled: A flag indicating if the policy should be enabled. Defaults to `true`.
426
+ :param pulumi.Input[builtins.str] project_id: The ID of the project in which the policy will be created.
427
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] repository_ids: Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
427
428
  """
428
429
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
429
430
 
@@ -438,7 +439,7 @@ class RepositoryPolicyAuthorEmailPattern(pulumi.CustomResource):
438
439
 
439
440
  @property
440
441
  @pulumi.getter(name="authorEmailPatterns")
441
- def author_email_patterns(self) -> pulumi.Output[Sequence[str]]:
442
+ def author_email_patterns(self) -> pulumi.Output[Sequence[builtins.str]]:
442
443
  """
443
444
  Block pushes with a commit author email that does not match the patterns. You can specify exact emails or use wildcards.
444
445
 
@@ -448,7 +449,7 @@ class RepositoryPolicyAuthorEmailPattern(pulumi.CustomResource):
448
449
 
449
450
  @property
450
451
  @pulumi.getter
451
- def blocking(self) -> pulumi.Output[Optional[bool]]:
452
+ def blocking(self) -> pulumi.Output[Optional[builtins.bool]]:
452
453
  """
453
454
  A flag indicating if the policy should be blocking. Defaults to `true`.
454
455
  """
@@ -456,7 +457,7 @@ class RepositoryPolicyAuthorEmailPattern(pulumi.CustomResource):
456
457
 
457
458
  @property
458
459
  @pulumi.getter
459
- def enabled(self) -> pulumi.Output[Optional[bool]]:
460
+ def enabled(self) -> pulumi.Output[Optional[builtins.bool]]:
460
461
  """
461
462
  A flag indicating if the policy should be enabled. Defaults to `true`.
462
463
  """
@@ -464,7 +465,7 @@ class RepositoryPolicyAuthorEmailPattern(pulumi.CustomResource):
464
465
 
465
466
  @property
466
467
  @pulumi.getter(name="projectId")
467
- def project_id(self) -> pulumi.Output[str]:
468
+ def project_id(self) -> pulumi.Output[builtins.str]:
468
469
  """
469
470
  The ID of the project in which the policy will be created.
470
471
  """
@@ -472,7 +473,7 @@ class RepositoryPolicyAuthorEmailPattern(pulumi.CustomResource):
472
473
 
473
474
  @property
474
475
  @pulumi.getter(name="repositoryIds")
475
- def repository_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
476
+ def repository_ids(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
476
477
  """
477
478
  Control whether the policy is enabled for the repository or the project. If `repository_ids` not configured, the policy will be set to the project.
478
479
  """