pulumi-gcp 7.26.0a1717654409__py3-none-any.whl → 7.26.0a1717690580__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 (165) hide show
  1. pulumi_gcp/__init__.py +56 -0
  2. pulumi_gcp/alloydb/_inputs.py +92 -0
  3. pulumi_gcp/alloydb/backup.py +12 -4
  4. pulumi_gcp/alloydb/cluster.py +72 -6
  5. pulumi_gcp/alloydb/instance.py +60 -2
  6. pulumi_gcp/alloydb/outputs.py +114 -0
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
  11. pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
  12. pulumi_gcp/bigquery/connection_iam_member.py +21 -7
  13. pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
  14. pulumi_gcp/bigquery/data_transfer_config.py +14 -7
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
  28. pulumi_gcp/certificateauthority/_inputs.py +20 -4
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
  32. pulumi_gcp/certificateauthority/certificate_template.py +157 -173
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
  38. pulumi_gcp/certificateauthority/outputs.py +20 -4
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
  49. pulumi_gcp/cloudrun/iam_binding.py +21 -7
  50. pulumi_gcp/cloudrun/iam_member.py +21 -7
  51. pulumi_gcp/cloudrun/iam_policy.py +21 -7
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
  53. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
  58. pulumi_gcp/cloudrunv2/service.py +47 -0
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +5 -0
  69. pulumi_gcp/dataplex/_inputs.py +104 -0
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +21 -7
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +21 -7
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +21 -7
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
  74. pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +21 -7
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +21 -7
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +21 -7
  79. pulumi_gcp/dataplex/entry_type.py +963 -0
  80. pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
  81. pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
  82. pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
  83. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +6 -2
  84. pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
  85. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +6 -2
  86. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
  87. pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
  88. pulumi_gcp/dataplex/outputs.py +76 -0
  89. pulumi_gcp/dataplex/task.py +16 -16
  90. pulumi_gcp/dataplex/task_iam_binding.py +21 -7
  91. pulumi_gcp/dataplex/task_iam_member.py +21 -7
  92. pulumi_gcp/dataplex/task_iam_policy.py +21 -7
  93. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
  94. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
  95. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
  96. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
  97. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
  98. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
  99. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
  100. pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
  101. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
  102. pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
  103. pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
  104. pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
  105. pulumi_gcp/firestore/field.py +4 -4
  106. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
  107. pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
  108. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
  109. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
  110. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
  111. pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
  112. pulumi_gcp/gkehub/feature_iam_member.py +21 -7
  113. pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
  114. pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
  115. pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
  116. pulumi_gcp/gkehub/membership_binding.py +6 -6
  117. pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
  118. pulumi_gcp/gkehub/membership_iam_member.py +21 -7
  119. pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
  120. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  121. pulumi_gcp/gkehub/namespace.py +4 -4
  122. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  123. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  124. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  125. pulumi_gcp/logging/__init__.py +4 -0
  126. pulumi_gcp/logging/_inputs.py +100 -0
  127. pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
  128. pulumi_gcp/logging/log_view_iam_binding.py +630 -0
  129. pulumi_gcp/logging/log_view_iam_member.py +630 -0
  130. pulumi_gcp/logging/log_view_iam_policy.py +449 -0
  131. pulumi_gcp/logging/outputs.py +76 -0
  132. pulumi_gcp/netapp/storage_pool.py +9 -9
  133. pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
  134. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
  135. pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
  136. pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
  137. pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
  138. pulumi_gcp/notebooks/instance_iam_member.py +21 -7
  139. pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
  140. pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
  141. pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
  142. pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
  143. pulumi_gcp/orgpolicy/policy.py +2 -2
  144. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  145. pulumi_gcp/pubsub/subscription.py +4 -4
  146. pulumi_gcp/pulumi-plugin.json +1 -1
  147. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
  148. pulumi_gcp/sql/_inputs.py +2 -4
  149. pulumi_gcp/sql/outputs.py +6 -8
  150. pulumi_gcp/storage/_inputs.py +48 -0
  151. pulumi_gcp/storage/outputs.py +75 -0
  152. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
  153. pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
  154. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
  155. pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
  156. pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
  157. pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
  158. pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
  159. pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
  160. pulumi_gcp/workstations/workstation_iam_member.py +21 -7
  161. pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
  162. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/METADATA +1 -1
  163. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/RECORD +165 -156
  164. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0a1717654409.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/top_level.txt +0 -0
@@ -40,7 +40,9 @@ class WorkstationConfigIamMemberArgs:
40
40
  `workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
43
- Used to find the parent resource to bind the IAM policy to
43
+ Used to find the parent resource to bind the IAM policy to. If not specified,
44
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
45
+ location is specified, it is taken from the provider configuration.
44
46
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
45
47
  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.
46
48
  """
@@ -123,7 +125,9 @@ class WorkstationConfigIamMemberArgs:
123
125
  def location(self) -> Optional[pulumi.Input[str]]:
124
126
  """
125
127
  The location where the workstation cluster config should reside.
126
- Used to find the parent resource to bind the IAM policy to
128
+ Used to find the parent resource to bind the IAM policy to. If not specified,
129
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
130
+ location is specified, it is taken from the provider configuration.
127
131
  """
128
132
  return pulumi.get(self, "location")
129
133
 
@@ -160,7 +164,9 @@ class _WorkstationConfigIamMemberState:
160
164
  Input properties used for looking up and filtering WorkstationConfigIamMember resources.
161
165
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
162
166
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
163
- Used to find the parent resource to bind the IAM policy to
167
+ Used to find the parent resource to bind the IAM policy to. If not specified,
168
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
169
+ location is specified, it is taken from the provider configuration.
164
170
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
165
171
  Each entry can have one of the following values:
166
172
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -221,7 +227,9 @@ class _WorkstationConfigIamMemberState:
221
227
  def location(self) -> Optional[pulumi.Input[str]]:
222
228
  """
223
229
  The location where the workstation cluster config should reside.
224
- Used to find the parent resource to bind the IAM policy to
230
+ Used to find the parent resource to bind the IAM policy to. If not specified,
231
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
232
+ location is specified, it is taken from the provider configuration.
225
233
  """
226
234
  return pulumi.get(self, "location")
227
235
 
@@ -352,7 +360,9 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
352
360
  :param str resource_name: The name of the resource.
353
361
  :param pulumi.ResourceOptions opts: Options for the resource.
354
362
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
355
- Used to find the parent resource to bind the IAM policy to
363
+ Used to find the parent resource to bind the IAM policy to. If not specified,
364
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
365
+ location is specified, it is taken from the provider configuration.
356
366
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
357
367
  Each entry can have one of the following values:
358
368
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -489,7 +499,9 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
489
499
  :param pulumi.ResourceOptions opts: Options for the resource.
490
500
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
491
501
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
492
- Used to find the parent resource to bind the IAM policy to
502
+ Used to find the parent resource to bind the IAM policy to. If not specified,
503
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
504
+ location is specified, it is taken from the provider configuration.
493
505
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
494
506
  Each entry can have one of the following values:
495
507
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -539,7 +551,9 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
539
551
  def location(self) -> pulumi.Output[str]:
540
552
  """
541
553
  The location where the workstation cluster config should reside.
542
- Used to find the parent resource to bind the IAM policy to
554
+ Used to find the parent resource to bind the IAM policy to. If not specified,
555
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
556
+ location is specified, it is taken from the provider configuration.
543
557
  """
544
558
  return pulumi.get(self, "location")
545
559
 
@@ -24,7 +24,9 @@ class WorkstationConfigIamPolicyArgs:
24
24
  :param pulumi.Input[str] policy_data: The policy data generated by
25
25
  a `organizations_get_iam_policy` data source.
26
26
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
27
- Used to find the parent resource to bind the IAM policy to
27
+ Used to find the parent resource to bind the IAM policy to. If not specified,
28
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
29
+ location is specified, it is taken from the provider configuration.
28
30
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
29
31
  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.
30
32
  """
@@ -72,7 +74,9 @@ class WorkstationConfigIamPolicyArgs:
72
74
  def location(self) -> Optional[pulumi.Input[str]]:
73
75
  """
74
76
  The location where the workstation cluster config should reside.
75
- Used to find the parent resource to bind the IAM policy to
77
+ Used to find the parent resource to bind the IAM policy to. If not specified,
78
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
79
+ location is specified, it is taken from the provider configuration.
76
80
  """
77
81
  return pulumi.get(self, "location")
78
82
 
@@ -107,7 +111,9 @@ class _WorkstationConfigIamPolicyState:
107
111
  Input properties used for looking up and filtering WorkstationConfigIamPolicy resources.
108
112
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
109
113
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
110
- Used to find the parent resource to bind the IAM policy to
114
+ Used to find the parent resource to bind the IAM policy to. If not specified,
115
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
116
+ location is specified, it is taken from the provider configuration.
111
117
  :param pulumi.Input[str] policy_data: The policy data generated by
112
118
  a `organizations_get_iam_policy` data source.
113
119
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -143,7 +149,9 @@ class _WorkstationConfigIamPolicyState:
143
149
  def location(self) -> Optional[pulumi.Input[str]]:
144
150
  """
145
151
  The location where the workstation cluster config should reside.
146
- Used to find the parent resource to bind the IAM policy to
152
+ Used to find the parent resource to bind the IAM policy to. If not specified,
153
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
154
+ location is specified, it is taken from the provider configuration.
147
155
  """
148
156
  return pulumi.get(self, "location")
149
157
 
@@ -249,7 +257,9 @@ class WorkstationConfigIamPolicy(pulumi.CustomResource):
249
257
  :param str resource_name: The name of the resource.
250
258
  :param pulumi.ResourceOptions opts: Options for the resource.
251
259
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
252
- Used to find the parent resource to bind the IAM policy to
260
+ Used to find the parent resource to bind the IAM policy to. If not specified,
261
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
262
+ location is specified, it is taken from the provider configuration.
253
263
  :param pulumi.Input[str] policy_data: The policy data generated by
254
264
  a `organizations_get_iam_policy` data source.
255
265
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -366,7 +376,9 @@ class WorkstationConfigIamPolicy(pulumi.CustomResource):
366
376
  :param pulumi.ResourceOptions opts: Options for the resource.
367
377
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
368
378
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
369
- Used to find the parent resource to bind the IAM policy to
379
+ Used to find the parent resource to bind the IAM policy to. If not specified,
380
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
381
+ location is specified, it is taken from the provider configuration.
370
382
  :param pulumi.Input[str] policy_data: The policy data generated by
371
383
  a `organizations_get_iam_policy` data source.
372
384
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -397,7 +409,9 @@ class WorkstationConfigIamPolicy(pulumi.CustomResource):
397
409
  def location(self) -> pulumi.Output[str]:
398
410
  """
399
411
  The location where the workstation cluster config should reside.
400
- Used to find the parent resource to bind the IAM policy to
412
+ Used to find the parent resource to bind the IAM policy to. If not specified,
413
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
414
+ location is specified, it is taken from the provider configuration.
401
415
  """
402
416
  return pulumi.get(self, "location")
403
417
 
@@ -41,7 +41,9 @@ class WorkstationIamBindingArgs:
41
41
  `workstations.WorkstationIamBinding` can be used per role. Note that custom roles must be of the format
42
42
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
43
43
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
44
- Used to find the parent resource to bind the IAM policy to
44
+ Used to find the parent resource to bind the IAM policy to. If not specified,
45
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
46
+ location is specified, it is taken from the provider configuration.
45
47
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
46
48
  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.
47
49
  """
@@ -134,7 +136,9 @@ class WorkstationIamBindingArgs:
134
136
  def location(self) -> Optional[pulumi.Input[str]]:
135
137
  """
136
138
  The location where the workstation parent resources reside.
137
- Used to find the parent resource to bind the IAM policy to
139
+ Used to find the parent resource to bind the IAM policy to. If not specified,
140
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
141
+ location is specified, it is taken from the provider configuration.
138
142
  """
139
143
  return pulumi.get(self, "location")
140
144
 
@@ -172,7 +176,9 @@ class _WorkstationIamBindingState:
172
176
  Input properties used for looking up and filtering WorkstationIamBinding resources.
173
177
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
174
178
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
175
- Used to find the parent resource to bind the IAM policy to
179
+ Used to find the parent resource to bind the IAM policy to. If not specified,
180
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
181
+ location is specified, it is taken from the provider configuration.
176
182
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
177
183
  Each entry can have one of the following values:
178
184
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -235,7 +241,9 @@ class _WorkstationIamBindingState:
235
241
  def location(self) -> Optional[pulumi.Input[str]]:
236
242
  """
237
243
  The location where the workstation parent resources reside.
238
- Used to find the parent resource to bind the IAM policy to
244
+ Used to find the parent resource to bind the IAM policy to. If not specified,
245
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
246
+ location is specified, it is taken from the provider configuration.
239
247
  """
240
248
  return pulumi.get(self, "location")
241
249
 
@@ -376,7 +384,9 @@ class WorkstationIamBinding(pulumi.CustomResource):
376
384
  :param str resource_name: The name of the resource.
377
385
  :param pulumi.ResourceOptions opts: Options for the resource.
378
386
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
379
- Used to find the parent resource to bind the IAM policy to
387
+ Used to find the parent resource to bind the IAM policy to. If not specified,
388
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
389
+ location is specified, it is taken from the provider configuration.
380
390
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
381
391
  Each entry can have one of the following values:
382
392
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -518,7 +528,9 @@ class WorkstationIamBinding(pulumi.CustomResource):
518
528
  :param pulumi.ResourceOptions opts: Options for the resource.
519
529
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
520
530
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
521
- Used to find the parent resource to bind the IAM policy to
531
+ Used to find the parent resource to bind the IAM policy to. If not specified,
532
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
533
+ location is specified, it is taken from the provider configuration.
522
534
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
523
535
  Each entry can have one of the following values:
524
536
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -569,7 +581,9 @@ class WorkstationIamBinding(pulumi.CustomResource):
569
581
  def location(self) -> pulumi.Output[str]:
570
582
  """
571
583
  The location where the workstation parent resources reside.
572
- Used to find the parent resource to bind the IAM policy to
584
+ Used to find the parent resource to bind the IAM policy to. If not specified,
585
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
586
+ location is specified, it is taken from the provider configuration.
573
587
  """
574
588
  return pulumi.get(self, "location")
575
589
 
@@ -41,7 +41,9 @@ class WorkstationIamMemberArgs:
41
41
  `workstations.WorkstationIamBinding` can be used per role. Note that custom roles must be of the format
42
42
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
43
43
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
44
- Used to find the parent resource to bind the IAM policy to
44
+ Used to find the parent resource to bind the IAM policy to. If not specified,
45
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
46
+ location is specified, it is taken from the provider configuration.
45
47
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
46
48
  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.
47
49
  """
@@ -134,7 +136,9 @@ class WorkstationIamMemberArgs:
134
136
  def location(self) -> Optional[pulumi.Input[str]]:
135
137
  """
136
138
  The location where the workstation parent resources reside.
137
- Used to find the parent resource to bind the IAM policy to
139
+ Used to find the parent resource to bind the IAM policy to. If not specified,
140
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
141
+ location is specified, it is taken from the provider configuration.
138
142
  """
139
143
  return pulumi.get(self, "location")
140
144
 
@@ -172,7 +176,9 @@ class _WorkstationIamMemberState:
172
176
  Input properties used for looking up and filtering WorkstationIamMember resources.
173
177
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
174
178
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
175
- Used to find the parent resource to bind the IAM policy to
179
+ Used to find the parent resource to bind the IAM policy to. If not specified,
180
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
181
+ location is specified, it is taken from the provider configuration.
176
182
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
177
183
  Each entry can have one of the following values:
178
184
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -235,7 +241,9 @@ class _WorkstationIamMemberState:
235
241
  def location(self) -> Optional[pulumi.Input[str]]:
236
242
  """
237
243
  The location where the workstation parent resources reside.
238
- Used to find the parent resource to bind the IAM policy to
244
+ Used to find the parent resource to bind the IAM policy to. If not specified,
245
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
246
+ location is specified, it is taken from the provider configuration.
239
247
  """
240
248
  return pulumi.get(self, "location")
241
249
 
@@ -376,7 +384,9 @@ class WorkstationIamMember(pulumi.CustomResource):
376
384
  :param str resource_name: The name of the resource.
377
385
  :param pulumi.ResourceOptions opts: Options for the resource.
378
386
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
379
- Used to find the parent resource to bind the IAM policy to
387
+ Used to find the parent resource to bind the IAM policy to. If not specified,
388
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
389
+ location is specified, it is taken from the provider configuration.
380
390
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
381
391
  Each entry can have one of the following values:
382
392
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -518,7 +528,9 @@ class WorkstationIamMember(pulumi.CustomResource):
518
528
  :param pulumi.ResourceOptions opts: Options for the resource.
519
529
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
520
530
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
521
- Used to find the parent resource to bind the IAM policy to
531
+ Used to find the parent resource to bind the IAM policy to. If not specified,
532
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
533
+ location is specified, it is taken from the provider configuration.
522
534
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
523
535
  Each entry can have one of the following values:
524
536
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -569,7 +581,9 @@ class WorkstationIamMember(pulumi.CustomResource):
569
581
  def location(self) -> pulumi.Output[str]:
570
582
  """
571
583
  The location where the workstation parent resources reside.
572
- Used to find the parent resource to bind the IAM policy to
584
+ Used to find the parent resource to bind the IAM policy to. If not specified,
585
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
586
+ location is specified, it is taken from the provider configuration.
573
587
  """
574
588
  return pulumi.get(self, "location")
575
589
 
@@ -25,7 +25,9 @@ class WorkstationIamPolicyArgs:
25
25
  :param pulumi.Input[str] policy_data: The policy data generated by
26
26
  a `organizations_get_iam_policy` data source.
27
27
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
28
- Used to find the parent resource to bind the IAM policy to
28
+ Used to find the parent resource to bind the IAM policy to. If not specified,
29
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
30
+ location is specified, it is taken from the provider configuration.
29
31
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
30
32
  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.
31
33
  """
@@ -83,7 +85,9 @@ class WorkstationIamPolicyArgs:
83
85
  def location(self) -> Optional[pulumi.Input[str]]:
84
86
  """
85
87
  The location where the workstation parent resources reside.
86
- Used to find the parent resource to bind the IAM policy to
88
+ Used to find the parent resource to bind the IAM policy to. If not specified,
89
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
90
+ location is specified, it is taken from the provider configuration.
87
91
  """
88
92
  return pulumi.get(self, "location")
89
93
 
@@ -119,7 +123,9 @@ class _WorkstationIamPolicyState:
119
123
  Input properties used for looking up and filtering WorkstationIamPolicy resources.
120
124
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
121
125
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
122
- Used to find the parent resource to bind the IAM policy to
126
+ Used to find the parent resource to bind the IAM policy to. If not specified,
127
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
128
+ location is specified, it is taken from the provider configuration.
123
129
  :param pulumi.Input[str] policy_data: The policy data generated by
124
130
  a `organizations_get_iam_policy` data source.
125
131
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -157,7 +163,9 @@ class _WorkstationIamPolicyState:
157
163
  def location(self) -> Optional[pulumi.Input[str]]:
158
164
  """
159
165
  The location where the workstation parent resources reside.
160
- Used to find the parent resource to bind the IAM policy to
166
+ Used to find the parent resource to bind the IAM policy to. If not specified,
167
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
168
+ location is specified, it is taken from the provider configuration.
161
169
  """
162
170
  return pulumi.get(self, "location")
163
171
 
@@ -273,7 +281,9 @@ class WorkstationIamPolicy(pulumi.CustomResource):
273
281
  :param str resource_name: The name of the resource.
274
282
  :param pulumi.ResourceOptions opts: Options for the resource.
275
283
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
276
- Used to find the parent resource to bind the IAM policy to
284
+ Used to find the parent resource to bind the IAM policy to. If not specified,
285
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
286
+ location is specified, it is taken from the provider configuration.
277
287
  :param pulumi.Input[str] policy_data: The policy data generated by
278
288
  a `organizations_get_iam_policy` data source.
279
289
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -395,7 +405,9 @@ class WorkstationIamPolicy(pulumi.CustomResource):
395
405
  :param pulumi.ResourceOptions opts: Options for the resource.
396
406
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
397
407
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
398
- Used to find the parent resource to bind the IAM policy to
408
+ Used to find the parent resource to bind the IAM policy to. If not specified,
409
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
410
+ location is specified, it is taken from the provider configuration.
399
411
  :param pulumi.Input[str] policy_data: The policy data generated by
400
412
  a `organizations_get_iam_policy` data source.
401
413
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -427,7 +439,9 @@ class WorkstationIamPolicy(pulumi.CustomResource):
427
439
  def location(self) -> pulumi.Output[str]:
428
440
  """
429
441
  The location where the workstation parent resources reside.
430
- Used to find the parent resource to bind the IAM policy to
442
+ Used to find the parent resource to bind the IAM policy to. If not specified,
443
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
444
+ location is specified, it is taken from the provider configuration.
431
445
  """
432
446
  return pulumi.get(self, "location")
433
447
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_gcp
3
- Version: 7.26.0a1717654409
3
+ Version: 7.26.0a1717690580
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io