pulumi-gcp 7.26.0__py3-none-any.whl → 7.26.0a1717544115__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. pulumi_gcp/__init__.py +0 -56
  2. pulumi_gcp/alloydb/_inputs.py +0 -92
  3. pulumi_gcp/alloydb/backup.py +4 -12
  4. pulumi_gcp/alloydb/cluster.py +6 -72
  5. pulumi_gcp/alloydb/instance.py +2 -60
  6. pulumi_gcp/alloydb/outputs.py +0 -114
  7. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -6
  8. pulumi_gcp/artifactregistry/repository_iam_binding.py +7 -21
  9. pulumi_gcp/artifactregistry/repository_iam_member.py +7 -21
  10. pulumi_gcp/artifactregistry/repository_iam_policy.py +7 -21
  11. pulumi_gcp/bigquery/connection_iam_binding.py +7 -21
  12. pulumi_gcp/bigquery/connection_iam_member.py +7 -21
  13. pulumi_gcp/bigquery/connection_iam_policy.py +7 -21
  14. pulumi_gcp/bigquery/data_transfer_config.py +7 -14
  15. pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -6
  16. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -21
  17. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -21
  18. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -21
  19. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -6
  20. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -6
  21. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -21
  22. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -21
  23. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -21
  24. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +7 -21
  25. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +7 -21
  26. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +7 -21
  27. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -6
  28. pulumi_gcp/certificateauthority/_inputs.py +4 -20
  29. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +7 -21
  30. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +7 -21
  31. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +7 -21
  32. pulumi_gcp/certificateauthority/certificate_template.py +173 -157
  33. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +0 -27
  34. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +0 -27
  35. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +0 -27
  36. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -6
  37. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +0 -6
  38. pulumi_gcp/certificateauthority/outputs.py +4 -20
  39. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +7 -21
  40. pulumi_gcp/cloudbuildv2/connection_iam_member.py +7 -21
  41. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +7 -21
  42. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -6
  43. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -6
  44. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +7 -21
  45. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +7 -21
  46. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +7 -21
  47. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -6
  48. pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -6
  49. pulumi_gcp/cloudrun/iam_binding.py +7 -21
  50. pulumi_gcp/cloudrun/iam_member.py +7 -21
  51. pulumi_gcp/cloudrun/iam_policy.py +7 -21
  52. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -6
  53. pulumi_gcp/cloudrunv2/get_service.py +1 -11
  54. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -6
  55. pulumi_gcp/cloudrunv2/job_iam_binding.py +7 -21
  56. pulumi_gcp/cloudrunv2/job_iam_member.py +7 -21
  57. pulumi_gcp/cloudrunv2/job_iam_policy.py +7 -21
  58. pulumi_gcp/cloudrunv2/service.py +0 -47
  59. pulumi_gcp/cloudrunv2/service_iam_binding.py +7 -21
  60. pulumi_gcp/cloudrunv2/service_iam_member.py +7 -21
  61. pulumi_gcp/cloudrunv2/service_iam_policy.py +7 -21
  62. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -6
  63. pulumi_gcp/cloudtasks/queue_iam_binding.py +7 -21
  64. pulumi_gcp/cloudtasks/queue_iam_member.py +7 -21
  65. pulumi_gcp/cloudtasks/queue_iam_policy.py +7 -21
  66. pulumi_gcp/compute/_inputs.py +18 -18
  67. pulumi_gcp/compute/outputs.py +20 -20
  68. pulumi_gcp/dataplex/__init__.py +0 -5
  69. pulumi_gcp/dataplex/_inputs.py +0 -104
  70. pulumi_gcp/dataplex/aspect_type_iam_binding.py +7 -21
  71. pulumi_gcp/dataplex/aspect_type_iam_member.py +7 -21
  72. pulumi_gcp/dataplex/aspect_type_iam_policy.py +7 -21
  73. pulumi_gcp/dataplex/datascan_iam_binding.py +7 -21
  74. pulumi_gcp/dataplex/datascan_iam_member.py +7 -21
  75. pulumi_gcp/dataplex/datascan_iam_policy.py +7 -21
  76. pulumi_gcp/dataplex/entry_group_iam_binding.py +7 -21
  77. pulumi_gcp/dataplex/entry_group_iam_member.py +7 -21
  78. pulumi_gcp/dataplex/entry_group_iam_policy.py +7 -21
  79. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -6
  80. pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -6
  81. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -6
  82. pulumi_gcp/dataplex/get_task_iam_policy.py +2 -6
  83. pulumi_gcp/dataplex/outputs.py +0 -76
  84. pulumi_gcp/dataplex/task.py +16 -16
  85. pulumi_gcp/dataplex/task_iam_binding.py +7 -21
  86. pulumi_gcp/dataplex/task_iam_member.py +7 -21
  87. pulumi_gcp/dataplex/task_iam_policy.py +7 -21
  88. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +7 -21
  89. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +7 -21
  90. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +7 -21
  91. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -6
  92. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -6
  93. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -6
  94. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +7 -21
  95. pulumi_gcp/dataproc/metastore_federation_iam_member.py +7 -21
  96. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +7 -21
  97. pulumi_gcp/dataproc/metastore_service_iam_binding.py +7 -21
  98. pulumi_gcp/dataproc/metastore_service_iam_member.py +7 -21
  99. pulumi_gcp/dataproc/metastore_service_iam_policy.py +7 -21
  100. pulumi_gcp/firestore/field.py +4 -4
  101. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +7 -21
  102. pulumi_gcp/gkebackup/backup_plan_iam_member.py +7 -21
  103. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +7 -21
  104. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -6
  105. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -6
  106. pulumi_gcp/gkehub/feature_iam_binding.py +7 -21
  107. pulumi_gcp/gkehub/feature_iam_member.py +7 -21
  108. pulumi_gcp/gkehub/feature_iam_policy.py +7 -21
  109. pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -6
  110. pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -6
  111. pulumi_gcp/gkehub/membership_binding.py +6 -6
  112. pulumi_gcp/gkehub/membership_iam_binding.py +7 -21
  113. pulumi_gcp/gkehub/membership_iam_member.py +7 -21
  114. pulumi_gcp/gkehub/membership_iam_policy.py +7 -21
  115. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  116. pulumi_gcp/gkehub/namespace.py +4 -4
  117. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  118. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  119. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  120. pulumi_gcp/logging/__init__.py +0 -4
  121. pulumi_gcp/logging/_inputs.py +0 -100
  122. pulumi_gcp/logging/outputs.py +0 -76
  123. pulumi_gcp/netapp/storage_pool.py +9 -9
  124. pulumi_gcp/networksecurity/address_group_iam_policy.py +7 -21
  125. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +2 -6
  126. pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -6
  127. pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -6
  128. pulumi_gcp/notebooks/instance_iam_binding.py +7 -21
  129. pulumi_gcp/notebooks/instance_iam_member.py +7 -21
  130. pulumi_gcp/notebooks/instance_iam_policy.py +7 -21
  131. pulumi_gcp/notebooks/runtime_iam_binding.py +7 -21
  132. pulumi_gcp/notebooks/runtime_iam_member.py +7 -21
  133. pulumi_gcp/notebooks/runtime_iam_policy.py +7 -21
  134. pulumi_gcp/orgpolicy/policy.py +2 -2
  135. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  136. pulumi_gcp/pubsub/subscription.py +4 -4
  137. pulumi_gcp/pulumi-plugin.json +1 -1
  138. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -6
  139. pulumi_gcp/sql/_inputs.py +4 -2
  140. pulumi_gcp/sql/outputs.py +8 -6
  141. pulumi_gcp/storage/_inputs.py +0 -48
  142. pulumi_gcp/storage/outputs.py +0 -75
  143. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +2 -6
  144. pulumi_gcp/workbench/get_instance_iam_policy.py +2 -6
  145. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +2 -6
  146. pulumi_gcp/workstations/get_workstation_iam_policy.py +2 -6
  147. pulumi_gcp/workstations/workstation_config_iam_binding.py +7 -21
  148. pulumi_gcp/workstations/workstation_config_iam_member.py +7 -21
  149. pulumi_gcp/workstations/workstation_config_iam_policy.py +7 -21
  150. pulumi_gcp/workstations/workstation_iam_binding.py +7 -21
  151. pulumi_gcp/workstations/workstation_iam_member.py +7 -21
  152. pulumi_gcp/workstations/workstation_iam_policy.py +7 -21
  153. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/METADATA +1 -1
  154. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/RECORD +156 -165
  155. pulumi_gcp/dataplex/entry_type.py +0 -963
  156. pulumi_gcp/dataplex/entry_type_iam_binding.py +0 -779
  157. pulumi_gcp/dataplex/entry_type_iam_member.py +0 -779
  158. pulumi_gcp/dataplex/entry_type_iam_policy.py +0 -618
  159. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +0 -168
  160. pulumi_gcp/logging/get_log_view_iam_policy.py +0 -157
  161. pulumi_gcp/logging/log_view_iam_binding.py +0 -630
  162. pulumi_gcp/logging/log_view_iam_member.py +0 -630
  163. pulumi_gcp/logging/log_view_iam_policy.py +0 -449
  164. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/WHEEL +0 -0
  165. {pulumi_gcp-7.26.0.dist-info → pulumi_gcp-7.26.0a1717544115.dist-info}/top_level.txt +0 -0
@@ -41,9 +41,6 @@ class CertificateTemplateIamBindingArgs:
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input['CertificateTemplateIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
43
43
  Structure is documented below.
44
- :param pulumi.Input[str] location: The location for the resource 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.
47
44
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
48
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.
49
46
  """
@@ -121,11 +118,6 @@ class CertificateTemplateIamBindingArgs:
121
118
  @property
122
119
  @pulumi.getter
123
120
  def location(self) -> Optional[pulumi.Input[str]]:
124
- """
125
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
126
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
127
- location is specified, it is taken from the provider configuration.
128
- """
129
121
  return pulumi.get(self, "location")
130
122
 
131
123
  @location.setter
@@ -162,9 +154,6 @@ class _CertificateTemplateIamBindingState:
162
154
  :param pulumi.Input['CertificateTemplateIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
163
155
  Structure is documented below.
164
156
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
165
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
166
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
167
- location is specified, it is taken from the provider configuration.
168
157
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
169
158
  Each entry can have one of the following values:
170
159
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -237,11 +226,6 @@ class _CertificateTemplateIamBindingState:
237
226
  @property
238
227
  @pulumi.getter
239
228
  def location(self) -> Optional[pulumi.Input[str]]:
240
- """
241
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
242
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
243
- location is specified, it is taken from the provider configuration.
244
- """
245
229
  return pulumi.get(self, "location")
246
230
 
247
231
  @location.setter
@@ -550,9 +534,6 @@ class CertificateTemplateIamBinding(pulumi.CustomResource):
550
534
  :param pulumi.Input[str] certificate_template: Used to find the parent resource to bind the IAM policy to
551
535
  :param pulumi.Input[pulumi.InputType['CertificateTemplateIamBindingConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
552
536
  Structure is documented below.
553
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
554
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
555
- location is specified, it is taken from the provider configuration.
556
537
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
557
538
  Each entry can have one of the following values:
558
539
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -882,9 +863,6 @@ class CertificateTemplateIamBinding(pulumi.CustomResource):
882
863
  :param pulumi.Input[pulumi.InputType['CertificateTemplateIamBindingConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
883
864
  Structure is documented below.
884
865
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
885
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
886
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
887
- location is specified, it is taken from the provider configuration.
888
866
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
889
867
  Each entry can have one of the following values:
890
868
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -943,11 +921,6 @@ class CertificateTemplateIamBinding(pulumi.CustomResource):
943
921
  @property
944
922
  @pulumi.getter
945
923
  def location(self) -> pulumi.Output[str]:
946
- """
947
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
948
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
949
- location is specified, it is taken from the provider configuration.
950
- """
951
924
  return pulumi.get(self, "location")
952
925
 
953
926
  @property
@@ -41,9 +41,6 @@ class CertificateTemplateIamMemberArgs:
41
41
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
42
42
  :param pulumi.Input['CertificateTemplateIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
43
43
  Structure is documented below.
44
- :param pulumi.Input[str] location: The location for the resource 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.
47
44
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
48
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.
49
46
  """
@@ -121,11 +118,6 @@ class CertificateTemplateIamMemberArgs:
121
118
  @property
122
119
  @pulumi.getter
123
120
  def location(self) -> Optional[pulumi.Input[str]]:
124
- """
125
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
126
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
127
- location is specified, it is taken from the provider configuration.
128
- """
129
121
  return pulumi.get(self, "location")
130
122
 
131
123
  @location.setter
@@ -162,9 +154,6 @@ class _CertificateTemplateIamMemberState:
162
154
  :param pulumi.Input['CertificateTemplateIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
163
155
  Structure is documented below.
164
156
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
165
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
166
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
167
- location is specified, it is taken from the provider configuration.
168
157
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
169
158
  Each entry can have one of the following values:
170
159
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -237,11 +226,6 @@ class _CertificateTemplateIamMemberState:
237
226
  @property
238
227
  @pulumi.getter
239
228
  def location(self) -> Optional[pulumi.Input[str]]:
240
- """
241
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
242
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
243
- location is specified, it is taken from the provider configuration.
244
- """
245
229
  return pulumi.get(self, "location")
246
230
 
247
231
  @location.setter
@@ -550,9 +534,6 @@ class CertificateTemplateIamMember(pulumi.CustomResource):
550
534
  :param pulumi.Input[str] certificate_template: Used to find the parent resource to bind the IAM policy to
551
535
  :param pulumi.Input[pulumi.InputType['CertificateTemplateIamMemberConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
552
536
  Structure is documented below.
553
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
554
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
555
- location is specified, it is taken from the provider configuration.
556
537
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
557
538
  Each entry can have one of the following values:
558
539
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -882,9 +863,6 @@ class CertificateTemplateIamMember(pulumi.CustomResource):
882
863
  :param pulumi.Input[pulumi.InputType['CertificateTemplateIamMemberConditionArgs']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
883
864
  Structure is documented below.
884
865
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
885
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
886
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
887
- location is specified, it is taken from the provider configuration.
888
866
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
889
867
  Each entry can have one of the following values:
890
868
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -943,11 +921,6 @@ class CertificateTemplateIamMember(pulumi.CustomResource):
943
921
  @property
944
922
  @pulumi.getter
945
923
  def location(self) -> pulumi.Output[str]:
946
- """
947
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
948
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
949
- location is specified, it is taken from the provider configuration.
950
- """
951
924
  return pulumi.get(self, "location")
952
925
 
953
926
  @property
@@ -23,9 +23,6 @@ class CertificateTemplateIamPolicyArgs:
23
23
  :param pulumi.Input[str] certificate_template: Used to find the parent resource to bind the IAM policy to
24
24
  :param pulumi.Input[str] policy_data: The policy data generated by
25
25
  a `organizations_get_iam_policy` data source.
26
- :param pulumi.Input[str] location: The location for the resource 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.
29
26
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
30
27
  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.
31
28
  """
@@ -64,11 +61,6 @@ class CertificateTemplateIamPolicyArgs:
64
61
  @property
65
62
  @pulumi.getter
66
63
  def location(self) -> Optional[pulumi.Input[str]]:
67
- """
68
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
69
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
70
- location is specified, it is taken from the provider configuration.
71
- """
72
64
  return pulumi.get(self, "location")
73
65
 
74
66
  @location.setter
@@ -101,9 +93,6 @@ class _CertificateTemplateIamPolicyState:
101
93
  Input properties used for looking up and filtering CertificateTemplateIamPolicy resources.
102
94
  :param pulumi.Input[str] certificate_template: Used to find the parent resource to bind the IAM policy to
103
95
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
104
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
105
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
106
- location is specified, it is taken from the provider configuration.
107
96
  :param pulumi.Input[str] policy_data: The policy data generated by
108
97
  a `organizations_get_iam_policy` data source.
109
98
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -147,11 +136,6 @@ class _CertificateTemplateIamPolicyState:
147
136
  @property
148
137
  @pulumi.getter
149
138
  def location(self) -> Optional[pulumi.Input[str]]:
150
- """
151
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
152
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
153
- location is specified, it is taken from the provider configuration.
154
- """
155
139
  return pulumi.get(self, "location")
156
140
 
157
141
  @location.setter
@@ -433,9 +417,6 @@ class CertificateTemplateIamPolicy(pulumi.CustomResource):
433
417
  :param str resource_name: The name of the resource.
434
418
  :param pulumi.ResourceOptions opts: Options for the resource.
435
419
  :param pulumi.Input[str] certificate_template: Used to find the parent resource to bind the IAM policy to
436
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
437
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
438
- location is specified, it is taken from the provider configuration.
439
420
  :param pulumi.Input[str] policy_data: The policy data generated by
440
421
  a `organizations_get_iam_policy` data source.
441
422
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -743,9 +724,6 @@ class CertificateTemplateIamPolicy(pulumi.CustomResource):
743
724
  :param pulumi.ResourceOptions opts: Options for the resource.
744
725
  :param pulumi.Input[str] certificate_template: Used to find the parent resource to bind the IAM policy to
745
726
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
746
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
747
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
748
- location is specified, it is taken from the provider configuration.
749
727
  :param pulumi.Input[str] policy_data: The policy data generated by
750
728
  a `organizations_get_iam_policy` data source.
751
729
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -781,11 +759,6 @@ class CertificateTemplateIamPolicy(pulumi.CustomResource):
781
759
  @property
782
760
  @pulumi.getter
783
761
  def location(self) -> pulumi.Output[str]:
784
- """
785
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
786
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
787
- location is specified, it is taken from the provider configuration.
788
- """
789
762
  return pulumi.get(self, "location")
790
763
 
791
764
  @property
@@ -116,9 +116,7 @@ def get_ca_pool_iam_policy(ca_pool: Optional[str] = None,
116
116
  :param str ca_pool: Used to find the parent resource to bind the IAM policy to
117
117
  :param str location: Location of the CaPool. A full list of valid locations can be found by
118
118
  running `gcloud privateca locations list`.
119
- Used to find the parent resource to bind the IAM policy to. If not specified,
120
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
121
- location is specified, it is taken from the provider configuration.
119
+ Used to find the parent resource to bind the IAM policy to
122
120
  :param str project: The ID of the project in which the resource belongs.
123
121
  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.
124
122
  """
@@ -159,9 +157,7 @@ def get_ca_pool_iam_policy_output(ca_pool: Optional[pulumi.Input[str]] = None,
159
157
  :param str ca_pool: Used to find the parent resource to bind the IAM policy to
160
158
  :param str location: Location of the CaPool. A full list of valid locations can be found by
161
159
  running `gcloud privateca locations list`.
162
- Used to find the parent resource to bind the IAM policy to. If not specified,
163
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
164
- location is specified, it is taken from the provider configuration.
160
+ Used to find the parent resource to bind the IAM policy to
165
161
  :param str project: The ID of the project in which the resource belongs.
166
162
  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.
167
163
  """
@@ -114,9 +114,6 @@ def get_certificate_template_iam_policy(certificate_template: Optional[str] = No
114
114
 
115
115
 
116
116
  :param str certificate_template: Used to find the parent resource to bind the IAM policy to
117
- :param str location: The location for the resource 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.
120
117
  :param str project: The ID of the project in which the resource belongs.
121
118
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
122
119
  """
@@ -155,9 +152,6 @@ def get_certificate_template_iam_policy_output(certificate_template: Optional[pu
155
152
 
156
153
 
157
154
  :param str certificate_template: Used to find the parent resource to bind the IAM policy to
158
- :param str location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
159
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
160
- location is specified, it is taken from the provider configuration.
161
155
  :param str project: The ID of the project in which the resource belongs.
162
156
  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.
163
157
  """
@@ -6124,7 +6124,6 @@ class CertificateTemplateIdentityConstraints(dict):
6124
6124
  :param bool allow_subject_alt_names_passthrough: Required. If this is true, the SubjectAltNames extension may be copied from a certificate request into the signed certificate. Otherwise, the requested SubjectAltNames will be discarded.
6125
6125
  :param bool allow_subject_passthrough: Required. If this is true, the Subject field may be copied from a certificate request into the signed certificate. Otherwise, the requested Subject will be discarded.
6126
6126
  :param 'CertificateTemplateIdentityConstraintsCelExpressionArgs' cel_expression: Optional. A CEL expression that may be used to validate the resolved X.509 Subject and/or Subject Alternative Name before a certificate is signed. To see the full allowed syntax and some examples, see https://cloud.google.com/certificate-authority-service/docs/using-cel
6127
- Structure is documented below.
6128
6127
  """
6129
6128
  pulumi.set(__self__, "allow_subject_alt_names_passthrough", allow_subject_alt_names_passthrough)
6130
6129
  pulumi.set(__self__, "allow_subject_passthrough", allow_subject_passthrough)
@@ -6152,7 +6151,6 @@ class CertificateTemplateIdentityConstraints(dict):
6152
6151
  def cel_expression(self) -> Optional['outputs.CertificateTemplateIdentityConstraintsCelExpression']:
6153
6152
  """
6154
6153
  Optional. A CEL expression that may be used to validate the resolved X.509 Subject and/or Subject Alternative Name before a certificate is signed. To see the full allowed syntax and some examples, see https://cloud.google.com/certificate-authority-service/docs/using-cel
6155
- Structure is documented below.
6156
6154
  """
6157
6155
  return pulumi.get(self, "cel_expression")
6158
6156
 
@@ -6238,7 +6236,6 @@ class CertificateTemplatePassthroughExtensions(dict):
6238
6236
  known_extensions: Optional[Sequence[str]] = None):
6239
6237
  """
6240
6238
  :param Sequence['CertificateTemplatePassthroughExtensionsAdditionalExtensionArgs'] additional_extensions: Optional. A set of ObjectIds identifying custom X.509 extensions. Will be combined with known_extensions to determine the full set of X.509 extensions.
6241
- Structure is documented below.
6242
6239
  :param Sequence[str] known_extensions: Optional. A set of named X.509 extensions. Will be combined with additional_extensions to determine the full set of X.509 extensions.
6243
6240
  """
6244
6241
  if additional_extensions is not None:
@@ -6251,7 +6248,6 @@ class CertificateTemplatePassthroughExtensions(dict):
6251
6248
  def additional_extensions(self) -> Optional[Sequence['outputs.CertificateTemplatePassthroughExtensionsAdditionalExtension']]:
6252
6249
  """
6253
6250
  Optional. A set of ObjectIds identifying custom X.509 extensions. Will be combined with known_extensions to determine the full set of X.509 extensions.
6254
- Structure is documented below.
6255
6251
  """
6256
6252
  return pulumi.get(self, "additional_extensions")
6257
6253
 
@@ -6334,14 +6330,10 @@ class CertificateTemplatePredefinedValues(dict):
6334
6330
  policy_ids: Optional[Sequence['outputs.CertificateTemplatePredefinedValuesPolicyId']] = None):
6335
6331
  """
6336
6332
  :param Sequence['CertificateTemplatePredefinedValuesAdditionalExtensionArgs'] additional_extensions: Optional. Describes custom X.509 extensions.
6337
- Structure is documented below.
6338
6333
  :param Sequence[str] aia_ocsp_servers: Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
6339
6334
  :param 'CertificateTemplatePredefinedValuesCaOptionsArgs' ca_options: Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
6340
- Structure is documented below.
6341
6335
  :param 'CertificateTemplatePredefinedValuesKeyUsageArgs' key_usage: Optional. Indicates the intended use for keys that correspond to a certificate.
6342
- Structure is documented below.
6343
6336
  :param Sequence['CertificateTemplatePredefinedValuesPolicyIdArgs'] policy_ids: Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
6344
- Structure is documented below.
6345
6337
  """
6346
6338
  if additional_extensions is not None:
6347
6339
  pulumi.set(__self__, "additional_extensions", additional_extensions)
@@ -6359,7 +6351,6 @@ class CertificateTemplatePredefinedValues(dict):
6359
6351
  def additional_extensions(self) -> Optional[Sequence['outputs.CertificateTemplatePredefinedValuesAdditionalExtension']]:
6360
6352
  """
6361
6353
  Optional. Describes custom X.509 extensions.
6362
- Structure is documented below.
6363
6354
  """
6364
6355
  return pulumi.get(self, "additional_extensions")
6365
6356
 
@@ -6376,7 +6367,6 @@ class CertificateTemplatePredefinedValues(dict):
6376
6367
  def ca_options(self) -> Optional['outputs.CertificateTemplatePredefinedValuesCaOptions']:
6377
6368
  """
6378
6369
  Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
6379
- Structure is documented below.
6380
6370
  """
6381
6371
  return pulumi.get(self, "ca_options")
6382
6372
 
@@ -6385,7 +6375,6 @@ class CertificateTemplatePredefinedValues(dict):
6385
6375
  def key_usage(self) -> Optional['outputs.CertificateTemplatePredefinedValuesKeyUsage']:
6386
6376
  """
6387
6377
  Optional. Indicates the intended use for keys that correspond to a certificate.
6388
- Structure is documented below.
6389
6378
  """
6390
6379
  return pulumi.get(self, "key_usage")
6391
6380
 
@@ -6394,7 +6383,6 @@ class CertificateTemplatePredefinedValues(dict):
6394
6383
  def policy_ids(self) -> Optional[Sequence['outputs.CertificateTemplatePredefinedValuesPolicyId']]:
6395
6384
  """
6396
6385
  Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
6397
- Structure is documented below.
6398
6386
  """
6399
6387
  return pulumi.get(self, "policy_ids")
6400
6388
 
@@ -6424,7 +6412,6 @@ class CertificateTemplatePredefinedValuesAdditionalExtension(dict):
6424
6412
  critical: Optional[bool] = None):
6425
6413
  """
6426
6414
  :param 'CertificateTemplatePredefinedValuesAdditionalExtensionObjectIdArgs' object_id: Required. The OID for this X.509 extension.
6427
- Structure is documented below.
6428
6415
  :param str value: Required. The value of this X.509 extension.
6429
6416
  :param bool critical: Optional. Indicates whether or not this extension is critical (i.e., if the client does not know how to handle this extension, the client should consider this to be an error).
6430
6417
  """
@@ -6438,7 +6425,6 @@ class CertificateTemplatePredefinedValuesAdditionalExtension(dict):
6438
6425
  def object_id(self) -> 'outputs.CertificateTemplatePredefinedValuesAdditionalExtensionObjectId':
6439
6426
  """
6440
6427
  Required. The OID for this X.509 extension.
6441
- Structure is documented below.
6442
6428
  """
6443
6429
  return pulumi.get(self, "object_id")
6444
6430
 
@@ -6482,6 +6468,8 @@ class CertificateTemplatePredefinedValuesAdditionalExtensionObjectId(dict):
6482
6468
  object_id_paths: Sequence[int]):
6483
6469
  """
6484
6470
  :param Sequence[int] object_id_paths: Required. The parts of an OID path. The most significant parts of the path come first.
6471
+
6472
+ - - -
6485
6473
  """
6486
6474
  pulumi.set(__self__, "object_id_paths", object_id_paths)
6487
6475
 
@@ -6490,6 +6478,8 @@ class CertificateTemplatePredefinedValuesAdditionalExtensionObjectId(dict):
6490
6478
  def object_id_paths(self) -> Sequence[int]:
6491
6479
  """
6492
6480
  Required. The parts of an OID path. The most significant parts of the path come first.
6481
+
6482
+ - - -
6493
6483
  """
6494
6484
  return pulumi.get(self, "object_id_paths")
6495
6485
 
@@ -6573,11 +6563,8 @@ class CertificateTemplatePredefinedValuesKeyUsage(dict):
6573
6563
  unknown_extended_key_usages: Optional[Sequence['outputs.CertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsage']] = None):
6574
6564
  """
6575
6565
  :param 'CertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageArgs' base_key_usage: Describes high-level ways in which a key may be used.
6576
- Structure is documented below.
6577
6566
  :param 'CertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageArgs' extended_key_usage: Detailed scenarios in which a key may be used.
6578
- Structure is documented below.
6579
6567
  :param Sequence['CertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsageArgs'] unknown_extended_key_usages: Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
6580
- Structure is documented below.
6581
6568
  """
6582
6569
  if base_key_usage is not None:
6583
6570
  pulumi.set(__self__, "base_key_usage", base_key_usage)
@@ -6591,7 +6578,6 @@ class CertificateTemplatePredefinedValuesKeyUsage(dict):
6591
6578
  def base_key_usage(self) -> Optional['outputs.CertificateTemplatePredefinedValuesKeyUsageBaseKeyUsage']:
6592
6579
  """
6593
6580
  Describes high-level ways in which a key may be used.
6594
- Structure is documented below.
6595
6581
  """
6596
6582
  return pulumi.get(self, "base_key_usage")
6597
6583
 
@@ -6600,7 +6586,6 @@ class CertificateTemplatePredefinedValuesKeyUsage(dict):
6600
6586
  def extended_key_usage(self) -> Optional['outputs.CertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsage']:
6601
6587
  """
6602
6588
  Detailed scenarios in which a key may be used.
6603
- Structure is documented below.
6604
6589
  """
6605
6590
  return pulumi.get(self, "extended_key_usage")
6606
6591
 
@@ -6609,7 +6594,6 @@ class CertificateTemplatePredefinedValuesKeyUsage(dict):
6609
6594
  def unknown_extended_key_usages(self) -> Optional[Sequence['outputs.CertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsage']]:
6610
6595
  """
6611
6596
  Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
6612
- Structure is documented below.
6613
6597
  """
6614
6598
  return pulumi.get(self, "unknown_extended_key_usages")
6615
6599
 
@@ -38,9 +38,7 @@ class ConnectionIAMBindingArgs:
38
38
  :param pulumi.Input[str] role: The role that should be applied. Only one
39
39
  `cloudbuildv2.ConnectionIAMBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
42
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
43
- location is specified, it is taken from the provider configuration.
41
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
44
42
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
45
43
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
46
44
  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.
@@ -105,9 +103,7 @@ class ConnectionIAMBindingArgs:
105
103
  @pulumi.getter
106
104
  def location(self) -> Optional[pulumi.Input[str]]:
107
105
  """
108
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
109
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
110
- location is specified, it is taken from the provider configuration.
106
+ The location for the resource Used to find the parent resource to bind the IAM policy to
111
107
  """
112
108
  return pulumi.get(self, "location")
113
109
 
@@ -154,9 +150,7 @@ class _ConnectionIAMBindingState:
154
150
  """
155
151
  Input properties used for looking up and filtering ConnectionIAMBinding resources.
156
152
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
157
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
158
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
159
- location is specified, it is taken from the provider configuration.
153
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
160
154
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
161
155
  Each entry can have one of the following values:
162
156
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -215,9 +209,7 @@ class _ConnectionIAMBindingState:
215
209
  @pulumi.getter
216
210
  def location(self) -> Optional[pulumi.Input[str]]:
217
211
  """
218
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
219
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
220
- location is specified, it is taken from the provider configuration.
212
+ The location for the resource Used to find the parent resource to bind the IAM policy to
221
213
  """
222
214
  return pulumi.get(self, "location")
223
215
 
@@ -444,9 +436,7 @@ class ConnectionIAMBinding(pulumi.CustomResource):
444
436
 
445
437
  :param str resource_name: The name of the resource.
446
438
  :param pulumi.ResourceOptions opts: Options for the resource.
447
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
448
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
449
- location is specified, it is taken from the provider configuration.
439
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
450
440
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
451
441
  Each entry can have one of the following values:
452
442
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -680,9 +670,7 @@ class ConnectionIAMBinding(pulumi.CustomResource):
680
670
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
681
671
  :param pulumi.ResourceOptions opts: Options for the resource.
682
672
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
683
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
684
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
685
- location is specified, it is taken from the provider configuration.
673
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
686
674
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
687
675
  Each entry can have one of the following values:
688
676
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -731,9 +719,7 @@ class ConnectionIAMBinding(pulumi.CustomResource):
731
719
  @pulumi.getter
732
720
  def location(self) -> pulumi.Output[str]:
733
721
  """
734
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
735
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
736
- location is specified, it is taken from the provider configuration.
722
+ The location for the resource Used to find the parent resource to bind the IAM policy to
737
723
  """
738
724
  return pulumi.get(self, "location")
739
725
 
@@ -38,9 +38,7 @@ class ConnectionIAMMemberArgs:
38
38
  :param pulumi.Input[str] role: The role that should be applied. Only one
39
39
  `cloudbuildv2.ConnectionIAMBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
42
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
43
- location is specified, it is taken from the provider configuration.
41
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
44
42
  :param pulumi.Input[str] name: Used to find the parent resource to bind the IAM policy to
45
43
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
46
44
  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.
@@ -105,9 +103,7 @@ class ConnectionIAMMemberArgs:
105
103
  @pulumi.getter
106
104
  def location(self) -> Optional[pulumi.Input[str]]:
107
105
  """
108
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
109
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
110
- location is specified, it is taken from the provider configuration.
106
+ The location for the resource Used to find the parent resource to bind the IAM policy to
111
107
  """
112
108
  return pulumi.get(self, "location")
113
109
 
@@ -154,9 +150,7 @@ class _ConnectionIAMMemberState:
154
150
  """
155
151
  Input properties used for looking up and filtering ConnectionIAMMember resources.
156
152
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
157
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
158
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
159
- location is specified, it is taken from the provider configuration.
153
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
160
154
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
161
155
  Each entry can have one of the following values:
162
156
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -215,9 +209,7 @@ class _ConnectionIAMMemberState:
215
209
  @pulumi.getter
216
210
  def location(self) -> Optional[pulumi.Input[str]]:
217
211
  """
218
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
219
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
220
- location is specified, it is taken from the provider configuration.
212
+ The location for the resource Used to find the parent resource to bind the IAM policy to
221
213
  """
222
214
  return pulumi.get(self, "location")
223
215
 
@@ -444,9 +436,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
444
436
 
445
437
  :param str resource_name: The name of the resource.
446
438
  :param pulumi.ResourceOptions opts: Options for the resource.
447
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
448
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
449
- location is specified, it is taken from the provider configuration.
439
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
450
440
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
451
441
  Each entry can have one of the following values:
452
442
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -680,9 +670,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
680
670
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
681
671
  :param pulumi.ResourceOptions opts: Options for the resource.
682
672
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
683
- :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
684
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
685
- location is specified, it is taken from the provider configuration.
673
+ :param pulumi.Input[str] location: The location for the resource Used to find the parent resource to bind the IAM policy to
686
674
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
687
675
  Each entry can have one of the following values:
688
676
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -731,9 +719,7 @@ class ConnectionIAMMember(pulumi.CustomResource):
731
719
  @pulumi.getter
732
720
  def location(self) -> pulumi.Output[str]:
733
721
  """
734
- The location for the resource Used to find the parent resource to bind the IAM policy to. If not specified,
735
- the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
736
- location is specified, it is taken from the provider configuration.
722
+ The location for the resource Used to find the parent resource to bind the IAM policy to
737
723
  """
738
724
  return pulumi.get(self, "location")
739
725