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
@@ -41,7 +41,6 @@ class MembershipIamBindingArgs:
41
41
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
42
42
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
43
43
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
44
- :param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
45
44
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
46
45
  `gkehub.MembershipIamBinding` can be used per role. Note that custom roles must be of the format
47
46
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -88,9 +87,6 @@ class MembershipIamBindingArgs:
88
87
  @property
89
88
  @pulumi.getter(name="membershipId")
90
89
  def membership_id(self) -> pulumi.Input[builtins.str]:
91
- """
92
- Used to find the parent resource to bind the IAM policy to
93
- """
94
90
  return pulumi.get(self, "membership_id")
95
91
 
96
92
  @membership_id.setter
@@ -179,7 +175,6 @@ class _MembershipIamBindingState:
179
175
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
180
176
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
181
177
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
182
- :param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
183
178
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
184
179
  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.
185
180
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
@@ -263,9 +258,6 @@ class _MembershipIamBindingState:
263
258
  @property
264
259
  @pulumi.getter(name="membershipId")
265
260
  def membership_id(self) -> Optional[pulumi.Input[builtins.str]]:
266
- """
267
- Used to find the parent resource to bind the IAM policy to
268
- """
269
261
  return pulumi.get(self, "membership_id")
270
262
 
271
263
  @membership_id.setter
@@ -493,7 +485,6 @@ class MembershipIamBinding(pulumi.CustomResource):
493
485
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
494
486
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
495
487
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
496
- :param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
497
488
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
498
489
  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.
499
490
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
@@ -752,7 +743,6 @@ class MembershipIamBinding(pulumi.CustomResource):
752
743
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
753
744
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
754
745
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
755
- :param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
756
746
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
757
747
  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.
758
748
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
@@ -818,9 +808,6 @@ class MembershipIamBinding(pulumi.CustomResource):
818
808
  @property
819
809
  @pulumi.getter(name="membershipId")
820
810
  def membership_id(self) -> pulumi.Output[builtins.str]:
821
- """
822
- Used to find the parent resource to bind the IAM policy to
823
- """
824
811
  return pulumi.get(self, "membership_id")
825
812
 
826
813
  @property
@@ -41,7 +41,6 @@ class MembershipIamMemberArgs:
41
41
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
42
42
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
43
43
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
44
- :param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
45
44
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
46
45
  `gkehub.MembershipIamBinding` can be used per role. Note that custom roles must be of the format
47
46
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -88,9 +87,6 @@ class MembershipIamMemberArgs:
88
87
  @property
89
88
  @pulumi.getter(name="membershipId")
90
89
  def membership_id(self) -> pulumi.Input[builtins.str]:
91
- """
92
- Used to find the parent resource to bind the IAM policy to
93
- """
94
90
  return pulumi.get(self, "membership_id")
95
91
 
96
92
  @membership_id.setter
@@ -179,7 +175,6 @@ class _MembershipIamMemberState:
179
175
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
180
176
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
181
177
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
182
- :param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
183
178
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
184
179
  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.
185
180
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
@@ -263,9 +258,6 @@ class _MembershipIamMemberState:
263
258
  @property
264
259
  @pulumi.getter(name="membershipId")
265
260
  def membership_id(self) -> Optional[pulumi.Input[builtins.str]]:
266
- """
267
- Used to find the parent resource to bind the IAM policy to
268
- """
269
261
  return pulumi.get(self, "membership_id")
270
262
 
271
263
  @membership_id.setter
@@ -493,7 +485,6 @@ class MembershipIamMember(pulumi.CustomResource):
493
485
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
494
486
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
495
487
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
496
- :param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
497
488
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
498
489
  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.
499
490
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
@@ -752,7 +743,6 @@ class MembershipIamMember(pulumi.CustomResource):
752
743
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
753
744
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
754
745
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
755
- :param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
756
746
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
757
747
  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.
758
748
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
@@ -818,9 +808,6 @@ class MembershipIamMember(pulumi.CustomResource):
818
808
  @property
819
809
  @pulumi.getter(name="membershipId")
820
810
  def membership_id(self) -> pulumi.Output[builtins.str]:
821
- """
822
- Used to find the parent resource to bind the IAM policy to
823
- """
824
811
  return pulumi.get(self, "membership_id")
825
812
 
826
813
  @property
@@ -26,7 +26,6 @@ class MembershipIamPolicyArgs:
26
26
  project: Optional[pulumi.Input[builtins.str]] = None):
27
27
  """
28
28
  The set of arguments for constructing a MembershipIamPolicy resource.
29
- :param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
30
29
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
31
30
  a `organizations_get_iam_policy` data source.
32
31
  :param pulumi.Input[builtins.str] location: Location of the membership.
@@ -47,9 +46,6 @@ class MembershipIamPolicyArgs:
47
46
  @property
48
47
  @pulumi.getter(name="membershipId")
49
48
  def membership_id(self) -> pulumi.Input[builtins.str]:
50
- """
51
- Used to find the parent resource to bind the IAM policy to
52
- """
53
49
  return pulumi.get(self, "membership_id")
54
50
 
55
51
  @membership_id.setter
@@ -115,7 +111,6 @@ class _MembershipIamPolicyState:
115
111
  Used to find the parent resource to bind the IAM policy to. If not specified,
116
112
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
117
113
  location is specified, it is taken from the provider configuration.
118
- :param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
119
114
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
120
115
  a `organizations_get_iam_policy` data source.
121
116
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -163,9 +158,6 @@ class _MembershipIamPolicyState:
163
158
  @property
164
159
  @pulumi.getter(name="membershipId")
165
160
  def membership_id(self) -> Optional[pulumi.Input[builtins.str]]:
166
- """
167
- Used to find the parent resource to bind the IAM policy to
168
- """
169
161
  return pulumi.get(self, "membership_id")
170
162
 
171
163
  @membership_id.setter
@@ -379,7 +371,6 @@ class MembershipIamPolicy(pulumi.CustomResource):
379
371
  Used to find the parent resource to bind the IAM policy to. If not specified,
380
372
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
381
373
  location is specified, it is taken from the provider configuration.
382
- :param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
383
374
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
384
375
  a `organizations_get_iam_policy` data source.
385
376
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -618,7 +609,6 @@ class MembershipIamPolicy(pulumi.CustomResource):
618
609
  Used to find the parent resource to bind the IAM policy to. If not specified,
619
610
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
620
611
  location is specified, it is taken from the provider configuration.
621
- :param pulumi.Input[builtins.str] membership_id: Used to find the parent resource to bind the IAM policy to
622
612
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
623
613
  a `organizations_get_iam_policy` data source.
624
614
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -658,9 +648,6 @@ class MembershipIamPolicy(pulumi.CustomResource):
658
648
  @property
659
649
  @pulumi.getter(name="membershipId")
660
650
  def membership_id(self) -> pulumi.Output[builtins.str]:
661
- """
662
- Used to find the parent resource to bind the IAM policy to
663
- """
664
651
  return pulumi.get(self, "membership_id")
665
652
 
666
653
  @property
@@ -43,7 +43,6 @@ class ScopeIamBindingArgs:
43
43
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
44
44
  `gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
45
45
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
46
- :param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
47
46
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
48
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.
49
48
  """
@@ -94,9 +93,6 @@ class ScopeIamBindingArgs:
94
93
  @property
95
94
  @pulumi.getter(name="scopeId")
96
95
  def scope_id(self) -> pulumi.Input[builtins.str]:
97
- """
98
- Used to find the parent resource to bind the IAM policy to
99
- """
100
96
  return pulumi.get(self, "scope_id")
101
97
 
102
98
  @scope_id.setter
@@ -154,7 +150,6 @@ class _ScopeIamBindingState:
154
150
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
155
151
  `gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
156
152
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
157
- :param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
158
153
  """
159
154
  if condition is not None:
160
155
  pulumi.set(__self__, "condition", condition)
@@ -242,9 +237,6 @@ class _ScopeIamBindingState:
242
237
  @property
243
238
  @pulumi.getter(name="scopeId")
244
239
  def scope_id(self) -> Optional[pulumi.Input[builtins.str]]:
245
- """
246
- Used to find the parent resource to bind the IAM policy to
247
- """
248
240
  return pulumi.get(self, "scope_id")
249
241
 
250
242
  @scope_id.setter
@@ -436,7 +428,6 @@ class ScopeIamBinding(pulumi.CustomResource):
436
428
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
437
429
  `gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
438
430
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
439
- :param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
440
431
  """
441
432
  ...
442
433
  @overload
@@ -679,7 +670,6 @@ class ScopeIamBinding(pulumi.CustomResource):
679
670
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
680
671
  `gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
681
672
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
682
- :param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
683
673
  """
684
674
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
685
675
 
@@ -746,8 +736,5 @@ class ScopeIamBinding(pulumi.CustomResource):
746
736
  @property
747
737
  @pulumi.getter(name="scopeId")
748
738
  def scope_id(self) -> pulumi.Output[builtins.str]:
749
- """
750
- Used to find the parent resource to bind the IAM policy to
751
- """
752
739
  return pulumi.get(self, "scope_id")
753
740
 
@@ -43,7 +43,6 @@ class ScopeIamMemberArgs:
43
43
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
44
44
  `gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
45
45
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
46
- :param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
47
46
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
48
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.
49
48
  """
@@ -94,9 +93,6 @@ class ScopeIamMemberArgs:
94
93
  @property
95
94
  @pulumi.getter(name="scopeId")
96
95
  def scope_id(self) -> pulumi.Input[builtins.str]:
97
- """
98
- Used to find the parent resource to bind the IAM policy to
99
- """
100
96
  return pulumi.get(self, "scope_id")
101
97
 
102
98
  @scope_id.setter
@@ -154,7 +150,6 @@ class _ScopeIamMemberState:
154
150
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
155
151
  `gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
156
152
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
157
- :param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
158
153
  """
159
154
  if condition is not None:
160
155
  pulumi.set(__self__, "condition", condition)
@@ -242,9 +237,6 @@ class _ScopeIamMemberState:
242
237
  @property
243
238
  @pulumi.getter(name="scopeId")
244
239
  def scope_id(self) -> Optional[pulumi.Input[builtins.str]]:
245
- """
246
- Used to find the parent resource to bind the IAM policy to
247
- """
248
240
  return pulumi.get(self, "scope_id")
249
241
 
250
242
  @scope_id.setter
@@ -436,7 +428,6 @@ class ScopeIamMember(pulumi.CustomResource):
436
428
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
437
429
  `gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
438
430
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
439
- :param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
440
431
  """
441
432
  ...
442
433
  @overload
@@ -679,7 +670,6 @@ class ScopeIamMember(pulumi.CustomResource):
679
670
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
680
671
  `gkehub.ScopeIamBinding` can be used per role. Note that custom roles must be of the format
681
672
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
682
- :param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
683
673
  """
684
674
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
685
675
 
@@ -746,8 +736,5 @@ class ScopeIamMember(pulumi.CustomResource):
746
736
  @property
747
737
  @pulumi.getter(name="scopeId")
748
738
  def scope_id(self) -> pulumi.Output[builtins.str]:
749
- """
750
- Used to find the parent resource to bind the IAM policy to
751
- """
752
739
  return pulumi.get(self, "scope_id")
753
740
 
@@ -27,7 +27,6 @@ class ScopeIamPolicyArgs:
27
27
  The set of arguments for constructing a ScopeIamPolicy resource.
28
28
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
29
29
  a `organizations_get_iam_policy` data source.
30
- :param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
31
30
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
32
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.
33
32
  """
@@ -52,9 +51,6 @@ class ScopeIamPolicyArgs:
52
51
  @property
53
52
  @pulumi.getter(name="scopeId")
54
53
  def scope_id(self) -> pulumi.Input[builtins.str]:
55
- """
56
- Used to find the parent resource to bind the IAM policy to
57
- """
58
54
  return pulumi.get(self, "scope_id")
59
55
 
60
56
  @scope_id.setter
@@ -89,7 +85,6 @@ class _ScopeIamPolicyState:
89
85
  a `organizations_get_iam_policy` data source.
90
86
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
91
87
  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.
92
- :param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
93
88
  """
94
89
  if etag is not None:
95
90
  pulumi.set(__self__, "etag", etag)
@@ -141,9 +136,6 @@ class _ScopeIamPolicyState:
141
136
  @property
142
137
  @pulumi.getter(name="scopeId")
143
138
  def scope_id(self) -> Optional[pulumi.Input[builtins.str]]:
144
- """
145
- Used to find the parent resource to bind the IAM policy to
146
- """
147
139
  return pulumi.get(self, "scope_id")
148
140
 
149
141
  @scope_id.setter
@@ -321,7 +313,6 @@ class ScopeIamPolicy(pulumi.CustomResource):
321
313
  a `organizations_get_iam_policy` data source.
322
314
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
323
315
  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.
324
- :param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
325
316
  """
326
317
  ...
327
318
  @overload
@@ -544,7 +535,6 @@ class ScopeIamPolicy(pulumi.CustomResource):
544
535
  a `organizations_get_iam_policy` data source.
545
536
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
546
537
  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.
547
- :param pulumi.Input[builtins.str] scope_id: Used to find the parent resource to bind the IAM policy to
548
538
  """
549
539
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
550
540
 
@@ -585,8 +575,5 @@ class ScopeIamPolicy(pulumi.CustomResource):
585
575
  @property
586
576
  @pulumi.getter(name="scopeId")
587
577
  def scope_id(self) -> pulumi.Output[builtins.str]:
588
- """
589
- Used to find the parent resource to bind the IAM policy to
590
- """
591
578
  return pulumi.get(self, "scope_id")
592
579
 
@@ -12,7 +12,6 @@ from .folders_policy_binding import *
12
12
  from .get_rule import *
13
13
  from .get_testable_permissions import *
14
14
  from .get_workload_identity_pool import *
15
- from .get_workload_identity_pool_iam_policy import *
16
15
  from .get_workload_identity_pool_provider import *
17
16
  from .oauth_client import *
18
17
  from .oauth_client_credential import *
@@ -22,9 +21,6 @@ from .projects_policy_binding import *
22
21
  from .workforce_pool import *
23
22
  from .workforce_pool_provider import *
24
23
  from .workload_identity_pool import *
25
- from .workload_identity_pool_iam_binding import *
26
- from .workload_identity_pool_iam_member import *
27
- from .workload_identity_pool_iam_policy import *
28
24
  from .workload_identity_pool_provider import *
29
25
  from ._inputs import *
30
26
  from . import outputs