pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.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 (315) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/__init__.py +1 -0
  27. pulumi_oci/bigdataservice/_inputs.py +135 -46
  28. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  29. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
  30. pulumi_oci/bigdataservice/outputs.py +206 -50
  31. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  32. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  33. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  34. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  35. pulumi_oci/cloudbridge/_inputs.py +18 -18
  36. pulumi_oci/cloudbridge/outputs.py +18 -18
  37. pulumi_oci/cloudguard/__init__.py +9 -0
  38. pulumi_oci/cloudguard/_inputs.py +1066 -488
  39. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  40. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  41. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  42. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  43. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  44. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  45. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  46. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  47. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  48. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  49. pulumi_oci/cloudguard/get_data_source.py +10 -10
  50. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  51. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  52. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  53. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  54. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  55. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  56. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  57. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  58. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  59. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  60. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  61. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  62. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  63. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  64. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  65. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  66. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  67. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  68. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  69. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  70. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  71. pulumi_oci/cloudguard/managed_list.py +57 -57
  72. pulumi_oci/cloudguard/outputs.py +3493 -1808
  73. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  74. pulumi_oci/cloudguard/saved_query.py +595 -0
  75. pulumi_oci/cloudguard/security_recipe.py +43 -27
  76. pulumi_oci/cloudguard/security_zone.py +22 -20
  77. pulumi_oci/cloudguard/target.py +54 -54
  78. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  79. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  80. pulumi_oci/cloudmigrations/outputs.py +222 -496
  81. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  82. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  83. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  84. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  85. pulumi_oci/containerengine/_inputs.py +22 -22
  86. pulumi_oci/containerengine/container_instance.py +21 -21
  87. pulumi_oci/containerengine/outputs.py +22 -22
  88. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  89. pulumi_oci/core/_inputs.py +404 -670
  90. pulumi_oci/core/boot_volume.py +7 -7
  91. pulumi_oci/core/cluster_network.py +22 -22
  92. pulumi_oci/core/cross_connect_group.py +4 -20
  93. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  94. pulumi_oci/core/get_image.py +4 -0
  95. pulumi_oci/core/get_instance.py +4 -0
  96. pulumi_oci/core/get_public_ip.py +4 -0
  97. pulumi_oci/core/get_public_ips.py +8 -0
  98. pulumi_oci/core/get_vtap.py +2 -0
  99. pulumi_oci/core/get_vtaps.py +2 -0
  100. pulumi_oci/core/image.py +56 -0
  101. pulumi_oci/core/instance.py +48 -48
  102. pulumi_oci/core/instance_configuration.py +70 -28
  103. pulumi_oci/core/instance_pool.py +7 -7
  104. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  105. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  106. pulumi_oci/core/outputs.py +748 -668
  107. pulumi_oci/core/public_ip.py +8 -0
  108. pulumi_oci/core/vnic_attachment.py +8 -24
  109. pulumi_oci/core/volume.py +7 -7
  110. pulumi_oci/core/volume_group.py +7 -7
  111. pulumi_oci/core/vtap.py +14 -0
  112. pulumi_oci/database/_inputs.py +188 -220
  113. pulumi_oci/database/autonomous_database.py +21 -7
  114. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  115. pulumi_oci/database/backup_destination.py +11 -11
  116. pulumi_oci/database/cloud_database_management.py +14 -0
  117. pulumi_oci/database/database.py +28 -44
  118. pulumi_oci/database/database_upgrade.py +4 -4
  119. pulumi_oci/database/db_home.py +0 -13
  120. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  121. pulumi_oci/database/outputs.py +188 -220
  122. pulumi_oci/database/vm_cluster_network.py +4 -4
  123. pulumi_oci/databasemanagement/_inputs.py +8 -8
  124. pulumi_oci/databasemanagement/outputs.py +8 -8
  125. pulumi_oci/databasemigration/_inputs.py +34 -34
  126. pulumi_oci/databasemigration/connection.py +7 -7
  127. pulumi_oci/databasemigration/migration.py +7 -7
  128. pulumi_oci/databasemigration/outputs.py +34 -34
  129. pulumi_oci/databasetools/_inputs.py +12 -36
  130. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  131. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  132. pulumi_oci/databasetools/outputs.py +12 -36
  133. pulumi_oci/dataintegration/_inputs.py +318 -330
  134. pulumi_oci/dataintegration/outputs.py +318 -330
  135. pulumi_oci/dataintegration/workspace_application.py +7 -7
  136. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  137. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  138. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  139. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  140. pulumi_oci/dataintegration/workspace_project.py +7 -7
  141. pulumi_oci/dataintegration/workspace_task.py +47 -47
  142. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  143. pulumi_oci/datalabellingservice/outputs.py +10 -10
  144. pulumi_oci/datasafe/__init__.py +2 -0
  145. pulumi_oci/datasafe/_inputs.py +72 -80
  146. pulumi_oci/datasafe/library_masing_format.py +7 -7
  147. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  148. pulumi_oci/datasafe/masking_policy.py +7 -7
  149. pulumi_oci/datasafe/outputs.py +72 -80
  150. pulumi_oci/datasafe/report_definition.py +8 -24
  151. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  152. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  153. pulumi_oci/datasafe/target_database.py +21 -21
  154. pulumi_oci/datascience/_inputs.py +337 -65
  155. pulumi_oci/datascience/get_job_run.py +11 -1
  156. pulumi_oci/datascience/get_model_deployment.py +11 -1
  157. pulumi_oci/datascience/get_pipeline.py +3 -0
  158. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  159. pulumi_oci/datascience/job_run.py +52 -3
  160. pulumi_oci/datascience/model_deployment.py +51 -2
  161. pulumi_oci/datascience/outputs.py +767 -104
  162. pulumi_oci/datascience/pipeline.py +34 -14
  163. pulumi_oci/datascience/pipeline_run.py +65 -0
  164. pulumi_oci/devops/_inputs.py +80 -462
  165. pulumi_oci/devops/deploy_stage.py +4 -4
  166. pulumi_oci/devops/deployment.py +7 -7
  167. pulumi_oci/devops/outputs.py +208 -1141
  168. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  169. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  170. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  171. pulumi_oci/disasterrecovery/outputs.py +6 -6
  172. pulumi_oci/dns/_inputs.py +20 -8
  173. pulumi_oci/dns/outputs.py +42 -8
  174. pulumi_oci/dns/rrset.py +7 -7
  175. pulumi_oci/dns/steering_policy.py +42 -0
  176. pulumi_oci/events/_inputs.py +4 -12
  177. pulumi_oci/events/outputs.py +4 -12
  178. pulumi_oci/events/rule.py +7 -7
  179. pulumi_oci/functions/_inputs.py +2 -2
  180. pulumi_oci/functions/outputs.py +2 -2
  181. pulumi_oci/goldengate/_inputs.py +2 -4
  182. pulumi_oci/goldengate/outputs.py +2 -4
  183. pulumi_oci/identity/_inputs.py +4860 -5954
  184. pulumi_oci/identity/domains_api_key.py +70 -70
  185. pulumi_oci/identity/domains_app.py +119 -140
  186. pulumi_oci/identity/domains_auth_token.py +21 -21
  187. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  188. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  189. pulumi_oci/identity/domains_my_api_key.py +70 -70
  190. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  191. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  192. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  193. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  194. pulumi_oci/identity/domains_my_support_account.py +21 -21
  195. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  196. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  197. pulumi_oci/identity/domains_policy.py +35 -49
  198. pulumi_oci/identity/domains_rule.py +28 -21
  199. pulumi_oci/identity/domains_setting.py +35 -21
  200. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  201. pulumi_oci/identity/domains_user.py +189 -175
  202. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  203. pulumi_oci/identity/outputs.py +4913 -6007
  204. pulumi_oci/integration/_inputs.py +4 -0
  205. pulumi_oci/integration/outputs.py +16 -4
  206. pulumi_oci/jms/_inputs.py +0 -8
  207. pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
  208. pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
  209. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
  210. pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
  211. pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
  212. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
  213. pulumi_oci/jms/outputs.py +38 -24
  214. pulumi_oci/kms/_inputs.py +6 -6
  215. pulumi_oci/kms/outputs.py +6 -6
  216. pulumi_oci/loadbalancer/_inputs.py +18 -30
  217. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  218. pulumi_oci/loadbalancer/outputs.py +18 -30
  219. pulumi_oci/loganalytics/_inputs.py +26 -34
  220. pulumi_oci/loganalytics/outputs.py +26 -34
  221. pulumi_oci/logging/_inputs.py +60 -60
  222. pulumi_oci/logging/outputs.py +60 -60
  223. pulumi_oci/managementagent/_inputs.py +2 -46
  224. pulumi_oci/managementagent/outputs.py +2 -46
  225. pulumi_oci/marketplace/_inputs.py +6 -6
  226. pulumi_oci/marketplace/outputs.py +6 -6
  227. pulumi_oci/marketplace/publication.py +11 -11
  228. pulumi_oci/mediaservices/_inputs.py +8 -32
  229. pulumi_oci/mediaservices/media_asset.py +18 -18
  230. pulumi_oci/mediaservices/media_workflow.py +22 -38
  231. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  232. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  233. pulumi_oci/mediaservices/outputs.py +8 -32
  234. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  235. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  236. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  237. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  238. pulumi_oci/meteringcomputation/outputs.py +2 -2
  239. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  240. pulumi_oci/monitoring/_inputs.py +4 -4
  241. pulumi_oci/monitoring/alarm.py +21 -0
  242. pulumi_oci/monitoring/get_alarm.py +3 -0
  243. pulumi_oci/monitoring/outputs.py +10 -4
  244. pulumi_oci/mysql/_inputs.py +30 -22
  245. pulumi_oci/mysql/outputs.py +30 -22
  246. pulumi_oci/mysql/replica.py +12 -28
  247. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  248. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  249. pulumi_oci/networkfirewall/outputs.py +4 -0
  250. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  251. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  252. pulumi_oci/nosql/_inputs.py +4 -12
  253. pulumi_oci/nosql/outputs.py +4 -12
  254. pulumi_oci/objectstorage/_inputs.py +4 -4
  255. pulumi_oci/objectstorage/outputs.py +4 -4
  256. pulumi_oci/ocvp/_inputs.py +86 -42
  257. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  258. pulumi_oci/ocvp/outputs.py +86 -42
  259. pulumi_oci/ocvp/sddc.py +49 -77
  260. pulumi_oci/ons/subscription.py +63 -0
  261. pulumi_oci/opa/_inputs.py +6 -2
  262. pulumi_oci/opa/outputs.py +18 -6
  263. pulumi_oci/opsi/_inputs.py +6 -6
  264. pulumi_oci/opsi/exadata_insight.py +28 -28
  265. pulumi_oci/opsi/outputs.py +6 -6
  266. pulumi_oci/optimizer/_inputs.py +4 -4
  267. pulumi_oci/optimizer/outputs.py +4 -4
  268. pulumi_oci/osmanagement/_inputs.py +2 -10
  269. pulumi_oci/osmanagement/outputs.py +2 -10
  270. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  271. pulumi_oci/osmanagementhub/event.py +32 -0
  272. pulumi_oci/osmanagementhub/get_event.py +8 -0
  273. pulumi_oci/osmanagementhub/get_events.py +8 -0
  274. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  275. pulumi_oci/osmanagementhub/outputs.py +40 -8
  276. pulumi_oci/osmanagementhub/software_source.py +7 -7
  277. pulumi_oci/ospgateway/_inputs.py +96 -96
  278. pulumi_oci/ospgateway/outputs.py +96 -96
  279. pulumi_oci/ospgateway/subscription.py +80 -80
  280. pulumi_oci/psql/_inputs.py +10 -18
  281. pulumi_oci/psql/db_system.py +14 -14
  282. pulumi_oci/psql/outputs.py +10 -18
  283. pulumi_oci/pulumi-plugin.json +1 -1
  284. pulumi_oci/queue/get_queue.py +9 -9
  285. pulumi_oci/queue/outputs.py +5 -5
  286. pulumi_oci/queue/queue.py +77 -26
  287. pulumi_oci/sch/_inputs.py +26 -26
  288. pulumi_oci/sch/connector.py +7 -7
  289. pulumi_oci/sch/outputs.py +26 -26
  290. pulumi_oci/servicecatalog/private_application.py +4 -4
  291. pulumi_oci/servicemesh/_inputs.py +8 -24
  292. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  293. pulumi_oci/servicemesh/outputs.py +8 -24
  294. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  295. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  296. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  297. pulumi_oci/stackmonitoring/outputs.py +40 -56
  298. pulumi_oci/visualbuilder/_inputs.py +6 -2
  299. pulumi_oci/visualbuilder/outputs.py +18 -6
  300. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  301. pulumi_oci/vnmonitoring/outputs.py +10 -42
  302. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  303. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  304. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  305. pulumi_oci/waas/_inputs.py +133 -205
  306. pulumi_oci/waas/outputs.py +133 -205
  307. pulumi_oci/waas/policy.py +7 -7
  308. pulumi_oci/waas/protection_rule.py +7 -7
  309. pulumi_oci/waf/_inputs.py +36 -30
  310. pulumi_oci/waf/network_address_list.py +7 -7
  311. pulumi_oci/waf/outputs.py +36 -30
  312. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
  313. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
  314. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
  315. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -173,7 +173,7 @@ class DeploymentSpecificationArgs:
173
173
  """
174
174
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteArgs']]] routes: (Updatable) A list of routes that this API exposes.
175
175
  :param pulumi.Input['DeploymentSpecificationLoggingPoliciesArgs'] logging_policies: (Updatable) Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
176
- :param pulumi.Input['DeploymentSpecificationRequestPoliciesArgs'] request_policies: (Updatable) Behavior applied to any requests received by the API on this route.
176
+ :param pulumi.Input['DeploymentSpecificationRequestPoliciesArgs'] request_policies: (Updatable) Global behavior applied to all requests received by the API.
177
177
  """
178
178
  pulumi.set(__self__, "routes", routes)
179
179
  if logging_policies is not None:
@@ -209,7 +209,7 @@ class DeploymentSpecificationArgs:
209
209
  @pulumi.getter(name="requestPolicies")
210
210
  def request_policies(self) -> Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesArgs']]:
211
211
  """
212
- (Updatable) Behavior applied to any requests received by the API on this route.
212
+ (Updatable) Global behavior applied to all requests received by the API.
213
213
  """
214
214
  return pulumi.get(self, "request_policies")
215
215
 
@@ -262,7 +262,11 @@ class DeploymentSpecificationLoggingPoliciesAccessLogArgs:
262
262
  def __init__(__self__, *,
263
263
  is_enabled: Optional[pulumi.Input[bool]] = None):
264
264
  """
265
- :param pulumi.Input[bool] is_enabled: (Updatable) Whether this policy is currently enabled.
265
+ :param pulumi.Input[bool] is_enabled: (Updatable) Enables pushing of access logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
266
+
267
+ Oracle recommends using the Oracle Cloud Infrastructure Logging service to enable, retrieve, and query access logs for an API Deployment. If there is an active log object for the API Deployment and its category is set to 'access' in Oracle Cloud Infrastructure Logging service, the logs will not be uploaded to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
268
+
269
+ Please note that the functionality to push to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket has been deprecated and will be removed in the future.
266
270
  """
267
271
  if is_enabled is not None:
268
272
  pulumi.set(__self__, "is_enabled", is_enabled)
@@ -271,7 +275,11 @@ class DeploymentSpecificationLoggingPoliciesAccessLogArgs:
271
275
  @pulumi.getter(name="isEnabled")
272
276
  def is_enabled(self) -> Optional[pulumi.Input[bool]]:
273
277
  """
274
- (Updatable) Whether this policy is currently enabled.
278
+ (Updatable) Enables pushing of access logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
279
+
280
+ Oracle recommends using the Oracle Cloud Infrastructure Logging service to enable, retrieve, and query access logs for an API Deployment. If there is an active log object for the API Deployment and its category is set to 'access' in Oracle Cloud Infrastructure Logging service, the logs will not be uploaded to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
281
+
282
+ Please note that the functionality to push to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket has been deprecated and will be removed in the future.
275
283
  """
276
284
  return pulumi.get(self, "is_enabled")
277
285
 
@@ -286,7 +294,11 @@ class DeploymentSpecificationLoggingPoliciesExecutionLogArgs:
286
294
  is_enabled: Optional[pulumi.Input[bool]] = None,
287
295
  log_level: Optional[pulumi.Input[str]] = None):
288
296
  """
289
- :param pulumi.Input[bool] is_enabled: (Updatable) Whether this policy is currently enabled.
297
+ :param pulumi.Input[bool] is_enabled: (Updatable) Enables pushing of execution logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
298
+
299
+ Oracle recommends using the Oracle Cloud Infrastructure Logging service to enable, retrieve, and query execution logs for an API Deployment. If there is an active log object for the API Deployment and its category is set to 'execution' in Oracle Cloud Infrastructure Logging service, the logs will not be uploaded to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
300
+
301
+ Please note that the functionality to push to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket has been deprecated and will be removed in the future.
290
302
  :param pulumi.Input[str] log_level: (Updatable) Specifies the log level used to control logging output of execution logs. Enabling logging at a given level also enables logging at all higher levels.
291
303
  """
292
304
  if is_enabled is not None:
@@ -298,7 +310,11 @@ class DeploymentSpecificationLoggingPoliciesExecutionLogArgs:
298
310
  @pulumi.getter(name="isEnabled")
299
311
  def is_enabled(self) -> Optional[pulumi.Input[bool]]:
300
312
  """
301
- (Updatable) Whether this policy is currently enabled.
313
+ (Updatable) Enables pushing of execution logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
314
+
315
+ Oracle recommends using the Oracle Cloud Infrastructure Logging service to enable, retrieve, and query execution logs for an API Deployment. If there is an active log object for the API Deployment and its category is set to 'execution' in Oracle Cloud Infrastructure Logging service, the logs will not be uploaded to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
316
+
317
+ Please note that the functionality to push to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket has been deprecated and will be removed in the future.
302
318
  """
303
319
  return pulumi.get(self, "is_enabled")
304
320
 
@@ -441,18 +457,14 @@ class DeploymentSpecificationRequestPoliciesAuthenticationArgs:
441
457
  validation_policy: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgs']] = None,
442
458
  verify_claims: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgs']]]] = None):
443
459
  """
444
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
445
-
446
-
447
- ** IMPORTANT **
448
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
460
+ :param pulumi.Input[str] type: (Updatable) Type of the authentication policy to use.
449
461
  :param pulumi.Input[Sequence[pulumi.Input[str]]] audiences: (Updatable) The list of intended recipients for the token.
450
462
  :param pulumi.Input[Sequence[pulumi.Input[str]]] cache_keys: (Updatable) A list of keys from "parameters" attribute value whose values will be added to the cache key.
451
463
  :param pulumi.Input[str] function_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
452
464
  :param pulumi.Input[bool] is_anonymous_access_allowed: (Updatable) Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
453
465
  :param pulumi.Input[Sequence[pulumi.Input[str]]] issuers: (Updatable) A list of parties that could have issued the token.
454
466
  :param pulumi.Input[float] max_clock_skew_in_seconds: (Updatable) The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
455
- :param pulumi.Input[Mapping[str, Any]] parameters: (Updatable)
467
+ :param pulumi.Input[Mapping[str, Any]] parameters: (Updatable) A map where key is a user defined string and value is a context expressions whose values will be sent to the custom auth function. Values should contain an expression. Example: `{"foo": "request.header[abc]"}`
456
468
  :param pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgs'] public_keys: (Updatable) A set of Public Keys that will be used to verify the JWT signature.
457
469
  :param pulumi.Input[str] token_auth_scheme: (Updatable) The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
458
470
  :param pulumi.Input[str] token_header: (Updatable) The name of the header containing the authentication token.
@@ -495,11 +507,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationArgs:
495
507
  @pulumi.getter
496
508
  def type(self) -> pulumi.Input[str]:
497
509
  """
498
- (Updatable) Type of the Response Cache Store Policy.
499
-
500
-
501
- ** IMPORTANT **
502
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
510
+ (Updatable) Type of the authentication policy to use.
503
511
  """
504
512
  return pulumi.get(self, "type")
505
513
 
@@ -583,7 +591,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationArgs:
583
591
  @pulumi.getter
584
592
  def parameters(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
585
593
  """
586
- (Updatable)
594
+ (Updatable) A map where key is a user defined string and value is a context expressions whose values will be sent to the custom auth function. Values should contain an expression. Example: `{"foo": "request.header[abc]"}`
587
595
  """
588
596
  return pulumi.get(self, "parameters")
589
597
 
@@ -685,14 +693,10 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgs:
685
693
  max_cache_duration_in_hours: Optional[pulumi.Input[int]] = None,
686
694
  uri: Optional[pulumi.Input[str]] = None):
687
695
  """
688
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
689
-
690
-
691
- ** IMPORTANT **
692
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
696
+ :param pulumi.Input[str] type: (Updatable) Type of the public key set.
693
697
  :param pulumi.Input[bool] is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
694
698
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgs']]] keys: (Updatable) The set of static public keys.
695
- :param pulumi.Input[int] max_cache_duration_in_hours: (Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
699
+ :param pulumi.Input[int] max_cache_duration_in_hours: (Updatable) The duration for which the JWKS should be cached before it is fetched again.
696
700
  :param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
697
701
  """
698
702
  pulumi.set(__self__, "type", type)
@@ -709,11 +713,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgs:
709
713
  @pulumi.getter
710
714
  def type(self) -> pulumi.Input[str]:
711
715
  """
712
- (Updatable) Type of the Response Cache Store Policy.
713
-
714
-
715
- ** IMPORTANT **
716
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
716
+ (Updatable) Type of the public key set.
717
717
  """
718
718
  return pulumi.get(self, "type")
719
719
 
@@ -749,7 +749,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgs:
749
749
  @pulumi.getter(name="maxCacheDurationInHours")
750
750
  def max_cache_duration_in_hours(self) -> Optional[pulumi.Input[int]]:
751
751
  """
752
- (Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
752
+ (Updatable) The duration for which the JWKS should be cached before it is fetched again.
753
753
  """
754
754
  return pulumi.get(self, "max_cache_duration_in_hours")
755
755
 
@@ -786,7 +786,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgs:
786
786
  :param pulumi.Input[str] format: (Updatable) The format of the public key.
787
787
  :param pulumi.Input[str] alg: (Updatable) The algorithm intended for use with this key.
788
788
  :param pulumi.Input[str] e: (Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
789
- :param pulumi.Input[str] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
789
+ :param pulumi.Input[str] key: (Updatable) The content of the PEM-encoded public key.
790
790
  :param pulumi.Input[Sequence[pulumi.Input[str]]] key_ops: (Updatable) The operations for which this key is to be used.
791
791
  :param pulumi.Input[str] kid: (Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
792
792
  :param pulumi.Input[str] kty: (Updatable) The key type.
@@ -851,7 +851,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgs:
851
851
  @pulumi.getter
852
852
  def key(self) -> Optional[pulumi.Input[str]]:
853
853
  """
854
- (Updatable) Information around the values for selector of an authentication/ routing branch.
854
+ (Updatable) The content of the PEM-encoded public key.
855
855
  """
856
856
  return pulumi.get(self, "key")
857
857
 
@@ -938,11 +938,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
938
938
  use_cookies_for_session: Optional[pulumi.Input[bool]] = None,
939
939
  use_pkce: Optional[pulumi.Input[bool]] = None):
940
940
  """
941
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
942
-
943
-
944
- ** IMPORTANT **
945
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
941
+ :param pulumi.Input[str] type: (Updatable) Type of the Validation failure Policy.
946
942
  :param pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyClientDetailsArgs'] client_details: (Updatable) Client App Credential details.
947
943
  :param pulumi.Input[str] fallback_redirect_path: (Updatable) The path to be used as fallback after OAuth2.
948
944
  :param pulumi.Input[str] logout_path: (Updatable) The path to be used as logout.
@@ -989,11 +985,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
989
985
  @pulumi.getter
990
986
  def type(self) -> pulumi.Input[str]:
991
987
  """
992
- (Updatable) Type of the Response Cache Store Policy.
993
-
994
-
995
- ** IMPORTANT **
996
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
988
+ (Updatable) Type of the Validation failure Policy.
997
989
  """
998
990
  return pulumi.get(self, "type")
999
991
 
@@ -1166,11 +1158,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1166
1158
  client_secret_id: Optional[pulumi.Input[str]] = None,
1167
1159
  client_secret_version_number: Optional[pulumi.Input[str]] = None):
1168
1160
  """
1169
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
1170
-
1171
-
1172
- ** IMPORTANT **
1173
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1161
+ :param pulumi.Input[str] type: (Updatable) To specify where the Client App details should be taken from.
1174
1162
  :param pulumi.Input[str] client_id: (Updatable) Client ID for the OAuth2/OIDC app.
1175
1163
  :param pulumi.Input[str] client_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
1176
1164
  :param pulumi.Input[str] client_secret_version_number: (Updatable) The version number of the client secret to use.
@@ -1187,11 +1175,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1187
1175
  @pulumi.getter
1188
1176
  def type(self) -> pulumi.Input[str]:
1189
1177
  """
1190
- (Updatable) Type of the Response Cache Store Policy.
1191
-
1192
-
1193
- ** IMPORTANT **
1194
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1178
+ (Updatable) To specify where the Client App details should be taken from.
1195
1179
  """
1196
1180
  return pulumi.get(self, "type")
1197
1181
 
@@ -1298,11 +1282,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1298
1282
  type: Optional[pulumi.Input[str]] = None):
1299
1283
  """
1300
1284
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs']]] items: (Updatable) The list of headers.
1301
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
1302
-
1303
-
1304
- ** IMPORTANT **
1305
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1285
+ :param pulumi.Input[str] type: (Updatable) BLOCK drops any headers that are in the list of items, so it acts as an exclusion list. ALLOW permits only the headers in the list and removes all others, so it acts as an inclusion list.
1306
1286
  """
1307
1287
  if items is not None:
1308
1288
  pulumi.set(__self__, "items", items)
@@ -1325,11 +1305,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1325
1305
  @pulumi.getter
1326
1306
  def type(self) -> Optional[pulumi.Input[str]]:
1327
1307
  """
1328
- (Updatable) Type of the Response Cache Store Policy.
1329
-
1330
-
1331
- ** IMPORTANT **
1332
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1308
+ (Updatable) BLOCK drops any headers that are in the list of items, so it acts as an exclusion list. ALLOW permits only the headers in the list and removes all others, so it acts as an inclusion list.
1333
1309
  """
1334
1310
  return pulumi.get(self, "type")
1335
1311
 
@@ -1507,12 +1483,8 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1507
1483
  type: pulumi.Input[str],
1508
1484
  uri: Optional[pulumi.Input[str]] = None):
1509
1485
  """
1510
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
1511
-
1512
-
1513
- ** IMPORTANT **
1514
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1515
- :param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
1486
+ :param pulumi.Input[str] type: (Updatable) Type of the Uri detail.
1487
+ :param pulumi.Input[str] uri: (Updatable) The discovery URI for the auth server.
1516
1488
  """
1517
1489
  pulumi.set(__self__, "type", type)
1518
1490
  if uri is not None:
@@ -1522,11 +1494,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1522
1494
  @pulumi.getter
1523
1495
  def type(self) -> pulumi.Input[str]:
1524
1496
  """
1525
- (Updatable) Type of the Response Cache Store Policy.
1526
-
1527
-
1528
- ** IMPORTANT **
1529
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1497
+ (Updatable) Type of the Uri detail.
1530
1498
  """
1531
1499
  return pulumi.get(self, "type")
1532
1500
 
@@ -1538,7 +1506,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1538
1506
  @pulumi.getter
1539
1507
  def uri(self) -> Optional[pulumi.Input[str]]:
1540
1508
  """
1541
- (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
1509
+ (Updatable) The discovery URI for the auth server.
1542
1510
  """
1543
1511
  return pulumi.get(self, "uri")
1544
1512
 
@@ -1559,11 +1527,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgs:
1559
1527
  source_uri_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySourceUriDetailsArgs']] = None,
1560
1528
  uri: Optional[pulumi.Input[str]] = None):
1561
1529
  """
1562
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
1563
-
1564
-
1565
- ** IMPORTANT **
1566
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1530
+ :param pulumi.Input[str] type: (Updatable) Type of the token validation policy.
1567
1531
  :param pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyArgs'] additional_validation_policy: (Updatable) Additional JWT validation checks.
1568
1532
  :param pulumi.Input['DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClientDetailsArgs'] client_details: (Updatable) Client App Credential details.
1569
1533
  :param pulumi.Input[bool] is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
@@ -1592,11 +1556,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyArgs:
1592
1556
  @pulumi.getter
1593
1557
  def type(self) -> pulumi.Input[str]:
1594
1558
  """
1595
- (Updatable) Type of the Response Cache Store Policy.
1596
-
1597
-
1598
- ** IMPORTANT **
1599
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1559
+ (Updatable) Type of the token validation policy.
1600
1560
  """
1601
1561
  return pulumi.get(self, "type")
1602
1562
 
@@ -1752,8 +1712,8 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
1752
1712
  values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
1753
1713
  """
1754
1714
  :param pulumi.Input[bool] is_required: (Updatable) Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
1755
- :param pulumi.Input[str] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
1756
- :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
1715
+ :param pulumi.Input[str] key: (Updatable) Name of the claim.
1716
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) The list of acceptable values for a given claim. If this value is "null" or empty and "isRequired" set to "true", then the presence of this claim in the JWT is validated.
1757
1717
  """
1758
1718
  if is_required is not None:
1759
1719
  pulumi.set(__self__, "is_required", is_required)
@@ -1778,7 +1738,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
1778
1738
  @pulumi.getter
1779
1739
  def key(self) -> Optional[pulumi.Input[str]]:
1780
1740
  """
1781
- (Updatable) Information around the values for selector of an authentication/ routing branch.
1741
+ (Updatable) Name of the claim.
1782
1742
  """
1783
1743
  return pulumi.get(self, "key")
1784
1744
 
@@ -1790,7 +1750,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
1790
1750
  @pulumi.getter
1791
1751
  def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1792
1752
  """
1793
- (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
1753
+ (Updatable) The list of acceptable values for a given claim. If this value is "null" or empty and "isRequired" set to "true", then the presence of this claim in the JWT is validated.
1794
1754
  """
1795
1755
  return pulumi.get(self, "values")
1796
1756
 
@@ -1807,11 +1767,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClient
1807
1767
  client_secret_id: Optional[pulumi.Input[str]] = None,
1808
1768
  client_secret_version_number: Optional[pulumi.Input[str]] = None):
1809
1769
  """
1810
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
1811
-
1812
-
1813
- ** IMPORTANT **
1814
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1770
+ :param pulumi.Input[str] type: (Updatable) To specify where the Client App details should be taken from.
1815
1771
  :param pulumi.Input[str] client_id: (Updatable) Client ID for the OAuth2/OIDC app.
1816
1772
  :param pulumi.Input[str] client_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
1817
1773
  :param pulumi.Input[str] client_secret_version_number: (Updatable) The version number of the client secret to use.
@@ -1828,11 +1784,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClient
1828
1784
  @pulumi.getter
1829
1785
  def type(self) -> pulumi.Input[str]:
1830
1786
  """
1831
- (Updatable) Type of the Response Cache Store Policy.
1832
-
1833
-
1834
- ** IMPORTANT **
1835
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1787
+ (Updatable) To specify where the Client App details should be taken from.
1836
1788
  """
1837
1789
  return pulumi.get(self, "type")
1838
1790
 
@@ -1893,7 +1845,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKeyArg
1893
1845
  :param pulumi.Input[str] format: (Updatable) The format of the public key.
1894
1846
  :param pulumi.Input[str] alg: (Updatable) The algorithm intended for use with this key.
1895
1847
  :param pulumi.Input[str] e: (Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
1896
- :param pulumi.Input[str] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
1848
+ :param pulumi.Input[str] key: (Updatable) The content of the PEM-encoded public key.
1897
1849
  :param pulumi.Input[Sequence[pulumi.Input[str]]] key_ops: (Updatable) The operations for which this key is to be used.
1898
1850
  :param pulumi.Input[str] kid: (Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
1899
1851
  :param pulumi.Input[str] kty: (Updatable) The key type.
@@ -1958,7 +1910,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKeyArg
1958
1910
  @pulumi.getter
1959
1911
  def key(self) -> Optional[pulumi.Input[str]]:
1960
1912
  """
1961
- (Updatable) Information around the values for selector of an authentication/ routing branch.
1913
+ (Updatable) The content of the PEM-encoded public key.
1962
1914
  """
1963
1915
  return pulumi.get(self, "key")
1964
1916
 
@@ -2033,12 +1985,8 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySource
2033
1985
  type: pulumi.Input[str],
2034
1986
  uri: Optional[pulumi.Input[str]] = None):
2035
1987
  """
2036
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
2037
-
2038
-
2039
- ** IMPORTANT **
2040
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2041
- :param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
1988
+ :param pulumi.Input[str] type: (Updatable) Type of the Uri detail.
1989
+ :param pulumi.Input[str] uri: (Updatable) The discovery URI for the auth server.
2042
1990
  """
2043
1991
  pulumi.set(__self__, "type", type)
2044
1992
  if uri is not None:
@@ -2048,11 +1996,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySource
2048
1996
  @pulumi.getter
2049
1997
  def type(self) -> pulumi.Input[str]:
2050
1998
  """
2051
- (Updatable) Type of the Response Cache Store Policy.
2052
-
2053
-
2054
- ** IMPORTANT **
2055
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1999
+ (Updatable) Type of the Uri detail.
2056
2000
  """
2057
2001
  return pulumi.get(self, "type")
2058
2002
 
@@ -2064,7 +2008,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySource
2064
2008
  @pulumi.getter
2065
2009
  def uri(self) -> Optional[pulumi.Input[str]]:
2066
2010
  """
2067
- (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
2011
+ (Updatable) The discovery URI for the auth server.
2068
2012
  """
2069
2013
  return pulumi.get(self, "uri")
2070
2014
 
@@ -2081,8 +2025,8 @@ class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgs:
2081
2025
  values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
2082
2026
  """
2083
2027
  :param pulumi.Input[bool] is_required: (Updatable) Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
2084
- :param pulumi.Input[str] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
2085
- :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
2028
+ :param pulumi.Input[str] key: (Updatable) Name of the claim.
2029
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) The list of acceptable values for a given claim. If this value is "null" or empty and "isRequired" set to "true", then the presence of this claim in the JWT is validated.
2086
2030
  """
2087
2031
  if is_required is not None:
2088
2032
  pulumi.set(__self__, "is_required", is_required)
@@ -2107,7 +2051,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgs:
2107
2051
  @pulumi.getter
2108
2052
  def key(self) -> Optional[pulumi.Input[str]]:
2109
2053
  """
2110
- (Updatable) Information around the values for selector of an authentication/ routing branch.
2054
+ (Updatable) Name of the claim.
2111
2055
  """
2112
2056
  return pulumi.get(self, "key")
2113
2057
 
@@ -2119,7 +2063,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaimArgs:
2119
2063
  @pulumi.getter
2120
2064
  def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2121
2065
  """
2122
- (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
2066
+ (Updatable) The list of acceptable values for a given claim. If this value is "null" or empty and "isRequired" set to "true", then the presence of this claim in the JWT is validated.
2123
2067
  """
2124
2068
  return pulumi.get(self, "values")
2125
2069
 
@@ -2237,7 +2181,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationArgs:
2237
2181
  selection_source: pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs']):
2238
2182
  """
2239
2183
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerArgs']]] authentication_servers: (Updatable) List of authentication servers to choose from during dynamic authentication.
2240
- :param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs'] selection_source: (Updatable) Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
2184
+ :param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs'] selection_source: (Updatable) The type of selector to use when dynamically routing and dynamically authenticating requests.
2241
2185
  """
2242
2186
  pulumi.set(__self__, "authentication_servers", authentication_servers)
2243
2187
  pulumi.set(__self__, "selection_source", selection_source)
@@ -2258,7 +2202,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationArgs:
2258
2202
  @pulumi.getter(name="selectionSource")
2259
2203
  def selection_source(self) -> pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs']:
2260
2204
  """
2261
- (Updatable) Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
2205
+ (Updatable) The type of selector to use when dynamically routing and dynamically authenticating requests.
2262
2206
  """
2263
2207
  return pulumi.get(self, "selection_source")
2264
2208
 
@@ -2274,7 +2218,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2274
2218
  key: pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgs']):
2275
2219
  """
2276
2220
  :param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailArgs'] authentication_server_detail: (Updatable) Information on how to authenticate incoming requests.
2277
- :param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgs'] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
2221
+ :param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgs'] key: (Updatable) Base policy for defining how to match the context variable in an incoming request with selection keys when dynamically routing and dynamically authenticating requests.
2278
2222
  """
2279
2223
  pulumi.set(__self__, "authentication_server_detail", authentication_server_detail)
2280
2224
  pulumi.set(__self__, "key", key)
@@ -2295,7 +2239,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2295
2239
  @pulumi.getter
2296
2240
  def key(self) -> pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgs']:
2297
2241
  """
2298
- (Updatable) Information around the values for selector of an authentication/ routing branch.
2242
+ (Updatable) Base policy for defining how to match the context variable in an incoming request with selection keys when dynamically routing and dynamically authenticating requests.
2299
2243
  """
2300
2244
  return pulumi.get(self, "key")
2301
2245
 
@@ -2323,18 +2267,14 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2323
2267
  validation_policy: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyArgs']] = None,
2324
2268
  verify_claims: Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaimArgs']]]] = None):
2325
2269
  """
2326
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
2327
-
2328
-
2329
- ** IMPORTANT **
2330
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2270
+ :param pulumi.Input[str] type: (Updatable) Type of the authentication policy to use.
2331
2271
  :param pulumi.Input[Sequence[pulumi.Input[str]]] audiences: (Updatable) The list of intended recipients for the token.
2332
- :param pulumi.Input[Sequence[pulumi.Input[str]]] cache_keys: (Updatable) A list of keys from "parameters" attribute value whose values will be added to the cache key.
2272
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] cache_keys: A list of keys from "parameters" attribute value whose values will be added to the cache key.
2333
2273
  :param pulumi.Input[str] function_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
2334
2274
  :param pulumi.Input[bool] is_anonymous_access_allowed: (Updatable) Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
2335
2275
  :param pulumi.Input[Sequence[pulumi.Input[str]]] issuers: (Updatable) A list of parties that could have issued the token.
2336
2276
  :param pulumi.Input[float] max_clock_skew_in_seconds: (Updatable) The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
2337
- :param pulumi.Input[Mapping[str, Any]] parameters: (Updatable)
2277
+ :param pulumi.Input[Mapping[str, Any]] parameters: (Updatable) A map where key is a user defined string and value is a context expressions whose values will be sent to the custom auth function. Values should contain an expression. Example: `{"foo": "request.header[abc]"}`
2338
2278
  :param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysArgs'] public_keys: (Updatable) A set of Public Keys that will be used to verify the JWT signature.
2339
2279
  :param pulumi.Input[str] token_auth_scheme: (Updatable) The authentication scheme that is to be used when authenticating the token. This must to be provided if "tokenHeader" is specified.
2340
2280
  :param pulumi.Input[str] token_header: (Updatable) The name of the header containing the authentication token.
@@ -2377,11 +2317,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2377
2317
  @pulumi.getter
2378
2318
  def type(self) -> pulumi.Input[str]:
2379
2319
  """
2380
- (Updatable) Type of the Response Cache Store Policy.
2381
-
2382
-
2383
- ** IMPORTANT **
2384
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2320
+ (Updatable) Type of the authentication policy to use.
2385
2321
  """
2386
2322
  return pulumi.get(self, "type")
2387
2323
 
@@ -2405,7 +2341,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2405
2341
  @pulumi.getter(name="cacheKeys")
2406
2342
  def cache_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2407
2343
  """
2408
- (Updatable) A list of keys from "parameters" attribute value whose values will be added to the cache key.
2344
+ A list of keys from "parameters" attribute value whose values will be added to the cache key.
2409
2345
  """
2410
2346
  return pulumi.get(self, "cache_keys")
2411
2347
 
@@ -2465,7 +2401,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2465
2401
  @pulumi.getter
2466
2402
  def parameters(self) -> Optional[pulumi.Input[Mapping[str, Any]]]:
2467
2403
  """
2468
- (Updatable)
2404
+ (Updatable) A map where key is a user defined string and value is a context expressions whose values will be sent to the custom auth function. Values should contain an expression. Example: `{"foo": "request.header[abc]"}`
2469
2405
  """
2470
2406
  return pulumi.get(self, "parameters")
2471
2407
 
@@ -2567,14 +2503,10 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2567
2503
  max_cache_duration_in_hours: Optional[pulumi.Input[int]] = None,
2568
2504
  uri: Optional[pulumi.Input[str]] = None):
2569
2505
  """
2570
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
2571
-
2572
-
2573
- ** IMPORTANT **
2574
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2506
+ :param pulumi.Input[str] type: (Updatable) Type of the public key set.
2575
2507
  :param pulumi.Input[bool] is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
2576
2508
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysKeyArgs']]] keys: (Updatable) The set of static public keys.
2577
- :param pulumi.Input[int] max_cache_duration_in_hours: (Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
2509
+ :param pulumi.Input[int] max_cache_duration_in_hours: (Updatable) The duration for which the JWKS should be cached before it is fetched again.
2578
2510
  :param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
2579
2511
  """
2580
2512
  pulumi.set(__self__, "type", type)
@@ -2591,11 +2523,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2591
2523
  @pulumi.getter
2592
2524
  def type(self) -> pulumi.Input[str]:
2593
2525
  """
2594
- (Updatable) Type of the Response Cache Store Policy.
2595
-
2596
-
2597
- ** IMPORTANT **
2598
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2526
+ (Updatable) Type of the public key set.
2599
2527
  """
2600
2528
  return pulumi.get(self, "type")
2601
2529
 
@@ -2631,7 +2559,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2631
2559
  @pulumi.getter(name="maxCacheDurationInHours")
2632
2560
  def max_cache_duration_in_hours(self) -> Optional[pulumi.Input[int]]:
2633
2561
  """
2634
- (Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
2562
+ (Updatable) The duration for which the JWKS should be cached before it is fetched again.
2635
2563
  """
2636
2564
  return pulumi.get(self, "max_cache_duration_in_hours")
2637
2565
 
@@ -2668,7 +2596,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2668
2596
  :param pulumi.Input[str] format: (Updatable) The format of the public key.
2669
2597
  :param pulumi.Input[str] alg: (Updatable) The algorithm intended for use with this key.
2670
2598
  :param pulumi.Input[str] e: (Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
2671
- :param pulumi.Input[str] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
2599
+ :param pulumi.Input[str] key: (Updatable) The content of the PEM-encoded public key.
2672
2600
  :param pulumi.Input[Sequence[pulumi.Input[str]]] key_ops: (Updatable) The operations for which this key is to be used.
2673
2601
  :param pulumi.Input[str] kid: (Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
2674
2602
  :param pulumi.Input[str] kty: (Updatable) The key type.
@@ -2733,7 +2661,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2733
2661
  @pulumi.getter
2734
2662
  def key(self) -> Optional[pulumi.Input[str]]:
2735
2663
  """
2736
- (Updatable) Information around the values for selector of an authentication/ routing branch.
2664
+ (Updatable) The content of the PEM-encoded public key.
2737
2665
  """
2738
2666
  return pulumi.get(self, "key")
2739
2667
 
@@ -2820,11 +2748,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2820
2748
  use_cookies_for_session: Optional[pulumi.Input[bool]] = None,
2821
2749
  use_pkce: Optional[pulumi.Input[bool]] = None):
2822
2750
  """
2823
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
2824
-
2825
-
2826
- ** IMPORTANT **
2827
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2751
+ :param pulumi.Input[str] type: (Updatable) Type of the Validation failure Policy.
2828
2752
  :param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgs'] client_details: (Updatable) Client App Credential details.
2829
2753
  :param pulumi.Input[str] fallback_redirect_path: (Updatable) The path to be used as fallback after OAuth2.
2830
2754
  :param pulumi.Input[str] logout_path: (Updatable) The path to be used as logout.
@@ -2871,11 +2795,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2871
2795
  @pulumi.getter
2872
2796
  def type(self) -> pulumi.Input[str]:
2873
2797
  """
2874
- (Updatable) Type of the Response Cache Store Policy.
2875
-
2876
-
2877
- ** IMPORTANT **
2878
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2798
+ (Updatable) Type of the Validation failure Policy.
2879
2799
  """
2880
2800
  return pulumi.get(self, "type")
2881
2801
 
@@ -3048,11 +2968,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3048
2968
  client_secret_id: Optional[pulumi.Input[str]] = None,
3049
2969
  client_secret_version_number: Optional[pulumi.Input[str]] = None):
3050
2970
  """
3051
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
3052
-
3053
-
3054
- ** IMPORTANT **
3055
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2971
+ :param pulumi.Input[str] type: (Updatable) To specify where the Client App details should be taken from.
3056
2972
  :param pulumi.Input[str] client_id: (Updatable) Client ID for the OAuth2/OIDC app.
3057
2973
  :param pulumi.Input[str] client_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
3058
2974
  :param pulumi.Input[str] client_secret_version_number: (Updatable) The version number of the client secret to use.
@@ -3069,11 +2985,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3069
2985
  @pulumi.getter
3070
2986
  def type(self) -> pulumi.Input[str]:
3071
2987
  """
3072
- (Updatable) Type of the Response Cache Store Policy.
3073
-
3074
-
3075
- ** IMPORTANT **
3076
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2988
+ (Updatable) To specify where the Client App details should be taken from.
3077
2989
  """
3078
2990
  return pulumi.get(self, "type")
3079
2991
 
@@ -3180,11 +3092,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3180
3092
  type: Optional[pulumi.Input[str]] = None):
3181
3093
  """
3182
3094
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs']]] items: (Updatable) The list of headers.
3183
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
3184
-
3185
-
3186
- ** IMPORTANT **
3187
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3095
+ :param pulumi.Input[str] type: (Updatable) BLOCK drops any headers that are in the list of items, so it acts as an exclusion list. ALLOW permits only the headers in the list and removes all others, so it acts as an inclusion list.
3188
3096
  """
3189
3097
  if items is not None:
3190
3098
  pulumi.set(__self__, "items", items)
@@ -3207,11 +3115,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3207
3115
  @pulumi.getter
3208
3116
  def type(self) -> Optional[pulumi.Input[str]]:
3209
3117
  """
3210
- (Updatable) Type of the Response Cache Store Policy.
3211
-
3212
-
3213
- ** IMPORTANT **
3214
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3118
+ (Updatable) BLOCK drops any headers that are in the list of items, so it acts as an exclusion list. ALLOW permits only the headers in the list and removes all others, so it acts as an inclusion list.
3215
3119
  """
3216
3120
  return pulumi.get(self, "type")
3217
3121
 
@@ -3389,12 +3293,8 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3389
3293
  type: pulumi.Input[str],
3390
3294
  uri: Optional[pulumi.Input[str]] = None):
3391
3295
  """
3392
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
3393
-
3394
-
3395
- ** IMPORTANT **
3396
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3397
- :param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
3296
+ :param pulumi.Input[str] type: (Updatable) Type of the Uri detail.
3297
+ :param pulumi.Input[str] uri: (Updatable) The discovery URI for the auth server.
3398
3298
  """
3399
3299
  pulumi.set(__self__, "type", type)
3400
3300
  if uri is not None:
@@ -3404,11 +3304,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3404
3304
  @pulumi.getter
3405
3305
  def type(self) -> pulumi.Input[str]:
3406
3306
  """
3407
- (Updatable) Type of the Response Cache Store Policy.
3408
-
3409
-
3410
- ** IMPORTANT **
3411
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3307
+ (Updatable) Type of the Uri detail.
3412
3308
  """
3413
3309
  return pulumi.get(self, "type")
3414
3310
 
@@ -3420,7 +3316,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3420
3316
  @pulumi.getter
3421
3317
  def uri(self) -> Optional[pulumi.Input[str]]:
3422
3318
  """
3423
- (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
3319
+ (Updatable) The discovery URI for the auth server.
3424
3320
  """
3425
3321
  return pulumi.get(self, "uri")
3426
3322
 
@@ -3441,11 +3337,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3441
3337
  source_uri_details: Optional[pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetailsArgs']] = None,
3442
3338
  uri: Optional[pulumi.Input[str]] = None):
3443
3339
  """
3444
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
3445
-
3446
-
3447
- ** IMPORTANT **
3448
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3340
+ :param pulumi.Input[str] type: (Updatable) Type of the token validation policy.
3449
3341
  :param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyArgs'] additional_validation_policy: (Updatable) Additional JWT validation checks.
3450
3342
  :param pulumi.Input['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyClientDetailsArgs'] client_details: (Updatable) Client App Credential details.
3451
3343
  :param pulumi.Input[bool] is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
@@ -3474,11 +3366,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3474
3366
  @pulumi.getter
3475
3367
  def type(self) -> pulumi.Input[str]:
3476
3368
  """
3477
- (Updatable) Type of the Response Cache Store Policy.
3478
-
3479
-
3480
- ** IMPORTANT **
3481
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3369
+ (Updatable) Type of the token validation policy.
3482
3370
  """
3483
3371
  return pulumi.get(self, "type")
3484
3372
 
@@ -3634,8 +3522,8 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3634
3522
  values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
3635
3523
  """
3636
3524
  :param pulumi.Input[bool] is_required: (Updatable) Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
3637
- :param pulumi.Input[str] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
3638
- :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
3525
+ :param pulumi.Input[str] key: (Updatable) Name of the claim.
3526
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) The list of acceptable values for a given claim. If this value is "null" or empty and "isRequired" set to "true", then the presence of this claim in the JWT is validated.
3639
3527
  """
3640
3528
  if is_required is not None:
3641
3529
  pulumi.set(__self__, "is_required", is_required)
@@ -3660,7 +3548,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3660
3548
  @pulumi.getter
3661
3549
  def key(self) -> Optional[pulumi.Input[str]]:
3662
3550
  """
3663
- (Updatable) Information around the values for selector of an authentication/ routing branch.
3551
+ (Updatable) Name of the claim.
3664
3552
  """
3665
3553
  return pulumi.get(self, "key")
3666
3554
 
@@ -3672,7 +3560,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3672
3560
  @pulumi.getter
3673
3561
  def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
3674
3562
  """
3675
- (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
3563
+ (Updatable) The list of acceptable values for a given claim. If this value is "null" or empty and "isRequired" set to "true", then the presence of this claim in the JWT is validated.
3676
3564
  """
3677
3565
  return pulumi.get(self, "values")
3678
3566
 
@@ -3689,11 +3577,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3689
3577
  client_secret_id: Optional[pulumi.Input[str]] = None,
3690
3578
  client_secret_version_number: Optional[pulumi.Input[str]] = None):
3691
3579
  """
3692
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
3693
-
3694
-
3695
- ** IMPORTANT **
3696
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3580
+ :param pulumi.Input[str] type: (Updatable) To specify where the Client App details should be taken from.
3697
3581
  :param pulumi.Input[str] client_id: (Updatable) Client ID for the OAuth2/OIDC app.
3698
3582
  :param pulumi.Input[str] client_secret_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Vault Service secret resource.
3699
3583
  :param pulumi.Input[str] client_secret_version_number: (Updatable) The version number of the client secret to use.
@@ -3710,11 +3594,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3710
3594
  @pulumi.getter
3711
3595
  def type(self) -> pulumi.Input[str]:
3712
3596
  """
3713
- (Updatable) Type of the Response Cache Store Policy.
3714
-
3715
-
3716
- ** IMPORTANT **
3717
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3597
+ (Updatable) To specify where the Client App details should be taken from.
3718
3598
  """
3719
3599
  return pulumi.get(self, "type")
3720
3600
 
@@ -3775,7 +3655,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3775
3655
  :param pulumi.Input[str] format: (Updatable) The format of the public key.
3776
3656
  :param pulumi.Input[str] alg: (Updatable) The algorithm intended for use with this key.
3777
3657
  :param pulumi.Input[str] e: (Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
3778
- :param pulumi.Input[str] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
3658
+ :param pulumi.Input[str] key: (Updatable) The content of the PEM-encoded public key.
3779
3659
  :param pulumi.Input[Sequence[pulumi.Input[str]]] key_ops: (Updatable) The operations for which this key is to be used.
3780
3660
  :param pulumi.Input[str] kid: (Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
3781
3661
  :param pulumi.Input[str] kty: (Updatable) The key type.
@@ -3840,7 +3720,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3840
3720
  @pulumi.getter
3841
3721
  def key(self) -> Optional[pulumi.Input[str]]:
3842
3722
  """
3843
- (Updatable) Information around the values for selector of an authentication/ routing branch.
3723
+ (Updatable) The content of the PEM-encoded public key.
3844
3724
  """
3845
3725
  return pulumi.get(self, "key")
3846
3726
 
@@ -3915,12 +3795,8 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3915
3795
  type: pulumi.Input[str],
3916
3796
  uri: Optional[pulumi.Input[str]] = None):
3917
3797
  """
3918
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
3919
-
3920
-
3921
- ** IMPORTANT **
3922
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3923
- :param pulumi.Input[str] uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
3798
+ :param pulumi.Input[str] type: (Updatable) Type of the Uri detail.
3799
+ :param pulumi.Input[str] uri: (Updatable) The discovery URI for the auth server.
3924
3800
  """
3925
3801
  pulumi.set(__self__, "type", type)
3926
3802
  if uri is not None:
@@ -3930,11 +3806,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3930
3806
  @pulumi.getter
3931
3807
  def type(self) -> pulumi.Input[str]:
3932
3808
  """
3933
- (Updatable) Type of the Response Cache Store Policy.
3934
-
3935
-
3936
- ** IMPORTANT **
3937
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3809
+ (Updatable) Type of the Uri detail.
3938
3810
  """
3939
3811
  return pulumi.get(self, "type")
3940
3812
 
@@ -3946,7 +3818,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3946
3818
  @pulumi.getter
3947
3819
  def uri(self) -> Optional[pulumi.Input[str]]:
3948
3820
  """
3949
- (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
3821
+ (Updatable) The discovery URI for the auth server.
3950
3822
  """
3951
3823
  return pulumi.get(self, "uri")
3952
3824
 
@@ -3963,8 +3835,8 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3963
3835
  values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
3964
3836
  """
3965
3837
  :param pulumi.Input[bool] is_required: (Updatable) Whether the claim is required to be present in the JWT or not. If set to "false", the claim values will be matched only if the claim is present in the JWT.
3966
- :param pulumi.Input[str] key: (Updatable) Information around the values for selector of an authentication/ routing branch.
3967
- :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
3838
+ :param pulumi.Input[str] key: (Updatable) Name of the claim.
3839
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) The list of acceptable values for a given claim. If this value is "null" or empty and "isRequired" set to "true", then the presence of this claim in the JWT is validated.
3968
3840
  """
3969
3841
  if is_required is not None:
3970
3842
  pulumi.set(__self__, "is_required", is_required)
@@ -3989,7 +3861,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3989
3861
  @pulumi.getter
3990
3862
  def key(self) -> Optional[pulumi.Input[str]]:
3991
3863
  """
3992
- (Updatable) Information around the values for selector of an authentication/ routing branch.
3864
+ (Updatable) Name of the claim.
3993
3865
  """
3994
3866
  return pulumi.get(self, "key")
3995
3867
 
@@ -4001,7 +3873,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4001
3873
  @pulumi.getter
4002
3874
  def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4003
3875
  """
4004
- (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
3876
+ (Updatable) The list of acceptable values for a given claim. If this value is "null" or empty and "isRequired" set to "true", then the presence of this claim in the JWT is validated.
4005
3877
  """
4006
3878
  return pulumi.get(self, "values")
4007
3879
 
@@ -4019,15 +3891,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4019
3891
  type: Optional[pulumi.Input[str]] = None,
4020
3892
  values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4021
3893
  """
4022
- :param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4023
- :param pulumi.Input[str] expression: (Updatable) String describing the expression with wildcards.
4024
- :param pulumi.Input[bool] is_default: (Updatable) Information regarding whether this is the default branch.
4025
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
4026
-
4027
-
4028
- ** IMPORTANT **
4029
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4030
- :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
3894
+ :param pulumi.Input[str] name: (Updatable) Name assigned to the branch.
3895
+ :param pulumi.Input[str] expression: (Updatable) A selection key string containing a wildcard to match with the context variable in an incoming request. If the context variable matches the string, the request is sent to the route or authentication server associated with the selection key. Valid wildcards are '*' (zero or more characters) and '+' (one or more characters). The string can only contain one wildcard, and the wildcard must be at the start or the end of the string.
3896
+ :param pulumi.Input[bool] is_default: (Updatable) Specifies whether to use the route or authentication server associated with this selection key as the default. The default is used if the value of a context variable in an incoming request does not match any of the other selection key values when dynamically routing and dynamically authenticating requests.
3897
+ :param pulumi.Input[str] type: (Updatable) Type of the selection key.
3898
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) The set of selection keys to match with the context variable in an incoming request. If the context variable exactly matches one of the keys in the set, the request is sent to the route or authentication server associated with the set.
4031
3899
  """
4032
3900
  pulumi.set(__self__, "name", name)
4033
3901
  if expression is not None:
@@ -4043,7 +3911,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4043
3911
  @pulumi.getter
4044
3912
  def name(self) -> pulumi.Input[str]:
4045
3913
  """
4046
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
3914
+ (Updatable) Name assigned to the branch.
4047
3915
  """
4048
3916
  return pulumi.get(self, "name")
4049
3917
 
@@ -4055,7 +3923,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4055
3923
  @pulumi.getter
4056
3924
  def expression(self) -> Optional[pulumi.Input[str]]:
4057
3925
  """
4058
- (Updatable) String describing the expression with wildcards.
3926
+ (Updatable) A selection key string containing a wildcard to match with the context variable in an incoming request. If the context variable matches the string, the request is sent to the route or authentication server associated with the selection key. Valid wildcards are '*' (zero or more characters) and '+' (one or more characters). The string can only contain one wildcard, and the wildcard must be at the start or the end of the string.
4059
3927
  """
4060
3928
  return pulumi.get(self, "expression")
4061
3929
 
@@ -4067,7 +3935,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4067
3935
  @pulumi.getter(name="isDefault")
4068
3936
  def is_default(self) -> Optional[pulumi.Input[bool]]:
4069
3937
  """
4070
- (Updatable) Information regarding whether this is the default branch.
3938
+ (Updatable) Specifies whether to use the route or authentication server associated with this selection key as the default. The default is used if the value of a context variable in an incoming request does not match any of the other selection key values when dynamically routing and dynamically authenticating requests.
4071
3939
  """
4072
3940
  return pulumi.get(self, "is_default")
4073
3941
 
@@ -4079,11 +3947,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4079
3947
  @pulumi.getter
4080
3948
  def type(self) -> Optional[pulumi.Input[str]]:
4081
3949
  """
4082
- (Updatable) Type of the Response Cache Store Policy.
4083
-
4084
-
4085
- ** IMPORTANT **
4086
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3950
+ (Updatable) Type of the selection key.
4087
3951
  """
4088
3952
  return pulumi.get(self, "type")
4089
3953
 
@@ -4095,7 +3959,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4095
3959
  @pulumi.getter
4096
3960
  def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4097
3961
  """
4098
- (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
3962
+ (Updatable) The set of selection keys to match with the context variable in an incoming request. If the context variable exactly matches one of the keys in the set, the request is sent to the route or authentication server associated with the set.
4099
3963
  """
4100
3964
  return pulumi.get(self, "values")
4101
3965
 
@@ -4111,11 +3975,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSource
4111
3975
  type: pulumi.Input[str]):
4112
3976
  """
4113
3977
  :param pulumi.Input[str] selector: (Updatable) String describing the context variable used as selector.
4114
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
4115
-
4116
-
4117
- ** IMPORTANT **
4118
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3978
+ :param pulumi.Input[str] type: (Updatable) Type of the Selection source to use.
4119
3979
  """
4120
3980
  pulumi.set(__self__, "selector", selector)
4121
3981
  pulumi.set(__self__, "type", type)
@@ -4136,11 +3996,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSource
4136
3996
  @pulumi.getter
4137
3997
  def type(self) -> pulumi.Input[str]:
4138
3998
  """
4139
- (Updatable) Type of the Response Cache Store Policy.
4140
-
4141
-
4142
- ** IMPORTANT **
4143
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3999
+ (Updatable) Type of the Selection source to use.
4144
4000
  """
4145
4001
  return pulumi.get(self, "type")
4146
4002
 
@@ -4374,16 +4230,12 @@ class DeploymentSpecificationRouteBackendArgs:
4374
4230
  status: Optional[pulumi.Input[int]] = None,
4375
4231
  url: Optional[pulumi.Input[str]] = None):
4376
4232
  """
4377
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
4378
-
4379
-
4380
- ** IMPORTANT **
4381
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4233
+ :param pulumi.Input[str] type: (Updatable) Type of the API backend.
4382
4234
  :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_post_logout_uris: (Updatable)
4383
4235
  :param pulumi.Input[str] body: (Updatable) The body of the stock response from the mock backend.
4384
4236
  :param pulumi.Input[float] connect_timeout_in_seconds: (Updatable) Defines a timeout for establishing a connection with a proxied server.
4385
4237
  :param pulumi.Input[str] function_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4386
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendHeaderArgs']]] headers: (Updatable)
4238
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendHeaderArgs']]] headers: (Updatable) The headers of the stock response from the mock backend.
4387
4239
  :param pulumi.Input[bool] is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
4388
4240
  :param pulumi.Input[str] post_logout_state: (Updatable) Defines a state that should be shared on redirecting to postLogout URL.
4389
4241
  :param pulumi.Input[float] read_timeout_in_seconds: (Updatable) Defines a timeout for reading a response from the proxied server.
@@ -4425,11 +4277,7 @@ class DeploymentSpecificationRouteBackendArgs:
4425
4277
  @pulumi.getter
4426
4278
  def type(self) -> pulumi.Input[str]:
4427
4279
  """
4428
- (Updatable) Type of the Response Cache Store Policy.
4429
-
4430
-
4431
- ** IMPORTANT **
4432
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4280
+ (Updatable) Type of the API backend.
4433
4281
  """
4434
4282
  return pulumi.get(self, "type")
4435
4283
 
@@ -4489,7 +4337,7 @@ class DeploymentSpecificationRouteBackendArgs:
4489
4337
  @pulumi.getter
4490
4338
  def headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendHeaderArgs']]]]:
4491
4339
  """
4492
- (Updatable)
4340
+ (Updatable) The headers of the stock response from the mock backend.
4493
4341
  """
4494
4342
  return pulumi.get(self, "headers")
4495
4343
 
@@ -4600,7 +4448,7 @@ class DeploymentSpecificationRouteBackendHeaderArgs:
4600
4448
  name: Optional[pulumi.Input[str]] = None,
4601
4449
  value: Optional[pulumi.Input[str]] = None):
4602
4450
  """
4603
- :param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4451
+ :param pulumi.Input[str] name: (Updatable) Name of the header.
4604
4452
  :param pulumi.Input[str] value: (Updatable) Value of the header.
4605
4453
  """
4606
4454
  if name is not None:
@@ -4612,7 +4460,7 @@ class DeploymentSpecificationRouteBackendHeaderArgs:
4612
4460
  @pulumi.getter
4613
4461
  def name(self) -> Optional[pulumi.Input[str]]:
4614
4462
  """
4615
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4463
+ (Updatable) Name of the header.
4616
4464
  """
4617
4465
  return pulumi.get(self, "name")
4618
4466
 
@@ -4686,20 +4534,14 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
4686
4534
  status: Optional[pulumi.Input[int]] = None,
4687
4535
  url: Optional[pulumi.Input[str]] = None):
4688
4536
  """
4689
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
4690
-
4691
-
4692
- ** IMPORTANT **
4693
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4694
- :param pulumi.Input[str] body: (Updatable) The body of the stock response from the mock backend.
4695
- :param pulumi.Input[float] connect_timeout_in_seconds: (Updatable) Defines a timeout for establishing a connection with a proxied server.
4696
- :param pulumi.Input[str] function_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4697
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs']]] headers: (Updatable)
4698
- :param pulumi.Input[bool] is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
4699
- :param pulumi.Input[float] read_timeout_in_seconds: (Updatable) Defines a timeout for reading a response from the proxied server.
4700
- :param pulumi.Input[float] send_timeout_in_seconds: (Updatable) Defines a timeout for transmitting a request to the proxied server.
4701
- :param pulumi.Input[int] status: (Updatable) The status code of the stock response from the mock backend.
4702
- :param pulumi.Input[str] url: (Updatable)
4537
+ :param pulumi.Input[str] type: Type of the Response Cache Store Policy.
4538
+ :param pulumi.Input[str] body: The body of the stock response from the mock backend.
4539
+ :param pulumi.Input[float] connect_timeout_in_seconds: Defines a timeout for establishing a connection with a proxied server.
4540
+ :param pulumi.Input[str] function_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4541
+ :param pulumi.Input[bool] is_ssl_verify_disabled: Defines whether or not to uphold SSL verification.
4542
+ :param pulumi.Input[float] read_timeout_in_seconds: Defines a timeout for reading a response from the proxied server.
4543
+ :param pulumi.Input[float] send_timeout_in_seconds: Defines a timeout for transmitting a request to the proxied server.
4544
+ :param pulumi.Input[int] status: The status code of the stock response from the mock backend.
4703
4545
  """
4704
4546
  pulumi.set(__self__, "type", type)
4705
4547
  if body is not None:
@@ -4725,11 +4567,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
4725
4567
  @pulumi.getter
4726
4568
  def type(self) -> pulumi.Input[str]:
4727
4569
  """
4728
- (Updatable) Type of the Response Cache Store Policy.
4729
-
4730
-
4731
- ** IMPORTANT **
4732
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4570
+ Type of the Response Cache Store Policy.
4733
4571
  """
4734
4572
  return pulumi.get(self, "type")
4735
4573
 
@@ -4741,7 +4579,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
4741
4579
  @pulumi.getter
4742
4580
  def body(self) -> Optional[pulumi.Input[str]]:
4743
4581
  """
4744
- (Updatable) The body of the stock response from the mock backend.
4582
+ The body of the stock response from the mock backend.
4745
4583
  """
4746
4584
  return pulumi.get(self, "body")
4747
4585
 
@@ -4753,7 +4591,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
4753
4591
  @pulumi.getter(name="connectTimeoutInSeconds")
4754
4592
  def connect_timeout_in_seconds(self) -> Optional[pulumi.Input[float]]:
4755
4593
  """
4756
- (Updatable) Defines a timeout for establishing a connection with a proxied server.
4594
+ Defines a timeout for establishing a connection with a proxied server.
4757
4595
  """
4758
4596
  return pulumi.get(self, "connect_timeout_in_seconds")
4759
4597
 
@@ -4765,7 +4603,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
4765
4603
  @pulumi.getter(name="functionId")
4766
4604
  def function_id(self) -> Optional[pulumi.Input[str]]:
4767
4605
  """
4768
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4606
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4769
4607
  """
4770
4608
  return pulumi.get(self, "function_id")
4771
4609
 
@@ -4776,9 +4614,6 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
4776
4614
  @property
4777
4615
  @pulumi.getter
4778
4616
  def headers(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs']]]]:
4779
- """
4780
- (Updatable)
4781
- """
4782
4617
  return pulumi.get(self, "headers")
4783
4618
 
4784
4619
  @headers.setter
@@ -4789,7 +4624,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
4789
4624
  @pulumi.getter(name="isSslVerifyDisabled")
4790
4625
  def is_ssl_verify_disabled(self) -> Optional[pulumi.Input[bool]]:
4791
4626
  """
4792
- (Updatable) Defines whether or not to uphold SSL verification.
4627
+ Defines whether or not to uphold SSL verification.
4793
4628
  """
4794
4629
  return pulumi.get(self, "is_ssl_verify_disabled")
4795
4630
 
@@ -4801,7 +4636,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
4801
4636
  @pulumi.getter(name="readTimeoutInSeconds")
4802
4637
  def read_timeout_in_seconds(self) -> Optional[pulumi.Input[float]]:
4803
4638
  """
4804
- (Updatable) Defines a timeout for reading a response from the proxied server.
4639
+ Defines a timeout for reading a response from the proxied server.
4805
4640
  """
4806
4641
  return pulumi.get(self, "read_timeout_in_seconds")
4807
4642
 
@@ -4813,7 +4648,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
4813
4648
  @pulumi.getter(name="sendTimeoutInSeconds")
4814
4649
  def send_timeout_in_seconds(self) -> Optional[pulumi.Input[float]]:
4815
4650
  """
4816
- (Updatable) Defines a timeout for transmitting a request to the proxied server.
4651
+ Defines a timeout for transmitting a request to the proxied server.
4817
4652
  """
4818
4653
  return pulumi.get(self, "send_timeout_in_seconds")
4819
4654
 
@@ -4825,7 +4660,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
4825
4660
  @pulumi.getter
4826
4661
  def status(self) -> Optional[pulumi.Input[int]]:
4827
4662
  """
4828
- (Updatable) The status code of the stock response from the mock backend.
4663
+ The status code of the stock response from the mock backend.
4829
4664
  """
4830
4665
  return pulumi.get(self, "status")
4831
4666
 
@@ -4836,9 +4671,6 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendArgs:
4836
4671
  @property
4837
4672
  @pulumi.getter
4838
4673
  def url(self) -> Optional[pulumi.Input[str]]:
4839
- """
4840
- (Updatable)
4841
- """
4842
4674
  return pulumi.get(self, "url")
4843
4675
 
4844
4676
  @url.setter
@@ -4852,8 +4684,8 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs:
4852
4684
  name: Optional[pulumi.Input[str]] = None,
4853
4685
  value: Optional[pulumi.Input[str]] = None):
4854
4686
  """
4855
- :param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4856
- :param pulumi.Input[str] value: (Updatable) Value of the header.
4687
+ :param pulumi.Input[str] name: The case-insensitive name of the header. This name must be unique across transformation policies.
4688
+ :param pulumi.Input[str] value: Value of the header.
4857
4689
  """
4858
4690
  if name is not None:
4859
4691
  pulumi.set(__self__, "name", name)
@@ -4864,7 +4696,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs:
4864
4696
  @pulumi.getter
4865
4697
  def name(self) -> Optional[pulumi.Input[str]]:
4866
4698
  """
4867
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4699
+ The case-insensitive name of the header. This name must be unique across transformation policies.
4868
4700
  """
4869
4701
  return pulumi.get(self, "name")
4870
4702
 
@@ -4876,7 +4708,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs:
4876
4708
  @pulumi.getter
4877
4709
  def value(self) -> Optional[pulumi.Input[str]]:
4878
4710
  """
4879
- (Updatable) Value of the header.
4711
+ Value of the header.
4880
4712
  """
4881
4713
  return pulumi.get(self, "value")
4882
4714
 
@@ -4894,15 +4726,11 @@ class DeploymentSpecificationRouteBackendRoutingBackendKeyArgs:
4894
4726
  is_default: Optional[pulumi.Input[bool]] = None,
4895
4727
  values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
4896
4728
  """
4897
- :param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4898
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
4899
-
4900
-
4901
- ** IMPORTANT **
4902
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4729
+ :param pulumi.Input[str] name: (Updatable) Name assigned to the branch.
4730
+ :param pulumi.Input[str] type: (Updatable) Information regarding type of the selection key.
4903
4731
  :param pulumi.Input[str] expression: (Updatable) String describing the expression with wildcards.
4904
4732
  :param pulumi.Input[bool] is_default: (Updatable) Information regarding whether this is the default branch.
4905
- :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
4733
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) Information regarding the set of values of selector for which this branch should be selected.
4906
4734
  """
4907
4735
  pulumi.set(__self__, "name", name)
4908
4736
  pulumi.set(__self__, "type", type)
@@ -4917,7 +4745,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendKeyArgs:
4917
4745
  @pulumi.getter
4918
4746
  def name(self) -> pulumi.Input[str]:
4919
4747
  """
4920
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4748
+ (Updatable) Name assigned to the branch.
4921
4749
  """
4922
4750
  return pulumi.get(self, "name")
4923
4751
 
@@ -4929,11 +4757,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendKeyArgs:
4929
4757
  @pulumi.getter
4930
4758
  def type(self) -> pulumi.Input[str]:
4931
4759
  """
4932
- (Updatable) Type of the Response Cache Store Policy.
4933
-
4934
-
4935
- ** IMPORTANT **
4936
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4760
+ (Updatable) Information regarding type of the selection key.
4937
4761
  """
4938
4762
  return pulumi.get(self, "type")
4939
4763
 
@@ -4969,7 +4793,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendKeyArgs:
4969
4793
  @pulumi.getter
4970
4794
  def values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
4971
4795
  """
4972
- (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
4796
+ (Updatable) Information regarding the set of values of selector for which this branch should be selected.
4973
4797
  """
4974
4798
  return pulumi.get(self, "values")
4975
4799
 
@@ -4985,11 +4809,7 @@ class DeploymentSpecificationRouteBackendSelectionSourceArgs:
4985
4809
  type: pulumi.Input[str]):
4986
4810
  """
4987
4811
  :param pulumi.Input[str] selector: (Updatable) String describing the context variable used as selector.
4988
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
4989
-
4990
-
4991
- ** IMPORTANT **
4992
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4812
+ :param pulumi.Input[str] type: (Updatable) Type of the Selection source to use.
4993
4813
  """
4994
4814
  pulumi.set(__self__, "selector", selector)
4995
4815
  pulumi.set(__self__, "type", type)
@@ -5010,11 +4830,7 @@ class DeploymentSpecificationRouteBackendSelectionSourceArgs:
5010
4830
  @pulumi.getter
5011
4831
  def type(self) -> pulumi.Input[str]:
5012
4832
  """
5013
- (Updatable) Type of the Response Cache Store Policy.
5014
-
5015
-
5016
- ** IMPORTANT **
5017
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4833
+ (Updatable) Type of the Selection source to use.
5018
4834
  """
5019
4835
  return pulumi.get(self, "type")
5020
4836
 
@@ -5067,7 +4883,11 @@ class DeploymentSpecificationRouteLoggingPoliciesAccessLogArgs:
5067
4883
  def __init__(__self__, *,
5068
4884
  is_enabled: Optional[pulumi.Input[bool]] = None):
5069
4885
  """
5070
- :param pulumi.Input[bool] is_enabled: (Updatable) Whether this policy is currently enabled.
4886
+ :param pulumi.Input[bool] is_enabled: (Updatable) Enables pushing of access logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
4887
+
4888
+ Oracle recommends using the Oracle Cloud Infrastructure Logging service to enable, retrieve, and query access logs for an API Deployment. If there is an active log object for the API Deployment and its category is set to 'access' in Oracle Cloud Infrastructure Logging service, the logs will not be uploaded to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
4889
+
4890
+ Please note that the functionality to push to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket has been deprecated and will be removed in the future.
5071
4891
  """
5072
4892
  if is_enabled is not None:
5073
4893
  pulumi.set(__self__, "is_enabled", is_enabled)
@@ -5076,7 +4896,11 @@ class DeploymentSpecificationRouteLoggingPoliciesAccessLogArgs:
5076
4896
  @pulumi.getter(name="isEnabled")
5077
4897
  def is_enabled(self) -> Optional[pulumi.Input[bool]]:
5078
4898
  """
5079
- (Updatable) Whether this policy is currently enabled.
4899
+ (Updatable) Enables pushing of access logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
4900
+
4901
+ Oracle recommends using the Oracle Cloud Infrastructure Logging service to enable, retrieve, and query access logs for an API Deployment. If there is an active log object for the API Deployment and its category is set to 'access' in Oracle Cloud Infrastructure Logging service, the logs will not be uploaded to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
4902
+
4903
+ Please note that the functionality to push to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket has been deprecated and will be removed in the future.
5080
4904
  """
5081
4905
  return pulumi.get(self, "is_enabled")
5082
4906
 
@@ -5091,7 +4915,11 @@ class DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgs:
5091
4915
  is_enabled: Optional[pulumi.Input[bool]] = None,
5092
4916
  log_level: Optional[pulumi.Input[str]] = None):
5093
4917
  """
5094
- :param pulumi.Input[bool] is_enabled: (Updatable) Whether this policy is currently enabled.
4918
+ :param pulumi.Input[bool] is_enabled: (Updatable) Enables pushing of execution logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
4919
+
4920
+ Oracle recommends using the Oracle Cloud Infrastructure Logging service to enable, retrieve, and query execution logs for an API Deployment. If there is an active log object for the API Deployment and its category is set to 'execution' in Oracle Cloud Infrastructure Logging service, the logs will not be uploaded to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
4921
+
4922
+ Please note that the functionality to push to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket has been deprecated and will be removed in the future.
5095
4923
  :param pulumi.Input[str] log_level: (Updatable) Specifies the log level used to control logging output of execution logs. Enabling logging at a given level also enables logging at all higher levels.
5096
4924
  """
5097
4925
  if is_enabled is not None:
@@ -5103,7 +4931,11 @@ class DeploymentSpecificationRouteLoggingPoliciesExecutionLogArgs:
5103
4931
  @pulumi.getter(name="isEnabled")
5104
4932
  def is_enabled(self) -> Optional[pulumi.Input[bool]]:
5105
4933
  """
5106
- (Updatable) Whether this policy is currently enabled.
4934
+ (Updatable) Enables pushing of execution logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
4935
+
4936
+ Oracle recommends using the Oracle Cloud Infrastructure Logging service to enable, retrieve, and query execution logs for an API Deployment. If there is an active log object for the API Deployment and its category is set to 'execution' in Oracle Cloud Infrastructure Logging service, the logs will not be uploaded to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
4937
+
4938
+ Please note that the functionality to push to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket has been deprecated and will be removed in the future.
5107
4939
  """
5108
4940
  return pulumi.get(self, "is_enabled")
5109
4941
 
@@ -5266,11 +5098,7 @@ class DeploymentSpecificationRouteRequestPoliciesAuthorizationArgs:
5266
5098
  type: Optional[pulumi.Input[str]] = None):
5267
5099
  """
5268
5100
  :param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_scopes: (Updatable) A user whose scope includes any of these access ranges is allowed on this route. Access ranges are case-sensitive.
5269
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
5270
-
5271
-
5272
- ** IMPORTANT **
5273
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5101
+ :param pulumi.Input[str] type: (Updatable) Indicates how authorization should be applied. For a type of ANY_OF, an "allowedScope" property must also be specified. Otherwise, only a type is required. For a type of ANONYMOUS, an authenticated API must have the "isAnonymousAccessAllowed" property set to "true" in the authentication policy.
5274
5102
  """
5275
5103
  if allowed_scopes is not None:
5276
5104
  pulumi.set(__self__, "allowed_scopes", allowed_scopes)
@@ -5293,11 +5121,7 @@ class DeploymentSpecificationRouteRequestPoliciesAuthorizationArgs:
5293
5121
  @pulumi.getter
5294
5122
  def type(self) -> Optional[pulumi.Input[str]]:
5295
5123
  """
5296
- (Updatable) Type of the Response Cache Store Policy.
5297
-
5298
-
5299
- ** IMPORTANT **
5300
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5124
+ (Updatable) Indicates how authorization should be applied. For a type of ANY_OF, an "allowedScope" property must also be specified. Otherwise, only a type is required. For a type of ANONYMOUS, an authenticated API must have the "isAnonymousAccessAllowed" property set to "true" in the authentication policy.
5301
5125
  """
5302
5126
  return pulumi.get(self, "type")
5303
5127
 
@@ -5314,7 +5138,7 @@ class DeploymentSpecificationRouteRequestPoliciesBodyValidationArgs:
5314
5138
  validation_mode: Optional[pulumi.Input[str]] = None):
5315
5139
  """
5316
5140
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgs']]] contents: (Updatable) The content of the request body.
5317
- :param pulumi.Input[bool] required: (Updatable) Determines if the parameter is required in the request.
5141
+ :param pulumi.Input[bool] required: (Updatable) Determines if the request body is required in the request.
5318
5142
  :param pulumi.Input[str] validation_mode: (Updatable) Validation behavior mode.
5319
5143
 
5320
5144
  In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response and not sent to the backend.
@@ -5346,7 +5170,7 @@ class DeploymentSpecificationRouteRequestPoliciesBodyValidationArgs:
5346
5170
  @pulumi.getter
5347
5171
  def required(self) -> Optional[pulumi.Input[bool]]:
5348
5172
  """
5349
- (Updatable) Determines if the parameter is required in the request.
5173
+ (Updatable) Determines if the request body is required in the request.
5350
5174
  """
5351
5175
  return pulumi.get(self, "required")
5352
5176
 
@@ -5586,11 +5410,7 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHead
5586
5410
  type: pulumi.Input[str]):
5587
5411
  """
5588
5412
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersItemArgs']]] items: (Updatable) The list of headers.
5589
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
5590
-
5591
-
5592
- ** IMPORTANT **
5593
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5413
+ :param pulumi.Input[str] type: (Updatable) BLOCK drops any headers that are in the list of items, so it acts as an exclusion list. ALLOW permits only the headers in the list and removes all others, so it acts as an inclusion list.
5594
5414
  """
5595
5415
  pulumi.set(__self__, "items", items)
5596
5416
  pulumi.set(__self__, "type", type)
@@ -5611,11 +5431,7 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHead
5611
5431
  @pulumi.getter
5612
5432
  def type(self) -> pulumi.Input[str]:
5613
5433
  """
5614
- (Updatable) Type of the Response Cache Store Policy.
5615
-
5616
-
5617
- ** IMPORTANT **
5618
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5434
+ (Updatable) BLOCK drops any headers that are in the list of items, so it acts as an exclusion list. ALLOW permits only the headers in the list and removes all others, so it acts as an inclusion list.
5619
5435
  """
5620
5436
  return pulumi.get(self, "type")
5621
5437
 
@@ -5837,8 +5653,8 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs:
5837
5653
  name: pulumi.Input[str],
5838
5654
  required: Optional[pulumi.Input[bool]] = None):
5839
5655
  """
5840
- :param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
5841
- :param pulumi.Input[bool] required: (Updatable) Determines if the parameter is required in the request.
5656
+ :param pulumi.Input[str] name: (Updatable) Parameter name.
5657
+ :param pulumi.Input[bool] required: (Updatable) Determines if the header is required in the request.
5842
5658
  """
5843
5659
  pulumi.set(__self__, "name", name)
5844
5660
  if required is not None:
@@ -5848,7 +5664,7 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs:
5848
5664
  @pulumi.getter
5849
5665
  def name(self) -> pulumi.Input[str]:
5850
5666
  """
5851
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
5667
+ (Updatable) Parameter name.
5852
5668
  """
5853
5669
  return pulumi.get(self, "name")
5854
5670
 
@@ -5860,7 +5676,7 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeaderArgs:
5860
5676
  @pulumi.getter
5861
5677
  def required(self) -> Optional[pulumi.Input[bool]]:
5862
5678
  """
5863
- (Updatable) Determines if the parameter is required in the request.
5679
+ (Updatable) Determines if the header is required in the request.
5864
5680
  """
5865
5681
  return pulumi.get(self, "required")
5866
5682
 
@@ -5930,12 +5746,8 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
5930
5746
  items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgs']]],
5931
5747
  type: pulumi.Input[str]):
5932
5748
  """
5933
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgs']]] items: (Updatable) The list of headers.
5934
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
5935
-
5936
-
5937
- ** IMPORTANT **
5938
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5749
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgs']]] items: (Updatable) The list of query parameters.
5750
+ :param pulumi.Input[str] type: (Updatable) BLOCK drops any query parameters that are in the list of items, so it acts as an exclusion list. ALLOW permits only the parameters in the list and removes all others, so it acts as an inclusion list.
5939
5751
  """
5940
5752
  pulumi.set(__self__, "items", items)
5941
5753
  pulumi.set(__self__, "type", type)
@@ -5944,7 +5756,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
5944
5756
  @pulumi.getter
5945
5757
  def items(self) -> pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgs']]]:
5946
5758
  """
5947
- (Updatable) The list of headers.
5759
+ (Updatable) The list of query parameters.
5948
5760
  """
5949
5761
  return pulumi.get(self, "items")
5950
5762
 
@@ -5956,11 +5768,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
5956
5768
  @pulumi.getter
5957
5769
  def type(self) -> pulumi.Input[str]:
5958
5770
  """
5959
- (Updatable) Type of the Response Cache Store Policy.
5960
-
5961
-
5962
- ** IMPORTANT **
5963
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5771
+ (Updatable) BLOCK drops any query parameters that are in the list of items, so it acts as an exclusion list. ALLOW permits only the parameters in the list and removes all others, so it acts as an inclusion list.
5964
5772
  """
5965
5773
  return pulumi.get(self, "type")
5966
5774
 
@@ -5974,7 +5782,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
5974
5782
  def __init__(__self__, *,
5975
5783
  name: pulumi.Input[str]):
5976
5784
  """
5977
- :param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
5785
+ :param pulumi.Input[str] name: (Updatable) The case-sensitive name of the query parameter.
5978
5786
  """
5979
5787
  pulumi.set(__self__, "name", name)
5980
5788
 
@@ -5982,7 +5790,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
5982
5790
  @pulumi.getter
5983
5791
  def name(self) -> pulumi.Input[str]:
5984
5792
  """
5985
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
5793
+ (Updatable) The case-sensitive name of the query parameter.
5986
5794
  """
5987
5795
  return pulumi.get(self, "name")
5988
5796
 
@@ -5996,7 +5804,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
5996
5804
  def __init__(__self__, *,
5997
5805
  items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs']]]):
5998
5806
  """
5999
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs']]] items: (Updatable) The list of headers.
5807
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs']]] items: (Updatable) The list of query parameters.
6000
5808
  """
6001
5809
  pulumi.set(__self__, "items", items)
6002
5810
 
@@ -6004,7 +5812,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6004
5812
  @pulumi.getter
6005
5813
  def items(self) -> pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs']]]:
6006
5814
  """
6007
- (Updatable) The list of headers.
5815
+ (Updatable) The list of query parameters.
6008
5816
  """
6009
5817
  return pulumi.get(self, "items")
6010
5818
 
@@ -6019,8 +5827,8 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6019
5827
  from_: pulumi.Input[str],
6020
5828
  to: pulumi.Input[str]):
6021
5829
  """
6022
- :param pulumi.Input[str] from_: (Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
6023
- :param pulumi.Input[str] to: (Updatable) The new name of the header. This name must be unique across transformation policies.
5830
+ :param pulumi.Input[str] from_: (Updatable) The original case-sensitive name of the query parameter. This name must be unique across transformation policies.
5831
+ :param pulumi.Input[str] to: (Updatable) The new name of the query parameter. This name must be unique across transformation policies.
6024
5832
  """
6025
5833
  pulumi.set(__self__, "from_", from_)
6026
5834
  pulumi.set(__self__, "to", to)
@@ -6029,7 +5837,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6029
5837
  @pulumi.getter(name="from")
6030
5838
  def from_(self) -> pulumi.Input[str]:
6031
5839
  """
6032
- (Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
5840
+ (Updatable) The original case-sensitive name of the query parameter. This name must be unique across transformation policies.
6033
5841
  """
6034
5842
  return pulumi.get(self, "from_")
6035
5843
 
@@ -6041,7 +5849,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6041
5849
  @pulumi.getter
6042
5850
  def to(self) -> pulumi.Input[str]:
6043
5851
  """
6044
- (Updatable) The new name of the header. This name must be unique across transformation policies.
5852
+ (Updatable) The new name of the query parameter. This name must be unique across transformation policies.
6045
5853
  """
6046
5854
  return pulumi.get(self, "to")
6047
5855
 
@@ -6055,7 +5863,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6055
5863
  def __init__(__self__, *,
6056
5864
  items: pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs']]]):
6057
5865
  """
6058
- :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs']]] items: (Updatable) The list of headers.
5866
+ :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs']]] items: (Updatable) The list of query parameters.
6059
5867
  """
6060
5868
  pulumi.set(__self__, "items", items)
6061
5869
 
@@ -6063,7 +5871,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6063
5871
  @pulumi.getter
6064
5872
  def items(self) -> pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs']]]:
6065
5873
  """
6066
- (Updatable) The list of headers.
5874
+ (Updatable) The list of query parameters.
6067
5875
  """
6068
5876
  return pulumi.get(self, "items")
6069
5877
 
@@ -6079,9 +5887,9 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6079
5887
  values: pulumi.Input[Sequence[pulumi.Input[str]]],
6080
5888
  if_exists: Optional[pulumi.Input[str]] = None):
6081
5889
  """
6082
- :param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
5890
+ :param pulumi.Input[str] name: (Updatable) The case-sensitive name of the query parameter. This name must be unique across transformation policies.
6083
5891
  :param pulumi.Input[Sequence[pulumi.Input[str]]] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
6084
- :param pulumi.Input[str] if_exists: (Updatable) If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
5892
+ :param pulumi.Input[str] if_exists: (Updatable) If a query parameter with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
6085
5893
  """
6086
5894
  pulumi.set(__self__, "name", name)
6087
5895
  pulumi.set(__self__, "values", values)
@@ -6092,7 +5900,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6092
5900
  @pulumi.getter
6093
5901
  def name(self) -> pulumi.Input[str]:
6094
5902
  """
6095
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
5903
+ (Updatable) The case-sensitive name of the query parameter. This name must be unique across transformation policies.
6096
5904
  """
6097
5905
  return pulumi.get(self, "name")
6098
5906
 
@@ -6116,7 +5924,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6116
5924
  @pulumi.getter(name="ifExists")
6117
5925
  def if_exists(self) -> Optional[pulumi.Input[str]]:
6118
5926
  """
6119
- (Updatable) If a header with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
5927
+ (Updatable) If a query parameter with the same name already exists in the request, OVERWRITE will overwrite the value, APPEND will append to the existing value, or SKIP will keep the existing value.
6120
5928
  """
6121
5929
  return pulumi.get(self, "if_exists")
6122
5930
 
@@ -6182,7 +5990,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParame
6182
5990
  name: pulumi.Input[str],
6183
5991
  required: Optional[pulumi.Input[bool]] = None):
6184
5992
  """
6185
- :param pulumi.Input[str] name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
5993
+ :param pulumi.Input[str] name: (Updatable) Parameter name.
6186
5994
  :param pulumi.Input[bool] required: (Updatable) Determines if the parameter is required in the request.
6187
5995
  """
6188
5996
  pulumi.set(__self__, "name", name)
@@ -6193,7 +6001,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParame
6193
6001
  @pulumi.getter
6194
6002
  def name(self) -> pulumi.Input[str]:
6195
6003
  """
6196
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6004
+ (Updatable) Parameter name.
6197
6005
  """
6198
6006
  return pulumi.get(self, "name")
6199
6007
 
@@ -6223,10 +6031,6 @@ class DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgs:
6223
6031
  is_private_caching_enabled: Optional[pulumi.Input[bool]] = None):
6224
6032
  """
6225
6033
  :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
6226
-
6227
-
6228
- ** IMPORTANT **
6229
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
6230
6034
  :param pulumi.Input[Sequence[pulumi.Input[str]]] cache_key_additions: (Updatable) A list of context expressions whose values will be added to the base cache key. Values should contain an expression enclosed within ${} delimiters. Only the request context is available.
6231
6035
  :param pulumi.Input[bool] is_enabled: (Updatable) Whether this policy is currently enabled.
6232
6036
  :param pulumi.Input[bool] is_private_caching_enabled: (Updatable) Set true to allow caching responses where the request has an Authorization header. Ensure you have configured your cache key additions to get the level of isolation across authenticated requests that you require.
@@ -6248,10 +6052,6 @@ class DeploymentSpecificationRouteRequestPoliciesResponseCacheLookupArgs:
6248
6052
  def type(self) -> pulumi.Input[str]:
6249
6053
  """
6250
6054
  (Updatable) Type of the Response Cache Store Policy.
6251
-
6252
-
6253
- ** IMPORTANT **
6254
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
6255
6055
  """
6256
6056
  return pulumi.get(self, "type")
6257
6057
 
@@ -6401,11 +6201,7 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHea
6401
6201
  type: pulumi.Input[str]):
6402
6202
  """
6403
6203
  :param pulumi.Input[Sequence[pulumi.Input['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersItemArgs']]] items: (Updatable) The list of headers.
6404
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache Store Policy.
6405
-
6406
-
6407
- ** IMPORTANT **
6408
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
6204
+ :param pulumi.Input[str] type: (Updatable) BLOCK drops any headers that are in the list of items, so it acts as an exclusion list. ALLOW permits only the headers in the list and removes all others, so it acts as an inclusion list.
6409
6205
  """
6410
6206
  pulumi.set(__self__, "items", items)
6411
6207
  pulumi.set(__self__, "type", type)
@@ -6426,11 +6222,7 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHea
6426
6222
  @pulumi.getter
6427
6223
  def type(self) -> pulumi.Input[str]:
6428
6224
  """
6429
- (Updatable) Type of the Response Cache Store Policy.
6430
-
6431
-
6432
- ** IMPORTANT **
6433
- Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
6225
+ (Updatable) BLOCK drops any headers that are in the list of items, so it acts as an exclusion list. ALLOW permits only the headers in the list and removes all others, so it acts as an inclusion list.
6434
6226
  """
6435
6227
  return pulumi.get(self, "type")
6436
6228
 
@@ -6647,7 +6439,7 @@ class GatewayCaBundleArgs:
6647
6439
  ca_bundle_id: Optional[pulumi.Input[str]] = None,
6648
6440
  certificate_authority_id: Optional[pulumi.Input[str]] = None):
6649
6441
  """
6650
- :param pulumi.Input[str] type: (Updatable) Type of the Response Cache.
6442
+ :param pulumi.Input[str] type: (Updatable) Type of the CA bundle
6651
6443
  :param pulumi.Input[str] ca_bundle_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
6652
6444
  :param pulumi.Input[str] certificate_authority_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
6653
6445
  """
@@ -6661,7 +6453,7 @@ class GatewayCaBundleArgs:
6661
6453
  @pulumi.getter
6662
6454
  def type(self) -> pulumi.Input[str]:
6663
6455
  """
6664
- (Updatable) Type of the Response Cache.
6456
+ (Updatable) Type of the CA bundle
6665
6457
  """
6666
6458
  return pulumi.get(self, "type")
6667
6459
 
@@ -7039,7 +6831,7 @@ class UsagePlanEntitlementQuotaArgs:
7039
6831
  """
7040
6832
  :param pulumi.Input[str] operation_on_breach: (Updatable) What the usage plan will do when a quota is breached: `REJECT` will allow no further requests `ALLOW` will continue to allow further requests
7041
6833
  :param pulumi.Input[str] reset_policy: (Updatable) The policy that controls when quotas will reset. Example: `CALENDAR`
7042
- :param pulumi.Input[str] unit: (Updatable) The unit of time over which rate limits are calculated. Example: `SECOND`
6834
+ :param pulumi.Input[str] unit: (Updatable) The unit of time over which quotas are calculated. Example: `MINUTE` or `MONTH`
7043
6835
  :param pulumi.Input[int] value: (Updatable) The number of requests that can be made per time period.
7044
6836
  """
7045
6837
  pulumi.set(__self__, "operation_on_breach", operation_on_breach)
@@ -7075,7 +6867,7 @@ class UsagePlanEntitlementQuotaArgs:
7075
6867
  @pulumi.getter
7076
6868
  def unit(self) -> pulumi.Input[str]:
7077
6869
  """
7078
- (Updatable) The unit of time over which rate limits are calculated. Example: `SECOND`
6870
+ (Updatable) The unit of time over which quotas are calculated. Example: `MINUTE` or `MONTH`
7079
6871
  """
7080
6872
  return pulumi.get(self, "unit")
7081
6873