pulumi-gcp 7.25.0a1717135845__py3-none-any.whl → 7.26.0__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 (203) hide show
  1. pulumi_gcp/__init__.py +144 -0
  2. pulumi_gcp/alloydb/_inputs.py +92 -0
  3. pulumi_gcp/alloydb/backup.py +12 -4
  4. pulumi_gcp/alloydb/cluster.py +72 -6
  5. pulumi_gcp/alloydb/instance.py +60 -2
  6. pulumi_gcp/alloydb/outputs.py +114 -0
  7. pulumi_gcp/appengine/_inputs.py +18 -0
  8. pulumi_gcp/appengine/domain_mapping.py +1 -1
  9. pulumi_gcp/appengine/outputs.py +16 -0
  10. pulumi_gcp/artifactregistry/get_repository_iam_policy.py +6 -2
  11. pulumi_gcp/artifactregistry/repository_iam_binding.py +21 -7
  12. pulumi_gcp/artifactregistry/repository_iam_member.py +21 -7
  13. pulumi_gcp/artifactregistry/repository_iam_policy.py +21 -7
  14. pulumi_gcp/bigquery/_inputs.py +286 -2
  15. pulumi_gcp/bigquery/connection_iam_binding.py +21 -7
  16. pulumi_gcp/bigquery/connection_iam_member.py +21 -7
  17. pulumi_gcp/bigquery/connection_iam_policy.py +21 -7
  18. pulumi_gcp/bigquery/data_transfer_config.py +14 -7
  19. pulumi_gcp/bigquery/get_connection_iam_policy.py +6 -2
  20. pulumi_gcp/bigquery/outputs.py +289 -2
  21. pulumi_gcp/bigquery/table.py +77 -35
  22. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +21 -7
  23. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +21 -7
  24. pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +21 -7
  25. pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +6 -2
  26. pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +6 -2
  27. pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +21 -7
  28. pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +21 -7
  29. pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +21 -7
  30. pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +21 -7
  31. pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +21 -7
  32. pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +21 -7
  33. pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +6 -2
  34. pulumi_gcp/certificateauthority/_inputs.py +20 -4
  35. pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +21 -7
  36. pulumi_gcp/certificateauthority/ca_pool_iam_member.py +21 -7
  37. pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +21 -7
  38. pulumi_gcp/certificateauthority/certificate_template.py +157 -173
  39. pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +27 -0
  40. pulumi_gcp/certificateauthority/certificate_template_iam_member.py +27 -0
  41. pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +27 -0
  42. pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +6 -2
  43. pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +6 -0
  44. pulumi_gcp/certificateauthority/outputs.py +20 -4
  45. pulumi_gcp/cloudbuildv2/connection_iam_binding.py +21 -7
  46. pulumi_gcp/cloudbuildv2/connection_iam_member.py +21 -7
  47. pulumi_gcp/cloudbuildv2/connection_iam_policy.py +21 -7
  48. pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +6 -2
  49. pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +6 -2
  50. pulumi_gcp/cloudfunctionsv2/function.py +0 -4
  51. pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +21 -7
  52. pulumi_gcp/cloudfunctionsv2/function_iam_member.py +21 -7
  53. pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +21 -7
  54. pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +6 -2
  55. pulumi_gcp/cloudrun/_inputs.py +80 -4
  56. pulumi_gcp/cloudrun/get_service_iam_policy.py +6 -2
  57. pulumi_gcp/cloudrun/iam_binding.py +21 -7
  58. pulumi_gcp/cloudrun/iam_member.py +21 -7
  59. pulumi_gcp/cloudrun/iam_policy.py +21 -7
  60. pulumi_gcp/cloudrun/outputs.py +137 -4
  61. pulumi_gcp/cloudrunv2/get_job_iam_policy.py +6 -2
  62. pulumi_gcp/cloudrunv2/get_service.py +11 -1
  63. pulumi_gcp/cloudrunv2/get_service_iam_policy.py +6 -2
  64. pulumi_gcp/cloudrunv2/job_iam_binding.py +21 -7
  65. pulumi_gcp/cloudrunv2/job_iam_member.py +21 -7
  66. pulumi_gcp/cloudrunv2/job_iam_policy.py +21 -7
  67. pulumi_gcp/cloudrunv2/service.py +47 -0
  68. pulumi_gcp/cloudrunv2/service_iam_binding.py +21 -7
  69. pulumi_gcp/cloudrunv2/service_iam_member.py +21 -7
  70. pulumi_gcp/cloudrunv2/service_iam_policy.py +21 -7
  71. pulumi_gcp/cloudtasks/get_queue_iam_policy.py +6 -2
  72. pulumi_gcp/cloudtasks/queue_iam_binding.py +21 -7
  73. pulumi_gcp/cloudtasks/queue_iam_member.py +21 -7
  74. pulumi_gcp/cloudtasks/queue_iam_policy.py +21 -7
  75. pulumi_gcp/composer/user_workloads_secret.py +4 -4
  76. pulumi_gcp/compute/__init__.py +1 -0
  77. pulumi_gcp/compute/_inputs.py +416 -194
  78. pulumi_gcp/compute/get_subnetworks.py +157 -0
  79. pulumi_gcp/compute/instance_group_membership.py +2 -2
  80. pulumi_gcp/compute/interconnect_attachment.py +82 -0
  81. pulumi_gcp/compute/network_endpoint.py +2 -2
  82. pulumi_gcp/compute/network_endpoint_list.py +2 -2
  83. pulumi_gcp/compute/outputs.py +629 -181
  84. pulumi_gcp/compute/region_ssl_policy.py +39 -40
  85. pulumi_gcp/compute/security_policy_rule.py +55 -1
  86. pulumi_gcp/container/_inputs.py +560 -0
  87. pulumi_gcp/container/outputs.py +1106 -51
  88. pulumi_gcp/dataplex/__init__.py +15 -0
  89. pulumi_gcp/dataplex/_inputs.py +264 -0
  90. pulumi_gcp/dataplex/aspect_type.py +1077 -0
  91. pulumi_gcp/dataplex/aspect_type_iam_binding.py +779 -0
  92. pulumi_gcp/dataplex/aspect_type_iam_member.py +779 -0
  93. pulumi_gcp/dataplex/aspect_type_iam_policy.py +618 -0
  94. pulumi_gcp/dataplex/datascan_iam_binding.py +21 -7
  95. pulumi_gcp/dataplex/datascan_iam_member.py +21 -7
  96. pulumi_gcp/dataplex/datascan_iam_policy.py +21 -7
  97. pulumi_gcp/dataplex/entry_group.py +722 -0
  98. pulumi_gcp/dataplex/entry_group_iam_binding.py +779 -0
  99. pulumi_gcp/dataplex/entry_group_iam_member.py +779 -0
  100. pulumi_gcp/dataplex/entry_group_iam_policy.py +618 -0
  101. pulumi_gcp/dataplex/entry_type.py +963 -0
  102. pulumi_gcp/dataplex/entry_type_iam_binding.py +779 -0
  103. pulumi_gcp/dataplex/entry_type_iam_member.py +779 -0
  104. pulumi_gcp/dataplex/entry_type_iam_policy.py +618 -0
  105. pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +168 -0
  106. pulumi_gcp/dataplex/get_datascan_iam_policy.py +6 -2
  107. pulumi_gcp/dataplex/get_entry_group_iam_policy.py +168 -0
  108. pulumi_gcp/dataplex/get_entry_type_iam_policy.py +168 -0
  109. pulumi_gcp/dataplex/get_task_iam_policy.py +6 -2
  110. pulumi_gcp/dataplex/outputs.py +188 -0
  111. pulumi_gcp/dataplex/task.py +16 -16
  112. pulumi_gcp/dataplex/task_iam_binding.py +21 -7
  113. pulumi_gcp/dataplex/task_iam_member.py +21 -7
  114. pulumi_gcp/dataplex/task_iam_policy.py +21 -7
  115. pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +21 -7
  116. pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +21 -7
  117. pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +21 -7
  118. pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +6 -2
  119. pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +6 -2
  120. pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +6 -2
  121. pulumi_gcp/dataproc/metastore_federation_iam_binding.py +21 -7
  122. pulumi_gcp/dataproc/metastore_federation_iam_member.py +21 -7
  123. pulumi_gcp/dataproc/metastore_federation_iam_policy.py +21 -7
  124. pulumi_gcp/dataproc/metastore_service_iam_binding.py +21 -7
  125. pulumi_gcp/dataproc/metastore_service_iam_member.py +21 -7
  126. pulumi_gcp/dataproc/metastore_service_iam_policy.py +21 -7
  127. pulumi_gcp/datastream/connection_profile.py +47 -0
  128. pulumi_gcp/datastream/private_connection.py +47 -0
  129. pulumi_gcp/datastream/stream.py +47 -0
  130. pulumi_gcp/firestore/field.py +4 -4
  131. pulumi_gcp/gkebackup/backup_plan_iam_binding.py +21 -7
  132. pulumi_gcp/gkebackup/backup_plan_iam_member.py +21 -7
  133. pulumi_gcp/gkebackup/backup_plan_iam_policy.py +21 -7
  134. pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +6 -2
  135. pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +6 -2
  136. pulumi_gcp/gkehub/feature_iam_binding.py +21 -7
  137. pulumi_gcp/gkehub/feature_iam_member.py +21 -7
  138. pulumi_gcp/gkehub/feature_iam_policy.py +21 -7
  139. pulumi_gcp/gkehub/get_feature_iam_policy.py +6 -2
  140. pulumi_gcp/gkehub/get_membership_iam_policy.py +6 -2
  141. pulumi_gcp/gkehub/membership_binding.py +6 -6
  142. pulumi_gcp/gkehub/membership_iam_binding.py +21 -7
  143. pulumi_gcp/gkehub/membership_iam_member.py +21 -7
  144. pulumi_gcp/gkehub/membership_iam_policy.py +21 -7
  145. pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
  146. pulumi_gcp/gkehub/namespace.py +4 -4
  147. pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
  148. pulumi_gcp/iap/tunnel_dest_group.py +2 -2
  149. pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
  150. pulumi_gcp/kms/__init__.py +2 -0
  151. pulumi_gcp/kms/autokey_config.py +366 -0
  152. pulumi_gcp/kms/key_handle.py +548 -0
  153. pulumi_gcp/logging/__init__.py +4 -0
  154. pulumi_gcp/logging/_inputs.py +100 -0
  155. pulumi_gcp/logging/get_log_view_iam_policy.py +157 -0
  156. pulumi_gcp/logging/log_view_iam_binding.py +630 -0
  157. pulumi_gcp/logging/log_view_iam_member.py +630 -0
  158. pulumi_gcp/logging/log_view_iam_policy.py +449 -0
  159. pulumi_gcp/logging/outputs.py +76 -0
  160. pulumi_gcp/netapp/storage_pool.py +9 -9
  161. pulumi_gcp/networksecurity/address_group_iam_policy.py +21 -7
  162. pulumi_gcp/networksecurity/get_address_group_iam_policy.py +6 -2
  163. pulumi_gcp/networkservices/__init__.py +1 -0
  164. pulumi_gcp/networkservices/_inputs.py +245 -27
  165. pulumi_gcp/networkservices/lb_route_extension.py +663 -0
  166. pulumi_gcp/networkservices/lb_traffic_extension.py +28 -14
  167. pulumi_gcp/networkservices/outputs.py +251 -20
  168. pulumi_gcp/notebooks/get_instance_iam_policy.py +6 -2
  169. pulumi_gcp/notebooks/get_runtime_iam_policy.py +6 -2
  170. pulumi_gcp/notebooks/instance_iam_binding.py +21 -7
  171. pulumi_gcp/notebooks/instance_iam_member.py +21 -7
  172. pulumi_gcp/notebooks/instance_iam_policy.py +21 -7
  173. pulumi_gcp/notebooks/runtime_iam_binding.py +21 -7
  174. pulumi_gcp/notebooks/runtime_iam_member.py +21 -7
  175. pulumi_gcp/notebooks/runtime_iam_policy.py +21 -7
  176. pulumi_gcp/orgpolicy/policy.py +2 -2
  177. pulumi_gcp/privilegedaccessmanager/entitlement.py +7 -7
  178. pulumi_gcp/pubsub/_inputs.py +16 -0
  179. pulumi_gcp/pubsub/outputs.py +25 -0
  180. pulumi_gcp/pubsub/subscription.py +8 -4
  181. pulumi_gcp/pulumi-plugin.json +1 -1
  182. pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +6 -2
  183. pulumi_gcp/sql/_inputs.py +2 -4
  184. pulumi_gcp/sql/outputs.py +6 -8
  185. pulumi_gcp/sql/user.py +4 -4
  186. pulumi_gcp/storage/_inputs.py +48 -0
  187. pulumi_gcp/storage/outputs.py +75 -0
  188. pulumi_gcp/tpu/_inputs.py +2 -2
  189. pulumi_gcp/tpu/outputs.py +2 -2
  190. pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +6 -2
  191. pulumi_gcp/workbench/get_instance_iam_policy.py +6 -2
  192. pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -2
  193. pulumi_gcp/workstations/get_workstation_iam_policy.py +6 -2
  194. pulumi_gcp/workstations/workstation_config_iam_binding.py +21 -7
  195. pulumi_gcp/workstations/workstation_config_iam_member.py +21 -7
  196. pulumi_gcp/workstations/workstation_config_iam_policy.py +21 -7
  197. pulumi_gcp/workstations/workstation_iam_binding.py +21 -7
  198. pulumi_gcp/workstations/workstation_iam_member.py +21 -7
  199. pulumi_gcp/workstations/workstation_iam_policy.py +21 -7
  200. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/METADATA +1 -1
  201. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/RECORD +203 -180
  202. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/WHEEL +0 -0
  203. {pulumi_gcp-7.25.0a1717135845.dist-info → pulumi_gcp-7.26.0.dist-info}/top_level.txt +0 -0
@@ -42,7 +42,9 @@ class ListingIamMemberArgs:
42
42
  `bigqueryanalyticshub.ListingIamBinding` can be used per role. Note that custom roles must be of the format
43
43
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
44
44
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
45
- Used to find the parent resource to bind the IAM policy to
45
+ Used to find the parent resource to bind the IAM policy to. If not specified,
46
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
47
+ location is specified, it is taken from the provider configuration.
46
48
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
47
49
  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
50
  """
@@ -131,7 +133,9 @@ class ListingIamMemberArgs:
131
133
  def location(self) -> Optional[pulumi.Input[str]]:
132
134
  """
133
135
  The name of the location this data exchange listing.
134
- Used to find the parent resource to bind the IAM policy to
136
+ Used to find the parent resource to bind the IAM policy to. If not specified,
137
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
138
+ location is specified, it is taken from the provider configuration.
135
139
  """
136
140
  return pulumi.get(self, "location")
137
141
 
@@ -170,7 +174,9 @@ class _ListingIamMemberState:
170
174
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
171
175
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
172
176
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
173
- Used to find the parent resource to bind the IAM policy to
177
+ Used to find the parent resource to bind the IAM policy to. If not specified,
178
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
179
+ location is specified, it is taken from the provider configuration.
174
180
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
175
181
  Each entry can have one of the following values:
176
182
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -255,7 +261,9 @@ class _ListingIamMemberState:
255
261
  def location(self) -> Optional[pulumi.Input[str]]:
256
262
  """
257
263
  The name of the location this data exchange listing.
258
- Used to find the parent resource to bind the IAM policy to
264
+ Used to find the parent resource to bind the IAM policy to. If not specified,
265
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
266
+ location is specified, it is taken from the provider configuration.
259
267
  """
260
268
  return pulumi.get(self, "location")
261
269
 
@@ -480,7 +488,9 @@ class ListingIamMember(pulumi.CustomResource):
480
488
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
481
489
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
482
490
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
483
- Used to find the parent resource to bind the IAM policy to
491
+ Used to find the parent resource to bind the IAM policy to. If not specified,
492
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
493
+ location is specified, it is taken from the provider configuration.
484
494
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
485
495
  Each entry can have one of the following values:
486
496
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -729,7 +739,9 @@ class ListingIamMember(pulumi.CustomResource):
729
739
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
730
740
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
731
741
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
732
- Used to find the parent resource to bind the IAM policy to
742
+ Used to find the parent resource to bind the IAM policy to. If not specified,
743
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
744
+ location is specified, it is taken from the provider configuration.
733
745
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
734
746
  Each entry can have one of the following values:
735
747
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -795,7 +807,9 @@ class ListingIamMember(pulumi.CustomResource):
795
807
  def location(self) -> pulumi.Output[str]:
796
808
  """
797
809
  The name of the location this data exchange listing.
798
- Used to find the parent resource to bind the IAM policy to
810
+ Used to find the parent resource to bind the IAM policy to. If not specified,
811
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
812
+ location is specified, it is taken from the provider configuration.
799
813
  """
800
814
  return pulumi.get(self, "location")
801
815
 
@@ -26,7 +26,9 @@ class ListingIamPolicyArgs:
26
26
  :param pulumi.Input[str] policy_data: The policy data generated by
27
27
  a `organizations_get_iam_policy` data source.
28
28
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
29
- Used to find the parent resource to bind the IAM policy to
29
+ Used to find the parent resource to bind the IAM policy to. If not specified,
30
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
31
+ location is specified, it is taken from the provider configuration.
30
32
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
31
33
  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
34
  """
@@ -80,7 +82,9 @@ class ListingIamPolicyArgs:
80
82
  def location(self) -> Optional[pulumi.Input[str]]:
81
83
  """
82
84
  The name of the location this data exchange listing.
83
- Used to find the parent resource to bind the IAM policy to
85
+ Used to find the parent resource to bind the IAM policy to. If not specified,
86
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
87
+ location is specified, it is taken from the provider configuration.
84
88
  """
85
89
  return pulumi.get(self, "location")
86
90
 
@@ -117,7 +121,9 @@ class _ListingIamPolicyState:
117
121
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
118
122
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
119
123
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
120
- Used to find the parent resource to bind the IAM policy to
124
+ Used to find the parent resource to bind the IAM policy to. If not specified,
125
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
126
+ location is specified, it is taken from the provider configuration.
121
127
  :param pulumi.Input[str] policy_data: The policy data generated by
122
128
  a `organizations_get_iam_policy` data source.
123
129
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -177,7 +183,9 @@ class _ListingIamPolicyState:
177
183
  def location(self) -> Optional[pulumi.Input[str]]:
178
184
  """
179
185
  The name of the location this data exchange listing.
180
- Used to find the parent resource to bind the IAM policy to
186
+ Used to find the parent resource to bind the IAM policy to. If not specified,
187
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
188
+ location is specified, it is taken from the provider configuration.
181
189
  """
182
190
  return pulumi.get(self, "location")
183
191
 
@@ -377,7 +385,9 @@ class ListingIamPolicy(pulumi.CustomResource):
377
385
  :param pulumi.Input[str] data_exchange_id: The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
378
386
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
379
387
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
380
- Used to find the parent resource to bind the IAM policy to
388
+ Used to find the parent resource to bind the IAM policy to. If not specified,
389
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
390
+ location is specified, it is taken from the provider configuration.
381
391
  :param pulumi.Input[str] policy_data: The policy data generated by
382
392
  a `organizations_get_iam_policy` data source.
383
393
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -606,7 +616,9 @@ class ListingIamPolicy(pulumi.CustomResource):
606
616
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
607
617
  :param pulumi.Input[str] listing_id: The ID of the listing. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Used to find the parent resource to bind the IAM policy to
608
618
  :param pulumi.Input[str] location: The name of the location this data exchange listing.
609
- Used to find the parent resource to bind the IAM policy to
619
+ Used to find the parent resource to bind the IAM policy to. If not specified,
620
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
621
+ location is specified, it is taken from the provider configuration.
610
622
  :param pulumi.Input[str] policy_data: The policy data generated by
611
623
  a `organizations_get_iam_policy` data source.
612
624
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -653,7 +665,9 @@ class ListingIamPolicy(pulumi.CustomResource):
653
665
  def location(self) -> pulumi.Output[str]:
654
666
  """
655
667
  The name of the location this data exchange listing.
656
- Used to find the parent resource to bind the IAM policy to
668
+ Used to find the parent resource to bind the IAM policy to. If not specified,
669
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
670
+ location is specified, it is taken from the provider configuration.
657
671
  """
658
672
  return pulumi.get(self, "location")
659
673
 
@@ -39,7 +39,9 @@ class DataPolicyIamBindingArgs:
39
39
  `bigquerydatapolicy.DataPolicyIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: The name of the location of the data policy.
42
- Used to find the parent resource to bind the IAM policy to
42
+ Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
45
47
  """
@@ -112,7 +114,9 @@ class DataPolicyIamBindingArgs:
112
114
  def location(self) -> Optional[pulumi.Input[str]]:
113
115
  """
114
116
  The name of the location of the data policy.
115
- Used to find the parent resource to bind the IAM policy to
117
+ Used to find the parent resource to bind the IAM policy to. If not specified,
118
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
+ location is specified, it is taken from the provider configuration.
116
120
  """
117
121
  return pulumi.get(self, "location")
118
122
 
@@ -148,7 +152,9 @@ class _DataPolicyIamBindingState:
148
152
  Input properties used for looking up and filtering DataPolicyIamBinding resources.
149
153
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
150
154
  :param pulumi.Input[str] location: The name of the location of the data policy.
151
- Used to find the parent resource to bind the IAM policy to
155
+ Used to find the parent resource to bind the IAM policy to. If not specified,
156
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
157
+ location is specified, it is taken from the provider configuration.
152
158
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
153
159
  Each entry can have one of the following values:
154
160
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -216,7 +222,9 @@ class _DataPolicyIamBindingState:
216
222
  def location(self) -> Optional[pulumi.Input[str]]:
217
223
  """
218
224
  The name of the location of the data policy.
219
- Used to find the parent resource to bind the IAM policy to
225
+ Used to find the parent resource to bind the IAM policy to. If not specified,
226
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
227
+ location is specified, it is taken from the provider configuration.
220
228
  """
221
229
  return pulumi.get(self, "location")
222
230
 
@@ -432,7 +440,9 @@ class DataPolicyIamBinding(pulumi.CustomResource):
432
440
  :param str resource_name: The name of the resource.
433
441
  :param pulumi.ResourceOptions opts: Options for the resource.
434
442
  :param pulumi.Input[str] location: The name of the location of the data policy.
435
- Used to find the parent resource to bind the IAM policy to
443
+ Used to find the parent resource to bind the IAM policy to. If not specified,
444
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
445
+ location is specified, it is taken from the provider configuration.
436
446
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
437
447
  Each entry can have one of the following values:
438
448
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -668,7 +678,9 @@ class DataPolicyIamBinding(pulumi.CustomResource):
668
678
  :param pulumi.ResourceOptions opts: Options for the resource.
669
679
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
670
680
  :param pulumi.Input[str] location: The name of the location of the data policy.
671
- Used to find the parent resource to bind the IAM policy to
681
+ Used to find the parent resource to bind the IAM policy to. If not specified,
682
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
683
+ location is specified, it is taken from the provider configuration.
672
684
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
673
685
  Each entry can have one of the following values:
674
686
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -722,7 +734,9 @@ class DataPolicyIamBinding(pulumi.CustomResource):
722
734
  def location(self) -> pulumi.Output[str]:
723
735
  """
724
736
  The name of the location of the data policy.
725
- Used to find the parent resource to bind the IAM policy to
737
+ Used to find the parent resource to bind the IAM policy to. If not specified,
738
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
739
+ location is specified, it is taken from the provider configuration.
726
740
  """
727
741
  return pulumi.get(self, "location")
728
742
 
@@ -39,7 +39,9 @@ class DataPolicyIamMemberArgs:
39
39
  `bigquerydatapolicy.DataPolicyIamBinding` can be used per role. Note that custom roles must be of the format
40
40
  `[projects|organizations]/{parent-name}/roles/{role-name}`.
41
41
  :param pulumi.Input[str] location: The name of the location of the data policy.
42
- Used to find the parent resource to bind the IAM policy to
42
+ Used to find the parent resource to bind the IAM policy to. If not specified,
43
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
44
+ location is specified, it is taken from the provider configuration.
43
45
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
44
46
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
45
47
  """
@@ -112,7 +114,9 @@ class DataPolicyIamMemberArgs:
112
114
  def location(self) -> Optional[pulumi.Input[str]]:
113
115
  """
114
116
  The name of the location of the data policy.
115
- Used to find the parent resource to bind the IAM policy to
117
+ Used to find the parent resource to bind the IAM policy to. If not specified,
118
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
119
+ location is specified, it is taken from the provider configuration.
116
120
  """
117
121
  return pulumi.get(self, "location")
118
122
 
@@ -148,7 +152,9 @@ class _DataPolicyIamMemberState:
148
152
  Input properties used for looking up and filtering DataPolicyIamMember resources.
149
153
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
150
154
  :param pulumi.Input[str] location: The name of the location of the data policy.
151
- Used to find the parent resource to bind the IAM policy to
155
+ Used to find the parent resource to bind the IAM policy to. If not specified,
156
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
157
+ location is specified, it is taken from the provider configuration.
152
158
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
153
159
  Each entry can have one of the following values:
154
160
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -216,7 +222,9 @@ class _DataPolicyIamMemberState:
216
222
  def location(self) -> Optional[pulumi.Input[str]]:
217
223
  """
218
224
  The name of the location of the data policy.
219
- Used to find the parent resource to bind the IAM policy to
225
+ Used to find the parent resource to bind the IAM policy to. If not specified,
226
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
227
+ location is specified, it is taken from the provider configuration.
220
228
  """
221
229
  return pulumi.get(self, "location")
222
230
 
@@ -432,7 +440,9 @@ class DataPolicyIamMember(pulumi.CustomResource):
432
440
  :param str resource_name: The name of the resource.
433
441
  :param pulumi.ResourceOptions opts: Options for the resource.
434
442
  :param pulumi.Input[str] location: The name of the location of the data policy.
435
- Used to find the parent resource to bind the IAM policy to
443
+ Used to find the parent resource to bind the IAM policy to. If not specified,
444
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
445
+ location is specified, it is taken from the provider configuration.
436
446
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
437
447
  Each entry can have one of the following values:
438
448
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -668,7 +678,9 @@ class DataPolicyIamMember(pulumi.CustomResource):
668
678
  :param pulumi.ResourceOptions opts: Options for the resource.
669
679
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
670
680
  :param pulumi.Input[str] location: The name of the location of the data policy.
671
- Used to find the parent resource to bind the IAM policy to
681
+ Used to find the parent resource to bind the IAM policy to. If not specified,
682
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
683
+ location is specified, it is taken from the provider configuration.
672
684
  :param pulumi.Input[str] member: Identities that will be granted the privilege in `role`.
673
685
  Each entry can have one of the following values:
674
686
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -722,7 +734,9 @@ class DataPolicyIamMember(pulumi.CustomResource):
722
734
  def location(self) -> pulumi.Output[str]:
723
735
  """
724
736
  The name of the location of the data policy.
725
- Used to find the parent resource to bind the IAM policy to
737
+ Used to find the parent resource to bind the IAM policy to. If not specified,
738
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
739
+ location is specified, it is taken from the provider configuration.
726
740
  """
727
741
  return pulumi.get(self, "location")
728
742
 
@@ -23,7 +23,9 @@ class DataPolicyIamPolicyArgs:
23
23
  :param pulumi.Input[str] policy_data: The policy data generated by
24
24
  a `organizations_get_iam_policy` data source.
25
25
  :param pulumi.Input[str] location: The name of the location of the data policy.
26
- Used to find the parent resource to bind the IAM policy to
26
+ Used to find the parent resource to bind the IAM policy to. If not specified,
27
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
28
+ location is specified, it is taken from the provider configuration.
27
29
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
28
30
  If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
29
31
  """
@@ -61,7 +63,9 @@ class DataPolicyIamPolicyArgs:
61
63
  def location(self) -> Optional[pulumi.Input[str]]:
62
64
  """
63
65
  The name of the location of the data policy.
64
- Used to find the parent resource to bind the IAM policy to
66
+ Used to find the parent resource to bind the IAM policy to. If not specified,
67
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
68
+ location is specified, it is taken from the provider configuration.
65
69
  """
66
70
  return pulumi.get(self, "location")
67
71
 
@@ -95,7 +99,9 @@ class _DataPolicyIamPolicyState:
95
99
  Input properties used for looking up and filtering DataPolicyIamPolicy resources.
96
100
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
97
101
  :param pulumi.Input[str] location: The name of the location of the data policy.
98
- Used to find the parent resource to bind the IAM policy to
102
+ Used to find the parent resource to bind the IAM policy to. If not specified,
103
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
104
+ location is specified, it is taken from the provider configuration.
99
105
  :param pulumi.Input[str] policy_data: The policy data generated by
100
106
  a `organizations_get_iam_policy` data source.
101
107
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -138,7 +144,9 @@ class _DataPolicyIamPolicyState:
138
144
  def location(self) -> Optional[pulumi.Input[str]]:
139
145
  """
140
146
  The name of the location of the data policy.
141
- Used to find the parent resource to bind the IAM policy to
147
+ Used to find the parent resource to bind the IAM policy to. If not specified,
148
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
149
+ location is specified, it is taken from the provider configuration.
142
150
  """
143
151
  return pulumi.get(self, "location")
144
152
 
@@ -329,7 +337,9 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
329
337
  :param str resource_name: The name of the resource.
330
338
  :param pulumi.ResourceOptions opts: Options for the resource.
331
339
  :param pulumi.Input[str] location: The name of the location of the data policy.
332
- Used to find the parent resource to bind the IAM policy to
340
+ Used to find the parent resource to bind the IAM policy to. If not specified,
341
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
342
+ location is specified, it is taken from the provider configuration.
333
343
  :param pulumi.Input[str] policy_data: The policy data generated by
334
344
  a `organizations_get_iam_policy` data source.
335
345
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -545,7 +555,9 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
545
555
  :param pulumi.ResourceOptions opts: Options for the resource.
546
556
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
547
557
  :param pulumi.Input[str] location: The name of the location of the data policy.
548
- Used to find the parent resource to bind the IAM policy to
558
+ Used to find the parent resource to bind the IAM policy to. If not specified,
559
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
560
+ location is specified, it is taken from the provider configuration.
549
561
  :param pulumi.Input[str] policy_data: The policy data generated by
550
562
  a `organizations_get_iam_policy` data source.
551
563
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
@@ -580,7 +592,9 @@ class DataPolicyIamPolicy(pulumi.CustomResource):
580
592
  def location(self) -> pulumi.Output[str]:
581
593
  """
582
594
  The name of the location of the data policy.
583
- Used to find the parent resource to bind the IAM policy to
595
+ Used to find the parent resource to bind the IAM policy to. If not specified,
596
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
597
+ location is specified, it is taken from the provider configuration.
584
598
  """
585
599
  return pulumi.get(self, "location")
586
600
 
@@ -116,7 +116,9 @@ def get_iam_policy(data_policy_id: Optional[str] = None,
116
116
 
117
117
 
118
118
  :param str location: The name of the location of the data policy.
119
- Used to find the parent resource to bind the IAM policy to
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.
120
122
  :param str project: The ID of the project in which the resource belongs.
121
123
  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
124
  """
@@ -157,7 +159,9 @@ def get_iam_policy_output(data_policy_id: Optional[pulumi.Input[str]] = None,
157
159
 
158
160
 
159
161
  :param str location: The name of the location of the data policy.
160
- Used to find the parent resource to bind the IAM policy to
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.
161
165
  :param str project: The ID of the project in which the resource belongs.
162
166
  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
167
  """
@@ -5698,6 +5698,7 @@ class CertificateTemplateIdentityConstraintsArgs:
5698
5698
  :param pulumi.Input[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.
5699
5699
  :param pulumi.Input[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.
5700
5700
  :param pulumi.Input['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
5701
+ Structure is documented below.
5701
5702
  """
5702
5703
  pulumi.set(__self__, "allow_subject_alt_names_passthrough", allow_subject_alt_names_passthrough)
5703
5704
  pulumi.set(__self__, "allow_subject_passthrough", allow_subject_passthrough)
@@ -5733,6 +5734,7 @@ class CertificateTemplateIdentityConstraintsArgs:
5733
5734
  def cel_expression(self) -> Optional[pulumi.Input['CertificateTemplateIdentityConstraintsCelExpressionArgs']]:
5734
5735
  """
5735
5736
  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
5737
+ Structure is documented below.
5736
5738
  """
5737
5739
  return pulumi.get(self, "cel_expression")
5738
5740
 
@@ -5819,6 +5821,7 @@ class CertificateTemplatePassthroughExtensionsArgs:
5819
5821
  known_extensions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
5820
5822
  """
5821
5823
  :param pulumi.Input[Sequence[pulumi.Input['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.
5824
+ Structure is documented below.
5822
5825
  :param pulumi.Input[Sequence[pulumi.Input[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.
5823
5826
  """
5824
5827
  if additional_extensions is not None:
@@ -5831,6 +5834,7 @@ class CertificateTemplatePassthroughExtensionsArgs:
5831
5834
  def additional_extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePassthroughExtensionsAdditionalExtensionArgs']]]]:
5832
5835
  """
5833
5836
  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.
5837
+ Structure is documented below.
5834
5838
  """
5835
5839
  return pulumi.get(self, "additional_extensions")
5836
5840
 
@@ -5883,10 +5887,14 @@ class CertificateTemplatePredefinedValuesArgs:
5883
5887
  policy_ids: Optional[pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesPolicyIdArgs']]]] = None):
5884
5888
  """
5885
5889
  :param pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesAdditionalExtensionArgs']]] additional_extensions: Optional. Describes custom X.509 extensions.
5890
+ Structure is documented below.
5886
5891
  :param pulumi.Input[Sequence[pulumi.Input[str]]] aia_ocsp_servers: Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
5887
5892
  :param pulumi.Input['CertificateTemplatePredefinedValuesCaOptionsArgs'] ca_options: Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
5893
+ Structure is documented below.
5888
5894
  :param pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageArgs'] key_usage: Optional. Indicates the intended use for keys that correspond to a certificate.
5895
+ Structure is documented below.
5889
5896
  :param pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesPolicyIdArgs']]] policy_ids: Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
5897
+ Structure is documented below.
5890
5898
  """
5891
5899
  if additional_extensions is not None:
5892
5900
  pulumi.set(__self__, "additional_extensions", additional_extensions)
@@ -5904,6 +5912,7 @@ class CertificateTemplatePredefinedValuesArgs:
5904
5912
  def additional_extensions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesAdditionalExtensionArgs']]]]:
5905
5913
  """
5906
5914
  Optional. Describes custom X.509 extensions.
5915
+ Structure is documented below.
5907
5916
  """
5908
5917
  return pulumi.get(self, "additional_extensions")
5909
5918
 
@@ -5928,6 +5937,7 @@ class CertificateTemplatePredefinedValuesArgs:
5928
5937
  def ca_options(self) -> Optional[pulumi.Input['CertificateTemplatePredefinedValuesCaOptionsArgs']]:
5929
5938
  """
5930
5939
  Optional. Describes options in this X509Parameters that are relevant in a CA certificate.
5940
+ Structure is documented below.
5931
5941
  """
5932
5942
  return pulumi.get(self, "ca_options")
5933
5943
 
@@ -5940,6 +5950,7 @@ class CertificateTemplatePredefinedValuesArgs:
5940
5950
  def key_usage(self) -> Optional[pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageArgs']]:
5941
5951
  """
5942
5952
  Optional. Indicates the intended use for keys that correspond to a certificate.
5953
+ Structure is documented below.
5943
5954
  """
5944
5955
  return pulumi.get(self, "key_usage")
5945
5956
 
@@ -5952,6 +5963,7 @@ class CertificateTemplatePredefinedValuesArgs:
5952
5963
  def policy_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesPolicyIdArgs']]]]:
5953
5964
  """
5954
5965
  Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
5966
+ Structure is documented below.
5955
5967
  """
5956
5968
  return pulumi.get(self, "policy_ids")
5957
5969
 
@@ -5968,6 +5980,7 @@ class CertificateTemplatePredefinedValuesAdditionalExtensionArgs:
5968
5980
  critical: Optional[pulumi.Input[bool]] = None):
5969
5981
  """
5970
5982
  :param pulumi.Input['CertificateTemplatePredefinedValuesAdditionalExtensionObjectIdArgs'] object_id: Required. The OID for this X.509 extension.
5983
+ Structure is documented below.
5971
5984
  :param pulumi.Input[str] value: Required. The value of this X.509 extension.
5972
5985
  :param pulumi.Input[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).
5973
5986
  """
@@ -5981,6 +5994,7 @@ class CertificateTemplatePredefinedValuesAdditionalExtensionArgs:
5981
5994
  def object_id(self) -> pulumi.Input['CertificateTemplatePredefinedValuesAdditionalExtensionObjectIdArgs']:
5982
5995
  """
5983
5996
  Required. The OID for this X.509 extension.
5997
+ Structure is documented below.
5984
5998
  """
5985
5999
  return pulumi.get(self, "object_id")
5986
6000
 
@@ -6019,8 +6033,6 @@ class CertificateTemplatePredefinedValuesAdditionalExtensionObjectIdArgs:
6019
6033
  object_id_paths: pulumi.Input[Sequence[pulumi.Input[int]]]):
6020
6034
  """
6021
6035
  :param pulumi.Input[Sequence[pulumi.Input[int]]] object_id_paths: Required. The parts of an OID path. The most significant parts of the path come first.
6022
-
6023
- - - -
6024
6036
  """
6025
6037
  pulumi.set(__self__, "object_id_paths", object_id_paths)
6026
6038
 
@@ -6029,8 +6041,6 @@ class CertificateTemplatePredefinedValuesAdditionalExtensionObjectIdArgs:
6029
6041
  def object_id_paths(self) -> pulumi.Input[Sequence[pulumi.Input[int]]]:
6030
6042
  """
6031
6043
  Required. The parts of an OID path. The most significant parts of the path come first.
6032
-
6033
- - - -
6034
6044
  """
6035
6045
  return pulumi.get(self, "object_id_paths")
6036
6046
 
@@ -6086,8 +6096,11 @@ class CertificateTemplatePredefinedValuesKeyUsageArgs:
6086
6096
  unknown_extended_key_usages: Optional[pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsageArgs']]]] = None):
6087
6097
  """
6088
6098
  :param pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageArgs'] base_key_usage: Describes high-level ways in which a key may be used.
6099
+ Structure is documented below.
6089
6100
  :param pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageArgs'] extended_key_usage: Detailed scenarios in which a key may be used.
6101
+ Structure is documented below.
6090
6102
  :param pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsageArgs']]] unknown_extended_key_usages: Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
6103
+ Structure is documented below.
6091
6104
  """
6092
6105
  if base_key_usage is not None:
6093
6106
  pulumi.set(__self__, "base_key_usage", base_key_usage)
@@ -6101,6 +6114,7 @@ class CertificateTemplatePredefinedValuesKeyUsageArgs:
6101
6114
  def base_key_usage(self) -> Optional[pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageBaseKeyUsageArgs']]:
6102
6115
  """
6103
6116
  Describes high-level ways in which a key may be used.
6117
+ Structure is documented below.
6104
6118
  """
6105
6119
  return pulumi.get(self, "base_key_usage")
6106
6120
 
@@ -6113,6 +6127,7 @@ class CertificateTemplatePredefinedValuesKeyUsageArgs:
6113
6127
  def extended_key_usage(self) -> Optional[pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageExtendedKeyUsageArgs']]:
6114
6128
  """
6115
6129
  Detailed scenarios in which a key may be used.
6130
+ Structure is documented below.
6116
6131
  """
6117
6132
  return pulumi.get(self, "extended_key_usage")
6118
6133
 
@@ -6125,6 +6140,7 @@ class CertificateTemplatePredefinedValuesKeyUsageArgs:
6125
6140
  def unknown_extended_key_usages(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['CertificateTemplatePredefinedValuesKeyUsageUnknownExtendedKeyUsageArgs']]]]:
6126
6141
  """
6127
6142
  Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.
6143
+ Structure is documented below.
6128
6144
  """
6129
6145
  return pulumi.get(self, "unknown_extended_key_usages")
6130
6146
 
@@ -43,7 +43,9 @@ class CaPoolIamBindingArgs:
43
43
  Structure is documented below.
44
44
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
45
45
  running `gcloud privateca locations list`.
46
- Used to find the parent resource to bind the IAM policy to
46
+ Used to find the parent resource to bind the IAM policy to. If not specified,
47
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
48
+ location is specified, it is taken from the provider configuration.
47
49
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
48
50
  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
51
  """
@@ -124,7 +126,9 @@ class CaPoolIamBindingArgs:
124
126
  """
125
127
  Location of the CaPool. A full list of valid locations can be found by
126
128
  running `gcloud privateca locations list`.
127
- Used to find the parent resource to bind the IAM policy to
129
+ Used to find the parent resource to bind the IAM policy to. If not specified,
130
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
131
+ location is specified, it is taken from the provider configuration.
128
132
  """
129
133
  return pulumi.get(self, "location")
130
134
 
@@ -164,7 +168,9 @@ class _CaPoolIamBindingState:
164
168
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
165
169
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
166
170
  running `gcloud privateca locations list`.
167
- Used to find the parent resource to bind the IAM policy to
171
+ Used to find the parent resource to bind the IAM policy to. If not specified,
172
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
173
+ location is specified, it is taken from the provider configuration.
168
174
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
169
175
  Each entry can have one of the following values:
170
176
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -240,7 +246,9 @@ class _CaPoolIamBindingState:
240
246
  """
241
247
  Location of the CaPool. A full list of valid locations can be found by
242
248
  running `gcloud privateca locations list`.
243
- Used to find the parent resource to bind the IAM policy to
249
+ Used to find the parent resource to bind the IAM policy to. If not specified,
250
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
251
+ location is specified, it is taken from the provider configuration.
244
252
  """
245
253
  return pulumi.get(self, "location")
246
254
 
@@ -552,7 +560,9 @@ class CaPoolIamBinding(pulumi.CustomResource):
552
560
  Structure is documented below.
553
561
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
554
562
  running `gcloud privateca locations list`.
555
- Used to find the parent resource to bind the IAM policy to
563
+ Used to find the parent resource to bind the IAM policy to. If not specified,
564
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
565
+ location is specified, it is taken from the provider configuration.
556
566
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
557
567
  Each entry can have one of the following values:
558
568
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -884,7 +894,9 @@ class CaPoolIamBinding(pulumi.CustomResource):
884
894
  :param pulumi.Input[str] etag: (Computed) The etag of the IAM policy.
885
895
  :param pulumi.Input[str] location: Location of the CaPool. A full list of valid locations can be found by
886
896
  running `gcloud privateca locations list`.
887
- Used to find the parent resource to bind the IAM policy to
897
+ Used to find the parent resource to bind the IAM policy to. If not specified,
898
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
899
+ location is specified, it is taken from the provider configuration.
888
900
  :param pulumi.Input[Sequence[pulumi.Input[str]]] members: Identities that will be granted the privilege in `role`.
889
901
  Each entry can have one of the following values:
890
902
  * **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
@@ -946,7 +958,9 @@ class CaPoolIamBinding(pulumi.CustomResource):
946
958
  """
947
959
  Location of the CaPool. A full list of valid locations can be found by
948
960
  running `gcloud privateca locations list`.
949
- Used to find the parent resource to bind the IAM policy to
961
+ Used to find the parent resource to bind the IAM policy to. If not specified,
962
+ the value will be parsed from the identifier of the parent resource. If no location is provided in the parent identifier and no
963
+ location is specified, it is taken from the provider configuration.
950
964
  """
951
965
  return pulumi.get(self, "location")
952
966