pulumi-gcp 8.40.0a1754721948__py3-none-any.whl → 8.41.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 (469) hide show
  1. pulumi_gcp/__init__.py +152 -0
  2. pulumi_gcp/accesscontextmanager/_inputs.py +24 -4
  3. pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +2 -0
  4. pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +2 -0
  5. pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +2 -0
  6. pulumi_gcp/accesscontextmanager/outputs.py +15 -3
  7. pulumi_gcp/apigateway/api_config_iam_binding.py +2 -0
  8. pulumi_gcp/apigateway/api_config_iam_member.py +2 -0
  9. pulumi_gcp/apigateway/api_config_iam_policy.py +2 -0
  10. pulumi_gcp/apigateway/api_iam_binding.py +2 -0
  11. pulumi_gcp/apigateway/api_iam_member.py +2 -0
  12. pulumi_gcp/apigateway/api_iam_policy.py +2 -0
  13. pulumi_gcp/apigateway/gateway_iam_binding.py +2 -0
  14. pulumi_gcp/apigateway/gateway_iam_member.py +2 -0
  15. pulumi_gcp/apigateway/gateway_iam_policy.py +2 -0
  16. pulumi_gcp/apigee/__init__.py +2 -0
  17. pulumi_gcp/apigee/_inputs.py +1435 -0
  18. pulumi_gcp/apigee/api_product.py +1698 -0
  19. pulumi_gcp/apigee/environment_iam_binding.py +2 -0
  20. pulumi_gcp/apigee/environment_iam_member.py +2 -0
  21. pulumi_gcp/apigee/environment_iam_policy.py +2 -0
  22. pulumi_gcp/apigee/outputs.py +1081 -0
  23. pulumi_gcp/apigee/security_action.py +1010 -0
  24. pulumi_gcp/artifactregistry/__init__.py +6 -0
  25. pulumi_gcp/artifactregistry/get_docker_images.py +164 -0
  26. pulumi_gcp/artifactregistry/get_package.py +220 -0
  27. pulumi_gcp/artifactregistry/get_repositories.py +160 -0
  28. pulumi_gcp/artifactregistry/get_tag.py +187 -0
  29. pulumi_gcp/artifactregistry/get_tags.py +200 -0
  30. pulumi_gcp/artifactregistry/get_version.py +261 -0
  31. pulumi_gcp/artifactregistry/outputs.py +239 -2
  32. pulumi_gcp/artifactregistry/repository.py +6 -6
  33. pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -0
  34. pulumi_gcp/artifactregistry/repository_iam_member.py +2 -0
  35. pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -0
  36. pulumi_gcp/backupdisasterrecovery/backup_plan.py +114 -7
  37. pulumi_gcp/backupdisasterrecovery/backup_vault.py +56 -0
  38. pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +12 -1
  39. pulumi_gcp/backupdisasterrecovery/get_backup_vault.py +12 -1
  40. pulumi_gcp/beyondcorp/application_iam_binding.py +8 -0
  41. pulumi_gcp/beyondcorp/application_iam_member.py +8 -0
  42. pulumi_gcp/beyondcorp/application_iam_policy.py +8 -0
  43. pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
  44. pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +2 -0
  45. pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +2 -0
  46. pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +2 -0
  47. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +2 -0
  48. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +2 -0
  49. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +2 -0
  50. pulumi_gcp/bigquery/_inputs.py +6 -0
  51. pulumi_gcp/bigquery/connection_iam_binding.py +2 -0
  52. pulumi_gcp/bigquery/connection_iam_member.py +2 -0
  53. pulumi_gcp/bigquery/connection_iam_policy.py +2 -0
  54. pulumi_gcp/bigquery/data_transfer_config.py +2 -0
  55. pulumi_gcp/bigquery/dataset.py +2 -2
  56. pulumi_gcp/bigquery/get_table.py +23 -1
  57. pulumi_gcp/bigquery/iam_binding.py +2 -0
  58. pulumi_gcp/bigquery/iam_member.py +2 -0
  59. pulumi_gcp/bigquery/iam_policy.py +2 -0
  60. pulumi_gcp/bigquery/outputs.py +4 -0
  61. pulumi_gcp/bigquery/reservation.py +535 -0
  62. pulumi_gcp/bigquery/table.py +62 -0
  63. pulumi_gcp/bigqueryanalyticshub/_inputs.py +180 -0
  64. pulumi_gcp/bigqueryanalyticshub/data_exchange.py +80 -0
  65. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -0
  66. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -0
  67. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -0
  68. pulumi_gcp/bigqueryanalyticshub/listing.py +322 -2
  69. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -0
  70. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -0
  71. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -0
  72. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +32 -0
  73. pulumi_gcp/bigqueryanalyticshub/outputs.py +159 -0
  74. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -0
  75. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -0
  76. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -0
  77. pulumi_gcp/bigtable/__init__.py +1 -0
  78. pulumi_gcp/bigtable/_inputs.py +33 -0
  79. pulumi_gcp/bigtable/outputs.py +36 -0
  80. pulumi_gcp/bigtable/schema_bundle.py +568 -0
  81. pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -0
  82. pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -0
  83. pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -0
  84. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -0
  85. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -0
  86. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -0
  87. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -0
  88. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -0
  89. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -0
  90. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -0
  91. pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -0
  92. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -0
  93. pulumi_gcp/clouddeploy/_inputs.py +48 -48
  94. pulumi_gcp/clouddeploy/deploy_policy.py +54 -74
  95. pulumi_gcp/clouddeploy/outputs.py +32 -32
  96. pulumi_gcp/cloudfunctions/_inputs.py +48 -0
  97. pulumi_gcp/cloudfunctions/function.py +94 -0
  98. pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -0
  99. pulumi_gcp/cloudfunctions/function_iam_member.py +2 -0
  100. pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -0
  101. pulumi_gcp/cloudfunctions/get_function.py +23 -1
  102. pulumi_gcp/cloudfunctions/outputs.py +70 -0
  103. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -0
  104. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -0
  105. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -0
  106. pulumi_gcp/cloudrun/iam_binding.py +2 -0
  107. pulumi_gcp/cloudrun/iam_member.py +2 -0
  108. pulumi_gcp/cloudrun/iam_policy.py +2 -0
  109. pulumi_gcp/cloudrunv2/_inputs.py +20 -0
  110. pulumi_gcp/cloudrunv2/job.py +2 -0
  111. pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -0
  112. pulumi_gcp/cloudrunv2/job_iam_member.py +2 -0
  113. pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -0
  114. pulumi_gcp/cloudrunv2/outputs.py +25 -0
  115. pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -0
  116. pulumi_gcp/cloudrunv2/service_iam_member.py +2 -0
  117. pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -0
  118. pulumi_gcp/cloudrunv2/worker_pool.py +2 -0
  119. pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +2 -0
  120. pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +2 -0
  121. pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +2 -0
  122. pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -0
  123. pulumi_gcp/cloudtasks/queue_iam_member.py +2 -0
  124. pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -0
  125. pulumi_gcp/colab/runtime_template_iam_binding.py +2 -0
  126. pulumi_gcp/colab/runtime_template_iam_member.py +2 -0
  127. pulumi_gcp/colab/runtime_template_iam_policy.py +2 -0
  128. pulumi_gcp/composer/user_workloads_config_map.py +26 -2
  129. pulumi_gcp/compute/__init__.py +1 -0
  130. pulumi_gcp/compute/_inputs.py +1068 -22
  131. pulumi_gcp/compute/disk_iam_binding.py +2 -0
  132. pulumi_gcp/compute/disk_iam_member.py +2 -0
  133. pulumi_gcp/compute/disk_iam_policy.py +2 -0
  134. pulumi_gcp/compute/firewall_policy_with_rules.py +66 -0
  135. pulumi_gcp/compute/forwarding_rule.py +0 -21
  136. pulumi_gcp/compute/get_region_backend_service.py +12 -1
  137. pulumi_gcp/compute/get_router.py +12 -1
  138. pulumi_gcp/compute/image_iam_binding.py +2 -0
  139. pulumi_gcp/compute/image_iam_member.py +2 -0
  140. pulumi_gcp/compute/image_iam_policy.py +2 -0
  141. pulumi_gcp/compute/instance_iam_binding.py +2 -0
  142. pulumi_gcp/compute/instance_iam_member.py +2 -0
  143. pulumi_gcp/compute/instance_iam_policy.py +2 -0
  144. pulumi_gcp/compute/instance_template_iam_binding.py +2 -0
  145. pulumi_gcp/compute/instance_template_iam_member.py +2 -0
  146. pulumi_gcp/compute/instance_template_iam_policy.py +2 -0
  147. pulumi_gcp/compute/instant_snapshot_iam_binding.py +2 -0
  148. pulumi_gcp/compute/instant_snapshot_iam_member.py +2 -0
  149. pulumi_gcp/compute/instant_snapshot_iam_policy.py +2 -0
  150. pulumi_gcp/compute/machine_image_iam_binding.py +2 -0
  151. pulumi_gcp/compute/machine_image_iam_member.py +2 -0
  152. pulumi_gcp/compute/machine_image_iam_policy.py +2 -0
  153. pulumi_gcp/compute/outputs.py +966 -22
  154. pulumi_gcp/compute/preview_feature.py +396 -0
  155. pulumi_gcp/compute/region_backend_service.py +257 -0
  156. pulumi_gcp/compute/region_disk_iam_binding.py +2 -0
  157. pulumi_gcp/compute/region_disk_iam_member.py +2 -0
  158. pulumi_gcp/compute/region_disk_iam_policy.py +2 -0
  159. pulumi_gcp/compute/region_security_policy.py +54 -0
  160. pulumi_gcp/compute/region_url_map.py +392 -0
  161. pulumi_gcp/compute/reservation.py +4 -4
  162. pulumi_gcp/compute/router.py +54 -0
  163. pulumi_gcp/compute/service_attachment.py +126 -0
  164. pulumi_gcp/compute/snapshot_iam_binding.py +2 -0
  165. pulumi_gcp/compute/snapshot_iam_member.py +2 -0
  166. pulumi_gcp/compute/snapshot_iam_policy.py +2 -0
  167. pulumi_gcp/compute/storage_pool.py +154 -0
  168. pulumi_gcp/compute/storage_pool_iam_binding.py +2 -0
  169. pulumi_gcp/compute/storage_pool_iam_member.py +2 -0
  170. pulumi_gcp/compute/storage_pool_iam_policy.py +2 -0
  171. pulumi_gcp/compute/subnetwork.py +54 -0
  172. pulumi_gcp/compute/subnetwork_iam_binding.py +2 -0
  173. pulumi_gcp/compute/subnetwork_iam_member.py +2 -0
  174. pulumi_gcp/compute/subnetwork_iam_policy.py +2 -0
  175. pulumi_gcp/config/__init__.pyi +2 -4
  176. pulumi_gcp/config/vars.py +4 -8
  177. pulumi_gcp/container/_inputs.py +2622 -246
  178. pulumi_gcp/container/cluster.py +61 -21
  179. pulumi_gcp/container/get_cluster.py +12 -1
  180. pulumi_gcp/container/outputs.py +2877 -133
  181. pulumi_gcp/containeranalysis/note_iam_binding.py +2 -0
  182. pulumi_gcp/containeranalysis/note_iam_member.py +2 -0
  183. pulumi_gcp/containeranalysis/note_iam_policy.py +2 -0
  184. pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -0
  185. pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -0
  186. pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -0
  187. pulumi_gcp/datacatalog/policy_tag_iam_binding.py +2 -0
  188. pulumi_gcp/datacatalog/policy_tag_iam_member.py +2 -0
  189. pulumi_gcp/datacatalog/policy_tag_iam_policy.py +2 -0
  190. pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -0
  191. pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -0
  192. pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -0
  193. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -0
  194. pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -0
  195. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -0
  196. pulumi_gcp/datafusion/instance.py +18 -4
  197. pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -0
  198. pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -0
  199. pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -0
  200. pulumi_gcp/dataplex/asset_iam_binding.py +2 -0
  201. pulumi_gcp/dataplex/asset_iam_member.py +2 -0
  202. pulumi_gcp/dataplex/asset_iam_policy.py +2 -0
  203. pulumi_gcp/dataplex/datascan_iam_binding.py +2 -0
  204. pulumi_gcp/dataplex/datascan_iam_member.py +2 -0
  205. pulumi_gcp/dataplex/datascan_iam_policy.py +2 -0
  206. pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -0
  207. pulumi_gcp/dataplex/entry_group_iam_member.py +2 -0
  208. pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -0
  209. pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -0
  210. pulumi_gcp/dataplex/entry_type_iam_member.py +2 -0
  211. pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -0
  212. pulumi_gcp/dataplex/glossary_iam_binding.py +2 -0
  213. pulumi_gcp/dataplex/glossary_iam_member.py +2 -0
  214. pulumi_gcp/dataplex/glossary_iam_policy.py +2 -0
  215. pulumi_gcp/dataplex/lake_iam_binding.py +2 -0
  216. pulumi_gcp/dataplex/lake_iam_member.py +2 -0
  217. pulumi_gcp/dataplex/lake_iam_policy.py +2 -0
  218. pulumi_gcp/dataplex/task_iam_binding.py +2 -0
  219. pulumi_gcp/dataplex/task_iam_member.py +2 -0
  220. pulumi_gcp/dataplex/task_iam_policy.py +2 -0
  221. pulumi_gcp/dataplex/zone_iam_binding.py +2 -0
  222. pulumi_gcp/dataplex/zone_iam_member.py +2 -0
  223. pulumi_gcp/dataplex/zone_iam_policy.py +2 -0
  224. pulumi_gcp/dataproc/_inputs.py +249 -14
  225. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -0
  226. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -0
  227. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -0
  228. pulumi_gcp/dataproc/batch.py +6 -0
  229. pulumi_gcp/dataproc/cluster.py +2 -0
  230. pulumi_gcp/dataproc/metastore_database_iam_binding.py +2 -0
  231. pulumi_gcp/dataproc/metastore_database_iam_member.py +2 -0
  232. pulumi_gcp/dataproc/metastore_database_iam_policy.py +2 -0
  233. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -0
  234. pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -0
  235. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -0
  236. pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -0
  237. pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -0
  238. pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -0
  239. pulumi_gcp/dataproc/metastore_table_iam_binding.py +2 -0
  240. pulumi_gcp/dataproc/metastore_table_iam_member.py +2 -0
  241. pulumi_gcp/dataproc/metastore_table_iam_policy.py +2 -0
  242. pulumi_gcp/dataproc/outputs.py +215 -12
  243. pulumi_gcp/dataproc/session_template.py +14 -2
  244. pulumi_gcp/developerconnect/__init__.py +1 -0
  245. pulumi_gcp/developerconnect/_inputs.py +583 -0
  246. pulumi_gcp/developerconnect/insights_config.py +895 -0
  247. pulumi_gcp/developerconnect/outputs.py +442 -0
  248. pulumi_gcp/diagflow/__init__.py +3 -0
  249. pulumi_gcp/diagflow/_inputs.py +11899 -7963
  250. pulumi_gcp/diagflow/conversation_profile.py +959 -0
  251. pulumi_gcp/diagflow/cx_generator.py +636 -0
  252. pulumi_gcp/diagflow/cx_playbook.py +967 -0
  253. pulumi_gcp/diagflow/cx_tool.py +2 -2
  254. pulumi_gcp/diagflow/cx_webhook.py +380 -36
  255. pulumi_gcp/diagflow/outputs.py +9099 -5946
  256. pulumi_gcp/discoveryengine/__init__.py +2 -0
  257. pulumi_gcp/discoveryengine/_inputs.py +465 -0
  258. pulumi_gcp/discoveryengine/cmek_config.py +707 -0
  259. pulumi_gcp/discoveryengine/outputs.py +412 -0
  260. pulumi_gcp/discoveryengine/recommendation_engine.py +813 -0
  261. pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -0
  262. pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -0
  263. pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -0
  264. pulumi_gcp/endpoints/service_iam_binding.py +2 -0
  265. pulumi_gcp/endpoints/service_iam_member.py +2 -0
  266. pulumi_gcp/endpoints/service_iam_policy.py +2 -0
  267. pulumi_gcp/firestore/field.py +6 -6
  268. pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +107 -9
  269. pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +2 -2
  270. pulumi_gcp/gemini/repository_group_iam_binding.py +2 -0
  271. pulumi_gcp/gemini/repository_group_iam_member.py +2 -0
  272. pulumi_gcp/gemini/repository_group_iam_policy.py +2 -0
  273. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -0
  274. pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -0
  275. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -0
  276. pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -0
  277. pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -0
  278. pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -0
  279. pulumi_gcp/gkehub/feature_iam_binding.py +2 -0
  280. pulumi_gcp/gkehub/feature_iam_member.py +2 -0
  281. pulumi_gcp/gkehub/feature_iam_policy.py +2 -0
  282. pulumi_gcp/gkehub/membership_binding.py +6 -6
  283. pulumi_gcp/gkehub/membership_iam_binding.py +2 -0
  284. pulumi_gcp/gkehub/membership_iam_member.py +2 -0
  285. pulumi_gcp/gkehub/membership_iam_policy.py +2 -0
  286. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  287. pulumi_gcp/gkehub/namespace.py +4 -4
  288. pulumi_gcp/gkehub/scope_iam_binding.py +2 -0
  289. pulumi_gcp/gkehub/scope_iam_member.py +2 -0
  290. pulumi_gcp/gkehub/scope_iam_policy.py +2 -0
  291. pulumi_gcp/gkehub/scope_rbac_role_binding.py +8 -8
  292. pulumi_gcp/gkeonprem/vmware_admin_cluster.py +24 -3
  293. pulumi_gcp/healthcare/consent_store_iam_binding.py +2 -0
  294. pulumi_gcp/healthcare/consent_store_iam_member.py +2 -0
  295. pulumi_gcp/healthcare/consent_store_iam_policy.py +2 -0
  296. pulumi_gcp/iam/__init__.py +4 -0
  297. pulumi_gcp/iam/_inputs.py +98 -0
  298. pulumi_gcp/iam/get_workforce_pool_iam_policy.py +161 -0
  299. pulumi_gcp/iam/outputs.py +56 -0
  300. pulumi_gcp/iam/workforce_pool_iam_binding.py +763 -0
  301. pulumi_gcp/iam/workforce_pool_iam_member.py +763 -0
  302. pulumi_gcp/iam/workforce_pool_iam_policy.py +602 -0
  303. pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -0
  304. pulumi_gcp/iap/app_engine_service_iam_member.py +2 -0
  305. pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -0
  306. pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -0
  307. pulumi_gcp/iap/app_engine_version_iam_member.py +2 -0
  308. pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -0
  309. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  310. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -0
  311. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -0
  312. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -0
  313. pulumi_gcp/iap/tunnel_iam_binding.py +2 -0
  314. pulumi_gcp/iap/tunnel_iam_member.py +2 -0
  315. pulumi_gcp/iap/tunnel_iam_policy.py +2 -0
  316. pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -0
  317. pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -0
  318. pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -0
  319. pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -0
  320. pulumi_gcp/iap/web_backend_service_iam_member.py +2 -0
  321. pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -0
  322. pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +2 -0
  323. pulumi_gcp/iap/web_cloud_run_service_iam_member.py +2 -0
  324. pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +2 -0
  325. pulumi_gcp/iap/web_iam_binding.py +2 -0
  326. pulumi_gcp/iap/web_iam_member.py +2 -0
  327. pulumi_gcp/iap/web_iam_policy.py +2 -0
  328. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -0
  329. pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -0
  330. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -0
  331. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -0
  332. pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -0
  333. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -0
  334. pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -0
  335. pulumi_gcp/iap/web_type_compute_iam_member.py +2 -0
  336. pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -0
  337. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  338. pulumi_gcp/kms/crypto_key.py +7 -0
  339. pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -0
  340. pulumi_gcp/kms/ekm_connection_iam_member.py +2 -0
  341. pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -0
  342. pulumi_gcp/kms/outputs.py +2 -0
  343. pulumi_gcp/logging/log_view_iam_binding.py +2 -0
  344. pulumi_gcp/logging/log_view_iam_member.py +2 -0
  345. pulumi_gcp/logging/log_view_iam_policy.py +2 -0
  346. pulumi_gcp/looker/instance.py +28 -7
  347. pulumi_gcp/managedkafka/_inputs.py +127 -0
  348. pulumi_gcp/managedkafka/cluster.py +131 -1
  349. pulumi_gcp/managedkafka/connect_cluster.py +4 -4
  350. pulumi_gcp/managedkafka/connector.py +4 -4
  351. pulumi_gcp/managedkafka/outputs.py +128 -0
  352. pulumi_gcp/memorystore/get_instance.py +12 -1
  353. pulumi_gcp/memorystore/instance.py +78 -12
  354. pulumi_gcp/modelarmor/__init__.py +1 -0
  355. pulumi_gcp/modelarmor/_inputs.py +683 -0
  356. pulumi_gcp/modelarmor/floorsetting.py +736 -0
  357. pulumi_gcp/modelarmor/outputs.py +618 -0
  358. pulumi_gcp/monitoring/_inputs.py +3 -3
  359. pulumi_gcp/monitoring/outputs.py +2 -2
  360. pulumi_gcp/networkconnectivity/_inputs.py +60 -0
  361. pulumi_gcp/networkconnectivity/internal_range.py +136 -0
  362. pulumi_gcp/networkconnectivity/outputs.py +55 -0
  363. pulumi_gcp/networkconnectivity/spoke.py +14 -14
  364. pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +213 -168
  365. pulumi_gcp/notebooks/instance.py +18 -18
  366. pulumi_gcp/notebooks/instance_iam_binding.py +2 -0
  367. pulumi_gcp/notebooks/instance_iam_member.py +2 -0
  368. pulumi_gcp/notebooks/instance_iam_policy.py +2 -0
  369. pulumi_gcp/notebooks/runtime_iam_binding.py +2 -0
  370. pulumi_gcp/notebooks/runtime_iam_member.py +2 -0
  371. pulumi_gcp/notebooks/runtime_iam_policy.py +2 -0
  372. pulumi_gcp/oracledatabase/__init__.py +2 -0
  373. pulumi_gcp/oracledatabase/autonomous_database.py +262 -38
  374. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +314 -50
  375. pulumi_gcp/oracledatabase/get_autonomous_database.py +23 -1
  376. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +34 -1
  377. pulumi_gcp/oracledatabase/odb_network.py +721 -0
  378. pulumi_gcp/oracledatabase/odb_subnet.py +803 -0
  379. pulumi_gcp/oracledatabase/outputs.py +83 -0
  380. pulumi_gcp/organizations/folder.py +56 -0
  381. pulumi_gcp/organizations/get_folder.py +29 -1
  382. pulumi_gcp/orgpolicy/policy.py +2 -2
  383. pulumi_gcp/parametermanager/parameter_version.py +62 -0
  384. pulumi_gcp/parametermanager/regional_parameter_version.py +64 -0
  385. pulumi_gcp/projects/api_key.py +88 -1
  386. pulumi_gcp/provider.py +20 -40
  387. pulumi_gcp/pubsub/schema_iam_binding.py +2 -0
  388. pulumi_gcp/pubsub/schema_iam_member.py +2 -0
  389. pulumi_gcp/pubsub/schema_iam_policy.py +2 -0
  390. pulumi_gcp/pubsub/subscription.py +130 -6
  391. pulumi_gcp/pubsub/topic.py +116 -0
  392. pulumi_gcp/pubsub/topic_iam_binding.py +2 -0
  393. pulumi_gcp/pubsub/topic_iam_member.py +2 -0
  394. pulumi_gcp/pubsub/topic_iam_policy.py +2 -0
  395. pulumi_gcp/pulumi-plugin.json +1 -1
  396. pulumi_gcp/redis/cluster.py +70 -0
  397. pulumi_gcp/redis/get_cluster.py +12 -1
  398. pulumi_gcp/redis/instance.py +8 -12
  399. pulumi_gcp/secretmanager/get_regional_secret.py +12 -1
  400. pulumi_gcp/secretmanager/get_secret.py +12 -1
  401. pulumi_gcp/secretmanager/outputs.py +30 -0
  402. pulumi_gcp/secretmanager/regional_secret.py +61 -0
  403. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -0
  404. pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -0
  405. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -0
  406. pulumi_gcp/secretmanager/secret.py +61 -0
  407. pulumi_gcp/secretmanager/secret_iam_binding.py +2 -0
  408. pulumi_gcp/secretmanager/secret_iam_member.py +2 -0
  409. pulumi_gcp/secretmanager/secret_iam_policy.py +2 -0
  410. pulumi_gcp/secretmanager/secret_version.py +1 -48
  411. pulumi_gcp/securesourcemanager/branch_rule.py +16 -8
  412. pulumi_gcp/securesourcemanager/instance.py +112 -4
  413. pulumi_gcp/securesourcemanager/repository.py +112 -8
  414. pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -0
  415. pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -0
  416. pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -0
  417. pulumi_gcp/securitycenter/instance_iam_binding.py +18 -4
  418. pulumi_gcp/securitycenter/instance_iam_member.py +18 -4
  419. pulumi_gcp/securitycenter/instance_iam_policy.py +18 -4
  420. pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +2 -0
  421. pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +2 -0
  422. pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +2 -0
  423. pulumi_gcp/serviceaccount/get_account_key.py +1 -0
  424. pulumi_gcp/servicedirectory/namespace_iam_binding.py +2 -0
  425. pulumi_gcp/servicedirectory/namespace_iam_member.py +2 -0
  426. pulumi_gcp/servicedirectory/namespace_iam_policy.py +2 -0
  427. pulumi_gcp/servicedirectory/service_iam_binding.py +2 -0
  428. pulumi_gcp/servicedirectory/service_iam_member.py +2 -0
  429. pulumi_gcp/servicedirectory/service_iam_policy.py +2 -0
  430. pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -0
  431. pulumi_gcp/sourcerepo/repository_iam_member.py +2 -0
  432. pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -0
  433. pulumi_gcp/sql/_inputs.py +88 -10
  434. pulumi_gcp/sql/database.py +0 -12
  435. pulumi_gcp/sql/database_instance.py +108 -7
  436. pulumi_gcp/sql/get_database_instance.py +12 -1
  437. pulumi_gcp/sql/outputs.py +158 -11
  438. pulumi_gcp/storage/__init__.py +2 -0
  439. pulumi_gcp/storage/_inputs.py +555 -12
  440. pulumi_gcp/storage/bucket.py +7 -7
  441. pulumi_gcp/storage/bucket_object.py +34 -0
  442. pulumi_gcp/storage/get_bucket_object.py +12 -1
  443. pulumi_gcp/storage/get_bucket_object_content.py +12 -1
  444. pulumi_gcp/storage/get_insights_dataset_config.py +363 -0
  445. pulumi_gcp/storage/insights_dataset_config.py +1280 -0
  446. pulumi_gcp/storage/outputs.py +703 -7
  447. pulumi_gcp/tags/tag_key_iam_binding.py +2 -0
  448. pulumi_gcp/tags/tag_key_iam_member.py +2 -0
  449. pulumi_gcp/tags/tag_key_iam_policy.py +2 -0
  450. pulumi_gcp/tags/tag_value_iam_binding.py +2 -0
  451. pulumi_gcp/tags/tag_value_iam_member.py +2 -0
  452. pulumi_gcp/tags/tag_value_iam_policy.py +2 -0
  453. pulumi_gcp/tpu/get_tensorflow_versions.py +10 -0
  454. pulumi_gcp/vertex/__init__.py +2 -0
  455. pulumi_gcp/vertex/_inputs.py +3768 -3
  456. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  457. pulumi_gcp/vertex/ai_endpoint_with_model_garden_deployment.py +940 -0
  458. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  459. pulumi_gcp/vertex/ai_index.py +21 -7
  460. pulumi_gcp/vertex/ai_rag_engine_config.py +354 -0
  461. pulumi_gcp/vertex/outputs.py +2678 -2
  462. pulumi_gcp/vmwareengine/network_peering.py +7 -7
  463. pulumi_gcp/workbench/_inputs.py +118 -0
  464. pulumi_gcp/workbench/instance.py +171 -2
  465. pulumi_gcp/workbench/outputs.py +91 -0
  466. {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/METADATA +1 -1
  467. {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/RECORD +469 -442
  468. {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/WHEEL +0 -0
  469. {pulumi_gcp-8.40.0a1754721948.dist-info → pulumi_gcp-8.41.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,763 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins as _builtins
6
+ import warnings
7
+ import sys
8
+ import pulumi
9
+ import pulumi.runtime
10
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
11
+ if sys.version_info >= (3, 11):
12
+ from typing import NotRequired, TypedDict, TypeAlias
13
+ else:
14
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
15
+ from .. import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
18
+
19
+ __all__ = ['WorkforcePoolIamMemberArgs', 'WorkforcePoolIamMember']
20
+
21
+ @pulumi.input_type
22
+ class WorkforcePoolIamMemberArgs:
23
+ def __init__(__self__, *,
24
+ member: pulumi.Input[_builtins.str],
25
+ role: pulumi.Input[_builtins.str],
26
+ workforce_pool_id: pulumi.Input[_builtins.str],
27
+ condition: Optional[pulumi.Input['WorkforcePoolIamMemberConditionArgs']] = None,
28
+ location: Optional[pulumi.Input[_builtins.str]] = None):
29
+ """
30
+ The set of arguments for constructing a WorkforcePoolIamMember resource.
31
+ :param pulumi.Input[_builtins.str] member: Identities that will be granted the privilege in `role`.
32
+ Each entry can have one of the following values:
33
+ * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
34
+ * **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
35
+ * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
36
+ * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
37
+ * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
38
+ * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
39
+ * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
40
+ * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
41
+ * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
42
+ :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
43
+ `iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
44
+ `[projects|organizations]/{parent-name}/roles/{role-name}`.
45
+ :param pulumi.Input[_builtins.str] workforce_pool_id: Used to find the parent resource to bind the IAM policy to
46
+ :param pulumi.Input[_builtins.str] location: The location for the resource. Used to find the parent resource to bind the IAM policy to. If not specified,
47
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
48
+ location is specified, it is taken from the provider configuration.
49
+ """
50
+ pulumi.set(__self__, "member", member)
51
+ pulumi.set(__self__, "role", role)
52
+ pulumi.set(__self__, "workforce_pool_id", workforce_pool_id)
53
+ if condition is not None:
54
+ pulumi.set(__self__, "condition", condition)
55
+ if location is not None:
56
+ pulumi.set(__self__, "location", location)
57
+
58
+ @_builtins.property
59
+ @pulumi.getter
60
+ def member(self) -> pulumi.Input[_builtins.str]:
61
+ """
62
+ Identities that will be granted the privilege in `role`.
63
+ Each entry can have one of the following values:
64
+ * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
65
+ * **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
66
+ * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
67
+ * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
68
+ * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
69
+ * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
70
+ * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
71
+ * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
72
+ * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
73
+ """
74
+ return pulumi.get(self, "member")
75
+
76
+ @member.setter
77
+ def member(self, value: pulumi.Input[_builtins.str]):
78
+ pulumi.set(self, "member", value)
79
+
80
+ @_builtins.property
81
+ @pulumi.getter
82
+ def role(self) -> pulumi.Input[_builtins.str]:
83
+ """
84
+ The role that should be applied. Only one
85
+ `iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
86
+ `[projects|organizations]/{parent-name}/roles/{role-name}`.
87
+ """
88
+ return pulumi.get(self, "role")
89
+
90
+ @role.setter
91
+ def role(self, value: pulumi.Input[_builtins.str]):
92
+ pulumi.set(self, "role", value)
93
+
94
+ @_builtins.property
95
+ @pulumi.getter(name="workforcePoolId")
96
+ def workforce_pool_id(self) -> pulumi.Input[_builtins.str]:
97
+ """
98
+ Used to find the parent resource to bind the IAM policy to
99
+ """
100
+ return pulumi.get(self, "workforce_pool_id")
101
+
102
+ @workforce_pool_id.setter
103
+ def workforce_pool_id(self, value: pulumi.Input[_builtins.str]):
104
+ pulumi.set(self, "workforce_pool_id", value)
105
+
106
+ @_builtins.property
107
+ @pulumi.getter
108
+ def condition(self) -> Optional[pulumi.Input['WorkforcePoolIamMemberConditionArgs']]:
109
+ return pulumi.get(self, "condition")
110
+
111
+ @condition.setter
112
+ def condition(self, value: Optional[pulumi.Input['WorkforcePoolIamMemberConditionArgs']]):
113
+ pulumi.set(self, "condition", value)
114
+
115
+ @_builtins.property
116
+ @pulumi.getter
117
+ def location(self) -> Optional[pulumi.Input[_builtins.str]]:
118
+ """
119
+ The location for the resource. Used to find the parent resource to bind the IAM policy to. If not specified,
120
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
+ location is specified, it is taken from the provider configuration.
122
+ """
123
+ return pulumi.get(self, "location")
124
+
125
+ @location.setter
126
+ def location(self, value: Optional[pulumi.Input[_builtins.str]]):
127
+ pulumi.set(self, "location", value)
128
+
129
+
130
+ @pulumi.input_type
131
+ class _WorkforcePoolIamMemberState:
132
+ def __init__(__self__, *,
133
+ condition: Optional[pulumi.Input['WorkforcePoolIamMemberConditionArgs']] = None,
134
+ etag: Optional[pulumi.Input[_builtins.str]] = None,
135
+ location: Optional[pulumi.Input[_builtins.str]] = None,
136
+ member: Optional[pulumi.Input[_builtins.str]] = None,
137
+ role: Optional[pulumi.Input[_builtins.str]] = None,
138
+ workforce_pool_id: Optional[pulumi.Input[_builtins.str]] = None):
139
+ """
140
+ Input properties used for looking up and filtering WorkforcePoolIamMember resources.
141
+ :param pulumi.Input[_builtins.str] etag: (Computed) The etag of the IAM policy.
142
+ :param pulumi.Input[_builtins.str] location: The location for the resource. Used to find the parent resource to bind the IAM policy to. If not specified,
143
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
144
+ location is specified, it is taken from the provider configuration.
145
+ :param pulumi.Input[_builtins.str] member: Identities that will be granted the privilege in `role`.
146
+ Each entry can have one of the following values:
147
+ * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
148
+ * **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
149
+ * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
150
+ * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
151
+ * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
152
+ * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
153
+ * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
154
+ * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
155
+ * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
156
+ :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
157
+ `iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
158
+ `[projects|organizations]/{parent-name}/roles/{role-name}`.
159
+ :param pulumi.Input[_builtins.str] workforce_pool_id: Used to find the parent resource to bind the IAM policy to
160
+ """
161
+ if condition is not None:
162
+ pulumi.set(__self__, "condition", condition)
163
+ if etag is not None:
164
+ pulumi.set(__self__, "etag", etag)
165
+ if location is not None:
166
+ pulumi.set(__self__, "location", location)
167
+ if member is not None:
168
+ pulumi.set(__self__, "member", member)
169
+ if role is not None:
170
+ pulumi.set(__self__, "role", role)
171
+ if workforce_pool_id is not None:
172
+ pulumi.set(__self__, "workforce_pool_id", workforce_pool_id)
173
+
174
+ @_builtins.property
175
+ @pulumi.getter
176
+ def condition(self) -> Optional[pulumi.Input['WorkforcePoolIamMemberConditionArgs']]:
177
+ return pulumi.get(self, "condition")
178
+
179
+ @condition.setter
180
+ def condition(self, value: Optional[pulumi.Input['WorkforcePoolIamMemberConditionArgs']]):
181
+ pulumi.set(self, "condition", value)
182
+
183
+ @_builtins.property
184
+ @pulumi.getter
185
+ def etag(self) -> Optional[pulumi.Input[_builtins.str]]:
186
+ """
187
+ (Computed) The etag of the IAM policy.
188
+ """
189
+ return pulumi.get(self, "etag")
190
+
191
+ @etag.setter
192
+ def etag(self, value: Optional[pulumi.Input[_builtins.str]]):
193
+ pulumi.set(self, "etag", value)
194
+
195
+ @_builtins.property
196
+ @pulumi.getter
197
+ def location(self) -> Optional[pulumi.Input[_builtins.str]]:
198
+ """
199
+ The location for the resource. Used to find the parent resource to bind the IAM policy to. If not specified,
200
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
201
+ location is specified, it is taken from the provider configuration.
202
+ """
203
+ return pulumi.get(self, "location")
204
+
205
+ @location.setter
206
+ def location(self, value: Optional[pulumi.Input[_builtins.str]]):
207
+ pulumi.set(self, "location", value)
208
+
209
+ @_builtins.property
210
+ @pulumi.getter
211
+ def member(self) -> Optional[pulumi.Input[_builtins.str]]:
212
+ """
213
+ Identities that will be granted the privilege in `role`.
214
+ Each entry can have one of the following values:
215
+ * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
216
+ * **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
217
+ * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
218
+ * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
219
+ * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
220
+ * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
221
+ * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
222
+ * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
223
+ * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
224
+ """
225
+ return pulumi.get(self, "member")
226
+
227
+ @member.setter
228
+ def member(self, value: Optional[pulumi.Input[_builtins.str]]):
229
+ pulumi.set(self, "member", value)
230
+
231
+ @_builtins.property
232
+ @pulumi.getter
233
+ def role(self) -> Optional[pulumi.Input[_builtins.str]]:
234
+ """
235
+ The role that should be applied. Only one
236
+ `iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
237
+ `[projects|organizations]/{parent-name}/roles/{role-name}`.
238
+ """
239
+ return pulumi.get(self, "role")
240
+
241
+ @role.setter
242
+ def role(self, value: Optional[pulumi.Input[_builtins.str]]):
243
+ pulumi.set(self, "role", value)
244
+
245
+ @_builtins.property
246
+ @pulumi.getter(name="workforcePoolId")
247
+ def workforce_pool_id(self) -> Optional[pulumi.Input[_builtins.str]]:
248
+ """
249
+ Used to find the parent resource to bind the IAM policy to
250
+ """
251
+ return pulumi.get(self, "workforce_pool_id")
252
+
253
+ @workforce_pool_id.setter
254
+ def workforce_pool_id(self, value: Optional[pulumi.Input[_builtins.str]]):
255
+ pulumi.set(self, "workforce_pool_id", value)
256
+
257
+
258
+ @pulumi.type_token("gcp:iam/workforcePoolIamMember:WorkforcePoolIamMember")
259
+ class WorkforcePoolIamMember(pulumi.CustomResource):
260
+ @overload
261
+ def __init__(__self__,
262
+ resource_name: str,
263
+ opts: Optional[pulumi.ResourceOptions] = None,
264
+ condition: Optional[pulumi.Input[Union['WorkforcePoolIamMemberConditionArgs', 'WorkforcePoolIamMemberConditionArgsDict']]] = None,
265
+ location: Optional[pulumi.Input[_builtins.str]] = None,
266
+ member: Optional[pulumi.Input[_builtins.str]] = None,
267
+ role: Optional[pulumi.Input[_builtins.str]] = None,
268
+ workforce_pool_id: Optional[pulumi.Input[_builtins.str]] = None,
269
+ __props__=None):
270
+ """
271
+ Three different resources help you manage your IAM policy for Cloud IAM WorkforcePool. Each of these resources serves a different use case:
272
+
273
+ * `iam.WorkforcePoolIamPolicy`: Authoritative. Sets the IAM policy for the workforcepool and replaces any existing policy already attached.
274
+ * `iam.WorkforcePoolIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the workforcepool are preserved.
275
+ * `iam.WorkforcePoolIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the workforcepool are preserved.
276
+
277
+ A data source can be used to retrieve policy data in advent you do not need creation
278
+
279
+ * `iam.WorkforcePoolIamPolicy`: Retrieves the IAM policy for the workforcepool
280
+
281
+ > **Note:** `iam.WorkforcePoolIamPolicy` **cannot** be used in conjunction with `iam.WorkforcePoolIamBinding` and `iam.WorkforcePoolIamMember` or they will fight over what your policy should be.
282
+
283
+ > **Note:** `iam.WorkforcePoolIamBinding` resources **can be** used in conjunction with `iam.WorkforcePoolIamMember` resources **only if** they do not grant privilege to the same role.
284
+
285
+ ## iam.WorkforcePoolIamPolicy
286
+
287
+ ```python
288
+ import pulumi
289
+ import pulumi_gcp as gcp
290
+
291
+ admin = gcp.organizations.get_iam_policy(bindings=[{
292
+ "role": "roles/iam.workforcePoolAdmin",
293
+ "members": ["user:jane@example.com"],
294
+ }])
295
+ policy = gcp.iam.WorkforcePoolIamPolicy("policy",
296
+ location=example["location"],
297
+ workforce_pool_id=example["workforcePoolId"],
298
+ policy_data=admin.policy_data)
299
+ ```
300
+
301
+ ## iam.WorkforcePoolIamBinding
302
+
303
+ ```python
304
+ import pulumi
305
+ import pulumi_gcp as gcp
306
+
307
+ binding = gcp.iam.WorkforcePoolIamBinding("binding",
308
+ location=example["location"],
309
+ workforce_pool_id=example["workforcePoolId"],
310
+ role="roles/iam.workforcePoolAdmin",
311
+ members=["user:jane@example.com"])
312
+ ```
313
+
314
+ ## iam.WorkforcePoolIamMember
315
+
316
+ ```python
317
+ import pulumi
318
+ import pulumi_gcp as gcp
319
+
320
+ member = gcp.iam.WorkforcePoolIamMember("member",
321
+ location=example["location"],
322
+ workforce_pool_id=example["workforcePoolId"],
323
+ role="roles/iam.workforcePoolAdmin",
324
+ member="user:jane@example.com")
325
+ ```
326
+
327
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
328
+
329
+ full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
330
+ ---
331
+
332
+ # IAM policy for Cloud IAM WorkforcePool
333
+
334
+ Three different resources help you manage your IAM policy for Cloud IAM WorkforcePool. Each of these resources serves a different use case:
335
+
336
+ * `iam.WorkforcePoolIamPolicy`: Authoritative. Sets the IAM policy for the workforcepool and replaces any existing policy already attached.
337
+ * `iam.WorkforcePoolIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the workforcepool are preserved.
338
+ * `iam.WorkforcePoolIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the workforcepool are preserved.
339
+
340
+ A data source can be used to retrieve policy data in advent you do not need creation
341
+
342
+ * `iam.WorkforcePoolIamPolicy`: Retrieves the IAM policy for the workforcepool
343
+
344
+ > **Note:** `iam.WorkforcePoolIamPolicy` **cannot** be used in conjunction with `iam.WorkforcePoolIamBinding` and `iam.WorkforcePoolIamMember` or they will fight over what your policy should be.
345
+
346
+ > **Note:** `iam.WorkforcePoolIamBinding` resources **can be** used in conjunction with `iam.WorkforcePoolIamMember` resources **only if** they do not grant privilege to the same role.
347
+
348
+ ## iam.WorkforcePoolIamPolicy
349
+
350
+ ```python
351
+ import pulumi
352
+ import pulumi_gcp as gcp
353
+
354
+ admin = gcp.organizations.get_iam_policy(bindings=[{
355
+ "role": "roles/iam.workforcePoolAdmin",
356
+ "members": ["user:jane@example.com"],
357
+ }])
358
+ policy = gcp.iam.WorkforcePoolIamPolicy("policy",
359
+ location=example["location"],
360
+ workforce_pool_id=example["workforcePoolId"],
361
+ policy_data=admin.policy_data)
362
+ ```
363
+
364
+ ## iam.WorkforcePoolIamBinding
365
+
366
+ ```python
367
+ import pulumi
368
+ import pulumi_gcp as gcp
369
+
370
+ binding = gcp.iam.WorkforcePoolIamBinding("binding",
371
+ location=example["location"],
372
+ workforce_pool_id=example["workforcePoolId"],
373
+ role="roles/iam.workforcePoolAdmin",
374
+ members=["user:jane@example.com"])
375
+ ```
376
+
377
+ ## iam.WorkforcePoolIamMember
378
+
379
+ ```python
380
+ import pulumi
381
+ import pulumi_gcp as gcp
382
+
383
+ member = gcp.iam.WorkforcePoolIamMember("member",
384
+ location=example["location"],
385
+ workforce_pool_id=example["workforcePoolId"],
386
+ role="roles/iam.workforcePoolAdmin",
387
+ member="user:jane@example.com")
388
+ ```
389
+
390
+ ## Import
391
+
392
+ For all import syntaxes, the "resource in question" can take any of the following forms:
393
+
394
+ * locations/{{location}}/workforcePools/{{workforce_pool_id}}
395
+
396
+ * {{location}}/{{workforce_pool_id}}
397
+
398
+ * {{workforce_pool_id}}
399
+
400
+ Any variables not passed in the import command will be taken from the provider configuration.
401
+
402
+ Cloud IAM workforcepool IAM resources can be imported using the resource identifiers, role, and member.
403
+
404
+ IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
405
+
406
+ ```sh
407
+ $ pulumi import gcp:iam/workforcePoolIamMember:WorkforcePoolIamMember editor "locations/{{location}}/workforcePools/{{workforce_pool_id}} roles/iam.workforcePoolViewer user:jane@example.com"
408
+ ```
409
+
410
+ IAM binding imports use space-delimited identifiers: the resource in question and the role, e.g.
411
+
412
+ ```sh
413
+ $ pulumi import gcp:iam/workforcePoolIamMember:WorkforcePoolIamMember editor "locations/{{location}}/workforcePools/{{workforce_pool_id}} roles/iam.workforcePoolViewer"
414
+ ```
415
+
416
+ IAM policy imports use the identifier of the resource in question, e.g.
417
+
418
+ ```sh
419
+ $ pulumi import gcp:iam/workforcePoolIamMember:WorkforcePoolIamMember editor locations/{{location}}/workforcePools/{{workforce_pool_id}}
420
+ ```
421
+
422
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
423
+
424
+ full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
425
+
426
+ :param str resource_name: The name of the resource.
427
+ :param pulumi.ResourceOptions opts: Options for the resource.
428
+ :param pulumi.Input[_builtins.str] location: The location for the resource. Used to find the parent resource to bind the IAM policy to. If not specified,
429
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
430
+ location is specified, it is taken from the provider configuration.
431
+ :param pulumi.Input[_builtins.str] member: Identities that will be granted the privilege in `role`.
432
+ Each entry can have one of the following values:
433
+ * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
434
+ * **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
435
+ * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
436
+ * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
437
+ * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
438
+ * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
439
+ * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
440
+ * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
441
+ * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
442
+ :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
443
+ `iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
444
+ `[projects|organizations]/{parent-name}/roles/{role-name}`.
445
+ :param pulumi.Input[_builtins.str] workforce_pool_id: Used to find the parent resource to bind the IAM policy to
446
+ """
447
+ ...
448
+ @overload
449
+ def __init__(__self__,
450
+ resource_name: str,
451
+ args: WorkforcePoolIamMemberArgs,
452
+ opts: Optional[pulumi.ResourceOptions] = None):
453
+ """
454
+ Three different resources help you manage your IAM policy for Cloud IAM WorkforcePool. Each of these resources serves a different use case:
455
+
456
+ * `iam.WorkforcePoolIamPolicy`: Authoritative. Sets the IAM policy for the workforcepool and replaces any existing policy already attached.
457
+ * `iam.WorkforcePoolIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the workforcepool are preserved.
458
+ * `iam.WorkforcePoolIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the workforcepool are preserved.
459
+
460
+ A data source can be used to retrieve policy data in advent you do not need creation
461
+
462
+ * `iam.WorkforcePoolIamPolicy`: Retrieves the IAM policy for the workforcepool
463
+
464
+ > **Note:** `iam.WorkforcePoolIamPolicy` **cannot** be used in conjunction with `iam.WorkforcePoolIamBinding` and `iam.WorkforcePoolIamMember` or they will fight over what your policy should be.
465
+
466
+ > **Note:** `iam.WorkforcePoolIamBinding` resources **can be** used in conjunction with `iam.WorkforcePoolIamMember` resources **only if** they do not grant privilege to the same role.
467
+
468
+ ## iam.WorkforcePoolIamPolicy
469
+
470
+ ```python
471
+ import pulumi
472
+ import pulumi_gcp as gcp
473
+
474
+ admin = gcp.organizations.get_iam_policy(bindings=[{
475
+ "role": "roles/iam.workforcePoolAdmin",
476
+ "members": ["user:jane@example.com"],
477
+ }])
478
+ policy = gcp.iam.WorkforcePoolIamPolicy("policy",
479
+ location=example["location"],
480
+ workforce_pool_id=example["workforcePoolId"],
481
+ policy_data=admin.policy_data)
482
+ ```
483
+
484
+ ## iam.WorkforcePoolIamBinding
485
+
486
+ ```python
487
+ import pulumi
488
+ import pulumi_gcp as gcp
489
+
490
+ binding = gcp.iam.WorkforcePoolIamBinding("binding",
491
+ location=example["location"],
492
+ workforce_pool_id=example["workforcePoolId"],
493
+ role="roles/iam.workforcePoolAdmin",
494
+ members=["user:jane@example.com"])
495
+ ```
496
+
497
+ ## iam.WorkforcePoolIamMember
498
+
499
+ ```python
500
+ import pulumi
501
+ import pulumi_gcp as gcp
502
+
503
+ member = gcp.iam.WorkforcePoolIamMember("member",
504
+ location=example["location"],
505
+ workforce_pool_id=example["workforcePoolId"],
506
+ role="roles/iam.workforcePoolAdmin",
507
+ member="user:jane@example.com")
508
+ ```
509
+
510
+ ## > **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
511
+
512
+ full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
513
+ ---
514
+
515
+ # IAM policy for Cloud IAM WorkforcePool
516
+
517
+ Three different resources help you manage your IAM policy for Cloud IAM WorkforcePool. Each of these resources serves a different use case:
518
+
519
+ * `iam.WorkforcePoolIamPolicy`: Authoritative. Sets the IAM policy for the workforcepool and replaces any existing policy already attached.
520
+ * `iam.WorkforcePoolIamBinding`: Authoritative for a given role. Updates the IAM policy to grant a role to a list of members. Other roles within the IAM policy for the workforcepool are preserved.
521
+ * `iam.WorkforcePoolIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the workforcepool are preserved.
522
+
523
+ A data source can be used to retrieve policy data in advent you do not need creation
524
+
525
+ * `iam.WorkforcePoolIamPolicy`: Retrieves the IAM policy for the workforcepool
526
+
527
+ > **Note:** `iam.WorkforcePoolIamPolicy` **cannot** be used in conjunction with `iam.WorkforcePoolIamBinding` and `iam.WorkforcePoolIamMember` or they will fight over what your policy should be.
528
+
529
+ > **Note:** `iam.WorkforcePoolIamBinding` resources **can be** used in conjunction with `iam.WorkforcePoolIamMember` resources **only if** they do not grant privilege to the same role.
530
+
531
+ ## iam.WorkforcePoolIamPolicy
532
+
533
+ ```python
534
+ import pulumi
535
+ import pulumi_gcp as gcp
536
+
537
+ admin = gcp.organizations.get_iam_policy(bindings=[{
538
+ "role": "roles/iam.workforcePoolAdmin",
539
+ "members": ["user:jane@example.com"],
540
+ }])
541
+ policy = gcp.iam.WorkforcePoolIamPolicy("policy",
542
+ location=example["location"],
543
+ workforce_pool_id=example["workforcePoolId"],
544
+ policy_data=admin.policy_data)
545
+ ```
546
+
547
+ ## iam.WorkforcePoolIamBinding
548
+
549
+ ```python
550
+ import pulumi
551
+ import pulumi_gcp as gcp
552
+
553
+ binding = gcp.iam.WorkforcePoolIamBinding("binding",
554
+ location=example["location"],
555
+ workforce_pool_id=example["workforcePoolId"],
556
+ role="roles/iam.workforcePoolAdmin",
557
+ members=["user:jane@example.com"])
558
+ ```
559
+
560
+ ## iam.WorkforcePoolIamMember
561
+
562
+ ```python
563
+ import pulumi
564
+ import pulumi_gcp as gcp
565
+
566
+ member = gcp.iam.WorkforcePoolIamMember("member",
567
+ location=example["location"],
568
+ workforce_pool_id=example["workforcePoolId"],
569
+ role="roles/iam.workforcePoolAdmin",
570
+ member="user:jane@example.com")
571
+ ```
572
+
573
+ ## Import
574
+
575
+ For all import syntaxes, the "resource in question" can take any of the following forms:
576
+
577
+ * locations/{{location}}/workforcePools/{{workforce_pool_id}}
578
+
579
+ * {{location}}/{{workforce_pool_id}}
580
+
581
+ * {{workforce_pool_id}}
582
+
583
+ Any variables not passed in the import command will be taken from the provider configuration.
584
+
585
+ Cloud IAM workforcepool IAM resources can be imported using the resource identifiers, role, and member.
586
+
587
+ IAM member imports use space-delimited identifiers: the resource in question, the role, and the member identity, e.g.
588
+
589
+ ```sh
590
+ $ pulumi import gcp:iam/workforcePoolIamMember:WorkforcePoolIamMember editor "locations/{{location}}/workforcePools/{{workforce_pool_id}} roles/iam.workforcePoolViewer user:jane@example.com"
591
+ ```
592
+
593
+ IAM binding imports use space-delimited identifiers: the resource in question and the role, e.g.
594
+
595
+ ```sh
596
+ $ pulumi import gcp:iam/workforcePoolIamMember:WorkforcePoolIamMember editor "locations/{{location}}/workforcePools/{{workforce_pool_id}} roles/iam.workforcePoolViewer"
597
+ ```
598
+
599
+ IAM policy imports use the identifier of the resource in question, e.g.
600
+
601
+ ```sh
602
+ $ pulumi import gcp:iam/workforcePoolIamMember:WorkforcePoolIamMember editor locations/{{location}}/workforcePools/{{workforce_pool_id}}
603
+ ```
604
+
605
+ -> **Custom Roles** If you're importing a IAM resource with a custom role, make sure to use the
606
+
607
+ full name of the custom role, e.g. `[projects/my-project|organizations/my-org]/roles/my-custom-role`.
608
+
609
+ :param str resource_name: The name of the resource.
610
+ :param WorkforcePoolIamMemberArgs args: The arguments to use to populate this resource's properties.
611
+ :param pulumi.ResourceOptions opts: Options for the resource.
612
+ """
613
+ ...
614
+ def __init__(__self__, resource_name: str, *args, **kwargs):
615
+ resource_args, opts = _utilities.get_resource_args_opts(WorkforcePoolIamMemberArgs, pulumi.ResourceOptions, *args, **kwargs)
616
+ if resource_args is not None:
617
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
618
+ else:
619
+ __self__._internal_init(resource_name, *args, **kwargs)
620
+
621
+ def _internal_init(__self__,
622
+ resource_name: str,
623
+ opts: Optional[pulumi.ResourceOptions] = None,
624
+ condition: Optional[pulumi.Input[Union['WorkforcePoolIamMemberConditionArgs', 'WorkforcePoolIamMemberConditionArgsDict']]] = None,
625
+ location: Optional[pulumi.Input[_builtins.str]] = None,
626
+ member: Optional[pulumi.Input[_builtins.str]] = None,
627
+ role: Optional[pulumi.Input[_builtins.str]] = None,
628
+ workforce_pool_id: Optional[pulumi.Input[_builtins.str]] = None,
629
+ __props__=None):
630
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
631
+ if not isinstance(opts, pulumi.ResourceOptions):
632
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
633
+ if opts.id is None:
634
+ if __props__ is not None:
635
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
636
+ __props__ = WorkforcePoolIamMemberArgs.__new__(WorkforcePoolIamMemberArgs)
637
+
638
+ __props__.__dict__["condition"] = condition
639
+ __props__.__dict__["location"] = location
640
+ if member is None and not opts.urn:
641
+ raise TypeError("Missing required property 'member'")
642
+ __props__.__dict__["member"] = member
643
+ if role is None and not opts.urn:
644
+ raise TypeError("Missing required property 'role'")
645
+ __props__.__dict__["role"] = role
646
+ if workforce_pool_id is None and not opts.urn:
647
+ raise TypeError("Missing required property 'workforce_pool_id'")
648
+ __props__.__dict__["workforce_pool_id"] = workforce_pool_id
649
+ __props__.__dict__["etag"] = None
650
+ super(WorkforcePoolIamMember, __self__).__init__(
651
+ 'gcp:iam/workforcePoolIamMember:WorkforcePoolIamMember',
652
+ resource_name,
653
+ __props__,
654
+ opts)
655
+
656
+ @staticmethod
657
+ def get(resource_name: str,
658
+ id: pulumi.Input[str],
659
+ opts: Optional[pulumi.ResourceOptions] = None,
660
+ condition: Optional[pulumi.Input[Union['WorkforcePoolIamMemberConditionArgs', 'WorkforcePoolIamMemberConditionArgsDict']]] = None,
661
+ etag: Optional[pulumi.Input[_builtins.str]] = None,
662
+ location: Optional[pulumi.Input[_builtins.str]] = None,
663
+ member: Optional[pulumi.Input[_builtins.str]] = None,
664
+ role: Optional[pulumi.Input[_builtins.str]] = None,
665
+ workforce_pool_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'WorkforcePoolIamMember':
666
+ """
667
+ Get an existing WorkforcePoolIamMember resource's state with the given name, id, and optional extra
668
+ properties used to qualify the lookup.
669
+
670
+ :param str resource_name: The unique name of the resulting resource.
671
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
672
+ :param pulumi.ResourceOptions opts: Options for the resource.
673
+ :param pulumi.Input[_builtins.str] etag: (Computed) The etag of the IAM policy.
674
+ :param pulumi.Input[_builtins.str] location: The location for the resource. Used to find the parent resource to bind the IAM policy to. If not specified,
675
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
676
+ location is specified, it is taken from the provider configuration.
677
+ :param pulumi.Input[_builtins.str] member: Identities that will be granted the privilege in `role`.
678
+ Each entry can have one of the following values:
679
+ * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
680
+ * **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
681
+ * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
682
+ * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
683
+ * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
684
+ * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
685
+ * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
686
+ * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
687
+ * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
688
+ :param pulumi.Input[_builtins.str] role: The role that should be applied. Only one
689
+ `iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
690
+ `[projects|organizations]/{parent-name}/roles/{role-name}`.
691
+ :param pulumi.Input[_builtins.str] workforce_pool_id: Used to find the parent resource to bind the IAM policy to
692
+ """
693
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
694
+
695
+ __props__ = _WorkforcePoolIamMemberState.__new__(_WorkforcePoolIamMemberState)
696
+
697
+ __props__.__dict__["condition"] = condition
698
+ __props__.__dict__["etag"] = etag
699
+ __props__.__dict__["location"] = location
700
+ __props__.__dict__["member"] = member
701
+ __props__.__dict__["role"] = role
702
+ __props__.__dict__["workforce_pool_id"] = workforce_pool_id
703
+ return WorkforcePoolIamMember(resource_name, opts=opts, __props__=__props__)
704
+
705
+ @_builtins.property
706
+ @pulumi.getter
707
+ def condition(self) -> pulumi.Output[Optional['outputs.WorkforcePoolIamMemberCondition']]:
708
+ return pulumi.get(self, "condition")
709
+
710
+ @_builtins.property
711
+ @pulumi.getter
712
+ def etag(self) -> pulumi.Output[_builtins.str]:
713
+ """
714
+ (Computed) The etag of the IAM policy.
715
+ """
716
+ return pulumi.get(self, "etag")
717
+
718
+ @_builtins.property
719
+ @pulumi.getter
720
+ def location(self) -> pulumi.Output[_builtins.str]:
721
+ """
722
+ The location for the resource. Used to find the parent resource to bind the IAM policy to. If not specified,
723
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
724
+ location is specified, it is taken from the provider configuration.
725
+ """
726
+ return pulumi.get(self, "location")
727
+
728
+ @_builtins.property
729
+ @pulumi.getter
730
+ def member(self) -> pulumi.Output[_builtins.str]:
731
+ """
732
+ Identities that will be granted the privilege in `role`.
733
+ Each entry can have one of the following values:
734
+ * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
735
+ * **allAuthenticatedUsers**: A special identifier that represents anyone who is authenticated with a Google account or a service account.
736
+ * **user:{emailid}**: An email address that represents a specific Google account. For example, alice@gmail.com or joe@example.com.
737
+ * **serviceAccount:{emailid}**: An email address that represents a service account. For example, my-other-app@appspot.gserviceaccount.com.
738
+ * **group:{emailid}**: An email address that represents a Google group. For example, admins@example.com.
739
+ * **domain:{domain}**: A G Suite domain (primary, instead of alias) name that represents all the users of that domain. For example, google.com or example.com.
740
+ * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
741
+ * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
742
+ * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
743
+ """
744
+ return pulumi.get(self, "member")
745
+
746
+ @_builtins.property
747
+ @pulumi.getter
748
+ def role(self) -> pulumi.Output[_builtins.str]:
749
+ """
750
+ The role that should be applied. Only one
751
+ `iam.WorkforcePoolIamBinding` can be used per role. Note that custom roles must be of the format
752
+ `[projects|organizations]/{parent-name}/roles/{role-name}`.
753
+ """
754
+ return pulumi.get(self, "role")
755
+
756
+ @_builtins.property
757
+ @pulumi.getter(name="workforcePoolId")
758
+ def workforce_pool_id(self) -> pulumi.Output[_builtins.str]:
759
+ """
760
+ Used to find the parent resource to bind the IAM policy to
761
+ """
762
+ return pulumi.get(self, "workforce_pool_id")
763
+