pulumi-gcp 8.32.0a1747459264__py3-none-any.whl → 8.32.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (256) hide show
  1. pulumi_gcp/__init__.py +88 -0
  2. pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
  3. pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
  4. pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
  5. pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
  6. pulumi_gcp/apigateway/api_iam_binding.py +13 -0
  7. pulumi_gcp/apigateway/api_iam_member.py +13 -0
  8. pulumi_gcp/apigateway/api_iam_policy.py +13 -0
  9. pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
  10. pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
  11. pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
  12. pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
  13. pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
  14. pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
  15. pulumi_gcp/apigee/environment_iam_binding.py +27 -0
  16. pulumi_gcp/apigee/environment_iam_member.py +27 -0
  17. pulumi_gcp/apigee/environment_iam_policy.py +27 -0
  18. pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
  19. pulumi_gcp/beyondcorp/__init__.py +1 -0
  20. pulumi_gcp/beyondcorp/application.py +8 -4
  21. pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
  22. pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
  23. pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
  24. pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
  25. pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
  26. pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
  27. pulumi_gcp/beyondcorp/outputs.py +45 -0
  28. pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
  29. pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
  30. pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
  31. pulumi_gcp/bigquery/__init__.py +1 -0
  32. pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
  33. pulumi_gcp/bigquery/connection_iam_member.py +4 -11
  34. pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
  35. pulumi_gcp/bigquery/data_transfer_config.py +2 -2
  36. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
  37. pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
  38. pulumi_gcp/bigquery/iam_binding.py +26 -0
  39. pulumi_gcp/bigquery/iam_member.py +26 -0
  40. pulumi_gcp/bigquery/iam_policy.py +26 -0
  41. pulumi_gcp/bigquery/row_access_policy.py +787 -0
  42. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
  43. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
  44. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
  45. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
  46. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
  47. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
  48. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
  49. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
  50. pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
  51. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
  52. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
  53. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
  54. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
  55. pulumi_gcp/bigtable/logical_view.py +49 -0
  56. pulumi_gcp/cloudbuild/trigger.py +2 -2
  57. pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
  58. pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
  59. pulumi_gcp/colab/schedule.py +2 -2
  60. pulumi_gcp/compute/_inputs.py +126 -0
  61. pulumi_gcp/compute/backend_service.py +259 -51
  62. pulumi_gcp/compute/get_backend_service.py +23 -1
  63. pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
  64. pulumi_gcp/compute/get_instance_template.py +12 -1
  65. pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
  66. pulumi_gcp/compute/global_forwarding_rule.py +199 -0
  67. pulumi_gcp/compute/instance_template.py +28 -0
  68. pulumi_gcp/compute/network_endpoint_group.py +28 -0
  69. pulumi_gcp/compute/outputs.py +110 -0
  70. pulumi_gcp/compute/region_backend_service.py +58 -51
  71. pulumi_gcp/container/cluster.py +47 -0
  72. pulumi_gcp/container/get_cluster.py +12 -1
  73. pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
  74. pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
  75. pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
  76. pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
  77. pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
  78. pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
  79. pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
  80. pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
  81. pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
  82. pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
  83. pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
  84. pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
  85. pulumi_gcp/dataplex/__init__.py +5 -0
  86. pulumi_gcp/dataplex/_inputs.py +98 -0
  87. pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
  88. pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
  89. pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
  90. pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
  91. pulumi_gcp/dataplex/asset_iam_member.py +53 -0
  92. pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
  93. pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
  94. pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
  95. pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
  96. pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
  97. pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
  98. pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
  99. pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
  100. pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
  101. pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
  102. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
  103. pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
  104. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
  105. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
  106. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
  107. pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
  108. pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
  109. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
  110. pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
  111. pulumi_gcp/dataplex/glossary.py +772 -0
  112. pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
  113. pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
  114. pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
  115. pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
  116. pulumi_gcp/dataplex/lake_iam_member.py +27 -0
  117. pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
  118. pulumi_gcp/dataplex/outputs.py +56 -0
  119. pulumi_gcp/dataplex/task_iam_binding.py +13 -0
  120. pulumi_gcp/dataplex/task_iam_member.py +13 -0
  121. pulumi_gcp/dataplex/task_iam_policy.py +13 -0
  122. pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
  123. pulumi_gcp/dataplex/zone_iam_member.py +40 -0
  124. pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
  125. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
  126. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
  127. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
  128. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
  129. pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
  130. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
  131. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
  132. pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
  133. pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
  134. pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
  135. pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
  136. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
  137. pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
  138. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
  139. pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
  140. pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
  141. pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
  142. pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
  143. pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
  144. pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
  145. pulumi_gcp/diagflow/_inputs.py +56 -0
  146. pulumi_gcp/diagflow/cx_agent.py +60 -0
  147. pulumi_gcp/diagflow/cx_flow.py +2 -0
  148. pulumi_gcp/diagflow/entity_type.py +2 -2
  149. pulumi_gcp/diagflow/outputs.py +35 -0
  150. pulumi_gcp/edgecontainer/node_pool.py +2 -2
  151. pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
  152. pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
  153. pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
  154. pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
  155. pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
  156. pulumi_gcp/endpoints/service_iam_binding.py +13 -0
  157. pulumi_gcp/endpoints/service_iam_member.py +13 -0
  158. pulumi_gcp/endpoints/service_iam_policy.py +13 -0
  159. pulumi_gcp/firebase/__init__.py +3 -0
  160. pulumi_gcp/firebase/_inputs.py +1527 -0
  161. pulumi_gcp/firebase/app_hosting_backend.py +104 -0
  162. pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
  163. pulumi_gcp/firebase/app_hosting_domain.py +796 -0
  164. pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
  165. pulumi_gcp/firebase/extensions_instance.py +4 -4
  166. pulumi_gcp/firebase/outputs.py +1075 -0
  167. pulumi_gcp/firestore/database.py +9 -0
  168. pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
  169. pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
  170. pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
  171. pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
  172. pulumi_gcp/gkebackup/backup_channel.py +9 -9
  173. pulumi_gcp/gkebackup/restore_channel.py +9 -9
  174. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
  175. pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
  176. pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
  177. pulumi_gcp/gkehub/membership_iam_member.py +13 -0
  178. pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
  179. pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
  180. pulumi_gcp/gkehub/scope_iam_member.py +13 -0
  181. pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
  182. pulumi_gcp/iam/__init__.py +4 -0
  183. pulumi_gcp/iam/_inputs.py +432 -0
  184. pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
  185. pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
  186. pulumi_gcp/iam/oauth_client_credential.py +6 -0
  187. pulumi_gcp/iam/outputs.py +510 -0
  188. pulumi_gcp/iam/workload_identity_pool.py +446 -24
  189. pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
  190. pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
  191. pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
  192. pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
  193. pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
  194. pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
  195. pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
  196. pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
  197. pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
  198. pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
  199. pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
  200. pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
  201. pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
  202. pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
  203. pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
  204. pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
  205. pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
  206. pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
  207. pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
  208. pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
  209. pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
  210. pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
  211. pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
  212. pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
  213. pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
  214. pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
  215. pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
  216. pulumi_gcp/lustre/__init__.py +1 -0
  217. pulumi_gcp/lustre/get_instance.py +280 -0
  218. pulumi_gcp/lustre/instance.py +12 -0
  219. pulumi_gcp/netapp/backup.py +2 -2
  220. pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
  221. pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
  222. pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
  223. pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
  224. pulumi_gcp/pulumi-plugin.json +1 -1
  225. pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
  226. pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
  227. pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
  228. pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
  229. pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
  230. pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
  231. pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
  232. pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
  233. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
  234. pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
  235. pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
  236. pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
  237. pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
  238. pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
  239. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
  240. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
  241. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
  242. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
  243. pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
  244. pulumi_gcp/vmwareengine/external_address.py +4 -4
  245. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
  246. pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
  247. pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
  248. pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
  249. pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
  250. pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
  251. pulumi_gcp/workstations/workstation_iam_member.py +53 -0
  252. pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
  253. {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/METADATA +1 -1
  254. {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/RECORD +256 -241
  255. {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/WHEEL +1 -1
  256. {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/top_level.txt +0 -0
@@ -112,6 +112,7 @@ def get_secret_iam_policy(project: Optional[builtins.str] = None,
112
112
 
113
113
  :param builtins.str project: The ID of the project in which the resource belongs.
114
114
  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 builtins.str secret_id: Used to find the parent resource to bind the IAM policy to
115
116
  """
116
117
  __args__ = dict()
117
118
  __args__['project'] = project
@@ -144,6 +145,7 @@ def get_secret_iam_policy_output(project: Optional[pulumi.Input[Optional[builtin
144
145
 
145
146
  :param builtins.str project: The ID of the project in which the resource belongs.
146
147
  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.
148
+ :param builtins.str secret_id: Used to find the parent resource to bind the IAM policy to
147
149
  """
148
150
  __args__ = dict()
149
151
  __args__['project'] = project
@@ -44,6 +44,7 @@ class RegionalSecretIamBindingArgs:
44
44
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
45
45
  `secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
46
46
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
47
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
47
48
  :param pulumi.Input['RegionalSecretIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
48
49
  Structure is documented below.
49
50
  :param pulumi.Input[builtins.str] location: The location of the regional secret. eg us-central1
@@ -102,6 +103,9 @@ class RegionalSecretIamBindingArgs:
102
103
  @property
103
104
  @pulumi.getter(name="secretId")
104
105
  def secret_id(self) -> pulumi.Input[builtins.str]:
106
+ """
107
+ Used to find the parent resource to bind the IAM policy to
108
+ """
105
109
  return pulumi.get(self, "secret_id")
106
110
 
107
111
  @secret_id.setter
@@ -185,6 +189,7 @@ class _RegionalSecretIamBindingState:
185
189
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
186
190
  `secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
187
191
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
192
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
188
193
  """
189
194
  if condition is not None:
190
195
  pulumi.set(__self__, "condition", condition)
@@ -293,6 +298,9 @@ class _RegionalSecretIamBindingState:
293
298
  @property
294
299
  @pulumi.getter(name="secretId")
295
300
  def secret_id(self) -> Optional[pulumi.Input[builtins.str]]:
301
+ """
302
+ Used to find the parent resource to bind the IAM policy to
303
+ """
296
304
  return pulumi.get(self, "secret_id")
297
305
 
298
306
  @secret_id.setter
@@ -619,6 +627,7 @@ class RegionalSecretIamBinding(pulumi.CustomResource):
619
627
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
620
628
  `secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
621
629
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
630
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
622
631
  """
623
632
  ...
624
633
  @overload
@@ -998,6 +1007,7 @@ class RegionalSecretIamBinding(pulumi.CustomResource):
998
1007
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
999
1008
  `secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
1000
1009
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
1010
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
1001
1011
  """
1002
1012
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1003
1013
 
@@ -1080,5 +1090,8 @@ class RegionalSecretIamBinding(pulumi.CustomResource):
1080
1090
  @property
1081
1091
  @pulumi.getter(name="secretId")
1082
1092
  def secret_id(self) -> pulumi.Output[builtins.str]:
1093
+ """
1094
+ Used to find the parent resource to bind the IAM policy to
1095
+ """
1083
1096
  return pulumi.get(self, "secret_id")
1084
1097
 
@@ -44,6 +44,7 @@ class RegionalSecretIamMemberArgs:
44
44
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
45
45
  `secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
46
46
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
47
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
47
48
  :param pulumi.Input['RegionalSecretIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
48
49
  Structure is documented below.
49
50
  :param pulumi.Input[builtins.str] location: The location of the regional secret. eg us-central1
@@ -102,6 +103,9 @@ class RegionalSecretIamMemberArgs:
102
103
  @property
103
104
  @pulumi.getter(name="secretId")
104
105
  def secret_id(self) -> pulumi.Input[builtins.str]:
106
+ """
107
+ Used to find the parent resource to bind the IAM policy to
108
+ """
105
109
  return pulumi.get(self, "secret_id")
106
110
 
107
111
  @secret_id.setter
@@ -185,6 +189,7 @@ class _RegionalSecretIamMemberState:
185
189
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
186
190
  `secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
187
191
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
192
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
188
193
  """
189
194
  if condition is not None:
190
195
  pulumi.set(__self__, "condition", condition)
@@ -293,6 +298,9 @@ class _RegionalSecretIamMemberState:
293
298
  @property
294
299
  @pulumi.getter(name="secretId")
295
300
  def secret_id(self) -> Optional[pulumi.Input[builtins.str]]:
301
+ """
302
+ Used to find the parent resource to bind the IAM policy to
303
+ """
296
304
  return pulumi.get(self, "secret_id")
297
305
 
298
306
  @secret_id.setter
@@ -619,6 +627,7 @@ class RegionalSecretIamMember(pulumi.CustomResource):
619
627
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
620
628
  `secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
621
629
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
630
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
622
631
  """
623
632
  ...
624
633
  @overload
@@ -998,6 +1007,7 @@ class RegionalSecretIamMember(pulumi.CustomResource):
998
1007
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
999
1008
  `secretmanager.RegionalSecretIamBinding` can be used per role. Note that custom roles must be of the format
1000
1009
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
1010
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
1001
1011
  """
1002
1012
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
1003
1013
 
@@ -1080,5 +1090,8 @@ class RegionalSecretIamMember(pulumi.CustomResource):
1080
1090
  @property
1081
1091
  @pulumi.getter(name="secretId")
1082
1092
  def secret_id(self) -> pulumi.Output[builtins.str]:
1093
+ """
1094
+ Used to find the parent resource to bind the IAM policy to
1095
+ """
1083
1096
  return pulumi.get(self, "secret_id")
1084
1097
 
@@ -28,6 +28,7 @@ class RegionalSecretIamPolicyArgs:
28
28
  The set of arguments for constructing a RegionalSecretIamPolicy resource.
29
29
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
30
30
  a `organizations_get_iam_policy` data source.
31
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
31
32
  :param pulumi.Input[builtins.str] location: The location of the regional secret. eg us-central1
32
33
  Used to find the parent resource to bind the IAM policy to. If not specified,
33
34
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -58,6 +59,9 @@ class RegionalSecretIamPolicyArgs:
58
59
  @property
59
60
  @pulumi.getter(name="secretId")
60
61
  def secret_id(self) -> pulumi.Input[builtins.str]:
62
+ """
63
+ Used to find the parent resource to bind the IAM policy to
64
+ """
61
65
  return pulumi.get(self, "secret_id")
62
66
 
63
67
  @secret_id.setter
@@ -112,6 +116,7 @@ class _RegionalSecretIamPolicyState:
112
116
  a `organizations_get_iam_policy` data source.
113
117
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
114
118
  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.
119
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
115
120
  """
116
121
  if etag is not None:
117
122
  pulumi.set(__self__, "etag", etag)
@@ -180,6 +185,9 @@ class _RegionalSecretIamPolicyState:
180
185
  @property
181
186
  @pulumi.getter(name="secretId")
182
187
  def secret_id(self) -> Optional[pulumi.Input[builtins.str]]:
188
+ """
189
+ Used to find the parent resource to bind the IAM policy to
190
+ """
183
191
  return pulumi.get(self, "secret_id")
184
192
 
185
193
  @secret_id.setter
@@ -490,6 +498,7 @@ class RegionalSecretIamPolicy(pulumi.CustomResource):
490
498
  a `organizations_get_iam_policy` data source.
491
499
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
492
500
  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.
501
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
493
502
  """
494
503
  ...
495
504
  @overload
@@ -847,6 +856,7 @@ class RegionalSecretIamPolicy(pulumi.CustomResource):
847
856
  a `organizations_get_iam_policy` data source.
848
857
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
849
858
  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.
859
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
850
860
  """
851
861
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
852
862
 
@@ -899,5 +909,8 @@ class RegionalSecretIamPolicy(pulumi.CustomResource):
899
909
  @property
900
910
  @pulumi.getter(name="secretId")
901
911
  def secret_id(self) -> pulumi.Output[builtins.str]:
912
+ """
913
+ Used to find the parent resource to bind the IAM policy to
914
+ """
902
915
  return pulumi.get(self, "secret_id")
903
916
 
@@ -43,6 +43,7 @@ class SecretIamBindingArgs:
43
43
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
44
44
  `secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
45
45
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
46
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
46
47
  :param pulumi.Input['SecretIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
47
48
  Structure is documented below.
48
49
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -95,6 +96,9 @@ class SecretIamBindingArgs:
95
96
  @property
96
97
  @pulumi.getter(name="secretId")
97
98
  def secret_id(self) -> pulumi.Input[builtins.str]:
99
+ """
100
+ Used to find the parent resource to bind the IAM policy to
101
+ """
98
102
  return pulumi.get(self, "secret_id")
99
103
 
100
104
  @secret_id.setter
@@ -158,6 +162,7 @@ class _SecretIamBindingState:
158
162
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
159
163
  `secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
160
164
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
165
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
161
166
  """
162
167
  if condition is not None:
163
168
  pulumi.set(__self__, "condition", condition)
@@ -249,6 +254,9 @@ class _SecretIamBindingState:
249
254
  @property
250
255
  @pulumi.getter(name="secretId")
251
256
  def secret_id(self) -> Optional[pulumi.Input[builtins.str]]:
257
+ """
258
+ Used to find the parent resource to bind the IAM policy to
259
+ """
252
260
  return pulumi.get(self, "secret_id")
253
261
 
254
262
  @secret_id.setter
@@ -556,6 +564,7 @@ class SecretIamBinding(pulumi.CustomResource):
556
564
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
557
565
  `secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
558
566
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
567
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
559
568
  """
560
569
  ...
561
570
  @overload
@@ -914,6 +923,7 @@ class SecretIamBinding(pulumi.CustomResource):
914
923
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
915
924
  `secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
916
925
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
926
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
917
927
  """
918
928
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
919
929
 
@@ -984,5 +994,8 @@ class SecretIamBinding(pulumi.CustomResource):
984
994
  @property
985
995
  @pulumi.getter(name="secretId")
986
996
  def secret_id(self) -> pulumi.Output[builtins.str]:
997
+ """
998
+ Used to find the parent resource to bind the IAM policy to
999
+ """
987
1000
  return pulumi.get(self, "secret_id")
988
1001
 
@@ -43,6 +43,7 @@ class SecretIamMemberArgs:
43
43
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
44
44
  `secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
45
45
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
46
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
46
47
  :param pulumi.Input['SecretIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
47
48
  Structure is documented below.
48
49
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
@@ -95,6 +96,9 @@ class SecretIamMemberArgs:
95
96
  @property
96
97
  @pulumi.getter(name="secretId")
97
98
  def secret_id(self) -> pulumi.Input[builtins.str]:
99
+ """
100
+ Used to find the parent resource to bind the IAM policy to
101
+ """
98
102
  return pulumi.get(self, "secret_id")
99
103
 
100
104
  @secret_id.setter
@@ -158,6 +162,7 @@ class _SecretIamMemberState:
158
162
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
159
163
  `secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
160
164
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
165
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
161
166
  """
162
167
  if condition is not None:
163
168
  pulumi.set(__self__, "condition", condition)
@@ -249,6 +254,9 @@ class _SecretIamMemberState:
249
254
  @property
250
255
  @pulumi.getter(name="secretId")
251
256
  def secret_id(self) -> Optional[pulumi.Input[builtins.str]]:
257
+ """
258
+ Used to find the parent resource to bind the IAM policy to
259
+ """
252
260
  return pulumi.get(self, "secret_id")
253
261
 
254
262
  @secret_id.setter
@@ -556,6 +564,7 @@ class SecretIamMember(pulumi.CustomResource):
556
564
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
557
565
  `secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
558
566
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
567
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
559
568
  """
560
569
  ...
561
570
  @overload
@@ -914,6 +923,7 @@ class SecretIamMember(pulumi.CustomResource):
914
923
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
915
924
  `secretmanager.SecretIamBinding` can be used per role. Note that custom roles must be of the format
916
925
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
926
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
917
927
  """
918
928
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
919
929
 
@@ -984,5 +994,8 @@ class SecretIamMember(pulumi.CustomResource):
984
994
  @property
985
995
  @pulumi.getter(name="secretId")
986
996
  def secret_id(self) -> pulumi.Output[builtins.str]:
997
+ """
998
+ Used to find the parent resource to bind the IAM policy to
999
+ """
987
1000
  return pulumi.get(self, "secret_id")
988
1001
 
@@ -27,6 +27,7 @@ class SecretIamPolicyArgs:
27
27
  The set of arguments for constructing a SecretIamPolicy resource.
28
28
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
29
29
  a `organizations_get_iam_policy` data source.
30
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
30
31
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
31
32
  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.
32
33
  """
@@ -51,6 +52,9 @@ class SecretIamPolicyArgs:
51
52
  @property
52
53
  @pulumi.getter(name="secretId")
53
54
  def secret_id(self) -> pulumi.Input[builtins.str]:
55
+ """
56
+ Used to find the parent resource to bind the IAM policy to
57
+ """
54
58
  return pulumi.get(self, "secret_id")
55
59
 
56
60
  @secret_id.setter
@@ -85,6 +89,7 @@ class _SecretIamPolicyState:
85
89
  a `organizations_get_iam_policy` data source.
86
90
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
87
91
  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.
92
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
88
93
  """
89
94
  if etag is not None:
90
95
  pulumi.set(__self__, "etag", etag)
@@ -136,6 +141,9 @@ class _SecretIamPolicyState:
136
141
  @property
137
142
  @pulumi.getter(name="secretId")
138
143
  def secret_id(self) -> Optional[pulumi.Input[builtins.str]]:
144
+ """
145
+ Used to find the parent resource to bind the IAM policy to
146
+ """
139
147
  return pulumi.get(self, "secret_id")
140
148
 
141
149
  @secret_id.setter
@@ -427,6 +435,7 @@ class SecretIamPolicy(pulumi.CustomResource):
427
435
  a `organizations_get_iam_policy` data source.
428
436
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
429
437
  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.
438
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
430
439
  """
431
440
  ...
432
441
  @overload
@@ -763,6 +772,7 @@ class SecretIamPolicy(pulumi.CustomResource):
763
772
  a `organizations_get_iam_policy` data source.
764
773
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
765
774
  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.
775
+ :param pulumi.Input[builtins.str] secret_id: Used to find the parent resource to bind the IAM policy to
766
776
  """
767
777
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
768
778
 
@@ -803,5 +813,8 @@ class SecretIamPolicy(pulumi.CustomResource):
803
813
  @property
804
814
  @pulumi.getter(name="secretId")
805
815
  def secret_id(self) -> pulumi.Output[builtins.str]:
816
+ """
817
+ Used to find the parent resource to bind the IAM policy to
818
+ """
806
819
  return pulumi.get(self, "secret_id")
807
820
 
@@ -121,8 +121,7 @@ def get_instance_iam_policy(instance_id: Optional[builtins.str] = None,
121
121
  ```
122
122
 
123
123
 
124
- :param builtins.str instance_id: The name for the Instance.
125
- Used to find the parent resource to bind the IAM policy to
124
+ :param builtins.str instance_id: Used to find the parent resource to bind the IAM policy to
126
125
  :param builtins.str location: The location for the Instance.
127
126
  Used to find the parent resource to bind the IAM policy to. If not specified,
128
127
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -163,8 +162,7 @@ def get_instance_iam_policy_output(instance_id: Optional[pulumi.Input[builtins.s
163
162
  ```
164
163
 
165
164
 
166
- :param builtins.str instance_id: The name for the Instance.
167
- Used to find the parent resource to bind the IAM policy to
165
+ :param builtins.str instance_id: Used to find the parent resource to bind the IAM policy to
168
166
  :param builtins.str location: The location for the Instance.
169
167
  Used to find the parent resource to bind the IAM policy to. If not specified,
170
168
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -127,8 +127,7 @@ def get_repository_iam_policy(location: Optional[builtins.str] = None,
127
127
  location is specified, it is taken from the provider configuration.
128
128
  :param builtins.str project: The ID of the project in which the resource belongs.
129
129
  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.
130
- :param builtins.str repository_id: The ID for the Repository.
131
- Used to find the parent resource to bind the IAM policy to
130
+ :param builtins.str repository_id: Used to find the parent resource to bind the IAM policy to
132
131
  """
133
132
  __args__ = dict()
134
133
  __args__['location'] = location
@@ -169,8 +168,7 @@ def get_repository_iam_policy_output(location: Optional[pulumi.Input[Optional[bu
169
168
  location is specified, it is taken from the provider configuration.
170
169
  :param builtins.str project: The ID of the project in which the resource belongs.
171
170
  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.
172
- :param builtins.str repository_id: The ID for the Repository.
173
- Used to find the parent resource to bind the IAM policy to
171
+ :param builtins.str repository_id: Used to find the parent resource to bind the IAM policy to
174
172
  """
175
173
  __args__ = dict()
176
174
  __args__['location'] = location
@@ -41,8 +41,7 @@ class RepositoryIamBindingArgs:
41
41
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
42
42
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
43
43
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
44
- :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
45
- Used to find the parent resource to bind the IAM policy to
44
+ :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
46
45
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
47
46
  `securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
48
47
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -89,7 +88,6 @@ class RepositoryIamBindingArgs:
89
88
  @pulumi.getter(name="repositoryId")
90
89
  def repository_id(self) -> pulumi.Input[builtins.str]:
91
90
  """
92
- The ID for the Repository.
93
91
  Used to find the parent resource to bind the IAM policy to
94
92
  """
95
93
  return pulumi.get(self, "repository_id")
@@ -180,8 +178,7 @@ class _RepositoryIamBindingState:
180
178
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
181
179
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
182
180
  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.
183
- :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
184
- Used to find the parent resource to bind the IAM policy to
181
+ :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
185
182
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
186
183
  `securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
187
184
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -276,7 +273,6 @@ class _RepositoryIamBindingState:
276
273
  @pulumi.getter(name="repositoryId")
277
274
  def repository_id(self) -> Optional[pulumi.Input[builtins.str]]:
278
275
  """
279
- The ID for the Repository.
280
276
  Used to find the parent resource to bind the IAM policy to
281
277
  """
282
278
  return pulumi.get(self, "repository_id")
@@ -494,8 +490,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
494
490
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
495
491
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
496
492
  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.
497
- :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
498
- Used to find the parent resource to bind the IAM policy to
493
+ :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
499
494
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
500
495
  `securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
501
496
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -753,8 +748,7 @@ class RepositoryIamBinding(pulumi.CustomResource):
753
748
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
754
749
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
755
750
  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.
756
- :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
757
- Used to find the parent resource to bind the IAM policy to
751
+ :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
758
752
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
759
753
  `securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
760
754
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -827,7 +821,6 @@ class RepositoryIamBinding(pulumi.CustomResource):
827
821
  @pulumi.getter(name="repositoryId")
828
822
  def repository_id(self) -> pulumi.Output[builtins.str]:
829
823
  """
830
- The ID for the Repository.
831
824
  Used to find the parent resource to bind the IAM policy to
832
825
  """
833
826
  return pulumi.get(self, "repository_id")
@@ -41,8 +41,7 @@ class RepositoryIamMemberArgs:
41
41
  * **projectOwner:projectid**: Owners of the given project. For example, "projectOwner:my-example-project"
42
42
  * **projectEditor:projectid**: Editors of the given project. For example, "projectEditor:my-example-project"
43
43
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
44
- :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
45
- Used to find the parent resource to bind the IAM policy to
44
+ :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
46
45
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
47
46
  `securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
48
47
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -89,7 +88,6 @@ class RepositoryIamMemberArgs:
89
88
  @pulumi.getter(name="repositoryId")
90
89
  def repository_id(self) -> pulumi.Input[builtins.str]:
91
90
  """
92
- The ID for the Repository.
93
91
  Used to find the parent resource to bind the IAM policy to
94
92
  """
95
93
  return pulumi.get(self, "repository_id")
@@ -180,8 +178,7 @@ class _RepositoryIamMemberState:
180
178
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
181
179
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
182
180
  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.
183
- :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
184
- Used to find the parent resource to bind the IAM policy to
181
+ :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
185
182
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
186
183
  `securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
187
184
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -276,7 +273,6 @@ class _RepositoryIamMemberState:
276
273
  @pulumi.getter(name="repositoryId")
277
274
  def repository_id(self) -> Optional[pulumi.Input[builtins.str]]:
278
275
  """
279
- The ID for the Repository.
280
276
  Used to find the parent resource to bind the IAM policy to
281
277
  """
282
278
  return pulumi.get(self, "repository_id")
@@ -494,8 +490,7 @@ class RepositoryIamMember(pulumi.CustomResource):
494
490
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
495
491
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
496
492
  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.
497
- :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
498
- Used to find the parent resource to bind the IAM policy to
493
+ :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
499
494
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
500
495
  `securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
501
496
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -753,8 +748,7 @@ class RepositoryIamMember(pulumi.CustomResource):
753
748
  * **projectViewer:projectid**: Viewers of the given project. For example, "projectViewer:my-example-project"
754
749
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
755
750
  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.
756
- :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
757
- Used to find the parent resource to bind the IAM policy to
751
+ :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
758
752
  :param pulumi.Input[builtins.str] role: The role that should be applied. Only one
759
753
  `securesourcemanager.RepositoryIamBinding` can be used per role. Note that custom roles must be of the format
760
754
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
@@ -827,7 +821,6 @@ class RepositoryIamMember(pulumi.CustomResource):
827
821
  @pulumi.getter(name="repositoryId")
828
822
  def repository_id(self) -> pulumi.Output[builtins.str]:
829
823
  """
830
- The ID for the Repository.
831
824
  Used to find the parent resource to bind the IAM policy to
832
825
  """
833
826
  return pulumi.get(self, "repository_id")
@@ -28,8 +28,7 @@ class RepositoryIamPolicyArgs:
28
28
  The set of arguments for constructing a RepositoryIamPolicy resource.
29
29
  :param pulumi.Input[builtins.str] policy_data: The policy data generated by
30
30
  a `organizations_get_iam_policy` data source.
31
- :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
32
- Used to find the parent resource to bind the IAM policy to
31
+ :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
33
32
  :param pulumi.Input[builtins.str] location: The location for the Repository.
34
33
  Used to find the parent resource to bind the IAM policy to. If not specified,
35
34
  the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
@@ -61,7 +60,6 @@ class RepositoryIamPolicyArgs:
61
60
  @pulumi.getter(name="repositoryId")
62
61
  def repository_id(self) -> pulumi.Input[builtins.str]:
63
62
  """
64
- The ID for the Repository.
65
63
  Used to find the parent resource to bind the IAM policy to
66
64
  """
67
65
  return pulumi.get(self, "repository_id")
@@ -118,8 +116,7 @@ class _RepositoryIamPolicyState:
118
116
  a `organizations_get_iam_policy` data source.
119
117
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
120
118
  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.
121
- :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
122
- Used to find the parent resource to bind the IAM policy to
119
+ :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
123
120
  """
124
121
  if etag is not None:
125
122
  pulumi.set(__self__, "etag", etag)
@@ -189,7 +186,6 @@ class _RepositoryIamPolicyState:
189
186
  @pulumi.getter(name="repositoryId")
190
187
  def repository_id(self) -> Optional[pulumi.Input[builtins.str]]:
191
188
  """
192
- The ID for the Repository.
193
189
  Used to find the parent resource to bind the IAM policy to
194
190
  """
195
191
  return pulumi.get(self, "repository_id")
@@ -382,8 +378,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
382
378
  a `organizations_get_iam_policy` data source.
383
379
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
384
380
  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.
385
- :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
386
- Used to find the parent resource to bind the IAM policy to
381
+ :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
387
382
  """
388
383
  ...
389
384
  @overload
@@ -621,8 +616,7 @@ class RepositoryIamPolicy(pulumi.CustomResource):
621
616
  a `organizations_get_iam_policy` data source.
622
617
  :param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
623
618
  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.
624
- :param pulumi.Input[builtins.str] repository_id: The ID for the Repository.
625
- Used to find the parent resource to bind the IAM policy to
619
+ :param pulumi.Input[builtins.str] repository_id: Used to find the parent resource to bind the IAM policy to
626
620
  """
627
621
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
628
622
 
@@ -676,7 +670,6 @@ class RepositoryIamPolicy(pulumi.CustomResource):
676
670
  @pulumi.getter(name="repositoryId")
677
671
  def repository_id(self) -> pulumi.Output[builtins.str]:
678
672
  """
679
- The ID for the Repository.
680
673
  Used to find the parent resource to bind the IAM policy to
681
674
  """
682
675
  return pulumi.get(self, "repository_id")
@@ -470,7 +470,7 @@ class V2OrganizationSccBigQueryExport(pulumi.CustomResource):
470
470
  import pulumi_gcp as gcp
471
471
 
472
472
  default = gcp.bigquery.Dataset("default",
473
- dataset_id="",
473
+ dataset_id="my-dataset",
474
474
  friendly_name="test",
475
475
  description="This is a test description",
476
476
  location="US",
@@ -572,7 +572,7 @@ class V2OrganizationSccBigQueryExport(pulumi.CustomResource):
572
572
  import pulumi_gcp as gcp
573
573
 
574
574
  default = gcp.bigquery.Dataset("default",
575
- dataset_id="",
575
+ dataset_id="my-dataset",
576
576
  friendly_name="test",
577
577
  description="This is a test description",
578
578
  location="US",