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,8 +26,10 @@ class ApplicationIamPolicyArgs:
26
26
  project: Optional[pulumi.Input[builtins.str]] = None):
27
27
  """
28
28
  The set of arguments for constructing a ApplicationIamPolicy resource.
29
+ :param pulumi.Input[builtins.str] application_id: 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.
32
+ :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
31
33
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
32
34
  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.
33
35
  """
@@ -40,6 +42,9 @@ class ApplicationIamPolicyArgs:
40
42
  @property
41
43
  @pulumi.getter(name="applicationId")
42
44
  def application_id(self) -> pulumi.Input[builtins.str]:
45
+ """
46
+ Used to find the parent resource to bind the IAM policy to
47
+ """
43
48
  return pulumi.get(self, "application_id")
44
49
 
45
50
  @application_id.setter
@@ -62,6 +67,9 @@ class ApplicationIamPolicyArgs:
62
67
  @property
63
68
  @pulumi.getter(name="securityGatewaysId")
64
69
  def security_gateways_id(self) -> pulumi.Input[builtins.str]:
70
+ """
71
+ Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
72
+ """
65
73
  return pulumi.get(self, "security_gateways_id")
66
74
 
67
75
  @security_gateways_id.setter
@@ -92,11 +100,13 @@ class _ApplicationIamPolicyState:
92
100
  security_gateways_id: Optional[pulumi.Input[builtins.str]] = None):
93
101
  """
94
102
  Input properties used for looking up and filtering ApplicationIamPolicy resources.
103
+ :param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
95
104
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
96
105
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
97
106
  a `organizations_get_iam_policy` data source.
98
107
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
99
108
  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.
109
+ :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
100
110
  """
101
111
  if application_id is not None:
102
112
  pulumi.set(__self__, "application_id", application_id)
@@ -112,6 +122,9 @@ class _ApplicationIamPolicyState:
112
122
  @property
113
123
  @pulumi.getter(name="applicationId")
114
124
  def application_id(self) -> Optional[pulumi.Input[builtins.str]]:
125
+ """
126
+ Used to find the parent resource to bind the IAM policy to
127
+ """
115
128
  return pulumi.get(self, "application_id")
116
129
 
117
130
  @application_id.setter
@@ -159,6 +172,9 @@ class _ApplicationIamPolicyState:
159
172
  @property
160
173
  @pulumi.getter(name="securityGatewaysId")
161
174
  def security_gateways_id(self) -> Optional[pulumi.Input[builtins.str]]:
175
+ """
176
+ Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
177
+ """
162
178
  return pulumi.get(self, "security_gateways_id")
163
179
 
164
180
  @security_gateways_id.setter
@@ -461,10 +477,12 @@ class ApplicationIamPolicy(pulumi.CustomResource):
461
477
 
462
478
  :param str resource_name: The name of the resource.
463
479
  :param pulumi.ResourceOptions opts: Options for the resource.
480
+ :param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
464
481
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
465
482
  a `organizations_get_iam_policy` data source.
466
483
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
467
484
  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.
485
+ :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
468
486
  """
469
487
  ...
470
488
  @overload
@@ -815,11 +833,13 @@ class ApplicationIamPolicy(pulumi.CustomResource):
815
833
  :param str resource_name: The unique name of the resulting resource.
816
834
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
817
835
  :param pulumi.ResourceOptions opts: Options for the resource.
836
+ :param pulumi.Input[builtins.str] application_id: Used to find the parent resource to bind the IAM policy to
818
837
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
819
838
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
820
839
  a `organizations_get_iam_policy` data source.
821
840
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
822
841
  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.
842
+ :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
823
843
  """
824
844
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
825
845
 
@@ -835,6 +855,9 @@ class ApplicationIamPolicy(pulumi.CustomResource):
835
855
  @property
836
856
  @pulumi.getter(name="applicationId")
837
857
  def application_id(self) -> pulumi.Output[builtins.str]:
858
+ """
859
+ Used to find the parent resource to bind the IAM policy to
860
+ """
838
861
  return pulumi.get(self, "application_id")
839
862
 
840
863
  @property
@@ -866,5 +889,8 @@ class ApplicationIamPolicy(pulumi.CustomResource):
866
889
  @property
867
890
  @pulumi.getter(name="securityGatewaysId")
868
891
  def security_gateways_id(self) -> pulumi.Output[builtins.str]:
892
+ """
893
+ Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
894
+ """
869
895
  return pulumi.get(self, "security_gateways_id")
870
896
 
@@ -121,8 +121,10 @@ def get_application_iam_policy(application_id: Optional[builtins.str] = None,
121
121
  ```
122
122
 
123
123
 
124
+ :param builtins.str application_id: Used to find the parent resource to bind the IAM policy to
124
125
  :param builtins.str project: The ID of the project in which the resource belongs.
125
126
  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.
127
+ :param builtins.str security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
126
128
  """
127
129
  __args__ = dict()
128
130
  __args__['applicationId'] = application_id
@@ -157,8 +159,10 @@ def get_application_iam_policy_output(application_id: Optional[pulumi.Input[buil
157
159
  ```
158
160
 
159
161
 
162
+ :param builtins.str application_id: Used to find the parent resource to bind the IAM policy to
160
163
  :param builtins.str project: The ID of the project in which the resource belongs.
161
164
  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.
165
+ :param builtins.str security_gateways_id: Part of `parent`. See documentation of `projectsId`. Used to find the parent resource to bind the IAM policy to
162
166
  """
163
167
  __args__ = dict()
164
168
  __args__['applicationId'] = application_id
@@ -0,0 +1,222 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins
6
+ import copy
7
+ import warnings
8
+ import sys
9
+ import pulumi
10
+ import pulumi.runtime
11
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
12
+ if sys.version_info >= (3, 11):
13
+ from typing import NotRequired, TypedDict, TypeAlias
14
+ else:
15
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
16
+ from .. import _utilities
17
+ from . import outputs
18
+
19
+ __all__ = [
20
+ 'GetSecurityGatewayResult',
21
+ 'AwaitableGetSecurityGatewayResult',
22
+ 'get_security_gateway',
23
+ 'get_security_gateway_output',
24
+ ]
25
+
26
+ @pulumi.output_type
27
+ class GetSecurityGatewayResult:
28
+ """
29
+ A collection of values returned by getSecurityGateway.
30
+ """
31
+ def __init__(__self__, create_time=None, display_name=None, external_ips=None, hubs=None, id=None, location=None, name=None, project=None, security_gateway_id=None, state=None, update_time=None):
32
+ if create_time and not isinstance(create_time, str):
33
+ raise TypeError("Expected argument 'create_time' to be a str")
34
+ pulumi.set(__self__, "create_time", create_time)
35
+ if display_name and not isinstance(display_name, str):
36
+ raise TypeError("Expected argument 'display_name' to be a str")
37
+ pulumi.set(__self__, "display_name", display_name)
38
+ if external_ips and not isinstance(external_ips, list):
39
+ raise TypeError("Expected argument 'external_ips' to be a list")
40
+ pulumi.set(__self__, "external_ips", external_ips)
41
+ if hubs and not isinstance(hubs, list):
42
+ raise TypeError("Expected argument 'hubs' to be a list")
43
+ pulumi.set(__self__, "hubs", hubs)
44
+ if id and not isinstance(id, str):
45
+ raise TypeError("Expected argument 'id' to be a str")
46
+ pulumi.set(__self__, "id", id)
47
+ if location and not isinstance(location, str):
48
+ raise TypeError("Expected argument 'location' to be a str")
49
+ pulumi.set(__self__, "location", location)
50
+ if name and not isinstance(name, str):
51
+ raise TypeError("Expected argument 'name' to be a str")
52
+ pulumi.set(__self__, "name", name)
53
+ if project and not isinstance(project, str):
54
+ raise TypeError("Expected argument 'project' to be a str")
55
+ pulumi.set(__self__, "project", project)
56
+ if security_gateway_id and not isinstance(security_gateway_id, str):
57
+ raise TypeError("Expected argument 'security_gateway_id' to be a str")
58
+ pulumi.set(__self__, "security_gateway_id", security_gateway_id)
59
+ if state and not isinstance(state, str):
60
+ raise TypeError("Expected argument 'state' to be a str")
61
+ pulumi.set(__self__, "state", state)
62
+ if update_time and not isinstance(update_time, str):
63
+ raise TypeError("Expected argument 'update_time' to be a str")
64
+ pulumi.set(__self__, "update_time", update_time)
65
+
66
+ @property
67
+ @pulumi.getter(name="createTime")
68
+ def create_time(self) -> builtins.str:
69
+ return pulumi.get(self, "create_time")
70
+
71
+ @property
72
+ @pulumi.getter(name="displayName")
73
+ def display_name(self) -> builtins.str:
74
+ return pulumi.get(self, "display_name")
75
+
76
+ @property
77
+ @pulumi.getter(name="externalIps")
78
+ def external_ips(self) -> Sequence[builtins.str]:
79
+ return pulumi.get(self, "external_ips")
80
+
81
+ @property
82
+ @pulumi.getter
83
+ def hubs(self) -> Sequence['outputs.GetSecurityGatewayHubResult']:
84
+ return pulumi.get(self, "hubs")
85
+
86
+ @property
87
+ @pulumi.getter
88
+ def id(self) -> builtins.str:
89
+ """
90
+ The provider-assigned unique ID for this managed resource.
91
+ """
92
+ return pulumi.get(self, "id")
93
+
94
+ @property
95
+ @pulumi.getter
96
+ def location(self) -> builtins.str:
97
+ return pulumi.get(self, "location")
98
+
99
+ @property
100
+ @pulumi.getter
101
+ def name(self) -> builtins.str:
102
+ return pulumi.get(self, "name")
103
+
104
+ @property
105
+ @pulumi.getter
106
+ def project(self) -> Optional[builtins.str]:
107
+ return pulumi.get(self, "project")
108
+
109
+ @property
110
+ @pulumi.getter(name="securityGatewayId")
111
+ def security_gateway_id(self) -> builtins.str:
112
+ return pulumi.get(self, "security_gateway_id")
113
+
114
+ @property
115
+ @pulumi.getter
116
+ def state(self) -> builtins.str:
117
+ return pulumi.get(self, "state")
118
+
119
+ @property
120
+ @pulumi.getter(name="updateTime")
121
+ def update_time(self) -> builtins.str:
122
+ return pulumi.get(self, "update_time")
123
+
124
+
125
+ class AwaitableGetSecurityGatewayResult(GetSecurityGatewayResult):
126
+ # pylint: disable=using-constant-test
127
+ def __await__(self):
128
+ if False:
129
+ yield self
130
+ return GetSecurityGatewayResult(
131
+ create_time=self.create_time,
132
+ display_name=self.display_name,
133
+ external_ips=self.external_ips,
134
+ hubs=self.hubs,
135
+ id=self.id,
136
+ location=self.location,
137
+ name=self.name,
138
+ project=self.project,
139
+ security_gateway_id=self.security_gateway_id,
140
+ state=self.state,
141
+ update_time=self.update_time)
142
+
143
+
144
+ def get_security_gateway(project: Optional[builtins.str] = None,
145
+ security_gateway_id: Optional[builtins.str] = None,
146
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecurityGatewayResult:
147
+ """
148
+ Get information about a Google BeyondCorp Security Gateway.
149
+
150
+ ## Example Usage
151
+
152
+ ```python
153
+ import pulumi
154
+ import pulumi_gcp as gcp
155
+
156
+ my_beyondcorp_security_gateway = gcp.beyondcorp.get_security_gateway(security_gateway_id="my-beyondcorp-security-gateway")
157
+ ```
158
+
159
+
160
+ :param builtins.str project: The project in which the resource belongs. If it
161
+ is not provided, the provider project is used.
162
+ :param builtins.str security_gateway_id: The name of the Security Gateway resource.
163
+
164
+ - - -
165
+ """
166
+ __args__ = dict()
167
+ __args__['project'] = project
168
+ __args__['securityGatewayId'] = security_gateway_id
169
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
170
+ __ret__ = pulumi.runtime.invoke('gcp:beyondcorp/getSecurityGateway:getSecurityGateway', __args__, opts=opts, typ=GetSecurityGatewayResult).value
171
+
172
+ return AwaitableGetSecurityGatewayResult(
173
+ create_time=pulumi.get(__ret__, 'create_time'),
174
+ display_name=pulumi.get(__ret__, 'display_name'),
175
+ external_ips=pulumi.get(__ret__, 'external_ips'),
176
+ hubs=pulumi.get(__ret__, 'hubs'),
177
+ id=pulumi.get(__ret__, 'id'),
178
+ location=pulumi.get(__ret__, 'location'),
179
+ name=pulumi.get(__ret__, 'name'),
180
+ project=pulumi.get(__ret__, 'project'),
181
+ security_gateway_id=pulumi.get(__ret__, 'security_gateway_id'),
182
+ state=pulumi.get(__ret__, 'state'),
183
+ update_time=pulumi.get(__ret__, 'update_time'))
184
+ def get_security_gateway_output(project: Optional[pulumi.Input[Optional[builtins.str]]] = None,
185
+ security_gateway_id: Optional[pulumi.Input[builtins.str]] = None,
186
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSecurityGatewayResult]:
187
+ """
188
+ Get information about a Google BeyondCorp Security Gateway.
189
+
190
+ ## Example Usage
191
+
192
+ ```python
193
+ import pulumi
194
+ import pulumi_gcp as gcp
195
+
196
+ my_beyondcorp_security_gateway = gcp.beyondcorp.get_security_gateway(security_gateway_id="my-beyondcorp-security-gateway")
197
+ ```
198
+
199
+
200
+ :param builtins.str project: The project in which the resource belongs. If it
201
+ is not provided, the provider project is used.
202
+ :param builtins.str security_gateway_id: The name of the Security Gateway resource.
203
+
204
+ - - -
205
+ """
206
+ __args__ = dict()
207
+ __args__['project'] = project
208
+ __args__['securityGatewayId'] = security_gateway_id
209
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
210
+ __ret__ = pulumi.runtime.invoke_output('gcp:beyondcorp/getSecurityGateway:getSecurityGateway', __args__, opts=opts, typ=GetSecurityGatewayResult)
211
+ return __ret__.apply(lambda __response__: GetSecurityGatewayResult(
212
+ create_time=pulumi.get(__response__, 'create_time'),
213
+ display_name=pulumi.get(__response__, 'display_name'),
214
+ external_ips=pulumi.get(__response__, 'external_ips'),
215
+ hubs=pulumi.get(__response__, 'hubs'),
216
+ id=pulumi.get(__response__, 'id'),
217
+ location=pulumi.get(__response__, 'location'),
218
+ name=pulumi.get(__response__, 'name'),
219
+ project=pulumi.get(__response__, 'project'),
220
+ security_gateway_id=pulumi.get(__response__, 'security_gateway_id'),
221
+ state=pulumi.get(__response__, 'state'),
222
+ update_time=pulumi.get(__response__, 'update_time')))
@@ -126,6 +126,7 @@ def get_security_gateway_iam_policy(location: Optional[builtins.str] = None,
126
126
  location is specified, it is taken from the provider configuration.
127
127
  :param builtins.str project: The ID of the project in which the resource belongs.
128
128
  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.
129
+ :param builtins.str security_gateway_id: Used to find the parent resource to bind the IAM policy to
129
130
  """
130
131
  __args__ = dict()
131
132
  __args__['location'] = location
@@ -165,6 +166,7 @@ def get_security_gateway_iam_policy_output(location: Optional[pulumi.Input[Optio
165
166
  location is specified, it is taken from the provider configuration.
166
167
  :param builtins.str project: The ID of the project in which the resource belongs.
167
168
  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.
169
+ :param builtins.str security_gateway_id: Used to find the parent resource to bind the IAM policy to
168
170
  """
169
171
  __args__ = dict()
170
172
  __args__['location'] = location
@@ -37,6 +37,8 @@ __all__ = [
37
37
  'GetAppConnectorPrincipalInfoResult',
38
38
  'GetAppConnectorPrincipalInfoServiceAccountResult',
39
39
  'GetAppGatewayAllocatedConnectionResult',
40
+ 'GetSecurityGatewayHubResult',
41
+ 'GetSecurityGatewayHubInternetGatewayResult',
40
42
  ]
41
43
 
42
44
  @pulumi.output_type
@@ -770,3 +772,46 @@ class GetAppGatewayAllocatedConnectionResult(dict):
770
772
  return pulumi.get(self, "psc_uri")
771
773
 
772
774
 
775
+ @pulumi.output_type
776
+ class GetSecurityGatewayHubResult(dict):
777
+ def __init__(__self__, *,
778
+ internet_gateways: Sequence['outputs.GetSecurityGatewayHubInternetGatewayResult'],
779
+ region: builtins.str):
780
+ """
781
+ :param Sequence['GetSecurityGatewayHubInternetGatewayArgs'] internet_gateways: Internet Gateway configuration.
782
+ """
783
+ pulumi.set(__self__, "internet_gateways", internet_gateways)
784
+ pulumi.set(__self__, "region", region)
785
+
786
+ @property
787
+ @pulumi.getter(name="internetGateways")
788
+ def internet_gateways(self) -> Sequence['outputs.GetSecurityGatewayHubInternetGatewayResult']:
789
+ """
790
+ Internet Gateway configuration.
791
+ """
792
+ return pulumi.get(self, "internet_gateways")
793
+
794
+ @property
795
+ @pulumi.getter
796
+ def region(self) -> builtins.str:
797
+ return pulumi.get(self, "region")
798
+
799
+
800
+ @pulumi.output_type
801
+ class GetSecurityGatewayHubInternetGatewayResult(dict):
802
+ def __init__(__self__, *,
803
+ assigned_ips: Sequence[builtins.str]):
804
+ """
805
+ :param Sequence[builtins.str] assigned_ips: Output only. List of IP addresses assigned to the Cloud NAT.
806
+ """
807
+ pulumi.set(__self__, "assigned_ips", assigned_ips)
808
+
809
+ @property
810
+ @pulumi.getter(name="assignedIps")
811
+ def assigned_ips(self) -> Sequence[builtins.str]:
812
+ """
813
+ Output only. List of IP addresses assigned to the Cloud NAT.
814
+ """
815
+ return pulumi.get(self, "assigned_ips")
816
+
817
+
@@ -44,6 +44,7 @@ class SecurityGatewayIamBindingArgs:
44
44
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
45
45
  `beyondcorp.SecurityGatewayIamBinding` can be used per role. Note that custom roles must be of the format
46
46
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
47
+ :param pulumi.Input[builtins.str] security_gateway_id: Used to find the parent resource to bind the IAM policy to
47
48
  :param pulumi.Input['SecurityGatewayIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
48
49
  Structure is documented below.
49
50
  :param pulumi.Input[builtins.str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. Must be omitted or set to `global`. Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -101,6 +102,9 @@ class SecurityGatewayIamBindingArgs:
101
102
  @property
102
103
  @pulumi.getter(name="securityGatewayId")
103
104
  def security_gateway_id(self) -> pulumi.Input[builtins.str]:
105
+ """
106
+ Used to find the parent resource to bind the IAM policy to
107
+ """
104
108
  return pulumi.get(self, "security_gateway_id")
105
109
 
106
110
  @security_gateway_id.setter
@@ -182,6 +186,7 @@ class _SecurityGatewayIamBindingState:
182
186
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
183
187
  `beyondcorp.SecurityGatewayIamBinding` can be used per role. Note that custom roles must be of the format
184
188
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
189
+ :param pulumi.Input[builtins.str] security_gateway_id: Used to find the parent resource to bind the IAM policy to
185
190
  """
186
191
  if condition is not None:
187
192
  pulumi.set(__self__, "condition", condition)
@@ -289,6 +294,9 @@ class _SecurityGatewayIamBindingState:
289
294
  @property
290
295
  @pulumi.getter(name="securityGatewayId")
291
296
  def security_gateway_id(self) -> Optional[pulumi.Input[builtins.str]]:
297
+ """
298
+ Used to find the parent resource to bind the IAM policy to
299
+ """
292
300
  return pulumi.get(self, "security_gateway_id")
293
301
 
294
302
  @security_gateway_id.setter
@@ -614,6 +622,7 @@ class SecurityGatewayIamBinding(pulumi.CustomResource):
614
622
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
615
623
  `beyondcorp.SecurityGatewayIamBinding` can be used per role. Note that custom roles must be of the format
616
624
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
625
+ :param pulumi.Input[builtins.str] security_gateway_id: Used to find the parent resource to bind the IAM policy to
617
626
  """
618
627
  ...
619
628
  @overload
@@ -992,6 +1001,7 @@ class SecurityGatewayIamBinding(pulumi.CustomResource):
992
1001
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
993
1002
  `beyondcorp.SecurityGatewayIamBinding` can be used per role. Note that custom roles must be of the format
994
1003
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
1004
+ :param pulumi.Input[builtins.str] security_gateway_id: Used to find the parent resource to bind the IAM policy to
995
1005
  """
996
1006
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
997
1007
 
@@ -1073,5 +1083,8 @@ class SecurityGatewayIamBinding(pulumi.CustomResource):
1073
1083
  @property
1074
1084
  @pulumi.getter(name="securityGatewayId")
1075
1085
  def security_gateway_id(self) -> pulumi.Output[builtins.str]:
1086
+ """
1087
+ Used to find the parent resource to bind the IAM policy to
1088
+ """
1076
1089
  return pulumi.get(self, "security_gateway_id")
1077
1090
 
@@ -44,6 +44,7 @@ class SecurityGatewayIamMemberArgs:
44
44
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
45
45
  `beyondcorp.SecurityGatewayIamBinding` can be used per role. Note that custom roles must be of the format
46
46
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
47
+ :param pulumi.Input[builtins.str] security_gateway_id: Used to find the parent resource to bind the IAM policy to
47
48
  :param pulumi.Input['SecurityGatewayIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
48
49
  Structure is documented below.
49
50
  :param pulumi.Input[builtins.str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. Must be omitted or set to `global`. Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -101,6 +102,9 @@ class SecurityGatewayIamMemberArgs:
101
102
  @property
102
103
  @pulumi.getter(name="securityGatewayId")
103
104
  def security_gateway_id(self) -> pulumi.Input[builtins.str]:
105
+ """
106
+ Used to find the parent resource to bind the IAM policy to
107
+ """
104
108
  return pulumi.get(self, "security_gateway_id")
105
109
 
106
110
  @security_gateway_id.setter
@@ -182,6 +186,7 @@ class _SecurityGatewayIamMemberState:
182
186
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
183
187
  `beyondcorp.SecurityGatewayIamBinding` can be used per role. Note that custom roles must be of the format
184
188
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
189
+ :param pulumi.Input[builtins.str] security_gateway_id: Used to find the parent resource to bind the IAM policy to
185
190
  """
186
191
  if condition is not None:
187
192
  pulumi.set(__self__, "condition", condition)
@@ -289,6 +294,9 @@ class _SecurityGatewayIamMemberState:
289
294
  @property
290
295
  @pulumi.getter(name="securityGatewayId")
291
296
  def security_gateway_id(self) -> Optional[pulumi.Input[builtins.str]]:
297
+ """
298
+ Used to find the parent resource to bind the IAM policy to
299
+ """
292
300
  return pulumi.get(self, "security_gateway_id")
293
301
 
294
302
  @security_gateway_id.setter
@@ -614,6 +622,7 @@ class SecurityGatewayIamMember(pulumi.CustomResource):
614
622
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
615
623
  `beyondcorp.SecurityGatewayIamBinding` can be used per role. Note that custom roles must be of the format
616
624
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
625
+ :param pulumi.Input[builtins.str] security_gateway_id: Used to find the parent resource to bind the IAM policy to
617
626
  """
618
627
  ...
619
628
  @overload
@@ -992,6 +1001,7 @@ class SecurityGatewayIamMember(pulumi.CustomResource):
992
1001
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
993
1002
  `beyondcorp.SecurityGatewayIamBinding` can be used per role. Note that custom roles must be of the format
994
1003
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
1004
+ :param pulumi.Input[builtins.str] security_gateway_id: Used to find the parent resource to bind the IAM policy to
995
1005
  """
996
1006
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
997
1007
 
@@ -1073,5 +1083,8 @@ class SecurityGatewayIamMember(pulumi.CustomResource):
1073
1083
  @property
1074
1084
  @pulumi.getter(name="securityGatewayId")
1075
1085
  def security_gateway_id(self) -> pulumi.Output[builtins.str]:
1086
+ """
1087
+ Used to find the parent resource to bind the IAM policy to
1088
+ """
1076
1089
  return pulumi.get(self, "security_gateway_id")
1077
1090
 
@@ -28,6 +28,7 @@ class SecurityGatewayIamPolicyArgs:
28
28
  The set of arguments for constructing a SecurityGatewayIamPolicy resource.
29
29
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
30
30
  a `organizations_get_iam_policy` data source.
31
+ :param pulumi.Input[builtins.str] security_gateway_id: Used to find the parent resource to bind the IAM policy to
31
32
  :param pulumi.Input[builtins.str] location: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. Must be omitted or set to `global`. Used to find the parent resource to bind the IAM policy to. If not specified,
32
33
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
33
34
  location is specified, it is taken from the provider configuration.
@@ -57,6 +58,9 @@ class SecurityGatewayIamPolicyArgs:
57
58
  @property
58
59
  @pulumi.getter(name="securityGatewayId")
59
60
  def security_gateway_id(self) -> pulumi.Input[builtins.str]:
61
+ """
62
+ Used to find the parent resource to bind the IAM policy to
63
+ """
60
64
  return pulumi.get(self, "security_gateway_id")
61
65
 
62
66
  @security_gateway_id.setter
@@ -109,6 +113,7 @@ class _SecurityGatewayIamPolicyState:
109
113
  a `organizations_get_iam_policy` data source.
110
114
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
111
115
  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.
116
+ :param pulumi.Input[builtins.str] security_gateway_id: Used to find the parent resource to bind the IAM policy to
112
117
  """
113
118
  if etag is not None:
114
119
  pulumi.set(__self__, "etag", etag)
@@ -176,6 +181,9 @@ class _SecurityGatewayIamPolicyState:
176
181
  @property
177
182
  @pulumi.getter(name="securityGatewayId")
178
183
  def security_gateway_id(self) -> Optional[pulumi.Input[builtins.str]]:
184
+ """
185
+ Used to find the parent resource to bind the IAM policy to
186
+ """
179
187
  return pulumi.get(self, "security_gateway_id")
180
188
 
181
189
  @security_gateway_id.setter
@@ -485,6 +493,7 @@ class SecurityGatewayIamPolicy(pulumi.CustomResource):
485
493
  a `organizations_get_iam_policy` data source.
486
494
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
487
495
  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.
496
+ :param pulumi.Input[builtins.str] security_gateway_id: Used to find the parent resource to bind the IAM policy to
488
497
  """
489
498
  ...
490
499
  @overload
@@ -841,6 +850,7 @@ class SecurityGatewayIamPolicy(pulumi.CustomResource):
841
850
  a `organizations_get_iam_policy` data source.
842
851
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
843
852
  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.
853
+ :param pulumi.Input[builtins.str] security_gateway_id: Used to find the parent resource to bind the IAM policy to
844
854
  """
845
855
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
846
856
 
@@ -892,5 +902,8 @@ class SecurityGatewayIamPolicy(pulumi.CustomResource):
892
902
  @property
893
903
  @pulumi.getter(name="securityGatewayId")
894
904
  def security_gateway_id(self) -> pulumi.Output[builtins.str]:
905
+ """
906
+ Used to find the parent resource to bind the IAM policy to
907
+ """
895
908
  return pulumi.get(self, "security_gateway_id")
896
909
 
@@ -32,6 +32,7 @@ from .job import *
32
32
  from .reservation import *
33
33
  from .reservation_assignment import *
34
34
  from .routine import *
35
+ from .row_access_policy import *
35
36
  from .table import *
36
37
  from ._inputs import *
37
38
  from . import outputs