pulumi-gcp 8.42.0a1758178363__py3-none-any.whl → 9.0.0a1758219982__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 (271) hide show
  1. pulumi_gcp/__init__.py +83 -48
  2. pulumi_gcp/activedirectory/peering.py +16 -0
  3. pulumi_gcp/alloydb/backup.py +8 -4
  4. pulumi_gcp/alloydb/cluster.py +56 -10
  5. pulumi_gcp/alloydb/get_cluster.py +12 -1
  6. pulumi_gcp/alloydb/instance.py +10 -4
  7. pulumi_gcp/alloydb/user.py +8 -4
  8. pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
  9. pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
  10. pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
  11. pulumi_gcp/apigateway/api_iam_binding.py +4 -4
  12. pulumi_gcp/apigateway/api_iam_member.py +4 -4
  13. pulumi_gcp/apigateway/api_iam_policy.py +4 -4
  14. pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
  15. pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
  16. pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
  17. pulumi_gcp/apigee/_inputs.py +151 -108
  18. pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +52 -40
  19. pulumi_gcp/apigee/outputs.py +92 -88
  20. pulumi_gcp/artifactregistry/__init__.py +2 -0
  21. pulumi_gcp/artifactregistry/_inputs.py +0 -12
  22. pulumi_gcp/artifactregistry/get_npm_package.py +251 -0
  23. pulumi_gcp/artifactregistry/get_python_package.py +237 -0
  24. pulumi_gcp/artifactregistry/get_repository.py +12 -1
  25. pulumi_gcp/artifactregistry/outputs.py +8 -16
  26. pulumi_gcp/artifactregistry/repository.py +28 -0
  27. pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
  28. pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
  29. pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
  30. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
  31. pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
  32. pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
  33. pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
  34. pulumi_gcp/beyondcorp/__init__.py +0 -5
  35. pulumi_gcp/beyondcorp/_inputs.py +0 -312
  36. pulumi_gcp/beyondcorp/outputs.py +0 -200
  37. pulumi_gcp/bigquery/_inputs.py +114 -4
  38. pulumi_gcp/bigquery/app_profile.py +3 -5
  39. pulumi_gcp/bigquery/outputs.py +75 -5
  40. pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
  41. pulumi_gcp/bigtable/app_profile.py +1 -1
  42. pulumi_gcp/bigtable/get_table_iam_policy.py +16 -18
  43. pulumi_gcp/bigtable/table_iam_binding.py +43 -43
  44. pulumi_gcp/bigtable/table_iam_member.py +43 -43
  45. pulumi_gcp/bigtable/table_iam_policy.py +43 -43
  46. pulumi_gcp/billing/_inputs.py +0 -6
  47. pulumi_gcp/billing/outputs.py +0 -4
  48. pulumi_gcp/certificatemanager/__init__.py +1 -0
  49. pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
  50. pulumi_gcp/certificatemanager/get_dns_authorization.py +229 -0
  51. pulumi_gcp/certificatemanager/outputs.py +41 -0
  52. pulumi_gcp/chronicle/_inputs.py +6 -5
  53. pulumi_gcp/chronicle/outputs.py +4 -3
  54. pulumi_gcp/chronicle/reference_list.py +53 -5
  55. pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
  56. pulumi_gcp/cloudbuild/_inputs.py +309 -45
  57. pulumi_gcp/cloudbuild/bitbucket_server_config.py +2 -6
  58. pulumi_gcp/cloudbuild/get_trigger.py +12 -1
  59. pulumi_gcp/cloudbuild/outputs.py +380 -30
  60. pulumi_gcp/cloudbuild/trigger.py +160 -2
  61. pulumi_gcp/cloudbuild/worker_pool.py +2 -6
  62. pulumi_gcp/cloudfunctionsv2/_inputs.py +23 -21
  63. pulumi_gcp/cloudfunctionsv2/outputs.py +17 -16
  64. pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
  65. pulumi_gcp/cloudrunv2/_inputs.py +80 -26
  66. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  67. pulumi_gcp/cloudrunv2/outputs.py +109 -30
  68. pulumi_gcp/cloudrunv2/service.py +72 -12
  69. pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
  70. pulumi_gcp/cloudtasks/queue.py +98 -2
  71. pulumi_gcp/colab/_inputs.py +1 -114
  72. pulumi_gcp/colab/outputs.py +1 -106
  73. pulumi_gcp/compute/_inputs.py +884 -24
  74. pulumi_gcp/compute/backend_bucket.py +68 -0
  75. pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
  76. pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
  77. pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
  78. pulumi_gcp/compute/backend_service.py +54 -0
  79. pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
  80. pulumi_gcp/compute/backend_service_iam_member.py +464 -0
  81. pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
  82. pulumi_gcp/compute/cross_site_network.py +16 -0
  83. pulumi_gcp/compute/future_reservation.py +32 -0
  84. pulumi_gcp/compute/get_backend_bucket.py +12 -1
  85. pulumi_gcp/compute/get_backend_service.py +12 -1
  86. pulumi_gcp/compute/get_region_backend_service.py +12 -1
  87. pulumi_gcp/compute/get_resource_policy.py +2 -20
  88. pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
  89. pulumi_gcp/compute/machine_image_iam_member.py +8 -4
  90. pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
  91. pulumi_gcp/compute/network_edge_security_service.py +16 -0
  92. pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
  93. pulumi_gcp/compute/network_peering_routes_config.py +0 -100
  94. pulumi_gcp/compute/organization_security_policy.py +83 -51
  95. pulumi_gcp/compute/outputs.py +799 -16
  96. pulumi_gcp/compute/packet_mirroring.py +6 -0
  97. pulumi_gcp/compute/preview_feature.py +16 -0
  98. pulumi_gcp/compute/public_delegated_prefix.py +42 -0
  99. pulumi_gcp/compute/region_backend_service.py +54 -0
  100. pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
  101. pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
  102. pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
  103. pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
  104. pulumi_gcp/compute/region_resize_request.py +24 -0
  105. pulumi_gcp/compute/region_url_map.py +75 -0
  106. pulumi_gcp/compute/subnetwork.py +0 -98
  107. pulumi_gcp/compute/wire_group.py +16 -0
  108. pulumi_gcp/config/__init__.pyi +2 -2
  109. pulumi_gcp/config/vars.py +4 -4
  110. pulumi_gcp/container/_inputs.py +466 -18
  111. pulumi_gcp/container/cluster.py +16 -7
  112. pulumi_gcp/container/outputs.py +448 -15
  113. pulumi_gcp/databasemigrationservice/connection_profile.py +4 -2
  114. pulumi_gcp/databasemigrationservice/migration_job.py +4 -2
  115. pulumi_gcp/dataflow/flex_template_job.py +10 -0
  116. pulumi_gcp/dataform/repository.py +16 -0
  117. pulumi_gcp/dataform/repository_release_config.py +16 -0
  118. pulumi_gcp/dataform/repository_workflow_config.py +16 -0
  119. pulumi_gcp/diagflow/_inputs.py +152 -0
  120. pulumi_gcp/diagflow/cx_agent.py +425 -0
  121. pulumi_gcp/diagflow/outputs.py +143 -0
  122. pulumi_gcp/discoveryengine/__init__.py +1 -0
  123. pulumi_gcp/discoveryengine/_inputs.py +94 -0
  124. pulumi_gcp/discoveryengine/acl_config.py +393 -0
  125. pulumi_gcp/discoveryengine/outputs.py +92 -0
  126. pulumi_gcp/firebase/android_app.py +16 -0
  127. pulumi_gcp/firebase/app_check_play_integrity_config.py +4 -8
  128. pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +2 -4
  129. pulumi_gcp/firebase/app_check_service_config.py +6 -12
  130. pulumi_gcp/firebase/app_hosting_backend.py +4 -8
  131. pulumi_gcp/firebase/app_hosting_build.py +4 -8
  132. pulumi_gcp/firebase/app_hosting_traffic.py +6 -12
  133. pulumi_gcp/firebase/apple_app.py +16 -0
  134. pulumi_gcp/firebase/data_connect_service.py +4 -8
  135. pulumi_gcp/firebase/database_instance.py +20 -8
  136. pulumi_gcp/firebase/extensions_instance.py +12 -0
  137. pulumi_gcp/firebase/get_android_app.py +4 -2
  138. pulumi_gcp/firebase/get_apple_app.py +4 -2
  139. pulumi_gcp/firebase/get_apple_app_config.py +16 -2
  140. pulumi_gcp/firebase/get_hosting_channel.py +4 -2
  141. pulumi_gcp/firebase/hosting_channel.py +20 -0
  142. pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
  143. pulumi_gcp/firebase/hosting_release.py +16 -0
  144. pulumi_gcp/firebase/hosting_site.py +16 -0
  145. pulumi_gcp/firebase/hosting_version.py +16 -0
  146. pulumi_gcp/firebase/storage_bucket.py +18 -0
  147. pulumi_gcp/firestore/index.py +118 -3
  148. pulumi_gcp/folder/service_identity.py +26 -0
  149. pulumi_gcp/gkehub/_inputs.py +0 -60
  150. pulumi_gcp/gkehub/get_membership.py +1 -12
  151. pulumi_gcp/gkehub/membership.py +0 -70
  152. pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
  153. pulumi_gcp/gkehub/outputs.py +0 -36
  154. pulumi_gcp/healthcare/_inputs.py +205 -0
  155. pulumi_gcp/healthcare/fhir_store.py +128 -0
  156. pulumi_gcp/healthcare/outputs.py +163 -0
  157. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
  158. pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
  159. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
  160. pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
  161. pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
  162. pulumi_gcp/iap/__init__.py +8 -0
  163. pulumi_gcp/iap/_inputs.py +260 -0
  164. pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
  165. pulumi_gcp/iap/get_web_region_forwarding_rule_service_iam_policy.py +182 -0
  166. pulumi_gcp/iap/outputs.py +152 -0
  167. pulumi_gcp/{beyondcorp/application_iam_binding.py → iap/web_forwarding_rule_service_iam_binding.py} +233 -315
  168. pulumi_gcp/{beyondcorp/application_iam_member.py → iap/web_forwarding_rule_service_iam_member.py} +233 -315
  169. pulumi_gcp/{beyondcorp/application_iam_policy.py → iap/web_forwarding_rule_service_iam_policy.py} +212 -294
  170. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_binding.py +1091 -0
  171. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_member.py +1091 -0
  172. pulumi_gcp/iap/web_region_forwarding_rule_service_iam_policy.py +910 -0
  173. pulumi_gcp/kms/autokey_config.py +0 -2
  174. pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
  175. pulumi_gcp/kms/key_handle.py +0 -2
  176. pulumi_gcp/logging/organization_sink.py +7 -7
  177. pulumi_gcp/managedkafka/connect_cluster.py +4 -0
  178. pulumi_gcp/managedkafka/connector.py +4 -0
  179. pulumi_gcp/memorystore/get_instance.py +1 -12
  180. pulumi_gcp/memorystore/instance.py +14 -84
  181. pulumi_gcp/netapp/storage_pool.py +91 -2
  182. pulumi_gcp/netapp/volume.py +47 -0
  183. pulumi_gcp/networkmanagement/__init__.py +1 -0
  184. pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
  185. pulumi_gcp/networksecurity/authorization_policy.py +12 -0
  186. pulumi_gcp/networkservices/gateway.py +7 -7
  187. pulumi_gcp/networkservices/lb_traffic_extension.py +24 -23
  188. pulumi_gcp/networkservices/service_lb_policies.py +12 -0
  189. pulumi_gcp/notebooks/__init__.py +0 -1
  190. pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
  191. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -3
  192. pulumi_gcp/projects/service.py +2 -11
  193. pulumi_gcp/provider.py +20 -20
  194. pulumi_gcp/pulumi-plugin.json +1 -1
  195. pulumi_gcp/redis/cluster.py +0 -70
  196. pulumi_gcp/redis/get_cluster.py +1 -12
  197. pulumi_gcp/resourcemanager/capability.py +16 -0
  198. pulumi_gcp/runtimeconfig/config.py +16 -0
  199. pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
  200. pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
  201. pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
  202. pulumi_gcp/runtimeconfig/variable.py +10 -0
  203. pulumi_gcp/saasruntime/__init__.py +12 -0
  204. pulumi_gcp/saasruntime/_inputs.py +513 -0
  205. pulumi_gcp/saasruntime/outputs.py +431 -0
  206. pulumi_gcp/saasruntime/saa_s.py +819 -0
  207. pulumi_gcp/saasruntime/unit_kind.py +1024 -0
  208. pulumi_gcp/securesourcemanager/_inputs.py +20 -19
  209. pulumi_gcp/securesourcemanager/instance.py +7 -7
  210. pulumi_gcp/securesourcemanager/outputs.py +15 -14
  211. pulumi_gcp/securesourcemanager/repository.py +7 -7
  212. pulumi_gcp/serviceaccount/get_account_key.py +1 -21
  213. pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
  214. pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
  215. pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
  216. pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
  217. pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
  218. pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
  219. pulumi_gcp/sql/_inputs.py +135 -1
  220. pulumi_gcp/sql/database_instance.py +94 -0
  221. pulumi_gcp/sql/get_database_instance.py +23 -1
  222. pulumi_gcp/sql/outputs.py +276 -3
  223. pulumi_gcp/sql/user.py +61 -0
  224. pulumi_gcp/storage/_inputs.py +253 -7
  225. pulumi_gcp/storage/bucket_object.py +0 -9
  226. pulumi_gcp/storage/outputs.py +198 -8
  227. pulumi_gcp/storage/transfer_job.py +47 -0
  228. pulumi_gcp/tpu/__init__.py +0 -2
  229. pulumi_gcp/tpu/_inputs.py +0 -93
  230. pulumi_gcp/tpu/outputs.py +0 -72
  231. pulumi_gcp/tpu/v2_queued_resource.py +16 -0
  232. pulumi_gcp/tpu/v2_vm.py +16 -0
  233. pulumi_gcp/vertex/_inputs.py +8 -9
  234. pulumi_gcp/vertex/ai_endpoint.py +2 -4
  235. pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
  236. pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
  237. pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
  238. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -2
  239. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
  240. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
  241. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
  242. pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
  243. pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
  244. pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
  245. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
  246. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
  247. pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
  248. pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
  249. pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
  250. pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
  251. pulumi_gcp/vertex/ai_index.py +24 -23
  252. pulumi_gcp/vertex/ai_metadata_store.py +16 -0
  253. pulumi_gcp/vertex/outputs.py +7 -8
  254. pulumi_gcp/workstations/workstation.py +16 -0
  255. pulumi_gcp/workstations/workstation_cluster.py +16 -0
  256. pulumi_gcp/workstations/workstation_config.py +16 -0
  257. pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
  258. pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
  259. pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
  260. pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
  261. pulumi_gcp/workstations/workstation_iam_member.py +272 -0
  262. pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
  263. {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
  264. {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +266 -255
  265. pulumi_gcp/beyondcorp/application.py +0 -746
  266. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -182
  267. pulumi_gcp/notebooks/location.py +0 -285
  268. pulumi_gcp/tpu/get_tensorflow_versions.py +0 -184
  269. pulumi_gcp/tpu/node.py +0 -1062
  270. {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
  271. {pulumi_gcp-8.42.0a1758178363.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -234,6 +234,130 @@ class AiFeatureOnlineStoreFeatureviewIamPolicy(pulumi.CustomResource):
234
234
  region: Optional[pulumi.Input[_builtins.str]] = None,
235
235
  __props__=None):
236
236
  """
237
+ Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStoreFeatureview. Each of these resources serves a different use case:
238
+
239
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestorefeatureview and replaces any existing policy already attached.
240
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamBinding`: 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 featureonlinestorefeatureview are preserved.
241
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestorefeatureview are preserved.
242
+
243
+ A data source can be used to retrieve policy data in advent you do not need creation
244
+
245
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Retrieves the IAM policy for the featureonlinestorefeatureview
246
+
247
+ > **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` and `vertex.AiFeatureOnlineStoreFeatureviewIamMember` or they will fight over what your policy should be.
248
+
249
+ > **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamMember` resources **only if** they do not grant privilege to the same role.
250
+
251
+ ## vertex.AiFeatureOnlineStoreFeatureviewIamPolicy
252
+
253
+ ```python
254
+ import pulumi
255
+ import pulumi_gcp as gcp
256
+
257
+ admin = gcp.organizations.get_iam_policy(bindings=[{
258
+ "role": "roles/viewer",
259
+ "members": ["user:jane@example.com"],
260
+ }])
261
+ policy = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamPolicy("policy",
262
+ region=featureview["region"],
263
+ feature_online_store=featureview["featureOnlineStore"],
264
+ feature_view=featureview["name"],
265
+ policy_data=admin.policy_data)
266
+ ```
267
+
268
+ ## vertex.AiFeatureOnlineStoreFeatureviewIamBinding
269
+
270
+ ```python
271
+ import pulumi
272
+ import pulumi_gcp as gcp
273
+
274
+ binding = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamBinding("binding",
275
+ region=featureview["region"],
276
+ feature_online_store=featureview["featureOnlineStore"],
277
+ feature_view=featureview["name"],
278
+ role="roles/viewer",
279
+ members=["user:jane@example.com"])
280
+ ```
281
+
282
+ ## vertex.AiFeatureOnlineStoreFeatureviewIamMember
283
+
284
+ ```python
285
+ import pulumi
286
+ import pulumi_gcp as gcp
287
+
288
+ member = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamMember("member",
289
+ region=featureview["region"],
290
+ feature_online_store=featureview["featureOnlineStore"],
291
+ feature_view=featureview["name"],
292
+ role="roles/viewer",
293
+ member="user:jane@example.com")
294
+ ```
295
+
296
+ ## This resource supports User Project Overrides.
297
+
298
+ -
299
+
300
+ # IAM policy for Vertex AI FeatureOnlineStoreFeatureview
301
+
302
+ Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStoreFeatureview. Each of these resources serves a different use case:
303
+
304
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestorefeatureview and replaces any existing policy already attached.
305
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamBinding`: 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 featureonlinestorefeatureview are preserved.
306
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestorefeatureview are preserved.
307
+
308
+ A data source can be used to retrieve policy data in advent you do not need creation
309
+
310
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Retrieves the IAM policy for the featureonlinestorefeatureview
311
+
312
+ > **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` and `vertex.AiFeatureOnlineStoreFeatureviewIamMember` or they will fight over what your policy should be.
313
+
314
+ > **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamMember` resources **only if** they do not grant privilege to the same role.
315
+
316
+ ## vertex.AiFeatureOnlineStoreFeatureviewIamPolicy
317
+
318
+ ```python
319
+ import pulumi
320
+ import pulumi_gcp as gcp
321
+
322
+ admin = gcp.organizations.get_iam_policy(bindings=[{
323
+ "role": "roles/viewer",
324
+ "members": ["user:jane@example.com"],
325
+ }])
326
+ policy = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamPolicy("policy",
327
+ region=featureview["region"],
328
+ feature_online_store=featureview["featureOnlineStore"],
329
+ feature_view=featureview["name"],
330
+ policy_data=admin.policy_data)
331
+ ```
332
+
333
+ ## vertex.AiFeatureOnlineStoreFeatureviewIamBinding
334
+
335
+ ```python
336
+ import pulumi
337
+ import pulumi_gcp as gcp
338
+
339
+ binding = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamBinding("binding",
340
+ region=featureview["region"],
341
+ feature_online_store=featureview["featureOnlineStore"],
342
+ feature_view=featureview["name"],
343
+ role="roles/viewer",
344
+ members=["user:jane@example.com"])
345
+ ```
346
+
347
+ ## vertex.AiFeatureOnlineStoreFeatureviewIamMember
348
+
349
+ ```python
350
+ import pulumi
351
+ import pulumi_gcp as gcp
352
+
353
+ member = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamMember("member",
354
+ region=featureview["region"],
355
+ feature_online_store=featureview["featureOnlineStore"],
356
+ feature_view=featureview["name"],
357
+ role="roles/viewer",
358
+ member="user:jane@example.com")
359
+ ```
360
+
237
361
  ## Import
238
362
 
239
363
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -289,6 +413,130 @@ class AiFeatureOnlineStoreFeatureviewIamPolicy(pulumi.CustomResource):
289
413
  args: AiFeatureOnlineStoreFeatureviewIamPolicyArgs,
290
414
  opts: Optional[pulumi.ResourceOptions] = None):
291
415
  """
416
+ Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStoreFeatureview. Each of these resources serves a different use case:
417
+
418
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestorefeatureview and replaces any existing policy already attached.
419
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamBinding`: 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 featureonlinestorefeatureview are preserved.
420
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestorefeatureview are preserved.
421
+
422
+ A data source can be used to retrieve policy data in advent you do not need creation
423
+
424
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Retrieves the IAM policy for the featureonlinestorefeatureview
425
+
426
+ > **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` and `vertex.AiFeatureOnlineStoreFeatureviewIamMember` or they will fight over what your policy should be.
427
+
428
+ > **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamMember` resources **only if** they do not grant privilege to the same role.
429
+
430
+ ## vertex.AiFeatureOnlineStoreFeatureviewIamPolicy
431
+
432
+ ```python
433
+ import pulumi
434
+ import pulumi_gcp as gcp
435
+
436
+ admin = gcp.organizations.get_iam_policy(bindings=[{
437
+ "role": "roles/viewer",
438
+ "members": ["user:jane@example.com"],
439
+ }])
440
+ policy = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamPolicy("policy",
441
+ region=featureview["region"],
442
+ feature_online_store=featureview["featureOnlineStore"],
443
+ feature_view=featureview["name"],
444
+ policy_data=admin.policy_data)
445
+ ```
446
+
447
+ ## vertex.AiFeatureOnlineStoreFeatureviewIamBinding
448
+
449
+ ```python
450
+ import pulumi
451
+ import pulumi_gcp as gcp
452
+
453
+ binding = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamBinding("binding",
454
+ region=featureview["region"],
455
+ feature_online_store=featureview["featureOnlineStore"],
456
+ feature_view=featureview["name"],
457
+ role="roles/viewer",
458
+ members=["user:jane@example.com"])
459
+ ```
460
+
461
+ ## vertex.AiFeatureOnlineStoreFeatureviewIamMember
462
+
463
+ ```python
464
+ import pulumi
465
+ import pulumi_gcp as gcp
466
+
467
+ member = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamMember("member",
468
+ region=featureview["region"],
469
+ feature_online_store=featureview["featureOnlineStore"],
470
+ feature_view=featureview["name"],
471
+ role="roles/viewer",
472
+ member="user:jane@example.com")
473
+ ```
474
+
475
+ ## This resource supports User Project Overrides.
476
+
477
+ -
478
+
479
+ # IAM policy for Vertex AI FeatureOnlineStoreFeatureview
480
+
481
+ Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStoreFeatureview. Each of these resources serves a different use case:
482
+
483
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestorefeatureview and replaces any existing policy already attached.
484
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamBinding`: 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 featureonlinestorefeatureview are preserved.
485
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestorefeatureview are preserved.
486
+
487
+ A data source can be used to retrieve policy data in advent you do not need creation
488
+
489
+ * `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy`: Retrieves the IAM policy for the featureonlinestorefeatureview
490
+
491
+ > **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` and `vertex.AiFeatureOnlineStoreFeatureviewIamMember` or they will fight over what your policy should be.
492
+
493
+ > **Note:** `vertex.AiFeatureOnlineStoreFeatureviewIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreFeatureviewIamMember` resources **only if** they do not grant privilege to the same role.
494
+
495
+ ## vertex.AiFeatureOnlineStoreFeatureviewIamPolicy
496
+
497
+ ```python
498
+ import pulumi
499
+ import pulumi_gcp as gcp
500
+
501
+ admin = gcp.organizations.get_iam_policy(bindings=[{
502
+ "role": "roles/viewer",
503
+ "members": ["user:jane@example.com"],
504
+ }])
505
+ policy = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamPolicy("policy",
506
+ region=featureview["region"],
507
+ feature_online_store=featureview["featureOnlineStore"],
508
+ feature_view=featureview["name"],
509
+ policy_data=admin.policy_data)
510
+ ```
511
+
512
+ ## vertex.AiFeatureOnlineStoreFeatureviewIamBinding
513
+
514
+ ```python
515
+ import pulumi
516
+ import pulumi_gcp as gcp
517
+
518
+ binding = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamBinding("binding",
519
+ region=featureview["region"],
520
+ feature_online_store=featureview["featureOnlineStore"],
521
+ feature_view=featureview["name"],
522
+ role="roles/viewer",
523
+ members=["user:jane@example.com"])
524
+ ```
525
+
526
+ ## vertex.AiFeatureOnlineStoreFeatureviewIamMember
527
+
528
+ ```python
529
+ import pulumi
530
+ import pulumi_gcp as gcp
531
+
532
+ member = gcp.vertex.AiFeatureOnlineStoreFeatureviewIamMember("member",
533
+ region=featureview["region"],
534
+ feature_online_store=featureview["featureOnlineStore"],
535
+ feature_view=featureview["name"],
536
+ role="roles/viewer",
537
+ member="user:jane@example.com")
538
+ ```
539
+
292
540
  ## Import
293
541
 
294
542
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -305,6 +305,124 @@ class AiFeatureOnlineStoreIamBinding(pulumi.CustomResource):
305
305
  role: Optional[pulumi.Input[_builtins.str]] = None,
306
306
  __props__=None):
307
307
  """
308
+ Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStore. Each of these resources serves a different use case:
309
+
310
+ * `vertex.AiFeatureOnlineStoreIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestore and replaces any existing policy already attached.
311
+ * `vertex.AiFeatureOnlineStoreIamBinding`: 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 featureonlinestore are preserved.
312
+ * `vertex.AiFeatureOnlineStoreIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestore are preserved.
313
+
314
+ A data source can be used to retrieve policy data in advent you do not need creation
315
+
316
+ * `vertex.AiFeatureOnlineStoreIamPolicy`: Retrieves the IAM policy for the featureonlinestore
317
+
318
+ > **Note:** `vertex.AiFeatureOnlineStoreIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreIamBinding` and `vertex.AiFeatureOnlineStoreIamMember` or they will fight over what your policy should be.
319
+
320
+ > **Note:** `vertex.AiFeatureOnlineStoreIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreIamMember` resources **only if** they do not grant privilege to the same role.
321
+
322
+ ## vertex.AiFeatureOnlineStoreIamPolicy
323
+
324
+ ```python
325
+ import pulumi
326
+ import pulumi_gcp as gcp
327
+
328
+ admin = gcp.organizations.get_iam_policy(bindings=[{
329
+ "role": "roles/viewer",
330
+ "members": ["user:jane@example.com"],
331
+ }])
332
+ policy = gcp.vertex.AiFeatureOnlineStoreIamPolicy("policy",
333
+ region=feature_online_store["region"],
334
+ feature_online_store=feature_online_store["name"],
335
+ policy_data=admin.policy_data)
336
+ ```
337
+
338
+ ## vertex.AiFeatureOnlineStoreIamBinding
339
+
340
+ ```python
341
+ import pulumi
342
+ import pulumi_gcp as gcp
343
+
344
+ binding = gcp.vertex.AiFeatureOnlineStoreIamBinding("binding",
345
+ region=feature_online_store["region"],
346
+ feature_online_store=feature_online_store["name"],
347
+ role="roles/viewer",
348
+ members=["user:jane@example.com"])
349
+ ```
350
+
351
+ ## vertex.AiFeatureOnlineStoreIamMember
352
+
353
+ ```python
354
+ import pulumi
355
+ import pulumi_gcp as gcp
356
+
357
+ member = gcp.vertex.AiFeatureOnlineStoreIamMember("member",
358
+ region=feature_online_store["region"],
359
+ feature_online_store=feature_online_store["name"],
360
+ role="roles/viewer",
361
+ member="user:jane@example.com")
362
+ ```
363
+
364
+ ## This resource supports User Project Overrides.
365
+
366
+ -
367
+
368
+ # IAM policy for Vertex AI FeatureOnlineStore
369
+
370
+ Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStore. Each of these resources serves a different use case:
371
+
372
+ * `vertex.AiFeatureOnlineStoreIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestore and replaces any existing policy already attached.
373
+ * `vertex.AiFeatureOnlineStoreIamBinding`: 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 featureonlinestore are preserved.
374
+ * `vertex.AiFeatureOnlineStoreIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestore are preserved.
375
+
376
+ A data source can be used to retrieve policy data in advent you do not need creation
377
+
378
+ * `vertex.AiFeatureOnlineStoreIamPolicy`: Retrieves the IAM policy for the featureonlinestore
379
+
380
+ > **Note:** `vertex.AiFeatureOnlineStoreIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreIamBinding` and `vertex.AiFeatureOnlineStoreIamMember` or they will fight over what your policy should be.
381
+
382
+ > **Note:** `vertex.AiFeatureOnlineStoreIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreIamMember` resources **only if** they do not grant privilege to the same role.
383
+
384
+ ## vertex.AiFeatureOnlineStoreIamPolicy
385
+
386
+ ```python
387
+ import pulumi
388
+ import pulumi_gcp as gcp
389
+
390
+ admin = gcp.organizations.get_iam_policy(bindings=[{
391
+ "role": "roles/viewer",
392
+ "members": ["user:jane@example.com"],
393
+ }])
394
+ policy = gcp.vertex.AiFeatureOnlineStoreIamPolicy("policy",
395
+ region=feature_online_store["region"],
396
+ feature_online_store=feature_online_store["name"],
397
+ policy_data=admin.policy_data)
398
+ ```
399
+
400
+ ## vertex.AiFeatureOnlineStoreIamBinding
401
+
402
+ ```python
403
+ import pulumi
404
+ import pulumi_gcp as gcp
405
+
406
+ binding = gcp.vertex.AiFeatureOnlineStoreIamBinding("binding",
407
+ region=feature_online_store["region"],
408
+ feature_online_store=feature_online_store["name"],
409
+ role="roles/viewer",
410
+ members=["user:jane@example.com"])
411
+ ```
412
+
413
+ ## vertex.AiFeatureOnlineStoreIamMember
414
+
415
+ ```python
416
+ import pulumi
417
+ import pulumi_gcp as gcp
418
+
419
+ member = gcp.vertex.AiFeatureOnlineStoreIamMember("member",
420
+ region=feature_online_store["region"],
421
+ feature_online_store=feature_online_store["name"],
422
+ role="roles/viewer",
423
+ member="user:jane@example.com")
424
+ ```
425
+
308
426
  ## Import
309
427
 
310
428
  For all import syntaxes, the "resource in question" can take any of the following forms:
@@ -373,6 +491,124 @@ class AiFeatureOnlineStoreIamBinding(pulumi.CustomResource):
373
491
  args: AiFeatureOnlineStoreIamBindingArgs,
374
492
  opts: Optional[pulumi.ResourceOptions] = None):
375
493
  """
494
+ Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStore. Each of these resources serves a different use case:
495
+
496
+ * `vertex.AiFeatureOnlineStoreIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestore and replaces any existing policy already attached.
497
+ * `vertex.AiFeatureOnlineStoreIamBinding`: 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 featureonlinestore are preserved.
498
+ * `vertex.AiFeatureOnlineStoreIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestore are preserved.
499
+
500
+ A data source can be used to retrieve policy data in advent you do not need creation
501
+
502
+ * `vertex.AiFeatureOnlineStoreIamPolicy`: Retrieves the IAM policy for the featureonlinestore
503
+
504
+ > **Note:** `vertex.AiFeatureOnlineStoreIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreIamBinding` and `vertex.AiFeatureOnlineStoreIamMember` or they will fight over what your policy should be.
505
+
506
+ > **Note:** `vertex.AiFeatureOnlineStoreIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreIamMember` resources **only if** they do not grant privilege to the same role.
507
+
508
+ ## vertex.AiFeatureOnlineStoreIamPolicy
509
+
510
+ ```python
511
+ import pulumi
512
+ import pulumi_gcp as gcp
513
+
514
+ admin = gcp.organizations.get_iam_policy(bindings=[{
515
+ "role": "roles/viewer",
516
+ "members": ["user:jane@example.com"],
517
+ }])
518
+ policy = gcp.vertex.AiFeatureOnlineStoreIamPolicy("policy",
519
+ region=feature_online_store["region"],
520
+ feature_online_store=feature_online_store["name"],
521
+ policy_data=admin.policy_data)
522
+ ```
523
+
524
+ ## vertex.AiFeatureOnlineStoreIamBinding
525
+
526
+ ```python
527
+ import pulumi
528
+ import pulumi_gcp as gcp
529
+
530
+ binding = gcp.vertex.AiFeatureOnlineStoreIamBinding("binding",
531
+ region=feature_online_store["region"],
532
+ feature_online_store=feature_online_store["name"],
533
+ role="roles/viewer",
534
+ members=["user:jane@example.com"])
535
+ ```
536
+
537
+ ## vertex.AiFeatureOnlineStoreIamMember
538
+
539
+ ```python
540
+ import pulumi
541
+ import pulumi_gcp as gcp
542
+
543
+ member = gcp.vertex.AiFeatureOnlineStoreIamMember("member",
544
+ region=feature_online_store["region"],
545
+ feature_online_store=feature_online_store["name"],
546
+ role="roles/viewer",
547
+ member="user:jane@example.com")
548
+ ```
549
+
550
+ ## This resource supports User Project Overrides.
551
+
552
+ -
553
+
554
+ # IAM policy for Vertex AI FeatureOnlineStore
555
+
556
+ Three different resources help you manage your IAM policy for Vertex AI FeatureOnlineStore. Each of these resources serves a different use case:
557
+
558
+ * `vertex.AiFeatureOnlineStoreIamPolicy`: Authoritative. Sets the IAM policy for the featureonlinestore and replaces any existing policy already attached.
559
+ * `vertex.AiFeatureOnlineStoreIamBinding`: 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 featureonlinestore are preserved.
560
+ * `vertex.AiFeatureOnlineStoreIamMember`: Non-authoritative. Updates the IAM policy to grant a role to a new member. Other members for the role for the featureonlinestore are preserved.
561
+
562
+ A data source can be used to retrieve policy data in advent you do not need creation
563
+
564
+ * `vertex.AiFeatureOnlineStoreIamPolicy`: Retrieves the IAM policy for the featureonlinestore
565
+
566
+ > **Note:** `vertex.AiFeatureOnlineStoreIamPolicy` **cannot** be used in conjunction with `vertex.AiFeatureOnlineStoreIamBinding` and `vertex.AiFeatureOnlineStoreIamMember` or they will fight over what your policy should be.
567
+
568
+ > **Note:** `vertex.AiFeatureOnlineStoreIamBinding` resources **can be** used in conjunction with `vertex.AiFeatureOnlineStoreIamMember` resources **only if** they do not grant privilege to the same role.
569
+
570
+ ## vertex.AiFeatureOnlineStoreIamPolicy
571
+
572
+ ```python
573
+ import pulumi
574
+ import pulumi_gcp as gcp
575
+
576
+ admin = gcp.organizations.get_iam_policy(bindings=[{
577
+ "role": "roles/viewer",
578
+ "members": ["user:jane@example.com"],
579
+ }])
580
+ policy = gcp.vertex.AiFeatureOnlineStoreIamPolicy("policy",
581
+ region=feature_online_store["region"],
582
+ feature_online_store=feature_online_store["name"],
583
+ policy_data=admin.policy_data)
584
+ ```
585
+
586
+ ## vertex.AiFeatureOnlineStoreIamBinding
587
+
588
+ ```python
589
+ import pulumi
590
+ import pulumi_gcp as gcp
591
+
592
+ binding = gcp.vertex.AiFeatureOnlineStoreIamBinding("binding",
593
+ region=feature_online_store["region"],
594
+ feature_online_store=feature_online_store["name"],
595
+ role="roles/viewer",
596
+ members=["user:jane@example.com"])
597
+ ```
598
+
599
+ ## vertex.AiFeatureOnlineStoreIamMember
600
+
601
+ ```python
602
+ import pulumi
603
+ import pulumi_gcp as gcp
604
+
605
+ member = gcp.vertex.AiFeatureOnlineStoreIamMember("member",
606
+ region=feature_online_store["region"],
607
+ feature_online_store=feature_online_store["name"],
608
+ role="roles/viewer",
609
+ member="user:jane@example.com")
610
+ ```
611
+
376
612
  ## Import
377
613
 
378
614
  For all import syntaxes, the "resource in question" can take any of the following forms: