pulumi-gcp 7.26.0__py3-none-any.whl → 7.26.0a1717481608__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.0a1717481608.dist-info}/METADATA +1 -1
  154. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.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.0a1717481608.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717481608.dist-info}/top_level.txt +0 -0
@@ -40,9 +40,7 @@ class WorkstationConfigIamBindingArgs:
40
40
  `workstations.WorkstationConfigIamBinding` 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 location where the workstation cluster config should reside.
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
  """
@@ -125,9 +123,7 @@ class WorkstationConfigIamBindingArgs:
125
123
  def location(self) -> Optional[pulumi.Input[str]]:
126
124
  """
127
125
  The location where the workstation cluster config should reside.
128
- Used to find the parent resource to bind the IAM policy to. If not specified,
129
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
130
- location is specified, it is taken from the provider configuration.
126
+ Used to find the parent resource to bind the IAM policy to
131
127
  """
132
128
  return pulumi.get(self, "location")
133
129
 
@@ -164,9 +160,7 @@ class _WorkstationConfigIamBindingState:
164
160
  Input properties used for looking up and filtering WorkstationConfigIamBinding resources.
165
161
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
166
162
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
167
- Used to find the parent resource to bind the IAM policy to. If not specified,
168
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
169
- location is specified, it is taken from the provider configuration.
163
+ Used to find the parent resource to bind the IAM policy to
170
164
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
171
165
  Each entry can have one of the following values:
172
166
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -227,9 +221,7 @@ class _WorkstationConfigIamBindingState:
227
221
  def location(self) -> Optional[pulumi.Input[str]]:
228
222
  """
229
223
  The location where the workstation cluster config should reside.
230
- Used to find the parent resource to bind the IAM policy to. If not specified,
231
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
232
- location is specified, it is taken from the provider configuration.
224
+ Used to find the parent resource to bind the IAM policy to
233
225
  """
234
226
  return pulumi.get(self, "location")
235
227
 
@@ -360,9 +352,7 @@ class WorkstationConfigIamBinding(pulumi.CustomResource):
360
352
  :param str resource_name: The name of the resource.
361
353
  :param pulumi.ResourceOptions opts: Options for the resource.
362
354
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
363
- Used to find the parent resource to bind the IAM policy to. If not specified,
364
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
365
- location is specified, it is taken from the provider configuration.
355
+ Used to find the parent resource to bind the IAM policy to
366
356
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
367
357
  Each entry can have one of the following values:
368
358
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -499,9 +489,7 @@ class WorkstationConfigIamBinding(pulumi.CustomResource):
499
489
  :param pulumi.ResourceOptions opts: Options for the resource.
500
490
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
501
491
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
502
- Used to find the parent resource to bind the IAM policy to. If not specified,
503
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
504
- location is specified, it is taken from the provider configuration.
492
+ Used to find the parent resource to bind the IAM policy to
505
493
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
506
494
  Each entry can have one of the following values:
507
495
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -551,9 +539,7 @@ class WorkstationConfigIamBinding(pulumi.CustomResource):
551
539
  def location(self) -> pulumi.Output[str]:
552
540
  """
553
541
  The location where the workstation cluster config should reside.
554
- Used to find the parent resource to bind the IAM policy to. If not specified,
555
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
556
- location is specified, it is taken from the provider configuration.
542
+ Used to find the parent resource to bind the IAM policy to
557
543
  """
558
544
  return pulumi.get(self, "location")
559
545
 
@@ -40,9 +40,7 @@ class WorkstationConfigIamMemberArgs:
40
40
  `workstations.WorkstationConfigIamBinding` 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 location where the workstation cluster config should reside.
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
  """
@@ -125,9 +123,7 @@ class WorkstationConfigIamMemberArgs:
125
123
  def location(self) -> Optional[pulumi.Input[str]]:
126
124
  """
127
125
  The location where the workstation cluster config should reside.
128
- Used to find the parent resource to bind the IAM policy to. If not specified,
129
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
130
- location is specified, it is taken from the provider configuration.
126
+ Used to find the parent resource to bind the IAM policy to
131
127
  """
132
128
  return pulumi.get(self, "location")
133
129
 
@@ -164,9 +160,7 @@ class _WorkstationConfigIamMemberState:
164
160
  Input properties used for looking up and filtering WorkstationConfigIamMember resources.
165
161
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
166
162
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
167
- Used to find the parent resource to bind the IAM policy to. If not specified,
168
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
169
- location is specified, it is taken from the provider configuration.
163
+ Used to find the parent resource to bind the IAM policy to
170
164
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
171
165
  Each entry can have one of the following values:
172
166
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -227,9 +221,7 @@ class _WorkstationConfigIamMemberState:
227
221
  def location(self) -> Optional[pulumi.Input[str]]:
228
222
  """
229
223
  The location where the workstation cluster config should reside.
230
- Used to find the parent resource to bind the IAM policy to. If not specified,
231
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
232
- location is specified, it is taken from the provider configuration.
224
+ Used to find the parent resource to bind the IAM policy to
233
225
  """
234
226
  return pulumi.get(self, "location")
235
227
 
@@ -360,9 +352,7 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
360
352
  :param str resource_name: The name of the resource.
361
353
  :param pulumi.ResourceOptions opts: Options for the resource.
362
354
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
363
- Used to find the parent resource to bind the IAM policy to. If not specified,
364
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
365
- location is specified, it is taken from the provider configuration.
355
+ Used to find the parent resource to bind the IAM policy to
366
356
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
367
357
  Each entry can have one of the following values:
368
358
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -499,9 +489,7 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
499
489
  :param pulumi.ResourceOptions opts: Options for the resource.
500
490
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
501
491
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
502
- Used to find the parent resource to bind the IAM policy to. If not specified,
503
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
504
- location is specified, it is taken from the provider configuration.
492
+ Used to find the parent resource to bind the IAM policy to
505
493
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
506
494
  Each entry can have one of the following values:
507
495
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -551,9 +539,7 @@ class WorkstationConfigIamMember(pulumi.CustomResource):
551
539
  def location(self) -> pulumi.Output[str]:
552
540
  """
553
541
  The location where the workstation cluster config should reside.
554
- Used to find the parent resource to bind the IAM policy to. If not specified,
555
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
556
- location is specified, it is taken from the provider configuration.
542
+ Used to find the parent resource to bind the IAM policy to
557
543
  """
558
544
  return pulumi.get(self, "location")
559
545
 
@@ -24,9 +24,7 @@ class WorkstationConfigIamPolicyArgs:
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 location where the workstation cluster config should reside.
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
  """
@@ -74,9 +72,7 @@ class WorkstationConfigIamPolicyArgs:
74
72
  def location(self) -> Optional[pulumi.Input[str]]:
75
73
  """
76
74
  The location where the workstation cluster config should reside.
77
- Used to find the parent resource to bind the IAM policy to. If not specified,
78
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
79
- location is specified, it is taken from the provider configuration.
75
+ Used to find the parent resource to bind the IAM policy to
80
76
  """
81
77
  return pulumi.get(self, "location")
82
78
 
@@ -111,9 +107,7 @@ class _WorkstationConfigIamPolicyState:
111
107
  Input properties used for looking up and filtering WorkstationConfigIamPolicy resources.
112
108
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
113
109
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
114
- Used to find the parent resource to bind the IAM policy to. If not specified,
115
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
116
- location is specified, it is taken from the provider configuration.
110
+ Used to find the parent resource to bind the IAM policy to
117
111
  :param pulumi.Input[str] policy_data: The policy data generated by
118
112
  a `organizations_get_iam_policy` data source.
119
113
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -149,9 +143,7 @@ class _WorkstationConfigIamPolicyState:
149
143
  def location(self) -> Optional[pulumi.Input[str]]:
150
144
  """
151
145
  The location where the workstation cluster config should reside.
152
- Used to find the parent resource to bind the IAM policy to. If not specified,
153
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
154
- location is specified, it is taken from the provider configuration.
146
+ Used to find the parent resource to bind the IAM policy to
155
147
  """
156
148
  return pulumi.get(self, "location")
157
149
 
@@ -257,9 +249,7 @@ class WorkstationConfigIamPolicy(pulumi.CustomResource):
257
249
  :param str resource_name: The name of the resource.
258
250
  :param pulumi.ResourceOptions opts: Options for the resource.
259
251
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
260
- Used to find the parent resource to bind the IAM policy to. If not specified,
261
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
262
- location is specified, it is taken from the provider configuration.
252
+ Used to find the parent resource to bind the IAM policy to
263
253
  :param pulumi.Input[str] policy_data: The policy data generated by
264
254
  a `organizations_get_iam_policy` data source.
265
255
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -376,9 +366,7 @@ class WorkstationConfigIamPolicy(pulumi.CustomResource):
376
366
  :param pulumi.ResourceOptions opts: Options for the resource.
377
367
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
378
368
  :param pulumi.Input[str] location: The location where the workstation cluster config should reside.
379
- Used to find the parent resource to bind the IAM policy to. If not specified,
380
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
381
- location is specified, it is taken from the provider configuration.
369
+ Used to find the parent resource to bind the IAM policy to
382
370
  :param pulumi.Input[str] policy_data: The policy data generated by
383
371
  a `organizations_get_iam_policy` data source.
384
372
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -409,9 +397,7 @@ class WorkstationConfigIamPolicy(pulumi.CustomResource):
409
397
  def location(self) -> pulumi.Output[str]:
410
398
  """
411
399
  The location where the workstation cluster config should reside.
412
- Used to find the parent resource to bind the IAM policy to. If not specified,
413
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
414
- location is specified, it is taken from the provider configuration.
400
+ Used to find the parent resource to bind the IAM policy to
415
401
  """
416
402
  return pulumi.get(self, "location")
417
403
 
@@ -41,9 +41,7 @@ class WorkstationIamBindingArgs:
41
41
  `workstations.WorkstationIamBinding` can be used per role. Note that custom roles must be of the format
42
42
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
43
43
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
44
- Used to find the parent resource to bind the IAM policy to. If not specified,
45
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
46
- location is specified, it is taken from the provider configuration.
44
+ Used to find the parent resource to bind the IAM policy to
47
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
48
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.
49
47
  """
@@ -136,9 +134,7 @@ class WorkstationIamBindingArgs:
136
134
  def location(self) -> Optional[pulumi.Input[str]]:
137
135
  """
138
136
  The location where the workstation parent resources reside.
139
- Used to find the parent resource to bind the IAM policy to. If not specified,
140
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
141
- location is specified, it is taken from the provider configuration.
137
+ Used to find the parent resource to bind the IAM policy to
142
138
  """
143
139
  return pulumi.get(self, "location")
144
140
 
@@ -176,9 +172,7 @@ class _WorkstationIamBindingState:
176
172
  Input properties used for looking up and filtering WorkstationIamBinding resources.
177
173
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
178
174
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
179
- Used to find the parent resource to bind the IAM policy to. If not specified,
180
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
181
- location is specified, it is taken from the provider configuration.
175
+ Used to find the parent resource to bind the IAM policy to
182
176
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
183
177
  Each entry can have one of the following values:
184
178
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -241,9 +235,7 @@ class _WorkstationIamBindingState:
241
235
  def location(self) -> Optional[pulumi.Input[str]]:
242
236
  """
243
237
  The location where the workstation parent resources reside.
244
- Used to find the parent resource to bind the IAM policy to. If not specified,
245
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
246
- location is specified, it is taken from the provider configuration.
238
+ Used to find the parent resource to bind the IAM policy to
247
239
  """
248
240
  return pulumi.get(self, "location")
249
241
 
@@ -384,9 +376,7 @@ class WorkstationIamBinding(pulumi.CustomResource):
384
376
  :param str resource_name: The name of the resource.
385
377
  :param pulumi.ResourceOptions opts: Options for the resource.
386
378
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
387
- Used to find the parent resource to bind the IAM policy to. If not specified,
388
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
389
- location is specified, it is taken from the provider configuration.
379
+ Used to find the parent resource to bind the IAM policy to
390
380
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
391
381
  Each entry can have one of the following values:
392
382
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -528,9 +518,7 @@ class WorkstationIamBinding(pulumi.CustomResource):
528
518
  :param pulumi.ResourceOptions opts: Options for the resource.
529
519
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
530
520
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
531
- Used to find the parent resource to bind the IAM policy to. If not specified,
532
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
533
- location is specified, it is taken from the provider configuration.
521
+ Used to find the parent resource to bind the IAM policy to
534
522
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
535
523
  Each entry can have one of the following values:
536
524
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -581,9 +569,7 @@ class WorkstationIamBinding(pulumi.CustomResource):
581
569
  def location(self) -> pulumi.Output[str]:
582
570
  """
583
571
  The location where the workstation parent resources reside.
584
- Used to find the parent resource to bind the IAM policy to. If not specified,
585
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
586
- location is specified, it is taken from the provider configuration.
572
+ Used to find the parent resource to bind the IAM policy to
587
573
  """
588
574
  return pulumi.get(self, "location")
589
575
 
@@ -41,9 +41,7 @@ class WorkstationIamMemberArgs:
41
41
  `workstations.WorkstationIamBinding` can be used per role. Note that custom roles must be of the format
42
42
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
43
43
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
44
- Used to find the parent resource to bind the IAM policy to. If not specified,
45
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
46
- location is specified, it is taken from the provider configuration.
44
+ Used to find the parent resource to bind the IAM policy to
47
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
48
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.
49
47
  """
@@ -136,9 +134,7 @@ class WorkstationIamMemberArgs:
136
134
  def location(self) -> Optional[pulumi.Input[str]]:
137
135
  """
138
136
  The location where the workstation parent resources reside.
139
- Used to find the parent resource to bind the IAM policy to. If not specified,
140
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
141
- location is specified, it is taken from the provider configuration.
137
+ Used to find the parent resource to bind the IAM policy to
142
138
  """
143
139
  return pulumi.get(self, "location")
144
140
 
@@ -176,9 +172,7 @@ class _WorkstationIamMemberState:
176
172
  Input properties used for looking up and filtering WorkstationIamMember resources.
177
173
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
178
174
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
179
- Used to find the parent resource to bind the IAM policy to. If not specified,
180
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
181
- location is specified, it is taken from the provider configuration.
175
+ Used to find the parent resource to bind the IAM policy to
182
176
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
183
177
  Each entry can have one of the following values:
184
178
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -241,9 +235,7 @@ class _WorkstationIamMemberState:
241
235
  def location(self) -> Optional[pulumi.Input[str]]:
242
236
  """
243
237
  The location where the workstation parent resources reside.
244
- Used to find the parent resource to bind the IAM policy to. If not specified,
245
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
246
- location is specified, it is taken from the provider configuration.
238
+ Used to find the parent resource to bind the IAM policy to
247
239
  """
248
240
  return pulumi.get(self, "location")
249
241
 
@@ -384,9 +376,7 @@ class WorkstationIamMember(pulumi.CustomResource):
384
376
  :param str resource_name: The name of the resource.
385
377
  :param pulumi.ResourceOptions opts: Options for the resource.
386
378
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
387
- Used to find the parent resource to bind the IAM policy to. If not specified,
388
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
389
- location is specified, it is taken from the provider configuration.
379
+ Used to find the parent resource to bind the IAM policy to
390
380
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
391
381
  Each entry can have one of the following values:
392
382
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -528,9 +518,7 @@ class WorkstationIamMember(pulumi.CustomResource):
528
518
  :param pulumi.ResourceOptions opts: Options for the resource.
529
519
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
530
520
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
531
- Used to find the parent resource to bind the IAM policy to. If not specified,
532
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
533
- location is specified, it is taken from the provider configuration.
521
+ Used to find the parent resource to bind the IAM policy to
534
522
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
535
523
  Each entry can have one of the following values:
536
524
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -581,9 +569,7 @@ class WorkstationIamMember(pulumi.CustomResource):
581
569
  def location(self) -> pulumi.Output[str]:
582
570
  """
583
571
  The location where the workstation parent resources reside.
584
- Used to find the parent resource to bind the IAM policy to. If not specified,
585
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
586
- location is specified, it is taken from the provider configuration.
572
+ Used to find the parent resource to bind the IAM policy to
587
573
  """
588
574
  return pulumi.get(self, "location")
589
575
 
@@ -25,9 +25,7 @@ class WorkstationIamPolicyArgs:
25
25
  :param pulumi.Input[str] policy_data: The policy data generated by
26
26
  a `organizations_get_iam_policy` data source.
27
27
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
28
- Used to find the parent resource to bind the IAM policy to. If not specified,
29
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
30
- location is specified, it is taken from the provider configuration.
28
+ Used to find the parent resource to bind the IAM policy to
31
29
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
32
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.
33
31
  """
@@ -85,9 +83,7 @@ class WorkstationIamPolicyArgs:
85
83
  def location(self) -> Optional[pulumi.Input[str]]:
86
84
  """
87
85
  The location where the workstation parent resources reside.
88
- Used to find the parent resource to bind the IAM policy to. If not specified,
89
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
90
- location is specified, it is taken from the provider configuration.
86
+ Used to find the parent resource to bind the IAM policy to
91
87
  """
92
88
  return pulumi.get(self, "location")
93
89
 
@@ -123,9 +119,7 @@ class _WorkstationIamPolicyState:
123
119
  Input properties used for looking up and filtering WorkstationIamPolicy resources.
124
120
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
125
121
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
126
- 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.
122
+ Used to find the parent resource to bind the IAM policy to
129
123
  :param pulumi.Input[str] policy_data: The policy data generated by
130
124
  a `organizations_get_iam_policy` data source.
131
125
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -163,9 +157,7 @@ class _WorkstationIamPolicyState:
163
157
  def location(self) -> Optional[pulumi.Input[str]]:
164
158
  """
165
159
  The location where the workstation parent resources reside.
166
- Used to find the parent resource to bind the IAM policy to. If not specified,
167
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
168
- location is specified, it is taken from the provider configuration.
160
+ Used to find the parent resource to bind the IAM policy to
169
161
  """
170
162
  return pulumi.get(self, "location")
171
163
 
@@ -281,9 +273,7 @@ class WorkstationIamPolicy(pulumi.CustomResource):
281
273
  :param str resource_name: The name of the resource.
282
274
  :param pulumi.ResourceOptions opts: Options for the resource.
283
275
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
284
- Used to find the parent resource to bind the IAM policy to. If not specified,
285
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
286
- location is specified, it is taken from the provider configuration.
276
+ Used to find the parent resource to bind the IAM policy to
287
277
  :param pulumi.Input[str] policy_data: The policy data generated by
288
278
  a `organizations_get_iam_policy` data source.
289
279
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -405,9 +395,7 @@ class WorkstationIamPolicy(pulumi.CustomResource):
405
395
  :param pulumi.ResourceOptions opts: Options for the resource.
406
396
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
407
397
  :param pulumi.Input[str] location: The location where the workstation parent resources reside.
408
- Used to find the parent resource to bind the IAM policy to. If not specified,
409
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
410
- location is specified, it is taken from the provider configuration.
398
+ Used to find the parent resource to bind the IAM policy to
411
399
  :param pulumi.Input[str] policy_data: The policy data generated by
412
400
  a `organizations_get_iam_policy` data source.
413
401
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -439,9 +427,7 @@ class WorkstationIamPolicy(pulumi.CustomResource):
439
427
  def location(self) -> pulumi.Output[str]:
440
428
  """
441
429
  The location where the workstation parent resources reside.
442
- Used to find the parent resource to bind the IAM policy to. If not specified,
443
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
444
- location is specified, it is taken from the provider configuration.
430
+ Used to find the parent resource to bind the IAM policy to
445
431
  """
446
432
  return pulumi.get(self, "location")
447
433
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_gcp
3
- Version: 7.26.0
3
+ Version: 7.26.0a1717481608
4
4
  Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io