pulumi-gcp 7.24.0a1716510380__py3-none-any.whl → 7.24.0a1716588893__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 (317) hide show
  1. pulumi_gcp/__init__.py +16 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +12 -12
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +12 -12
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +12 -12
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +8 -8
  6. pulumi_gcp/apigateway/api_config_iam_member.py +8 -8
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +8 -8
  8. pulumi_gcp/apigateway/api_iam_binding.py +8 -8
  9. pulumi_gcp/apigateway/api_iam_member.py +8 -8
  10. pulumi_gcp/apigateway/api_iam_policy.py +8 -8
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +8 -8
  12. pulumi_gcp/apigateway/gateway_iam_member.py +8 -8
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +8 -8
  14. pulumi_gcp/apigee/environment_iam_binding.py +12 -12
  15. pulumi_gcp/apigee/environment_iam_member.py +12 -12
  16. pulumi_gcp/apigee/environment_iam_policy.py +12 -12
  17. pulumi_gcp/artifactregistry/repository_iam_binding.py +12 -12
  18. pulumi_gcp/artifactregistry/repository_iam_member.py +12 -12
  19. pulumi_gcp/artifactregistry/repository_iam_policy.py +12 -12
  20. pulumi_gcp/bigquery/connection.py +126 -0
  21. pulumi_gcp/bigquery/connection_iam_binding.py +12 -12
  22. pulumi_gcp/bigquery/connection_iam_member.py +12 -12
  23. pulumi_gcp/bigquery/connection_iam_policy.py +12 -12
  24. pulumi_gcp/bigquery/dataset_iam_binding.py +12 -12
  25. pulumi_gcp/bigquery/dataset_iam_member.py +12 -12
  26. pulumi_gcp/bigquery/dataset_iam_policy.py +12 -12
  27. pulumi_gcp/bigquery/iam_binding.py +12 -12
  28. pulumi_gcp/bigquery/iam_member.py +12 -12
  29. pulumi_gcp/bigquery/iam_policy.py +12 -12
  30. pulumi_gcp/bigquery/routine.py +2 -2
  31. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +12 -12
  32. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +12 -12
  33. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +12 -12
  34. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +12 -12
  35. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +12 -12
  36. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +12 -12
  37. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +12 -12
  38. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +12 -12
  39. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +12 -12
  40. pulumi_gcp/bigtable/instance_iam_binding.py +12 -12
  41. pulumi_gcp/bigtable/instance_iam_member.py +12 -12
  42. pulumi_gcp/bigtable/instance_iam_policy.py +12 -12
  43. pulumi_gcp/bigtable/table_iam_binding.py +12 -12
  44. pulumi_gcp/bigtable/table_iam_member.py +12 -12
  45. pulumi_gcp/bigtable/table_iam_policy.py +12 -12
  46. pulumi_gcp/billing/account_iam_binding.py +12 -12
  47. pulumi_gcp/billing/account_iam_member.py +12 -12
  48. pulumi_gcp/billing/account_iam_policy.py +12 -12
  49. pulumi_gcp/billing/project_info.py +4 -4
  50. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +12 -12
  51. pulumi_gcp/binaryauthorization/attestor_iam_member.py +12 -12
  52. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +12 -12
  53. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +12 -12
  54. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +12 -12
  55. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +12 -12
  56. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +12 -12
  57. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +12 -12
  58. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +12 -12
  59. pulumi_gcp/cloudasset/__init__.py +1 -0
  60. pulumi_gcp/cloudasset/get_search_all_resources.py +197 -0
  61. pulumi_gcp/cloudasset/outputs.py +184 -0
  62. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +12 -12
  63. pulumi_gcp/cloudbuildv2/connection_iam_member.py +12 -12
  64. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +12 -12
  65. pulumi_gcp/cloudfunctions/function_iam_binding.py +12 -12
  66. pulumi_gcp/cloudfunctions/function_iam_member.py +12 -12
  67. pulumi_gcp/cloudfunctions/function_iam_policy.py +12 -12
  68. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +12 -12
  69. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +12 -12
  70. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +12 -12
  71. pulumi_gcp/cloudrun/iam_binding.py +12 -12
  72. pulumi_gcp/cloudrun/iam_member.py +12 -12
  73. pulumi_gcp/cloudrun/iam_policy.py +12 -12
  74. pulumi_gcp/cloudrunv2/job_iam_binding.py +12 -12
  75. pulumi_gcp/cloudrunv2/job_iam_member.py +12 -12
  76. pulumi_gcp/cloudrunv2/job_iam_policy.py +12 -12
  77. pulumi_gcp/cloudrunv2/service_iam_binding.py +12 -12
  78. pulumi_gcp/cloudrunv2/service_iam_member.py +12 -12
  79. pulumi_gcp/cloudrunv2/service_iam_policy.py +12 -12
  80. pulumi_gcp/cloudtasks/queue_iam_binding.py +12 -12
  81. pulumi_gcp/cloudtasks/queue_iam_member.py +12 -12
  82. pulumi_gcp/cloudtasks/queue_iam_policy.py +12 -12
  83. pulumi_gcp/compute/__init__.py +1 -0
  84. pulumi_gcp/compute/_inputs.py +401 -0
  85. pulumi_gcp/compute/disk_iam_binding.py +12 -12
  86. pulumi_gcp/compute/disk_iam_member.py +12 -12
  87. pulumi_gcp/compute/disk_iam_policy.py +12 -12
  88. pulumi_gcp/compute/forwarding_rule.py +6 -6
  89. pulumi_gcp/compute/get_network_endpoint_group.py +2 -2
  90. pulumi_gcp/compute/get_region_network_endpoint_group.py +2 -2
  91. pulumi_gcp/compute/get_router_nat.py +11 -1
  92. pulumi_gcp/compute/get_snapshot.py +2 -0
  93. pulumi_gcp/compute/image_iam_binding.py +12 -12
  94. pulumi_gcp/compute/image_iam_member.py +12 -12
  95. pulumi_gcp/compute/image_iam_policy.py +12 -12
  96. pulumi_gcp/compute/instance_iam_binding.py +12 -12
  97. pulumi_gcp/compute/instance_iam_member.py +12 -12
  98. pulumi_gcp/compute/instance_iam_policy.py +12 -12
  99. pulumi_gcp/compute/interconnect.py +1683 -0
  100. pulumi_gcp/compute/machine_image_iam_binding.py +8 -8
  101. pulumi_gcp/compute/machine_image_iam_member.py +8 -8
  102. pulumi_gcp/compute/machine_image_iam_policy.py +8 -8
  103. pulumi_gcp/compute/outputs.py +413 -0
  104. pulumi_gcp/compute/region_disk_iam_binding.py +12 -12
  105. pulumi_gcp/compute/region_disk_iam_member.py +12 -12
  106. pulumi_gcp/compute/region_disk_iam_policy.py +12 -12
  107. pulumi_gcp/compute/router_nat.py +68 -0
  108. pulumi_gcp/compute/snapshot_iam_binding.py +12 -12
  109. pulumi_gcp/compute/snapshot_iam_member.py +12 -12
  110. pulumi_gcp/compute/snapshot_iam_policy.py +12 -12
  111. pulumi_gcp/compute/subnetwork_iam_binding.py +12 -12
  112. pulumi_gcp/compute/subnetwork_iam_member.py +12 -12
  113. pulumi_gcp/compute/subnetwork_iam_policy.py +12 -12
  114. pulumi_gcp/compute/target_instance.py +4 -4
  115. pulumi_gcp/compute/target_pool.py +21 -21
  116. pulumi_gcp/container/_inputs.py +2 -2
  117. pulumi_gcp/container/outputs.py +4 -4
  118. pulumi_gcp/containeranalysis/note_iam_binding.py +12 -12
  119. pulumi_gcp/containeranalysis/note_iam_member.py +12 -12
  120. pulumi_gcp/containeranalysis/note_iam_policy.py +12 -12
  121. pulumi_gcp/databasemigrationservice/connection_profile.py +6 -6
  122. pulumi_gcp/datacatalog/entry_group_iam_binding.py +12 -12
  123. pulumi_gcp/datacatalog/entry_group_iam_member.py +12 -12
  124. pulumi_gcp/datacatalog/entry_group_iam_policy.py +12 -12
  125. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +12 -12
  126. pulumi_gcp/datacatalog/policy_tag_iam_member.py +12 -12
  127. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +12 -12
  128. pulumi_gcp/datacatalog/tag_template_iam_binding.py +12 -12
  129. pulumi_gcp/datacatalog/tag_template_iam_member.py +12 -12
  130. pulumi_gcp/datacatalog/tag_template_iam_policy.py +12 -12
  131. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +12 -12
  132. pulumi_gcp/datacatalog/taxonomy_iam_member.py +12 -12
  133. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +12 -12
  134. pulumi_gcp/dataloss/_inputs.py +420 -13
  135. pulumi_gcp/dataloss/outputs.py +439 -13
  136. pulumi_gcp/dataplex/asset_iam_binding.py +12 -12
  137. pulumi_gcp/dataplex/asset_iam_member.py +12 -12
  138. pulumi_gcp/dataplex/asset_iam_policy.py +12 -12
  139. pulumi_gcp/dataplex/datascan_iam_binding.py +12 -12
  140. pulumi_gcp/dataplex/datascan_iam_member.py +12 -12
  141. pulumi_gcp/dataplex/datascan_iam_policy.py +12 -12
  142. pulumi_gcp/dataplex/lake_iam_binding.py +12 -12
  143. pulumi_gcp/dataplex/lake_iam_member.py +12 -12
  144. pulumi_gcp/dataplex/lake_iam_policy.py +12 -12
  145. pulumi_gcp/dataplex/task.py +16 -16
  146. pulumi_gcp/dataplex/task_iam_binding.py +12 -12
  147. pulumi_gcp/dataplex/task_iam_member.py +12 -12
  148. pulumi_gcp/dataplex/task_iam_policy.py +12 -12
  149. pulumi_gcp/dataplex/zone_iam_binding.py +12 -12
  150. pulumi_gcp/dataplex/zone_iam_member.py +12 -12
  151. pulumi_gcp/dataplex/zone_iam_policy.py +12 -12
  152. pulumi_gcp/dataproc/_inputs.py +70 -0
  153. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +12 -12
  154. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +12 -12
  155. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +12 -12
  156. pulumi_gcp/dataproc/cluster_iam_binding.py +12 -12
  157. pulumi_gcp/dataproc/cluster_iam_member.py +12 -12
  158. pulumi_gcp/dataproc/cluster_iam_policy.py +12 -12
  159. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +26 -2
  160. pulumi_gcp/dataproc/job_iam_binding.py +12 -12
  161. pulumi_gcp/dataproc/job_iam_member.py +12 -12
  162. pulumi_gcp/dataproc/job_iam_policy.py +12 -12
  163. pulumi_gcp/dataproc/metastore_federation.py +4 -0
  164. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +208 -0
  165. pulumi_gcp/dataproc/metastore_federation_iam_member.py +208 -0
  166. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +208 -0
  167. pulumi_gcp/dataproc/metastore_service_iam_binding.py +12 -12
  168. pulumi_gcp/dataproc/metastore_service_iam_member.py +12 -12
  169. pulumi_gcp/dataproc/metastore_service_iam_policy.py +12 -12
  170. pulumi_gcp/dataproc/outputs.py +62 -0
  171. pulumi_gcp/datastream/_inputs.py +1789 -820
  172. pulumi_gcp/datastream/connection_profile.py +163 -3
  173. pulumi_gcp/datastream/outputs.py +864 -5
  174. pulumi_gcp/datastream/stream.py +174 -0
  175. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +12 -12
  176. pulumi_gcp/dns/dns_managed_zone_iam_member.py +12 -12
  177. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +12 -12
  178. pulumi_gcp/endpoints/service_iam_binding.py +12 -12
  179. pulumi_gcp/endpoints/service_iam_member.py +12 -12
  180. pulumi_gcp/endpoints/service_iam_policy.py +12 -12
  181. pulumi_gcp/firestore/field.py +4 -4
  182. pulumi_gcp/folder/iam_audit_config.py +23 -23
  183. pulumi_gcp/folder/iam_member.py +16 -16
  184. pulumi_gcp/folder/iam_policy.py +16 -16
  185. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +12 -12
  186. pulumi_gcp/gkebackup/backup_plan_iam_member.py +12 -12
  187. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +12 -12
  188. pulumi_gcp/gkehub/feature_iam_binding.py +12 -12
  189. pulumi_gcp/gkehub/feature_iam_member.py +12 -12
  190. pulumi_gcp/gkehub/feature_iam_policy.py +12 -12
  191. pulumi_gcp/gkehub/membership_binding.py +6 -6
  192. pulumi_gcp/gkehub/membership_iam_binding.py +12 -12
  193. pulumi_gcp/gkehub/membership_iam_member.py +12 -12
  194. pulumi_gcp/gkehub/membership_iam_policy.py +12 -12
  195. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  196. pulumi_gcp/gkehub/namespace.py +4 -4
  197. pulumi_gcp/gkehub/scope_iam_binding.py +12 -12
  198. pulumi_gcp/gkehub/scope_iam_member.py +12 -12
  199. pulumi_gcp/gkehub/scope_iam_policy.py +12 -12
  200. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  201. pulumi_gcp/healthcare/consent_store_iam_binding.py +12 -12
  202. pulumi_gcp/healthcare/consent_store_iam_member.py +12 -12
  203. pulumi_gcp/healthcare/consent_store_iam_policy.py +12 -12
  204. pulumi_gcp/healthcare/dataset_iam_binding.py +12 -12
  205. pulumi_gcp/healthcare/dataset_iam_member.py +12 -12
  206. pulumi_gcp/healthcare/dataset_iam_policy.py +12 -12
  207. pulumi_gcp/healthcare/dicom_store_iam_binding.py +12 -12
  208. pulumi_gcp/healthcare/dicom_store_iam_member.py +12 -12
  209. pulumi_gcp/healthcare/dicom_store_iam_policy.py +12 -12
  210. pulumi_gcp/healthcare/fhir_store_iam_binding.py +12 -12
  211. pulumi_gcp/healthcare/fhir_store_iam_member.py +12 -12
  212. pulumi_gcp/healthcare/fhir_store_iam_policy.py +12 -12
  213. pulumi_gcp/healthcare/hl7_store_iam_binding.py +12 -12
  214. pulumi_gcp/healthcare/hl7_store_iam_member.py +12 -12
  215. pulumi_gcp/healthcare/hl7_store_iam_policy.py +12 -12
  216. pulumi_gcp/iap/app_engine_service_iam_binding.py +12 -12
  217. pulumi_gcp/iap/app_engine_service_iam_member.py +12 -12
  218. pulumi_gcp/iap/app_engine_service_iam_policy.py +12 -12
  219. pulumi_gcp/iap/app_engine_version_iam_binding.py +12 -12
  220. pulumi_gcp/iap/app_engine_version_iam_member.py +12 -12
  221. pulumi_gcp/iap/app_engine_version_iam_policy.py +12 -12
  222. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  223. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +12 -12
  224. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +12 -12
  225. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +12 -12
  226. pulumi_gcp/iap/tunnel_iam_binding.py +12 -12
  227. pulumi_gcp/iap/tunnel_iam_member.py +12 -12
  228. pulumi_gcp/iap/tunnel_iam_policy.py +12 -12
  229. pulumi_gcp/iap/tunnel_instance_iam_binding.py +12 -12
  230. pulumi_gcp/iap/tunnel_instance_iam_member.py +12 -12
  231. pulumi_gcp/iap/tunnel_instance_iam_policy.py +12 -12
  232. pulumi_gcp/iap/web_backend_service_iam_binding.py +12 -12
  233. pulumi_gcp/iap/web_backend_service_iam_member.py +12 -12
  234. pulumi_gcp/iap/web_backend_service_iam_policy.py +12 -12
  235. pulumi_gcp/iap/web_iam_binding.py +12 -12
  236. pulumi_gcp/iap/web_iam_member.py +12 -12
  237. pulumi_gcp/iap/web_iam_policy.py +12 -12
  238. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +12 -12
  239. pulumi_gcp/iap/web_region_backend_service_iam_member.py +12 -12
  240. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +12 -12
  241. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +12 -12
  242. pulumi_gcp/iap/web_type_app_enging_iam_member.py +12 -12
  243. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +12 -12
  244. pulumi_gcp/iap/web_type_compute_iam_binding.py +12 -12
  245. pulumi_gcp/iap/web_type_compute_iam_member.py +12 -12
  246. pulumi_gcp/iap/web_type_compute_iam_policy.py +12 -12
  247. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  248. pulumi_gcp/kms/key_ring_iam_binding.py +12 -12
  249. pulumi_gcp/kms/key_ring_iam_member.py +12 -12
  250. pulumi_gcp/kms/key_ring_iam_policy.py +12 -12
  251. pulumi_gcp/netapp/storage_pool.py +7 -7
  252. pulumi_gcp/netapp/volume.py +4 -4
  253. pulumi_gcp/networksecurity/gateway_security_policy.py +4 -4
  254. pulumi_gcp/networksecurity/tls_inspection_policy.py +419 -5
  255. pulumi_gcp/networkservices/__init__.py +1 -0
  256. pulumi_gcp/networkservices/_inputs.py +236 -0
  257. pulumi_gcp/networkservices/lb_traffic_extension.py +1181 -0
  258. pulumi_gcp/networkservices/outputs.py +247 -0
  259. pulumi_gcp/notebooks/instance_iam_binding.py +12 -12
  260. pulumi_gcp/notebooks/instance_iam_member.py +12 -12
  261. pulumi_gcp/notebooks/instance_iam_policy.py +12 -12
  262. pulumi_gcp/notebooks/runtime_iam_binding.py +12 -12
  263. pulumi_gcp/notebooks/runtime_iam_member.py +12 -12
  264. pulumi_gcp/notebooks/runtime_iam_policy.py +12 -12
  265. pulumi_gcp/organizations/iam_member.py +16 -16
  266. pulumi_gcp/organizations/iam_policy.py +16 -16
  267. pulumi_gcp/orgpolicy/policy.py +2 -2
  268. pulumi_gcp/projects/iam_audit_config.py +23 -23
  269. pulumi_gcp/projects/iam_binding.py +23 -23
  270. pulumi_gcp/projects/iam_member.py +23 -23
  271. pulumi_gcp/projects/iam_policy.py +16 -16
  272. pulumi_gcp/projects/service.py +2 -43
  273. pulumi_gcp/pubsub/schema_iam_binding.py +12 -12
  274. pulumi_gcp/pubsub/schema_iam_member.py +12 -12
  275. pulumi_gcp/pubsub/schema_iam_policy.py +12 -12
  276. pulumi_gcp/pubsub/subscription.py +4 -4
  277. pulumi_gcp/pubsub/subscription_iam_binding.py +12 -12
  278. pulumi_gcp/pubsub/subscription_iam_member.py +12 -12
  279. pulumi_gcp/pubsub/subscription_iam_policy.py +12 -12
  280. pulumi_gcp/pubsub/topic_iam_binding.py +12 -12
  281. pulumi_gcp/pubsub/topic_iam_member.py +12 -12
  282. pulumi_gcp/pubsub/topic_iam_policy.py +12 -12
  283. pulumi_gcp/pulumi-plugin.json +1 -1
  284. pulumi_gcp/secretmanager/secret_iam_binding.py +12 -12
  285. pulumi_gcp/secretmanager/secret_iam_member.py +12 -12
  286. pulumi_gcp/secretmanager/secret_iam_policy.py +12 -12
  287. pulumi_gcp/servicedirectory/namespace_iam_binding.py +8 -8
  288. pulumi_gcp/servicedirectory/namespace_iam_member.py +8 -8
  289. pulumi_gcp/servicedirectory/namespace_iam_policy.py +8 -8
  290. pulumi_gcp/servicedirectory/service_iam_binding.py +8 -8
  291. pulumi_gcp/servicedirectory/service_iam_member.py +8 -8
  292. pulumi_gcp/servicedirectory/service_iam_policy.py +8 -8
  293. pulumi_gcp/sourcerepo/repository_iam_binding.py +12 -12
  294. pulumi_gcp/sourcerepo/repository_iam_member.py +12 -12
  295. pulumi_gcp/sourcerepo/repository_iam_policy.py +12 -12
  296. pulumi_gcp/spanner/database_iam_binding.py +12 -12
  297. pulumi_gcp/spanner/database_iam_member.py +12 -12
  298. pulumi_gcp/spanner/database_iam_policy.py +12 -12
  299. pulumi_gcp/spanner/instance_iam_binding.py +12 -12
  300. pulumi_gcp/spanner/instance_iam_member.py +12 -12
  301. pulumi_gcp/spanner/instance_iam_policy.py +12 -12
  302. pulumi_gcp/storage/_inputs.py +12 -10
  303. pulumi_gcp/storage/bucket.py +44 -0
  304. pulumi_gcp/storage/bucket_iam_binding.py +12 -12
  305. pulumi_gcp/storage/bucket_iam_member.py +12 -12
  306. pulumi_gcp/storage/bucket_iam_policy.py +12 -12
  307. pulumi_gcp/storage/outputs.py +12 -10
  308. pulumi_gcp/tags/tag_key_iam_binding.py +12 -12
  309. pulumi_gcp/tags/tag_key_iam_member.py +12 -12
  310. pulumi_gcp/tags/tag_key_iam_policy.py +12 -12
  311. pulumi_gcp/tags/tag_value_iam_binding.py +12 -12
  312. pulumi_gcp/tags/tag_value_iam_member.py +12 -12
  313. pulumi_gcp/tags/tag_value_iam_policy.py +12 -12
  314. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/METADATA +1 -1
  315. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/RECORD +317 -314
  316. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/WHEEL +0 -0
  317. {pulumi_gcp-7.24.0a1716510380.dist-info → pulumi_gcp-7.24.0a1716588893.dist-info}/top_level.txt +0 -0
@@ -24,7 +24,7 @@ class IAMAuditConfigArgs:
24
24
  :param pulumi.Input[Sequence[pulumi.Input['IAMAuditConfigAuditLogConfigArgs']]] audit_log_configs: The configuration for logging of each type of permission. This can be specified multiple times. Structure is documented below.
25
25
  :param pulumi.Input[str] project: The project id of the target project. This is not
26
26
  inferred from the provider.
27
- :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_project\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
27
+ :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
28
28
  """
29
29
  pulumi.set(__self__, "audit_log_configs", audit_log_configs)
30
30
  pulumi.set(__self__, "project", project)
@@ -59,7 +59,7 @@ class IAMAuditConfigArgs:
59
59
  @pulumi.getter
60
60
  def service(self) -> pulumi.Input[str]:
61
61
  """
62
- Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_project\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
62
+ Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
63
63
  """
64
64
  return pulumi.get(self, "service")
65
65
 
@@ -81,7 +81,7 @@ class _IAMAuditConfigState:
81
81
  :param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
82
82
  :param pulumi.Input[str] project: The project id of the target project. This is not
83
83
  inferred from the provider.
84
- :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_project\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
84
+ :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
85
85
  """
86
86
  if audit_log_configs is not None:
87
87
  pulumi.set(__self__, "audit_log_configs", audit_log_configs)
@@ -133,7 +133,7 @@ class _IAMAuditConfigState:
133
133
  @pulumi.getter
134
134
  def service(self) -> Optional[pulumi.Input[str]]:
135
135
  """
136
- Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_project\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
136
+ Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
137
137
  """
138
138
  return pulumi.get(self, "service")
139
139
 
@@ -166,7 +166,7 @@ class IAMAuditConfig(pulumi.CustomResource):
166
166
  > **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
167
167
  IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
168
168
 
169
- ## google\\_project\\_iam\\_policy
169
+ ## projects.IAMPolicy
170
170
 
171
171
  !> **Be careful!** You can accidentally lock yourself out of your project
172
172
  using this resource. Deleting a `projects.IAMPolicy` removes access
@@ -209,7 +209,7 @@ class IAMAuditConfig(pulumi.CustomResource):
209
209
  policy_data=admin.policy_data)
210
210
  ```
211
211
 
212
- ## google\\_project\\_iam\\_binding
212
+ ## projects.IAMBinding
213
213
 
214
214
  ```python
215
215
  import pulumi
@@ -238,7 +238,7 @@ class IAMAuditConfig(pulumi.CustomResource):
238
238
  ))
239
239
  ```
240
240
 
241
- ## google\\_project\\_iam\\_member
241
+ ## projects.IAMMember
242
242
 
243
243
  ```python
244
244
  import pulumi
@@ -267,7 +267,7 @@ class IAMAuditConfig(pulumi.CustomResource):
267
267
  ))
268
268
  ```
269
269
 
270
- ## google\\_project\\_iam\\_audit\\_config
270
+ ## projects.IAMAuditConfig
271
271
 
272
272
  ```python
273
273
  import pulumi
@@ -287,7 +287,7 @@ class IAMAuditConfig(pulumi.CustomResource):
287
287
  ])
288
288
  ```
289
289
 
290
- ## google\\_project\\_iam\\_policy
290
+ ## projects.IAMPolicy
291
291
 
292
292
  !> **Be careful!** You can accidentally lock yourself out of your project
293
293
  using this resource. Deleting a `projects.IAMPolicy` removes access
@@ -330,7 +330,7 @@ class IAMAuditConfig(pulumi.CustomResource):
330
330
  policy_data=admin.policy_data)
331
331
  ```
332
332
 
333
- ## google\\_project\\_iam\\_binding
333
+ ## projects.IAMBinding
334
334
 
335
335
  ```python
336
336
  import pulumi
@@ -359,7 +359,7 @@ class IAMAuditConfig(pulumi.CustomResource):
359
359
  ))
360
360
  ```
361
361
 
362
- ## google\\_project\\_iam\\_member
362
+ ## projects.IAMMember
363
363
 
364
364
  ```python
365
365
  import pulumi
@@ -388,7 +388,7 @@ class IAMAuditConfig(pulumi.CustomResource):
388
388
  ))
389
389
  ```
390
390
 
391
- ## google\\_project\\_iam\\_audit\\_config
391
+ ## projects.IAMAuditConfig
392
392
 
393
393
  ```python
394
394
  import pulumi
@@ -439,7 +439,7 @@ class IAMAuditConfig(pulumi.CustomResource):
439
439
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['IAMAuditConfigAuditLogConfigArgs']]]] audit_log_configs: The configuration for logging of each type of permission. This can be specified multiple times. Structure is documented below.
440
440
  :param pulumi.Input[str] project: The project id of the target project. This is not
441
441
  inferred from the provider.
442
- :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_project\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
442
+ :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
443
443
  """
444
444
  ...
445
445
  @overload
@@ -462,7 +462,7 @@ class IAMAuditConfig(pulumi.CustomResource):
462
462
  > **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
463
463
  IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
464
464
 
465
- ## google\\_project\\_iam\\_policy
465
+ ## projects.IAMPolicy
466
466
 
467
467
  !> **Be careful!** You can accidentally lock yourself out of your project
468
468
  using this resource. Deleting a `projects.IAMPolicy` removes access
@@ -505,7 +505,7 @@ class IAMAuditConfig(pulumi.CustomResource):
505
505
  policy_data=admin.policy_data)
506
506
  ```
507
507
 
508
- ## google\\_project\\_iam\\_binding
508
+ ## projects.IAMBinding
509
509
 
510
510
  ```python
511
511
  import pulumi
@@ -534,7 +534,7 @@ class IAMAuditConfig(pulumi.CustomResource):
534
534
  ))
535
535
  ```
536
536
 
537
- ## google\\_project\\_iam\\_member
537
+ ## projects.IAMMember
538
538
 
539
539
  ```python
540
540
  import pulumi
@@ -563,7 +563,7 @@ class IAMAuditConfig(pulumi.CustomResource):
563
563
  ))
564
564
  ```
565
565
 
566
- ## google\\_project\\_iam\\_audit\\_config
566
+ ## projects.IAMAuditConfig
567
567
 
568
568
  ```python
569
569
  import pulumi
@@ -583,7 +583,7 @@ class IAMAuditConfig(pulumi.CustomResource):
583
583
  ])
584
584
  ```
585
585
 
586
- ## google\\_project\\_iam\\_policy
586
+ ## projects.IAMPolicy
587
587
 
588
588
  !> **Be careful!** You can accidentally lock yourself out of your project
589
589
  using this resource. Deleting a `projects.IAMPolicy` removes access
@@ -626,7 +626,7 @@ class IAMAuditConfig(pulumi.CustomResource):
626
626
  policy_data=admin.policy_data)
627
627
  ```
628
628
 
629
- ## google\\_project\\_iam\\_binding
629
+ ## projects.IAMBinding
630
630
 
631
631
  ```python
632
632
  import pulumi
@@ -655,7 +655,7 @@ class IAMAuditConfig(pulumi.CustomResource):
655
655
  ))
656
656
  ```
657
657
 
658
- ## google\\_project\\_iam\\_member
658
+ ## projects.IAMMember
659
659
 
660
660
  ```python
661
661
  import pulumi
@@ -684,7 +684,7 @@ class IAMAuditConfig(pulumi.CustomResource):
684
684
  ))
685
685
  ```
686
686
 
687
- ## google\\_project\\_iam\\_audit\\_config
687
+ ## projects.IAMAuditConfig
688
688
 
689
689
  ```python
690
690
  import pulumi
@@ -792,7 +792,7 @@ class IAMAuditConfig(pulumi.CustomResource):
792
792
  :param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
793
793
  :param pulumi.Input[str] project: The project id of the target project. This is not
794
794
  inferred from the provider.
795
- :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_project\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
795
+ :param pulumi.Input[str] service: Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
796
796
  """
797
797
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
798
798
 
@@ -833,7 +833,7 @@ class IAMAuditConfig(pulumi.CustomResource):
833
833
  @pulumi.getter
834
834
  def service(self) -> pulumi.Output[str]:
835
835
  """
836
- Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are google\\_project\\_iam\\_audit\\_config resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
836
+ Service which will be enabled for audit logging. The special value `allServices` covers all services. Note that if there are projects.IAMAuditConfig resources covering both `allServices` and a specific service then the union of the two AuditConfigs is used for that service: the `log_types` specified in each `audit_log_config` are enabled, and the `exempted_members` in each `audit_log_config` are exempted.
837
837
  """
838
838
  return pulumi.get(self, "service")
839
839
 
@@ -22,7 +22,7 @@ class IAMBindingArgs:
22
22
  condition: Optional[pulumi.Input['IAMBindingConditionArgs']] = None):
23
23
  """
24
24
  The set of arguments for constructing a IAMBinding resource.
25
- :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
25
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
26
26
  Each entry can have one of the following values:
27
27
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
28
28
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -46,7 +46,7 @@ class IAMBindingArgs:
46
46
  @pulumi.getter
47
47
  def members(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
48
48
  """
49
- Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
49
+ Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
50
50
  Each entry can have one of the following values:
51
51
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
52
52
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -113,7 +113,7 @@ class _IAMBindingState:
113
113
  :param pulumi.Input['IAMBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
114
114
  Structure is documented below.
115
115
  :param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
116
- :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
116
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
117
117
  Each entry can have one of the following values:
118
118
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
119
119
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -165,7 +165,7 @@ class _IAMBindingState:
165
165
  @pulumi.getter
166
166
  def members(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
167
167
  """
168
- Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
168
+ Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
169
169
  Each entry can have one of the following values:
170
170
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
171
171
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -231,7 +231,7 @@ class IAMBinding(pulumi.CustomResource):
231
231
  > **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
232
232
  IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
233
233
 
234
- ## google\\_project\\_iam\\_policy
234
+ ## projects.IAMPolicy
235
235
 
236
236
  !> **Be careful!** You can accidentally lock yourself out of your project
237
237
  using this resource. Deleting a `projects.IAMPolicy` removes access
@@ -274,7 +274,7 @@ class IAMBinding(pulumi.CustomResource):
274
274
  policy_data=admin.policy_data)
275
275
  ```
276
276
 
277
- ## google\\_project\\_iam\\_binding
277
+ ## projects.IAMBinding
278
278
 
279
279
  ```python
280
280
  import pulumi
@@ -303,7 +303,7 @@ class IAMBinding(pulumi.CustomResource):
303
303
  ))
304
304
  ```
305
305
 
306
- ## google\\_project\\_iam\\_member
306
+ ## projects.IAMMember
307
307
 
308
308
  ```python
309
309
  import pulumi
@@ -332,7 +332,7 @@ class IAMBinding(pulumi.CustomResource):
332
332
  ))
333
333
  ```
334
334
 
335
- ## google\\_project\\_iam\\_audit\\_config
335
+ ## projects.IAMAuditConfig
336
336
 
337
337
  ```python
338
338
  import pulumi
@@ -352,7 +352,7 @@ class IAMBinding(pulumi.CustomResource):
352
352
  ])
353
353
  ```
354
354
 
355
- ## google\\_project\\_iam\\_policy
355
+ ## projects.IAMPolicy
356
356
 
357
357
  !> **Be careful!** You can accidentally lock yourself out of your project
358
358
  using this resource. Deleting a `projects.IAMPolicy` removes access
@@ -395,7 +395,7 @@ class IAMBinding(pulumi.CustomResource):
395
395
  policy_data=admin.policy_data)
396
396
  ```
397
397
 
398
- ## google\\_project\\_iam\\_binding
398
+ ## projects.IAMBinding
399
399
 
400
400
  ```python
401
401
  import pulumi
@@ -424,7 +424,7 @@ class IAMBinding(pulumi.CustomResource):
424
424
  ))
425
425
  ```
426
426
 
427
- ## google\\_project\\_iam\\_member
427
+ ## projects.IAMMember
428
428
 
429
429
  ```python
430
430
  import pulumi
@@ -453,7 +453,7 @@ class IAMBinding(pulumi.CustomResource):
453
453
  ))
454
454
  ```
455
455
 
456
- ## google\\_project\\_iam\\_audit\\_config
456
+ ## projects.IAMAuditConfig
457
457
 
458
458
  ```python
459
459
  import pulumi
@@ -503,7 +503,7 @@ class IAMBinding(pulumi.CustomResource):
503
503
  :param pulumi.ResourceOptions opts: Options for the resource.
504
504
  :param pulumi.Input[pulumi.InputType['IAMBindingConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
505
505
  Structure is documented below.
506
- :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
506
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
507
507
  Each entry can have one of the following values:
508
508
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
509
509
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -536,7 +536,7 @@ class IAMBinding(pulumi.CustomResource):
536
536
  > **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
537
537
  IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
538
538
 
539
- ## google\\_project\\_iam\\_policy
539
+ ## projects.IAMPolicy
540
540
 
541
541
  !> **Be careful!** You can accidentally lock yourself out of your project
542
542
  using this resource. Deleting a `projects.IAMPolicy` removes access
@@ -579,7 +579,7 @@ class IAMBinding(pulumi.CustomResource):
579
579
  policy_data=admin.policy_data)
580
580
  ```
581
581
 
582
- ## google\\_project\\_iam\\_binding
582
+ ## projects.IAMBinding
583
583
 
584
584
  ```python
585
585
  import pulumi
@@ -608,7 +608,7 @@ class IAMBinding(pulumi.CustomResource):
608
608
  ))
609
609
  ```
610
610
 
611
- ## google\\_project\\_iam\\_member
611
+ ## projects.IAMMember
612
612
 
613
613
  ```python
614
614
  import pulumi
@@ -637,7 +637,7 @@ class IAMBinding(pulumi.CustomResource):
637
637
  ))
638
638
  ```
639
639
 
640
- ## google\\_project\\_iam\\_audit\\_config
640
+ ## projects.IAMAuditConfig
641
641
 
642
642
  ```python
643
643
  import pulumi
@@ -657,7 +657,7 @@ class IAMBinding(pulumi.CustomResource):
657
657
  ])
658
658
  ```
659
659
 
660
- ## google\\_project\\_iam\\_policy
660
+ ## projects.IAMPolicy
661
661
 
662
662
  !> **Be careful!** You can accidentally lock yourself out of your project
663
663
  using this resource. Deleting a `projects.IAMPolicy` removes access
@@ -700,7 +700,7 @@ class IAMBinding(pulumi.CustomResource):
700
700
  policy_data=admin.policy_data)
701
701
  ```
702
702
 
703
- ## google\\_project\\_iam\\_binding
703
+ ## projects.IAMBinding
704
704
 
705
705
  ```python
706
706
  import pulumi
@@ -729,7 +729,7 @@ class IAMBinding(pulumi.CustomResource):
729
729
  ))
730
730
  ```
731
731
 
732
- ## google\\_project\\_iam\\_member
732
+ ## projects.IAMMember
733
733
 
734
734
  ```python
735
735
  import pulumi
@@ -758,7 +758,7 @@ class IAMBinding(pulumi.CustomResource):
758
758
  ))
759
759
  ```
760
760
 
761
- ## google\\_project\\_iam\\_audit\\_config
761
+ ## projects.IAMAuditConfig
762
762
 
763
763
  ```python
764
764
  import pulumi
@@ -868,7 +868,7 @@ class IAMBinding(pulumi.CustomResource):
868
868
  :param pulumi.Input[pulumi.InputType['IAMBindingConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
869
869
  Structure is documented below.
870
870
  :param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
871
- :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
871
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
872
872
  Each entry can have one of the following values:
873
873
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
874
874
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -912,7 +912,7 @@ class IAMBinding(pulumi.CustomResource):
912
912
  @pulumi.getter
913
913
  def members(self) -> pulumi.Output[Sequence[str]]:
914
914
  """
915
- Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
915
+ Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
916
916
  Each entry can have one of the following values:
917
917
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
918
918
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -22,7 +22,7 @@ class IAMMemberArgs:
22
22
  condition: Optional[pulumi.Input['IAMMemberConditionArgs']] = None):
23
23
  """
24
24
  The set of arguments for constructing a IAMMember resource.
25
- :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
25
+ :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
26
26
  Each entry can have one of the following values:
27
27
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
28
28
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -46,7 +46,7 @@ class IAMMemberArgs:
46
46
  @pulumi.getter
47
47
  def member(self) -> pulumi.Input[str]:
48
48
  """
49
- Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
49
+ Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
50
50
  Each entry can have one of the following values:
51
51
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
52
52
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -113,7 +113,7 @@ class _IAMMemberState:
113
113
  :param pulumi.Input['IAMMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
114
114
  Structure is documented below.
115
115
  :param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
116
- :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
116
+ :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
117
117
  Each entry can have one of the following values:
118
118
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
119
119
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -165,7 +165,7 @@ class _IAMMemberState:
165
165
  @pulumi.getter
166
166
  def member(self) -> Optional[pulumi.Input[str]]:
167
167
  """
168
- Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
168
+ Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
169
169
  Each entry can have one of the following values:
170
170
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
171
171
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -231,7 +231,7 @@ class IAMMember(pulumi.CustomResource):
231
231
  > **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
232
232
  IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
233
233
 
234
- ## google\\_project\\_iam\\_policy
234
+ ## projects.IAMPolicy
235
235
 
236
236
  !> **Be careful!** You can accidentally lock yourself out of your project
237
237
  using this resource. Deleting a `projects.IAMPolicy` removes access
@@ -274,7 +274,7 @@ class IAMMember(pulumi.CustomResource):
274
274
  policy_data=admin.policy_data)
275
275
  ```
276
276
 
277
- ## google\\_project\\_iam\\_binding
277
+ ## projects.IAMBinding
278
278
 
279
279
  ```python
280
280
  import pulumi
@@ -303,7 +303,7 @@ class IAMMember(pulumi.CustomResource):
303
303
  ))
304
304
  ```
305
305
 
306
- ## google\\_project\\_iam\\_member
306
+ ## projects.IAMMember
307
307
 
308
308
  ```python
309
309
  import pulumi
@@ -332,7 +332,7 @@ class IAMMember(pulumi.CustomResource):
332
332
  ))
333
333
  ```
334
334
 
335
- ## google\\_project\\_iam\\_audit\\_config
335
+ ## projects.IAMAuditConfig
336
336
 
337
337
  ```python
338
338
  import pulumi
@@ -352,7 +352,7 @@ class IAMMember(pulumi.CustomResource):
352
352
  ])
353
353
  ```
354
354
 
355
- ## google\\_project\\_iam\\_policy
355
+ ## projects.IAMPolicy
356
356
 
357
357
  !> **Be careful!** You can accidentally lock yourself out of your project
358
358
  using this resource. Deleting a `projects.IAMPolicy` removes access
@@ -395,7 +395,7 @@ class IAMMember(pulumi.CustomResource):
395
395
  policy_data=admin.policy_data)
396
396
  ```
397
397
 
398
- ## google\\_project\\_iam\\_binding
398
+ ## projects.IAMBinding
399
399
 
400
400
  ```python
401
401
  import pulumi
@@ -424,7 +424,7 @@ class IAMMember(pulumi.CustomResource):
424
424
  ))
425
425
  ```
426
426
 
427
- ## google\\_project\\_iam\\_member
427
+ ## projects.IAMMember
428
428
 
429
429
  ```python
430
430
  import pulumi
@@ -453,7 +453,7 @@ class IAMMember(pulumi.CustomResource):
453
453
  ))
454
454
  ```
455
455
 
456
- ## google\\_project\\_iam\\_audit\\_config
456
+ ## projects.IAMAuditConfig
457
457
 
458
458
  ```python
459
459
  import pulumi
@@ -503,7 +503,7 @@ class IAMMember(pulumi.CustomResource):
503
503
  :param pulumi.ResourceOptions opts: Options for the resource.
504
504
  :param pulumi.Input[pulumi.InputType['IAMMemberConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
505
505
  Structure is documented below.
506
- :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
506
+ :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
507
507
  Each entry can have one of the following values:
508
508
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
509
509
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -536,7 +536,7 @@ class IAMMember(pulumi.CustomResource):
536
536
  > **Note:** The underlying API method `projects.setIamPolicy` has a lot of constraints which are documented [here](https://cloud.google.com/resource-manager/reference/rest/v1/projects/setIamPolicy). In addition to these constraints,
537
537
  IAM Conditions cannot be used with Basic Roles such as Owner. Violating these constraints will result in the API returning 400 error code so please review these if you encounter errors with this resource.
538
538
 
539
- ## google\\_project\\_iam\\_policy
539
+ ## projects.IAMPolicy
540
540
 
541
541
  !> **Be careful!** You can accidentally lock yourself out of your project
542
542
  using this resource. Deleting a `projects.IAMPolicy` removes access
@@ -579,7 +579,7 @@ class IAMMember(pulumi.CustomResource):
579
579
  policy_data=admin.policy_data)
580
580
  ```
581
581
 
582
- ## google\\_project\\_iam\\_binding
582
+ ## projects.IAMBinding
583
583
 
584
584
  ```python
585
585
  import pulumi
@@ -608,7 +608,7 @@ class IAMMember(pulumi.CustomResource):
608
608
  ))
609
609
  ```
610
610
 
611
- ## google\\_project\\_iam\\_member
611
+ ## projects.IAMMember
612
612
 
613
613
  ```python
614
614
  import pulumi
@@ -637,7 +637,7 @@ class IAMMember(pulumi.CustomResource):
637
637
  ))
638
638
  ```
639
639
 
640
- ## google\\_project\\_iam\\_audit\\_config
640
+ ## projects.IAMAuditConfig
641
641
 
642
642
  ```python
643
643
  import pulumi
@@ -657,7 +657,7 @@ class IAMMember(pulumi.CustomResource):
657
657
  ])
658
658
  ```
659
659
 
660
- ## google\\_project\\_iam\\_policy
660
+ ## projects.IAMPolicy
661
661
 
662
662
  !> **Be careful!** You can accidentally lock yourself out of your project
663
663
  using this resource. Deleting a `projects.IAMPolicy` removes access
@@ -700,7 +700,7 @@ class IAMMember(pulumi.CustomResource):
700
700
  policy_data=admin.policy_data)
701
701
  ```
702
702
 
703
- ## google\\_project\\_iam\\_binding
703
+ ## projects.IAMBinding
704
704
 
705
705
  ```python
706
706
  import pulumi
@@ -729,7 +729,7 @@ class IAMMember(pulumi.CustomResource):
729
729
  ))
730
730
  ```
731
731
 
732
- ## google\\_project\\_iam\\_member
732
+ ## projects.IAMMember
733
733
 
734
734
  ```python
735
735
  import pulumi
@@ -758,7 +758,7 @@ class IAMMember(pulumi.CustomResource):
758
758
  ))
759
759
  ```
760
760
 
761
- ## google\\_project\\_iam\\_audit\\_config
761
+ ## projects.IAMAuditConfig
762
762
 
763
763
  ```python
764
764
  import pulumi
@@ -868,7 +868,7 @@ class IAMMember(pulumi.CustomResource):
868
868
  :param pulumi.Input[pulumi.InputType['IAMMemberConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
869
869
  Structure is documented below.
870
870
  :param pulumi.Input[str] etag: (Computed) The etag of the project's IAM policy.
871
- :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
871
+ :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
872
872
  Each entry can have one of the following values:
873
873
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
874
874
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
@@ -912,7 +912,7 @@ class IAMMember(pulumi.CustomResource):
912
912
  @pulumi.getter
913
913
  def member(self) -> pulumi.Output[str]:
914
914
  """
915
- Identities that will be granted the privilege in `role`. google\\_project\\_iam\\_binding expects `members` field while google\\_project\\_iam\\_member expects `member` field.
915
+ Identities that will be granted the privilege in `role`. projects.IAMBinding expects `members` field while projects.IAMMember expects `member` field.
916
916
  Each entry can have one of the following values:
917
917
  * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
918
918
  * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.