pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.1.0__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 (443) hide show
  1. pulumi_gcp/__init__.py +104 -0
  2. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +7 -0
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +7 -0
  4. pulumi_gcp/activedirectory/peering.py +16 -0
  5. pulumi_gcp/apigateway/api_config_iam_binding.py +11 -4
  6. pulumi_gcp/apigateway/api_config_iam_member.py +11 -4
  7. pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
  8. pulumi_gcp/apigateway/api_iam_binding.py +11 -4
  9. pulumi_gcp/apigateway/api_iam_member.py +11 -4
  10. pulumi_gcp/apigateway/api_iam_policy.py +4 -4
  11. pulumi_gcp/apigateway/gateway_iam_binding.py +11 -4
  12. pulumi_gcp/apigateway/gateway_iam_member.py +11 -4
  13. pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
  14. pulumi_gcp/apigee/environment_iam_binding.py +7 -0
  15. pulumi_gcp/apigee/environment_iam_member.py +7 -0
  16. pulumi_gcp/artifactregistry/__init__.py +2 -0
  17. pulumi_gcp/artifactregistry/get_maven_artifact.py +232 -0
  18. pulumi_gcp/artifactregistry/get_python_package.py +237 -0
  19. pulumi_gcp/artifactregistry/get_repository.py +12 -1
  20. pulumi_gcp/artifactregistry/repository.py +28 -0
  21. pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -0
  22. pulumi_gcp/artifactregistry/repository_iam_member.py +7 -0
  23. pulumi_gcp/backupdisasterrecovery/__init__.py +3 -0
  24. pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
  25. pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
  26. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
  27. pulumi_gcp/backupdisasterrecovery/get_backup_plan_associations.py +127 -0
  28. pulumi_gcp/backupdisasterrecovery/get_data_source_reference.py +211 -0
  29. pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
  30. pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
  31. pulumi_gcp/backupdisasterrecovery/outputs.py +137 -0
  32. pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +7 -0
  33. pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +7 -0
  34. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +7 -0
  35. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +7 -0
  36. pulumi_gcp/bigquery/__init__.py +5 -0
  37. pulumi_gcp/bigquery/_inputs.py +185 -0
  38. pulumi_gcp/bigquery/app_profile.py +14 -49
  39. pulumi_gcp/bigquery/connection_iam_binding.py +7 -0
  40. pulumi_gcp/bigquery/connection_iam_member.py +7 -0
  41. pulumi_gcp/bigquery/datapolicyv2_data_policy.py +870 -0
  42. pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_binding.py +838 -0
  43. pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_member.py +838 -0
  44. pulumi_gcp/bigquery/datapolicyv2_data_policy_iam_policy.py +670 -0
  45. pulumi_gcp/bigquery/dataset_access.py +4 -8
  46. pulumi_gcp/bigquery/get_datapolicyv2_data_policy_iam_policy.py +182 -0
  47. pulumi_gcp/bigquery/iam_binding.py +7 -0
  48. pulumi_gcp/bigquery/iam_member.py +7 -0
  49. pulumi_gcp/bigquery/outputs.py +127 -0
  50. pulumi_gcp/bigquery/table.py +7 -21
  51. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -0
  52. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -0
  53. pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
  54. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -0
  55. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -0
  56. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -0
  57. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -0
  58. pulumi_gcp/bigtable/app_profile.py +14 -49
  59. pulumi_gcp/bigtable/table.py +42 -42
  60. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +7 -0
  61. pulumi_gcp/binaryauthorization/attestor_iam_member.py +7 -0
  62. pulumi_gcp/certificateauthority/_inputs.py +37 -0
  63. pulumi_gcp/certificateauthority/ca_pool.py +90 -4
  64. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -0
  65. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -0
  66. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +7 -0
  67. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +7 -0
  68. pulumi_gcp/certificateauthority/outputs.py +39 -0
  69. pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
  70. pulumi_gcp/chronicle/_inputs.py +6 -5
  71. pulumi_gcp/chronicle/outputs.py +4 -3
  72. pulumi_gcp/chronicle/reference_list.py +53 -5
  73. pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
  74. pulumi_gcp/cloudbuild/_inputs.py +20 -0
  75. pulumi_gcp/cloudbuild/outputs.py +14 -0
  76. pulumi_gcp/cloudbuild/trigger.py +4 -2
  77. pulumi_gcp/cloudbuild/worker_pool.py +28 -21
  78. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -0
  79. pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -0
  80. pulumi_gcp/cloudfunctions/function.py +4 -8
  81. pulumi_gcp/cloudfunctions/function_iam_binding.py +7 -0
  82. pulumi_gcp/cloudfunctions/function_iam_member.py +7 -0
  83. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -0
  84. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -0
  85. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
  86. pulumi_gcp/cloudrun/_inputs.py +21 -1
  87. pulumi_gcp/cloudrun/iam_binding.py +7 -0
  88. pulumi_gcp/cloudrun/iam_member.py +7 -0
  89. pulumi_gcp/cloudrun/outputs.py +27 -2
  90. pulumi_gcp/cloudrunv2/_inputs.py +140 -3
  91. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  92. pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -0
  93. pulumi_gcp/cloudrunv2/job_iam_member.py +7 -0
  94. pulumi_gcp/cloudrunv2/outputs.py +185 -6
  95. pulumi_gcp/cloudrunv2/service.py +54 -0
  96. pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -0
  97. pulumi_gcp/cloudrunv2/service_iam_member.py +7 -0
  98. pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
  99. pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +7 -0
  100. pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +7 -0
  101. pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -0
  102. pulumi_gcp/cloudtasks/queue_iam_member.py +7 -0
  103. pulumi_gcp/colab/runtime_template_iam_binding.py +7 -0
  104. pulumi_gcp/colab/runtime_template_iam_member.py +7 -0
  105. pulumi_gcp/composer/environment.py +28 -49
  106. pulumi_gcp/compute/__init__.py +2 -0
  107. pulumi_gcp/compute/_inputs.py +1185 -191
  108. pulumi_gcp/compute/backend_bucket.py +14 -0
  109. pulumi_gcp/compute/backend_bucket_iam_binding.py +243 -0
  110. pulumi_gcp/compute/backend_bucket_iam_member.py +243 -0
  111. pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
  112. pulumi_gcp/compute/backend_service_iam_binding.py +471 -0
  113. pulumi_gcp/compute/backend_service_iam_member.py +471 -0
  114. pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
  115. pulumi_gcp/compute/cross_site_network.py +16 -0
  116. pulumi_gcp/compute/disk_iam_binding.py +7 -0
  117. pulumi_gcp/compute/disk_iam_member.py +7 -0
  118. pulumi_gcp/compute/future_reservation.py +32 -0
  119. pulumi_gcp/compute/get_interconnect_location.py +278 -0
  120. pulumi_gcp/compute/get_interconnect_locations.py +130 -0
  121. pulumi_gcp/compute/get_region_backend_service.py +12 -1
  122. pulumi_gcp/compute/get_resource_policy.py +2 -20
  123. pulumi_gcp/compute/get_security_policy.py +45 -1
  124. pulumi_gcp/compute/image_iam_binding.py +7 -0
  125. pulumi_gcp/compute/image_iam_member.py +7 -0
  126. pulumi_gcp/compute/instance_from_machine_image.py +75 -110
  127. pulumi_gcp/compute/instance_from_template.py +75 -110
  128. pulumi_gcp/compute/instance_group_manager.py +7 -14
  129. pulumi_gcp/compute/instance_iam_binding.py +7 -0
  130. pulumi_gcp/compute/instance_iam_member.py +7 -0
  131. pulumi_gcp/compute/instance_template.py +7 -14
  132. pulumi_gcp/compute/instance_template_iam_binding.py +7 -0
  133. pulumi_gcp/compute/instance_template_iam_member.py +7 -0
  134. pulumi_gcp/compute/instant_snapshot_iam_binding.py +7 -0
  135. pulumi_gcp/compute/instant_snapshot_iam_member.py +7 -0
  136. pulumi_gcp/compute/interconnect.py +4 -8
  137. pulumi_gcp/compute/machine_image_iam_binding.py +15 -4
  138. pulumi_gcp/compute/machine_image_iam_member.py +15 -4
  139. pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
  140. pulumi_gcp/compute/network_edge_security_service.py +16 -0
  141. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
  142. pulumi_gcp/compute/outputs.py +1138 -135
  143. pulumi_gcp/compute/preview_feature.py +16 -0
  144. pulumi_gcp/compute/public_delegated_prefix.py +42 -0
  145. pulumi_gcp/compute/region_backend_service.py +75 -7
  146. pulumi_gcp/compute/region_backend_service_iam_binding.py +495 -0
  147. pulumi_gcp/compute/region_backend_service_iam_member.py +495 -0
  148. pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
  149. pulumi_gcp/compute/region_disk_iam_binding.py +7 -0
  150. pulumi_gcp/compute/region_disk_iam_member.py +7 -0
  151. pulumi_gcp/compute/region_instance_group_manager.py +7 -14
  152. pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
  153. pulumi_gcp/compute/region_resize_request.py +24 -0
  154. pulumi_gcp/compute/region_url_map.py +75 -0
  155. pulumi_gcp/compute/security_policy.py +147 -0
  156. pulumi_gcp/compute/service_attachment.py +193 -3
  157. pulumi_gcp/compute/snapshot_iam_binding.py +7 -0
  158. pulumi_gcp/compute/snapshot_iam_member.py +7 -0
  159. pulumi_gcp/compute/storage_pool_iam_binding.py +7 -0
  160. pulumi_gcp/compute/storage_pool_iam_member.py +7 -0
  161. pulumi_gcp/compute/subnetwork_iam_binding.py +7 -0
  162. pulumi_gcp/compute/subnetwork_iam_member.py +7 -0
  163. pulumi_gcp/compute/wire_group.py +16 -0
  164. pulumi_gcp/config/__init__.pyi +2 -0
  165. pulumi_gcp/config/vars.py +4 -0
  166. pulumi_gcp/container/_inputs.py +505 -18
  167. pulumi_gcp/container/aws_cluster.py +28 -42
  168. pulumi_gcp/container/aws_node_pool.py +28 -42
  169. pulumi_gcp/container/azure_cluster.py +35 -70
  170. pulumi_gcp/container/azure_node_pool.py +28 -42
  171. pulumi_gcp/container/cluster.py +16 -7
  172. pulumi_gcp/container/outputs.py +490 -15
  173. pulumi_gcp/containeranalysis/note_iam_binding.py +7 -0
  174. pulumi_gcp/containeranalysis/note_iam_member.py +7 -0
  175. pulumi_gcp/datacatalog/entry_group_iam_binding.py +7 -0
  176. pulumi_gcp/datacatalog/entry_group_iam_member.py +7 -0
  177. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +7 -0
  178. pulumi_gcp/datacatalog/policy_tag_iam_member.py +7 -0
  179. pulumi_gcp/datacatalog/tag_template_iam_binding.py +7 -0
  180. pulumi_gcp/datacatalog/tag_template_iam_member.py +7 -0
  181. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +7 -0
  182. pulumi_gcp/datacatalog/taxonomy_iam_member.py +7 -0
  183. pulumi_gcp/dataflow/flex_template_job.py +10 -0
  184. pulumi_gcp/dataform/repository.py +16 -0
  185. pulumi_gcp/dataform/repository_release_config.py +16 -0
  186. pulumi_gcp/dataform/repository_workflow_config.py +16 -0
  187. pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -0
  188. pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -0
  189. pulumi_gcp/dataplex/asset.py +28 -21
  190. pulumi_gcp/dataplex/asset_iam_binding.py +7 -0
  191. pulumi_gcp/dataplex/asset_iam_member.py +7 -0
  192. pulumi_gcp/dataplex/datascan_iam_binding.py +7 -0
  193. pulumi_gcp/dataplex/datascan_iam_member.py +7 -0
  194. pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -0
  195. pulumi_gcp/dataplex/entry_group_iam_member.py +7 -0
  196. pulumi_gcp/dataplex/entry_type_iam_binding.py +7 -0
  197. pulumi_gcp/dataplex/entry_type_iam_member.py +7 -0
  198. pulumi_gcp/dataplex/glossary_iam_binding.py +7 -0
  199. pulumi_gcp/dataplex/glossary_iam_member.py +7 -0
  200. pulumi_gcp/dataplex/lake_iam_binding.py +7 -0
  201. pulumi_gcp/dataplex/lake_iam_member.py +7 -0
  202. pulumi_gcp/dataplex/task_iam_binding.py +7 -0
  203. pulumi_gcp/dataplex/task_iam_member.py +7 -0
  204. pulumi_gcp/dataplex/zone.py +28 -21
  205. pulumi_gcp/dataplex/zone_iam_binding.py +7 -0
  206. pulumi_gcp/dataplex/zone_iam_member.py +7 -0
  207. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -0
  208. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -0
  209. pulumi_gcp/dataproc/cluster.py +21 -14
  210. pulumi_gcp/dataproc/metastore_database_iam_binding.py +7 -0
  211. pulumi_gcp/dataproc/metastore_database_iam_member.py +7 -0
  212. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -0
  213. pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -0
  214. pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -0
  215. pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -0
  216. pulumi_gcp/dataproc/metastore_table_iam_binding.py +7 -0
  217. pulumi_gcp/dataproc/metastore_table_iam_member.py +7 -0
  218. pulumi_gcp/dataproc/workflow_template.py +42 -105
  219. pulumi_gcp/datastream/_inputs.py +21 -1
  220. pulumi_gcp/datastream/outputs.py +15 -1
  221. pulumi_gcp/datastream/stream.py +208 -0
  222. pulumi_gcp/discoveryengine/__init__.py +1 -0
  223. pulumi_gcp/discoveryengine/_inputs.py +94 -0
  224. pulumi_gcp/discoveryengine/acl_config.py +393 -0
  225. pulumi_gcp/discoveryengine/outputs.py +92 -0
  226. pulumi_gcp/discoveryengine/search_engine.py +100 -0
  227. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +7 -0
  228. pulumi_gcp/dns/dns_managed_zone_iam_member.py +7 -0
  229. pulumi_gcp/endpoints/consumers_iam_binding.py +7 -0
  230. pulumi_gcp/endpoints/consumers_iam_member.py +7 -0
  231. pulumi_gcp/endpoints/service_iam_binding.py +7 -0
  232. pulumi_gcp/endpoints/service_iam_member.py +7 -0
  233. pulumi_gcp/firebase/android_app.py +16 -0
  234. pulumi_gcp/firebase/apple_app.py +16 -0
  235. pulumi_gcp/firebase/database_instance.py +16 -0
  236. pulumi_gcp/firebase/extensions_instance.py +12 -0
  237. pulumi_gcp/firebase/get_android_app.py +4 -2
  238. pulumi_gcp/firebase/get_apple_app.py +4 -2
  239. pulumi_gcp/firebase/get_apple_app_config.py +16 -2
  240. pulumi_gcp/firebase/get_hosting_channel.py +4 -2
  241. pulumi_gcp/firebase/hosting_channel.py +20 -0
  242. pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
  243. pulumi_gcp/firebase/hosting_release.py +16 -0
  244. pulumi_gcp/firebase/hosting_site.py +16 -0
  245. pulumi_gcp/firebase/hosting_version.py +16 -0
  246. pulumi_gcp/firebase/storage_bucket.py +18 -0
  247. pulumi_gcp/firestore/field.py +6 -6
  248. pulumi_gcp/firestore/index.py +118 -3
  249. pulumi_gcp/folder/service_identity.py +26 -0
  250. pulumi_gcp/gemini/repository_group_iam_binding.py +7 -0
  251. pulumi_gcp/gemini/repository_group_iam_member.py +7 -0
  252. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -0
  253. pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -0
  254. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +7 -0
  255. pulumi_gcp/gkebackup/restore_plan_iam_member.py +7 -0
  256. pulumi_gcp/gkehub/feature_iam_binding.py +7 -0
  257. pulumi_gcp/gkehub/feature_iam_member.py +7 -0
  258. pulumi_gcp/gkehub/membership_binding.py +6 -6
  259. pulumi_gcp/gkehub/membership_iam_binding.py +7 -0
  260. pulumi_gcp/gkehub/membership_iam_member.py +7 -0
  261. pulumi_gcp/gkehub/membership_rbac_role_binding.py +20 -4
  262. pulumi_gcp/gkehub/namespace.py +4 -4
  263. pulumi_gcp/gkehub/scope_iam_binding.py +7 -0
  264. pulumi_gcp/gkehub/scope_iam_member.py +7 -0
  265. pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
  266. pulumi_gcp/gkeonprem/_inputs.py +56 -0
  267. pulumi_gcp/gkeonprem/outputs.py +50 -0
  268. pulumi_gcp/gkeonprem/vmware_admin_cluster.py +70 -0
  269. pulumi_gcp/healthcare/_inputs.py +349 -0
  270. pulumi_gcp/healthcare/consent_store_iam_binding.py +7 -0
  271. pulumi_gcp/healthcare/consent_store_iam_member.py +7 -0
  272. pulumi_gcp/healthcare/fhir_store.py +250 -0
  273. pulumi_gcp/healthcare/outputs.py +276 -0
  274. pulumi_gcp/iam/_inputs.py +270 -3
  275. pulumi_gcp/iam/outputs.py +203 -2
  276. pulumi_gcp/iam/workforce_pool_iam_binding.py +7 -0
  277. pulumi_gcp/iam/workforce_pool_iam_member.py +7 -0
  278. pulumi_gcp/iam/workforce_pool_provider.py +287 -0
  279. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +471 -0
  280. pulumi_gcp/iam/workload_identity_pool_iam_member.py +471 -0
  281. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
  282. pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
  283. pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
  284. pulumi_gcp/iap/__init__.py +4 -0
  285. pulumi_gcp/iap/_inputs.py +130 -0
  286. pulumi_gcp/iap/app_engine_service_iam_binding.py +7 -0
  287. pulumi_gcp/iap/app_engine_service_iam_member.py +7 -0
  288. pulumi_gcp/iap/app_engine_version_iam_binding.py +7 -0
  289. pulumi_gcp/iap/app_engine_version_iam_member.py +7 -0
  290. pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
  291. pulumi_gcp/iap/outputs.py +76 -0
  292. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  293. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +7 -0
  294. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +7 -0
  295. pulumi_gcp/iap/tunnel_iam_binding.py +7 -0
  296. pulumi_gcp/iap/tunnel_iam_member.py +7 -0
  297. pulumi_gcp/iap/tunnel_instance_iam_binding.py +7 -0
  298. pulumi_gcp/iap/tunnel_instance_iam_member.py +7 -0
  299. pulumi_gcp/iap/web_backend_service_iam_binding.py +7 -0
  300. pulumi_gcp/iap/web_backend_service_iam_member.py +7 -0
  301. pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +7 -0
  302. pulumi_gcp/iap/web_cloud_run_service_iam_member.py +7 -0
  303. pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1009 -0
  304. pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1009 -0
  305. pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
  306. pulumi_gcp/iap/web_iam_binding.py +7 -0
  307. pulumi_gcp/iap/web_iam_member.py +7 -0
  308. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +7 -0
  309. pulumi_gcp/iap/web_region_backend_service_iam_member.py +7 -0
  310. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +7 -0
  311. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +7 -0
  312. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -0
  313. pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -0
  314. pulumi_gcp/iap/web_type_compute_iam_binding.py +7 -0
  315. pulumi_gcp/iap/web_type_compute_iam_member.py +7 -0
  316. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  317. pulumi_gcp/kms/ekm_connection_iam_binding.py +7 -0
  318. pulumi_gcp/kms/ekm_connection_iam_member.py +7 -0
  319. pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
  320. pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
  321. pulumi_gcp/logging/folder_bucket_config.py +7 -21
  322. pulumi_gcp/logging/log_view_iam_binding.py +7 -0
  323. pulumi_gcp/logging/log_view_iam_member.py +7 -0
  324. pulumi_gcp/logging/organization_bucket_config.py +7 -21
  325. pulumi_gcp/logging/organization_sink.py +7 -7
  326. pulumi_gcp/managedkafka/connect_cluster.py +8 -4
  327. pulumi_gcp/managedkafka/connector.py +8 -4
  328. pulumi_gcp/memorystore/instance.py +14 -14
  329. pulumi_gcp/monitoring/dashboard.py +7 -14
  330. pulumi_gcp/netapp/_inputs.py +44 -1
  331. pulumi_gcp/netapp/outputs.py +31 -1
  332. pulumi_gcp/netapp/storage_pool.py +91 -2
  333. pulumi_gcp/netapp/volume.py +47 -0
  334. pulumi_gcp/networkconnectivity/spoke.py +14 -14
  335. pulumi_gcp/networkmanagement/__init__.py +1 -0
  336. pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
  337. pulumi_gcp/networksecurity/address_group_iam_binding.py +7 -0
  338. pulumi_gcp/networksecurity/address_group_iam_member.py +7 -0
  339. pulumi_gcp/networksecurity/authorization_policy.py +12 -0
  340. pulumi_gcp/networkservices/__init__.py +1 -0
  341. pulumi_gcp/networkservices/_inputs.py +393 -6
  342. pulumi_gcp/networkservices/gateway.py +7 -7
  343. pulumi_gcp/networkservices/outputs.py +289 -4
  344. pulumi_gcp/networkservices/service_lb_policies.py +12 -0
  345. pulumi_gcp/networkservices/wasm_plugin.py +740 -0
  346. pulumi_gcp/notebooks/instance_iam_binding.py +7 -0
  347. pulumi_gcp/notebooks/instance_iam_member.py +7 -0
  348. pulumi_gcp/notebooks/runtime_iam_binding.py +7 -0
  349. pulumi_gcp/notebooks/runtime_iam_member.py +7 -0
  350. pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
  351. pulumi_gcp/organizations/project.py +7 -21
  352. pulumi_gcp/orgpolicy/policy.py +2 -2
  353. pulumi_gcp/privilegedaccessmanager/_inputs.py +24 -1
  354. pulumi_gcp/privilegedaccessmanager/outputs.py +26 -1
  355. pulumi_gcp/projects/service.py +0 -7
  356. pulumi_gcp/provider.py +20 -0
  357. pulumi_gcp/pubsub/schema_iam_binding.py +7 -0
  358. pulumi_gcp/pubsub/schema_iam_member.py +7 -0
  359. pulumi_gcp/pubsub/subscription.py +6 -6
  360. pulumi_gcp/pubsub/topic_iam_binding.py +7 -0
  361. pulumi_gcp/pubsub/topic_iam_member.py +7 -0
  362. pulumi_gcp/pulumi-plugin.json +1 -1
  363. pulumi_gcp/resourcemanager/capability.py +16 -0
  364. pulumi_gcp/runtimeconfig/config.py +16 -0
  365. pulumi_gcp/runtimeconfig/config_iam_binding.py +243 -0
  366. pulumi_gcp/runtimeconfig/config_iam_member.py +243 -0
  367. pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
  368. pulumi_gcp/runtimeconfig/variable.py +10 -0
  369. pulumi_gcp/saasruntime/__init__.py +2 -0
  370. pulumi_gcp/saasruntime/_inputs.py +802 -0
  371. pulumi_gcp/saasruntime/outputs.py +614 -0
  372. pulumi_gcp/saasruntime/release.py +1063 -0
  373. pulumi_gcp/saasruntime/saa_s.py +4 -0
  374. pulumi_gcp/saasruntime/unit_kind.py +1024 -0
  375. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +7 -0
  376. pulumi_gcp/secretmanager/regional_secret_iam_member.py +7 -0
  377. pulumi_gcp/secretmanager/secret_iam_binding.py +7 -0
  378. pulumi_gcp/secretmanager/secret_iam_member.py +7 -0
  379. pulumi_gcp/securesourcemanager/__init__.py +1 -0
  380. pulumi_gcp/securesourcemanager/_inputs.py +43 -0
  381. pulumi_gcp/securesourcemanager/hook.py +758 -0
  382. pulumi_gcp/securesourcemanager/instance.py +7 -7
  383. pulumi_gcp/securesourcemanager/outputs.py +43 -0
  384. pulumi_gcp/securesourcemanager/repository.py +7 -7
  385. pulumi_gcp/securesourcemanager/repository_iam_binding.py +7 -0
  386. pulumi_gcp/securesourcemanager/repository_iam_member.py +7 -0
  387. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +7 -0
  388. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +7 -0
  389. pulumi_gcp/servicedirectory/namespace_iam_binding.py +11 -4
  390. pulumi_gcp/servicedirectory/namespace_iam_member.py +11 -4
  391. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  392. pulumi_gcp/servicedirectory/service_iam_binding.py +11 -4
  393. pulumi_gcp/servicedirectory/service_iam_member.py +11 -4
  394. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  395. pulumi_gcp/sourcerepo/repository_iam_binding.py +7 -0
  396. pulumi_gcp/sourcerepo/repository_iam_member.py +7 -0
  397. pulumi_gcp/sql/_inputs.py +135 -1
  398. pulumi_gcp/sql/database_instance.py +98 -14
  399. pulumi_gcp/sql/get_database_instance.py +12 -1
  400. pulumi_gcp/sql/outputs.py +265 -3
  401. pulumi_gcp/storage/_inputs.py +246 -0
  402. pulumi_gcp/storage/bucket.py +7 -14
  403. pulumi_gcp/storage/bucket_object.py +0 -9
  404. pulumi_gcp/storage/outputs.py +191 -1
  405. pulumi_gcp/storage/transfer_job.py +47 -0
  406. pulumi_gcp/tags/tag_key.py +7 -7
  407. pulumi_gcp/tags/tag_key_iam_binding.py +7 -0
  408. pulumi_gcp/tags/tag_key_iam_member.py +7 -0
  409. pulumi_gcp/tags/tag_value_iam_binding.py +7 -0
  410. pulumi_gcp/tags/tag_value_iam_member.py +7 -0
  411. pulumi_gcp/tpu/v2_queued_resource.py +16 -0
  412. pulumi_gcp/tpu/v2_vm.py +16 -0
  413. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  414. pulumi_gcp/vertex/ai_feature_group_iam_binding.py +243 -0
  415. pulumi_gcp/vertex/ai_feature_group_iam_member.py +243 -0
  416. pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
  417. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  418. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +255 -0
  419. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +255 -0
  420. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
  421. pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +243 -0
  422. pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +243 -0
  423. pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
  424. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +245 -0
  425. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +245 -0
  426. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
  427. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +255 -0
  428. pulumi_gcp/vertex/ai_feature_store_iam_member.py +255 -0
  429. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
  430. pulumi_gcp/vertex/ai_metadata_store.py +16 -0
  431. pulumi_gcp/workstations/workstation.py +16 -0
  432. pulumi_gcp/workstations/workstation_cluster.py +16 -0
  433. pulumi_gcp/workstations/workstation_config.py +16 -0
  434. pulumi_gcp/workstations/workstation_config_iam_binding.py +267 -0
  435. pulumi_gcp/workstations/workstation_config_iam_member.py +267 -0
  436. pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
  437. pulumi_gcp/workstations/workstation_iam_binding.py +279 -0
  438. pulumi_gcp/workstations/workstation_iam_member.py +279 -0
  439. pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
  440. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.1.0.dist-info}/METADATA +1 -1
  441. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.1.0.dist-info}/RECORD +443 -421
  442. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.1.0.dist-info}/WHEEL +0 -0
  443. {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.1.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py CHANGED
@@ -1407,6 +1407,38 @@ _utilities.register(
1407
1407
  "gcp:bigquery/dataTransferConfig:DataTransferConfig": "DataTransferConfig"
1408
1408
  }
1409
1409
  },
1410
+ {
1411
+ "pkg": "gcp",
1412
+ "mod": "bigquery/datapolicyv2DataPolicy",
1413
+ "fqn": "pulumi_gcp.bigquery",
1414
+ "classes": {
1415
+ "gcp:bigquery/datapolicyv2DataPolicy:Datapolicyv2DataPolicy": "Datapolicyv2DataPolicy"
1416
+ }
1417
+ },
1418
+ {
1419
+ "pkg": "gcp",
1420
+ "mod": "bigquery/datapolicyv2DataPolicyIamBinding",
1421
+ "fqn": "pulumi_gcp.bigquery",
1422
+ "classes": {
1423
+ "gcp:bigquery/datapolicyv2DataPolicyIamBinding:Datapolicyv2DataPolicyIamBinding": "Datapolicyv2DataPolicyIamBinding"
1424
+ }
1425
+ },
1426
+ {
1427
+ "pkg": "gcp",
1428
+ "mod": "bigquery/datapolicyv2DataPolicyIamMember",
1429
+ "fqn": "pulumi_gcp.bigquery",
1430
+ "classes": {
1431
+ "gcp:bigquery/datapolicyv2DataPolicyIamMember:Datapolicyv2DataPolicyIamMember": "Datapolicyv2DataPolicyIamMember"
1432
+ }
1433
+ },
1434
+ {
1435
+ "pkg": "gcp",
1436
+ "mod": "bigquery/datapolicyv2DataPolicyIamPolicy",
1437
+ "fqn": "pulumi_gcp.bigquery",
1438
+ "classes": {
1439
+ "gcp:bigquery/datapolicyv2DataPolicyIamPolicy:Datapolicyv2DataPolicyIamPolicy": "Datapolicyv2DataPolicyIamPolicy"
1440
+ }
1441
+ },
1410
1442
  {
1411
1443
  "pkg": "gcp",
1412
1444
  "mod": "bigquery/dataset",
@@ -5159,6 +5191,14 @@ _utilities.register(
5159
5191
  "gcp:diagflow/intent:Intent": "Intent"
5160
5192
  }
5161
5193
  },
5194
+ {
5195
+ "pkg": "gcp",
5196
+ "mod": "discoveryengine/aclConfig",
5197
+ "fqn": "pulumi_gcp.discoveryengine",
5198
+ "classes": {
5199
+ "gcp:discoveryengine/aclConfig:AclConfig": "AclConfig"
5200
+ }
5201
+ },
5162
5202
  {
5163
5203
  "pkg": "gcp",
5164
5204
  "mod": "discoveryengine/chatEngine",
@@ -6759,6 +6799,30 @@ _utilities.register(
6759
6799
  "gcp:iap/webCloudRunServiceIamPolicy:WebCloudRunServiceIamPolicy": "WebCloudRunServiceIamPolicy"
6760
6800
  }
6761
6801
  },
6802
+ {
6803
+ "pkg": "gcp",
6804
+ "mod": "iap/webForwardingRuleServiceIamBinding",
6805
+ "fqn": "pulumi_gcp.iap",
6806
+ "classes": {
6807
+ "gcp:iap/webForwardingRuleServiceIamBinding:WebForwardingRuleServiceIamBinding": "WebForwardingRuleServiceIamBinding"
6808
+ }
6809
+ },
6810
+ {
6811
+ "pkg": "gcp",
6812
+ "mod": "iap/webForwardingRuleServiceIamMember",
6813
+ "fqn": "pulumi_gcp.iap",
6814
+ "classes": {
6815
+ "gcp:iap/webForwardingRuleServiceIamMember:WebForwardingRuleServiceIamMember": "WebForwardingRuleServiceIamMember"
6816
+ }
6817
+ },
6818
+ {
6819
+ "pkg": "gcp",
6820
+ "mod": "iap/webForwardingRuleServiceIamPolicy",
6821
+ "fqn": "pulumi_gcp.iap",
6822
+ "classes": {
6823
+ "gcp:iap/webForwardingRuleServiceIamPolicy:WebForwardingRuleServiceIamPolicy": "WebForwardingRuleServiceIamPolicy"
6824
+ }
6825
+ },
6762
6826
  {
6763
6827
  "pkg": "gcp",
6764
6828
  "mod": "iap/webIamBinding",
@@ -7615,6 +7679,14 @@ _utilities.register(
7615
7679
  "gcp:networkmanagement/connectivityTest:ConnectivityTest": "ConnectivityTest"
7616
7680
  }
7617
7681
  },
7682
+ {
7683
+ "pkg": "gcp",
7684
+ "mod": "networkmanagement/organizationVpcFlowLogsConfig",
7685
+ "fqn": "pulumi_gcp.networkmanagement",
7686
+ "classes": {
7687
+ "gcp:networkmanagement/organizationVpcFlowLogsConfig:OrganizationVpcFlowLogsConfig": "OrganizationVpcFlowLogsConfig"
7688
+ }
7689
+ },
7618
7690
  {
7619
7691
  "pkg": "gcp",
7620
7692
  "mod": "networkmanagement/vpcFlowLogsConfig",
@@ -7943,6 +8015,14 @@ _utilities.register(
7943
8015
  "gcp:networkservices/tlsRoute:TlsRoute": "TlsRoute"
7944
8016
  }
7945
8017
  },
8018
+ {
8019
+ "pkg": "gcp",
8020
+ "mod": "networkservices/wasmPlugin",
8021
+ "fqn": "pulumi_gcp.networkservices",
8022
+ "classes": {
8023
+ "gcp:networkservices/wasmPlugin:WasmPlugin": "WasmPlugin"
8024
+ }
8025
+ },
7946
8026
  {
7947
8027
  "pkg": "gcp",
7948
8028
  "mod": "notebooks/environment",
@@ -8559,6 +8639,14 @@ _utilities.register(
8559
8639
  "gcp:runtimeconfig/variable:Variable": "Variable"
8560
8640
  }
8561
8641
  },
8642
+ {
8643
+ "pkg": "gcp",
8644
+ "mod": "saasruntime/release",
8645
+ "fqn": "pulumi_gcp.saasruntime",
8646
+ "classes": {
8647
+ "gcp:saasruntime/release:Release": "Release"
8648
+ }
8649
+ },
8562
8650
  {
8563
8651
  "pkg": "gcp",
8564
8652
  "mod": "saasruntime/saaS",
@@ -8567,6 +8655,14 @@ _utilities.register(
8567
8655
  "gcp:saasruntime/saaS:SaaS": "SaaS"
8568
8656
  }
8569
8657
  },
8658
+ {
8659
+ "pkg": "gcp",
8660
+ "mod": "saasruntime/unitKind",
8661
+ "fqn": "pulumi_gcp.saasruntime",
8662
+ "classes": {
8663
+ "gcp:saasruntime/unitKind:UnitKind": "UnitKind"
8664
+ }
8665
+ },
8570
8666
  {
8571
8667
  "pkg": "gcp",
8572
8668
  "mod": "secretmanager/regionalSecret",
@@ -8655,6 +8751,14 @@ _utilities.register(
8655
8751
  "gcp:securesourcemanager/branchRule:BranchRule": "BranchRule"
8656
8752
  }
8657
8753
  },
8754
+ {
8755
+ "pkg": "gcp",
8756
+ "mod": "securesourcemanager/hook",
8757
+ "fqn": "pulumi_gcp.securesourcemanager",
8758
+ "classes": {
8759
+ "gcp:securesourcemanager/hook:Hook": "Hook"
8760
+ }
8761
+ },
8658
8762
  {
8659
8763
  "pkg": "gcp",
8660
8764
  "mod": "securesourcemanager/instance",
@@ -38,6 +38,7 @@ class AccessPolicyIamBindingArgs:
38
38
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
39
39
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
40
40
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
41
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
41
42
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
42
43
  `accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
43
44
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -65,6 +66,7 @@ class AccessPolicyIamBindingArgs:
65
66
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
66
67
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
67
68
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
69
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
68
70
  """
69
71
  return pulumi.get(self, "members")
70
72
 
@@ -130,6 +132,7 @@ class _AccessPolicyIamBindingState:
130
132
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
131
133
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
132
134
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
135
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
133
136
  :param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
134
137
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
135
138
  `accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
@@ -182,6 +185,7 @@ class _AccessPolicyIamBindingState:
182
185
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
183
186
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
184
187
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
188
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
185
189
  """
186
190
  return pulumi.get(self, "members")
187
191
 
@@ -388,6 +392,7 @@ class AccessPolicyIamBinding(pulumi.CustomResource):
388
392
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
389
393
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
390
394
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
395
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
391
396
  :param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
392
397
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
393
398
  `accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
@@ -618,6 +623,7 @@ class AccessPolicyIamBinding(pulumi.CustomResource):
618
623
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
619
624
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
620
625
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
626
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
621
627
  :param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
622
628
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
623
629
  `accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
@@ -662,6 +668,7 @@ class AccessPolicyIamBinding(pulumi.CustomResource):
662
668
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
663
669
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
664
670
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
671
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
665
672
  """
666
673
  return pulumi.get(self, "members")
667
674
 
@@ -38,6 +38,7 @@ class AccessPolicyIamMemberArgs:
38
38
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
39
39
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
40
40
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
41
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
41
42
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
42
43
  `accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
43
44
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -65,6 +66,7 @@ class AccessPolicyIamMemberArgs:
65
66
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
66
67
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
67
68
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
69
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
68
70
  """
69
71
  return pulumi.get(self, "member")
70
72
 
@@ -130,6 +132,7 @@ class _AccessPolicyIamMemberState:
130
132
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
131
133
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
132
134
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
135
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
133
136
  :param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
134
137
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
135
138
  `accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
@@ -182,6 +185,7 @@ class _AccessPolicyIamMemberState:
182
185
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
183
186
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
184
187
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
188
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
185
189
  """
186
190
  return pulumi.get(self, "member")
187
191
 
@@ -388,6 +392,7 @@ class AccessPolicyIamMember(pulumi.CustomResource):
388
392
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
389
393
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
390
394
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
395
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
391
396
  :param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
392
397
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
393
398
  `accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
@@ -618,6 +623,7 @@ class AccessPolicyIamMember(pulumi.CustomResource):
618
623
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
619
624
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
620
625
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
626
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
621
627
  :param pulumi.Input[_builtins.str] name: Used to find the parent resource to bind the IAM policy to
622
628
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
623
629
  `accesscontextmanager.AccessPolicyIamBinding` can be used per role. Note that custom roles must be of the format
@@ -662,6 +668,7 @@ class AccessPolicyIamMember(pulumi.CustomResource):
662
668
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
663
669
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
664
670
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
671
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
665
672
  """
666
673
  return pulumi.get(self, "member")
667
674
 
@@ -330,6 +330,14 @@ class Peering(pulumi.CustomResource):
330
330
  status_message: Optional[pulumi.Input[_builtins.str]] = None,
331
331
  __props__=None):
332
332
  """
333
+ Creates a Peering for Managed AD instance.
334
+
335
+ To get more information about Peering, see:
336
+
337
+ * [API documentation](https://cloud.google.com/managed-microsoft-ad/reference/rest/v1beta1/projects.locations.global.peerings)
338
+ * How-to Guides
339
+ * [Active Directory Domain Peering](https://cloud.google.com/managed-microsoft-ad/docs/domain-peering)
340
+
333
341
  ## Example Usage
334
342
 
335
343
  :param str resource_name: The name of the resource.
@@ -352,6 +360,14 @@ class Peering(pulumi.CustomResource):
352
360
  args: PeeringArgs,
353
361
  opts: Optional[pulumi.ResourceOptions] = None):
354
362
  """
363
+ Creates a Peering for Managed AD instance.
364
+
365
+ To get more information about Peering, see:
366
+
367
+ * [API documentation](https://cloud.google.com/managed-microsoft-ad/reference/rest/v1beta1/projects.locations.global.peerings)
368
+ * How-to Guides
369
+ * [Active Directory Domain Peering](https://cloud.google.com/managed-microsoft-ad/docs/domain-peering)
370
+
355
371
  ## Example Usage
356
372
 
357
373
  :param str resource_name: The name of the resource.
@@ -43,6 +43,7 @@ class ApiConfigIamBindingArgs:
43
43
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
44
44
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
45
45
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
46
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
46
47
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
47
48
  `apigateway.ApiConfigIamBinding` can be used per role. Note that custom roles must be of the format
48
49
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -98,6 +99,7 @@ class ApiConfigIamBindingArgs:
98
99
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
99
100
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
100
101
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
102
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
101
103
  """
102
104
  return pulumi.get(self, "members")
103
105
 
@@ -169,6 +171,7 @@ class _ApiConfigIamBindingState:
169
171
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
170
172
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
171
173
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
174
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
172
175
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
173
176
  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
177
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
@@ -251,6 +254,7 @@ class _ApiConfigIamBindingState:
251
254
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
252
255
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
253
256
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
257
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
254
258
  """
255
259
  return pulumi.get(self, "members")
256
260
 
@@ -314,7 +318,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
314
318
 
315
319
  > **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
316
320
 
317
- ## google\\_api\\_gateway\\_api\\_config\\_iam\\_policy
321
+ ## apigateway.ApiConfigIamPolicy
318
322
 
319
323
  ```python
320
324
  import pulumi
@@ -376,7 +380,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
376
380
 
377
381
  > **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
378
382
 
379
- ## google\\_api\\_gateway\\_api\\_config\\_iam\\_policy
383
+ ## apigateway.ApiConfigIamPolicy
380
384
 
381
385
  ```python
382
386
  import pulumi
@@ -472,6 +476,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
472
476
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
473
477
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
474
478
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
479
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
475
480
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
476
481
  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.
477
482
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
@@ -499,7 +504,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
499
504
 
500
505
  > **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
501
506
 
502
- ## google\\_api\\_gateway\\_api\\_config\\_iam\\_policy
507
+ ## apigateway.ApiConfigIamPolicy
503
508
 
504
509
  ```python
505
510
  import pulumi
@@ -561,7 +566,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
561
566
 
562
567
  > **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
563
568
 
564
- ## google\\_api\\_gateway\\_api\\_config\\_iam\\_policy
569
+ ## apigateway.ApiConfigIamPolicy
565
570
 
566
571
  ```python
567
572
  import pulumi
@@ -725,6 +730,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
725
730
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
726
731
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
727
732
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
733
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
728
734
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
729
735
  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.
730
736
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
@@ -789,6 +795,7 @@ class ApiConfigIamBinding(pulumi.CustomResource):
789
795
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
790
796
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
791
797
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
798
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
792
799
  """
793
800
  return pulumi.get(self, "members")
794
801
 
@@ -43,6 +43,7 @@ class ApiConfigIamMemberArgs:
43
43
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
44
44
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
45
45
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
46
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
46
47
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
47
48
  `apigateway.ApiConfigIamBinding` can be used per role. Note that custom roles must be of the format
48
49
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -98,6 +99,7 @@ class ApiConfigIamMemberArgs:
98
99
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
99
100
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
100
101
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
102
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
101
103
  """
102
104
  return pulumi.get(self, "member")
103
105
 
@@ -169,6 +171,7 @@ class _ApiConfigIamMemberState:
169
171
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
170
172
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
171
173
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
174
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
172
175
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
173
176
  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
177
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
@@ -251,6 +254,7 @@ class _ApiConfigIamMemberState:
251
254
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
252
255
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
253
256
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
257
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
254
258
  """
255
259
  return pulumi.get(self, "member")
256
260
 
@@ -314,7 +318,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
314
318
 
315
319
  > **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
316
320
 
317
- ## google\\_api\\_gateway\\_api\\_config\\_iam\\_policy
321
+ ## apigateway.ApiConfigIamPolicy
318
322
 
319
323
  ```python
320
324
  import pulumi
@@ -376,7 +380,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
376
380
 
377
381
  > **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
378
382
 
379
- ## google\\_api\\_gateway\\_api\\_config\\_iam\\_policy
383
+ ## apigateway.ApiConfigIamPolicy
380
384
 
381
385
  ```python
382
386
  import pulumi
@@ -472,6 +476,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
472
476
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
473
477
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
474
478
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
479
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
475
480
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
476
481
  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.
477
482
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
@@ -499,7 +504,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
499
504
 
500
505
  > **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
501
506
 
502
- ## google\\_api\\_gateway\\_api\\_config\\_iam\\_policy
507
+ ## apigateway.ApiConfigIamPolicy
503
508
 
504
509
  ```python
505
510
  import pulumi
@@ -561,7 +566,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
561
566
 
562
567
  > **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
563
568
 
564
- ## google\\_api\\_gateway\\_api\\_config\\_iam\\_policy
569
+ ## apigateway.ApiConfigIamPolicy
565
570
 
566
571
  ```python
567
572
  import pulumi
@@ -725,6 +730,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
725
730
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
726
731
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
727
732
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
733
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
728
734
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
729
735
  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.
730
736
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
@@ -789,6 +795,7 @@ class ApiConfigIamMember(pulumi.CustomResource):
789
795
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
790
796
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
791
797
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
798
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
792
799
  """
793
800
  return pulumi.get(self, "member")
794
801
 
@@ -211,7 +211,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
211
211
 
212
212
  > **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
213
213
 
214
- ## google\\_api\\_gateway\\_api\\_config\\_iam\\_policy
214
+ ## apigateway.ApiConfigIamPolicy
215
215
 
216
216
  ```python
217
217
  import pulumi
@@ -273,7 +273,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
273
273
 
274
274
  > **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
275
275
 
276
- ## google\\_api\\_gateway\\_api\\_config\\_iam\\_policy
276
+ ## apigateway.ApiConfigIamPolicy
277
277
 
278
278
  ```python
279
279
  import pulumi
@@ -384,7 +384,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
384
384
 
385
385
  > **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
386
386
 
387
- ## google\\_api\\_gateway\\_api\\_config\\_iam\\_policy
387
+ ## apigateway.ApiConfigIamPolicy
388
388
 
389
389
  ```python
390
390
  import pulumi
@@ -446,7 +446,7 @@ class ApiConfigIamPolicy(pulumi.CustomResource):
446
446
 
447
447
  > **Note:** `apigateway.ApiConfigIamBinding` resources **can be** used in conjunction with `apigateway.ApiConfigIamMember` resources **only if** they do not grant privilege to the same role.
448
448
 
449
- ## google\\_api\\_gateway\\_api\\_config\\_iam\\_policy
449
+ ## apigateway.ApiConfigIamPolicy
450
450
 
451
451
  ```python
452
452
  import pulumi
@@ -40,6 +40,7 @@ class ApiIamBindingArgs:
40
40
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
41
41
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
42
42
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
43
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
43
44
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
44
45
  `apigateway.ApiIamBinding` can be used per role. Note that custom roles must be of the format
45
46
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -81,6 +82,7 @@ class ApiIamBindingArgs:
81
82
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
82
83
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
83
84
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
85
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
84
86
  """
85
87
  return pulumi.get(self, "members")
86
88
 
@@ -149,6 +151,7 @@ class _ApiIamBindingState:
149
151
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
150
152
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
151
153
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
154
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
152
155
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
153
156
  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.
154
157
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
@@ -216,6 +219,7 @@ class _ApiIamBindingState:
216
219
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
217
220
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
218
221
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
222
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
219
223
  """
220
224
  return pulumi.get(self, "members")
221
225
 
@@ -278,7 +282,7 @@ class ApiIamBinding(pulumi.CustomResource):
278
282
 
279
283
  > **Note:** `apigateway.ApiIamBinding` resources **can be** used in conjunction with `apigateway.ApiIamMember` resources **only if** they do not grant privilege to the same role.
280
284
 
281
- ## google\\_api\\_gateway\\_api\\_iam\\_policy
285
+ ## apigateway.ApiIamPolicy
282
286
 
283
287
  ```python
284
288
  import pulumi
@@ -340,7 +344,7 @@ class ApiIamBinding(pulumi.CustomResource):
340
344
 
341
345
  > **Note:** `apigateway.ApiIamBinding` resources **can be** used in conjunction with `apigateway.ApiIamMember` resources **only if** they do not grant privilege to the same role.
342
346
 
343
- ## google\\_api\\_gateway\\_api\\_iam\\_policy
347
+ ## apigateway.ApiIamPolicy
344
348
 
345
349
  ```python
346
350
  import pulumi
@@ -432,6 +436,7 @@ class ApiIamBinding(pulumi.CustomResource):
432
436
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
433
437
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
434
438
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
439
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
435
440
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
436
441
  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.
437
442
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
@@ -459,7 +464,7 @@ class ApiIamBinding(pulumi.CustomResource):
459
464
 
460
465
  > **Note:** `apigateway.ApiIamBinding` resources **can be** used in conjunction with `apigateway.ApiIamMember` resources **only if** they do not grant privilege to the same role.
461
466
 
462
- ## google\\_api\\_gateway\\_api\\_iam\\_policy
467
+ ## apigateway.ApiIamPolicy
463
468
 
464
469
  ```python
465
470
  import pulumi
@@ -521,7 +526,7 @@ class ApiIamBinding(pulumi.CustomResource):
521
526
 
522
527
  > **Note:** `apigateway.ApiIamBinding` resources **can be** used in conjunction with `apigateway.ApiIamMember` resources **only if** they do not grant privilege to the same role.
523
528
 
524
- ## google\\_api\\_gateway\\_api\\_iam\\_policy
529
+ ## apigateway.ApiIamPolicy
525
530
 
526
531
  ```python
527
532
  import pulumi
@@ -676,6 +681,7 @@ class ApiIamBinding(pulumi.CustomResource):
676
681
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
677
682
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
678
683
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
684
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
679
685
  :param pulumi.Input[_builtins.str] project: The ID of the project in which the resource belongs.
680
686
  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.
681
687
  :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
@@ -730,6 +736,7 @@ class ApiIamBinding(pulumi.CustomResource):
730
736
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
731
737
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
732
738
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
739
+ * **Federated identities**: One or more federated identities in a workload or workforce identity pool, workload running on GKE, etc. Refer to the [Principal identifiers documentation](https://cloud.google.com/iam/docs/principal-identifiers#allow) for examples of targets and valid configuration. For example, "principal://iam.googleapis.com/locations/global/workforcePools/example-contractors/subject/joe@example.com"
733
740
  """
734
741
  return pulumi.get(self, "members")
735
742