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
@@ -82,9 +82,6 @@ class DatabaseArgs:
82
82
  pulumi.set(__self__, "database_edition", database_edition)
83
83
  if delete_protection_state is not None:
84
84
  pulumi.set(__self__, "delete_protection_state", delete_protection_state)
85
- if deletion_policy is not None:
86
- warnings.warn("""`deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""", DeprecationWarning)
87
- pulumi.log.warn("""deletion_policy is deprecated: `deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""")
88
85
  if deletion_policy is not None:
89
86
  pulumi.set(__self__, "deletion_policy", deletion_policy)
90
87
  if name is not None:
@@ -190,7 +187,6 @@ class DatabaseArgs:
190
187
 
191
188
  @property
192
189
  @pulumi.getter(name="deletionPolicy")
193
- @_utilities.deprecated("""`deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""")
194
190
  def deletion_policy(self) -> Optional[pulumi.Input[builtins.str]]:
195
191
  return pulumi.get(self, "deletion_policy")
196
192
 
@@ -334,9 +330,6 @@ class _DatabaseState:
334
330
  pulumi.set(__self__, "database_edition", database_edition)
335
331
  if delete_protection_state is not None:
336
332
  pulumi.set(__self__, "delete_protection_state", delete_protection_state)
337
- if deletion_policy is not None:
338
- warnings.warn("""`deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""", DeprecationWarning)
339
- pulumi.log.warn("""deletion_policy is deprecated: `deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""")
340
333
  if deletion_policy is not None:
341
334
  pulumi.set(__self__, "deletion_policy", deletion_policy)
342
335
  if earliest_version_time is not None:
@@ -439,7 +432,6 @@ class _DatabaseState:
439
432
 
440
433
  @property
441
434
  @pulumi.getter(name="deletionPolicy")
442
- @_utilities.deprecated("""`deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""")
443
435
  def deletion_policy(self) -> Optional[pulumi.Input[builtins.str]]:
444
436
  return pulumi.get(self, "deletion_policy")
445
437
 
@@ -1251,7 +1243,6 @@ class Database(pulumi.CustomResource):
1251
1243
 
1252
1244
  @property
1253
1245
  @pulumi.getter(name="deletionPolicy")
1254
- @_utilities.deprecated("""`deletion_policy` is deprecated and will be removed in a future major release. Use `delete_protection_state` instead.""")
1255
1246
  def deletion_policy(self) -> pulumi.Output[Optional[builtins.str]]:
1256
1247
  return pulumi.get(self, "deletion_policy")
1257
1248
 
@@ -132,13 +132,11 @@ def get_repository_group_iam_policy(code_repository_index: Optional[builtins.str
132
132
  ```
133
133
 
134
134
 
135
- :param builtins.str code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
136
135
  :param builtins.str location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
137
136
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
138
137
  location is specified, it is taken from the provider configuration.
139
138
  :param builtins.str project: The ID of the project in which the resource belongs.
140
139
  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.
141
- :param builtins.str repository_group_id: Used to find the parent resource to bind the IAM policy to
142
140
  """
143
141
  __args__ = dict()
144
142
  __args__['codeRepositoryIndex'] = code_repository_index
@@ -177,13 +175,11 @@ def get_repository_group_iam_policy_output(code_repository_index: Optional[pulum
177
175
  ```
178
176
 
179
177
 
180
- :param builtins.str code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
181
178
  :param builtins.str location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
182
179
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
183
180
  location is specified, it is taken from the provider configuration.
184
181
  :param builtins.str project: The ID of the project in which the resource belongs.
185
182
  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.
186
- :param builtins.str repository_group_id: Used to find the parent resource to bind the IAM policy to
187
183
  """
188
184
  __args__ = dict()
189
185
  __args__['codeRepositoryIndex'] = code_repository_index
@@ -31,7 +31,6 @@ class RepositoryGroupIamBindingArgs:
31
31
  project: Optional[pulumi.Input[builtins.str]] = None):
32
32
  """
33
33
  The set of arguments for constructing a RepositoryGroupIamBinding resource.
34
- :param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
35
34
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
36
35
  Each entry can have one of the following values:
37
36
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -43,7 +42,6 @@ class RepositoryGroupIamBindingArgs:
43
42
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
44
43
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
45
44
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
46
- :param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
47
45
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
48
46
  `gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
49
47
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -67,9 +65,6 @@ class RepositoryGroupIamBindingArgs:
67
65
  @property
68
66
  @pulumi.getter(name="codeRepositoryIndex")
69
67
  def code_repository_index(self) -> pulumi.Input[builtins.str]:
70
- """
71
- Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
72
- """
73
68
  return pulumi.get(self, "code_repository_index")
74
69
 
75
70
  @code_repository_index.setter
@@ -101,9 +96,6 @@ class RepositoryGroupIamBindingArgs:
101
96
  @property
102
97
  @pulumi.getter(name="repositoryGroupId")
103
98
  def repository_group_id(self) -> pulumi.Input[builtins.str]:
104
- """
105
- Used to find the parent resource to bind the IAM policy to
106
- """
107
99
  return pulumi.get(self, "repository_group_id")
108
100
 
109
101
  @repository_group_id.setter
@@ -174,7 +166,6 @@ class _RepositoryGroupIamBindingState:
174
166
  role: Optional[pulumi.Input[builtins.str]] = None):
175
167
  """
176
168
  Input properties used for looking up and filtering RepositoryGroupIamBinding resources.
177
- :param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
178
169
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
179
170
  :param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
180
171
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -192,7 +183,6 @@ class _RepositoryGroupIamBindingState:
192
183
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
193
184
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
194
185
  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.
195
- :param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
196
186
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
197
187
  `gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
198
188
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -217,9 +207,6 @@ class _RepositoryGroupIamBindingState:
217
207
  @property
218
208
  @pulumi.getter(name="codeRepositoryIndex")
219
209
  def code_repository_index(self) -> Optional[pulumi.Input[builtins.str]]:
220
- """
221
- Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
222
- """
223
210
  return pulumi.get(self, "code_repository_index")
224
211
 
225
212
  @code_repository_index.setter
@@ -299,9 +286,6 @@ class _RepositoryGroupIamBindingState:
299
286
  @property
300
287
  @pulumi.getter(name="repositoryGroupId")
301
288
  def repository_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
302
- """
303
- Used to find the parent resource to bind the IAM policy to
304
- """
305
289
  return pulumi.get(self, "repository_group_id")
306
290
 
307
291
  @repository_group_id.setter
@@ -507,7 +491,6 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
507
491
 
508
492
  :param str resource_name: The name of the resource.
509
493
  :param pulumi.ResourceOptions opts: Options for the resource.
510
- :param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
511
494
  :param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
512
495
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
513
496
  location is specified, it is taken from the provider configuration.
@@ -524,7 +507,6 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
524
507
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
525
508
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
526
509
  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.
527
- :param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
528
510
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
529
511
  `gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
530
512
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -775,7 +757,6 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
775
757
  :param str resource_name: The unique name of the resulting resource.
776
758
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
777
759
  :param pulumi.ResourceOptions opts: Options for the resource.
778
- :param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
779
760
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
780
761
  :param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
781
762
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -793,7 +774,6 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
793
774
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
794
775
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
795
776
  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.
796
- :param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
797
777
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
798
778
  `gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
799
779
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -815,9 +795,6 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
815
795
  @property
816
796
  @pulumi.getter(name="codeRepositoryIndex")
817
797
  def code_repository_index(self) -> pulumi.Output[builtins.str]:
818
- """
819
- Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
820
- """
821
798
  return pulumi.get(self, "code_repository_index")
822
799
 
823
800
  @property
@@ -873,9 +850,6 @@ class RepositoryGroupIamBinding(pulumi.CustomResource):
873
850
  @property
874
851
  @pulumi.getter(name="repositoryGroupId")
875
852
  def repository_group_id(self) -> pulumi.Output[builtins.str]:
876
- """
877
- Used to find the parent resource to bind the IAM policy to
878
- """
879
853
  return pulumi.get(self, "repository_group_id")
880
854
 
881
855
  @property
@@ -31,7 +31,6 @@ class RepositoryGroupIamMemberArgs:
31
31
  project: Optional[pulumi.Input[builtins.str]] = None):
32
32
  """
33
33
  The set of arguments for constructing a RepositoryGroupIamMember resource.
34
- :param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
35
34
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
36
35
  Each entry can have one of the following values:
37
36
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -43,7 +42,6 @@ class RepositoryGroupIamMemberArgs:
43
42
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
44
43
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
45
44
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
46
- :param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
47
45
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
48
46
  `gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
49
47
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -67,9 +65,6 @@ class RepositoryGroupIamMemberArgs:
67
65
  @property
68
66
  @pulumi.getter(name="codeRepositoryIndex")
69
67
  def code_repository_index(self) -> pulumi.Input[builtins.str]:
70
- """
71
- Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
72
- """
73
68
  return pulumi.get(self, "code_repository_index")
74
69
 
75
70
  @code_repository_index.setter
@@ -101,9 +96,6 @@ class RepositoryGroupIamMemberArgs:
101
96
  @property
102
97
  @pulumi.getter(name="repositoryGroupId")
103
98
  def repository_group_id(self) -> pulumi.Input[builtins.str]:
104
- """
105
- Used to find the parent resource to bind the IAM policy to
106
- """
107
99
  return pulumi.get(self, "repository_group_id")
108
100
 
109
101
  @repository_group_id.setter
@@ -174,7 +166,6 @@ class _RepositoryGroupIamMemberState:
174
166
  role: Optional[pulumi.Input[builtins.str]] = None):
175
167
  """
176
168
  Input properties used for looking up and filtering RepositoryGroupIamMember resources.
177
- :param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
178
169
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
179
170
  :param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
180
171
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -192,7 +183,6 @@ class _RepositoryGroupIamMemberState:
192
183
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
193
184
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
194
185
  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.
195
- :param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
196
186
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
197
187
  `gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
198
188
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -217,9 +207,6 @@ class _RepositoryGroupIamMemberState:
217
207
  @property
218
208
  @pulumi.getter(name="codeRepositoryIndex")
219
209
  def code_repository_index(self) -> Optional[pulumi.Input[builtins.str]]:
220
- """
221
- Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
222
- """
223
210
  return pulumi.get(self, "code_repository_index")
224
211
 
225
212
  @code_repository_index.setter
@@ -299,9 +286,6 @@ class _RepositoryGroupIamMemberState:
299
286
  @property
300
287
  @pulumi.getter(name="repositoryGroupId")
301
288
  def repository_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
302
- """
303
- Used to find the parent resource to bind the IAM policy to
304
- """
305
289
  return pulumi.get(self, "repository_group_id")
306
290
 
307
291
  @repository_group_id.setter
@@ -507,7 +491,6 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
507
491
 
508
492
  :param str resource_name: The name of the resource.
509
493
  :param pulumi.ResourceOptions opts: Options for the resource.
510
- :param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
511
494
  :param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
512
495
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
513
496
  location is specified, it is taken from the provider configuration.
@@ -524,7 +507,6 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
524
507
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
525
508
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
526
509
  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.
527
- :param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
528
510
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
529
511
  `gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
530
512
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -775,7 +757,6 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
775
757
  :param str resource_name: The unique name of the resulting resource.
776
758
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
777
759
  :param pulumi.ResourceOptions opts: Options for the resource.
778
- :param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
779
760
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
780
761
  :param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
781
762
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -793,7 +774,6 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
793
774
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
794
775
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
795
776
  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.
796
- :param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
797
777
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
798
778
  `gemini.RepositoryGroupIamBinding` can be used per role. Note that custom roles must be of the format
799
779
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -815,9 +795,6 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
815
795
  @property
816
796
  @pulumi.getter(name="codeRepositoryIndex")
817
797
  def code_repository_index(self) -> pulumi.Output[builtins.str]:
818
- """
819
- Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
820
- """
821
798
  return pulumi.get(self, "code_repository_index")
822
799
 
823
800
  @property
@@ -873,9 +850,6 @@ class RepositoryGroupIamMember(pulumi.CustomResource):
873
850
  @property
874
851
  @pulumi.getter(name="repositoryGroupId")
875
852
  def repository_group_id(self) -> pulumi.Output[builtins.str]:
876
- """
877
- Used to find the parent resource to bind the IAM policy to
878
- """
879
853
  return pulumi.get(self, "repository_group_id")
880
854
 
881
855
  @property
@@ -27,10 +27,8 @@ class RepositoryGroupIamPolicyArgs:
27
27
  project: Optional[pulumi.Input[builtins.str]] = None):
28
28
  """
29
29
  The set of arguments for constructing a RepositoryGroupIamPolicy resource.
30
- :param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
31
30
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
32
31
  a `organizations_get_iam_policy` data source.
33
- :param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
34
32
  :param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
35
33
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
36
34
  location is specified, it is taken from the provider configuration.
@@ -48,9 +46,6 @@ class RepositoryGroupIamPolicyArgs:
48
46
  @property
49
47
  @pulumi.getter(name="codeRepositoryIndex")
50
48
  def code_repository_index(self) -> pulumi.Input[builtins.str]:
51
- """
52
- Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
53
- """
54
49
  return pulumi.get(self, "code_repository_index")
55
50
 
56
51
  @code_repository_index.setter
@@ -73,9 +68,6 @@ class RepositoryGroupIamPolicyArgs:
73
68
  @property
74
69
  @pulumi.getter(name="repositoryGroupId")
75
70
  def repository_group_id(self) -> pulumi.Input[builtins.str]:
76
- """
77
- Used to find the parent resource to bind the IAM policy to
78
- """
79
71
  return pulumi.get(self, "repository_group_id")
80
72
 
81
73
  @repository_group_id.setter
@@ -121,7 +113,6 @@ class _RepositoryGroupIamPolicyState:
121
113
  repository_group_id: Optional[pulumi.Input[builtins.str]] = None):
122
114
  """
123
115
  Input properties used for looking up and filtering RepositoryGroupIamPolicy resources.
124
- :param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
125
116
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
126
117
  :param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
127
118
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -130,7 +121,6 @@ class _RepositoryGroupIamPolicyState:
130
121
  a `organizations_get_iam_policy` data source.
131
122
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
132
123
  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.
133
- :param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
134
124
  """
135
125
  if code_repository_index is not None:
136
126
  pulumi.set(__self__, "code_repository_index", code_repository_index)
@@ -148,9 +138,6 @@ class _RepositoryGroupIamPolicyState:
148
138
  @property
149
139
  @pulumi.getter(name="codeRepositoryIndex")
150
140
  def code_repository_index(self) -> Optional[pulumi.Input[builtins.str]]:
151
- """
152
- Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
153
- """
154
141
  return pulumi.get(self, "code_repository_index")
155
142
 
156
143
  @code_repository_index.setter
@@ -212,9 +199,6 @@ class _RepositoryGroupIamPolicyState:
212
199
  @property
213
200
  @pulumi.getter(name="repositoryGroupId")
214
201
  def repository_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
215
- """
216
- Used to find the parent resource to bind the IAM policy to
217
- """
218
202
  return pulumi.get(self, "repository_group_id")
219
203
 
220
204
  @repository_group_id.setter
@@ -404,7 +388,6 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
404
388
 
405
389
  :param str resource_name: The name of the resource.
406
390
  :param pulumi.ResourceOptions opts: Options for the resource.
407
- :param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
408
391
  :param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
409
392
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
410
393
  location is specified, it is taken from the provider configuration.
@@ -412,7 +395,6 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
412
395
  a `organizations_get_iam_policy` data source.
413
396
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
414
397
  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.
415
- :param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
416
398
  """
417
399
  ...
418
400
  @overload
@@ -652,7 +634,6 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
652
634
  :param str resource_name: The unique name of the resulting resource.
653
635
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
654
636
  :param pulumi.ResourceOptions opts: Options for the resource.
655
- :param pulumi.Input[builtins.str] code_repository_index: Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
656
637
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
657
638
  :param pulumi.Input[builtins.str] location: The location of the Code Repository Index, for example `us-central1`. Used to find the parent resource to bind the IAM policy to. If not specified,
658
639
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -661,7 +642,6 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
661
642
  a `organizations_get_iam_policy` data source.
662
643
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
663
644
  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.
664
- :param pulumi.Input[builtins.str] repository_group_id: Used to find the parent resource to bind the IAM policy to
665
645
  """
666
646
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
667
647
 
@@ -678,9 +658,6 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
678
658
  @property
679
659
  @pulumi.getter(name="codeRepositoryIndex")
680
660
  def code_repository_index(self) -> pulumi.Output[builtins.str]:
681
- """
682
- Required. Id of the Code Repository Index. Used to find the parent resource to bind the IAM policy to
683
- """
684
661
  return pulumi.get(self, "code_repository_index")
685
662
 
686
663
  @property
@@ -722,8 +699,5 @@ class RepositoryGroupIamPolicy(pulumi.CustomResource):
722
699
  @property
723
700
  @pulumi.getter(name="repositoryGroupId")
724
701
  def repository_group_id(self) -> pulumi.Output[builtins.str]:
725
- """
726
- Used to find the parent resource to bind the IAM policy to
727
- """
728
702
  return pulumi.get(self, "repository_group_id")
729
703
 
@@ -30,7 +30,7 @@ class BackupChannelArgs:
30
30
  The set of arguments for constructing a BackupChannel resource.
31
31
  :param pulumi.Input[builtins.str] destination_project: The project where Backups are allowed to be stored.
32
32
  The format is `projects/{project}`.
33
- {project} can be project number or project id.
33
+ {project} can only be a project number.
34
34
  :param pulumi.Input[builtins.str] location: The region of the Backup Channel.
35
35
 
36
36
 
@@ -63,7 +63,7 @@ class BackupChannelArgs:
63
63
  """
64
64
  The project where Backups are allowed to be stored.
65
65
  The format is `projects/{project}`.
66
- {project} can be project number or project id.
66
+ {project} can only be a project number.
67
67
  """
68
68
  return pulumi.get(self, "destination_project")
69
69
 
@@ -160,7 +160,7 @@ class _BackupChannelState:
160
160
  :param pulumi.Input[builtins.str] description: User specified descriptive string for this BackupChannel.
161
161
  :param pulumi.Input[builtins.str] destination_project: The project where Backups are allowed to be stored.
162
162
  The format is `projects/{project}`.
163
- {project} can be project number or project id.
163
+ {project} can only be a project number.
164
164
  :param pulumi.Input[builtins.str] destination_project_id: The project_id where Backups are allowed to be stored.
165
165
  Example Project ID: "my-project-id".
166
166
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
@@ -228,7 +228,7 @@ class _BackupChannelState:
228
228
  """
229
229
  The project where Backups are allowed to be stored.
230
230
  The format is `projects/{project}`.
231
- {project} can be project number or project id.
231
+ {project} can only be a project number.
232
232
  """
233
233
  return pulumi.get(self, "destination_project")
234
234
 
@@ -397,7 +397,7 @@ class BackupChannel(pulumi.CustomResource):
397
397
  basic = gcp.gkebackup.BackupChannel("basic",
398
398
  name="basic-channel",
399
399
  location="us-central1",
400
- description="Description",
400
+ description="",
401
401
  destination_project="projects/24240755850",
402
402
  labels={
403
403
  "key": "some-value",
@@ -433,7 +433,7 @@ class BackupChannel(pulumi.CustomResource):
433
433
  :param pulumi.Input[builtins.str] description: User specified descriptive string for this BackupChannel.
434
434
  :param pulumi.Input[builtins.str] destination_project: The project where Backups are allowed to be stored.
435
435
  The format is `projects/{project}`.
436
- {project} can be project number or project id.
436
+ {project} can only be a project number.
437
437
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Description: A set of custom labels supplied by the user.
438
438
  A list of key->value pairs.
439
439
  Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
@@ -477,7 +477,7 @@ class BackupChannel(pulumi.CustomResource):
477
477
  basic = gcp.gkebackup.BackupChannel("basic",
478
478
  name="basic-channel",
479
479
  location="us-central1",
480
- description="Description",
480
+ description="",
481
481
  destination_project="projects/24240755850",
482
482
  labels={
483
483
  "key": "some-value",
@@ -586,7 +586,7 @@ class BackupChannel(pulumi.CustomResource):
586
586
  :param pulumi.Input[builtins.str] description: User specified descriptive string for this BackupChannel.
587
587
  :param pulumi.Input[builtins.str] destination_project: The project where Backups are allowed to be stored.
588
588
  The format is `projects/{project}`.
589
- {project} can be project number or project id.
589
+ {project} can only be a project number.
590
590
  :param pulumi.Input[builtins.str] destination_project_id: The project_id where Backups are allowed to be stored.
591
591
  Example Project ID: "my-project-id".
592
592
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
@@ -644,7 +644,7 @@ class BackupChannel(pulumi.CustomResource):
644
644
  """
645
645
  The project where Backups are allowed to be stored.
646
646
  The format is `projects/{project}`.
647
- {project} can be project number or project id.
647
+ {project} can only be a project number.
648
648
  """
649
649
  return pulumi.get(self, "destination_project")
650
650
 
@@ -30,7 +30,7 @@ class RestoreChannelArgs:
30
30
  The set of arguments for constructing a RestoreChannel resource.
31
31
  :param pulumi.Input[builtins.str] destination_project: The project where Backups will be restored.
32
32
  The format is `projects/{project}`.
33
- {project} can be project number or project id.
33
+ {project} can only be a project number.
34
34
  :param pulumi.Input[builtins.str] location: The region of the Restore Channel.
35
35
 
36
36
 
@@ -63,7 +63,7 @@ class RestoreChannelArgs:
63
63
  """
64
64
  The project where Backups will be restored.
65
65
  The format is `projects/{project}`.
66
- {project} can be project number or project id.
66
+ {project} can only be a project number.
67
67
  """
68
68
  return pulumi.get(self, "destination_project")
69
69
 
@@ -160,7 +160,7 @@ class _RestoreChannelState:
160
160
  :param pulumi.Input[builtins.str] description: User specified descriptive string for this RestoreChannel.
161
161
  :param pulumi.Input[builtins.str] destination_project: The project where Backups will be restored.
162
162
  The format is `projects/{project}`.
163
- {project} can be project number or project id.
163
+ {project} can only be a project number.
164
164
  :param pulumi.Input[builtins.str] destination_project_id: The project_id where Backups will be restored.
165
165
  Example Project ID: "my-project-id".
166
166
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
@@ -228,7 +228,7 @@ class _RestoreChannelState:
228
228
  """
229
229
  The project where Backups will be restored.
230
230
  The format is `projects/{project}`.
231
- {project} can be project number or project id.
231
+ {project} can only be a project number.
232
232
  """
233
233
  return pulumi.get(self, "destination_project")
234
234
 
@@ -397,7 +397,7 @@ class RestoreChannel(pulumi.CustomResource):
397
397
  basic = gcp.gkebackup.RestoreChannel("basic",
398
398
  name="basic-channel",
399
399
  location="us-central1",
400
- description="Description",
400
+ description="",
401
401
  destination_project="projects/24240755850",
402
402
  labels={
403
403
  "key": "some-value",
@@ -433,7 +433,7 @@ class RestoreChannel(pulumi.CustomResource):
433
433
  :param pulumi.Input[builtins.str] description: User specified descriptive string for this RestoreChannel.
434
434
  :param pulumi.Input[builtins.str] destination_project: The project where Backups will be restored.
435
435
  The format is `projects/{project}`.
436
- {project} can be project number or project id.
436
+ {project} can only be a project number.
437
437
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] labels: Description: A set of custom labels supplied by the user.
438
438
  A list of key->value pairs.
439
439
  Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
@@ -477,7 +477,7 @@ class RestoreChannel(pulumi.CustomResource):
477
477
  basic = gcp.gkebackup.RestoreChannel("basic",
478
478
  name="basic-channel",
479
479
  location="us-central1",
480
- description="Description",
480
+ description="",
481
481
  destination_project="projects/24240755850",
482
482
  labels={
483
483
  "key": "some-value",
@@ -586,7 +586,7 @@ class RestoreChannel(pulumi.CustomResource):
586
586
  :param pulumi.Input[builtins.str] description: User specified descriptive string for this RestoreChannel.
587
587
  :param pulumi.Input[builtins.str] destination_project: The project where Backups will be restored.
588
588
  The format is `projects/{project}`.
589
- {project} can be project number or project id.
589
+ {project} can only be a project number.
590
590
  :param pulumi.Input[builtins.str] destination_project_id: The project_id where Backups will be restored.
591
591
  Example Project ID: "my-project-id".
592
592
  :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
@@ -644,7 +644,7 @@ class RestoreChannel(pulumi.CustomResource):
644
644
  """
645
645
  The project where Backups will be restored.
646
646
  The format is `projects/{project}`.
647
- {project} can be project number or project id.
647
+ {project} can only be a project number.
648
648
  """
649
649
  return pulumi.get(self, "destination_project")
650
650
 
@@ -126,7 +126,6 @@ def get_membership_iam_policy(location: Optional[builtins.str] = None,
126
126
  Used to find the parent resource to bind the IAM policy to. If not specified,
127
127
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
128
128
  location is specified, it is taken from the provider configuration.
129
- :param builtins.str membership_id: Used to find the parent resource to bind the IAM policy to
130
129
  :param builtins.str project: The ID of the project in which the resource belongs.
131
130
  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.
132
131
  """
@@ -168,7 +167,6 @@ def get_membership_iam_policy_output(location: Optional[pulumi.Input[Optional[bu
168
167
  Used to find the parent resource to bind the IAM policy to. If not specified,
169
168
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
170
169
  location is specified, it is taken from the provider configuration.
171
- :param builtins.str membership_id: Used to find the parent resource to bind the IAM policy to
172
170
  :param builtins.str project: The ID of the project in which the resource belongs.
173
171
  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.
174
172
  """
@@ -112,7 +112,6 @@ def get_scope_iam_policy(project: Optional[builtins.str] = None,
112
112
 
113
113
  :param builtins.str project: The ID of the project in which the resource belongs.
114
114
  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.
115
- :param builtins.str scope_id: Used to find the parent resource to bind the IAM policy to
116
115
  """
117
116
  __args__ = dict()
118
117
  __args__['project'] = project
@@ -145,7 +144,6 @@ def get_scope_iam_policy_output(project: Optional[pulumi.Input[Optional[builtins
145
144
 
146
145
  :param builtins.str project: The ID of the project in which the resource belongs.
147
146
  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.
148
- :param builtins.str scope_id: Used to find the parent resource to bind the IAM policy to
149
147
  """
150
148
  __args__ = dict()
151
149
  __args__['project'] = project