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