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
@@ -47,10 +47,6 @@ class TaxonomyIamMemberArgs:
47
47
  :param pulumi.Input[builtins.str] taxonomy: Used to find the parent resource to bind the IAM policy to
48
48
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
49
49
  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.
50
- :param pulumi.Input[builtins.str] region: Taxonomy location region.
51
- Used to find the parent resource to bind the IAM policy to. If not specified,
52
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
53
- region is specified, it is taken from the provider configuration.
54
50
  """
55
51
  pulumi.set(__self__, "member", member)
56
52
  pulumi.set(__self__, "role", role)
@@ -135,12 +131,6 @@ class TaxonomyIamMemberArgs:
135
131
  @property
136
132
  @pulumi.getter
137
133
  def region(self) -> Optional[pulumi.Input[builtins.str]]:
138
- """
139
- Taxonomy location region.
140
- Used to find the parent resource to bind the IAM policy to. If not specified,
141
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
142
- region is specified, it is taken from the provider configuration.
143
- """
144
134
  return pulumi.get(self, "region")
145
135
 
146
136
  @region.setter
@@ -174,10 +164,6 @@ class _TaxonomyIamMemberState:
174
164
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
175
165
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
176
166
  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.
177
- :param pulumi.Input[builtins.str] region: Taxonomy location region.
178
- Used to find the parent resource to bind the IAM policy to. If not specified,
179
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
180
- region is specified, it is taken from the provider configuration.
181
167
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
182
168
  `datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format
183
169
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -257,12 +243,6 @@ class _TaxonomyIamMemberState:
257
243
  @property
258
244
  @pulumi.getter
259
245
  def region(self) -> Optional[pulumi.Input[builtins.str]]:
260
- """
261
- Taxonomy location region.
262
- Used to find the parent resource to bind the IAM policy to. If not specified,
263
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
264
- region is specified, it is taken from the provider configuration.
265
- """
266
246
  return pulumi.get(self, "region")
267
247
 
268
248
  @region.setter
@@ -474,10 +454,6 @@ class TaxonomyIamMember(pulumi.CustomResource):
474
454
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
475
455
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
476
456
  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.
477
- :param pulumi.Input[builtins.str] region: Taxonomy location region.
478
- Used to find the parent resource to bind the IAM policy to. If not specified,
479
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
480
- region is specified, it is taken from the provider configuration.
481
457
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
482
458
  `datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format
483
459
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -720,10 +696,6 @@ class TaxonomyIamMember(pulumi.CustomResource):
720
696
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
721
697
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
722
698
  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.
723
- :param pulumi.Input[builtins.str] region: Taxonomy location region.
724
- Used to find the parent resource to bind the IAM policy to. If not specified,
725
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
726
- region is specified, it is taken from the provider configuration.
727
699
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
728
700
  `datacatalog.TaxonomyIamBinding` can be used per role. Note that custom roles must be of the format
729
701
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -785,12 +757,6 @@ class TaxonomyIamMember(pulumi.CustomResource):
785
757
  @property
786
758
  @pulumi.getter
787
759
  def region(self) -> pulumi.Output[builtins.str]:
788
- """
789
- Taxonomy location region.
790
- Used to find the parent resource to bind the IAM policy to. If not specified,
791
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
792
- region is specified, it is taken from the provider configuration.
793
- """
794
760
  return pulumi.get(self, "region")
795
761
 
796
762
  @property
@@ -31,10 +31,6 @@ class TaxonomyIamPolicyArgs:
31
31
  :param pulumi.Input[builtins.str] taxonomy: Used to find the parent resource to bind the IAM policy to
32
32
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
33
33
  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.
34
- :param pulumi.Input[builtins.str] region: Taxonomy location region.
35
- Used to find the parent resource to bind the IAM policy to. If not specified,
36
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
37
- region is specified, it is taken from the provider configuration.
38
34
  """
39
35
  pulumi.set(__self__, "policy_data", policy_data)
40
36
  pulumi.set(__self__, "taxonomy", taxonomy)
@@ -84,12 +80,6 @@ class TaxonomyIamPolicyArgs:
84
80
  @property
85
81
  @pulumi.getter
86
82
  def region(self) -> Optional[pulumi.Input[builtins.str]]:
87
- """
88
- Taxonomy location region.
89
- Used to find the parent resource to bind the IAM policy to. If not specified,
90
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
91
- region is specified, it is taken from the provider configuration.
92
- """
93
83
  return pulumi.get(self, "region")
94
84
 
95
85
  @region.setter
@@ -112,10 +102,6 @@ class _TaxonomyIamPolicyState:
112
102
  a `organizations_get_iam_policy` data source.
113
103
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
114
104
  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.
115
- :param pulumi.Input[builtins.str] region: Taxonomy location region.
116
- Used to find the parent resource to bind the IAM policy to. If not specified,
117
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
118
- region is specified, it is taken from the provider configuration.
119
105
  :param pulumi.Input[builtins.str] taxonomy: Used to find the parent resource to bind the IAM policy to
120
106
  """
121
107
  if etag is not None:
@@ -170,12 +156,6 @@ class _TaxonomyIamPolicyState:
170
156
  @property
171
157
  @pulumi.getter
172
158
  def region(self) -> Optional[pulumi.Input[builtins.str]]:
173
- """
174
- Taxonomy location region.
175
- Used to find the parent resource to bind the IAM policy to. If not specified,
176
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
177
- region is specified, it is taken from the provider configuration.
178
- """
179
159
  return pulumi.get(self, "region")
180
160
 
181
161
  @region.setter
@@ -362,10 +342,6 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
362
342
  a `organizations_get_iam_policy` data source.
363
343
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
364
344
  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.
365
- :param pulumi.Input[builtins.str] region: Taxonomy location region.
366
- Used to find the parent resource to bind the IAM policy to. If not specified,
367
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
368
- region is specified, it is taken from the provider configuration.
369
345
  :param pulumi.Input[builtins.str] taxonomy: Used to find the parent resource to bind the IAM policy to
370
346
  """
371
347
  ...
@@ -588,10 +564,6 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
588
564
  a `organizations_get_iam_policy` data source.
589
565
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
590
566
  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.
591
- :param pulumi.Input[builtins.str] region: Taxonomy location region.
592
- Used to find the parent resource to bind the IAM policy to. If not specified,
593
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
594
- region is specified, it is taken from the provider configuration.
595
567
  :param pulumi.Input[builtins.str] taxonomy: Used to find the parent resource to bind the IAM policy to
596
568
  """
597
569
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -634,12 +606,6 @@ class TaxonomyIamPolicy(pulumi.CustomResource):
634
606
  @property
635
607
  @pulumi.getter
636
608
  def region(self) -> pulumi.Output[builtins.str]:
637
- """
638
- Taxonomy location region.
639
- Used to find the parent resource to bind the IAM policy to. If not specified,
640
- the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
641
- region is specified, it is taken from the provider configuration.
642
- """
643
609
  return pulumi.get(self, "region")
644
610
 
645
611
  @property
@@ -31,14 +31,9 @@ from .get_asset_iam_policy import *
31
31
  from .get_datascan_iam_policy import *
32
32
  from .get_entry_group_iam_policy import *
33
33
  from .get_entry_type_iam_policy import *
34
- from .get_glossary_iam_policy import *
35
34
  from .get_lake_iam_policy import *
36
35
  from .get_task_iam_policy import *
37
36
  from .get_zone_iam_policy import *
38
- from .glossary import *
39
- from .glossary_iam_binding import *
40
- from .glossary_iam_member import *
41
- from .glossary_iam_policy import *
42
37
  from .lake import *
43
38
  from .lake_iam_binding import *
44
39
  from .lake_iam_member import *
@@ -112,10 +112,6 @@ __all__ = [
112
112
  'EntryTypeIamMemberConditionArgsDict',
113
113
  'EntryTypeRequiredAspectArgs',
114
114
  'EntryTypeRequiredAspectArgsDict',
115
- 'GlossaryIamBindingConditionArgs',
116
- 'GlossaryIamBindingConditionArgsDict',
117
- 'GlossaryIamMemberConditionArgs',
118
- 'GlossaryIamMemberConditionArgsDict',
119
115
  'LakeAssetStatusArgs',
120
116
  'LakeAssetStatusArgsDict',
121
117
  'LakeIamBindingConditionArgs',
@@ -3080,100 +3076,6 @@ class EntryTypeRequiredAspectArgs:
3080
3076
  pulumi.set(self, "type", value)
3081
3077
 
3082
3078
 
3083
- if not MYPY:
3084
- class GlossaryIamBindingConditionArgsDict(TypedDict):
3085
- expression: pulumi.Input[builtins.str]
3086
- title: pulumi.Input[builtins.str]
3087
- description: NotRequired[pulumi.Input[builtins.str]]
3088
- elif False:
3089
- GlossaryIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
3090
-
3091
- @pulumi.input_type
3092
- class GlossaryIamBindingConditionArgs:
3093
- def __init__(__self__, *,
3094
- expression: pulumi.Input[builtins.str],
3095
- title: pulumi.Input[builtins.str],
3096
- description: Optional[pulumi.Input[builtins.str]] = None):
3097
- pulumi.set(__self__, "expression", expression)
3098
- pulumi.set(__self__, "title", title)
3099
- if description is not None:
3100
- pulumi.set(__self__, "description", description)
3101
-
3102
- @property
3103
- @pulumi.getter
3104
- def expression(self) -> pulumi.Input[builtins.str]:
3105
- return pulumi.get(self, "expression")
3106
-
3107
- @expression.setter
3108
- def expression(self, value: pulumi.Input[builtins.str]):
3109
- pulumi.set(self, "expression", value)
3110
-
3111
- @property
3112
- @pulumi.getter
3113
- def title(self) -> pulumi.Input[builtins.str]:
3114
- return pulumi.get(self, "title")
3115
-
3116
- @title.setter
3117
- def title(self, value: pulumi.Input[builtins.str]):
3118
- pulumi.set(self, "title", value)
3119
-
3120
- @property
3121
- @pulumi.getter
3122
- def description(self) -> Optional[pulumi.Input[builtins.str]]:
3123
- return pulumi.get(self, "description")
3124
-
3125
- @description.setter
3126
- def description(self, value: Optional[pulumi.Input[builtins.str]]):
3127
- pulumi.set(self, "description", value)
3128
-
3129
-
3130
- if not MYPY:
3131
- class GlossaryIamMemberConditionArgsDict(TypedDict):
3132
- expression: pulumi.Input[builtins.str]
3133
- title: pulumi.Input[builtins.str]
3134
- description: NotRequired[pulumi.Input[builtins.str]]
3135
- elif False:
3136
- GlossaryIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
3137
-
3138
- @pulumi.input_type
3139
- class GlossaryIamMemberConditionArgs:
3140
- def __init__(__self__, *,
3141
- expression: pulumi.Input[builtins.str],
3142
- title: pulumi.Input[builtins.str],
3143
- description: Optional[pulumi.Input[builtins.str]] = None):
3144
- pulumi.set(__self__, "expression", expression)
3145
- pulumi.set(__self__, "title", title)
3146
- if description is not None:
3147
- pulumi.set(__self__, "description", description)
3148
-
3149
- @property
3150
- @pulumi.getter
3151
- def expression(self) -> pulumi.Input[builtins.str]:
3152
- return pulumi.get(self, "expression")
3153
-
3154
- @expression.setter
3155
- def expression(self, value: pulumi.Input[builtins.str]):
3156
- pulumi.set(self, "expression", value)
3157
-
3158
- @property
3159
- @pulumi.getter
3160
- def title(self) -> pulumi.Input[builtins.str]:
3161
- return pulumi.get(self, "title")
3162
-
3163
- @title.setter
3164
- def title(self, value: pulumi.Input[builtins.str]):
3165
- pulumi.set(self, "title", value)
3166
-
3167
- @property
3168
- @pulumi.getter
3169
- def description(self) -> Optional[pulumi.Input[builtins.str]]:
3170
- return pulumi.get(self, "description")
3171
-
3172
- @description.setter
3173
- def description(self, value: Optional[pulumi.Input[builtins.str]]):
3174
- pulumi.set(self, "description", value)
3175
-
3176
-
3177
3079
  if not MYPY:
3178
3080
  class LakeAssetStatusArgsDict(TypedDict):
3179
3081
  active_assets: NotRequired[pulumi.Input[builtins.int]]
@@ -30,7 +30,6 @@ class AspectTypeIamBindingArgs:
30
30
  project: Optional[pulumi.Input[builtins.str]] = None):
31
31
  """
32
32
  The set of arguments for constructing a AspectTypeIamBinding resource.
33
- :param pulumi.Input[builtins.str] aspect_type_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 AspectTypeIamBindingArgs:
65
64
  @property
66
65
  @pulumi.getter(name="aspectTypeId")
67
66
  def aspect_type_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, "aspect_type_id")
72
68
 
73
69
  @aspect_type_id.setter
@@ -160,7 +156,6 @@ class _AspectTypeIamBindingState:
160
156
  role: Optional[pulumi.Input[builtins.str]] = None):
161
157
  """
162
158
  Input properties used for looking up and filtering AspectTypeIamBinding resources.
163
- :param pulumi.Input[builtins.str] aspect_type_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 aspect type will be created in.
166
161
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -201,9 +196,6 @@ class _AspectTypeIamBindingState:
201
196
  @property
202
197
  @pulumi.getter(name="aspectTypeId")
203
198
  def aspect_type_id(self) -> Optional[pulumi.Input[builtins.str]]:
204
- """
205
- Used to find the parent resource to bind the IAM policy to
206
- """
207
199
  return pulumi.get(self, "aspect_type_id")
208
200
 
209
201
  @aspect_type_id.setter
@@ -473,7 +465,6 @@ class AspectTypeIamBinding(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] aspect_type_id: Used to find the parent resource to bind the IAM policy to
477
468
  :param pulumi.Input[builtins.str] location: The location where aspect type 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 AspectTypeIamBinding(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] aspect_type_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 aspect type will be created in.
736
726
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -769,9 +759,6 @@ class AspectTypeIamBinding(pulumi.CustomResource):
769
759
  @property
770
760
  @pulumi.getter(name="aspectTypeId")
771
761
  def aspect_type_id(self) -> pulumi.Output[builtins.str]:
772
- """
773
- Used to find the parent resource to bind the IAM policy to
774
- """
775
762
  return pulumi.get(self, "aspect_type_id")
776
763
 
777
764
  @property
@@ -30,7 +30,6 @@ class AspectTypeIamMemberArgs:
30
30
  project: Optional[pulumi.Input[builtins.str]] = None):
31
31
  """
32
32
  The set of arguments for constructing a AspectTypeIamMember resource.
33
- :param pulumi.Input[builtins.str] aspect_type_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 AspectTypeIamMemberArgs:
65
64
  @property
66
65
  @pulumi.getter(name="aspectTypeId")
67
66
  def aspect_type_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, "aspect_type_id")
72
68
 
73
69
  @aspect_type_id.setter
@@ -160,7 +156,6 @@ class _AspectTypeIamMemberState:
160
156
  role: Optional[pulumi.Input[builtins.str]] = None):
161
157
  """
162
158
  Input properties used for looking up and filtering AspectTypeIamMember resources.
163
- :param pulumi.Input[builtins.str] aspect_type_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 aspect type will be created in.
166
161
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -201,9 +196,6 @@ class _AspectTypeIamMemberState:
201
196
  @property
202
197
  @pulumi.getter(name="aspectTypeId")
203
198
  def aspect_type_id(self) -> Optional[pulumi.Input[builtins.str]]:
204
- """
205
- Used to find the parent resource to bind the IAM policy to
206
- """
207
199
  return pulumi.get(self, "aspect_type_id")
208
200
 
209
201
  @aspect_type_id.setter
@@ -473,7 +465,6 @@ class AspectTypeIamMember(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] aspect_type_id: Used to find the parent resource to bind the IAM policy to
477
468
  :param pulumi.Input[builtins.str] location: The location where aspect type 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 AspectTypeIamMember(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] aspect_type_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 aspect type will be created in.
736
726
  Used to find the parent resource to bind the IAM policy to. If not specified,
@@ -769,9 +759,6 @@ class AspectTypeIamMember(pulumi.CustomResource):
769
759
  @property
770
760
  @pulumi.getter(name="aspectTypeId")
771
761
  def aspect_type_id(self) -> pulumi.Output[builtins.str]:
772
- """
773
- Used to find the parent resource to bind the IAM policy to
774
- """
775
762
  return pulumi.get(self, "aspect_type_id")
776
763
 
777
764
  @property
@@ -26,7 +26,6 @@ class AspectTypeIamPolicyArgs:
26
26
  project: Optional[pulumi.Input[builtins.str]] = None):
27
27
  """
28
28
  The set of arguments for constructing a AspectTypeIamPolicy resource.
29
- :param pulumi.Input[builtins.str] aspect_type_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 aspect type will be created in.
@@ -46,9 +45,6 @@ class AspectTypeIamPolicyArgs:
46
45
  @property
47
46
  @pulumi.getter(name="aspectTypeId")
48
47
  def aspect_type_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, "aspect_type_id")
53
49
 
54
50
  @aspect_type_id.setter
@@ -107,7 +103,6 @@ class _AspectTypeIamPolicyState:
107
103
  project: Optional[pulumi.Input[builtins.str]] = None):
108
104
  """
109
105
  Input properties used for looking up and filtering AspectTypeIamPolicy resources.
110
- :param pulumi.Input[builtins.str] aspect_type_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 aspect type 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 _AspectTypeIamPolicyState:
132
127
  @property
133
128
  @pulumi.getter(name="aspectTypeId")
134
129
  def aspect_type_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, "aspect_type_id")
139
131
 
140
132
  @aspect_type_id.setter
@@ -370,7 +362,6 @@ class AspectTypeIamPolicy(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] aspect_type_id: Used to find the parent resource to bind the IAM policy to
374
365
  :param pulumi.Input[builtins.str] location: The location where aspect type 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 AspectTypeIamPolicy(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] aspect_type_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 aspect type 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 AspectTypeIamPolicy(pulumi.CustomResource):
632
622
  @property
633
623
  @pulumi.getter(name="aspectTypeId")
634
624
  def aspect_type_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, "aspect_type_id")
639
626
 
640
627
  @property
@@ -33,8 +33,6 @@ class AssetIamBindingArgs:
33
33
  """
34
34
  The set of arguments for constructing a AssetIamBinding 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[Sequence[pulumi.Input[builtins.str]]] members: 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 AssetIamBindingArgs:
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 AssetIamBindingArgs:
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 AssetIamBindingArgs:
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 AssetIamBindingArgs:
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 _AssetIamBindingState:
191
175
  """
192
176
  Input properties used for looking up and filtering AssetIamBinding 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[Sequence[pulumi.Input[builtins.str]]] members: 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 _AssetIamBindingState:
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 _AssetIamBindingState:
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 _AssetIamBindingState:
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 AssetIamBinding(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[Sequence[pulumi.Input[builtins.str]]] members: 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 AssetIamBinding(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[Sequence[pulumi.Input[builtins.str]]] members: 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 AssetIamBinding(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 AssetIamBinding(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