pulumi-gcp 8.31.0a1747312116__py3-none-any.whl → 8.32.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 (256) hide show
  1. pulumi_gcp/__init__.py +88 -0
  2. pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
  4. pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
  6. pulumi_gcp/apigateway/api_iam_binding.py +13 -0
  7. pulumi_gcp/apigateway/api_iam_member.py +13 -0
  8. pulumi_gcp/apigateway/api_iam_policy.py +13 -0
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
  10. pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
  15. pulumi_gcp/apigee/environment_iam_binding.py +27 -0
  16. pulumi_gcp/apigee/environment_iam_member.py +27 -0
  17. pulumi_gcp/apigee/environment_iam_policy.py +27 -0
  18. pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
  19. pulumi_gcp/beyondcorp/__init__.py +1 -0
  20. pulumi_gcp/beyondcorp/application.py +8 -4
  21. pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
  22. pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
  23. pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
  24. pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
  25. pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
  26. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
  27. pulumi_gcp/beyondcorp/outputs.py +45 -0
  28. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
  29. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
  30. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
  31. pulumi_gcp/bigquery/__init__.py +1 -0
  32. pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
  33. pulumi_gcp/bigquery/connection_iam_member.py +4 -11
  34. pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
  35. pulumi_gcp/bigquery/data_transfer_config.py +2 -2
  36. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
  37. pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
  38. pulumi_gcp/bigquery/iam_binding.py +26 -0
  39. pulumi_gcp/bigquery/iam_member.py +26 -0
  40. pulumi_gcp/bigquery/iam_policy.py +26 -0
  41. pulumi_gcp/bigquery/row_access_policy.py +787 -0
  42. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
  43. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
  44. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
  45. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  46. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  47. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
  48. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
  49. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
  50. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
  51. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
  52. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
  53. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
  54. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
  55. pulumi_gcp/bigtable/logical_view.py +49 -0
  56. pulumi_gcp/cloudbuild/trigger.py +2 -2
  57. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
  58. pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
  59. pulumi_gcp/colab/schedule.py +2 -2
  60. pulumi_gcp/compute/_inputs.py +126 -0
  61. pulumi_gcp/compute/backend_service.py +259 -51
  62. pulumi_gcp/compute/get_backend_service.py +23 -1
  63. pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
  64. pulumi_gcp/compute/get_instance_template.py +12 -1
  65. pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
  66. pulumi_gcp/compute/global_forwarding_rule.py +199 -0
  67. pulumi_gcp/compute/instance_template.py +28 -0
  68. pulumi_gcp/compute/network_endpoint_group.py +28 -0
  69. pulumi_gcp/compute/outputs.py +110 -0
  70. pulumi_gcp/compute/region_backend_service.py +58 -51
  71. pulumi_gcp/container/cluster.py +47 -0
  72. pulumi_gcp/container/get_cluster.py +12 -1
  73. pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
  74. pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
  75. pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
  76. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
  77. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
  78. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
  79. pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
  80. pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
  81. pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
  82. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
  83. pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
  84. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
  85. pulumi_gcp/dataplex/__init__.py +5 -0
  86. pulumi_gcp/dataplex/_inputs.py +98 -0
  87. pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
  88. pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
  89. pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
  90. pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
  91. pulumi_gcp/dataplex/asset_iam_member.py +53 -0
  92. pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
  93. pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
  94. pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
  95. pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
  96. pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
  97. pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
  98. pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
  99. pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
  100. pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
  101. pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
  102. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
  103. pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
  104. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
  105. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
  106. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
  107. pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
  108. pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
  109. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
  110. pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
  111. pulumi_gcp/dataplex/glossary.py +772 -0
  112. pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
  113. pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
  114. pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
  115. pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
  116. pulumi_gcp/dataplex/lake_iam_member.py +27 -0
  117. pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
  118. pulumi_gcp/dataplex/outputs.py +56 -0
  119. pulumi_gcp/dataplex/task_iam_binding.py +13 -0
  120. pulumi_gcp/dataplex/task_iam_member.py +13 -0
  121. pulumi_gcp/dataplex/task_iam_policy.py +13 -0
  122. pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
  123. pulumi_gcp/dataplex/zone_iam_member.py +40 -0
  124. pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
  125. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
  126. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
  127. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
  128. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
  129. pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
  130. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
  131. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
  132. pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
  133. pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
  134. pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
  135. pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
  136. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
  137. pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
  138. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
  139. pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
  140. pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
  141. pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
  142. pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
  143. pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
  144. pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
  145. pulumi_gcp/diagflow/_inputs.py +56 -0
  146. pulumi_gcp/diagflow/cx_agent.py +60 -0
  147. pulumi_gcp/diagflow/cx_flow.py +2 -0
  148. pulumi_gcp/diagflow/entity_type.py +2 -2
  149. pulumi_gcp/diagflow/outputs.py +35 -0
  150. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  151. pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
  152. pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
  153. pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
  154. pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
  155. pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
  156. pulumi_gcp/endpoints/service_iam_binding.py +13 -0
  157. pulumi_gcp/endpoints/service_iam_member.py +13 -0
  158. pulumi_gcp/endpoints/service_iam_policy.py +13 -0
  159. pulumi_gcp/firebase/__init__.py +3 -0
  160. pulumi_gcp/firebase/_inputs.py +1527 -0
  161. pulumi_gcp/firebase/app_hosting_backend.py +104 -0
  162. pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
  163. pulumi_gcp/firebase/app_hosting_domain.py +796 -0
  164. pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
  165. pulumi_gcp/firebase/extensions_instance.py +4 -4
  166. pulumi_gcp/firebase/outputs.py +1075 -0
  167. pulumi_gcp/firestore/database.py +9 -0
  168. pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
  169. pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
  170. pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
  171. pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
  172. pulumi_gcp/gkebackup/backup_channel.py +9 -9
  173. pulumi_gcp/gkebackup/restore_channel.py +9 -9
  174. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
  175. pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
  176. pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
  177. pulumi_gcp/gkehub/membership_iam_member.py +13 -0
  178. pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
  179. pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
  180. pulumi_gcp/gkehub/scope_iam_member.py +13 -0
  181. pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
  182. pulumi_gcp/iam/__init__.py +4 -0
  183. pulumi_gcp/iam/_inputs.py +432 -0
  184. pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
  185. pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
  186. pulumi_gcp/iam/oauth_client_credential.py +6 -0
  187. pulumi_gcp/iam/outputs.py +510 -0
  188. pulumi_gcp/iam/workload_identity_pool.py +446 -24
  189. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
  190. pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
  191. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
  192. pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
  193. pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
  194. pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
  195. pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
  196. pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
  197. pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
  198. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
  199. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
  200. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
  201. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
  202. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
  203. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  204. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
  205. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
  206. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
  207. pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
  208. pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
  209. pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
  210. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
  211. pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
  212. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
  213. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
  214. pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
  215. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
  216. pulumi_gcp/lustre/__init__.py +1 -0
  217. pulumi_gcp/lustre/get_instance.py +280 -0
  218. pulumi_gcp/lustre/instance.py +12 -0
  219. pulumi_gcp/netapp/backup.py +2 -2
  220. pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
  221. pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
  222. pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
  223. pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
  224. pulumi_gcp/pulumi-plugin.json +1 -1
  225. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
  226. pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
  227. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
  228. pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
  229. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
  230. pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
  231. pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
  232. pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
  233. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
  234. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
  235. pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
  236. pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
  237. pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
  238. pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
  239. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
  240. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
  241. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
  242. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
  243. pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
  244. pulumi_gcp/vmwareengine/external_address.py +4 -4
  245. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
  246. pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
  247. pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
  248. pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
  249. pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
  250. pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
  251. pulumi_gcp/workstations/workstation_iam_member.py +53 -0
  252. pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
  253. {pulumi_gcp-8.31.0a1747312116.dist-info → pulumi_gcp-8.32.0.dist-info}/METADATA +1 -1
  254. {pulumi_gcp-8.31.0a1747312116.dist-info → pulumi_gcp-8.32.0.dist-info}/RECORD +256 -241
  255. {pulumi_gcp-8.31.0a1747312116.dist-info → pulumi_gcp-8.32.0.dist-info}/WHEEL +1 -1
  256. {pulumi_gcp-8.31.0a1747312116.dist-info → pulumi_gcp-8.32.0.dist-info}/top_level.txt +0 -0
@@ -26,6 +26,7 @@ class GatewayIamPolicyArgs:
26
26
  region: Optional[pulumi.Input[builtins.str]] = None):
27
27
  """
28
28
  The set of arguments for constructing a GatewayIamPolicy resource.
29
+ :param pulumi.Input[builtins.str] gateway: Used to find the parent resource to bind the IAM policy to
29
30
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
30
31
  a `organizations_get_iam_policy` data source.
31
32
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -45,6 +46,9 @@ class GatewayIamPolicyArgs:
45
46
  @property
46
47
  @pulumi.getter
47
48
  def gateway(self) -> pulumi.Input[builtins.str]:
49
+ """
50
+ Used to find the parent resource to bind the IAM policy to
51
+ """
48
52
  return pulumi.get(self, "gateway")
49
53
 
50
54
  @gateway.setter
@@ -104,6 +108,7 @@ class _GatewayIamPolicyState:
104
108
  """
105
109
  Input properties used for looking up and filtering GatewayIamPolicy resources.
106
110
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
111
+ :param pulumi.Input[builtins.str] gateway: Used to find the parent resource to bind the IAM policy to
107
112
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
108
113
  a `organizations_get_iam_policy` data source.
109
114
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -139,6 +144,9 @@ class _GatewayIamPolicyState:
139
144
  @property
140
145
  @pulumi.getter
141
146
  def gateway(self) -> Optional[pulumi.Input[builtins.str]]:
147
+ """
148
+ Used to find the parent resource to bind the IAM policy to
149
+ """
142
150
  return pulumi.get(self, "gateway")
143
151
 
144
152
  @gateway.setter
@@ -362,6 +370,7 @@ class GatewayIamPolicy(pulumi.CustomResource):
362
370
 
363
371
  :param str resource_name: The name of the resource.
364
372
  :param pulumi.ResourceOptions opts: Options for the resource.
373
+ :param pulumi.Input[builtins.str] gateway: Used to find the parent resource to bind the IAM policy to
365
374
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
366
375
  a `organizations_get_iam_policy` data source.
367
376
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -599,6 +608,7 @@ class GatewayIamPolicy(pulumi.CustomResource):
599
608
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
600
609
  :param pulumi.ResourceOptions opts: Options for the resource.
601
610
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
611
+ :param pulumi.Input[builtins.str] gateway: Used to find the parent resource to bind the IAM policy to
602
612
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
603
613
  a `organizations_get_iam_policy` data source.
604
614
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -630,6 +640,9 @@ class GatewayIamPolicy(pulumi.CustomResource):
630
640
  @property
631
641
  @pulumi.getter
632
642
  def gateway(self) -> pulumi.Output[builtins.str]:
643
+ """
644
+ Used to find the parent resource to bind the IAM policy to
645
+ """
633
646
  return pulumi.get(self, "gateway")
634
647
 
635
648
  @property
@@ -120,6 +120,7 @@ def get_api_config_iam_policy(api: Optional[builtins.str] = None,
120
120
 
121
121
  :param builtins.str api: The API to attach the config to.
122
122
  Used to find the parent resource to bind the IAM policy to
123
+ :param builtins.str api_config: Used to find the parent resource to bind the IAM policy to
123
124
  :param builtins.str project: The ID of the project in which the resource belongs.
124
125
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
125
126
  """
@@ -155,6 +156,7 @@ def get_api_config_iam_policy_output(api: Optional[pulumi.Input[builtins.str]] =
155
156
 
156
157
  :param builtins.str api: The API to attach the config to.
157
158
  Used to find the parent resource to bind the IAM policy to
159
+ :param builtins.str api_config: Used to find the parent resource to bind the IAM policy to
158
160
  :param builtins.str project: The ID of the project in which the resource belongs.
159
161
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
160
162
  """
@@ -108,6 +108,7 @@ def get_api_iam_policy(api: Optional[builtins.str] = None,
108
108
  ```
109
109
 
110
110
 
111
+ :param builtins.str api: Used to find the parent resource to bind the IAM policy to
111
112
  :param builtins.str project: The ID of the project in which the resource belongs.
112
113
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
113
114
  """
@@ -138,6 +139,7 @@ def get_api_iam_policy_output(api: Optional[pulumi.Input[builtins.str]] = None,
138
139
  ```
139
140
 
140
141
 
142
+ :param builtins.str api: Used to find the parent resource to bind the IAM policy to
141
143
  :param builtins.str project: The ID of the project in which the resource belongs.
142
144
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
143
145
  """
@@ -119,6 +119,7 @@ def get_gateway_iam_policy(gateway: Optional[builtins.str] = None,
119
119
  ```
120
120
 
121
121
 
122
+ :param builtins.str gateway: Used to find the parent resource to bind the IAM policy to
122
123
  :param builtins.str project: The ID of the project in which the resource belongs.
123
124
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
124
125
  :param builtins.str region: The region of the gateway for the API.
@@ -157,6 +158,7 @@ def get_gateway_iam_policy_output(gateway: Optional[pulumi.Input[builtins.str]]
157
158
  ```
158
159
 
159
160
 
161
+ :param builtins.str gateway: Used to find the parent resource to bind the IAM policy to
160
162
  :param builtins.str project: The ID of the project in which the resource belongs.
161
163
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
162
164
  :param builtins.str region: The region of the gateway for the API.
@@ -41,6 +41,9 @@ class EnvironmentIamBindingArgs:
41
41
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
42
42
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
43
43
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
44
+ :param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
45
+ in the format `organizations/{{org_name}}`.
46
+ Used to find the parent resource to bind the IAM policy to
44
47
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
45
48
  `apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
46
49
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -89,6 +92,11 @@ class EnvironmentIamBindingArgs:
89
92
  @property
90
93
  @pulumi.getter(name="orgId")
91
94
  def org_id(self) -> pulumi.Input[builtins.str]:
95
+ """
96
+ The Apigee Organization associated with the Apigee environment,
97
+ in the format `organizations/{{org_name}}`.
98
+ Used to find the parent resource to bind the IAM policy to
99
+ """
92
100
  return pulumi.get(self, "org_id")
93
101
 
94
102
  @org_id.setter
@@ -143,6 +151,9 @@ class _EnvironmentIamBindingState:
143
151
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
144
152
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
145
153
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
154
+ :param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
155
+ in the format `organizations/{{org_name}}`.
156
+ Used to find the parent resource to bind the IAM policy to
146
157
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
147
158
  `apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
148
159
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -218,6 +229,11 @@ class _EnvironmentIamBindingState:
218
229
  @property
219
230
  @pulumi.getter(name="orgId")
220
231
  def org_id(self) -> Optional[pulumi.Input[builtins.str]]:
232
+ """
233
+ The Apigee Organization associated with the Apigee environment,
234
+ in the format `organizations/{{org_name}}`.
235
+ Used to find the parent resource to bind the IAM policy to
236
+ """
221
237
  return pulumi.get(self, "org_id")
222
238
 
223
239
  @org_id.setter
@@ -418,6 +434,9 @@ class EnvironmentIamBinding(pulumi.CustomResource):
418
434
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
419
435
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
420
436
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
437
+ :param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
438
+ in the format `organizations/{{org_name}}`.
439
+ Used to find the parent resource to bind the IAM policy to
421
440
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
422
441
  `apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
423
442
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -660,6 +679,9 @@ class EnvironmentIamBinding(pulumi.CustomResource):
660
679
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
661
680
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
662
681
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
682
+ :param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
683
+ in the format `organizations/{{org_name}}`.
684
+ Used to find the parent resource to bind the IAM policy to
663
685
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
664
686
  `apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
665
687
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -718,6 +740,11 @@ class EnvironmentIamBinding(pulumi.CustomResource):
718
740
  @property
719
741
  @pulumi.getter(name="orgId")
720
742
  def org_id(self) -> pulumi.Output[builtins.str]:
743
+ """
744
+ The Apigee Organization associated with the Apigee environment,
745
+ in the format `organizations/{{org_name}}`.
746
+ Used to find the parent resource to bind the IAM policy to
747
+ """
721
748
  return pulumi.get(self, "org_id")
722
749
 
723
750
  @property
@@ -41,6 +41,9 @@ class EnvironmentIamMemberArgs:
41
41
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
42
42
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
43
43
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
44
+ :param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
45
+ in the format `organizations/{{org_name}}`.
46
+ Used to find the parent resource to bind the IAM policy to
44
47
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
45
48
  `apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
46
49
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -89,6 +92,11 @@ class EnvironmentIamMemberArgs:
89
92
  @property
90
93
  @pulumi.getter(name="orgId")
91
94
  def org_id(self) -> pulumi.Input[builtins.str]:
95
+ """
96
+ The Apigee Organization associated with the Apigee environment,
97
+ in the format `organizations/{{org_name}}`.
98
+ Used to find the parent resource to bind the IAM policy to
99
+ """
92
100
  return pulumi.get(self, "org_id")
93
101
 
94
102
  @org_id.setter
@@ -143,6 +151,9 @@ class _EnvironmentIamMemberState:
143
151
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
144
152
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
145
153
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
154
+ :param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
155
+ in the format `organizations/{{org_name}}`.
156
+ Used to find the parent resource to bind the IAM policy to
146
157
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
147
158
  `apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
148
159
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -218,6 +229,11 @@ class _EnvironmentIamMemberState:
218
229
  @property
219
230
  @pulumi.getter(name="orgId")
220
231
  def org_id(self) -> Optional[pulumi.Input[builtins.str]]:
232
+ """
233
+ The Apigee Organization associated with the Apigee environment,
234
+ in the format `organizations/{{org_name}}`.
235
+ Used to find the parent resource to bind the IAM policy to
236
+ """
221
237
  return pulumi.get(self, "org_id")
222
238
 
223
239
  @org_id.setter
@@ -418,6 +434,9 @@ class EnvironmentIamMember(pulumi.CustomResource):
418
434
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
419
435
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
420
436
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
437
+ :param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
438
+ in the format `organizations/{{org_name}}`.
439
+ Used to find the parent resource to bind the IAM policy to
421
440
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
422
441
  `apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
423
442
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -660,6 +679,9 @@ class EnvironmentIamMember(pulumi.CustomResource):
660
679
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
661
680
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
662
681
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
682
+ :param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
683
+ in the format `organizations/{{org_name}}`.
684
+ Used to find the parent resource to bind the IAM policy to
663
685
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
664
686
  `apigee.EnvironmentIamBinding` can be used per role. Note that custom roles must be of the format
665
687
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -718,6 +740,11 @@ class EnvironmentIamMember(pulumi.CustomResource):
718
740
  @property
719
741
  @pulumi.getter(name="orgId")
720
742
  def org_id(self) -> pulumi.Output[builtins.str]:
743
+ """
744
+ The Apigee Organization associated with the Apigee environment,
745
+ in the format `organizations/{{org_name}}`.
746
+ Used to find the parent resource to bind the IAM policy to
747
+ """
721
748
  return pulumi.get(self, "org_id")
722
749
 
723
750
  @property
@@ -26,6 +26,9 @@ class EnvironmentIamPolicyArgs:
26
26
  """
27
27
  The set of arguments for constructing a EnvironmentIamPolicy resource.
28
28
  :param pulumi.Input[builtins.str] env_id: Used to find the parent resource to bind the IAM policy to
29
+ :param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
30
+ in the format `organizations/{{org_name}}`.
31
+ Used to find the parent resource to bind the IAM policy to
29
32
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
30
33
  a `organizations_get_iam_policy` data source.
31
34
  """
@@ -48,6 +51,11 @@ class EnvironmentIamPolicyArgs:
48
51
  @property
49
52
  @pulumi.getter(name="orgId")
50
53
  def org_id(self) -> pulumi.Input[builtins.str]:
54
+ """
55
+ The Apigee Organization associated with the Apigee environment,
56
+ in the format `organizations/{{org_name}}`.
57
+ Used to find the parent resource to bind the IAM policy to
58
+ """
51
59
  return pulumi.get(self, "org_id")
52
60
 
53
61
  @org_id.setter
@@ -79,6 +87,9 @@ class _EnvironmentIamPolicyState:
79
87
  Input properties used for looking up and filtering EnvironmentIamPolicy resources.
80
88
  :param pulumi.Input[builtins.str] env_id: Used to find the parent resource to bind the IAM policy to
81
89
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
90
+ :param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
91
+ in the format `organizations/{{org_name}}`.
92
+ Used to find the parent resource to bind the IAM policy to
82
93
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
83
94
  a `organizations_get_iam_policy` data source.
84
95
  """
@@ -118,6 +129,11 @@ class _EnvironmentIamPolicyState:
118
129
  @property
119
130
  @pulumi.getter(name="orgId")
120
131
  def org_id(self) -> Optional[pulumi.Input[builtins.str]]:
132
+ """
133
+ The Apigee Organization associated with the Apigee environment,
134
+ in the format `organizations/{{org_name}}`.
135
+ Used to find the parent resource to bind the IAM policy to
136
+ """
121
137
  return pulumi.get(self, "org_id")
122
138
 
123
139
  @org_id.setter
@@ -304,6 +320,9 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
304
320
  :param str resource_name: The name of the resource.
305
321
  :param pulumi.ResourceOptions opts: Options for the resource.
306
322
  :param pulumi.Input[builtins.str] env_id: Used to find the parent resource to bind the IAM policy to
323
+ :param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
324
+ in the format `organizations/{{org_name}}`.
325
+ Used to find the parent resource to bind the IAM policy to
307
326
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
308
327
  a `organizations_get_iam_policy` data source.
309
328
  """
@@ -526,6 +545,9 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
526
545
  :param pulumi.ResourceOptions opts: Options for the resource.
527
546
  :param pulumi.Input[builtins.str] env_id: Used to find the parent resource to bind the IAM policy to
528
547
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
548
+ :param pulumi.Input[builtins.str] org_id: The Apigee Organization associated with the Apigee environment,
549
+ in the format `organizations/{{org_name}}`.
550
+ Used to find the parent resource to bind the IAM policy to
529
551
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
530
552
  a `organizations_get_iam_policy` data source.
531
553
  """
@@ -558,6 +580,11 @@ class EnvironmentIamPolicy(pulumi.CustomResource):
558
580
  @property
559
581
  @pulumi.getter(name="orgId")
560
582
  def org_id(self) -> pulumi.Output[builtins.str]:
583
+ """
584
+ The Apigee Organization associated with the Apigee environment,
585
+ in the format `organizations/{{org_name}}`.
586
+ Used to find the parent resource to bind the IAM policy to
587
+ """
561
588
  return pulumi.get(self, "org_id")
562
589
 
563
590
  @property
@@ -111,6 +111,9 @@ def get_environment_iam_policy(env_id: Optional[builtins.str] = None,
111
111
 
112
112
 
113
113
  :param builtins.str env_id: Used to find the parent resource to bind the IAM policy to
114
+ :param builtins.str org_id: The Apigee Organization associated with the Apigee environment,
115
+ in the format `organizations/{{org_name}}`.
116
+ Used to find the parent resource to bind the IAM policy to
114
117
  """
115
118
  __args__ = dict()
116
119
  __args__['envId'] = env_id
@@ -142,6 +145,9 @@ def get_environment_iam_policy_output(env_id: Optional[pulumi.Input[builtins.str
142
145
 
143
146
 
144
147
  :param builtins.str env_id: Used to find the parent resource to bind the IAM policy to
148
+ :param builtins.str org_id: The Apigee Organization associated with the Apigee environment,
149
+ in the format `organizations/{{org_name}}`.
150
+ Used to find the parent resource to bind the IAM policy to
145
151
  """
146
152
  __args__ = dict()
147
153
  __args__['envId'] = env_id
@@ -17,6 +17,7 @@ from .get_app_connection import *
17
17
  from .get_app_connector import *
18
18
  from .get_app_gateway import *
19
19
  from .get_application_iam_policy import *
20
+ from .get_security_gateway import *
20
21
  from .get_security_gateway_iam_policy import *
21
22
  from .security_gateway import *
22
23
  from .security_gateway_iam_binding import *
@@ -334,11 +334,13 @@ class Application(pulumi.CustomResource):
334
334
  upstreams: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApplicationUpstreamArgs', 'ApplicationUpstreamArgsDict']]]]] = None,
335
335
  __props__=None):
336
336
  """
337
+ > **Warning:** `beyondcorp.Application` is deprecated. Use `google_beyondcorp_security_gateway_application` instead.
338
+
337
339
  Specifies application endpoint(s) to protect behind a Security Gateway.
338
340
 
339
341
  ## Example Usage
340
342
 
341
- ### Beyondcorp Security Gateway Application Basic
343
+ ### Beyondcorp Application Basic
342
344
 
343
345
  ```python
344
346
  import pulumi
@@ -357,7 +359,7 @@ class Application(pulumi.CustomResource):
357
359
  "hostname": "google.com",
358
360
  }])
359
361
  ```
360
- ### Beyondcorp Security Gateway Application Vpc
362
+ ### Beyondcorp Application Vpc
361
363
 
362
364
  ```python
363
365
  import pulumi
@@ -439,11 +441,13 @@ class Application(pulumi.CustomResource):
439
441
  args: ApplicationArgs,
440
442
  opts: Optional[pulumi.ResourceOptions] = None):
441
443
  """
444
+ > **Warning:** `beyondcorp.Application` is deprecated. Use `google_beyondcorp_security_gateway_application` instead.
445
+
442
446
  Specifies application endpoint(s) to protect behind a Security Gateway.
443
447
 
444
448
  ## Example Usage
445
449
 
446
- ### Beyondcorp Security Gateway Application Basic
450
+ ### Beyondcorp Application Basic
447
451
 
448
452
  ```python
449
453
  import pulumi
@@ -462,7 +466,7 @@ class Application(pulumi.CustomResource):
462
466
  "hostname": "google.com",
463
467
  }])
464
468
  ```
465
- ### Beyondcorp Security Gateway Application Vpc
469
+ ### Beyondcorp Application Vpc
466
470
 
467
471
  ```python
468
472
  import pulumi
@@ -30,6 +30,7 @@ class ApplicationIamBindingArgs:
30
30
  project: Optional[pulumi.Input[builtins.str]] = None):
31
31
  """
32
32
  The set of arguments for constructing a ApplicationIamBinding resource.
33
+ :param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
33
34
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
34
35
  Each entry can have one of the following values:
35
36
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -44,6 +45,7 @@ class ApplicationIamBindingArgs:
44
45
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
45
46
  `beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
46
47
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
48
+ :param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
47
49
  :param pulumi.Input['ApplicationIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
48
50
  Structure is documented below.
49
51
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -61,6 +63,9 @@ class ApplicationIamBindingArgs:
61
63
  @property
62
64
  @pulumi.getter(name="applicationId")
63
65
  def application_id(self) -> pulumi.Input[builtins.str]:
66
+ """
67
+ Used to find the parent resource to bind the IAM policy to
68
+ """
64
69
  return pulumi.get(self, "application_id")
65
70
 
66
71
  @application_id.setter
@@ -106,6 +111,9 @@ class ApplicationIamBindingArgs:
106
111
  @property
107
112
  @pulumi.getter(name="securityGatewaysId")
108
113
  def security_gateways_id(self) -> pulumi.Input[builtins.str]:
114
+ """
115
+ Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
116
+ """
109
117
  return pulumi.get(self, "security_gateways_id")
110
118
 
111
119
  @security_gateways_id.setter
@@ -151,6 +159,7 @@ class _ApplicationIamBindingState:
151
159
  security_gateways_id: Optional[pulumi.Input[builtins.str]] = None):
152
160
  """
153
161
  Input properties used for looking up and filtering ApplicationIamBinding resources.
162
+ :param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
154
163
  :param pulumi.Input['ApplicationIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
155
164
  Structure is documented below.
156
165
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
@@ -170,6 +179,7 @@ class _ApplicationIamBindingState:
170
179
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
171
180
  `beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
172
181
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
182
+ :param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
173
183
  """
174
184
  if application_id is not None:
175
185
  pulumi.set(__self__, "application_id", application_id)
@@ -189,6 +199,9 @@ class _ApplicationIamBindingState:
189
199
  @property
190
200
  @pulumi.getter(name="applicationId")
191
201
  def application_id(self) -> Optional[pulumi.Input[builtins.str]]:
202
+ """
203
+ Used to find the parent resource to bind the IAM policy to
204
+ """
192
205
  return pulumi.get(self, "application_id")
193
206
 
194
207
  @application_id.setter
@@ -272,6 +285,9 @@ class _ApplicationIamBindingState:
272
285
  @property
273
286
  @pulumi.getter(name="securityGatewaysId")
274
287
  def security_gateways_id(self) -> Optional[pulumi.Input[builtins.str]]:
288
+ """
289
+ Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
290
+ """
275
291
  return pulumi.get(self, "security_gateways_id")
276
292
 
277
293
  @security_gateways_id.setter
@@ -576,6 +592,7 @@ class ApplicationIamBinding(pulumi.CustomResource):
576
592
 
577
593
  :param str resource_name: The name of the resource.
578
594
  :param pulumi.ResourceOptions opts: Options for the resource.
595
+ :param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
579
596
  :param pulumi.Input[Union['ApplicationIamBindingConditionArgs', 'ApplicationIamBindingConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
580
597
  Structure is documented below.
581
598
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
@@ -594,6 +611,7 @@ class ApplicationIamBinding(pulumi.CustomResource):
594
611
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
595
612
  `beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
596
613
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
614
+ :param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
597
615
  """
598
616
  ...
599
617
  @overload
@@ -952,6 +970,7 @@ class ApplicationIamBinding(pulumi.CustomResource):
952
970
  :param str resource_name: The unique name of the resulting resource.
953
971
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
954
972
  :param pulumi.ResourceOptions opts: Options for the resource.
973
+ :param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
955
974
  :param pulumi.Input[Union['ApplicationIamBindingConditionArgs', 'ApplicationIamBindingConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
956
975
  Structure is documented below.
957
976
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
@@ -971,6 +990,7 @@ class ApplicationIamBinding(pulumi.CustomResource):
971
990
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
972
991
  `beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
973
992
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
993
+ :param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
974
994
  """
975
995
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
976
996
 
@@ -988,6 +1008,9 @@ class ApplicationIamBinding(pulumi.CustomResource):
988
1008
  @property
989
1009
  @pulumi.getter(name="applicationId")
990
1010
  def application_id(self) -> pulumi.Output[builtins.str]:
1011
+ """
1012
+ Used to find the parent resource to bind the IAM policy to
1013
+ """
991
1014
  return pulumi.get(self, "application_id")
992
1015
 
993
1016
  @property
@@ -1047,5 +1070,8 @@ class ApplicationIamBinding(pulumi.CustomResource):
1047
1070
  @property
1048
1071
  @pulumi.getter(name="securityGatewaysId")
1049
1072
  def security_gateways_id(self) -> pulumi.Output[builtins.str]:
1073
+ """
1074
+ Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
1075
+ """
1050
1076
  return pulumi.get(self, "security_gateways_id")
1051
1077
 
@@ -30,6 +30,7 @@ class ApplicationIamMemberArgs:
30
30
  project: Optional[pulumi.Input[builtins.str]] = None):
31
31
  """
32
32
  The set of arguments for constructing a ApplicationIamMember resource.
33
+ :param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
33
34
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
34
35
  Each entry can have one of the following values:
35
36
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -44,6 +45,7 @@ class ApplicationIamMemberArgs:
44
45
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
45
46
  `beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
46
47
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
48
+ :param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
47
49
  :param pulumi.Input['ApplicationIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
48
50
  Structure is documented below.
49
51
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -61,6 +63,9 @@ class ApplicationIamMemberArgs:
61
63
  @property
62
64
  @pulumi.getter(name="applicationId")
63
65
  def application_id(self) -> pulumi.Input[builtins.str]:
66
+ """
67
+ Used to find the parent resource to bind the IAM policy to
68
+ """
64
69
  return pulumi.get(self, "application_id")
65
70
 
66
71
  @application_id.setter
@@ -106,6 +111,9 @@ class ApplicationIamMemberArgs:
106
111
  @property
107
112
  @pulumi.getter(name="securityGatewaysId")
108
113
  def security_gateways_id(self) -> pulumi.Input[builtins.str]:
114
+ """
115
+ Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
116
+ """
109
117
  return pulumi.get(self, "security_gateways_id")
110
118
 
111
119
  @security_gateways_id.setter
@@ -151,6 +159,7 @@ class _ApplicationIamMemberState:
151
159
  security_gateways_id: Optional[pulumi.Input[builtins.str]] = None):
152
160
  """
153
161
  Input properties used for looking up and filtering ApplicationIamMember resources.
162
+ :param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
154
163
  :param pulumi.Input['ApplicationIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
155
164
  Structure is documented below.
156
165
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
@@ -170,6 +179,7 @@ class _ApplicationIamMemberState:
170
179
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
171
180
  `beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
172
181
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
182
+ :param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
173
183
  """
174
184
  if application_id is not None:
175
185
  pulumi.set(__self__, "application_id", application_id)
@@ -189,6 +199,9 @@ class _ApplicationIamMemberState:
189
199
  @property
190
200
  @pulumi.getter(name="applicationId")
191
201
  def application_id(self) -> Optional[pulumi.Input[builtins.str]]:
202
+ """
203
+ Used to find the parent resource to bind the IAM policy to
204
+ """
192
205
  return pulumi.get(self, "application_id")
193
206
 
194
207
  @application_id.setter
@@ -272,6 +285,9 @@ class _ApplicationIamMemberState:
272
285
  @property
273
286
  @pulumi.getter(name="securityGatewaysId")
274
287
  def security_gateways_id(self) -> Optional[pulumi.Input[builtins.str]]:
288
+ """
289
+ Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
290
+ """
275
291
  return pulumi.get(self, "security_gateways_id")
276
292
 
277
293
  @security_gateways_id.setter
@@ -576,6 +592,7 @@ class ApplicationIamMember(pulumi.CustomResource):
576
592
 
577
593
  :param str resource_name: The name of the resource.
578
594
  :param pulumi.ResourceOptions opts: Options for the resource.
595
+ :param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
579
596
  :param pulumi.Input[Union['ApplicationIamMemberConditionArgs', 'ApplicationIamMemberConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
580
597
  Structure is documented below.
581
598
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
@@ -594,6 +611,7 @@ class ApplicationIamMember(pulumi.CustomResource):
594
611
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
595
612
  `beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
596
613
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
614
+ :param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
597
615
  """
598
616
  ...
599
617
  @overload
@@ -952,6 +970,7 @@ class ApplicationIamMember(pulumi.CustomResource):
952
970
  :param str resource_name: The unique name of the resulting resource.
953
971
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
954
972
  :param pulumi.ResourceOptions opts: Options for the resource.
973
+ :param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
955
974
  :param pulumi.Input[Union['ApplicationIamMemberConditionArgs', 'ApplicationIamMemberConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
956
975
  Structure is documented below.
957
976
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
@@ -971,6 +990,7 @@ class ApplicationIamMember(pulumi.CustomResource):
971
990
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
972
991
  `beyondcorp.ApplicationIamBinding` can be used per role. Note that custom roles must be of the format
973
992
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
993
+ :param pulumi.Input[builtins.str] security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
974
994
  """
975
995
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
976
996
 
@@ -988,6 +1008,9 @@ class ApplicationIamMember(pulumi.CustomResource):
988
1008
  @property
989
1009
  @pulumi.getter(name="applicationId")
990
1010
  def application_id(self) -> pulumi.Output[builtins.str]:
1011
+ """
1012
+ Used to find the parent resource to bind the IAM policy to
1013
+ """
991
1014
  return pulumi.get(self, "application_id")
992
1015
 
993
1016
  @property
@@ -1047,5 +1070,8 @@ class ApplicationIamMember(pulumi.CustomResource):
1047
1070
  @property
1048
1071
  @pulumi.getter(name="securityGatewaysId")
1049
1072
  def security_gateways_id(self) -> pulumi.Output[builtins.str]:
1073
+ """
1074
+ Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
1075
+ """
1050
1076
  return pulumi.get(self, "security_gateways_id")
1051
1077