pulumi-gcp 7.26.0__py3-none-any.whl → 7.26.0a1717544115__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 (165) hide show
  1. pulumi_gcp/__init__.py +0 -56
  2. pulumi_gcp/alloydb/_inputs.py +0 -92
  3. pulumi_gcp/alloydb/backup.py +4 -12
  4. pulumi_gcp/alloydb/cluster.py +6 -72
  5. pulumi_gcp/alloydb/instance.py +2 -60
  6. pulumi_gcp/alloydb/outputs.py +0 -114
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -6
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -21
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +7 -21
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +7 -21
  11. pulumi_gcp/bigquery/connection_iam_binding.py +7 -21
  12. pulumi_gcp/bigquery/connection_iam_member.py +7 -21
  13. pulumi_gcp/bigquery/connection_iam_policy.py +7 -21
  14. pulumi_gcp/bigquery/data_transfer_config.py +7 -14
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -6
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -21
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -21
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -21
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -6
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -6
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -21
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -21
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -21
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -21
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -21
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +7 -21
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -6
  28. pulumi_gcp/certificateauthority/_inputs.py +4 -20
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -21
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -21
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +7 -21
  32. pulumi_gcp/certificateauthority/certificate_template.py +173 -157
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +0 -27
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +0 -27
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +0 -27
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -6
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +0 -6
  38. pulumi_gcp/certificateauthority/outputs.py +4 -20
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -21
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -21
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +7 -21
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -6
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -6
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -21
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -21
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +7 -21
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -6
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -6
  49. pulumi_gcp/cloudrun/iam_binding.py +7 -21
  50. pulumi_gcp/cloudrun/iam_member.py +7 -21
  51. pulumi_gcp/cloudrun/iam_policy.py +7 -21
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -6
  53. pulumi_gcp/cloudrunv2/get_service.py +1 -11
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -6
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -21
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +7 -21
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +7 -21
  58. pulumi_gcp/cloudrunv2/service.py +0 -47
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -21
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +7 -21
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +7 -21
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -6
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -21
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +7 -21
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +7 -21
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +0 -5
  69. pulumi_gcp/dataplex/_inputs.py +0 -104
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -21
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -21
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +7 -21
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +7 -21
  74. pulumi_gcp/dataplex/datascan_iam_member.py +7 -21
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +7 -21
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -21
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +7 -21
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +7 -21
  79. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -6
  80. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -6
  81. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -6
  82. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -6
  83. pulumi_gcp/dataplex/outputs.py +0 -76
  84. pulumi_gcp/dataplex/task.py +16 -16
  85. pulumi_gcp/dataplex/task_iam_binding.py +7 -21
  86. pulumi_gcp/dataplex/task_iam_member.py +7 -21
  87. pulumi_gcp/dataplex/task_iam_policy.py +7 -21
  88. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -21
  89. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -21
  90. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +7 -21
  91. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -6
  92. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -6
  93. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -6
  94. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -21
  95. pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -21
  96. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +7 -21
  97. pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -21
  98. pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -21
  99. pulumi_gcp/dataproc/metastore_service_iam_policy.py +7 -21
  100. pulumi_gcp/firestore/field.py +4 -4
  101. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -21
  102. pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -21
  103. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +7 -21
  104. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -6
  105. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -6
  106. pulumi_gcp/gkehub/feature_iam_binding.py +7 -21
  107. pulumi_gcp/gkehub/feature_iam_member.py +7 -21
  108. pulumi_gcp/gkehub/feature_iam_policy.py +7 -21
  109. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -6
  110. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -6
  111. pulumi_gcp/gkehub/membership_binding.py +6 -6
  112. pulumi_gcp/gkehub/membership_iam_binding.py +7 -21
  113. pulumi_gcp/gkehub/membership_iam_member.py +7 -21
  114. pulumi_gcp/gkehub/membership_iam_policy.py +7 -21
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  116. pulumi_gcp/gkehub/namespace.py +4 -4
  117. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  118. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  119. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  120. pulumi_gcp/logging/__init__.py +0 -4
  121. pulumi_gcp/logging/_inputs.py +0 -100
  122. pulumi_gcp/logging/outputs.py +0 -76
  123. pulumi_gcp/netapp/storage_pool.py +9 -9
  124. pulumi_gcp/networksecurity/address_group_iam_policy.py +7 -21
  125. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +2 -6
  126. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -6
  127. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -6
  128. pulumi_gcp/notebooks/instance_iam_binding.py +7 -21
  129. pulumi_gcp/notebooks/instance_iam_member.py +7 -21
  130. pulumi_gcp/notebooks/instance_iam_policy.py +7 -21
  131. pulumi_gcp/notebooks/runtime_iam_binding.py +7 -21
  132. pulumi_gcp/notebooks/runtime_iam_member.py +7 -21
  133. pulumi_gcp/notebooks/runtime_iam_policy.py +7 -21
  134. pulumi_gcp/orgpolicy/policy.py +2 -2
  135. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  136. pulumi_gcp/pubsub/subscription.py +4 -4
  137. pulumi_gcp/pulumi-plugin.json +1 -1
  138. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -6
  139. pulumi_gcp/sql/_inputs.py +4 -2
  140. pulumi_gcp/sql/outputs.py +8 -6
  141. pulumi_gcp/storage/_inputs.py +0 -48
  142. pulumi_gcp/storage/outputs.py +0 -75
  143. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +2 -6
  144. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -6
  145. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +2 -6
  146. pulumi_gcp/workstations/get_workstation_iam_policy.py +2 -6
  147. pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -21
  148. pulumi_gcp/workstations/workstation_config_iam_member.py +7 -21
  149. pulumi_gcp/workstations/workstation_config_iam_policy.py +7 -21
  150. pulumi_gcp/workstations/workstation_iam_binding.py +7 -21
  151. pulumi_gcp/workstations/workstation_iam_member.py +7 -21
  152. pulumi_gcp/workstations/workstation_iam_policy.py +7 -21
  153. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/METADATA +1 -1
  154. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/RECORD +156 -165
  155. pulumi_gcp/dataplex/entry_type.py +0 -963
  156. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -779
  157. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -779
  158. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -618
  159. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -168
  160. pulumi_gcp/logging/get_log_view_iam_policy.py +0 -157
  161. pulumi_gcp/logging/log_view_iam_binding.py +0 -630
  162. pulumi_gcp/logging/log_view_iam_member.py +0 -630
  163. pulumi_gcp/logging/log_view_iam_policy.py +0 -449
  164. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/top_level.txt +0 -0
@@ -64,8 +64,7 @@ class DataTransferConfigArgs:
64
64
  jun 13:15, and first sunday of quarter 00:00. See more explanation
65
65
  about the format here:
66
66
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
67
- NOTE: The minimum interval time between recurring transfers depends
68
- on the data source; refer to the documentation for your data source.
67
+ NOTE: the granularity should be at least 8 hours, or less frequent.
69
68
  :param pulumi.Input['DataTransferConfigScheduleOptionsArgs'] schedule_options: Options customizing the data transfer schedule.
70
69
  Structure is documented below.
71
70
  :param pulumi.Input['DataTransferConfigSensitiveParamsArgs'] sensitive_params: Different parameters are configured primarily using the the `params` field on this
@@ -251,8 +250,7 @@ class DataTransferConfigArgs:
251
250
  jun 13:15, and first sunday of quarter 00:00. See more explanation
252
251
  about the format here:
253
252
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
254
- NOTE: The minimum interval time between recurring transfers depends
255
- on the data source; refer to the documentation for your data source.
253
+ NOTE: the granularity should be at least 8 hours, or less frequent.
256
254
  """
257
255
  return pulumi.get(self, "schedule")
258
256
 
@@ -363,8 +361,7 @@ class _DataTransferConfigState:
363
361
  jun 13:15, and first sunday of quarter 00:00. See more explanation
364
362
  about the format here:
365
363
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
366
- NOTE: The minimum interval time between recurring transfers depends
367
- on the data source; refer to the documentation for your data source.
364
+ NOTE: the granularity should be at least 8 hours, or less frequent.
368
365
  :param pulumi.Input['DataTransferConfigScheduleOptionsArgs'] schedule_options: Options customizing the data transfer schedule.
369
366
  Structure is documented below.
370
367
  :param pulumi.Input['DataTransferConfigSensitiveParamsArgs'] sensitive_params: Different parameters are configured primarily using the the `params` field on this
@@ -571,8 +568,7 @@ class _DataTransferConfigState:
571
568
  jun 13:15, and first sunday of quarter 00:00. See more explanation
572
569
  about the format here:
573
570
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
574
- NOTE: The minimum interval time between recurring transfers depends
575
- on the data source; refer to the documentation for your data source.
571
+ NOTE: the granularity should be at least 8 hours, or less frequent.
576
572
  """
577
573
  return pulumi.get(self, "schedule")
578
574
 
@@ -735,8 +731,7 @@ class DataTransferConfig(pulumi.CustomResource):
735
731
  jun 13:15, and first sunday of quarter 00:00. See more explanation
736
732
  about the format here:
737
733
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
738
- NOTE: The minimum interval time between recurring transfers depends
739
- on the data source; refer to the documentation for your data source.
734
+ NOTE: the granularity should be at least 8 hours, or less frequent.
740
735
  :param pulumi.Input[pulumi.InputType['DataTransferConfigScheduleOptionsArgs']] schedule_options: Options customizing the data transfer schedule.
741
736
  Structure is documented below.
742
737
  :param pulumi.Input[pulumi.InputType['DataTransferConfigSensitiveParamsArgs']] sensitive_params: Different parameters are configured primarily using the the `params` field on this
@@ -939,8 +934,7 @@ class DataTransferConfig(pulumi.CustomResource):
939
934
  jun 13:15, and first sunday of quarter 00:00. See more explanation
940
935
  about the format here:
941
936
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
942
- NOTE: The minimum interval time between recurring transfers depends
943
- on the data source; refer to the documentation for your data source.
937
+ NOTE: the granularity should be at least 8 hours, or less frequent.
944
938
  :param pulumi.Input[pulumi.InputType['DataTransferConfigScheduleOptionsArgs']] schedule_options: Options customizing the data transfer schedule.
945
939
  Structure is documented below.
946
940
  :param pulumi.Input[pulumi.InputType['DataTransferConfigSensitiveParamsArgs']] sensitive_params: Different parameters are configured primarily using the the `params` field on this
@@ -1093,8 +1087,7 @@ class DataTransferConfig(pulumi.CustomResource):
1093
1087
  jun 13:15, and first sunday of quarter 00:00. See more explanation
1094
1088
  about the format here:
1095
1089
  https://cloud.google.com/appengine/docs/flexible/python/scheduling-jobs-with-cron-yaml#the_schedule_format
1096
- NOTE: The minimum interval time between recurring transfers depends
1097
- on the data source; refer to the documentation for your data source.
1090
+ NOTE: the granularity should be at least 8 hours, or less frequent.
1098
1091
  """
1099
1092
  return pulumi.get(self, "schedule")
1100
1093
 
@@ -123,9 +123,7 @@ def get_connection_iam_policy(connection_id: Optional[str] = None,
123
123
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
124
124
  Spanner Connections same as spanner region
125
125
  AWS allowed regions are aws-us-east-1
126
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
127
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
128
- location is specified, it is taken from the provider configuration.
126
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
129
127
  :param str project: The ID of the project in which the resource belongs.
130
128
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
131
129
  """
@@ -173,9 +171,7 @@ def get_connection_iam_policy_output(connection_id: Optional[pulumi.Input[str]]
173
171
  Examples: US, EU, asia-northeast1, us-central1, europe-west1.
174
172
  Spanner Connections same as spanner region
175
173
  AWS allowed regions are aws-us-east-1
176
- Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to. If not specified,
177
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
178
- location is specified, it is taken from the provider configuration.
174
+ Azure allowed regions are azure-eastus2 Used to find the parent resource to bind the IAM policy to
179
175
  :param str project: The ID of the project in which the resource belongs.
180
176
  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.
181
177
  """
@@ -40,9 +40,7 @@ class DataExchangeIamBindingArgs:
40
40
  `bigqueryanalyticshub.DataExchangeIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input[str] location: The name of the location this data exchange.
43
- Used to find the parent resource to bind the IAM policy to. If not specified,
44
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
45
- location is specified, it is taken from the provider configuration.
43
+ Used to find the parent resource to bind the IAM policy to
46
44
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
47
45
  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.
48
46
  """
@@ -118,9 +116,7 @@ class DataExchangeIamBindingArgs:
118
116
  def location(self) -> Optional[pulumi.Input[str]]:
119
117
  """
120
118
  The name of the location this data exchange.
121
- Used to find the parent resource to bind the IAM policy to. If not specified,
122
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
123
- location is specified, it is taken from the provider configuration.
119
+ Used to find the parent resource to bind the IAM policy to
124
120
  """
125
121
  return pulumi.get(self, "location")
126
122
 
@@ -157,9 +153,7 @@ class _DataExchangeIamBindingState:
157
153
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
158
154
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
159
155
  :param pulumi.Input[str] location: The name of the location this data exchange.
160
- Used to find the parent resource to bind the IAM policy to. If not specified,
161
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
162
- location is specified, it is taken from the provider configuration.
156
+ Used to find the parent resource to bind the IAM policy to
163
157
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
164
158
  Each entry can have one of the following values:
165
159
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -230,9 +224,7 @@ class _DataExchangeIamBindingState:
230
224
  def location(self) -> Optional[pulumi.Input[str]]:
231
225
  """
232
226
  The name of the location this data exchange.
233
- Used to find the parent resource to bind the IAM policy to. If not specified,
234
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
235
- location is specified, it is taken from the provider configuration.
227
+ Used to find the parent resource to bind the IAM policy to
236
228
  """
237
229
  return pulumi.get(self, "location")
238
230
 
@@ -449,9 +441,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
449
441
  :param pulumi.ResourceOptions opts: Options for the resource.
450
442
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
451
443
  :param pulumi.Input[str] location: The name of the location this data exchange.
452
- Used to find the parent resource to bind the IAM policy to. If not specified,
453
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
454
- location is specified, it is taken from the provider configuration.
444
+ Used to find the parent resource to bind the IAM policy to
455
445
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
456
446
  Each entry can have one of the following values:
457
447
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -688,9 +678,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
688
678
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
689
679
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
690
680
  :param pulumi.Input[str] location: The name of the location this data exchange.
691
- Used to find the parent resource to bind the IAM policy to. If not specified,
692
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
693
- location is specified, it is taken from the provider configuration.
681
+ Used to find the parent resource to bind the IAM policy to
694
682
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
695
683
  Each entry can have one of the following values:
696
684
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -747,9 +735,7 @@ class DataExchangeIamBinding(pulumi.CustomResource):
747
735
  def location(self) -> pulumi.Output[str]:
748
736
  """
749
737
  The name of the location this data exchange.
750
- Used to find the parent resource to bind the IAM policy to. If not specified,
751
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
752
- location is specified, it is taken from the provider configuration.
738
+ Used to find the parent resource to bind the IAM policy to
753
739
  """
754
740
  return pulumi.get(self, "location")
755
741
 
@@ -40,9 +40,7 @@ class DataExchangeIamMemberArgs:
40
40
  `bigqueryanalyticshub.DataExchangeIamBinding` can be used per role. Note that custom roles must be of the format
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input[str] location: The name of the location this data exchange.
43
- Used to find the parent resource to bind the IAM policy to. If not specified,
44
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
45
- location is specified, it is taken from the provider configuration.
43
+ Used to find the parent resource to bind the IAM policy to
46
44
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
47
45
  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.
48
46
  """
@@ -118,9 +116,7 @@ class DataExchangeIamMemberArgs:
118
116
  def location(self) -> Optional[pulumi.Input[str]]:
119
117
  """
120
118
  The name of the location this data exchange.
121
- Used to find the parent resource to bind the IAM policy to. If not specified,
122
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
123
- location is specified, it is taken from the provider configuration.
119
+ Used to find the parent resource to bind the IAM policy to
124
120
  """
125
121
  return pulumi.get(self, "location")
126
122
 
@@ -157,9 +153,7 @@ class _DataExchangeIamMemberState:
157
153
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
158
154
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
159
155
  :param pulumi.Input[str] location: The name of the location this data exchange.
160
- Used to find the parent resource to bind the IAM policy to. If not specified,
161
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
162
- location is specified, it is taken from the provider configuration.
156
+ Used to find the parent resource to bind the IAM policy to
163
157
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
164
158
  Each entry can have one of the following values:
165
159
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -230,9 +224,7 @@ class _DataExchangeIamMemberState:
230
224
  def location(self) -> Optional[pulumi.Input[str]]:
231
225
  """
232
226
  The name of the location this data exchange.
233
- Used to find the parent resource to bind the IAM policy to. If not specified,
234
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
235
- location is specified, it is taken from the provider configuration.
227
+ Used to find the parent resource to bind the IAM policy to
236
228
  """
237
229
  return pulumi.get(self, "location")
238
230
 
@@ -449,9 +441,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
449
441
  :param pulumi.ResourceOptions opts: Options for the resource.
450
442
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
451
443
  :param pulumi.Input[str] location: The name of the location this data exchange.
452
- Used to find the parent resource to bind the IAM policy to. If not specified,
453
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
454
- location is specified, it is taken from the provider configuration.
444
+ Used to find the parent resource to bind the IAM policy to
455
445
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
456
446
  Each entry can have one of the following values:
457
447
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -688,9 +678,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
688
678
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
689
679
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
690
680
  :param pulumi.Input[str] location: The name of the location this data exchange.
691
- Used to find the parent resource to bind the IAM policy to. If not specified,
692
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
693
- location is specified, it is taken from the provider configuration.
681
+ Used to find the parent resource to bind the IAM policy to
694
682
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
695
683
  Each entry can have one of the following values:
696
684
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -747,9 +735,7 @@ class DataExchangeIamMember(pulumi.CustomResource):
747
735
  def location(self) -> pulumi.Output[str]:
748
736
  """
749
737
  The name of the location this data exchange.
750
- Used to find the parent resource to bind the IAM policy to. If not specified,
751
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
752
- location is specified, it is taken from the provider configuration.
738
+ Used to find the parent resource to bind the IAM policy to
753
739
  """
754
740
  return pulumi.get(self, "location")
755
741
 
@@ -24,9 +24,7 @@ class DataExchangeIamPolicyArgs:
24
24
  :param pulumi.Input[str] policy_data: The policy data generated by
25
25
  a `organizations_get_iam_policy` data source.
26
26
  :param pulumi.Input[str] location: The name of the location this data exchange.
27
- Used to find the parent resource to bind the IAM policy to. If not specified,
28
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
29
- location is specified, it is taken from the provider configuration.
27
+ Used to find the parent resource to bind the IAM policy to
30
28
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
31
29
  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
30
  """
@@ -67,9 +65,7 @@ class DataExchangeIamPolicyArgs:
67
65
  def location(self) -> Optional[pulumi.Input[str]]:
68
66
  """
69
67
  The name of the location this data exchange.
70
- Used to find the parent resource to bind the IAM policy to. If not specified,
71
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
72
- location is specified, it is taken from the provider configuration.
68
+ Used to find the parent resource to bind the IAM policy to
73
69
  """
74
70
  return pulumi.get(self, "location")
75
71
 
@@ -104,9 +100,7 @@ class _DataExchangeIamPolicyState:
104
100
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
105
101
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
106
102
  :param pulumi.Input[str] location: The name of the location this data exchange.
107
- Used to find the parent resource to bind the IAM policy to. If not specified,
108
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
109
- location is specified, it is taken from the provider configuration.
103
+ Used to find the parent resource to bind the IAM policy to
110
104
  :param pulumi.Input[str] policy_data: The policy data generated by
111
105
  a `organizations_get_iam_policy` data source.
112
106
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -152,9 +146,7 @@ class _DataExchangeIamPolicyState:
152
146
  def location(self) -> Optional[pulumi.Input[str]]:
153
147
  """
154
148
  The name of the location this data exchange.
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.
149
+ Used to find the parent resource to bind the IAM policy to
158
150
  """
159
151
  return pulumi.get(self, "location")
160
152
 
@@ -346,9 +338,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
346
338
  :param pulumi.ResourceOptions opts: Options for the resource.
347
339
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
348
340
  :param pulumi.Input[str] location: The name of the location this data exchange.
349
- Used to find the parent resource to bind the IAM policy to. If not specified,
350
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
351
- location is specified, it is taken from the provider configuration.
341
+ Used to find the parent resource to bind the IAM policy to
352
342
  :param pulumi.Input[str] policy_data: The policy data generated by
353
343
  a `organizations_get_iam_policy` data source.
354
344
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -565,9 +555,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
565
555
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
566
556
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
567
557
  :param pulumi.Input[str] location: The name of the location this data exchange.
568
- Used to find the parent resource to bind the IAM policy to. If not specified,
569
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
570
- location is specified, it is taken from the provider configuration.
558
+ Used to find the parent resource to bind the IAM policy to
571
559
  :param pulumi.Input[str] policy_data: The policy data generated by
572
560
  a `organizations_get_iam_policy` data source.
573
561
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -605,9 +593,7 @@ class DataExchangeIamPolicy(pulumi.CustomResource):
605
593
  def location(self) -> pulumi.Output[str]:
606
594
  """
607
595
  The name of the location this data exchange.
608
- Used to find the parent resource to bind the IAM policy to. If not specified,
609
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
610
- location is specified, it is taken from the provider configuration.
596
+ Used to find the parent resource to bind the IAM policy to
611
597
  """
612
598
  return pulumi.get(self, "location")
613
599
 
@@ -117,9 +117,7 @@ def get_data_exchange_iam_policy(data_exchange_id: Optional[str] = None,
117
117
 
118
118
  :param str data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
119
119
  :param str location: The name of the location this data exchange.
120
- Used to find the parent resource to bind the IAM policy to. If not specified,
121
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
122
- location is specified, it is taken from the provider configuration.
120
+ Used to find the parent resource to bind the IAM policy to
123
121
  :param str project: The ID of the project in which the resource belongs.
124
122
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
125
123
  """
@@ -161,9 +159,7 @@ def get_data_exchange_iam_policy_output(data_exchange_id: Optional[pulumi.Input[
161
159
 
162
160
  :param str data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
163
161
  :param str location: The name of the location this data exchange.
164
- Used to find the parent resource to bind the IAM policy to. If not specified,
165
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
166
- location is specified, it is taken from the provider configuration.
162
+ Used to find the parent resource to bind the IAM policy to
167
163
  :param str project: The ID of the project in which the resource belongs.
168
164
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
169
165
  """
@@ -129,9 +129,7 @@ def get_listing_iam_policy(data_exchange_id: Optional[str] = None,
129
129
  :param str data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
130
130
  :param str listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
131
131
  :param str location: The name of the location this data exchange listing.
132
- Used to find the parent resource to bind the IAM policy to. If not specified,
133
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
134
- location is specified, it is taken from the provider configuration.
132
+ Used to find the parent resource to bind the IAM policy to
135
133
  :param str project: The ID of the project in which the resource belongs.
136
134
  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.
137
135
  """
@@ -178,9 +176,7 @@ def get_listing_iam_policy_output(data_exchange_id: Optional[pulumi.Input[str]]
178
176
  :param str data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
179
177
  :param str listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
180
178
  :param str location: The name of the location this data exchange listing.
181
- Used to find the parent resource to bind the IAM policy to. If not specified,
182
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
183
- location is specified, it is taken from the provider configuration.
179
+ Used to find the parent resource to bind the IAM policy to
184
180
  :param str project: The ID of the project in which the resource belongs.
185
181
  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.
186
182
  """
@@ -42,9 +42,7 @@ class ListingIamBindingArgs:
42
42
  `bigqueryanalyticshub.ListingIamBinding` can be used per role. Note that custom roles must be of the format
43
43
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
44
44
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
45
- Used to find the parent resource to bind the IAM policy to. If not specified,
46
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
47
- location is specified, it is taken from the provider configuration.
45
+ Used to find the parent resource to bind the IAM policy to
48
46
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
49
47
  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
48
  """
@@ -133,9 +131,7 @@ class ListingIamBindingArgs:
133
131
  def location(self) -> Optional[pulumi.Input[str]]:
134
132
  """
135
133
  The name of the location this data exchange listing.
136
- Used to find the parent resource to bind the IAM policy to. If not specified,
137
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
138
- location is specified, it is taken from the provider configuration.
134
+ Used to find the parent resource to bind the IAM policy to
139
135
  """
140
136
  return pulumi.get(self, "location")
141
137
 
@@ -174,9 +170,7 @@ class _ListingIamBindingState:
174
170
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
175
171
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
176
172
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
177
- Used to find the parent resource to bind the IAM policy to. If not specified,
178
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
179
- location is specified, it is taken from the provider configuration.
173
+ Used to find the parent resource to bind the IAM policy to
180
174
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
181
175
  Each entry can have one of the following values:
182
176
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -261,9 +255,7 @@ class _ListingIamBindingState:
261
255
  def location(self) -> Optional[pulumi.Input[str]]:
262
256
  """
263
257
  The name of the location this data exchange listing.
264
- Used to find the parent resource to bind the IAM policy to. If not specified,
265
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
266
- location is specified, it is taken from the provider configuration.
258
+ Used to find the parent resource to bind the IAM policy to
267
259
  """
268
260
  return pulumi.get(self, "location")
269
261
 
@@ -488,9 +480,7 @@ class ListingIamBinding(pulumi.CustomResource):
488
480
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
489
481
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
490
482
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
491
- Used to find the parent resource to bind the IAM policy to. If not specified,
492
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
493
- location is specified, it is taken from the provider configuration.
483
+ Used to find the parent resource to bind the IAM policy to
494
484
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
495
485
  Each entry can have one of the following values:
496
486
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -739,9 +729,7 @@ class ListingIamBinding(pulumi.CustomResource):
739
729
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
740
730
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
741
731
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
742
- Used to find the parent resource to bind the IAM policy to. If not specified,
743
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
744
- location is specified, it is taken from the provider configuration.
732
+ Used to find the parent resource to bind the IAM policy to
745
733
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
746
734
  Each entry can have one of the following values:
747
735
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -807,9 +795,7 @@ class ListingIamBinding(pulumi.CustomResource):
807
795
  def location(self) -> pulumi.Output[str]:
808
796
  """
809
797
  The name of the location this data exchange listing.
810
- Used to find the parent resource to bind the IAM policy to. If not specified,
811
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
812
- location is specified, it is taken from the provider configuration.
798
+ Used to find the parent resource to bind the IAM policy to
813
799
  """
814
800
  return pulumi.get(self, "location")
815
801
 
@@ -42,9 +42,7 @@ class ListingIamMemberArgs:
42
42
  `bigqueryanalyticshub.ListingIamBinding` can be used per role. Note that custom roles must be of the format
43
43
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
44
44
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
45
- Used to find the parent resource to bind the IAM policy to. If not specified,
46
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
47
- location is specified, it is taken from the provider configuration.
45
+ Used to find the parent resource to bind the IAM policy to
48
46
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
49
47
  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
48
  """
@@ -133,9 +131,7 @@ class ListingIamMemberArgs:
133
131
  def location(self) -> Optional[pulumi.Input[str]]:
134
132
  """
135
133
  The name of the location this data exchange listing.
136
- Used to find the parent resource to bind the IAM policy to. If not specified,
137
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
138
- location is specified, it is taken from the provider configuration.
134
+ Used to find the parent resource to bind the IAM policy to
139
135
  """
140
136
  return pulumi.get(self, "location")
141
137
 
@@ -174,9 +170,7 @@ class _ListingIamMemberState:
174
170
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
175
171
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
176
172
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
177
- Used to find the parent resource to bind the IAM policy to. If not specified,
178
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
179
- location is specified, it is taken from the provider configuration.
173
+ Used to find the parent resource to bind the IAM policy to
180
174
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
181
175
  Each entry can have one of the following values:
182
176
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -261,9 +255,7 @@ class _ListingIamMemberState:
261
255
  def location(self) -> Optional[pulumi.Input[str]]:
262
256
  """
263
257
  The name of the location this data exchange listing.
264
- Used to find the parent resource to bind the IAM policy to. If not specified,
265
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
266
- location is specified, it is taken from the provider configuration.
258
+ Used to find the parent resource to bind the IAM policy to
267
259
  """
268
260
  return pulumi.get(self, "location")
269
261
 
@@ -488,9 +480,7 @@ class ListingIamMember(pulumi.CustomResource):
488
480
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
489
481
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
490
482
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
491
- Used to find the parent resource to bind the IAM policy to. If not specified,
492
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
493
- location is specified, it is taken from the provider configuration.
483
+ Used to find the parent resource to bind the IAM policy to
494
484
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
495
485
  Each entry can have one of the following values:
496
486
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -739,9 +729,7 @@ class ListingIamMember(pulumi.CustomResource):
739
729
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
740
730
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
741
731
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
742
- Used to find the parent resource to bind the IAM policy to. If not specified,
743
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
744
- location is specified, it is taken from the provider configuration.
732
+ Used to find the parent resource to bind the IAM policy to
745
733
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
746
734
  Each entry can have one of the following values:
747
735
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -807,9 +795,7 @@ class ListingIamMember(pulumi.CustomResource):
807
795
  def location(self) -> pulumi.Output[str]:
808
796
  """
809
797
  The name of the location this data exchange listing.
810
- Used to find the parent resource to bind the IAM policy to. If not specified,
811
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
812
- location is specified, it is taken from the provider configuration.
798
+ Used to find the parent resource to bind the IAM policy to
813
799
  """
814
800
  return pulumi.get(self, "location")
815
801
 
@@ -26,9 +26,7 @@ class ListingIamPolicyArgs:
26
26
  :param pulumi.Input[str] policy_data: The policy data generated by
27
27
  a `organizations_get_iam_policy` data source.
28
28
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
29
- Used to find the parent resource to bind the IAM policy to. If not specified,
30
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
31
- location is specified, it is taken from the provider configuration.
29
+ Used to find the parent resource to bind the IAM policy to
32
30
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
33
31
  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
32
  """
@@ -82,9 +80,7 @@ class ListingIamPolicyArgs:
82
80
  def location(self) -> Optional[pulumi.Input[str]]:
83
81
  """
84
82
  The name of the location this data exchange listing.
85
- Used to find the parent resource to bind the IAM policy to. If not specified,
86
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
87
- location is specified, it is taken from the provider configuration.
83
+ Used to find the parent resource to bind the IAM policy to
88
84
  """
89
85
  return pulumi.get(self, "location")
90
86
 
@@ -121,9 +117,7 @@ class _ListingIamPolicyState:
121
117
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
122
118
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
123
119
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
124
- Used to find the parent resource to bind the IAM policy to. If not specified,
125
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
126
- location is specified, it is taken from the provider configuration.
120
+ Used to find the parent resource to bind the IAM policy to
127
121
  :param pulumi.Input[str] policy_data: The policy data generated by
128
122
  a `organizations_get_iam_policy` data source.
129
123
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -183,9 +177,7 @@ class _ListingIamPolicyState:
183
177
  def location(self) -> Optional[pulumi.Input[str]]:
184
178
  """
185
179
  The name of the location this data exchange listing.
186
- Used to find the parent resource to bind the IAM policy to. If not specified,
187
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
188
- location is specified, it is taken from the provider configuration.
180
+ Used to find the parent resource to bind the IAM policy to
189
181
  """
190
182
  return pulumi.get(self, "location")
191
183
 
@@ -385,9 +377,7 @@ class ListingIamPolicy(pulumi.CustomResource):
385
377
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
386
378
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
387
379
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
388
- Used to find the parent resource to bind the IAM policy to. If not specified,
389
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
390
- location is specified, it is taken from the provider configuration.
380
+ Used to find the parent resource to bind the IAM policy to
391
381
  :param pulumi.Input[str] policy_data: The policy data generated by
392
382
  a `organizations_get_iam_policy` data source.
393
383
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -616,9 +606,7 @@ class ListingIamPolicy(pulumi.CustomResource):
616
606
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
617
607
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
618
608
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
619
- Used to find the parent resource to bind the IAM policy to. If not specified,
620
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
621
- location is specified, it is taken from the provider configuration.
609
+ Used to find the parent resource to bind the IAM policy to
622
610
  :param pulumi.Input[str] policy_data: The policy data generated by
623
611
  a `organizations_get_iam_policy` data source.
624
612
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -665,9 +653,7 @@ class ListingIamPolicy(pulumi.CustomResource):
665
653
  def location(self) -> pulumi.Output[str]:
666
654
  """
667
655
  The name of the location this data exchange listing.
668
- Used to find the parent resource to bind the IAM policy to. If not specified,
669
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
670
- location is specified, it is taken from the provider configuration.
656
+ Used to find the parent resource to bind the IAM policy to
671
657
  """
672
658
  return pulumi.get(self, "location")
673
659