pulumi-gcp 8.32.0__py3-none-any.whl → 8.32.0a1747459264__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 +0 -88
  2. pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +0 -13
  4. pulumi_gcp/apigateway/api_config_iam_member.py +0 -13
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +0 -13
  6. pulumi_gcp/apigateway/api_iam_binding.py +0 -13
  7. pulumi_gcp/apigateway/api_iam_member.py +0 -13
  8. pulumi_gcp/apigateway/api_iam_policy.py +0 -13
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +0 -13
  10. pulumi_gcp/apigateway/gateway_iam_member.py +0 -13
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +0 -13
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +0 -2
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +0 -2
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +0 -2
  15. pulumi_gcp/apigee/environment_iam_binding.py +0 -27
  16. pulumi_gcp/apigee/environment_iam_member.py +0 -27
  17. pulumi_gcp/apigee/environment_iam_policy.py +0 -27
  18. pulumi_gcp/apigee/get_environment_iam_policy.py +0 -6
  19. pulumi_gcp/beyondcorp/__init__.py +0 -1
  20. pulumi_gcp/beyondcorp/application.py +4 -8
  21. pulumi_gcp/beyondcorp/application_iam_binding.py +0 -26
  22. pulumi_gcp/beyondcorp/application_iam_member.py +0 -26
  23. pulumi_gcp/beyondcorp/application_iam_policy.py +0 -26
  24. pulumi_gcp/beyondcorp/get_application_iam_policy.py +0 -4
  25. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +0 -2
  26. pulumi_gcp/beyondcorp/outputs.py +0 -45
  27. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +0 -13
  28. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +0 -13
  29. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +0 -13
  30. pulumi_gcp/bigquery/__init__.py +0 -1
  31. pulumi_gcp/bigquery/connection_iam_binding.py +11 -4
  32. pulumi_gcp/bigquery/connection_iam_member.py +11 -4
  33. pulumi_gcp/bigquery/connection_iam_policy.py +11 -4
  34. pulumi_gcp/bigquery/data_transfer_config.py +2 -2
  35. pulumi_gcp/bigquery/get_connection_iam_policy.py +4 -2
  36. pulumi_gcp/bigquery/get_table_iam_policy.py +0 -4
  37. pulumi_gcp/bigquery/iam_binding.py +0 -26
  38. pulumi_gcp/bigquery/iam_member.py +0 -26
  39. pulumi_gcp/bigquery/iam_policy.py +0 -26
  40. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
  41. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
  42. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
  43. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  44. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  45. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
  46. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
  47. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
  48. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
  49. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +0 -13
  50. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +0 -13
  51. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +0 -13
  52. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +0 -2
  53. pulumi_gcp/bigtable/logical_view.py +0 -49
  54. pulumi_gcp/cloudbuild/trigger.py +2 -2
  55. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +0 -6
  56. pulumi_gcp/clouddeploy/get_target_iam_policy.py +0 -6
  57. pulumi_gcp/colab/schedule.py +2 -2
  58. pulumi_gcp/compute/_inputs.py +0 -126
  59. pulumi_gcp/compute/backend_service.py +51 -259
  60. pulumi_gcp/compute/get_backend_service.py +1 -23
  61. pulumi_gcp/compute/get_global_forwarding_rule.py +1 -23
  62. pulumi_gcp/compute/get_instance_template.py +1 -12
  63. pulumi_gcp/compute/get_network_endpoint_group.py +1 -12
  64. pulumi_gcp/compute/global_forwarding_rule.py +0 -199
  65. pulumi_gcp/compute/instance_template.py +0 -28
  66. pulumi_gcp/compute/network_endpoint_group.py +0 -28
  67. pulumi_gcp/compute/outputs.py +0 -110
  68. pulumi_gcp/compute/region_backend_service.py +51 -58
  69. pulumi_gcp/container/cluster.py +0 -47
  70. pulumi_gcp/container/get_cluster.py +1 -12
  71. pulumi_gcp/datacatalog/entry_group_iam_binding.py +0 -34
  72. pulumi_gcp/datacatalog/entry_group_iam_member.py +0 -34
  73. pulumi_gcp/datacatalog/entry_group_iam_policy.py +0 -34
  74. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +0 -8
  75. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +0 -8
  76. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +0 -8
  77. pulumi_gcp/datacatalog/tag_template_iam_binding.py +0 -34
  78. pulumi_gcp/datacatalog/tag_template_iam_member.py +0 -34
  79. pulumi_gcp/datacatalog/tag_template_iam_policy.py +0 -34
  80. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +0 -34
  81. pulumi_gcp/datacatalog/taxonomy_iam_member.py +0 -34
  82. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +0 -34
  83. pulumi_gcp/dataplex/__init__.py +0 -5
  84. pulumi_gcp/dataplex/_inputs.py +0 -98
  85. pulumi_gcp/dataplex/aspect_type_iam_binding.py +0 -13
  86. pulumi_gcp/dataplex/aspect_type_iam_member.py +0 -13
  87. pulumi_gcp/dataplex/aspect_type_iam_policy.py +0 -13
  88. pulumi_gcp/dataplex/asset_iam_binding.py +0 -53
  89. pulumi_gcp/dataplex/asset_iam_member.py +0 -53
  90. pulumi_gcp/dataplex/asset_iam_policy.py +0 -53
  91. pulumi_gcp/dataplex/datascan_iam_binding.py +0 -13
  92. pulumi_gcp/dataplex/datascan_iam_member.py +0 -13
  93. pulumi_gcp/dataplex/datascan_iam_policy.py +0 -13
  94. pulumi_gcp/dataplex/entry_group_iam_binding.py +0 -13
  95. pulumi_gcp/dataplex/entry_group_iam_member.py +0 -13
  96. pulumi_gcp/dataplex/entry_group_iam_policy.py +0 -13
  97. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -13
  98. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -13
  99. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -13
  100. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +0 -2
  101. pulumi_gcp/dataplex/get_asset_iam_policy.py +0 -10
  102. pulumi_gcp/dataplex/get_datascan_iam_policy.py +0 -2
  103. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +0 -2
  104. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -2
  105. pulumi_gcp/dataplex/get_lake_iam_policy.py +0 -6
  106. pulumi_gcp/dataplex/get_task_iam_policy.py +0 -2
  107. pulumi_gcp/dataplex/get_zone_iam_policy.py +0 -8
  108. pulumi_gcp/dataplex/lake_iam_binding.py +0 -27
  109. pulumi_gcp/dataplex/lake_iam_member.py +0 -27
  110. pulumi_gcp/dataplex/lake_iam_policy.py +0 -27
  111. pulumi_gcp/dataplex/outputs.py +0 -56
  112. pulumi_gcp/dataplex/task_iam_binding.py +0 -13
  113. pulumi_gcp/dataplex/task_iam_member.py +0 -13
  114. pulumi_gcp/dataplex/task_iam_policy.py +0 -13
  115. pulumi_gcp/dataplex/zone_iam_binding.py +0 -40
  116. pulumi_gcp/dataplex/zone_iam_member.py +0 -40
  117. pulumi_gcp/dataplex/zone_iam_policy.py +0 -40
  118. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +25 -4
  119. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +25 -4
  120. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +25 -4
  121. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +8 -2
  122. pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +0 -8
  123. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +0 -2
  124. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +0 -2
  125. pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +0 -10
  126. pulumi_gcp/dataproc/metastore_database_iam_binding.py +0 -40
  127. pulumi_gcp/dataproc/metastore_database_iam_member.py +0 -40
  128. pulumi_gcp/dataproc/metastore_database_iam_policy.py +0 -40
  129. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +0 -13
  130. pulumi_gcp/dataproc/metastore_federation_iam_member.py +0 -13
  131. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +0 -13
  132. pulumi_gcp/dataproc/metastore_service_iam_binding.py +0 -13
  133. pulumi_gcp/dataproc/metastore_service_iam_member.py +0 -13
  134. pulumi_gcp/dataproc/metastore_service_iam_policy.py +0 -13
  135. pulumi_gcp/dataproc/metastore_table_iam_binding.py +0 -53
  136. pulumi_gcp/dataproc/metastore_table_iam_member.py +0 -53
  137. pulumi_gcp/dataproc/metastore_table_iam_policy.py +0 -53
  138. pulumi_gcp/diagflow/_inputs.py +0 -56
  139. pulumi_gcp/diagflow/cx_agent.py +0 -60
  140. pulumi_gcp/diagflow/cx_flow.py +0 -2
  141. pulumi_gcp/diagflow/entity_type.py +2 -2
  142. pulumi_gcp/diagflow/outputs.py +0 -35
  143. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  144. pulumi_gcp/endpoints/consumers_iam_binding.py +0 -26
  145. pulumi_gcp/endpoints/consumers_iam_member.py +0 -26
  146. pulumi_gcp/endpoints/consumers_iam_policy.py +0 -26
  147. pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +0 -8
  148. pulumi_gcp/endpoints/get_service_iam_policy.py +0 -6
  149. pulumi_gcp/endpoints/service_iam_binding.py +0 -13
  150. pulumi_gcp/endpoints/service_iam_member.py +0 -13
  151. pulumi_gcp/endpoints/service_iam_policy.py +0 -13
  152. pulumi_gcp/firebase/__init__.py +0 -3
  153. pulumi_gcp/firebase/_inputs.py +0 -1527
  154. pulumi_gcp/firebase/app_hosting_backend.py +0 -104
  155. pulumi_gcp/firebase/extensions_instance.py +4 -4
  156. pulumi_gcp/firebase/outputs.py +0 -1075
  157. pulumi_gcp/firestore/database.py +0 -9
  158. pulumi_gcp/gemini/get_repository_group_iam_policy.py +0 -4
  159. pulumi_gcp/gemini/repository_group_iam_binding.py +0 -26
  160. pulumi_gcp/gemini/repository_group_iam_member.py +0 -26
  161. pulumi_gcp/gemini/repository_group_iam_policy.py +0 -26
  162. pulumi_gcp/gkebackup/backup_channel.py +9 -9
  163. pulumi_gcp/gkebackup/restore_channel.py +9 -9
  164. pulumi_gcp/gkehub/get_membership_iam_policy.py +0 -2
  165. pulumi_gcp/gkehub/get_scope_iam_policy.py +0 -2
  166. pulumi_gcp/gkehub/membership_iam_binding.py +0 -13
  167. pulumi_gcp/gkehub/membership_iam_member.py +0 -13
  168. pulumi_gcp/gkehub/membership_iam_policy.py +0 -13
  169. pulumi_gcp/gkehub/scope_iam_binding.py +0 -13
  170. pulumi_gcp/gkehub/scope_iam_member.py +0 -13
  171. pulumi_gcp/gkehub/scope_iam_policy.py +0 -13
  172. pulumi_gcp/iam/__init__.py +0 -4
  173. pulumi_gcp/iam/_inputs.py +0 -432
  174. pulumi_gcp/iam/get_workload_identity_pool.py +1 -35
  175. pulumi_gcp/iam/oauth_client_credential.py +0 -6
  176. pulumi_gcp/iam/outputs.py +0 -510
  177. pulumi_gcp/iam/workload_identity_pool.py +24 -446
  178. pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
  179. pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
  180. pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
  181. pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
  182. pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
  183. pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
  184. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
  185. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
  186. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +0 -2
  187. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +0 -6
  188. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +0 -6
  189. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  190. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +0 -13
  191. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +0 -13
  192. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +0 -13
  193. pulumi_gcp/iap/tunnel_instance_iam_binding.py +0 -27
  194. pulumi_gcp/iap/tunnel_instance_iam_member.py +0 -27
  195. pulumi_gcp/iap/tunnel_instance_iam_policy.py +0 -27
  196. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +0 -27
  197. pulumi_gcp/iap/web_region_backend_service_iam_member.py +0 -27
  198. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +0 -27
  199. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
  200. pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
  201. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
  202. pulumi_gcp/lustre/__init__.py +0 -1
  203. pulumi_gcp/lustre/instance.py +0 -12
  204. pulumi_gcp/netapp/backup.py +2 -2
  205. pulumi_gcp/networksecurity/intercept_deployment.py +0 -10
  206. pulumi_gcp/networksecurity/intercept_deployment_group.py +0 -8
  207. pulumi_gcp/networksecurity/intercept_endpoint_group.py +0 -12
  208. pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +0 -16
  209. pulumi_gcp/pulumi-plugin.json +1 -1
  210. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +0 -2
  211. pulumi_gcp/secretmanager/get_secret_iam_policy.py +0 -2
  212. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +0 -13
  213. pulumi_gcp/secretmanager/regional_secret_iam_member.py +0 -13
  214. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +0 -13
  215. pulumi_gcp/secretmanager/secret_iam_binding.py +0 -13
  216. pulumi_gcp/secretmanager/secret_iam_member.py +0 -13
  217. pulumi_gcp/secretmanager/secret_iam_policy.py +0 -13
  218. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +4 -2
  219. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +4 -2
  220. pulumi_gcp/securesourcemanager/repository_iam_binding.py +11 -4
  221. pulumi_gcp/securesourcemanager/repository_iam_member.py +11 -4
  222. pulumi_gcp/securesourcemanager/repository_iam_policy.py +11 -4
  223. pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
  224. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
  225. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +0 -13
  226. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +0 -13
  227. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +0 -13
  228. pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +0 -2
  229. pulumi_gcp/vmwareengine/external_address.py +4 -4
  230. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +0 -6
  231. pulumi_gcp/workstations/get_workstation_iam_policy.py +0 -10
  232. pulumi_gcp/workstations/workstation_config_iam_binding.py +0 -33
  233. pulumi_gcp/workstations/workstation_config_iam_member.py +0 -33
  234. pulumi_gcp/workstations/workstation_config_iam_policy.py +0 -33
  235. pulumi_gcp/workstations/workstation_iam_binding.py +0 -53
  236. pulumi_gcp/workstations/workstation_iam_member.py +0 -53
  237. pulumi_gcp/workstations/workstation_iam_policy.py +0 -53
  238. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/METADATA +1 -1
  239. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/RECORD +241 -256
  240. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/WHEEL +1 -1
  241. pulumi_gcp/beyondcorp/get_security_gateway.py +0 -222
  242. pulumi_gcp/bigquery/row_access_policy.py +0 -787
  243. pulumi_gcp/dataplex/get_glossary_iam_policy.py +0 -185
  244. pulumi_gcp/dataplex/glossary.py +0 -772
  245. pulumi_gcp/dataplex/glossary_iam_binding.py +0 -837
  246. pulumi_gcp/dataplex/glossary_iam_member.py +0 -837
  247. pulumi_gcp/dataplex/glossary_iam_policy.py +0 -676
  248. pulumi_gcp/firebase/app_hosting_default_domain.py +0 -721
  249. pulumi_gcp/firebase/app_hosting_domain.py +0 -796
  250. pulumi_gcp/firebase/app_hosting_traffic.py +0 -914
  251. pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +0 -156
  252. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +0 -539
  253. pulumi_gcp/iam/workload_identity_pool_iam_member.py +0 -539
  254. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +0 -358
  255. pulumi_gcp/lustre/get_instance.py +0 -280
  256. {pulumi_gcp-8.32.0.dist-info → pulumi_gcp-8.32.0a1747459264.dist-info}/top_level.txt +0 -0
@@ -33,8 +33,6 @@ class AssetIamMemberArgs:
33
33
  """
34
34
  The set of arguments for constructing a AssetIamMember resource.
35
35
  :param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
36
- :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
37
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
38
36
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
39
37
  Each entry can have one of the following values:
40
38
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -49,9 +47,6 @@ class AssetIamMemberArgs:
49
47
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
50
48
  `dataplex.AssetIamBinding` can be used per role. Note that custom roles must be of the format
51
49
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
52
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
53
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
54
- location is specified, it is taken from the provider configuration.
55
50
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
56
51
  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.
57
52
  """
@@ -82,9 +77,6 @@ class AssetIamMemberArgs:
82
77
  @property
83
78
  @pulumi.getter(name="dataplexZone")
84
79
  def dataplex_zone(self) -> pulumi.Input[builtins.str]:
85
- """
86
- Used to find the parent resource to bind the IAM policy to
87
- """
88
80
  return pulumi.get(self, "dataplex_zone")
89
81
 
90
82
  @dataplex_zone.setter
@@ -94,9 +86,6 @@ class AssetIamMemberArgs:
94
86
  @property
95
87
  @pulumi.getter
96
88
  def lake(self) -> pulumi.Input[builtins.str]:
97
- """
98
- Used to find the parent resource to bind the IAM policy to
99
- """
100
89
  return pulumi.get(self, "lake")
101
90
 
102
91
  @lake.setter
@@ -151,11 +140,6 @@ class AssetIamMemberArgs:
151
140
  @property
152
141
  @pulumi.getter
153
142
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
154
- """
155
- Used to find the parent resource to bind the IAM policy to. If not specified,
156
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
157
- location is specified, it is taken from the provider configuration.
158
- """
159
143
  return pulumi.get(self, "location")
160
144
 
161
145
  @location.setter
@@ -191,12 +175,7 @@ class _AssetIamMemberState:
191
175
  """
192
176
  Input properties used for looking up and filtering AssetIamMember resources.
193
177
  :param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
194
- :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
195
178
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
196
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
197
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
198
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
199
- location is specified, it is taken from the provider configuration.
200
179
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
201
180
  Each entry can have one of the following values:
202
181
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -257,9 +236,6 @@ class _AssetIamMemberState:
257
236
  @property
258
237
  @pulumi.getter(name="dataplexZone")
259
238
  def dataplex_zone(self) -> Optional[pulumi.Input[builtins.str]]:
260
- """
261
- Used to find the parent resource to bind the IAM policy to
262
- """
263
239
  return pulumi.get(self, "dataplex_zone")
264
240
 
265
241
  @dataplex_zone.setter
@@ -281,9 +257,6 @@ class _AssetIamMemberState:
281
257
  @property
282
258
  @pulumi.getter
283
259
  def lake(self) -> Optional[pulumi.Input[builtins.str]]:
284
- """
285
- Used to find the parent resource to bind the IAM policy to
286
- """
287
260
  return pulumi.get(self, "lake")
288
261
 
289
262
  @lake.setter
@@ -293,11 +266,6 @@ class _AssetIamMemberState:
293
266
  @property
294
267
  @pulumi.getter
295
268
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
296
- """
297
- Used to find the parent resource to bind the IAM policy to. If not specified,
298
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
299
- location is specified, it is taken from the provider configuration.
300
- """
301
269
  return pulumi.get(self, "location")
302
270
 
303
271
  @location.setter
@@ -546,11 +514,6 @@ class AssetIamMember(pulumi.CustomResource):
546
514
  :param str resource_name: The name of the resource.
547
515
  :param pulumi.ResourceOptions opts: Options for the resource.
548
516
  :param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
549
- :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
550
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
551
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
552
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
553
- location is specified, it is taken from the provider configuration.
554
517
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
555
518
  Each entry can have one of the following values:
556
519
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -826,12 +789,7 @@ class AssetIamMember(pulumi.CustomResource):
826
789
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
827
790
  :param pulumi.ResourceOptions opts: Options for the resource.
828
791
  :param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
829
- :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
830
792
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
831
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
832
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
833
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
834
- location is specified, it is taken from the provider configuration.
835
793
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
836
794
  Each entry can have one of the following values:
837
795
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -880,9 +838,6 @@ class AssetIamMember(pulumi.CustomResource):
880
838
  @property
881
839
  @pulumi.getter(name="dataplexZone")
882
840
  def dataplex_zone(self) -> pulumi.Output[builtins.str]:
883
- """
884
- Used to find the parent resource to bind the IAM policy to
885
- """
886
841
  return pulumi.get(self, "dataplex_zone")
887
842
 
888
843
  @property
@@ -896,19 +851,11 @@ class AssetIamMember(pulumi.CustomResource):
896
851
  @property
897
852
  @pulumi.getter
898
853
  def lake(self) -> pulumi.Output[builtins.str]:
899
- """
900
- Used to find the parent resource to bind the IAM policy to
901
- """
902
854
  return pulumi.get(self, "lake")
903
855
 
904
856
  @property
905
857
  @pulumi.getter
906
858
  def location(self) -> pulumi.Output[builtins.str]:
907
- """
908
- Used to find the parent resource to bind the IAM policy to. If not specified,
909
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
910
- location is specified, it is taken from the provider configuration.
911
- """
912
859
  return pulumi.get(self, "location")
913
860
 
914
861
  @property
@@ -29,13 +29,8 @@ class AssetIamPolicyArgs:
29
29
  """
30
30
  The set of arguments for constructing a AssetIamPolicy resource.
31
31
  :param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
32
- :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
33
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
34
32
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
35
33
  a `organizations_get_iam_policy` data source.
36
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
37
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
38
- location is specified, it is taken from the provider configuration.
39
34
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
40
35
  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.
41
36
  """
@@ -63,9 +58,6 @@ class AssetIamPolicyArgs:
63
58
  @property
64
59
  @pulumi.getter(name="dataplexZone")
65
60
  def dataplex_zone(self) -> pulumi.Input[builtins.str]:
66
- """
67
- Used to find the parent resource to bind the IAM policy to
68
- """
69
61
  return pulumi.get(self, "dataplex_zone")
70
62
 
71
63
  @dataplex_zone.setter
@@ -75,9 +67,6 @@ class AssetIamPolicyArgs:
75
67
  @property
76
68
  @pulumi.getter
77
69
  def lake(self) -> pulumi.Input[builtins.str]:
78
- """
79
- Used to find the parent resource to bind the IAM policy to
80
- """
81
70
  return pulumi.get(self, "lake")
82
71
 
83
72
  @lake.setter
@@ -100,11 +89,6 @@ class AssetIamPolicyArgs:
100
89
  @property
101
90
  @pulumi.getter
102
91
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
103
- """
104
- Used to find the parent resource to bind the IAM policy to. If not specified,
105
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
106
- location is specified, it is taken from the provider configuration.
107
- """
108
92
  return pulumi.get(self, "location")
109
93
 
110
94
  @location.setter
@@ -138,12 +122,7 @@ class _AssetIamPolicyState:
138
122
  """
139
123
  Input properties used for looking up and filtering AssetIamPolicy resources.
140
124
  :param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
141
- :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
142
125
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
143
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
144
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
145
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
146
- location is specified, it is taken from the provider configuration.
147
126
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
148
127
  a `organizations_get_iam_policy` data source.
149
128
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -179,9 +158,6 @@ class _AssetIamPolicyState:
179
158
  @property
180
159
  @pulumi.getter(name="dataplexZone")
181
160
  def dataplex_zone(self) -> Optional[pulumi.Input[builtins.str]]:
182
- """
183
- Used to find the parent resource to bind the IAM policy to
184
- """
185
161
  return pulumi.get(self, "dataplex_zone")
186
162
 
187
163
  @dataplex_zone.setter
@@ -203,9 +179,6 @@ class _AssetIamPolicyState:
203
179
  @property
204
180
  @pulumi.getter
205
181
  def lake(self) -> Optional[pulumi.Input[builtins.str]]:
206
- """
207
- Used to find the parent resource to bind the IAM policy to
208
- """
209
182
  return pulumi.get(self, "lake")
210
183
 
211
184
  @lake.setter
@@ -215,11 +188,6 @@ class _AssetIamPolicyState:
215
188
  @property
216
189
  @pulumi.getter
217
190
  def location(self) -> Optional[pulumi.Input[builtins.str]]:
218
- """
219
- Used to find the parent resource to bind the IAM policy to. If not specified,
220
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
221
- location is specified, it is taken from the provider configuration.
222
- """
223
191
  return pulumi.get(self, "location")
224
192
 
225
193
  @location.setter
@@ -443,11 +411,6 @@ class AssetIamPolicy(pulumi.CustomResource):
443
411
  :param str resource_name: The name of the resource.
444
412
  :param pulumi.ResourceOptions opts: Options for the resource.
445
413
  :param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
446
- :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
447
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
448
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
449
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
450
- location is specified, it is taken from the provider configuration.
451
414
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
452
415
  a `organizations_get_iam_policy` data source.
453
416
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -703,12 +666,7 @@ class AssetIamPolicy(pulumi.CustomResource):
703
666
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
704
667
  :param pulumi.ResourceOptions opts: Options for the resource.
705
668
  :param pulumi.Input[builtins.str] asset: Used to find the parent resource to bind the IAM policy to
706
- :param pulumi.Input[builtins.str] dataplex_zone: Used to find the parent resource to bind the IAM policy to
707
669
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
708
- :param pulumi.Input[builtins.str] lake: Used to find the parent resource to bind the IAM policy to
709
- :param pulumi.Input[builtins.str] location: Used to find the parent resource to bind the IAM policy to. If not specified,
710
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
711
- location is specified, it is taken from the provider configuration.
712
670
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
713
671
  a `organizations_get_iam_policy` data source.
714
672
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -738,9 +696,6 @@ class AssetIamPolicy(pulumi.CustomResource):
738
696
  @property
739
697
  @pulumi.getter(name="dataplexZone")
740
698
  def dataplex_zone(self) -> pulumi.Output[builtins.str]:
741
- """
742
- Used to find the parent resource to bind the IAM policy to
743
- """
744
699
  return pulumi.get(self, "dataplex_zone")
745
700
 
746
701
  @property
@@ -754,19 +709,11 @@ class AssetIamPolicy(pulumi.CustomResource):
754
709
  @property
755
710
  @pulumi.getter
756
711
  def lake(self) -> pulumi.Output[builtins.str]:
757
- """
758
- Used to find the parent resource to bind the IAM policy to
759
- """
760
712
  return pulumi.get(self, "lake")
761
713
 
762
714
  @property
763
715
  @pulumi.getter
764
716
  def location(self) -> pulumi.Output[builtins.str]:
765
- """
766
- Used to find the parent resource to bind the IAM policy to. If not specified,
767
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
768
- location is specified, it is taken from the provider configuration.
769
- """
770
717
  return pulumi.get(self, "location")
771
718
 
772
719
  @property
@@ -30,7 +30,6 @@ class DatascanIamBindingArgs:
30
30
  project: Optional[pulumi.Input[builtins.str]] = None):
31
31
  """
32
32
  The set of arguments for constructing a DatascanIamBinding resource.
33
- :param pulumi.Input[builtins.str] data_scan_id: Used to find the parent resource to bind the IAM policy to
34
33
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
35
34
  Each entry can have one of the following values:
36
35
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -65,9 +64,6 @@ class DatascanIamBindingArgs:
65
64
  @property
66
65
  @pulumi.getter(name="dataScanId")
67
66
  def data_scan_id(self) -> pulumi.Input[builtins.str]:
68
- """
69
- Used to find the parent resource to bind the IAM policy to
70
- """
71
67
  return pulumi.get(self, "data_scan_id")
72
68
 
73
69
  @data_scan_id.setter
@@ -160,7 +156,6 @@ class _DatascanIamBindingState:
160
156
  role: Optional[pulumi.Input[builtins.str]] = None):
161
157
  """
162
158
  Input properties used for looking up and filtering DatascanIamBinding resources.
163
- :param pulumi.Input[builtins.str] data_scan_id: Used to find the parent resource to bind the IAM policy to
164
159
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
165
160
  :param pulumi.Input[builtins.str] location: The location where the data scan should reside.
166
161
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -210,9 +205,6 @@ class _DatascanIamBindingState:
210
205
  @property
211
206
  @pulumi.getter(name="dataScanId")
212
207
  def data_scan_id(self) -> Optional[pulumi.Input[builtins.str]]:
213
- """
214
- Used to find the parent resource to bind the IAM policy to
215
- """
216
208
  return pulumi.get(self, "data_scan_id")
217
209
 
218
210
  @data_scan_id.setter
@@ -473,7 +465,6 @@ class DatascanIamBinding(pulumi.CustomResource):
473
465
 
474
466
  :param str resource_name: The name of the resource.
475
467
  :param pulumi.ResourceOptions opts: Options for the resource.
476
- :param pulumi.Input[builtins.str] data_scan_id: Used to find the parent resource to bind the IAM policy to
477
468
  :param pulumi.Input[builtins.str] location: The location where the data scan should reside.
478
469
  Used to find the parent resource to bind the IAM policy to. If not specified,
479
470
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -730,7 +721,6 @@ class DatascanIamBinding(pulumi.CustomResource):
730
721
  :param str resource_name: The unique name of the resulting resource.
731
722
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
732
723
  :param pulumi.ResourceOptions opts: Options for the resource.
733
- :param pulumi.Input[builtins.str] data_scan_id: Used to find the parent resource to bind the IAM policy to
734
724
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
735
725
  :param pulumi.Input[builtins.str] location: The location where the data scan should reside.
736
726
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -774,9 +764,6 @@ class DatascanIamBinding(pulumi.CustomResource):
774
764
  @property
775
765
  @pulumi.getter(name="dataScanId")
776
766
  def data_scan_id(self) -> pulumi.Output[builtins.str]:
777
- """
778
- Used to find the parent resource to bind the IAM policy to
779
- """
780
767
  return pulumi.get(self, "data_scan_id")
781
768
 
782
769
  @property
@@ -30,7 +30,6 @@ class DatascanIamMemberArgs:
30
30
  project: Optional[pulumi.Input[builtins.str]] = None):
31
31
  """
32
32
  The set of arguments for constructing a DatascanIamMember resource.
33
- :param pulumi.Input[builtins.str] data_scan_id: Used to find the parent resource to bind the IAM policy to
34
33
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
35
34
  Each entry can have one of the following values:
36
35
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -65,9 +64,6 @@ class DatascanIamMemberArgs:
65
64
  @property
66
65
  @pulumi.getter(name="dataScanId")
67
66
  def data_scan_id(self) -> pulumi.Input[builtins.str]:
68
- """
69
- Used to find the parent resource to bind the IAM policy to
70
- """
71
67
  return pulumi.get(self, "data_scan_id")
72
68
 
73
69
  @data_scan_id.setter
@@ -160,7 +156,6 @@ class _DatascanIamMemberState:
160
156
  role: Optional[pulumi.Input[builtins.str]] = None):
161
157
  """
162
158
  Input properties used for looking up and filtering DatascanIamMember resources.
163
- :param pulumi.Input[builtins.str] data_scan_id: Used to find the parent resource to bind the IAM policy to
164
159
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
165
160
  :param pulumi.Input[builtins.str] location: The location where the data scan should reside.
166
161
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -210,9 +205,6 @@ class _DatascanIamMemberState:
210
205
  @property
211
206
  @pulumi.getter(name="dataScanId")
212
207
  def data_scan_id(self) -> Optional[pulumi.Input[builtins.str]]:
213
- """
214
- Used to find the parent resource to bind the IAM policy to
215
- """
216
208
  return pulumi.get(self, "data_scan_id")
217
209
 
218
210
  @data_scan_id.setter
@@ -473,7 +465,6 @@ class DatascanIamMember(pulumi.CustomResource):
473
465
 
474
466
  :param str resource_name: The name of the resource.
475
467
  :param pulumi.ResourceOptions opts: Options for the resource.
476
- :param pulumi.Input[builtins.str] data_scan_id: Used to find the parent resource to bind the IAM policy to
477
468
  :param pulumi.Input[builtins.str] location: The location where the data scan should reside.
478
469
  Used to find the parent resource to bind the IAM policy to. If not specified,
479
470
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -730,7 +721,6 @@ class DatascanIamMember(pulumi.CustomResource):
730
721
  :param str resource_name: The unique name of the resulting resource.
731
722
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
732
723
  :param pulumi.ResourceOptions opts: Options for the resource.
733
- :param pulumi.Input[builtins.str] data_scan_id: Used to find the parent resource to bind the IAM policy to
734
724
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
735
725
  :param pulumi.Input[builtins.str] location: The location where the data scan should reside.
736
726
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -774,9 +764,6 @@ class DatascanIamMember(pulumi.CustomResource):
774
764
  @property
775
765
  @pulumi.getter(name="dataScanId")
776
766
  def data_scan_id(self) -> pulumi.Output[builtins.str]:
777
- """
778
- Used to find the parent resource to bind the IAM policy to
779
- """
780
767
  return pulumi.get(self, "data_scan_id")
781
768
 
782
769
  @property
@@ -26,7 +26,6 @@ class DatascanIamPolicyArgs:
26
26
  project: Optional[pulumi.Input[builtins.str]] = None):
27
27
  """
28
28
  The set of arguments for constructing a DatascanIamPolicy resource.
29
- :param pulumi.Input[builtins.str] data_scan_id: Used to find the parent resource to bind the IAM policy to
30
29
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
31
30
  a `organizations_get_iam_policy` data source.
32
31
  :param pulumi.Input[builtins.str] location: The location where the data scan should reside.
@@ -46,9 +45,6 @@ class DatascanIamPolicyArgs:
46
45
  @property
47
46
  @pulumi.getter(name="dataScanId")
48
47
  def data_scan_id(self) -> pulumi.Input[builtins.str]:
49
- """
50
- Used to find the parent resource to bind the IAM policy to
51
- """
52
48
  return pulumi.get(self, "data_scan_id")
53
49
 
54
50
  @data_scan_id.setter
@@ -107,7 +103,6 @@ class _DatascanIamPolicyState:
107
103
  project: Optional[pulumi.Input[builtins.str]] = None):
108
104
  """
109
105
  Input properties used for looking up and filtering DatascanIamPolicy resources.
110
- :param pulumi.Input[builtins.str] data_scan_id: Used to find the parent resource to bind the IAM policy to
111
106
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
112
107
  :param pulumi.Input[builtins.str] location: The location where the data scan should reside.
113
108
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -132,9 +127,6 @@ class _DatascanIamPolicyState:
132
127
  @property
133
128
  @pulumi.getter(name="dataScanId")
134
129
  def data_scan_id(self) -> Optional[pulumi.Input[builtins.str]]:
135
- """
136
- Used to find the parent resource to bind the IAM policy to
137
- """
138
130
  return pulumi.get(self, "data_scan_id")
139
131
 
140
132
  @data_scan_id.setter
@@ -370,7 +362,6 @@ class DatascanIamPolicy(pulumi.CustomResource):
370
362
 
371
363
  :param str resource_name: The name of the resource.
372
364
  :param pulumi.ResourceOptions opts: Options for the resource.
373
- :param pulumi.Input[builtins.str] data_scan_id: Used to find the parent resource to bind the IAM policy to
374
365
  :param pulumi.Input[builtins.str] location: The location where the data scan should reside.
375
366
  Used to find the parent resource to bind the IAM policy to. If not specified,
376
367
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -607,7 +598,6 @@ class DatascanIamPolicy(pulumi.CustomResource):
607
598
  :param str resource_name: The unique name of the resulting resource.
608
599
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
609
600
  :param pulumi.ResourceOptions opts: Options for the resource.
610
- :param pulumi.Input[builtins.str] data_scan_id: Used to find the parent resource to bind the IAM policy to
611
601
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
612
602
  :param pulumi.Input[builtins.str] location: The location where the data scan should reside.
613
603
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -632,9 +622,6 @@ class DatascanIamPolicy(pulumi.CustomResource):
632
622
  @property
633
623
  @pulumi.getter(name="dataScanId")
634
624
  def data_scan_id(self) -> pulumi.Output[builtins.str]:
635
- """
636
- Used to find the parent resource to bind the IAM policy to
637
- """
638
625
  return pulumi.get(self, "data_scan_id")
639
626
 
640
627
  @property
@@ -30,7 +30,6 @@ class EntryGroupIamBindingArgs:
30
30
  project: Optional[pulumi.Input[builtins.str]] = None):
31
31
  """
32
32
  The set of arguments for constructing a EntryGroupIamBinding resource.
33
- :param pulumi.Input[builtins.str] entry_group_id: Used to find the parent resource to bind the IAM policy to
34
33
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
35
34
  Each entry can have one of the following values:
36
35
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -65,9 +64,6 @@ class EntryGroupIamBindingArgs:
65
64
  @property
66
65
  @pulumi.getter(name="entryGroupId")
67
66
  def entry_group_id(self) -> pulumi.Input[builtins.str]:
68
- """
69
- Used to find the parent resource to bind the IAM policy to
70
- """
71
67
  return pulumi.get(self, "entry_group_id")
72
68
 
73
69
  @entry_group_id.setter
@@ -160,7 +156,6 @@ class _EntryGroupIamBindingState:
160
156
  role: Optional[pulumi.Input[builtins.str]] = None):
161
157
  """
162
158
  Input properties used for looking up and filtering EntryGroupIamBinding resources.
163
- :param pulumi.Input[builtins.str] entry_group_id: Used to find the parent resource to bind the IAM policy to
164
159
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
165
160
  :param pulumi.Input[builtins.str] location: The location where entry group will be created in.
166
161
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -210,9 +205,6 @@ class _EntryGroupIamBindingState:
210
205
  @property
211
206
  @pulumi.getter(name="entryGroupId")
212
207
  def entry_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
213
- """
214
- Used to find the parent resource to bind the IAM policy to
215
- """
216
208
  return pulumi.get(self, "entry_group_id")
217
209
 
218
210
  @entry_group_id.setter
@@ -473,7 +465,6 @@ class EntryGroupIamBinding(pulumi.CustomResource):
473
465
 
474
466
  :param str resource_name: The name of the resource.
475
467
  :param pulumi.ResourceOptions opts: Options for the resource.
476
- :param pulumi.Input[builtins.str] entry_group_id: Used to find the parent resource to bind the IAM policy to
477
468
  :param pulumi.Input[builtins.str] location: The location where entry group will be created in.
478
469
  Used to find the parent resource to bind the IAM policy to. If not specified,
479
470
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -730,7 +721,6 @@ class EntryGroupIamBinding(pulumi.CustomResource):
730
721
  :param str resource_name: The unique name of the resulting resource.
731
722
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
732
723
  :param pulumi.ResourceOptions opts: Options for the resource.
733
- :param pulumi.Input[builtins.str] entry_group_id: Used to find the parent resource to bind the IAM policy to
734
724
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
735
725
  :param pulumi.Input[builtins.str] location: The location where entry group will be created in.
736
726
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -774,9 +764,6 @@ class EntryGroupIamBinding(pulumi.CustomResource):
774
764
  @property
775
765
  @pulumi.getter(name="entryGroupId")
776
766
  def entry_group_id(self) -> pulumi.Output[builtins.str]:
777
- """
778
- Used to find the parent resource to bind the IAM policy to
779
- """
780
767
  return pulumi.get(self, "entry_group_id")
781
768
 
782
769
  @property
@@ -30,7 +30,6 @@ class EntryGroupIamMemberArgs:
30
30
  project: Optional[pulumi.Input[builtins.str]] = None):
31
31
  """
32
32
  The set of arguments for constructing a EntryGroupIamMember resource.
33
- :param pulumi.Input[builtins.str] entry_group_id: Used to find the parent resource to bind the IAM policy to
34
33
  :param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
35
34
  Each entry can have one of the following values:
36
35
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -65,9 +64,6 @@ class EntryGroupIamMemberArgs:
65
64
  @property
66
65
  @pulumi.getter(name="entryGroupId")
67
66
  def entry_group_id(self) -> pulumi.Input[builtins.str]:
68
- """
69
- Used to find the parent resource to bind the IAM policy to
70
- """
71
67
  return pulumi.get(self, "entry_group_id")
72
68
 
73
69
  @entry_group_id.setter
@@ -160,7 +156,6 @@ class _EntryGroupIamMemberState:
160
156
  role: Optional[pulumi.Input[builtins.str]] = None):
161
157
  """
162
158
  Input properties used for looking up and filtering EntryGroupIamMember resources.
163
- :param pulumi.Input[builtins.str] entry_group_id: Used to find the parent resource to bind the IAM policy to
164
159
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
165
160
  :param pulumi.Input[builtins.str] location: The location where entry group will be created in.
166
161
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -210,9 +205,6 @@ class _EntryGroupIamMemberState:
210
205
  @property
211
206
  @pulumi.getter(name="entryGroupId")
212
207
  def entry_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
213
- """
214
- Used to find the parent resource to bind the IAM policy to
215
- """
216
208
  return pulumi.get(self, "entry_group_id")
217
209
 
218
210
  @entry_group_id.setter
@@ -473,7 +465,6 @@ class EntryGroupIamMember(pulumi.CustomResource):
473
465
 
474
466
  :param str resource_name: The name of the resource.
475
467
  :param pulumi.ResourceOptions opts: Options for the resource.
476
- :param pulumi.Input[builtins.str] entry_group_id: Used to find the parent resource to bind the IAM policy to
477
468
  :param pulumi.Input[builtins.str] location: The location where entry group will be created in.
478
469
  Used to find the parent resource to bind the IAM policy to. If not specified,
479
470
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -730,7 +721,6 @@ class EntryGroupIamMember(pulumi.CustomResource):
730
721
  :param str resource_name: The unique name of the resulting resource.
731
722
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
732
723
  :param pulumi.ResourceOptions opts: Options for the resource.
733
- :param pulumi.Input[builtins.str] entry_group_id: Used to find the parent resource to bind the IAM policy to
734
724
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
735
725
  :param pulumi.Input[builtins.str] location: The location where entry group will be created in.
736
726
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -774,9 +764,6 @@ class EntryGroupIamMember(pulumi.CustomResource):
774
764
  @property
775
765
  @pulumi.getter(name="entryGroupId")
776
766
  def entry_group_id(self) -> pulumi.Output[builtins.str]:
777
- """
778
- Used to find the parent resource to bind the IAM policy to
779
- """
780
767
  return pulumi.get(self, "entry_group_id")
781
768
 
782
769
  @property
@@ -26,7 +26,6 @@ class EntryGroupIamPolicyArgs:
26
26
  project: Optional[pulumi.Input[builtins.str]] = None):
27
27
  """
28
28
  The set of arguments for constructing a EntryGroupIamPolicy resource.
29
- :param pulumi.Input[builtins.str] entry_group_id: Used to find the parent resource to bind the IAM policy to
30
29
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
31
30
  a `organizations_get_iam_policy` data source.
32
31
  :param pulumi.Input[builtins.str] location: The location where entry group will be created in.
@@ -46,9 +45,6 @@ class EntryGroupIamPolicyArgs:
46
45
  @property
47
46
  @pulumi.getter(name="entryGroupId")
48
47
  def entry_group_id(self) -> pulumi.Input[builtins.str]:
49
- """
50
- Used to find the parent resource to bind the IAM policy to
51
- """
52
48
  return pulumi.get(self, "entry_group_id")
53
49
 
54
50
  @entry_group_id.setter
@@ -107,7 +103,6 @@ class _EntryGroupIamPolicyState:
107
103
  project: Optional[pulumi.Input[builtins.str]] = None):
108
104
  """
109
105
  Input properties used for looking up and filtering EntryGroupIamPolicy resources.
110
- :param pulumi.Input[builtins.str] entry_group_id: Used to find the parent resource to bind the IAM policy to
111
106
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
112
107
  :param pulumi.Input[builtins.str] location: The location where entry group will be created in.
113
108
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -132,9 +127,6 @@ class _EntryGroupIamPolicyState:
132
127
  @property
133
128
  @pulumi.getter(name="entryGroupId")
134
129
  def entry_group_id(self) -> Optional[pulumi.Input[builtins.str]]:
135
- """
136
- Used to find the parent resource to bind the IAM policy to
137
- """
138
130
  return pulumi.get(self, "entry_group_id")
139
131
 
140
132
  @entry_group_id.setter
@@ -370,7 +362,6 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
370
362
 
371
363
  :param str resource_name: The name of the resource.
372
364
  :param pulumi.ResourceOptions opts: Options for the resource.
373
- :param pulumi.Input[builtins.str] entry_group_id: Used to find the parent resource to bind the IAM policy to
374
365
  :param pulumi.Input[builtins.str] location: The location where entry group will be created in.
375
366
  Used to find the parent resource to bind the IAM policy to. If not specified,
376
367
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -607,7 +598,6 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
607
598
  :param str resource_name: The unique name of the resulting resource.
608
599
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
609
600
  :param pulumi.ResourceOptions opts: Options for the resource.
610
- :param pulumi.Input[builtins.str] entry_group_id: Used to find the parent resource to bind the IAM policy to
611
601
  :param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
612
602
  :param pulumi.Input[builtins.str] location: The location where entry group will be created in.
613
603
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -632,9 +622,6 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
632
622
  @property
633
623
  @pulumi.getter(name="entryGroupId")
634
624
  def entry_group_id(self) -> pulumi.Output[builtins.str]:
635
- """
636
- Used to find the parent resource to bind the IAM policy to
637
- """
638
625
  return pulumi.get(self, "entry_group_id")
639
626
 
640
627
  @property