pulumi-gcp 7.30.0__py3-none-any.whl → 7.30.0a1719513455__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 (67) hide show
  1. pulumi_gcp/__init__.py +0 -32
  2. pulumi_gcp/artifactregistry/get_docker_image.py +2 -2
  3. pulumi_gcp/bigtable/gc_policy.py +14 -68
  4. pulumi_gcp/cloudfunctionsv2/_inputs.py +0 -97
  5. pulumi_gcp/cloudfunctionsv2/function.py +0 -232
  6. pulumi_gcp/cloudfunctionsv2/outputs.py +1 -129
  7. pulumi_gcp/compute/_inputs.py +0 -622
  8. pulumi_gcp/compute/address.py +7 -0
  9. pulumi_gcp/compute/backend_service.py +14 -0
  10. pulumi_gcp/compute/forwarding_rule.py +21 -0
  11. pulumi_gcp/compute/global_forwarding_rule.py +21 -0
  12. pulumi_gcp/compute/managed_ssl_certificate.py +7 -0
  13. pulumi_gcp/compute/manged_ssl_certificate.py +7 -0
  14. pulumi_gcp/compute/network_attachment.py +0 -16
  15. pulumi_gcp/compute/outputs.py +8 -504
  16. pulumi_gcp/compute/region_backend_service.py +14 -0
  17. pulumi_gcp/compute/region_disk_iam_binding.py +95 -122
  18. pulumi_gcp/compute/region_disk_iam_member.py +95 -122
  19. pulumi_gcp/compute/region_disk_iam_policy.py +88 -115
  20. pulumi_gcp/compute/region_ssl_certificate.py +7 -0
  21. pulumi_gcp/compute/ssl_certificate.py +7 -0
  22. pulumi_gcp/compute/target_https_proxy.py +1 -76
  23. pulumi_gcp/compute/url_map.py +0 -255
  24. pulumi_gcp/container/aws_cluster.py +2 -2
  25. pulumi_gcp/container/aws_node_pool.py +2 -2
  26. pulumi_gcp/container/azure_client.py +2 -2
  27. pulumi_gcp/container/azure_cluster.py +2 -2
  28. pulumi_gcp/container/azure_node_pool.py +2 -2
  29. pulumi_gcp/datafusion/_inputs.py +11 -163
  30. pulumi_gcp/datafusion/instance.py +0 -64
  31. pulumi_gcp/datafusion/outputs.py +7 -127
  32. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +953 -328
  33. pulumi_gcp/gkebackup/restore_plan_iam_member.py +953 -328
  34. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +953 -238
  35. pulumi_gcp/healthcare/_inputs.py +0 -43
  36. pulumi_gcp/healthcare/dataset.py +0 -110
  37. pulumi_gcp/healthcare/outputs.py +0 -43
  38. pulumi_gcp/identityplatform/config.py +1 -1
  39. pulumi_gcp/logging/billing_account_bucket_config.py +1 -1
  40. pulumi_gcp/logging/folder_bucket_config.py +1 -1
  41. pulumi_gcp/logging/organization_bucket_config.py +1 -1
  42. pulumi_gcp/monitoring/_inputs.py +0 -77
  43. pulumi_gcp/monitoring/outputs.py +0 -63
  44. pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -289
  45. pulumi_gcp/networksecurity/address_group_iam_member.py +2 -289
  46. pulumi_gcp/pulumi-plugin.json +1 -1
  47. pulumi_gcp/securitycenter/instance_iam_binding.py +0 -64
  48. pulumi_gcp/securitycenter/instance_iam_member.py +0 -64
  49. pulumi_gcp/securitycenter/instance_iam_policy.py +0 -64
  50. pulumi_gcp/sourcerepo/repository_iam_binding.py +83 -92
  51. pulumi_gcp/sourcerepo/repository_iam_member.py +83 -92
  52. pulumi_gcp/sourcerepo/repository_iam_policy.py +76 -85
  53. pulumi_gcp/storage/__init__.py +0 -5
  54. pulumi_gcp/storage/_inputs.py +0 -130
  55. pulumi_gcp/storage/outputs.py +0 -76
  56. pulumi_gcp/vertex/_inputs.py +3 -3
  57. pulumi_gcp/vertex/ai_feature_online_store.py +9 -9
  58. pulumi_gcp/vertex/outputs.py +2 -2
  59. {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/METADATA +1 -1
  60. {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/RECORD +62 -67
  61. {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/WHEEL +1 -1
  62. pulumi_gcp/storage/get_managed_folder_iam_policy.py +0 -115
  63. pulumi_gcp/storage/managed_folder.py +0 -440
  64. pulumi_gcp/storage/managed_folder_iam_binding.py +0 -947
  65. pulumi_gcp/storage/managed_folder_iam_member.py +0 -947
  66. pulumi_gcp/storage/managed_folder_iam_policy.py +0 -766
  67. {pulumi_gcp-7.30.0.dist-info → pulumi_gcp-7.30.0a1719513455.dist-info}/top_level.txt +0 -0
@@ -26,7 +26,6 @@ class RepositoryIamPolicyArgs:
26
26
  The set of arguments for constructing a RepositoryIamPolicy resource.
27
27
  :param pulumi.Input[str] policy_data: The policy data generated by
28
28
  a `organizations_get_iam_policy` data source.
29
- :param pulumi.Input[str] repository: Used to find the parent resource to bind the IAM policy to
30
29
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
31
30
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
32
31
  """
@@ -51,9 +50,6 @@ class RepositoryIamPolicyArgs:
51
50
  @property
52
51
  @pulumi.getter
53
52
  def repository(self) -> pulumi.Input[str]:
54
- """
55
- Used to find the parent resource to bind the IAM policy to
56
- """
57
53
  return pulumi.get(self, "repository")
58
54
 
59
55
  @repository.setter
@@ -88,7 +84,6 @@ class _RepositoryIamPolicyState:
88
84
  a `organizations_get_iam_policy` data source.
89
85
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
90
86
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
91
- :param pulumi.Input[str] repository: Used to find the parent resource to bind the IAM policy to
92
87
  """
93
88
  if etag is not None:
94
89
  pulumi.set(__self__, "etag", etag)
@@ -140,9 +135,6 @@ class _RepositoryIamPolicyState:
140
135
  @property
141
136
  @pulumi.getter
142
137
  def repository(self) -> Optional[pulumi.Input[str]]:
143
- """
144
- Used to find the parent resource to bind the IAM policy to
145
- """
146
138
  return pulumi.get(self, "repository")
147
139
 
148
140
  @repository.setter
@@ -160,21 +152,21 @@ class RepositoryIamPolicy(pulumi.CustomResource):
160
152
  repository: Optional[pulumi.Input[str]] = None,
161
153
  __props__=None):
162
154
  """
163
- Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
155
+ Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:
164
156
 
165
- * `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
166
- * `sourcerepo.RepositoryIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the repository are preserved.
167
- * `sourcerepo.RepositoryIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the repository are preserved.
157
+ * `pubsub.TopicIAMPolicy`: Authoritative. Sets the IAM policy for the topic and replaces any existing policy already attached.
158
+ * `pubsub.TopicIAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the topic are preserved.
159
+ * `pubsub.TopicIAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the topic are preserved.
168
160
 
169
161
  A data source can be used to retrieve policy data in advent you do not need creation
170
162
 
171
- * `sourcerepo.RepositoryIamPolicy`: Retrieves the IAM policy for the repository
163
+ * `pubsub.TopicIAMPolicy`: Retrieves the IAM policy for the topic
172
164
 
173
- > **Note:** `sourcerepo.RepositoryIamPolicy` **cannot** be used in conjunction with `sourcerepo.RepositoryIamBinding` and `sourcerepo.RepositoryIamMember` or they will fight over what your policy should be.
165
+ > **Note:** `pubsub.TopicIAMPolicy` **cannot** be used in conjunction with `pubsub.TopicIAMBinding` and `pubsub.TopicIAMMember` or they will fight over what your policy should be.
174
166
 
175
- > **Note:** `sourcerepo.RepositoryIamBinding` resources **can be** used in conjunction with `sourcerepo.RepositoryIamMember` resources **only if** they do not grant privilege to the same role.
167
+ > **Note:** `pubsub.TopicIAMBinding` resources **can be** used in conjunction with `pubsub.TopicIAMMember` resources **only if** they do not grant privilege to the same role.
176
168
 
177
- ## sourcerepo.RepositoryIamPolicy
169
+ ## pubsub.TopicIAMPolicy
178
170
 
179
171
  ```python
180
172
  import pulumi
@@ -184,39 +176,39 @@ class RepositoryIamPolicy(pulumi.CustomResource):
184
176
  "role": "roles/viewer",
185
177
  "members": ["user:jane@example.com"],
186
178
  }])
187
- policy = gcp.sourcerepo.RepositoryIamPolicy("policy",
188
- project=my_repo["project"],
189
- repository=my_repo["name"],
179
+ policy = gcp.pubsub.TopicIAMPolicy("policy",
180
+ project=example["project"],
181
+ topic=example["name"],
190
182
  policy_data=admin.policy_data)
191
183
  ```
192
184
 
193
- ## sourcerepo.RepositoryIamBinding
185
+ ## pubsub.TopicIAMBinding
194
186
 
195
187
  ```python
196
188
  import pulumi
197
189
  import pulumi_gcp as gcp
198
190
 
199
- binding = gcp.sourcerepo.RepositoryIamBinding("binding",
200
- project=my_repo["project"],
201
- repository=my_repo["name"],
191
+ binding = gcp.pubsub.TopicIAMBinding("binding",
192
+ project=example["project"],
193
+ topic=example["name"],
202
194
  role="roles/viewer",
203
195
  members=["user:jane@example.com"])
204
196
  ```
205
197
 
206
- ## sourcerepo.RepositoryIamMember
198
+ ## pubsub.TopicIAMMember
207
199
 
208
200
  ```python
209
201
  import pulumi
210
202
  import pulumi_gcp as gcp
211
203
 
212
- member = gcp.sourcerepo.RepositoryIamMember("member",
213
- project=my_repo["project"],
214
- repository=my_repo["name"],
204
+ member = gcp.pubsub.TopicIAMMember("member",
205
+ project=example["project"],
206
+ topic=example["name"],
215
207
  role="roles/viewer",
216
208
  member="user:jane@example.com")
217
209
  ```
218
210
 
219
- ## sourcerepo.RepositoryIamPolicy
211
+ ## pubsub.TopicIAMPolicy
220
212
 
221
213
  ```python
222
214
  import pulumi
@@ -226,34 +218,34 @@ class RepositoryIamPolicy(pulumi.CustomResource):
226
218
  "role": "roles/viewer",
227
219
  "members": ["user:jane@example.com"],
228
220
  }])
229
- policy = gcp.sourcerepo.RepositoryIamPolicy("policy",
230
- project=my_repo["project"],
231
- repository=my_repo["name"],
221
+ policy = gcp.pubsub.TopicIAMPolicy("policy",
222
+ project=example["project"],
223
+ topic=example["name"],
232
224
  policy_data=admin.policy_data)
233
225
  ```
234
226
 
235
- ## sourcerepo.RepositoryIamBinding
227
+ ## pubsub.TopicIAMBinding
236
228
 
237
229
  ```python
238
230
  import pulumi
239
231
  import pulumi_gcp as gcp
240
232
 
241
- binding = gcp.sourcerepo.RepositoryIamBinding("binding",
242
- project=my_repo["project"],
243
- repository=my_repo["name"],
233
+ binding = gcp.pubsub.TopicIAMBinding("binding",
234
+ project=example["project"],
235
+ topic=example["name"],
244
236
  role="roles/viewer",
245
237
  members=["user:jane@example.com"])
246
238
  ```
247
239
 
248
- ## sourcerepo.RepositoryIamMember
240
+ ## pubsub.TopicIAMMember
249
241
 
250
242
  ```python
251
243
  import pulumi
252
244
  import pulumi_gcp as gcp
253
245
 
254
- member = gcp.sourcerepo.RepositoryIamMember("member",
255
- project=my_repo["project"],
256
- repository=my_repo["name"],
246
+ member = gcp.pubsub.TopicIAMMember("member",
247
+ project=example["project"],
248
+ topic=example["name"],
257
249
  role="roles/viewer",
258
250
  member="user:jane@example.com")
259
251
  ```
@@ -262,30 +254,32 @@ class RepositoryIamPolicy(pulumi.CustomResource):
262
254
 
263
255
  For all import syntaxes, the "resource in question" can take any of the following forms:
264
256
 
265
- * projects/{{project}}/repos/{{name}}
257
+ * projects/{{project}}/topics/{{name}}
258
+
259
+ * {{project}}/{{name}}
266
260
 
267
261
  * {{name}}
268
262
 
269
263
  Any variables not passed in the import command will be taken from the provider configuration.
270
264
 
271
- Cloud Source Repositories repository IAM resources can be imported using the resource identifiers, role, and member.
265
+ Cloud Pub/Sub topic IAM resources can be imported using the resource identifiers, role, and member.
272
266
 
273
267
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
274
268
 
275
269
  ```sh
276
- $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor "projects/{{project}}/repos/{{repository}} roles/viewer user:jane@example.com"
270
+ $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor "projects/{{project}}/topics/{{topic}} roles/viewer user:jane@example.com"
277
271
  ```
278
272
 
279
273
  IAM binding imports use space-delimited identifiers: the resource in question and the role, e.g.
280
274
 
281
275
  ```sh
282
- $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor "projects/{{project}}/repos/{{repository}} roles/viewer"
276
+ $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor "projects/{{project}}/topics/{{topic}} roles/viewer"
283
277
  ```
284
278
 
285
279
  IAM policy imports use the identifier of the resource in question, e.g.
286
280
 
287
281
  ```sh
288
- $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor projects/{{project}}/repos/{{repository}}
282
+ $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor projects/{{project}}/topics/{{topic}}
289
283
  ```
290
284
 
291
285
  -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
@@ -298,7 +292,6 @@ class RepositoryIamPolicy(pulumi.CustomResource):
298
292
  a `organizations_get_iam_policy` data source.
299
293
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
300
294
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
301
- :param pulumi.Input[str] repository: Used to find the parent resource to bind the IAM policy to
302
295
  """
303
296
  ...
304
297
  @overload
@@ -307,21 +300,21 @@ class RepositoryIamPolicy(pulumi.CustomResource):
307
300
  args: RepositoryIamPolicyArgs,
308
301
  opts: Optional[pulumi.ResourceOptions] = None):
309
302
  """
310
- Three different resources help you manage your IAM policy for Cloud Source Repositories Repository. Each of these resources serves a different use case:
303
+ Three different resources help you manage your IAM policy for Cloud Pub/Sub Topic. Each of these resources serves a different use case:
311
304
 
312
- * `sourcerepo.RepositoryIamPolicy`: Authoritative. Sets the IAM policy for the repository and replaces any existing policy already attached.
313
- * `sourcerepo.RepositoryIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the repository are preserved.
314
- * `sourcerepo.RepositoryIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the repository are preserved.
305
+ * `pubsub.TopicIAMPolicy`: Authoritative. Sets the IAM policy for the topic and replaces any existing policy already attached.
306
+ * `pubsub.TopicIAMBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the topic are preserved.
307
+ * `pubsub.TopicIAMMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the topic are preserved.
315
308
 
316
309
  A data source can be used to retrieve policy data in advent you do not need creation
317
310
 
318
- * `sourcerepo.RepositoryIamPolicy`: Retrieves the IAM policy for the repository
311
+ * `pubsub.TopicIAMPolicy`: Retrieves the IAM policy for the topic
319
312
 
320
- > **Note:** `sourcerepo.RepositoryIamPolicy` **cannot** be used in conjunction with `sourcerepo.RepositoryIamBinding` and `sourcerepo.RepositoryIamMember` or they will fight over what your policy should be.
313
+ > **Note:** `pubsub.TopicIAMPolicy` **cannot** be used in conjunction with `pubsub.TopicIAMBinding` and `pubsub.TopicIAMMember` or they will fight over what your policy should be.
321
314
 
322
- > **Note:** `sourcerepo.RepositoryIamBinding` resources **can be** used in conjunction with `sourcerepo.RepositoryIamMember` resources **only if** they do not grant privilege to the same role.
315
+ > **Note:** `pubsub.TopicIAMBinding` resources **can be** used in conjunction with `pubsub.TopicIAMMember` resources **only if** they do not grant privilege to the same role.
323
316
 
324
- ## sourcerepo.RepositoryIamPolicy
317
+ ## pubsub.TopicIAMPolicy
325
318
 
326
319
  ```python
327
320
  import pulumi
@@ -331,39 +324,39 @@ class RepositoryIamPolicy(pulumi.CustomResource):
331
324
  "role": "roles/viewer",
332
325
  "members": ["user:jane@example.com"],
333
326
  }])
334
- policy = gcp.sourcerepo.RepositoryIamPolicy("policy",
335
- project=my_repo["project"],
336
- repository=my_repo["name"],
327
+ policy = gcp.pubsub.TopicIAMPolicy("policy",
328
+ project=example["project"],
329
+ topic=example["name"],
337
330
  policy_data=admin.policy_data)
338
331
  ```
339
332
 
340
- ## sourcerepo.RepositoryIamBinding
333
+ ## pubsub.TopicIAMBinding
341
334
 
342
335
  ```python
343
336
  import pulumi
344
337
  import pulumi_gcp as gcp
345
338
 
346
- binding = gcp.sourcerepo.RepositoryIamBinding("binding",
347
- project=my_repo["project"],
348
- repository=my_repo["name"],
339
+ binding = gcp.pubsub.TopicIAMBinding("binding",
340
+ project=example["project"],
341
+ topic=example["name"],
349
342
  role="roles/viewer",
350
343
  members=["user:jane@example.com"])
351
344
  ```
352
345
 
353
- ## sourcerepo.RepositoryIamMember
346
+ ## pubsub.TopicIAMMember
354
347
 
355
348
  ```python
356
349
  import pulumi
357
350
  import pulumi_gcp as gcp
358
351
 
359
- member = gcp.sourcerepo.RepositoryIamMember("member",
360
- project=my_repo["project"],
361
- repository=my_repo["name"],
352
+ member = gcp.pubsub.TopicIAMMember("member",
353
+ project=example["project"],
354
+ topic=example["name"],
362
355
  role="roles/viewer",
363
356
  member="user:jane@example.com")
364
357
  ```
365
358
 
366
- ## sourcerepo.RepositoryIamPolicy
359
+ ## pubsub.TopicIAMPolicy
367
360
 
368
361
  ```python
369
362
  import pulumi
@@ -373,34 +366,34 @@ class RepositoryIamPolicy(pulumi.CustomResource):
373
366
  "role": "roles/viewer",
374
367
  "members": ["user:jane@example.com"],
375
368
  }])
376
- policy = gcp.sourcerepo.RepositoryIamPolicy("policy",
377
- project=my_repo["project"],
378
- repository=my_repo["name"],
369
+ policy = gcp.pubsub.TopicIAMPolicy("policy",
370
+ project=example["project"],
371
+ topic=example["name"],
379
372
  policy_data=admin.policy_data)
380
373
  ```
381
374
 
382
- ## sourcerepo.RepositoryIamBinding
375
+ ## pubsub.TopicIAMBinding
383
376
 
384
377
  ```python
385
378
  import pulumi
386
379
  import pulumi_gcp as gcp
387
380
 
388
- binding = gcp.sourcerepo.RepositoryIamBinding("binding",
389
- project=my_repo["project"],
390
- repository=my_repo["name"],
381
+ binding = gcp.pubsub.TopicIAMBinding("binding",
382
+ project=example["project"],
383
+ topic=example["name"],
391
384
  role="roles/viewer",
392
385
  members=["user:jane@example.com"])
393
386
  ```
394
387
 
395
- ## sourcerepo.RepositoryIamMember
388
+ ## pubsub.TopicIAMMember
396
389
 
397
390
  ```python
398
391
  import pulumi
399
392
  import pulumi_gcp as gcp
400
393
 
401
- member = gcp.sourcerepo.RepositoryIamMember("member",
402
- project=my_repo["project"],
403
- repository=my_repo["name"],
394
+ member = gcp.pubsub.TopicIAMMember("member",
395
+ project=example["project"],
396
+ topic=example["name"],
404
397
  role="roles/viewer",
405
398
  member="user:jane@example.com")
406
399
  ```
@@ -409,30 +402,32 @@ class RepositoryIamPolicy(pulumi.CustomResource):
409
402
 
410
403
  For all import syntaxes, the "resource in question" can take any of the following forms:
411
404
 
412
- * projects/{{project}}/repos/{{name}}
405
+ * projects/{{project}}/topics/{{name}}
406
+
407
+ * {{project}}/{{name}}
413
408
 
414
409
  * {{name}}
415
410
 
416
411
  Any variables not passed in the import command will be taken from the provider configuration.
417
412
 
418
- Cloud Source Repositories repository IAM resources can be imported using the resource identifiers, role, and member.
413
+ Cloud Pub/Sub topic IAM resources can be imported using the resource identifiers, role, and member.
419
414
 
420
415
  IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
421
416
 
422
417
  ```sh
423
- $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor "projects/{{project}}/repos/{{repository}} roles/viewer user:jane@example.com"
418
+ $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor "projects/{{project}}/topics/{{topic}} roles/viewer user:jane@example.com"
424
419
  ```
425
420
 
426
421
  IAM binding imports use space-delimited identifiers: the resource in question and the role, e.g.
427
422
 
428
423
  ```sh
429
- $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor "projects/{{project}}/repos/{{repository}} roles/viewer"
424
+ $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor "projects/{{project}}/topics/{{topic}} roles/viewer"
430
425
  ```
431
426
 
432
427
  IAM policy imports use the identifier of the resource in question, e.g.
433
428
 
434
429
  ```sh
435
- $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor projects/{{project}}/repos/{{repository}}
430
+ $ pulumi import gcp:sourcerepo/repositoryIamPolicy:RepositoryIamPolicy editor projects/{{project}}/topics/{{topic}}
436
431
  ```
437
432
 
438
433
  -> **Custom Roles**: If you're importing a IAM resource with a custom role, make sure to use the
@@ -500,7 +495,6 @@ class RepositoryIamPolicy(pulumi.CustomResource):
500
495
  a `organizations_get_iam_policy` data source.
501
496
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
502
497
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
503
- :param pulumi.Input[str] repository: Used to find the parent resource to bind the IAM policy to
504
498
  """
505
499
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
506
500
 
@@ -541,8 +535,5 @@ class RepositoryIamPolicy(pulumi.CustomResource):
541
535
  @property
542
536
  @pulumi.getter
543
537
  def repository(self) -> pulumi.Output[str]:
544
- """
545
- Used to find the parent resource to bind the IAM policy to
546
- """
547
538
  return pulumi.get(self, "repository")
548
539
 
@@ -20,17 +20,12 @@ from .get_bucket_object import *
20
20
  from .get_bucket_object_content import *
21
21
  from .get_bucket_objects import *
22
22
  from .get_buckets import *
23
- from .get_managed_folder_iam_policy import *
24
23
  from .get_object_signed_url import *
25
24
  from .get_project_service_account import *
26
25
  from .get_transfer_project_service_account import *
27
26
  from .get_transfer_project_servie_account import *
28
27
  from .hmac_key import *
29
28
  from .insights_report_config import *
30
- from .managed_folder import *
31
- from .managed_folder_iam_binding import *
32
- from .managed_folder_iam_member import *
33
- from .managed_folder_iam_policy import *
34
29
  from .notification import *
35
30
  from .object_access_control import *
36
31
  from .object_acl import *
@@ -63,10 +63,6 @@ __all__ = [
63
63
  'InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptionsArgsDict',
64
64
  'InsightsReportConfigObjectMetadataReportOptionsStorageFiltersArgs',
65
65
  'InsightsReportConfigObjectMetadataReportOptionsStorageFiltersArgsDict',
66
- 'ManagedFolderIamBindingConditionArgs',
67
- 'ManagedFolderIamBindingConditionArgsDict',
68
- 'ManagedFolderIamMemberConditionArgs',
69
- 'ManagedFolderIamMemberConditionArgsDict',
70
66
  'ObjectAccessControlProjectTeamArgs',
71
67
  'ObjectAccessControlProjectTeamArgsDict',
72
68
  'TransferAgentPoolBandwidthLimitArgs',
@@ -1796,132 +1792,6 @@ class InsightsReportConfigObjectMetadataReportOptionsStorageFiltersArgs:
1796
1792
  pulumi.set(self, "bucket", value)
1797
1793
 
1798
1794
 
1799
- if not MYPY:
1800
- class ManagedFolderIamBindingConditionArgsDict(TypedDict):
1801
- expression: pulumi.Input[str]
1802
- """
1803
- Textual representation of an expression in Common Expression Language syntax.
1804
- """
1805
- title: pulumi.Input[str]
1806
- """
1807
- A title for the expression, i.e. a short string describing its purpose.
1808
- """
1809
- description: NotRequired[pulumi.Input[str]]
1810
- elif False:
1811
- ManagedFolderIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
1812
-
1813
- @pulumi.input_type
1814
- class ManagedFolderIamBindingConditionArgs:
1815
- def __init__(__self__, *,
1816
- expression: pulumi.Input[str],
1817
- title: pulumi.Input[str],
1818
- description: Optional[pulumi.Input[str]] = None):
1819
- """
1820
- :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
1821
- :param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
1822
- """
1823
- pulumi.set(__self__, "expression", expression)
1824
- pulumi.set(__self__, "title", title)
1825
- if description is not None:
1826
- pulumi.set(__self__, "description", description)
1827
-
1828
- @property
1829
- @pulumi.getter
1830
- def expression(self) -> pulumi.Input[str]:
1831
- """
1832
- Textual representation of an expression in Common Expression Language syntax.
1833
- """
1834
- return pulumi.get(self, "expression")
1835
-
1836
- @expression.setter
1837
- def expression(self, value: pulumi.Input[str]):
1838
- pulumi.set(self, "expression", value)
1839
-
1840
- @property
1841
- @pulumi.getter
1842
- def title(self) -> pulumi.Input[str]:
1843
- """
1844
- A title for the expression, i.e. a short string describing its purpose.
1845
- """
1846
- return pulumi.get(self, "title")
1847
-
1848
- @title.setter
1849
- def title(self, value: pulumi.Input[str]):
1850
- pulumi.set(self, "title", value)
1851
-
1852
- @property
1853
- @pulumi.getter
1854
- def description(self) -> Optional[pulumi.Input[str]]:
1855
- return pulumi.get(self, "description")
1856
-
1857
- @description.setter
1858
- def description(self, value: Optional[pulumi.Input[str]]):
1859
- pulumi.set(self, "description", value)
1860
-
1861
-
1862
- if not MYPY:
1863
- class ManagedFolderIamMemberConditionArgsDict(TypedDict):
1864
- expression: pulumi.Input[str]
1865
- """
1866
- Textual representation of an expression in Common Expression Language syntax.
1867
- """
1868
- title: pulumi.Input[str]
1869
- """
1870
- A title for the expression, i.e. a short string describing its purpose.
1871
- """
1872
- description: NotRequired[pulumi.Input[str]]
1873
- elif False:
1874
- ManagedFolderIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
1875
-
1876
- @pulumi.input_type
1877
- class ManagedFolderIamMemberConditionArgs:
1878
- def __init__(__self__, *,
1879
- expression: pulumi.Input[str],
1880
- title: pulumi.Input[str],
1881
- description: Optional[pulumi.Input[str]] = None):
1882
- """
1883
- :param pulumi.Input[str] expression: Textual representation of an expression in Common Expression Language syntax.
1884
- :param pulumi.Input[str] title: A title for the expression, i.e. a short string describing its purpose.
1885
- """
1886
- pulumi.set(__self__, "expression", expression)
1887
- pulumi.set(__self__, "title", title)
1888
- if description is not None:
1889
- pulumi.set(__self__, "description", description)
1890
-
1891
- @property
1892
- @pulumi.getter
1893
- def expression(self) -> pulumi.Input[str]:
1894
- """
1895
- Textual representation of an expression in Common Expression Language syntax.
1896
- """
1897
- return pulumi.get(self, "expression")
1898
-
1899
- @expression.setter
1900
- def expression(self, value: pulumi.Input[str]):
1901
- pulumi.set(self, "expression", value)
1902
-
1903
- @property
1904
- @pulumi.getter
1905
- def title(self) -> pulumi.Input[str]:
1906
- """
1907
- A title for the expression, i.e. a short string describing its purpose.
1908
- """
1909
- return pulumi.get(self, "title")
1910
-
1911
- @title.setter
1912
- def title(self, value: pulumi.Input[str]):
1913
- pulumi.set(self, "title", value)
1914
-
1915
- @property
1916
- @pulumi.getter
1917
- def description(self) -> Optional[pulumi.Input[str]]:
1918
- return pulumi.get(self, "description")
1919
-
1920
- @description.setter
1921
- def description(self, value: Optional[pulumi.Input[str]]):
1922
- pulumi.set(self, "description", value)
1923
-
1924
-
1925
1795
  if not MYPY:
1926
1796
  class ObjectAccessControlProjectTeamArgsDict(TypedDict):
1927
1797
  project_number: NotRequired[pulumi.Input[str]]
@@ -40,8 +40,6 @@ __all__ = [
40
40
  'InsightsReportConfigObjectMetadataReportOptions',
41
41
  'InsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions',
42
42
  'InsightsReportConfigObjectMetadataReportOptionsStorageFilters',
43
- 'ManagedFolderIamBindingCondition',
44
- 'ManagedFolderIamMemberCondition',
45
43
  'ObjectAccessControlProjectTeam',
46
44
  'TransferAgentPoolBandwidthLimit',
47
45
  'TransferJobEventStream',
@@ -1419,80 +1417,6 @@ class InsightsReportConfigObjectMetadataReportOptionsStorageFilters(dict):
1419
1417
  return pulumi.get(self, "bucket")
1420
1418
 
1421
1419
 
1422
- @pulumi.output_type
1423
- class ManagedFolderIamBindingCondition(dict):
1424
- def __init__(__self__, *,
1425
- expression: str,
1426
- title: str,
1427
- description: Optional[str] = None):
1428
- """
1429
- :param str expression: Textual representation of an expression in Common Expression Language syntax.
1430
- :param str title: A title for the expression, i.e. a short string describing its purpose.
1431
- """
1432
- pulumi.set(__self__, "expression", expression)
1433
- pulumi.set(__self__, "title", title)
1434
- if description is not None:
1435
- pulumi.set(__self__, "description", description)
1436
-
1437
- @property
1438
- @pulumi.getter
1439
- def expression(self) -> str:
1440
- """
1441
- Textual representation of an expression in Common Expression Language syntax.
1442
- """
1443
- return pulumi.get(self, "expression")
1444
-
1445
- @property
1446
- @pulumi.getter
1447
- def title(self) -> str:
1448
- """
1449
- A title for the expression, i.e. a short string describing its purpose.
1450
- """
1451
- return pulumi.get(self, "title")
1452
-
1453
- @property
1454
- @pulumi.getter
1455
- def description(self) -> Optional[str]:
1456
- return pulumi.get(self, "description")
1457
-
1458
-
1459
- @pulumi.output_type
1460
- class ManagedFolderIamMemberCondition(dict):
1461
- def __init__(__self__, *,
1462
- expression: str,
1463
- title: str,
1464
- description: Optional[str] = None):
1465
- """
1466
- :param str expression: Textual representation of an expression in Common Expression Language syntax.
1467
- :param str title: A title for the expression, i.e. a short string describing its purpose.
1468
- """
1469
- pulumi.set(__self__, "expression", expression)
1470
- pulumi.set(__self__, "title", title)
1471
- if description is not None:
1472
- pulumi.set(__self__, "description", description)
1473
-
1474
- @property
1475
- @pulumi.getter
1476
- def expression(self) -> str:
1477
- """
1478
- Textual representation of an expression in Common Expression Language syntax.
1479
- """
1480
- return pulumi.get(self, "expression")
1481
-
1482
- @property
1483
- @pulumi.getter
1484
- def title(self) -> str:
1485
- """
1486
- A title for the expression, i.e. a short string describing its purpose.
1487
- """
1488
- return pulumi.get(self, "title")
1489
-
1490
- @property
1491
- @pulumi.getter
1492
- def description(self) -> Optional[str]:
1493
- return pulumi.get(self, "description")
1494
-
1495
-
1496
1420
  @pulumi.output_type
1497
1421
  class ObjectAccessControlProjectTeam(dict):
1498
1422
  @staticmethod