pulumi-gcp 8.32.0__py3-none-any.whl → 8.32.0a1747459264__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 (256) hide show
  1. pulumi_gcp/__init__.py +0 -88
  2. pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +0 -13
  4. pulumi_gcp/apigateway/api_config_iam_member.py +0 -13
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +0 -13
  6. pulumi_gcp/apigateway/api_iam_binding.py +0 -13
  7. pulumi_gcp/apigateway/api_iam_member.py +0 -13
  8. pulumi_gcp/apigateway/api_iam_policy.py +0 -13
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +0 -13
  10. pulumi_gcp/apigateway/gateway_iam_member.py +0 -13
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +0 -13
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +0 -2
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +0 -2
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +0 -2
  15. pulumi_gcp/apigee/environment_iam_binding.py +0 -27
  16. pulumi_gcp/apigee/environment_iam_member.py +0 -27
  17. pulumi_gcp/apigee/environment_iam_policy.py +0 -27
  18. pulumi_gcp/apigee/get_environment_iam_policy.py +0 -6
  19. pulumi_gcp/beyondcorp/__init__.py +0 -1
  20. pulumi_gcp/beyondcorp/application.py +4 -8
  21. pulumi_gcp/beyondcorp/application_iam_binding.py +0 -26
  22. pulumi_gcp/beyondcorp/application_iam_member.py +0 -26
  23. pulumi_gcp/beyondcorp/application_iam_policy.py +0 -26
  24. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -4
  25. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +0 -2
  26. pulumi_gcp/beyondcorp/outputs.py +0 -45
  27. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +0 -13
  28. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +0 -13
  29. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +0 -13
  30. pulumi_gcp/bigquery/__init__.py +0 -1
  31. pulumi_gcp/bigquery/connection_iam_binding.py +11 -4
  32. pulumi_gcp/bigquery/connection_iam_member.py +11 -4
  33. pulumi_gcp/bigquery/connection_iam_policy.py +11 -4
  34. pulumi_gcp/bigquery/data_transfer_config.py +2 -2
  35. pulumi_gcp/bigquery/get_connection_iam_policy.py +4 -2
  36. pulumi_gcp/bigquery/get_table_iam_policy.py +0 -4
  37. pulumi_gcp/bigquery/iam_binding.py +0 -26
  38. pulumi_gcp/bigquery/iam_member.py +0 -26
  39. pulumi_gcp/bigquery/iam_policy.py +0 -26
  40. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
  41. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
  42. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
  43. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  44. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  45. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
  46. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
  47. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
  48. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
  49. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +0 -13
  50. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +0 -13
  51. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +0 -13
  52. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +0 -2
  53. pulumi_gcp/bigtable/logical_view.py +0 -49
  54. pulumi_gcp/cloudbuild/trigger.py +2 -2
  55. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +0 -6
  56. pulumi_gcp/clouddeploy/get_target_iam_policy.py +0 -6
  57. pulumi_gcp/colab/schedule.py +2 -2
  58. pulumi_gcp/compute/_inputs.py +0 -126
  59. pulumi_gcp/compute/backend_service.py +51 -259
  60. pulumi_gcp/compute/get_backend_service.py +1 -23
  61. pulumi_gcp/compute/get_global_forwarding_rule.py +1 -23
  62. pulumi_gcp/compute/get_instance_template.py +1 -12
  63. pulumi_gcp/compute/get_network_endpoint_group.py +1 -12
  64. pulumi_gcp/compute/global_forwarding_rule.py +0 -199
  65. pulumi_gcp/compute/instance_template.py +0 -28
  66. pulumi_gcp/compute/network_endpoint_group.py +0 -28
  67. pulumi_gcp/compute/outputs.py +0 -110
  68. pulumi_gcp/compute/region_backend_service.py +51 -58
  69. pulumi_gcp/container/cluster.py +0 -47
  70. pulumi_gcp/container/get_cluster.py +1 -12
  71. pulumi_gcp/datacatalog/entry_group_iam_binding.py +0 -34
  72. pulumi_gcp/datacatalog/entry_group_iam_member.py +0 -34
  73. pulumi_gcp/datacatalog/entry_group_iam_policy.py +0 -34
  74. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +0 -8
  75. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +0 -8
  76. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +0 -8
  77. pulumi_gcp/datacatalog/tag_template_iam_binding.py +0 -34
  78. pulumi_gcp/datacatalog/tag_template_iam_member.py +0 -34
  79. pulumi_gcp/datacatalog/tag_template_iam_policy.py +0 -34
  80. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +0 -34
  81. pulumi_gcp/datacatalog/taxonomy_iam_member.py +0 -34
  82. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +0 -34
  83. pulumi_gcp/dataplex/__init__.py +0 -5
  84. pulumi_gcp/dataplex/_inputs.py +0 -98
  85. pulumi_gcp/dataplex/aspect_type_iam_binding.py +0 -13
  86. pulumi_gcp/dataplex/aspect_type_iam_member.py +0 -13
  87. pulumi_gcp/dataplex/aspect_type_iam_policy.py +0 -13
  88. pulumi_gcp/dataplex/asset_iam_binding.py +0 -53
  89. pulumi_gcp/dataplex/asset_iam_member.py +0 -53
  90. pulumi_gcp/dataplex/asset_iam_policy.py +0 -53
  91. pulumi_gcp/dataplex/datascan_iam_binding.py +0 -13
  92. pulumi_gcp/dataplex/datascan_iam_member.py +0 -13
  93. pulumi_gcp/dataplex/datascan_iam_policy.py +0 -13
  94. pulumi_gcp/dataplex/entry_group_iam_binding.py +0 -13
  95. pulumi_gcp/dataplex/entry_group_iam_member.py +0 -13
  96. pulumi_gcp/dataplex/entry_group_iam_policy.py +0 -13
  97. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -13
  98. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -13
  99. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -13
  100. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +0 -2
  101. pulumi_gcp/dataplex/get_asset_iam_policy.py +0 -10
  102. pulumi_gcp/dataplex/get_datascan_iam_policy.py +0 -2
  103. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +0 -2
  104. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -2
  105. pulumi_gcp/dataplex/get_lake_iam_policy.py +0 -6
  106. pulumi_gcp/dataplex/get_task_iam_policy.py +0 -2
  107. pulumi_gcp/dataplex/get_zone_iam_policy.py +0 -8
  108. pulumi_gcp/dataplex/lake_iam_binding.py +0 -27
  109. pulumi_gcp/dataplex/lake_iam_member.py +0 -27
  110. pulumi_gcp/dataplex/lake_iam_policy.py +0 -27
  111. pulumi_gcp/dataplex/outputs.py +0 -56
  112. pulumi_gcp/dataplex/task_iam_binding.py +0 -13
  113. pulumi_gcp/dataplex/task_iam_member.py +0 -13
  114. pulumi_gcp/dataplex/task_iam_policy.py +0 -13
  115. pulumi_gcp/dataplex/zone_iam_binding.py +0 -40
  116. pulumi_gcp/dataplex/zone_iam_member.py +0 -40
  117. pulumi_gcp/dataplex/zone_iam_policy.py +0 -40
  118. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +25 -4
  119. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +25 -4
  120. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +25 -4
  121. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +8 -2
  122. pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +0 -8
  123. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +0 -2
  124. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +0 -2
  125. pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +0 -10
  126. pulumi_gcp/dataproc/metastore_database_iam_binding.py +0 -40
  127. pulumi_gcp/dataproc/metastore_database_iam_member.py +0 -40
  128. pulumi_gcp/dataproc/metastore_database_iam_policy.py +0 -40
  129. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +0 -13
  130. pulumi_gcp/dataproc/metastore_federation_iam_member.py +0 -13
  131. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +0 -13
  132. pulumi_gcp/dataproc/metastore_service_iam_binding.py +0 -13
  133. pulumi_gcp/dataproc/metastore_service_iam_member.py +0 -13
  134. pulumi_gcp/dataproc/metastore_service_iam_policy.py +0 -13
  135. pulumi_gcp/dataproc/metastore_table_iam_binding.py +0 -53
  136. pulumi_gcp/dataproc/metastore_table_iam_member.py +0 -53
  137. pulumi_gcp/dataproc/metastore_table_iam_policy.py +0 -53
  138. pulumi_gcp/diagflow/_inputs.py +0 -56
  139. pulumi_gcp/diagflow/cx_agent.py +0 -60
  140. pulumi_gcp/diagflow/cx_flow.py +0 -2
  141. pulumi_gcp/diagflow/entity_type.py +2 -2
  142. pulumi_gcp/diagflow/outputs.py +0 -35
  143. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  144. pulumi_gcp/endpoints/consumers_iam_binding.py +0 -26
  145. pulumi_gcp/endpoints/consumers_iam_member.py +0 -26
  146. pulumi_gcp/endpoints/consumers_iam_policy.py +0 -26
  147. pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +0 -8
  148. pulumi_gcp/endpoints/get_service_iam_policy.py +0 -6
  149. pulumi_gcp/endpoints/service_iam_binding.py +0 -13
  150. pulumi_gcp/endpoints/service_iam_member.py +0 -13
  151. pulumi_gcp/endpoints/service_iam_policy.py +0 -13
  152. pulumi_gcp/firebase/__init__.py +0 -3
  153. pulumi_gcp/firebase/_inputs.py +0 -1527
  154. pulumi_gcp/firebase/app_hosting_backend.py +0 -104
  155. pulumi_gcp/firebase/extensions_instance.py +4 -4
  156. pulumi_gcp/firebase/outputs.py +0 -1075
  157. pulumi_gcp/firestore/database.py +0 -9
  158. pulumi_gcp/gemini/get_repository_group_iam_policy.py +0 -4
  159. pulumi_gcp/gemini/repository_group_iam_binding.py +0 -26
  160. pulumi_gcp/gemini/repository_group_iam_member.py +0 -26
  161. pulumi_gcp/gemini/repository_group_iam_policy.py +0 -26
  162. pulumi_gcp/gkebackup/backup_channel.py +9 -9
  163. pulumi_gcp/gkebackup/restore_channel.py +9 -9
  164. pulumi_gcp/gkehub/get_membership_iam_policy.py +0 -2
  165. pulumi_gcp/gkehub/get_scope_iam_policy.py +0 -2
  166. pulumi_gcp/gkehub/membership_iam_binding.py +0 -13
  167. pulumi_gcp/gkehub/membership_iam_member.py +0 -13
  168. pulumi_gcp/gkehub/membership_iam_policy.py +0 -13
  169. pulumi_gcp/gkehub/scope_iam_binding.py +0 -13
  170. pulumi_gcp/gkehub/scope_iam_member.py +0 -13
  171. pulumi_gcp/gkehub/scope_iam_policy.py +0 -13
  172. pulumi_gcp/iam/__init__.py +0 -4
  173. pulumi_gcp/iam/_inputs.py +0 -432
  174. pulumi_gcp/iam/get_workload_identity_pool.py +1 -35
  175. pulumi_gcp/iam/oauth_client_credential.py +0 -6
  176. pulumi_gcp/iam/outputs.py +0 -510
  177. pulumi_gcp/iam/workload_identity_pool.py +24 -446
  178. pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
  179. pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
  180. pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
  181. pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
  182. pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
  183. pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
  184. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
  185. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
  186. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +0 -2
  187. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +0 -6
  188. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +0 -6
  189. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  190. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +0 -13
  191. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +0 -13
  192. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +0 -13
  193. pulumi_gcp/iap/tunnel_instance_iam_binding.py +0 -27
  194. pulumi_gcp/iap/tunnel_instance_iam_member.py +0 -27
  195. pulumi_gcp/iap/tunnel_instance_iam_policy.py +0 -27
  196. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +0 -27
  197. pulumi_gcp/iap/web_region_backend_service_iam_member.py +0 -27
  198. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +0 -27
  199. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
  200. pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
  201. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
  202. pulumi_gcp/lustre/__init__.py +0 -1
  203. pulumi_gcp/lustre/instance.py +0 -12
  204. pulumi_gcp/netapp/backup.py +2 -2
  205. pulumi_gcp/networksecurity/intercept_deployment.py +0 -10
  206. pulumi_gcp/networksecurity/intercept_deployment_group.py +0 -8
  207. pulumi_gcp/networksecurity/intercept_endpoint_group.py +0 -12
  208. pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +0 -16
  209. pulumi_gcp/pulumi-plugin.json +1 -1
  210. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +0 -2
  211. pulumi_gcp/secretmanager/get_secret_iam_policy.py +0 -2
  212. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +0 -13
  213. pulumi_gcp/secretmanager/regional_secret_iam_member.py +0 -13
  214. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +0 -13
  215. pulumi_gcp/secretmanager/secret_iam_binding.py +0 -13
  216. pulumi_gcp/secretmanager/secret_iam_member.py +0 -13
  217. pulumi_gcp/secretmanager/secret_iam_policy.py +0 -13
  218. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +4 -2
  219. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +4 -2
  220. pulumi_gcp/securesourcemanager/repository_iam_binding.py +11 -4
  221. pulumi_gcp/securesourcemanager/repository_iam_member.py +11 -4
  222. pulumi_gcp/securesourcemanager/repository_iam_policy.py +11 -4
  223. pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
  224. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
  225. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +0 -13
  226. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +0 -13
  227. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +0 -13
  228. pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +0 -2
  229. pulumi_gcp/vmwareengine/external_address.py +4 -4
  230. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +0 -6
  231. pulumi_gcp/workstations/get_workstation_iam_policy.py +0 -10
  232. pulumi_gcp/workstations/workstation_config_iam_binding.py +0 -33
  233. pulumi_gcp/workstations/workstation_config_iam_member.py +0 -33
  234. pulumi_gcp/workstations/workstation_config_iam_policy.py +0 -33
  235. pulumi_gcp/workstations/workstation_iam_binding.py +0 -53
  236. pulumi_gcp/workstations/workstation_iam_member.py +0 -53
  237. pulumi_gcp/workstations/workstation_iam_policy.py +0 -53
  238. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/METADATA +1 -1
  239. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/RECORD +241 -256
  240. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/WHEEL +1 -1
  241. pulumi_gcp/beyondcorp/get_security_gateway.py +0 -222
  242. pulumi_gcp/bigquery/row_access_policy.py +0 -787
  243. pulumi_gcp/dataplex/get_glossary_iam_policy.py +0 -185
  244. pulumi_gcp/dataplex/glossary.py +0 -772
  245. pulumi_gcp/dataplex/glossary_iam_binding.py +0 -837
  246. pulumi_gcp/dataplex/glossary_iam_member.py +0 -837
  247. pulumi_gcp/dataplex/glossary_iam_policy.py +0 -676
  248. pulumi_gcp/firebase/app_hosting_default_domain.py +0 -721
  249. pulumi_gcp/firebase/app_hosting_domain.py +0 -796
  250. pulumi_gcp/firebase/app_hosting_traffic.py +0 -914
  251. pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +0 -156
  252. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +0 -539
  253. pulumi_gcp/iam/workload_identity_pool_iam_member.py +0 -539
  254. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +0 -358
  255. pulumi_gcp/lustre/get_instance.py +0 -280
  256. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/top_level.txt +0 -0
@@ -28,7 +28,8 @@ class RepositoryIamPolicyArgs:
28
28
  The set of arguments for constructing a RepositoryIamPolicy resource.
29
29
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
30
30
  a `organizations_get_iam_policy` data source.
31
- :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
31
+ :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
32
+ Used to find the parent resource to bind the IAM policy to
32
33
  :param pulumi.Input[builtins.str] location: The location for the Repository.
33
34
  Used to find the parent resource to bind the IAM policy to. If not specified,
34
35
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -60,6 +61,7 @@ class RepositoryIamPolicyArgs:
60
61
  @pulumi.getter(name="repositoryId")
61
62
  def repository_id(self) -> pulumi.Input[builtins.str]:
62
63
  """
64
+ The ID for the Repository.
63
65
  Used to find the parent resource to bind the IAM policy to
64
66
  """
65
67
  return pulumi.get(self, "repository_id")
@@ -116,7 +118,8 @@ class _RepositoryIamPolicyState:
116
118
  a `organizations_get_iam_policy` data source.
117
119
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
118
120
  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.
119
- :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
121
+ :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
122
+ Used to find the parent resource to bind the IAM policy to
120
123
  """
121
124
  if etag is not None:
122
125
  pulumi.set(__self__, "etag", etag)
@@ -186,6 +189,7 @@ class _RepositoryIamPolicyState:
186
189
  @pulumi.getter(name="repositoryId")
187
190
  def repository_id(self) -> Optional[pulumi.Input[builtins.str]]:
188
191
  """
192
+ The ID for the Repository.
189
193
  Used to find the parent resource to bind the IAM policy to
190
194
  """
191
195
  return pulumi.get(self, "repository_id")
@@ -378,7 +382,8 @@ class RepositoryIamPolicy(pulumi.CustomResource):
378
382
  a `organizations_get_iam_policy` data source.
379
383
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
380
384
  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.
381
- :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
385
+ :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
386
+ Used to find the parent resource to bind the IAM policy to
382
387
  """
383
388
  ...
384
389
  @overload
@@ -616,7 +621,8 @@ class RepositoryIamPolicy(pulumi.CustomResource):
616
621
  a `organizations_get_iam_policy` data source.
617
622
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
618
623
  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.
619
- :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
624
+ :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
625
+ Used to find the parent resource to bind the IAM policy to
620
626
  """
621
627
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
622
628
 
@@ -670,6 +676,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
670
676
  @pulumi.getter(name="repositoryId")
671
677
  def repository_id(self) -> pulumi.Output[builtins.str]:
672
678
  """
679
+ The ID for the Repository.
673
680
  Used to find the parent resource to bind the IAM policy to
674
681
  """
675
682
  return pulumi.get(self, "repository_id")
@@ -470,7 +470,7 @@ class V2OrganizationSccBigQueryExport(pulumi.CustomResource):
470
470
  import pulumi_gcp as gcp
471
471
 
472
472
  default = gcp.bigquery.Dataset("default",
473
- dataset_id="my-dataset",
473
+ dataset_id="",
474
474
  friendly_name="test",
475
475
  description="This is a test description",
476
476
  location="US",
@@ -572,7 +572,7 @@ class V2OrganizationSccBigQueryExport(pulumi.CustomResource):
572
572
  import pulumi_gcp as gcp
573
573
 
574
574
  default = gcp.bigquery.Dataset("default",
575
- dataset_id="my-dataset",
575
+ dataset_id="",
576
576
  friendly_name="test",
577
577
  description="This is a test description",
578
578
  location="US",
@@ -472,7 +472,7 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
472
472
  import pulumi_gcp as gcp
473
473
 
474
474
  default = gcp.bigquery.Dataset("default",
475
- dataset_id="my-dataset",
475
+ dataset_id="",
476
476
  friendly_name="test",
477
477
  description="This is a test description",
478
478
  location="US",
@@ -576,7 +576,7 @@ class V2OrganizationSccBigQueryExports(pulumi.CustomResource):
576
576
  import pulumi_gcp as gcp
577
577
 
578
578
  default = gcp.bigquery.Dataset("default",
579
- dataset_id="my-dataset",
579
+ dataset_id="",
580
580
  friendly_name="test",
581
581
  description="This is a test description",
582
582
  location="US",
@@ -31,7 +31,6 @@ class AiFeatureOnlineStoreFeatureviewIamBindingArgs:
31
31
  region: Optional[pulumi.Input[builtins.str]] = None):
32
32
  """
33
33
  The set of arguments for constructing a AiFeatureOnlineStoreFeatureviewIamBinding resource.
34
- :param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
35
34
  :param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
36
35
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
37
36
  Each entry can have one of the following values:
@@ -67,9 +66,6 @@ class AiFeatureOnlineStoreFeatureviewIamBindingArgs:
67
66
  @property
68
67
  @pulumi.getter(name="featureOnlineStore")
69
68
  def feature_online_store(self) -> pulumi.Input[builtins.str]:
70
- """
71
- The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
72
- """
73
69
  return pulumi.get(self, "feature_online_store")
74
70
 
75
71
  @feature_online_store.setter
@@ -175,7 +171,6 @@ class _AiFeatureOnlineStoreFeatureviewIamBindingState:
175
171
  """
176
172
  Input properties used for looking up and filtering AiFeatureOnlineStoreFeatureviewIamBinding resources.
177
173
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
178
- :param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
179
174
  :param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
180
175
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
181
176
  Each entry can have one of the following values:
@@ -238,9 +233,6 @@ class _AiFeatureOnlineStoreFeatureviewIamBindingState:
238
233
  @property
239
234
  @pulumi.getter(name="featureOnlineStore")
240
235
  def feature_online_store(self) -> Optional[pulumi.Input[builtins.str]]:
241
- """
242
- The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
243
- """
244
236
  return pulumi.get(self, "feature_online_store")
245
237
 
246
238
  @feature_online_store.setter
@@ -376,7 +368,6 @@ class AiFeatureOnlineStoreFeatureviewIamBinding(pulumi.CustomResource):
376
368
 
377
369
  :param str resource_name: The name of the resource.
378
370
  :param pulumi.ResourceOptions opts: Options for the resource.
379
- :param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
380
371
  :param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
381
372
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
382
373
  Each entry can have one of the following values:
@@ -514,7 +505,6 @@ class AiFeatureOnlineStoreFeatureviewIamBinding(pulumi.CustomResource):
514
505
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
515
506
  :param pulumi.ResourceOptions opts: Options for the resource.
516
507
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
517
- :param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
518
508
  :param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
519
509
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
520
510
  Each entry can have one of the following values:
@@ -566,9 +556,6 @@ class AiFeatureOnlineStoreFeatureviewIamBinding(pulumi.CustomResource):
566
556
  @property
567
557
  @pulumi.getter(name="featureOnlineStore")
568
558
  def feature_online_store(self) -> pulumi.Output[builtins.str]:
569
- """
570
- The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
571
- """
572
559
  return pulumi.get(self, "feature_online_store")
573
560
 
574
561
  @property
@@ -31,7 +31,6 @@ class AiFeatureOnlineStoreFeatureviewIamMemberArgs:
31
31
  region: Optional[pulumi.Input[builtins.str]] = None):
32
32
  """
33
33
  The set of arguments for constructing a AiFeatureOnlineStoreFeatureviewIamMember resource.
34
- :param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
35
34
  :param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
36
35
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
37
36
  Each entry can have one of the following values:
@@ -67,9 +66,6 @@ class AiFeatureOnlineStoreFeatureviewIamMemberArgs:
67
66
  @property
68
67
  @pulumi.getter(name="featureOnlineStore")
69
68
  def feature_online_store(self) -> pulumi.Input[builtins.str]:
70
- """
71
- The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
72
- """
73
69
  return pulumi.get(self, "feature_online_store")
74
70
 
75
71
  @feature_online_store.setter
@@ -175,7 +171,6 @@ class _AiFeatureOnlineStoreFeatureviewIamMemberState:
175
171
  """
176
172
  Input properties used for looking up and filtering AiFeatureOnlineStoreFeatureviewIamMember resources.
177
173
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
178
- :param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
179
174
  :param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
180
175
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
181
176
  Each entry can have one of the following values:
@@ -238,9 +233,6 @@ class _AiFeatureOnlineStoreFeatureviewIamMemberState:
238
233
  @property
239
234
  @pulumi.getter(name="featureOnlineStore")
240
235
  def feature_online_store(self) -> Optional[pulumi.Input[builtins.str]]:
241
- """
242
- The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
243
- """
244
236
  return pulumi.get(self, "feature_online_store")
245
237
 
246
238
  @feature_online_store.setter
@@ -376,7 +368,6 @@ class AiFeatureOnlineStoreFeatureviewIamMember(pulumi.CustomResource):
376
368
 
377
369
  :param str resource_name: The name of the resource.
378
370
  :param pulumi.ResourceOptions opts: Options for the resource.
379
- :param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
380
371
  :param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
381
372
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
382
373
  Each entry can have one of the following values:
@@ -514,7 +505,6 @@ class AiFeatureOnlineStoreFeatureviewIamMember(pulumi.CustomResource):
514
505
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
515
506
  :param pulumi.ResourceOptions opts: Options for the resource.
516
507
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
517
- :param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
518
508
  :param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
519
509
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
520
510
  Each entry can have one of the following values:
@@ -566,9 +556,6 @@ class AiFeatureOnlineStoreFeatureviewIamMember(pulumi.CustomResource):
566
556
  @property
567
557
  @pulumi.getter(name="featureOnlineStore")
568
558
  def feature_online_store(self) -> pulumi.Output[builtins.str]:
569
- """
570
- The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
571
- """
572
559
  return pulumi.get(self, "feature_online_store")
573
560
 
574
561
  @property
@@ -27,7 +27,6 @@ class AiFeatureOnlineStoreFeatureviewIamPolicyArgs:
27
27
  region: Optional[pulumi.Input[builtins.str]] = None):
28
28
  """
29
29
  The set of arguments for constructing a AiFeatureOnlineStoreFeatureviewIamPolicy resource.
30
- :param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
31
30
  :param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
32
31
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
33
32
  a `organizations_get_iam_policy` data source.
@@ -48,9 +47,6 @@ class AiFeatureOnlineStoreFeatureviewIamPolicyArgs:
48
47
  @property
49
48
  @pulumi.getter(name="featureOnlineStore")
50
49
  def feature_online_store(self) -> pulumi.Input[builtins.str]:
51
- """
52
- The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
53
- """
54
50
  return pulumi.get(self, "feature_online_store")
55
51
 
56
52
  @feature_online_store.setter
@@ -122,7 +118,6 @@ class _AiFeatureOnlineStoreFeatureviewIamPolicyState:
122
118
  """
123
119
  Input properties used for looking up and filtering AiFeatureOnlineStoreFeatureviewIamPolicy resources.
124
120
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
125
- :param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
126
121
  :param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
127
122
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
128
123
  a `organizations_get_iam_policy` data source.
@@ -160,9 +155,6 @@ class _AiFeatureOnlineStoreFeatureviewIamPolicyState:
160
155
  @property
161
156
  @pulumi.getter(name="featureOnlineStore")
162
157
  def feature_online_store(self) -> Optional[pulumi.Input[builtins.str]]:
163
- """
164
- The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
165
- """
166
158
  return pulumi.get(self, "feature_online_store")
167
159
 
168
160
  @feature_online_store.setter
@@ -273,7 +265,6 @@ class AiFeatureOnlineStoreFeatureviewIamPolicy(pulumi.CustomResource):
273
265
 
274
266
  :param str resource_name: The name of the resource.
275
267
  :param pulumi.ResourceOptions opts: Options for the resource.
276
- :param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
277
268
  :param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
278
269
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
279
270
  a `organizations_get_iam_policy` data source.
@@ -391,7 +382,6 @@ class AiFeatureOnlineStoreFeatureviewIamPolicy(pulumi.CustomResource):
391
382
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
392
383
  :param pulumi.ResourceOptions opts: Options for the resource.
393
384
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
394
- :param pulumi.Input[builtins.str] feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
395
385
  :param pulumi.Input[builtins.str] feature_view: Used to find the parent resource to bind the IAM policy to
396
386
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
397
387
  a `organizations_get_iam_policy` data source.
@@ -424,9 +414,6 @@ class AiFeatureOnlineStoreFeatureviewIamPolicy(pulumi.CustomResource):
424
414
  @property
425
415
  @pulumi.getter(name="featureOnlineStore")
426
416
  def feature_online_store(self) -> pulumi.Output[builtins.str]:
427
- """
428
- The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
429
- """
430
417
  return pulumi.get(self, "feature_online_store")
431
418
 
432
419
  @property
@@ -129,7 +129,6 @@ def get_ai_feature_online_store_featureview_iam_policy(feature_online_store: Opt
129
129
  ```
130
130
 
131
131
 
132
- :param builtins.str feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
133
132
  :param builtins.str feature_view: Used to find the parent resource to bind the IAM policy to
134
133
  :param builtins.str project: The ID of the project in which the resource belongs.
135
134
  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.
@@ -171,7 +170,6 @@ def get_ai_feature_online_store_featureview_iam_policy_output(feature_online_sto
171
170
  ```
172
171
 
173
172
 
174
- :param builtins.str feature_online_store: The name of the FeatureOnlineStore to use for the featureview. Used to find the parent resource to bind the IAM policy to
175
173
  :param builtins.str feature_view: Used to find the parent resource to bind the IAM policy to
176
174
  :param builtins.str project: The ID of the project in which the resource belongs.
177
175
  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.
@@ -299,7 +299,7 @@ class ExternalAddress(pulumi.CustomResource):
299
299
  type="STANDARD",
300
300
  description="PC network description.")
301
301
  external_address_pc = gcp.vmwareengine.PrivateCloud("external-address-pc",
302
- location="us-west1-a",
302
+ location="-a",
303
303
  name="sample-pc",
304
304
  description="Sample test PC.",
305
305
  network_config={
@@ -314,7 +314,7 @@ class ExternalAddress(pulumi.CustomResource):
314
314
  }],
315
315
  })
316
316
  external_address_np = gcp.vmwareengine.NetworkPolicy("external-address-np",
317
- location="us-west1",
317
+ location="",
318
318
  name="sample-np",
319
319
  edge_services_cidr="192.168.30.0/26",
320
320
  vmware_engine_network=external_address_nw.id)
@@ -377,7 +377,7 @@ class ExternalAddress(pulumi.CustomResource):
377
377
  type="STANDARD",
378
378
  description="PC network description.")
379
379
  external_address_pc = gcp.vmwareengine.PrivateCloud("external-address-pc",
380
- location="us-west1-a",
380
+ location="-a",
381
381
  name="sample-pc",
382
382
  description="Sample test PC.",
383
383
  network_config={
@@ -392,7 +392,7 @@ class ExternalAddress(pulumi.CustomResource):
392
392
  }],
393
393
  })
394
394
  external_address_np = gcp.vmwareengine.NetworkPolicy("external-address-np",
395
- location="us-west1",
395
+ location="",
396
396
  name="sample-np",
397
397
  edge_services_cidr="192.168.30.0/26",
398
398
  vmware_engine_network=external_address_nw.id)
@@ -136,9 +136,6 @@ def get_workstation_config_iam_policy(location: Optional[builtins.str] = None,
136
136
  location is specified, it is taken from the provider configuration.
137
137
  :param builtins.str project: The ID of the project in which the resource belongs.
138
138
  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.
139
- :param builtins.str workstation_cluster_id: The ID of the parent workstation cluster.
140
- Used to find the parent resource to bind the IAM policy to
141
- :param builtins.str workstation_config_id: Used to find the parent resource to bind the IAM policy to
142
139
  """
143
140
  __args__ = dict()
144
141
  __args__['location'] = location
@@ -181,9 +178,6 @@ def get_workstation_config_iam_policy_output(location: Optional[pulumi.Input[Opt
181
178
  location is specified, it is taken from the provider configuration.
182
179
  :param builtins.str project: The ID of the project in which the resource belongs.
183
180
  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.
184
- :param builtins.str workstation_cluster_id: The ID of the parent workstation cluster.
185
- Used to find the parent resource to bind the IAM policy to
186
- :param builtins.str workstation_config_id: Used to find the parent resource to bind the IAM policy to
187
181
  """
188
182
  __args__ = dict()
189
183
  __args__['location'] = location
@@ -147,11 +147,6 @@ def get_workstation_iam_policy(location: Optional[builtins.str] = None,
147
147
  location is specified, it is taken from the provider configuration.
148
148
  :param builtins.str project: The ID of the project in which the resource belongs.
149
149
  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.
150
- :param builtins.str workstation_cluster_id: The ID of the parent workstation cluster.
151
- Used to find the parent resource to bind the IAM policy to
152
- :param builtins.str workstation_config_id: The ID of the parent workstation cluster config.
153
- Used to find the parent resource to bind the IAM policy to
154
- :param builtins.str workstation_id: Used to find the parent resource to bind the IAM policy to
155
150
  """
156
151
  __args__ = dict()
157
152
  __args__['location'] = location
@@ -198,11 +193,6 @@ def get_workstation_iam_policy_output(location: Optional[pulumi.Input[Optional[b
198
193
  location is specified, it is taken from the provider configuration.
199
194
  :param builtins.str project: The ID of the project in which the resource belongs.
200
195
  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.
201
- :param builtins.str workstation_cluster_id: The ID of the parent workstation cluster.
202
- Used to find the parent resource to bind the IAM policy to
203
- :param builtins.str workstation_config_id: The ID of the parent workstation cluster config.
204
- Used to find the parent resource to bind the IAM policy to
205
- :param builtins.str workstation_id: Used to find the parent resource to bind the IAM policy to
206
196
  """
207
197
  __args__ = dict()
208
198
  __args__['location'] = location
@@ -45,9 +45,6 @@ class WorkstationConfigIamBindingArgs:
45
45
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
46
46
  `workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
47
47
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
48
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
49
- Used to find the parent resource to bind the IAM policy to
50
- :param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
51
48
  :param pulumi.Input[builtins.str] location: The location where the workstation cluster config should reside.
52
49
  Used to find the parent resource to bind the IAM policy to. If not specified,
53
50
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -105,10 +102,6 @@ class WorkstationConfigIamBindingArgs:
105
102
  @property
106
103
  @pulumi.getter(name="workstationClusterId")
107
104
  def workstation_cluster_id(self) -> pulumi.Input[builtins.str]:
108
- """
109
- The ID of the parent workstation cluster.
110
- Used to find the parent resource to bind the IAM policy to
111
- """
112
105
  return pulumi.get(self, "workstation_cluster_id")
113
106
 
114
107
  @workstation_cluster_id.setter
@@ -118,9 +111,6 @@ class WorkstationConfigIamBindingArgs:
118
111
  @property
119
112
  @pulumi.getter(name="workstationConfigId")
120
113
  def workstation_config_id(self) -> pulumi.Input[builtins.str]:
121
- """
122
- Used to find the parent resource to bind the IAM policy to
123
- """
124
114
  return pulumi.get(self, "workstation_config_id")
125
115
 
126
116
  @workstation_config_id.setter
@@ -199,9 +189,6 @@ class _WorkstationConfigIamBindingState:
199
189
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
200
190
  `workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
201
191
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
202
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
203
- Used to find the parent resource to bind the IAM policy to
204
- :param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
205
192
  """
206
193
  if condition is not None:
207
194
  pulumi.set(__self__, "condition", condition)
@@ -308,10 +295,6 @@ class _WorkstationConfigIamBindingState:
308
295
  @property
309
296
  @pulumi.getter(name="workstationClusterId")
310
297
  def workstation_cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
311
- """
312
- The ID of the parent workstation cluster.
313
- Used to find the parent resource to bind the IAM policy to
314
- """
315
298
  return pulumi.get(self, "workstation_cluster_id")
316
299
 
317
300
  @workstation_cluster_id.setter
@@ -321,9 +304,6 @@ class _WorkstationConfigIamBindingState:
321
304
  @property
322
305
  @pulumi.getter(name="workstationConfigId")
323
306
  def workstation_config_id(self) -> Optional[pulumi.Input[builtins.str]]:
324
- """
325
- Used to find the parent resource to bind the IAM policy to
326
- """
327
307
  return pulumi.get(self, "workstation_config_id")
328
308
 
329
309
  @workstation_config_id.setter
@@ -406,9 +386,6 @@ class WorkstationConfigIamBinding(pulumi.CustomResource):
406
386
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
407
387
  `workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
408
388
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
409
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
410
- Used to find the parent resource to bind the IAM policy to
411
- :param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
412
389
  """
413
390
  ...
414
391
  @overload
@@ -548,9 +525,6 @@ class WorkstationConfigIamBinding(pulumi.CustomResource):
548
525
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
549
526
  `workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
550
527
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
551
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
552
- Used to find the parent resource to bind the IAM policy to
553
- :param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
554
528
  """
555
529
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
556
530
 
@@ -630,17 +604,10 @@ class WorkstationConfigIamBinding(pulumi.CustomResource):
630
604
  @property
631
605
  @pulumi.getter(name="workstationClusterId")
632
606
  def workstation_cluster_id(self) -> pulumi.Output[builtins.str]:
633
- """
634
- The ID of the parent workstation cluster.
635
- Used to find the parent resource to bind the IAM policy to
636
- """
637
607
  return pulumi.get(self, "workstation_cluster_id")
638
608
 
639
609
  @property
640
610
  @pulumi.getter(name="workstationConfigId")
641
611
  def workstation_config_id(self) -> pulumi.Output[builtins.str]:
642
- """
643
- Used to find the parent resource to bind the IAM policy to
644
- """
645
612
  return pulumi.get(self, "workstation_config_id")
646
613
 
@@ -45,9 +45,6 @@ class WorkstationConfigIamMemberArgs:
45
45
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
46
46
  `workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
47
47
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
48
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
49
- Used to find the parent resource to bind the IAM policy to
50
- :param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
51
48
  :param pulumi.Input[builtins.str] location: The location where the workstation cluster config should reside.
52
49
  Used to find the parent resource to bind the IAM policy to. If not specified,
53
50
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -105,10 +102,6 @@ class WorkstationConfigIamMemberArgs:
105
102
  @property
106
103
  @pulumi.getter(name="workstationClusterId")
107
104
  def workstation_cluster_id(self) -> pulumi.Input[builtins.str]:
108
- """
109
- The ID of the parent workstation cluster.
110
- Used to find the parent resource to bind the IAM policy to
111
- """
112
105
  return pulumi.get(self, "workstation_cluster_id")
113
106
 
114
107
  @workstation_cluster_id.setter
@@ -118,9 +111,6 @@ class WorkstationConfigIamMemberArgs:
118
111
  @property
119
112
  @pulumi.getter(name="workstationConfigId")
120
113
  def workstation_config_id(self) -> pulumi.Input[builtins.str]:
121
- """
122
- Used to find the parent resource to bind the IAM policy to
123
- """
124
114
  return pulumi.get(self, "workstation_config_id")
125
115
 
126
116
  @workstation_config_id.setter
@@ -199,9 +189,6 @@ class _WorkstationConfigIamMemberState:
199
189
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
200
190
  `workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
201
191
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
202
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
203
- Used to find the parent resource to bind the IAM policy to
204
- :param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
205
192
  """
206
193
  if condition is not None:
207
194
  pulumi.set(__self__, "condition", condition)
@@ -308,10 +295,6 @@ class _WorkstationConfigIamMemberState:
308
295
  @property
309
296
  @pulumi.getter(name="workstationClusterId")
310
297
  def workstation_cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
311
- """
312
- The ID of the parent workstation cluster.
313
- Used to find the parent resource to bind the IAM policy to
314
- """
315
298
  return pulumi.get(self, "workstation_cluster_id")
316
299
 
317
300
  @workstation_cluster_id.setter
@@ -321,9 +304,6 @@ class _WorkstationConfigIamMemberState:
321
304
  @property
322
305
  @pulumi.getter(name="workstationConfigId")
323
306
  def workstation_config_id(self) -> Optional[pulumi.Input[builtins.str]]:
324
- """
325
- Used to find the parent resource to bind the IAM policy to
326
- """
327
307
  return pulumi.get(self, "workstation_config_id")
328
308
 
329
309
  @workstation_config_id.setter
@@ -406,9 +386,6 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
406
386
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
407
387
  `workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
408
388
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
409
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
410
- Used to find the parent resource to bind the IAM policy to
411
- :param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
412
389
  """
413
390
  ...
414
391
  @overload
@@ -548,9 +525,6 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
548
525
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
549
526
  `workstations.WorkstationConfigIamBinding` can be used per role. Note that custom roles must be of the format
550
527
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
551
- :param pulumi.Input[builtins.str] workstation_cluster_id: The ID of the parent workstation cluster.
552
- Used to find the parent resource to bind the IAM policy to
553
- :param pulumi.Input[builtins.str] workstation_config_id: Used to find the parent resource to bind the IAM policy to
554
528
  """
555
529
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
556
530
 
@@ -630,17 +604,10 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
630
604
  @property
631
605
  @pulumi.getter(name="workstationClusterId")
632
606
  def workstation_cluster_id(self) -> pulumi.Output[builtins.str]:
633
- """
634
- The ID of the parent workstation cluster.
635
- Used to find the parent resource to bind the IAM policy to
636
- """
637
607
  return pulumi.get(self, "workstation_cluster_id")
638
608
 
639
609
  @property
640
610
  @pulumi.getter(name="workstationConfigId")
641
611
  def workstation_config_id(self) -> pulumi.Output[builtins.str]:
642
- """
643
- Used to find the parent resource to bind the IAM policy to
644
- """
645
612
  return pulumi.get(self, "workstation_config_id")
646
613