pulumi-gcp 7.32.0a1721151794__py3-none-any.whl → 7.33.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 (391) hide show
  1. pulumi_gcp/__init__.py +11 -0
  2. pulumi_gcp/_utilities.py +5 -4
  3. pulumi_gcp/accesscontextmanager/access_level.py +8 -8
  4. pulumi_gcp/accesscontextmanager/access_level_condition.py +18 -18
  5. pulumi_gcp/accesscontextmanager/access_levels.py +16 -16
  6. pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +8 -8
  7. pulumi_gcp/accesscontextmanager/service_perimeter.py +66 -66
  8. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +2 -2
  9. pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +2 -2
  10. pulumi_gcp/accesscontextmanager/service_perimeters.py +12 -12
  11. pulumi_gcp/alloydb/cluster.py +22 -46
  12. pulumi_gcp/alloydb/instance.py +8 -8
  13. pulumi_gcp/apigee/addons_config.py +14 -14
  14. pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +6 -6
  15. pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
  16. pulumi_gcp/appengine/domain_mapping.py +2 -2
  17. pulumi_gcp/appengine/engine_split_traffic.py +10 -10
  18. pulumi_gcp/appengine/flexible_app_version.py +18 -18
  19. pulumi_gcp/appengine/service_network_settings.py +4 -4
  20. pulumi_gcp/appengine/standard_app_version.py +26 -26
  21. pulumi_gcp/apphub/application.py +12 -12
  22. pulumi_gcp/apphub/service.py +12 -12
  23. pulumi_gcp/applicationintegration/auth_config.py +4 -4
  24. pulumi_gcp/applicationintegration/client.py +8 -8
  25. pulumi_gcp/artifactregistry/repository.py +102 -102
  26. pulumi_gcp/assuredworkloads/workload.py +26 -26
  27. pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
  28. pulumi_gcp/beyondcorp/app_connection.py +6 -6
  29. pulumi_gcp/beyondcorp/app_connector.py +4 -4
  30. pulumi_gcp/biglake/database.py +2 -2
  31. pulumi_gcp/biglake/table.py +24 -24
  32. pulumi_gcp/bigquery/_inputs.py +0 -12
  33. pulumi_gcp/bigquery/app_profile.py +56 -56
  34. pulumi_gcp/bigquery/connection.py +42 -42
  35. pulumi_gcp/bigquery/dataset.py +30 -58
  36. pulumi_gcp/bigquery/dataset_access.py +26 -54
  37. pulumi_gcp/bigquery/job.py +126 -126
  38. pulumi_gcp/bigquery/outputs.py +0 -24
  39. pulumi_gcp/bigquery/reservation.py +2 -2
  40. pulumi_gcp/bigquery/routine.py +40 -40
  41. pulumi_gcp/bigquery/table.py +8 -8
  42. pulumi_gcp/bigqueryanalyticshub/listing.py +2 -2
  43. pulumi_gcp/bigquerydatapolicy/data_policy.py +2 -2
  44. pulumi_gcp/bigtable/authorized_view.py +104 -0
  45. pulumi_gcp/bigtable/gc_policy.py +8 -8
  46. pulumi_gcp/bigtable/instance.py +24 -24
  47. pulumi_gcp/bigtable/table.py +6 -6
  48. pulumi_gcp/billing/budget.py +64 -64
  49. pulumi_gcp/binaryauthorization/attestor.py +20 -20
  50. pulumi_gcp/binaryauthorization/policy.py +26 -26
  51. pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +32 -32
  52. pulumi_gcp/certificateauthority/authority.py +222 -222
  53. pulumi_gcp/certificateauthority/ca_pool.py +108 -108
  54. pulumi_gcp/certificateauthority/certificate.py +338 -338
  55. pulumi_gcp/certificateauthority/certificate_template.py +70 -70
  56. pulumi_gcp/certificatemanager/certificate.py +76 -76
  57. pulumi_gcp/certificatemanager/certificate_issuance_config.py +30 -30
  58. pulumi_gcp/certificatemanager/certificate_map_entry.py +2 -2
  59. pulumi_gcp/certificatemanager/trust_config.py +12 -12
  60. pulumi_gcp/cloudasset/folder_feed.py +2 -2
  61. pulumi_gcp/cloudasset/organization_feed.py +2 -2
  62. pulumi_gcp/cloudasset/project_feed.py +2 -2
  63. pulumi_gcp/cloudbuild/bitbucket_server_config.py +26 -26
  64. pulumi_gcp/cloudbuild/trigger.py +228 -228
  65. pulumi_gcp/cloudbuild/worker_pool.py +16 -16
  66. pulumi_gcp/cloudbuildv2/connection.py +24 -24
  67. pulumi_gcp/cloudbuildv2/repository.py +18 -18
  68. pulumi_gcp/clouddeploy/automation.py +16 -16
  69. pulumi_gcp/clouddeploy/custom_target_type.py +26 -26
  70. pulumi_gcp/clouddeploy/delivery_pipeline.py +50 -50
  71. pulumi_gcp/clouddeploy/target.py +6 -6
  72. pulumi_gcp/clouddomains/registration.py +48 -48
  73. pulumi_gcp/cloudfunctionsv2/function.py +292 -292
  74. pulumi_gcp/cloudquota/s_quota_preference.py +2 -2
  75. pulumi_gcp/cloudrun/domain_mapping.py +2 -2
  76. pulumi_gcp/cloudrun/service.py +60 -60
  77. pulumi_gcp/cloudrunv2/job.py +30 -30
  78. pulumi_gcp/cloudrunv2/service.py +78 -78
  79. pulumi_gcp/cloudscheduler/job.py +40 -40
  80. pulumi_gcp/cloudtasks/queue.py +16 -16
  81. pulumi_gcp/composer/get_image_versions.py +4 -4
  82. pulumi_gcp/composer/get_user_workloads_config_map.py +4 -4
  83. pulumi_gcp/composer/get_user_workloads_secret.py +4 -4
  84. pulumi_gcp/composer/user_workloads_config_map.py +4 -4
  85. pulumi_gcp/composer/user_workloads_secret.py +4 -4
  86. pulumi_gcp/compute/_inputs.py +14 -0
  87. pulumi_gcp/compute/address.py +6 -6
  88. pulumi_gcp/compute/attached_disk.py +2 -2
  89. pulumi_gcp/compute/autoscaler.py +24 -24
  90. pulumi_gcp/compute/backend_bucket.py +8 -8
  91. pulumi_gcp/compute/backend_service.py +72 -72
  92. pulumi_gcp/compute/backend_service_signed_url_key.py +6 -6
  93. pulumi_gcp/compute/disk_resource_policy_attachment.py +6 -6
  94. pulumi_gcp/compute/external_vpn_gateway.py +2 -2
  95. pulumi_gcp/compute/firewall_policy_rule.py +18 -18
  96. pulumi_gcp/compute/forwarding_rule.py +24 -24
  97. pulumi_gcp/compute/get_disk.py +2 -2
  98. pulumi_gcp/compute/get_image.py +2 -2
  99. pulumi_gcp/compute/get_instance_serial_port.py +4 -4
  100. pulumi_gcp/compute/global_address.py +16 -4
  101. pulumi_gcp/compute/global_forwarding_rule.py +50 -50
  102. pulumi_gcp/compute/ha_vpn_gateway.py +4 -4
  103. pulumi_gcp/compute/health_check.py +42 -42
  104. pulumi_gcp/compute/instance.py +4 -4
  105. pulumi_gcp/compute/instance_from_template.py +6 -6
  106. pulumi_gcp/compute/instance_group_manager.py +18 -18
  107. pulumi_gcp/compute/instance_group_membership.py +2 -2
  108. pulumi_gcp/compute/instance_group_named_port.py +4 -4
  109. pulumi_gcp/compute/instance_template.py +24 -24
  110. pulumi_gcp/compute/machine_image.py +6 -6
  111. pulumi_gcp/compute/managed_ssl_certificate.py +6 -6
  112. pulumi_gcp/compute/manged_ssl_certificate.py +6 -6
  113. pulumi_gcp/compute/network_attachment.py +4 -4
  114. pulumi_gcp/compute/network_endpoint.py +4 -4
  115. pulumi_gcp/compute/network_endpoint_list.py +12 -12
  116. pulumi_gcp/compute/network_firewall_policy_rule.py +16 -16
  117. pulumi_gcp/compute/network_peering_routes_config.py +18 -18
  118. pulumi_gcp/compute/node_group.py +12 -12
  119. pulumi_gcp/compute/organization_security_policy_association.py +8 -8
  120. pulumi_gcp/compute/organization_security_policy_rule.py +8 -8
  121. pulumi_gcp/compute/outputs.py +8 -0
  122. pulumi_gcp/compute/packet_mirroring.py +8 -8
  123. pulumi_gcp/compute/per_instance_config.py +8 -8
  124. pulumi_gcp/compute/region_autoscaler.py +18 -18
  125. pulumi_gcp/compute/region_backend_service.py +42 -42
  126. pulumi_gcp/compute/region_disk_resource_policy_attachment.py +6 -6
  127. pulumi_gcp/compute/region_health_check.py +42 -42
  128. pulumi_gcp/compute/region_instance_group_manager.py +18 -18
  129. pulumi_gcp/compute/region_network_endpoint.py +4 -4
  130. pulumi_gcp/compute/region_network_endpoint_group.py +20 -20
  131. pulumi_gcp/compute/region_network_firewall_policy_rule.py +16 -16
  132. pulumi_gcp/compute/region_per_instance_config.py +12 -12
  133. pulumi_gcp/compute/region_security_policy.py +2 -2
  134. pulumi_gcp/compute/region_security_policy_rule.py +32 -32
  135. pulumi_gcp/compute/region_target_http_proxy.py +10 -10
  136. pulumi_gcp/compute/region_target_https_proxy.py +28 -28
  137. pulumi_gcp/compute/region_url_map.py +314 -314
  138. pulumi_gcp/compute/reservation.py +6 -6
  139. pulumi_gcp/compute/resource_policy.py +56 -56
  140. pulumi_gcp/compute/router.py +6 -6
  141. pulumi_gcp/compute/router_nat.py +16 -16
  142. pulumi_gcp/compute/router_peer.py +16 -16
  143. pulumi_gcp/compute/security_policy.py +54 -54
  144. pulumi_gcp/compute/security_policy_rule.py +20 -20
  145. pulumi_gcp/compute/service_attachment.py +12 -12
  146. pulumi_gcp/compute/subnetwork.py +8 -8
  147. pulumi_gcp/compute/target_grpc_proxy.py +66 -66
  148. pulumi_gcp/compute/target_http_proxy.py +16 -16
  149. pulumi_gcp/compute/target_https_proxy.py +40 -40
  150. pulumi_gcp/compute/target_instance.py +12 -12
  151. pulumi_gcp/compute/url_map.py +324 -324
  152. pulumi_gcp/config/__init__.pyi +2 -0
  153. pulumi_gcp/config/vars.py +4 -0
  154. pulumi_gcp/container/attached_cluster.py +20 -20
  155. pulumi_gcp/container/aws_cluster.py +176 -176
  156. pulumi_gcp/container/aws_node_pool.py +288 -288
  157. pulumi_gcp/container/azure_cluster.py +34 -34
  158. pulumi_gcp/container/azure_node_pool.py +38 -38
  159. pulumi_gcp/container/cluster.py +10 -10
  160. pulumi_gcp/container/node_pool.py +18 -18
  161. pulumi_gcp/containeranalysis/note.py +4 -4
  162. pulumi_gcp/databasemigrationservice/connection_profile.py +60 -60
  163. pulumi_gcp/databasemigrationservice/private_connection.py +2 -2
  164. pulumi_gcp/datacatalog/entry.py +2 -2
  165. pulumi_gcp/datacatalog/tag.py +112 -112
  166. pulumi_gcp/datacatalog/tag_template.py +28 -28
  167. pulumi_gcp/dataflow/pipeline.py +32 -32
  168. pulumi_gcp/dataform/repository.py +10 -10
  169. pulumi_gcp/dataform/repository_release_config.py +24 -24
  170. pulumi_gcp/dataform/repository_workflow_config.py +36 -36
  171. pulumi_gcp/datafusion/instance.py +14 -14
  172. pulumi_gcp/dataloss/prevention_deidentify_template.py +66 -66
  173. pulumi_gcp/dataloss/prevention_inspect_template.py +124 -124
  174. pulumi_gcp/dataloss/prevention_job_trigger.py +292 -292
  175. pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -10
  176. pulumi_gcp/dataplex/asset.py +2 -2
  177. pulumi_gcp/dataplex/datascan.py +76 -76
  178. pulumi_gcp/dataplex/task.py +64 -64
  179. pulumi_gcp/dataplex/zone.py +2 -2
  180. pulumi_gcp/dataproc/autoscaling_policy.py +14 -14
  181. pulumi_gcp/dataproc/cluster.py +58 -58
  182. pulumi_gcp/dataproc/job.py +18 -18
  183. pulumi_gcp/dataproc/metastore_federation.py +10 -10
  184. pulumi_gcp/dataproc/metastore_service.py +52 -52
  185. pulumi_gcp/dataproc/workflow_template.py +52 -52
  186. pulumi_gcp/datastream/connection_profile.py +18 -18
  187. pulumi_gcp/datastream/stream.py +222 -222
  188. pulumi_gcp/diagflow/cx_agent.py +22 -22
  189. pulumi_gcp/diagflow/cx_entity_type.py +2 -2
  190. pulumi_gcp/diagflow/cx_environment.py +2 -2
  191. pulumi_gcp/diagflow/cx_flow.py +98 -98
  192. pulumi_gcp/diagflow/cx_intent.py +6 -6
  193. pulumi_gcp/diagflow/cx_page.py +154 -154
  194. pulumi_gcp/diagflow/cx_security_settings.py +22 -22
  195. pulumi_gcp/diagflow/cx_test_case.py +46 -46
  196. pulumi_gcp/diagflow/cx_version.py +2 -2
  197. pulumi_gcp/diagflow/cx_webhook.py +2 -2
  198. pulumi_gcp/diagflow/fulfillment.py +2 -2
  199. pulumi_gcp/discoveryengine/chat_engine.py +8 -8
  200. pulumi_gcp/discoveryengine/data_store.py +12 -12
  201. pulumi_gcp/dns/get_keys.py +2 -2
  202. pulumi_gcp/dns/managed_zone.py +48 -48
  203. pulumi_gcp/dns/policy.py +12 -12
  204. pulumi_gcp/dns/record_set.py +20 -20
  205. pulumi_gcp/dns/response_policy.py +26 -26
  206. pulumi_gcp/dns/response_policy_rule.py +6 -6
  207. pulumi_gcp/edgecontainer/cluster.py +32 -32
  208. pulumi_gcp/edgecontainer/node_pool.py +28 -28
  209. pulumi_gcp/edgecontainer/vpn_connection.py +6 -6
  210. pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +20 -20
  211. pulumi_gcp/eventarc/trigger.py +10 -10
  212. pulumi_gcp/filestore/backup.py +4 -4
  213. pulumi_gcp/filestore/instance.py +28 -28
  214. pulumi_gcp/filestore/snapshot.py +4 -4
  215. pulumi_gcp/firebase/android_app.py +8 -8
  216. pulumi_gcp/firebase/apple_app.py +4 -4
  217. pulumi_gcp/firebase/extensions_instance.py +34 -34
  218. pulumi_gcp/firebase/hosting_custom_domain.py +2 -2
  219. pulumi_gcp/firebase/hosting_release.py +4 -4
  220. pulumi_gcp/firebase/hosting_version.py +4 -4
  221. pulumi_gcp/firebase/web_app.py +4 -4
  222. pulumi_gcp/firestore/database.py +4 -4
  223. pulumi_gcp/firestore/field.py +6 -6
  224. pulumi_gcp/firestore/index.py +16 -16
  225. pulumi_gcp/folder/access_approval_settings.py +4 -4
  226. pulumi_gcp/folder/iam_audit_config.py +12 -12
  227. pulumi_gcp/folder/iam_member.py +12 -12
  228. pulumi_gcp/folder/iam_policy.py +12 -12
  229. pulumi_gcp/folder/organization_policy.py +2 -2
  230. pulumi_gcp/gkebackup/backup_plan.py +130 -130
  231. pulumi_gcp/gkebackup/restore_plan.py +262 -262
  232. pulumi_gcp/gkehub/__init__.py +1 -0
  233. pulumi_gcp/gkehub/feature.py +90 -90
  234. pulumi_gcp/gkehub/feature_membership.py +66 -66
  235. pulumi_gcp/gkehub/fleet.py +4 -4
  236. pulumi_gcp/gkehub/get_membership_binding.py +222 -0
  237. pulumi_gcp/gkehub/membership.py +14 -14
  238. pulumi_gcp/gkehub/membership_binding.py +4 -4
  239. pulumi_gcp/gkehub/membership_rbac_role_binding.py +6 -6
  240. pulumi_gcp/gkehub/outputs.py +19 -0
  241. pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
  242. pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +100 -100
  243. pulumi_gcp/gkeonprem/bare_metal_cluster.py +182 -182
  244. pulumi_gcp/gkeonprem/bare_metal_node_pool.py +100 -100
  245. pulumi_gcp/gkeonprem/v_mware_cluster.py +112 -112
  246. pulumi_gcp/gkeonprem/v_mware_node_pool.py +24 -24
  247. pulumi_gcp/healthcare/dataset.py +2 -2
  248. pulumi_gcp/healthcare/dicom_store.py +10 -10
  249. pulumi_gcp/healthcare/fhir_store.py +22 -22
  250. pulumi_gcp/healthcare/hl7_store.py +10 -10
  251. pulumi_gcp/iam/access_boundary_policy.py +16 -16
  252. pulumi_gcp/iam/deny_policy.py +18 -18
  253. pulumi_gcp/iam/workforce_pool.py +4 -4
  254. pulumi_gcp/iam/workforce_pool_provider.py +84 -84
  255. pulumi_gcp/iam/workload_identity_pool_provider.py +20 -20
  256. pulumi_gcp/iap/client.py +7 -7
  257. pulumi_gcp/identityplatform/config.py +32 -32
  258. pulumi_gcp/identityplatform/inbound_saml_config.py +14 -14
  259. pulumi_gcp/identityplatform/project_default_config.py +10 -10
  260. pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +14 -14
  261. pulumi_gcp/integrationconnectors/connection.py +132 -132
  262. pulumi_gcp/integrationconnectors/managed_zone.py +2 -2
  263. pulumi_gcp/kms/_inputs.py +40 -0
  264. pulumi_gcp/kms/crypto_key.py +103 -0
  265. pulumi_gcp/kms/ekm_connection.py +6 -6
  266. pulumi_gcp/kms/get_kms_crypto_key.py +11 -1
  267. pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
  268. pulumi_gcp/kms/outputs.py +112 -0
  269. pulumi_gcp/kms/secret_ciphertext.py +4 -4
  270. pulumi_gcp/logging/folder_bucket_config.py +2 -2
  271. pulumi_gcp/logging/metric.py +28 -28
  272. pulumi_gcp/logging/organization_bucket_config.py +2 -2
  273. pulumi_gcp/logging/project_bucket_config.py +4 -4
  274. pulumi_gcp/looker/instance.py +38 -38
  275. pulumi_gcp/managedkafka/cluster.py +18 -18
  276. pulumi_gcp/managedkafka/topic.py +8 -8
  277. pulumi_gcp/memcache/instance.py +8 -8
  278. pulumi_gcp/migrationcenter/preference_set.py +46 -46
  279. pulumi_gcp/monitoring/alert_policy.py +42 -42
  280. pulumi_gcp/monitoring/custom_service.py +2 -2
  281. pulumi_gcp/monitoring/generic_service.py +4 -4
  282. pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
  283. pulumi_gcp/monitoring/get_notification_channel.py +8 -8
  284. pulumi_gcp/monitoring/metric_descriptor.py +10 -10
  285. pulumi_gcp/monitoring/notification_channel.py +2 -2
  286. pulumi_gcp/monitoring/slo.py +28 -28
  287. pulumi_gcp/monitoring/uptime_check_config.py +66 -66
  288. pulumi_gcp/netapp/backup.py +2 -2
  289. pulumi_gcp/netapp/volume_replication.py +6 -6
  290. pulumi_gcp/networkconnectivity/policy_based_route.py +10 -10
  291. pulumi_gcp/networkconnectivity/spoke.py +16 -16
  292. pulumi_gcp/networkmanagement/connectivity_test.py +18 -18
  293. pulumi_gcp/networksecurity/address_group.py +1 -1
  294. pulumi_gcp/networksecurity/authorization_policy.py +10 -10
  295. pulumi_gcp/networksecurity/client_tls_policy.py +12 -12
  296. pulumi_gcp/networksecurity/gateway_security_policy.py +42 -42
  297. pulumi_gcp/networksecurity/security_profile.py +6 -6
  298. pulumi_gcp/networksecurity/server_tls_policy.py +36 -36
  299. pulumi_gcp/networksecurity/tls_inspection_policy.py +92 -92
  300. pulumi_gcp/networkservices/edge_cache_keyset.py +2 -2
  301. pulumi_gcp/networkservices/edge_cache_origin.py +30 -30
  302. pulumi_gcp/networkservices/edge_cache_service.py +260 -260
  303. pulumi_gcp/networkservices/endpoint_policy.py +14 -14
  304. pulumi_gcp/networkservices/gateway.py +8 -8
  305. pulumi_gcp/networkservices/grpc_route.py +36 -36
  306. pulumi_gcp/networkservices/http_route.py +148 -148
  307. pulumi_gcp/networkservices/service_lb_policies.py +2 -2
  308. pulumi_gcp/networkservices/tcp_route.py +16 -16
  309. pulumi_gcp/networkservices/tls_route.py +12 -12
  310. pulumi_gcp/notebooks/instance.py +10 -10
  311. pulumi_gcp/notebooks/runtime.py +90 -90
  312. pulumi_gcp/organizations/access_approval_settings.py +8 -8
  313. pulumi_gcp/organizations/iam_audit_config.py +4 -4
  314. pulumi_gcp/organizations/iam_member.py +12 -12
  315. pulumi_gcp/organizations/iam_policy.py +12 -12
  316. pulumi_gcp/organizations/policy.py +2 -2
  317. pulumi_gcp/orgpolicy/policy.py +12 -12
  318. pulumi_gcp/osconfig/guest_policies.py +28 -28
  319. pulumi_gcp/osconfig/os_policy_assignment.py +42 -42
  320. pulumi_gcp/osconfig/patch_deployment.py +70 -70
  321. pulumi_gcp/privilegedaccessmanager/entitlement.py +24 -20
  322. pulumi_gcp/projects/access_approval_settings.py +6 -6
  323. pulumi_gcp/projects/api_key.py +28 -28
  324. pulumi_gcp/projects/iam_audit_config.py +12 -12
  325. pulumi_gcp/projects/iam_binding.py +12 -12
  326. pulumi_gcp/projects/iam_member.py +12 -12
  327. pulumi_gcp/projects/iam_policy.py +12 -12
  328. pulumi_gcp/projects/organization_policy.py +2 -2
  329. pulumi_gcp/provider.py +20 -0
  330. pulumi_gcp/pubsub/lite_subscription.py +8 -8
  331. pulumi_gcp/pubsub/lite_topic.py +8 -8
  332. pulumi_gcp/pubsub/subscription.py +50 -50
  333. pulumi_gcp/pubsub/topic.py +12 -12
  334. pulumi_gcp/pulumi-plugin.json +1 -1
  335. pulumi_gcp/recaptcha/enterprise_key.py +54 -54
  336. pulumi_gcp/redis/instance.py +8 -8
  337. pulumi_gcp/secretmanager/secret.py +6 -6
  338. pulumi_gcp/secretmanager/secret_version.py +6 -6
  339. pulumi_gcp/securesourcemanager/instance.py +30 -30
  340. pulumi_gcp/securesourcemanager/repository.py +2 -2
  341. pulumi_gcp/securitycenter/__init__.py +1 -0
  342. pulumi_gcp/securitycenter/_inputs.py +93 -0
  343. pulumi_gcp/securitycenter/folder_custom_module.py +12 -12
  344. pulumi_gcp/securitycenter/instance_iam_binding.py +14 -14
  345. pulumi_gcp/securitycenter/instance_iam_member.py +14 -14
  346. pulumi_gcp/securitycenter/instance_iam_policy.py +14 -14
  347. pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +12 -12
  348. pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +12 -12
  349. pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +12 -12
  350. pulumi_gcp/securitycenter/organization_custom_module.py +12 -12
  351. pulumi_gcp/securitycenter/outputs.py +59 -0
  352. pulumi_gcp/securitycenter/project_custom_module.py +12 -12
  353. pulumi_gcp/securitycenter/project_notification_config.py +518 -0
  354. pulumi_gcp/securityposture/posture.py +52 -52
  355. pulumi_gcp/siteverification/__init__.py +8 -0
  356. pulumi_gcp/siteverification/get_token.py +221 -0
  357. pulumi_gcp/sourcerepo/repository.py +4 -4
  358. pulumi_gcp/spanner/instance.py +12 -12
  359. pulumi_gcp/sql/database_instance.py +28 -28
  360. pulumi_gcp/sql/user.py +4 -4
  361. pulumi_gcp/storage/bucket.py +12 -12
  362. pulumi_gcp/storage/get_project_service_account.py +2 -2
  363. pulumi_gcp/storage/insights_report_config.py +16 -16
  364. pulumi_gcp/storage/transfer_agent_pool.py +2 -2
  365. pulumi_gcp/storage/transfer_job.py +38 -38
  366. pulumi_gcp/tpu/v2_vm.py +8 -8
  367. pulumi_gcp/vertex/ai_deployment_resource_pool.py +16 -16
  368. pulumi_gcp/vertex/ai_endpoint.py +2 -2
  369. pulumi_gcp/vertex/ai_feature_group.py +6 -6
  370. pulumi_gcp/vertex/ai_feature_group_feature.py +6 -6
  371. pulumi_gcp/vertex/ai_feature_online_store.py +22 -22
  372. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +76 -76
  373. pulumi_gcp/vertex/ai_feature_store.py +14 -14
  374. pulumi_gcp/vertex/ai_feature_store_entity_type.py +30 -30
  375. pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +12 -12
  376. pulumi_gcp/vertex/ai_index.py +28 -28
  377. pulumi_gcp/vertex/ai_index_endpoint.py +4 -4
  378. pulumi_gcp/vertex/ai_tensorboard.py +2 -2
  379. pulumi_gcp/vmwareengine/cluster.py +36 -36
  380. pulumi_gcp/vmwareengine/external_access_rule.py +20 -20
  381. pulumi_gcp/vmwareengine/external_address.py +12 -12
  382. pulumi_gcp/vmwareengine/private_cloud.py +26 -26
  383. pulumi_gcp/vmwareengine/subnet.py +12 -12
  384. pulumi_gcp/workbench/instance.py +66 -66
  385. pulumi_gcp/workstations/workstation.py +8 -8
  386. pulumi_gcp/workstations/workstation_cluster.py +4 -4
  387. pulumi_gcp/workstations/workstation_config.py +122 -122
  388. {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/METADATA +1 -1
  389. {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/RECORD +391 -387
  390. {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/WHEEL +1 -1
  391. {pulumi_gcp-7.32.0a1721151794.dist-info → pulumi_gcp-7.33.0.dist-info}/top_level.txt +0 -0
@@ -621,26 +621,26 @@ class Certificate(pulumi.CustomResource):
621
621
  pool=default.name,
622
622
  certificate_authority_id="my-authority",
623
623
  config={
624
- "subjectConfig": {
624
+ "subject_config": {
625
625
  "subject": {
626
626
  "organization": "HashiCorp",
627
- "commonName": "my-certificate-authority",
627
+ "common_name": "my-certificate-authority",
628
628
  },
629
- "subjectAltName": {
630
- "dnsNames": ["hashicorp.com"],
629
+ "subject_alt_name": {
630
+ "dns_names": ["hashicorp.com"],
631
631
  },
632
632
  },
633
- "x509Config": {
634
- "caOptions": {
635
- "isCa": True,
636
- },
637
- "keyUsage": {
638
- "baseKeyUsage": {
639
- "certSign": True,
640
- "crlSign": True,
633
+ "x509_config": {
634
+ "ca_options": {
635
+ "is_ca": True,
636
+ },
637
+ "key_usage": {
638
+ "base_key_usage": {
639
+ "cert_sign": True,
640
+ "crl_sign": True,
641
641
  },
642
- "extendedKeyUsage": {
643
- "serverAuth": True,
642
+ "extended_key_usage": {
643
+ "server_auth": True,
644
644
  },
645
645
  },
646
646
  },
@@ -659,48 +659,48 @@ class Certificate(pulumi.CustomResource):
659
659
  lifetime="86000s",
660
660
  name="cert-1",
661
661
  config={
662
- "subjectConfig": {
662
+ "subject_config": {
663
663
  "subject": {
664
- "commonName": "san1.example.com",
665
- "countryCode": "us",
664
+ "common_name": "san1.example.com",
665
+ "country_code": "us",
666
666
  "organization": "google",
667
- "organizationalUnit": "enterprise",
667
+ "organizational_unit": "enterprise",
668
668
  "locality": "mountain view",
669
669
  "province": "california",
670
- "streetAddress": "1600 amphitheatre parkway",
670
+ "street_address": "1600 amphitheatre parkway",
671
671
  },
672
- "subjectAltName": {
673
- "emailAddresses": ["email@example.com"],
674
- "ipAddresses": ["127.0.0.1"],
672
+ "subject_alt_name": {
673
+ "email_addresses": ["email@example.com"],
674
+ "ip_addresses": ["127.0.0.1"],
675
675
  "uris": ["http://www.ietf.org/rfc/rfc3986.txt"],
676
676
  },
677
677
  },
678
- "x509Config": {
679
- "caOptions": {
680
- "isCa": True,
681
- },
682
- "keyUsage": {
683
- "baseKeyUsage": {
684
- "certSign": True,
685
- "crlSign": True,
678
+ "x509_config": {
679
+ "ca_options": {
680
+ "is_ca": True,
681
+ },
682
+ "key_usage": {
683
+ "base_key_usage": {
684
+ "cert_sign": True,
685
+ "crl_sign": True,
686
686
  },
687
- "extendedKeyUsage": {
688
- "serverAuth": False,
687
+ "extended_key_usage": {
688
+ "server_auth": False,
689
689
  },
690
690
  },
691
- "nameConstraints": {
691
+ "name_constraints": {
692
692
  "critical": True,
693
- "permittedDnsNames": ["*.example.com"],
694
- "excludedDnsNames": ["*.deny.example.com"],
695
- "permittedIpRanges": ["10.0.0.0/8"],
696
- "excludedIpRanges": ["10.1.1.0/24"],
697
- "permittedEmailAddresses": [".example.com"],
698
- "excludedEmailAddresses": [".deny.example.com"],
699
- "permittedUris": [".example.com"],
700
- "excludedUris": [".deny.example.com"],
693
+ "permitted_dns_names": ["*.example.com"],
694
+ "excluded_dns_names": ["*.deny.example.com"],
695
+ "permitted_ip_ranges": ["10.0.0.0/8"],
696
+ "excluded_ip_ranges": ["10.1.1.0/24"],
697
+ "permitted_email_addresses": [".example.com"],
698
+ "excluded_email_addresses": [".deny.example.com"],
699
+ "permitted_uris": [".example.com"],
700
+ "excluded_uris": [".deny.example.com"],
701
701
  },
702
702
  },
703
- "publicKey": {
703
+ "public_key": {
704
704
  "format": "PEM",
705
705
  "key": std.base64encode_output(input=cert_key.public_key_pem).apply(lambda invoke: invoke.result),
706
706
  },
@@ -722,9 +722,9 @@ class Certificate(pulumi.CustomResource):
722
722
  name="my-certificate-template",
723
723
  description="An updated sample certificate template",
724
724
  identity_constraints={
725
- "allowSubjectAltNamesPassthrough": True,
726
- "allowSubjectPassthrough": True,
727
- "celExpression": {
725
+ "allow_subject_alt_names_passthrough": True,
726
+ "allow_subject_passthrough": True,
727
+ "cel_expression": {
728
728
  "description": "Always true",
729
729
  "expression": "true",
730
730
  "location": "any.file.anywhere",
@@ -732,18 +732,18 @@ class Certificate(pulumi.CustomResource):
732
732
  },
733
733
  },
734
734
  passthrough_extensions={
735
- "additionalExtensions": [{
736
- "objectIdPaths": [
735
+ "additional_extensions": [{
736
+ "object_id_paths": [
737
737
  1,
738
738
  6,
739
739
  ],
740
740
  }],
741
- "knownExtensions": ["EXTENDED_KEY_USAGE"],
741
+ "known_extensions": ["EXTENDED_KEY_USAGE"],
742
742
  },
743
743
  predefined_values={
744
- "additionalExtensions": [{
745
- "objectId": {
746
- "objectIdPaths": [
744
+ "additional_extensions": [{
745
+ "object_id": {
746
+ "object_id_paths": [
747
747
  1,
748
748
  6,
749
749
  ],
@@ -751,40 +751,40 @@ class Certificate(pulumi.CustomResource):
751
751
  "value": "c3RyaW5nCg==",
752
752
  "critical": True,
753
753
  }],
754
- "aiaOcspServers": ["string"],
755
- "caOptions": {
756
- "isCa": False,
757
- "maxIssuerPathLength": 6,
754
+ "aia_ocsp_servers": ["string"],
755
+ "ca_options": {
756
+ "is_ca": False,
757
+ "max_issuer_path_length": 6,
758
758
  },
759
- "keyUsage": {
760
- "baseKeyUsage": {
761
- "certSign": False,
762
- "contentCommitment": True,
763
- "crlSign": False,
764
- "dataEncipherment": True,
765
- "decipherOnly": True,
766
- "digitalSignature": True,
767
- "encipherOnly": True,
768
- "keyAgreement": True,
769
- "keyEncipherment": True,
770
- },
771
- "extendedKeyUsage": {
772
- "clientAuth": True,
773
- "codeSigning": True,
774
- "emailProtection": True,
775
- "ocspSigning": True,
776
- "serverAuth": True,
777
- "timeStamping": True,
778
- },
779
- "unknownExtendedKeyUsages": [{
780
- "objectIdPaths": [
759
+ "key_usage": {
760
+ "base_key_usage": {
761
+ "cert_sign": False,
762
+ "content_commitment": True,
763
+ "crl_sign": False,
764
+ "data_encipherment": True,
765
+ "decipher_only": True,
766
+ "digital_signature": True,
767
+ "encipher_only": True,
768
+ "key_agreement": True,
769
+ "key_encipherment": True,
770
+ },
771
+ "extended_key_usage": {
772
+ "client_auth": True,
773
+ "code_signing": True,
774
+ "email_protection": True,
775
+ "ocsp_signing": True,
776
+ "server_auth": True,
777
+ "time_stamping": True,
778
+ },
779
+ "unknown_extended_key_usages": [{
780
+ "object_id_paths": [
781
781
  1,
782
782
  6,
783
783
  ],
784
784
  }],
785
785
  },
786
- "policyIds": [{
787
- "objectIdPaths": [
786
+ "policy_ids": [{
787
+ "object_id_paths": [
788
788
  1,
789
789
  6,
790
790
  ],
@@ -795,26 +795,26 @@ class Certificate(pulumi.CustomResource):
795
795
  pool=default.name,
796
796
  certificate_authority_id="my-authority",
797
797
  config={
798
- "subjectConfig": {
798
+ "subject_config": {
799
799
  "subject": {
800
800
  "organization": "HashiCorp",
801
- "commonName": "my-certificate-authority",
801
+ "common_name": "my-certificate-authority",
802
802
  },
803
- "subjectAltName": {
804
- "dnsNames": ["hashicorp.com"],
803
+ "subject_alt_name": {
804
+ "dns_names": ["hashicorp.com"],
805
805
  },
806
806
  },
807
- "x509Config": {
808
- "caOptions": {
809
- "isCa": True,
810
- },
811
- "keyUsage": {
812
- "baseKeyUsage": {
813
- "certSign": True,
814
- "crlSign": True,
807
+ "x509_config": {
808
+ "ca_options": {
809
+ "is_ca": True,
810
+ },
811
+ "key_usage": {
812
+ "base_key_usage": {
813
+ "cert_sign": True,
814
+ "crl_sign": True,
815
815
  },
816
- "extendedKeyUsage": {
817
- "serverAuth": False,
816
+ "extended_key_usage": {
817
+ "server_auth": False,
818
818
  },
819
819
  },
820
820
  },
@@ -850,26 +850,26 @@ class Certificate(pulumi.CustomResource):
850
850
  pool=default.name,
851
851
  certificate_authority_id="my-authority",
852
852
  config={
853
- "subjectConfig": {
853
+ "subject_config": {
854
854
  "subject": {
855
855
  "organization": "HashiCorp",
856
- "commonName": "my-certificate-authority",
856
+ "common_name": "my-certificate-authority",
857
857
  },
858
- "subjectAltName": {
859
- "dnsNames": ["hashicorp.com"],
858
+ "subject_alt_name": {
859
+ "dns_names": ["hashicorp.com"],
860
860
  },
861
861
  },
862
- "x509Config": {
863
- "caOptions": {
864
- "isCa": True,
865
- },
866
- "keyUsage": {
867
- "baseKeyUsage": {
868
- "certSign": True,
869
- "crlSign": True,
862
+ "x509_config": {
863
+ "ca_options": {
864
+ "is_ca": True,
865
+ },
866
+ "key_usage": {
867
+ "base_key_usage": {
868
+ "cert_sign": True,
869
+ "crl_sign": True,
870
870
  },
871
- "extendedKeyUsage": {
872
- "serverAuth": False,
871
+ "extended_key_usage": {
872
+ "server_auth": False,
873
873
  },
874
874
  },
875
875
  },
@@ -904,27 +904,27 @@ class Certificate(pulumi.CustomResource):
904
904
  pool=default.name,
905
905
  certificate_authority_id="my-authority",
906
906
  config={
907
- "subjectConfig": {
907
+ "subject_config": {
908
908
  "subject": {
909
909
  "organization": "HashiCorp",
910
- "commonName": "my-certificate-authority",
910
+ "common_name": "my-certificate-authority",
911
911
  },
912
- "subjectAltName": {
913
- "dnsNames": ["hashicorp.com"],
912
+ "subject_alt_name": {
913
+ "dns_names": ["hashicorp.com"],
914
914
  },
915
915
  },
916
- "x509Config": {
917
- "caOptions": {
918
- "isCa": True,
919
- },
920
- "keyUsage": {
921
- "baseKeyUsage": {
922
- "digitalSignature": True,
923
- "certSign": True,
924
- "crlSign": True,
916
+ "x509_config": {
917
+ "ca_options": {
918
+ "is_ca": True,
919
+ },
920
+ "key_usage": {
921
+ "base_key_usage": {
922
+ "digital_signature": True,
923
+ "cert_sign": True,
924
+ "crl_sign": True,
925
925
  },
926
- "extendedKeyUsage": {
927
- "serverAuth": True,
926
+ "extended_key_usage": {
927
+ "server_auth": True,
928
928
  },
929
929
  },
930
930
  },
@@ -942,32 +942,32 @@ class Certificate(pulumi.CustomResource):
942
942
  name="my-certificate",
943
943
  lifetime="860s",
944
944
  config={
945
- "subjectConfig": {
945
+ "subject_config": {
946
946
  "subject": {
947
- "commonName": "san1.example.com",
948
- "countryCode": "us",
947
+ "common_name": "san1.example.com",
948
+ "country_code": "us",
949
949
  "organization": "google",
950
- "organizationalUnit": "enterprise",
950
+ "organizational_unit": "enterprise",
951
951
  "locality": "mountain view",
952
952
  "province": "california",
953
- "streetAddress": "1600 amphitheatre parkway",
954
- "postalCode": "94109",
953
+ "street_address": "1600 amphitheatre parkway",
954
+ "postal_code": "94109",
955
955
  },
956
956
  },
957
- "x509Config": {
958
- "caOptions": {
959
- "isCa": False,
957
+ "x509_config": {
958
+ "ca_options": {
959
+ "is_ca": False,
960
960
  },
961
- "keyUsage": {
962
- "baseKeyUsage": {
963
- "crlSign": True,
961
+ "key_usage": {
962
+ "base_key_usage": {
963
+ "crl_sign": True,
964
964
  },
965
- "extendedKeyUsage": {
966
- "serverAuth": True,
965
+ "extended_key_usage": {
966
+ "server_auth": True,
967
967
  },
968
968
  },
969
969
  },
970
- "publicKey": {
970
+ "public_key": {
971
971
  "format": "PEM",
972
972
  "key": std.filebase64(input="test-fixtures/rsa_public.pem").result,
973
973
  },
@@ -990,27 +990,27 @@ class Certificate(pulumi.CustomResource):
990
990
  pool=default.name,
991
991
  certificate_authority_id="my-authority",
992
992
  config={
993
- "subjectConfig": {
993
+ "subject_config": {
994
994
  "subject": {
995
995
  "organization": "HashiCorp",
996
- "commonName": "my-certificate-authority",
996
+ "common_name": "my-certificate-authority",
997
997
  },
998
- "subjectAltName": {
999
- "dnsNames": ["hashicorp.com"],
998
+ "subject_alt_name": {
999
+ "dns_names": ["hashicorp.com"],
1000
1000
  },
1001
1001
  },
1002
- "x509Config": {
1003
- "caOptions": {
1004
- "isCa": True,
1005
- },
1006
- "keyUsage": {
1007
- "baseKeyUsage": {
1008
- "digitalSignature": True,
1009
- "certSign": True,
1010
- "crlSign": True,
1002
+ "x509_config": {
1003
+ "ca_options": {
1004
+ "is_ca": True,
1005
+ },
1006
+ "key_usage": {
1007
+ "base_key_usage": {
1008
+ "digital_signature": True,
1009
+ "cert_sign": True,
1010
+ "crl_sign": True,
1011
1011
  },
1012
- "extendedKeyUsage": {
1013
- "serverAuth": True,
1012
+ "extended_key_usage": {
1013
+ "server_auth": True,
1014
1014
  },
1015
1015
  },
1016
1016
  },
@@ -1028,35 +1028,35 @@ class Certificate(pulumi.CustomResource):
1028
1028
  name="my-certificate",
1029
1029
  lifetime="860s",
1030
1030
  config={
1031
- "subjectConfig": {
1031
+ "subject_config": {
1032
1032
  "subject": {
1033
- "commonName": "san1.example.com",
1034
- "countryCode": "us",
1033
+ "common_name": "san1.example.com",
1034
+ "country_code": "us",
1035
1035
  "organization": "google",
1036
- "organizationalUnit": "enterprise",
1036
+ "organizational_unit": "enterprise",
1037
1037
  "locality": "mountain view",
1038
1038
  "province": "california",
1039
- "streetAddress": "1600 amphitheatre parkway",
1040
- "postalCode": "94109",
1039
+ "street_address": "1600 amphitheatre parkway",
1040
+ "postal_code": "94109",
1041
1041
  },
1042
1042
  },
1043
- "subjectKeyId": {
1044
- "keyId": "4cf3372289b1d411b999dbb9ebcd44744b6b2fca",
1043
+ "subject_key_id": {
1044
+ "key_id": "4cf3372289b1d411b999dbb9ebcd44744b6b2fca",
1045
1045
  },
1046
- "x509Config": {
1047
- "caOptions": {
1048
- "isCa": False,
1046
+ "x509_config": {
1047
+ "ca_options": {
1048
+ "is_ca": False,
1049
1049
  },
1050
- "keyUsage": {
1051
- "baseKeyUsage": {
1052
- "crlSign": True,
1050
+ "key_usage": {
1051
+ "base_key_usage": {
1052
+ "crl_sign": True,
1053
1053
  },
1054
- "extendedKeyUsage": {
1055
- "serverAuth": True,
1054
+ "extended_key_usage": {
1055
+ "server_auth": True,
1056
1056
  },
1057
1057
  },
1058
1058
  },
1059
- "publicKey": {
1059
+ "public_key": {
1060
1060
  "format": "PEM",
1061
1061
  "key": std.filebase64(input="test-fixtures/rsa_public.pem").result,
1062
1062
  },
@@ -1150,26 +1150,26 @@ class Certificate(pulumi.CustomResource):
1150
1150
  pool=default.name,
1151
1151
  certificate_authority_id="my-authority",
1152
1152
  config={
1153
- "subjectConfig": {
1153
+ "subject_config": {
1154
1154
  "subject": {
1155
1155
  "organization": "HashiCorp",
1156
- "commonName": "my-certificate-authority",
1156
+ "common_name": "my-certificate-authority",
1157
1157
  },
1158
- "subjectAltName": {
1159
- "dnsNames": ["hashicorp.com"],
1158
+ "subject_alt_name": {
1159
+ "dns_names": ["hashicorp.com"],
1160
1160
  },
1161
1161
  },
1162
- "x509Config": {
1163
- "caOptions": {
1164
- "isCa": True,
1165
- },
1166
- "keyUsage": {
1167
- "baseKeyUsage": {
1168
- "certSign": True,
1169
- "crlSign": True,
1162
+ "x509_config": {
1163
+ "ca_options": {
1164
+ "is_ca": True,
1165
+ },
1166
+ "key_usage": {
1167
+ "base_key_usage": {
1168
+ "cert_sign": True,
1169
+ "crl_sign": True,
1170
1170
  },
1171
- "extendedKeyUsage": {
1172
- "serverAuth": True,
1171
+ "extended_key_usage": {
1172
+ "server_auth": True,
1173
1173
  },
1174
1174
  },
1175
1175
  },
@@ -1188,48 +1188,48 @@ class Certificate(pulumi.CustomResource):
1188
1188
  lifetime="86000s",
1189
1189
  name="cert-1",
1190
1190
  config={
1191
- "subjectConfig": {
1191
+ "subject_config": {
1192
1192
  "subject": {
1193
- "commonName": "san1.example.com",
1194
- "countryCode": "us",
1193
+ "common_name": "san1.example.com",
1194
+ "country_code": "us",
1195
1195
  "organization": "google",
1196
- "organizationalUnit": "enterprise",
1196
+ "organizational_unit": "enterprise",
1197
1197
  "locality": "mountain view",
1198
1198
  "province": "california",
1199
- "streetAddress": "1600 amphitheatre parkway",
1199
+ "street_address": "1600 amphitheatre parkway",
1200
1200
  },
1201
- "subjectAltName": {
1202
- "emailAddresses": ["email@example.com"],
1203
- "ipAddresses": ["127.0.0.1"],
1201
+ "subject_alt_name": {
1202
+ "email_addresses": ["email@example.com"],
1203
+ "ip_addresses": ["127.0.0.1"],
1204
1204
  "uris": ["http://www.ietf.org/rfc/rfc3986.txt"],
1205
1205
  },
1206
1206
  },
1207
- "x509Config": {
1208
- "caOptions": {
1209
- "isCa": True,
1210
- },
1211
- "keyUsage": {
1212
- "baseKeyUsage": {
1213
- "certSign": True,
1214
- "crlSign": True,
1207
+ "x509_config": {
1208
+ "ca_options": {
1209
+ "is_ca": True,
1210
+ },
1211
+ "key_usage": {
1212
+ "base_key_usage": {
1213
+ "cert_sign": True,
1214
+ "crl_sign": True,
1215
1215
  },
1216
- "extendedKeyUsage": {
1217
- "serverAuth": False,
1216
+ "extended_key_usage": {
1217
+ "server_auth": False,
1218
1218
  },
1219
1219
  },
1220
- "nameConstraints": {
1220
+ "name_constraints": {
1221
1221
  "critical": True,
1222
- "permittedDnsNames": ["*.example.com"],
1223
- "excludedDnsNames": ["*.deny.example.com"],
1224
- "permittedIpRanges": ["10.0.0.0/8"],
1225
- "excludedIpRanges": ["10.1.1.0/24"],
1226
- "permittedEmailAddresses": [".example.com"],
1227
- "excludedEmailAddresses": [".deny.example.com"],
1228
- "permittedUris": [".example.com"],
1229
- "excludedUris": [".deny.example.com"],
1222
+ "permitted_dns_names": ["*.example.com"],
1223
+ "excluded_dns_names": ["*.deny.example.com"],
1224
+ "permitted_ip_ranges": ["10.0.0.0/8"],
1225
+ "excluded_ip_ranges": ["10.1.1.0/24"],
1226
+ "permitted_email_addresses": [".example.com"],
1227
+ "excluded_email_addresses": [".deny.example.com"],
1228
+ "permitted_uris": [".example.com"],
1229
+ "excluded_uris": [".deny.example.com"],
1230
1230
  },
1231
1231
  },
1232
- "publicKey": {
1232
+ "public_key": {
1233
1233
  "format": "PEM",
1234
1234
  "key": std.base64encode_output(input=cert_key.public_key_pem).apply(lambda invoke: invoke.result),
1235
1235
  },
@@ -1251,9 +1251,9 @@ class Certificate(pulumi.CustomResource):
1251
1251
  name="my-certificate-template",
1252
1252
  description="An updated sample certificate template",
1253
1253
  identity_constraints={
1254
- "allowSubjectAltNamesPassthrough": True,
1255
- "allowSubjectPassthrough": True,
1256
- "celExpression": {
1254
+ "allow_subject_alt_names_passthrough": True,
1255
+ "allow_subject_passthrough": True,
1256
+ "cel_expression": {
1257
1257
  "description": "Always true",
1258
1258
  "expression": "true",
1259
1259
  "location": "any.file.anywhere",
@@ -1261,18 +1261,18 @@ class Certificate(pulumi.CustomResource):
1261
1261
  },
1262
1262
  },
1263
1263
  passthrough_extensions={
1264
- "additionalExtensions": [{
1265
- "objectIdPaths": [
1264
+ "additional_extensions": [{
1265
+ "object_id_paths": [
1266
1266
  1,
1267
1267
  6,
1268
1268
  ],
1269
1269
  }],
1270
- "knownExtensions": ["EXTENDED_KEY_USAGE"],
1270
+ "known_extensions": ["EXTENDED_KEY_USAGE"],
1271
1271
  },
1272
1272
  predefined_values={
1273
- "additionalExtensions": [{
1274
- "objectId": {
1275
- "objectIdPaths": [
1273
+ "additional_extensions": [{
1274
+ "object_id": {
1275
+ "object_id_paths": [
1276
1276
  1,
1277
1277
  6,
1278
1278
  ],
@@ -1280,40 +1280,40 @@ class Certificate(pulumi.CustomResource):
1280
1280
  "value": "c3RyaW5nCg==",
1281
1281
  "critical": True,
1282
1282
  }],
1283
- "aiaOcspServers": ["string"],
1284
- "caOptions": {
1285
- "isCa": False,
1286
- "maxIssuerPathLength": 6,
1283
+ "aia_ocsp_servers": ["string"],
1284
+ "ca_options": {
1285
+ "is_ca": False,
1286
+ "max_issuer_path_length": 6,
1287
1287
  },
1288
- "keyUsage": {
1289
- "baseKeyUsage": {
1290
- "certSign": False,
1291
- "contentCommitment": True,
1292
- "crlSign": False,
1293
- "dataEncipherment": True,
1294
- "decipherOnly": True,
1295
- "digitalSignature": True,
1296
- "encipherOnly": True,
1297
- "keyAgreement": True,
1298
- "keyEncipherment": True,
1299
- },
1300
- "extendedKeyUsage": {
1301
- "clientAuth": True,
1302
- "codeSigning": True,
1303
- "emailProtection": True,
1304
- "ocspSigning": True,
1305
- "serverAuth": True,
1306
- "timeStamping": True,
1307
- },
1308
- "unknownExtendedKeyUsages": [{
1309
- "objectIdPaths": [
1288
+ "key_usage": {
1289
+ "base_key_usage": {
1290
+ "cert_sign": False,
1291
+ "content_commitment": True,
1292
+ "crl_sign": False,
1293
+ "data_encipherment": True,
1294
+ "decipher_only": True,
1295
+ "digital_signature": True,
1296
+ "encipher_only": True,
1297
+ "key_agreement": True,
1298
+ "key_encipherment": True,
1299
+ },
1300
+ "extended_key_usage": {
1301
+ "client_auth": True,
1302
+ "code_signing": True,
1303
+ "email_protection": True,
1304
+ "ocsp_signing": True,
1305
+ "server_auth": True,
1306
+ "time_stamping": True,
1307
+ },
1308
+ "unknown_extended_key_usages": [{
1309
+ "object_id_paths": [
1310
1310
  1,
1311
1311
  6,
1312
1312
  ],
1313
1313
  }],
1314
1314
  },
1315
- "policyIds": [{
1316
- "objectIdPaths": [
1315
+ "policy_ids": [{
1316
+ "object_id_paths": [
1317
1317
  1,
1318
1318
  6,
1319
1319
  ],
@@ -1324,26 +1324,26 @@ class Certificate(pulumi.CustomResource):
1324
1324
  pool=default.name,
1325
1325
  certificate_authority_id="my-authority",
1326
1326
  config={
1327
- "subjectConfig": {
1327
+ "subject_config": {
1328
1328
  "subject": {
1329
1329
  "organization": "HashiCorp",
1330
- "commonName": "my-certificate-authority",
1330
+ "common_name": "my-certificate-authority",
1331
1331
  },
1332
- "subjectAltName": {
1333
- "dnsNames": ["hashicorp.com"],
1332
+ "subject_alt_name": {
1333
+ "dns_names": ["hashicorp.com"],
1334
1334
  },
1335
1335
  },
1336
- "x509Config": {
1337
- "caOptions": {
1338
- "isCa": True,
1339
- },
1340
- "keyUsage": {
1341
- "baseKeyUsage": {
1342
- "certSign": True,
1343
- "crlSign": True,
1336
+ "x509_config": {
1337
+ "ca_options": {
1338
+ "is_ca": True,
1339
+ },
1340
+ "key_usage": {
1341
+ "base_key_usage": {
1342
+ "cert_sign": True,
1343
+ "crl_sign": True,
1344
1344
  },
1345
- "extendedKeyUsage": {
1346
- "serverAuth": False,
1345
+ "extended_key_usage": {
1346
+ "server_auth": False,
1347
1347
  },
1348
1348
  },
1349
1349
  },
@@ -1379,26 +1379,26 @@ class Certificate(pulumi.CustomResource):
1379
1379
  pool=default.name,
1380
1380
  certificate_authority_id="my-authority",
1381
1381
  config={
1382
- "subjectConfig": {
1382
+ "subject_config": {
1383
1383
  "subject": {
1384
1384
  "organization": "HashiCorp",
1385
- "commonName": "my-certificate-authority",
1385
+ "common_name": "my-certificate-authority",
1386
1386
  },
1387
- "subjectAltName": {
1388
- "dnsNames": ["hashicorp.com"],
1387
+ "subject_alt_name": {
1388
+ "dns_names": ["hashicorp.com"],
1389
1389
  },
1390
1390
  },
1391
- "x509Config": {
1392
- "caOptions": {
1393
- "isCa": True,
1394
- },
1395
- "keyUsage": {
1396
- "baseKeyUsage": {
1397
- "certSign": True,
1398
- "crlSign": True,
1391
+ "x509_config": {
1392
+ "ca_options": {
1393
+ "is_ca": True,
1394
+ },
1395
+ "key_usage": {
1396
+ "base_key_usage": {
1397
+ "cert_sign": True,
1398
+ "crl_sign": True,
1399
1399
  },
1400
- "extendedKeyUsage": {
1401
- "serverAuth": False,
1400
+ "extended_key_usage": {
1401
+ "server_auth": False,
1402
1402
  },
1403
1403
  },
1404
1404
  },
@@ -1433,27 +1433,27 @@ class Certificate(pulumi.CustomResource):
1433
1433
  pool=default.name,
1434
1434
  certificate_authority_id="my-authority",
1435
1435
  config={
1436
- "subjectConfig": {
1436
+ "subject_config": {
1437
1437
  "subject": {
1438
1438
  "organization": "HashiCorp",
1439
- "commonName": "my-certificate-authority",
1439
+ "common_name": "my-certificate-authority",
1440
1440
  },
1441
- "subjectAltName": {
1442
- "dnsNames": ["hashicorp.com"],
1441
+ "subject_alt_name": {
1442
+ "dns_names": ["hashicorp.com"],
1443
1443
  },
1444
1444
  },
1445
- "x509Config": {
1446
- "caOptions": {
1447
- "isCa": True,
1448
- },
1449
- "keyUsage": {
1450
- "baseKeyUsage": {
1451
- "digitalSignature": True,
1452
- "certSign": True,
1453
- "crlSign": True,
1445
+ "x509_config": {
1446
+ "ca_options": {
1447
+ "is_ca": True,
1448
+ },
1449
+ "key_usage": {
1450
+ "base_key_usage": {
1451
+ "digital_signature": True,
1452
+ "cert_sign": True,
1453
+ "crl_sign": True,
1454
1454
  },
1455
- "extendedKeyUsage": {
1456
- "serverAuth": True,
1455
+ "extended_key_usage": {
1456
+ "server_auth": True,
1457
1457
  },
1458
1458
  },
1459
1459
  },
@@ -1471,32 +1471,32 @@ class Certificate(pulumi.CustomResource):
1471
1471
  name="my-certificate",
1472
1472
  lifetime="860s",
1473
1473
  config={
1474
- "subjectConfig": {
1474
+ "subject_config": {
1475
1475
  "subject": {
1476
- "commonName": "san1.example.com",
1477
- "countryCode": "us",
1476
+ "common_name": "san1.example.com",
1477
+ "country_code": "us",
1478
1478
  "organization": "google",
1479
- "organizationalUnit": "enterprise",
1479
+ "organizational_unit": "enterprise",
1480
1480
  "locality": "mountain view",
1481
1481
  "province": "california",
1482
- "streetAddress": "1600 amphitheatre parkway",
1483
- "postalCode": "94109",
1482
+ "street_address": "1600 amphitheatre parkway",
1483
+ "postal_code": "94109",
1484
1484
  },
1485
1485
  },
1486
- "x509Config": {
1487
- "caOptions": {
1488
- "isCa": False,
1486
+ "x509_config": {
1487
+ "ca_options": {
1488
+ "is_ca": False,
1489
1489
  },
1490
- "keyUsage": {
1491
- "baseKeyUsage": {
1492
- "crlSign": True,
1490
+ "key_usage": {
1491
+ "base_key_usage": {
1492
+ "crl_sign": True,
1493
1493
  },
1494
- "extendedKeyUsage": {
1495
- "serverAuth": True,
1494
+ "extended_key_usage": {
1495
+ "server_auth": True,
1496
1496
  },
1497
1497
  },
1498
1498
  },
1499
- "publicKey": {
1499
+ "public_key": {
1500
1500
  "format": "PEM",
1501
1501
  "key": std.filebase64(input="test-fixtures/rsa_public.pem").result,
1502
1502
  },
@@ -1519,27 +1519,27 @@ class Certificate(pulumi.CustomResource):
1519
1519
  pool=default.name,
1520
1520
  certificate_authority_id="my-authority",
1521
1521
  config={
1522
- "subjectConfig": {
1522
+ "subject_config": {
1523
1523
  "subject": {
1524
1524
  "organization": "HashiCorp",
1525
- "commonName": "my-certificate-authority",
1525
+ "common_name": "my-certificate-authority",
1526
1526
  },
1527
- "subjectAltName": {
1528
- "dnsNames": ["hashicorp.com"],
1527
+ "subject_alt_name": {
1528
+ "dns_names": ["hashicorp.com"],
1529
1529
  },
1530
1530
  },
1531
- "x509Config": {
1532
- "caOptions": {
1533
- "isCa": True,
1534
- },
1535
- "keyUsage": {
1536
- "baseKeyUsage": {
1537
- "digitalSignature": True,
1538
- "certSign": True,
1539
- "crlSign": True,
1531
+ "x509_config": {
1532
+ "ca_options": {
1533
+ "is_ca": True,
1534
+ },
1535
+ "key_usage": {
1536
+ "base_key_usage": {
1537
+ "digital_signature": True,
1538
+ "cert_sign": True,
1539
+ "crl_sign": True,
1540
1540
  },
1541
- "extendedKeyUsage": {
1542
- "serverAuth": True,
1541
+ "extended_key_usage": {
1542
+ "server_auth": True,
1543
1543
  },
1544
1544
  },
1545
1545
  },
@@ -1557,35 +1557,35 @@ class Certificate(pulumi.CustomResource):
1557
1557
  name="my-certificate",
1558
1558
  lifetime="860s",
1559
1559
  config={
1560
- "subjectConfig": {
1560
+ "subject_config": {
1561
1561
  "subject": {
1562
- "commonName": "san1.example.com",
1563
- "countryCode": "us",
1562
+ "common_name": "san1.example.com",
1563
+ "country_code": "us",
1564
1564
  "organization": "google",
1565
- "organizationalUnit": "enterprise",
1565
+ "organizational_unit": "enterprise",
1566
1566
  "locality": "mountain view",
1567
1567
  "province": "california",
1568
- "streetAddress": "1600 amphitheatre parkway",
1569
- "postalCode": "94109",
1568
+ "street_address": "1600 amphitheatre parkway",
1569
+ "postal_code": "94109",
1570
1570
  },
1571
1571
  },
1572
- "subjectKeyId": {
1573
- "keyId": "4cf3372289b1d411b999dbb9ebcd44744b6b2fca",
1572
+ "subject_key_id": {
1573
+ "key_id": "4cf3372289b1d411b999dbb9ebcd44744b6b2fca",
1574
1574
  },
1575
- "x509Config": {
1576
- "caOptions": {
1577
- "isCa": False,
1575
+ "x509_config": {
1576
+ "ca_options": {
1577
+ "is_ca": False,
1578
1578
  },
1579
- "keyUsage": {
1580
- "baseKeyUsage": {
1581
- "crlSign": True,
1579
+ "key_usage": {
1580
+ "base_key_usage": {
1581
+ "crl_sign": True,
1582
1582
  },
1583
- "extendedKeyUsage": {
1584
- "serverAuth": True,
1583
+ "extended_key_usage": {
1584
+ "server_auth": True,
1585
1585
  },
1586
1586
  },
1587
1587
  },
1588
- "publicKey": {
1588
+ "public_key": {
1589
1589
  "format": "PEM",
1590
1590
  "key": std.filebase64(input="test-fixtures/rsa_public.pem").result,
1591
1591
  },