pulumi-gcp 7.26.0a1717544115__py3-none-any.whl → 7.26.0a1717690580__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 +56 -0
  2. pulumi_gcp/alloydb/_inputs.py +92 -0
  3. pulumi_gcp/alloydb/backup.py +12 -4
  4. pulumi_gcp/alloydb/cluster.py +72 -6
  5. pulumi_gcp/alloydb/instance.py +60 -2
  6. pulumi_gcp/alloydb/outputs.py +114 -0
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
  11. pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
  12. pulumi_gcp/bigquery/connection_iam_member.py +21 -7
  13. pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
  14. pulumi_gcp/bigquery/data_transfer_config.py +14 -7
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
  28. pulumi_gcp/certificateauthority/_inputs.py +20 -4
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
  32. pulumi_gcp/certificateauthority/certificate_template.py +157 -173
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
  38. pulumi_gcp/certificateauthority/outputs.py +20 -4
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
  49. pulumi_gcp/cloudrun/iam_binding.py +21 -7
  50. pulumi_gcp/cloudrun/iam_member.py +21 -7
  51. pulumi_gcp/cloudrun/iam_policy.py +21 -7
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
  53. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
  58. pulumi_gcp/cloudrunv2/service.py +47 -0
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +5 -0
  69. pulumi_gcp/dataplex/_inputs.py +104 -0
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +21 -7
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +21 -7
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +21 -7
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
  74. pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +21 -7
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +21 -7
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +21 -7
  79. pulumi_gcp/dataplex/entry_type.py +963 -0
  80. pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
  81. pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
  82. pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
  83. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +6 -2
  84. pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
  85. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +6 -2
  86. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
  87. pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
  88. pulumi_gcp/dataplex/outputs.py +76 -0
  89. pulumi_gcp/dataplex/task.py +16 -16
  90. pulumi_gcp/dataplex/task_iam_binding.py +21 -7
  91. pulumi_gcp/dataplex/task_iam_member.py +21 -7
  92. pulumi_gcp/dataplex/task_iam_policy.py +21 -7
  93. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
  94. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
  95. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
  96. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
  97. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
  98. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
  99. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
  100. pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
  101. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
  102. pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
  103. pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
  104. pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
  105. pulumi_gcp/firestore/field.py +4 -4
  106. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
  107. pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
  108. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
  109. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
  110. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
  111. pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
  112. pulumi_gcp/gkehub/feature_iam_member.py +21 -7
  113. pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
  114. pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
  115. pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
  116. pulumi_gcp/gkehub/membership_binding.py +6 -6
  117. pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
  118. pulumi_gcp/gkehub/membership_iam_member.py +21 -7
  119. pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
  120. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  121. pulumi_gcp/gkehub/namespace.py +4 -4
  122. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  123. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  124. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  125. pulumi_gcp/logging/__init__.py +4 -0
  126. pulumi_gcp/logging/_inputs.py +100 -0
  127. pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
  128. pulumi_gcp/logging/log_view_iam_binding.py +630 -0
  129. pulumi_gcp/logging/log_view_iam_member.py +630 -0
  130. pulumi_gcp/logging/log_view_iam_policy.py +449 -0
  131. pulumi_gcp/logging/outputs.py +76 -0
  132. pulumi_gcp/netapp/storage_pool.py +9 -9
  133. pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
  134. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
  135. pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
  136. pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
  137. pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
  138. pulumi_gcp/notebooks/instance_iam_member.py +21 -7
  139. pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
  140. pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
  141. pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
  142. pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
  143. pulumi_gcp/orgpolicy/policy.py +2 -2
  144. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  145. pulumi_gcp/pubsub/subscription.py +4 -4
  146. pulumi_gcp/pulumi-plugin.json +1 -1
  147. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
  148. pulumi_gcp/sql/_inputs.py +2 -4
  149. pulumi_gcp/sql/outputs.py +6 -8
  150. pulumi_gcp/storage/_inputs.py +48 -0
  151. pulumi_gcp/storage/outputs.py +75 -0
  152. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
  153. pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
  154. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
  155. pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
  156. pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
  157. pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
  158. pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
  159. pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
  160. pulumi_gcp/workstations/workstation_iam_member.py +21 -7
  161. pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
  162. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/METADATA +1 -1
  163. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/RECORD +165 -156
  164. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0a1717544115.dist-info → pulumi_gcp-7.26.0a1717690580.dist-info}/top_level.txt +0 -0
@@ -23,7 +23,9 @@ class AspectTypeIamPolicyArgs:
23
23
  :param pulumi.Input[str] policy_data: The policy data generated by
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] location: The location where aspect type will be created in.
26
- Used to find the parent resource to bind the IAM policy to
26
+ Used to find the parent resource to bind the IAM policy to. If not specified,
27
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
28
+ location is specified, it is taken from the provider configuration.
27
29
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
28
30
  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.
29
31
  """
@@ -61,7 +63,9 @@ class AspectTypeIamPolicyArgs:
61
63
  def location(self) -> Optional[pulumi.Input[str]]:
62
64
  """
63
65
  The location where aspect type will be created in.
64
- Used to find the parent resource to bind the IAM policy to
66
+ Used to find the parent resource to bind the IAM policy to. If not specified,
67
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
68
+ location is specified, it is taken from the provider configuration.
65
69
  """
66
70
  return pulumi.get(self, "location")
67
71
 
@@ -95,7 +99,9 @@ class _AspectTypeIamPolicyState:
95
99
  Input properties used for looking up and filtering AspectTypeIamPolicy resources.
96
100
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
97
101
  :param pulumi.Input[str] location: The location where aspect type will be created in.
98
- Used to find the parent resource to bind the IAM policy to
102
+ Used to find the parent resource to bind the IAM policy to. If not specified,
103
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
104
+ location is specified, it is taken from the provider configuration.
99
105
  :param pulumi.Input[str] policy_data: The policy data generated by
100
106
  a `organizations_get_iam_policy` data source.
101
107
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -138,7 +144,9 @@ class _AspectTypeIamPolicyState:
138
144
  def location(self) -> Optional[pulumi.Input[str]]:
139
145
  """
140
146
  The location where aspect type will be created in.
141
- Used to find the parent resource to bind the IAM policy to
147
+ Used to find the parent resource to bind the IAM policy to. If not specified,
148
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
149
+ location is specified, it is taken from the provider configuration.
142
150
  """
143
151
  return pulumi.get(self, "location")
144
152
 
@@ -329,7 +337,9 @@ class AspectTypeIamPolicy(pulumi.CustomResource):
329
337
  :param str resource_name: The name of the resource.
330
338
  :param pulumi.ResourceOptions opts: Options for the resource.
331
339
  :param pulumi.Input[str] location: The location where aspect type will be created in.
332
- Used to find the parent resource to bind the IAM policy to
340
+ Used to find the parent resource to bind the IAM policy to. If not specified,
341
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
342
+ location is specified, it is taken from the provider configuration.
333
343
  :param pulumi.Input[str] policy_data: The policy data generated by
334
344
  a `organizations_get_iam_policy` data source.
335
345
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -545,7 +555,9 @@ class AspectTypeIamPolicy(pulumi.CustomResource):
545
555
  :param pulumi.ResourceOptions opts: Options for the resource.
546
556
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
547
557
  :param pulumi.Input[str] location: The location where aspect type will be created in.
548
- Used to find the parent resource to bind the IAM policy to
558
+ Used to find the parent resource to bind the IAM policy to. If not specified,
559
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
560
+ location is specified, it is taken from the provider configuration.
549
561
  :param pulumi.Input[str] policy_data: The policy data generated by
550
562
  a `organizations_get_iam_policy` data source.
551
563
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -580,7 +592,9 @@ class AspectTypeIamPolicy(pulumi.CustomResource):
580
592
  def location(self) -> pulumi.Output[str]:
581
593
  """
582
594
  The location where aspect type will be created in.
583
- Used to find the parent resource to bind the IAM policy to
595
+ Used to find the parent resource to bind the IAM policy to. If not specified,
596
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
597
+ location is specified, it is taken from the provider configuration.
584
598
  """
585
599
  return pulumi.get(self, "location")
586
600
 
@@ -39,7 +39,9 @@ class DatascanIamBindingArgs:
39
39
  `dataplex.DatascanIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: The location where the data scan should reside.
42
- Used to find the parent resource to bind the IAM policy to
42
+ Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  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.
45
47
  """
@@ -112,7 +114,9 @@ class DatascanIamBindingArgs:
112
114
  def location(self) -> Optional[pulumi.Input[str]]:
113
115
  """
114
116
  The location where the data scan should reside.
115
- Used to find the parent resource to bind the IAM policy to
117
+ Used to find the parent resource to bind the IAM policy to. If not specified,
118
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
+ location is specified, it is taken from the provider configuration.
116
120
  """
117
121
  return pulumi.get(self, "location")
118
122
 
@@ -148,7 +152,9 @@ class _DatascanIamBindingState:
148
152
  Input properties used for looking up and filtering DatascanIamBinding resources.
149
153
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
150
154
  :param pulumi.Input[str] location: The location where the data scan should reside.
151
- Used to find the parent resource to bind the IAM policy to
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.
152
158
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
153
159
  Each entry can have one of the following values:
154
160
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -216,7 +222,9 @@ class _DatascanIamBindingState:
216
222
  def location(self) -> Optional[pulumi.Input[str]]:
217
223
  """
218
224
  The location where the data scan should reside.
219
- Used to find the parent resource to bind the IAM policy to
225
+ Used to find the parent resource to bind the IAM policy to. If not specified,
226
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
227
+ location is specified, it is taken from the provider configuration.
220
228
  """
221
229
  return pulumi.get(self, "location")
222
230
 
@@ -432,7 +440,9 @@ class DatascanIamBinding(pulumi.CustomResource):
432
440
  :param str resource_name: The name of the resource.
433
441
  :param pulumi.ResourceOptions opts: Options for the resource.
434
442
  :param pulumi.Input[str] location: The location where the data scan should reside.
435
- Used to find the parent resource to bind the IAM policy to
443
+ Used to find the parent resource to bind the IAM policy to. If not specified,
444
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
445
+ location is specified, it is taken from the provider configuration.
436
446
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
437
447
  Each entry can have one of the following values:
438
448
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -668,7 +678,9 @@ class DatascanIamBinding(pulumi.CustomResource):
668
678
  :param pulumi.ResourceOptions opts: Options for the resource.
669
679
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
670
680
  :param pulumi.Input[str] location: The location where the data scan should reside.
671
- Used to find the parent resource to bind the IAM policy to
681
+ Used to find the parent resource to bind the IAM policy to. If not specified,
682
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
683
+ location is specified, it is taken from the provider configuration.
672
684
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
673
685
  Each entry can have one of the following values:
674
686
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -722,7 +734,9 @@ class DatascanIamBinding(pulumi.CustomResource):
722
734
  def location(self) -> pulumi.Output[str]:
723
735
  """
724
736
  The location where the data scan should reside.
725
- Used to find the parent resource to bind the IAM policy to
737
+ Used to find the parent resource to bind the IAM policy to. If not specified,
738
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
739
+ location is specified, it is taken from the provider configuration.
726
740
  """
727
741
  return pulumi.get(self, "location")
728
742
 
@@ -39,7 +39,9 @@ class DatascanIamMemberArgs:
39
39
  `dataplex.DatascanIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: The location where the data scan should reside.
42
- Used to find the parent resource to bind the IAM policy to
42
+ Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  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.
45
47
  """
@@ -112,7 +114,9 @@ class DatascanIamMemberArgs:
112
114
  def location(self) -> Optional[pulumi.Input[str]]:
113
115
  """
114
116
  The location where the data scan should reside.
115
- Used to find the parent resource to bind the IAM policy to
117
+ Used to find the parent resource to bind the IAM policy to. If not specified,
118
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
+ location is specified, it is taken from the provider configuration.
116
120
  """
117
121
  return pulumi.get(self, "location")
118
122
 
@@ -148,7 +152,9 @@ class _DatascanIamMemberState:
148
152
  Input properties used for looking up and filtering DatascanIamMember resources.
149
153
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
150
154
  :param pulumi.Input[str] location: The location where the data scan should reside.
151
- Used to find the parent resource to bind the IAM policy to
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.
152
158
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
153
159
  Each entry can have one of the following values:
154
160
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -216,7 +222,9 @@ class _DatascanIamMemberState:
216
222
  def location(self) -> Optional[pulumi.Input[str]]:
217
223
  """
218
224
  The location where the data scan should reside.
219
- Used to find the parent resource to bind the IAM policy to
225
+ Used to find the parent resource to bind the IAM policy to. If not specified,
226
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
227
+ location is specified, it is taken from the provider configuration.
220
228
  """
221
229
  return pulumi.get(self, "location")
222
230
 
@@ -432,7 +440,9 @@ class DatascanIamMember(pulumi.CustomResource):
432
440
  :param str resource_name: The name of the resource.
433
441
  :param pulumi.ResourceOptions opts: Options for the resource.
434
442
  :param pulumi.Input[str] location: The location where the data scan should reside.
435
- Used to find the parent resource to bind the IAM policy to
443
+ Used to find the parent resource to bind the IAM policy to. If not specified,
444
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
445
+ location is specified, it is taken from the provider configuration.
436
446
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
437
447
  Each entry can have one of the following values:
438
448
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -668,7 +678,9 @@ class DatascanIamMember(pulumi.CustomResource):
668
678
  :param pulumi.ResourceOptions opts: Options for the resource.
669
679
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
670
680
  :param pulumi.Input[str] location: The location where the data scan should reside.
671
- Used to find the parent resource to bind the IAM policy to
681
+ Used to find the parent resource to bind the IAM policy to. If not specified,
682
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
683
+ location is specified, it is taken from the provider configuration.
672
684
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
673
685
  Each entry can have one of the following values:
674
686
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -722,7 +734,9 @@ class DatascanIamMember(pulumi.CustomResource):
722
734
  def location(self) -> pulumi.Output[str]:
723
735
  """
724
736
  The location where the data scan should reside.
725
- Used to find the parent resource to bind the IAM policy to
737
+ Used to find the parent resource to bind the IAM policy to. If not specified,
738
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
739
+ location is specified, it is taken from the provider configuration.
726
740
  """
727
741
  return pulumi.get(self, "location")
728
742
 
@@ -23,7 +23,9 @@ class DatascanIamPolicyArgs:
23
23
  :param pulumi.Input[str] policy_data: The policy data generated by
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] location: The location where the data scan should reside.
26
- Used to find the parent resource to bind the IAM policy to
26
+ Used to find the parent resource to bind the IAM policy to. If not specified,
27
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
28
+ location is specified, it is taken from the provider configuration.
27
29
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
28
30
  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.
29
31
  """
@@ -61,7 +63,9 @@ class DatascanIamPolicyArgs:
61
63
  def location(self) -> Optional[pulumi.Input[str]]:
62
64
  """
63
65
  The location where the data scan should reside.
64
- Used to find the parent resource to bind the IAM policy to
66
+ Used to find the parent resource to bind the IAM policy to. If not specified,
67
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
68
+ location is specified, it is taken from the provider configuration.
65
69
  """
66
70
  return pulumi.get(self, "location")
67
71
 
@@ -95,7 +99,9 @@ class _DatascanIamPolicyState:
95
99
  Input properties used for looking up and filtering DatascanIamPolicy resources.
96
100
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
97
101
  :param pulumi.Input[str] location: The location where the data scan should reside.
98
- Used to find the parent resource to bind the IAM policy to
102
+ Used to find the parent resource to bind the IAM policy to. If not specified,
103
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
104
+ location is specified, it is taken from the provider configuration.
99
105
  :param pulumi.Input[str] policy_data: The policy data generated by
100
106
  a `organizations_get_iam_policy` data source.
101
107
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -138,7 +144,9 @@ class _DatascanIamPolicyState:
138
144
  def location(self) -> Optional[pulumi.Input[str]]:
139
145
  """
140
146
  The location where the data scan should reside.
141
- Used to find the parent resource to bind the IAM policy to
147
+ Used to find the parent resource to bind the IAM policy to. If not specified,
148
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
149
+ location is specified, it is taken from the provider configuration.
142
150
  """
143
151
  return pulumi.get(self, "location")
144
152
 
@@ -329,7 +337,9 @@ class DatascanIamPolicy(pulumi.CustomResource):
329
337
  :param str resource_name: The name of the resource.
330
338
  :param pulumi.ResourceOptions opts: Options for the resource.
331
339
  :param pulumi.Input[str] location: The location where the data scan should reside.
332
- Used to find the parent resource to bind the IAM policy to
340
+ Used to find the parent resource to bind the IAM policy to. If not specified,
341
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
342
+ location is specified, it is taken from the provider configuration.
333
343
  :param pulumi.Input[str] policy_data: The policy data generated by
334
344
  a `organizations_get_iam_policy` data source.
335
345
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -545,7 +555,9 @@ class DatascanIamPolicy(pulumi.CustomResource):
545
555
  :param pulumi.ResourceOptions opts: Options for the resource.
546
556
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
547
557
  :param pulumi.Input[str] location: The location where the data scan should reside.
548
- Used to find the parent resource to bind the IAM policy to
558
+ Used to find the parent resource to bind the IAM policy to. If not specified,
559
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
560
+ location is specified, it is taken from the provider configuration.
549
561
  :param pulumi.Input[str] policy_data: The policy data generated by
550
562
  a `organizations_get_iam_policy` data source.
551
563
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -580,7 +592,9 @@ class DatascanIamPolicy(pulumi.CustomResource):
580
592
  def location(self) -> pulumi.Output[str]:
581
593
  """
582
594
  The location where the data scan should reside.
583
- Used to find the parent resource to bind the IAM policy to
595
+ Used to find the parent resource to bind the IAM policy to. If not specified,
596
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
597
+ location is specified, it is taken from the provider configuration.
584
598
  """
585
599
  return pulumi.get(self, "location")
586
600
 
@@ -39,7 +39,9 @@ class EntryGroupIamBindingArgs:
39
39
  `dataplex.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: The location where entry group will be created in.
42
- Used to find the parent resource to bind the IAM policy to
42
+ Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  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.
45
47
  """
@@ -112,7 +114,9 @@ class EntryGroupIamBindingArgs:
112
114
  def location(self) -> Optional[pulumi.Input[str]]:
113
115
  """
114
116
  The location where entry group will be created in.
115
- Used to find the parent resource to bind the IAM policy to
117
+ Used to find the parent resource to bind the IAM policy to. If not specified,
118
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
+ location is specified, it is taken from the provider configuration.
116
120
  """
117
121
  return pulumi.get(self, "location")
118
122
 
@@ -148,7 +152,9 @@ class _EntryGroupIamBindingState:
148
152
  Input properties used for looking up and filtering EntryGroupIamBinding resources.
149
153
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
150
154
  :param pulumi.Input[str] location: The location where entry group will be created in.
151
- Used to find the parent resource to bind the IAM policy to
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.
152
158
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
153
159
  Each entry can have one of the following values:
154
160
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -216,7 +222,9 @@ class _EntryGroupIamBindingState:
216
222
  def location(self) -> Optional[pulumi.Input[str]]:
217
223
  """
218
224
  The location where entry group will be created in.
219
- Used to find the parent resource to bind the IAM policy to
225
+ Used to find the parent resource to bind the IAM policy to. If not specified,
226
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
227
+ location is specified, it is taken from the provider configuration.
220
228
  """
221
229
  return pulumi.get(self, "location")
222
230
 
@@ -432,7 +440,9 @@ class EntryGroupIamBinding(pulumi.CustomResource):
432
440
  :param str resource_name: The name of the resource.
433
441
  :param pulumi.ResourceOptions opts: Options for the resource.
434
442
  :param pulumi.Input[str] location: The location where entry group will be created in.
435
- Used to find the parent resource to bind the IAM policy to
443
+ Used to find the parent resource to bind the IAM policy to. If not specified,
444
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
445
+ location is specified, it is taken from the provider configuration.
436
446
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
437
447
  Each entry can have one of the following values:
438
448
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -668,7 +678,9 @@ class EntryGroupIamBinding(pulumi.CustomResource):
668
678
  :param pulumi.ResourceOptions opts: Options for the resource.
669
679
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
670
680
  :param pulumi.Input[str] location: The location where entry group will be created in.
671
- Used to find the parent resource to bind the IAM policy to
681
+ Used to find the parent resource to bind the IAM policy to. If not specified,
682
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
683
+ location is specified, it is taken from the provider configuration.
672
684
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
673
685
  Each entry can have one of the following values:
674
686
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -722,7 +734,9 @@ class EntryGroupIamBinding(pulumi.CustomResource):
722
734
  def location(self) -> pulumi.Output[str]:
723
735
  """
724
736
  The location where entry group will be created in.
725
- Used to find the parent resource to bind the IAM policy to
737
+ Used to find the parent resource to bind the IAM policy to. If not specified,
738
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
739
+ location is specified, it is taken from the provider configuration.
726
740
  """
727
741
  return pulumi.get(self, "location")
728
742
 
@@ -39,7 +39,9 @@ class EntryGroupIamMemberArgs:
39
39
  `dataplex.EntryGroupIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: The location where entry group will be created in.
42
- Used to find the parent resource to bind the IAM policy to
42
+ Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  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.
45
47
  """
@@ -112,7 +114,9 @@ class EntryGroupIamMemberArgs:
112
114
  def location(self) -> Optional[pulumi.Input[str]]:
113
115
  """
114
116
  The location where entry group will be created in.
115
- Used to find the parent resource to bind the IAM policy to
117
+ Used to find the parent resource to bind the IAM policy to. If not specified,
118
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
+ location is specified, it is taken from the provider configuration.
116
120
  """
117
121
  return pulumi.get(self, "location")
118
122
 
@@ -148,7 +152,9 @@ class _EntryGroupIamMemberState:
148
152
  Input properties used for looking up and filtering EntryGroupIamMember resources.
149
153
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
150
154
  :param pulumi.Input[str] location: The location where entry group will be created in.
151
- Used to find the parent resource to bind the IAM policy to
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.
152
158
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
153
159
  Each entry can have one of the following values:
154
160
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -216,7 +222,9 @@ class _EntryGroupIamMemberState:
216
222
  def location(self) -> Optional[pulumi.Input[str]]:
217
223
  """
218
224
  The location where entry group will be created in.
219
- Used to find the parent resource to bind the IAM policy to
225
+ Used to find the parent resource to bind the IAM policy to. If not specified,
226
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
227
+ location is specified, it is taken from the provider configuration.
220
228
  """
221
229
  return pulumi.get(self, "location")
222
230
 
@@ -432,7 +440,9 @@ class EntryGroupIamMember(pulumi.CustomResource):
432
440
  :param str resource_name: The name of the resource.
433
441
  :param pulumi.ResourceOptions opts: Options for the resource.
434
442
  :param pulumi.Input[str] location: The location where entry group will be created in.
435
- Used to find the parent resource to bind the IAM policy to
443
+ Used to find the parent resource to bind the IAM policy to. If not specified,
444
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
445
+ location is specified, it is taken from the provider configuration.
436
446
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
437
447
  Each entry can have one of the following values:
438
448
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -668,7 +678,9 @@ class EntryGroupIamMember(pulumi.CustomResource):
668
678
  :param pulumi.ResourceOptions opts: Options for the resource.
669
679
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
670
680
  :param pulumi.Input[str] location: The location where entry group will be created in.
671
- Used to find the parent resource to bind the IAM policy to
681
+ Used to find the parent resource to bind the IAM policy to. If not specified,
682
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
683
+ location is specified, it is taken from the provider configuration.
672
684
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
673
685
  Each entry can have one of the following values:
674
686
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -722,7 +734,9 @@ class EntryGroupIamMember(pulumi.CustomResource):
722
734
  def location(self) -> pulumi.Output[str]:
723
735
  """
724
736
  The location where entry group will be created in.
725
- Used to find the parent resource to bind the IAM policy to
737
+ Used to find the parent resource to bind the IAM policy to. If not specified,
738
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
739
+ location is specified, it is taken from the provider configuration.
726
740
  """
727
741
  return pulumi.get(self, "location")
728
742
 
@@ -23,7 +23,9 @@ class EntryGroupIamPolicyArgs:
23
23
  :param pulumi.Input[str] policy_data: The policy data generated by
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] location: The location where entry group will be created in.
26
- Used to find the parent resource to bind the IAM policy to
26
+ Used to find the parent resource to bind the IAM policy to. If not specified,
27
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
28
+ location is specified, it is taken from the provider configuration.
27
29
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
28
30
  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.
29
31
  """
@@ -61,7 +63,9 @@ class EntryGroupIamPolicyArgs:
61
63
  def location(self) -> Optional[pulumi.Input[str]]:
62
64
  """
63
65
  The location where entry group will be created in.
64
- Used to find the parent resource to bind the IAM policy to
66
+ Used to find the parent resource to bind the IAM policy to. If not specified,
67
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
68
+ location is specified, it is taken from the provider configuration.
65
69
  """
66
70
  return pulumi.get(self, "location")
67
71
 
@@ -95,7 +99,9 @@ class _EntryGroupIamPolicyState:
95
99
  Input properties used for looking up and filtering EntryGroupIamPolicy resources.
96
100
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
97
101
  :param pulumi.Input[str] location: The location where entry group will be created in.
98
- Used to find the parent resource to bind the IAM policy to
102
+ Used to find the parent resource to bind the IAM policy to. If not specified,
103
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
104
+ location is specified, it is taken from the provider configuration.
99
105
  :param pulumi.Input[str] policy_data: The policy data generated by
100
106
  a `organizations_get_iam_policy` data source.
101
107
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -138,7 +144,9 @@ class _EntryGroupIamPolicyState:
138
144
  def location(self) -> Optional[pulumi.Input[str]]:
139
145
  """
140
146
  The location where entry group will be created in.
141
- Used to find the parent resource to bind the IAM policy to
147
+ Used to find the parent resource to bind the IAM policy to. If not specified,
148
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
149
+ location is specified, it is taken from the provider configuration.
142
150
  """
143
151
  return pulumi.get(self, "location")
144
152
 
@@ -329,7 +337,9 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
329
337
  :param str resource_name: The name of the resource.
330
338
  :param pulumi.ResourceOptions opts: Options for the resource.
331
339
  :param pulumi.Input[str] location: The location where entry group will be created in.
332
- Used to find the parent resource to bind the IAM policy to
340
+ Used to find the parent resource to bind the IAM policy to. If not specified,
341
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
342
+ location is specified, it is taken from the provider configuration.
333
343
  :param pulumi.Input[str] policy_data: The policy data generated by
334
344
  a `organizations_get_iam_policy` data source.
335
345
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -545,7 +555,9 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
545
555
  :param pulumi.ResourceOptions opts: Options for the resource.
546
556
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
547
557
  :param pulumi.Input[str] location: The location where entry group will be created in.
548
- Used to find the parent resource to bind the IAM policy to
558
+ Used to find the parent resource to bind the IAM policy to. If not specified,
559
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
560
+ location is specified, it is taken from the provider configuration.
549
561
  :param pulumi.Input[str] policy_data: The policy data generated by
550
562
  a `organizations_get_iam_policy` data source.
551
563
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -580,7 +592,9 @@ class EntryGroupIamPolicy(pulumi.CustomResource):
580
592
  def location(self) -> pulumi.Output[str]:
581
593
  """
582
594
  The location where entry group will be created in.
583
- Used to find the parent resource to bind the IAM policy to
595
+ Used to find the parent resource to bind the IAM policy to. If not specified,
596
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
597
+ location is specified, it is taken from the provider configuration.
584
598
  """
585
599
  return pulumi.get(self, "location")
586
600