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
@@ -508,7 +508,7 @@ class DeploymentSpecification(dict):
508
508
  """
509
509
  :param Sequence['DeploymentSpecificationRouteArgs'] routes: (Updatable) A list of routes that this API exposes.
510
510
  :param 'DeploymentSpecificationLoggingPoliciesArgs' logging_policies: (Updatable) Policies controlling the pushing of logs to Oracle Cloud Infrastructure Public Logging.
511
- :param 'DeploymentSpecificationRequestPoliciesArgs' request_policies: (Updatable) Global behavior applied to all requests received by the API.
511
+ :param 'DeploymentSpecificationRequestPoliciesArgs' request_policies: (Updatable) Behavior applied to any requests received by the API on this route.
512
512
  """
513
513
  pulumi.set(__self__, "routes", routes)
514
514
  if logging_policies is not None:
@@ -536,7 +536,7 @@ class DeploymentSpecification(dict):
536
536
  @pulumi.getter(name="requestPolicies")
537
537
  def request_policies(self) -> Optional['outputs.DeploymentSpecificationRequestPolicies']:
538
538
  """
539
- (Updatable) Global behavior applied to all requests received by the API.
539
+ (Updatable) Behavior applied to any requests received by the API on this route.
540
540
  """
541
541
  return pulumi.get(self, "request_policies")
542
542
 
@@ -613,11 +613,7 @@ class DeploymentSpecificationLoggingPoliciesAccessLog(dict):
613
613
  def __init__(__self__, *,
614
614
  is_enabled: Optional[bool] = None):
615
615
  """
616
- :param bool is_enabled: (Updatable) Enables pushing of access logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
617
-
618
- 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.
619
-
620
- 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.
616
+ :param bool is_enabled: (Updatable) Whether this policy is currently enabled.
621
617
  """
622
618
  if is_enabled is not None:
623
619
  pulumi.set(__self__, "is_enabled", is_enabled)
@@ -626,11 +622,7 @@ class DeploymentSpecificationLoggingPoliciesAccessLog(dict):
626
622
  @pulumi.getter(name="isEnabled")
627
623
  def is_enabled(self) -> Optional[bool]:
628
624
  """
629
- (Updatable) Enables pushing of access logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
630
-
631
- 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.
632
-
633
- 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.
625
+ (Updatable) Whether this policy is currently enabled.
634
626
  """
635
627
  return pulumi.get(self, "is_enabled")
636
628
 
@@ -660,11 +652,7 @@ class DeploymentSpecificationLoggingPoliciesExecutionLog(dict):
660
652
  is_enabled: Optional[bool] = None,
661
653
  log_level: Optional[str] = None):
662
654
  """
663
- :param bool is_enabled: (Updatable) Enables pushing of execution logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
664
-
665
- 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.
666
-
667
- 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.
655
+ :param bool is_enabled: (Updatable) Whether this policy is currently enabled.
668
656
  :param 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.
669
657
  """
670
658
  if is_enabled is not None:
@@ -676,11 +664,7 @@ class DeploymentSpecificationLoggingPoliciesExecutionLog(dict):
676
664
  @pulumi.getter(name="isEnabled")
677
665
  def is_enabled(self) -> Optional[bool]:
678
666
  """
679
- (Updatable) Enables pushing of execution logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
680
-
681
- 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.
682
-
683
- 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.
667
+ (Updatable) Whether this policy is currently enabled.
684
668
  """
685
669
  return pulumi.get(self, "is_enabled")
686
670
 
@@ -851,14 +835,18 @@ class DeploymentSpecificationRequestPoliciesAuthentication(dict):
851
835
  validation_policy: Optional['outputs.DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicy'] = None,
852
836
  verify_claims: Optional[Sequence['outputs.DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaim']] = None):
853
837
  """
854
- :param str type: (Updatable) Type of the authentication policy to use.
838
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
839
+
840
+
841
+ ** IMPORTANT **
842
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
855
843
  :param Sequence[str] audiences: (Updatable) The list of intended recipients for the token.
856
844
  :param Sequence[str] cache_keys: (Updatable) A list of keys from "parameters" attribute value whose values will be added to the cache key.
857
845
  :param str function_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
858
846
  :param bool is_anonymous_access_allowed: (Updatable) Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
859
847
  :param Sequence[str] issuers: (Updatable) A list of parties that could have issued the token.
860
848
  :param float max_clock_skew_in_seconds: (Updatable) The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
861
- :param 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]"}`
849
+ :param Mapping[str, Any] parameters: (Updatable)
862
850
  :param 'DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgs' public_keys: (Updatable) A set of Public Keys that will be used to verify the JWT signature.
863
851
  :param 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.
864
852
  :param str token_header: (Updatable) The name of the header containing the authentication token.
@@ -901,7 +889,11 @@ class DeploymentSpecificationRequestPoliciesAuthentication(dict):
901
889
  @pulumi.getter
902
890
  def type(self) -> str:
903
891
  """
904
- (Updatable) Type of the authentication policy to use.
892
+ (Updatable) Type of the Response Cache Store Policy.
893
+
894
+
895
+ ** IMPORTANT **
896
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
905
897
  """
906
898
  return pulumi.get(self, "type")
907
899
 
@@ -957,7 +949,7 @@ class DeploymentSpecificationRequestPoliciesAuthentication(dict):
957
949
  @pulumi.getter
958
950
  def parameters(self) -> Optional[Mapping[str, Any]]:
959
951
  """
960
- (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]"}`
952
+ (Updatable)
961
953
  """
962
954
  return pulumi.get(self, "parameters")
963
955
 
@@ -1046,10 +1038,14 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeys(dict):
1046
1038
  max_cache_duration_in_hours: Optional[int] = None,
1047
1039
  uri: Optional[str] = None):
1048
1040
  """
1049
- :param str type: (Updatable) Type of the public key set.
1041
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
1042
+
1043
+
1044
+ ** IMPORTANT **
1045
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1050
1046
  :param bool is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
1051
1047
  :param Sequence['DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgs'] keys: (Updatable) The set of static public keys.
1052
- :param int max_cache_duration_in_hours: (Updatable) The duration for which the JWKS should be cached before it is fetched again.
1048
+ :param int max_cache_duration_in_hours: (Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
1053
1049
  :param str uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
1054
1050
  """
1055
1051
  pulumi.set(__self__, "type", type)
@@ -1066,7 +1062,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeys(dict):
1066
1062
  @pulumi.getter
1067
1063
  def type(self) -> str:
1068
1064
  """
1069
- (Updatable) Type of the public key set.
1065
+ (Updatable) Type of the Response Cache Store Policy.
1066
+
1067
+
1068
+ ** IMPORTANT **
1069
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1070
1070
  """
1071
1071
  return pulumi.get(self, "type")
1072
1072
 
@@ -1090,7 +1090,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeys(dict):
1090
1090
  @pulumi.getter(name="maxCacheDurationInHours")
1091
1091
  def max_cache_duration_in_hours(self) -> Optional[int]:
1092
1092
  """
1093
- (Updatable) The duration for which the JWKS should be cached before it is fetched again.
1093
+ (Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
1094
1094
  """
1095
1095
  return pulumi.get(self, "max_cache_duration_in_hours")
1096
1096
 
@@ -1136,7 +1136,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKey(dict):
1136
1136
  :param str format: (Updatable) The format of the public key.
1137
1137
  :param str alg: (Updatable) The algorithm intended for use with this key.
1138
1138
  :param str e: (Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
1139
- :param str key: (Updatable) The content of the PEM-encoded public key.
1139
+ :param str key: (Updatable) Information around the values for selector of an authentication/ routing branch.
1140
1140
  :param Sequence[str] key_ops: (Updatable) The operations for which this key is to be used.
1141
1141
  :param str kid: (Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
1142
1142
  :param str kty: (Updatable) The key type.
@@ -1189,7 +1189,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKey(dict):
1189
1189
  @pulumi.getter
1190
1190
  def key(self) -> Optional[str]:
1191
1191
  """
1192
- (Updatable) The content of the PEM-encoded public key.
1192
+ (Updatable) Information around the values for selector of an authentication/ routing branch.
1193
1193
  """
1194
1194
  return pulumi.get(self, "key")
1195
1195
 
@@ -1291,7 +1291,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1291
1291
  use_cookies_for_session: Optional[bool] = None,
1292
1292
  use_pkce: Optional[bool] = None):
1293
1293
  """
1294
- :param str type: (Updatable) Type of the Validation failure Policy.
1294
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
1295
+
1296
+
1297
+ ** IMPORTANT **
1298
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1295
1299
  :param 'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyClientDetailsArgs' client_details: (Updatable) Client App Credential details.
1296
1300
  :param str fallback_redirect_path: (Updatable) The path to be used as fallback after OAuth2.
1297
1301
  :param str logout_path: (Updatable) The path to be used as logout.
@@ -1338,7 +1342,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1338
1342
  @pulumi.getter
1339
1343
  def type(self) -> str:
1340
1344
  """
1341
- (Updatable) Type of the Validation failure Policy.
1345
+ (Updatable) Type of the Response Cache Store Policy.
1346
+
1347
+
1348
+ ** IMPORTANT **
1349
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1342
1350
  """
1343
1351
  return pulumi.get(self, "type")
1344
1352
 
@@ -1476,7 +1484,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1476
1484
  client_secret_id: Optional[str] = None,
1477
1485
  client_secret_version_number: Optional[str] = None):
1478
1486
  """
1479
- :param str type: (Updatable) To specify where the Client App details should be taken from.
1487
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
1488
+
1489
+
1490
+ ** IMPORTANT **
1491
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1480
1492
  :param str client_id: (Updatable) Client ID for the OAuth2/OIDC app.
1481
1493
  :param 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.
1482
1494
  :param str client_secret_version_number: (Updatable) The version number of the client secret to use.
@@ -1493,7 +1505,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1493
1505
  @pulumi.getter
1494
1506
  def type(self) -> str:
1495
1507
  """
1496
- (Updatable) To specify where the Client App details should be taken from.
1508
+ (Updatable) Type of the Response Cache Store Policy.
1509
+
1510
+
1511
+ ** IMPORTANT **
1512
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1497
1513
  """
1498
1514
  return pulumi.get(self, "type")
1499
1515
 
@@ -1593,7 +1609,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1593
1609
  type: Optional[str] = None):
1594
1610
  """
1595
1611
  :param Sequence['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs'] items: (Updatable) The list of headers.
1596
- :param 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.
1612
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
1613
+
1614
+
1615
+ ** IMPORTANT **
1616
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1597
1617
  """
1598
1618
  if items is not None:
1599
1619
  pulumi.set(__self__, "items", items)
@@ -1612,7 +1632,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1612
1632
  @pulumi.getter
1613
1633
  def type(self) -> Optional[str]:
1614
1634
  """
1615
- (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.
1635
+ (Updatable) Type of the Response Cache Store Policy.
1636
+
1637
+
1638
+ ** IMPORTANT **
1639
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1616
1640
  """
1617
1641
  return pulumi.get(self, "type")
1618
1642
 
@@ -1788,8 +1812,12 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1788
1812
  type: str,
1789
1813
  uri: Optional[str] = None):
1790
1814
  """
1791
- :param str type: (Updatable) Type of the Uri detail.
1792
- :param str uri: (Updatable) The discovery URI for the auth server.
1815
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
1816
+
1817
+
1818
+ ** IMPORTANT **
1819
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1820
+ :param str uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
1793
1821
  """
1794
1822
  pulumi.set(__self__, "type", type)
1795
1823
  if uri is not None:
@@ -1799,7 +1827,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1799
1827
  @pulumi.getter
1800
1828
  def type(self) -> str:
1801
1829
  """
1802
- (Updatable) Type of the Uri detail.
1830
+ (Updatable) Type of the Response Cache Store Policy.
1831
+
1832
+
1833
+ ** IMPORTANT **
1834
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1803
1835
  """
1804
1836
  return pulumi.get(self, "type")
1805
1837
 
@@ -1807,7 +1839,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1807
1839
  @pulumi.getter
1808
1840
  def uri(self) -> Optional[str]:
1809
1841
  """
1810
- (Updatable) The discovery URI for the auth server.
1842
+ (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
1811
1843
  """
1812
1844
  return pulumi.get(self, "uri")
1813
1845
 
@@ -1849,7 +1881,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicy(dict)
1849
1881
  source_uri_details: Optional['outputs.DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySourceUriDetails'] = None,
1850
1882
  uri: Optional[str] = None):
1851
1883
  """
1852
- :param str type: (Updatable) Type of the token validation policy.
1884
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
1885
+
1886
+
1887
+ ** IMPORTANT **
1888
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1853
1889
  :param 'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyArgs' additional_validation_policy: (Updatable) Additional JWT validation checks.
1854
1890
  :param 'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClientDetailsArgs' client_details: (Updatable) Client App Credential details.
1855
1891
  :param bool is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
@@ -1878,7 +1914,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicy(dict)
1878
1914
  @pulumi.getter
1879
1915
  def type(self) -> str:
1880
1916
  """
1881
- (Updatable) Type of the token validation policy.
1917
+ (Updatable) Type of the Response Cache Store Policy.
1918
+
1919
+
1920
+ ** IMPORTANT **
1921
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1882
1922
  """
1883
1923
  return pulumi.get(self, "type")
1884
1924
 
@@ -2024,8 +2064,8 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
2024
2064
  values: Optional[Sequence[str]] = None):
2025
2065
  """
2026
2066
  :param 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.
2027
- :param str key: (Updatable) Name of the claim.
2028
- :param Sequence[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.
2067
+ :param str key: (Updatable) Information around the values for selector of an authentication/ routing branch.
2068
+ :param Sequence[str] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
2029
2069
  """
2030
2070
  if is_required is not None:
2031
2071
  pulumi.set(__self__, "is_required", is_required)
@@ -2046,7 +2086,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
2046
2086
  @pulumi.getter
2047
2087
  def key(self) -> Optional[str]:
2048
2088
  """
2049
- (Updatable) Name of the claim.
2089
+ (Updatable) Information around the values for selector of an authentication/ routing branch.
2050
2090
  """
2051
2091
  return pulumi.get(self, "key")
2052
2092
 
@@ -2054,7 +2094,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
2054
2094
  @pulumi.getter
2055
2095
  def values(self) -> Optional[Sequence[str]]:
2056
2096
  """
2057
- (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.
2097
+ (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
2058
2098
  """
2059
2099
  return pulumi.get(self, "values")
2060
2100
 
@@ -2088,7 +2128,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClient
2088
2128
  client_secret_id: Optional[str] = None,
2089
2129
  client_secret_version_number: Optional[str] = None):
2090
2130
  """
2091
- :param str type: (Updatable) To specify where the Client App details should be taken from.
2131
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
2132
+
2133
+
2134
+ ** IMPORTANT **
2135
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2092
2136
  :param str client_id: (Updatable) Client ID for the OAuth2/OIDC app.
2093
2137
  :param 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.
2094
2138
  :param str client_secret_version_number: (Updatable) The version number of the client secret to use.
@@ -2105,7 +2149,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClient
2105
2149
  @pulumi.getter
2106
2150
  def type(self) -> str:
2107
2151
  """
2108
- (Updatable) To specify where the Client App details should be taken from.
2152
+ (Updatable) Type of the Response Cache Store Policy.
2153
+
2154
+
2155
+ ** IMPORTANT **
2156
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2109
2157
  """
2110
2158
  return pulumi.get(self, "type")
2111
2159
 
@@ -2167,7 +2215,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKey(di
2167
2215
  :param str format: (Updatable) The format of the public key.
2168
2216
  :param str alg: (Updatable) The algorithm intended for use with this key.
2169
2217
  :param str e: (Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
2170
- :param str key: (Updatable) The content of the PEM-encoded public key.
2218
+ :param str key: (Updatable) Information around the values for selector of an authentication/ routing branch.
2171
2219
  :param Sequence[str] key_ops: (Updatable) The operations for which this key is to be used.
2172
2220
  :param str kid: (Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
2173
2221
  :param str kty: (Updatable) The key type.
@@ -2220,7 +2268,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKey(di
2220
2268
  @pulumi.getter
2221
2269
  def key(self) -> Optional[str]:
2222
2270
  """
2223
- (Updatable) The content of the PEM-encoded public key.
2271
+ (Updatable) Information around the values for selector of an authentication/ routing branch.
2224
2272
  """
2225
2273
  return pulumi.get(self, "key")
2226
2274
 
@@ -2271,8 +2319,12 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySource
2271
2319
  type: str,
2272
2320
  uri: Optional[str] = None):
2273
2321
  """
2274
- :param str type: (Updatable) Type of the Uri detail.
2275
- :param str uri: (Updatable) The discovery URI for the auth server.
2322
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
2323
+
2324
+
2325
+ ** IMPORTANT **
2326
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2327
+ :param str uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
2276
2328
  """
2277
2329
  pulumi.set(__self__, "type", type)
2278
2330
  if uri is not None:
@@ -2282,7 +2334,11 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySource
2282
2334
  @pulumi.getter
2283
2335
  def type(self) -> str:
2284
2336
  """
2285
- (Updatable) Type of the Uri detail.
2337
+ (Updatable) Type of the Response Cache Store Policy.
2338
+
2339
+
2340
+ ** IMPORTANT **
2341
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2286
2342
  """
2287
2343
  return pulumi.get(self, "type")
2288
2344
 
@@ -2290,7 +2346,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySource
2290
2346
  @pulumi.getter
2291
2347
  def uri(self) -> Optional[str]:
2292
2348
  """
2293
- (Updatable) The discovery URI for the auth server.
2349
+ (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
2294
2350
  """
2295
2351
  return pulumi.get(self, "uri")
2296
2352
 
@@ -2320,8 +2376,8 @@ class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaim(dict):
2320
2376
  values: Optional[Sequence[str]] = None):
2321
2377
  """
2322
2378
  :param 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.
2323
- :param str key: (Updatable) Name of the claim.
2324
- :param Sequence[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.
2379
+ :param str key: (Updatable) Information around the values for selector of an authentication/ routing branch.
2380
+ :param Sequence[str] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
2325
2381
  """
2326
2382
  if is_required is not None:
2327
2383
  pulumi.set(__self__, "is_required", is_required)
@@ -2342,7 +2398,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaim(dict):
2342
2398
  @pulumi.getter
2343
2399
  def key(self) -> Optional[str]:
2344
2400
  """
2345
- (Updatable) Name of the claim.
2401
+ (Updatable) Information around the values for selector of an authentication/ routing branch.
2346
2402
  """
2347
2403
  return pulumi.get(self, "key")
2348
2404
 
@@ -2350,7 +2406,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaim(dict):
2350
2406
  @pulumi.getter
2351
2407
  def values(self) -> Optional[Sequence[str]]:
2352
2408
  """
2353
- (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.
2409
+ (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
2354
2410
  """
2355
2411
  return pulumi.get(self, "values")
2356
2412
 
@@ -2486,7 +2542,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthentication(dict):
2486
2542
  selection_source: 'outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSource'):
2487
2543
  """
2488
2544
  :param Sequence['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerArgs'] authentication_servers: (Updatable) List of authentication servers to choose from during dynamic authentication.
2489
- :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs' selection_source: (Updatable) The type of selector to use when dynamically routing and dynamically authenticating requests.
2545
+ :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs' selection_source: (Updatable) Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
2490
2546
  """
2491
2547
  pulumi.set(__self__, "authentication_servers", authentication_servers)
2492
2548
  pulumi.set(__self__, "selection_source", selection_source)
@@ -2503,7 +2559,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthentication(dict):
2503
2559
  @pulumi.getter(name="selectionSource")
2504
2560
  def selection_source(self) -> 'outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSource':
2505
2561
  """
2506
- (Updatable) The type of selector to use when dynamically routing and dynamically authenticating requests.
2562
+ (Updatable) Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
2507
2563
  """
2508
2564
  return pulumi.get(self, "selection_source")
2509
2565
 
@@ -2532,7 +2588,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2532
2588
  key: 'outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKey'):
2533
2589
  """
2534
2590
  :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailArgs' authentication_server_detail: (Updatable) Information on how to authenticate incoming requests.
2535
- :param '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.
2591
+ :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgs' key: (Updatable) Information around the values for selector of an authentication/ routing branch.
2536
2592
  """
2537
2593
  pulumi.set(__self__, "authentication_server_detail", authentication_server_detail)
2538
2594
  pulumi.set(__self__, "key", key)
@@ -2549,7 +2605,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2549
2605
  @pulumi.getter
2550
2606
  def key(self) -> 'outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKey':
2551
2607
  """
2552
- (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.
2608
+ (Updatable) Information around the values for selector of an authentication/ routing branch.
2553
2609
  """
2554
2610
  return pulumi.get(self, "key")
2555
2611
 
@@ -2610,14 +2666,18 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2610
2666
  validation_policy: Optional['outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicy'] = None,
2611
2667
  verify_claims: Optional[Sequence['outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaim']] = None):
2612
2668
  """
2613
- :param str type: (Updatable) Type of the authentication policy to use.
2669
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
2670
+
2671
+
2672
+ ** IMPORTANT **
2673
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2614
2674
  :param Sequence[str] audiences: (Updatable) The list of intended recipients for the token.
2615
- :param Sequence[str] cache_keys: A list of keys from "parameters" attribute value whose values will be added to the cache key.
2675
+ :param Sequence[str] cache_keys: (Updatable) A list of keys from "parameters" attribute value whose values will be added to the cache key.
2616
2676
  :param str function_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
2617
2677
  :param bool is_anonymous_access_allowed: (Updatable) Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
2618
2678
  :param Sequence[str] issuers: (Updatable) A list of parties that could have issued the token.
2619
2679
  :param float max_clock_skew_in_seconds: (Updatable) The maximum expected time difference between the system clocks of the token issuer and the API Gateway.
2620
- :param 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]"}`
2680
+ :param Mapping[str, Any] parameters: (Updatable)
2621
2681
  :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysArgs' public_keys: (Updatable) A set of Public Keys that will be used to verify the JWT signature.
2622
2682
  :param 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.
2623
2683
  :param str token_header: (Updatable) The name of the header containing the authentication token.
@@ -2660,7 +2720,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2660
2720
  @pulumi.getter
2661
2721
  def type(self) -> str:
2662
2722
  """
2663
- (Updatable) Type of the authentication policy to use.
2723
+ (Updatable) Type of the Response Cache Store Policy.
2724
+
2725
+
2726
+ ** IMPORTANT **
2727
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2664
2728
  """
2665
2729
  return pulumi.get(self, "type")
2666
2730
 
@@ -2676,7 +2740,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2676
2740
  @pulumi.getter(name="cacheKeys")
2677
2741
  def cache_keys(self) -> Optional[Sequence[str]]:
2678
2742
  """
2679
- A list of keys from "parameters" attribute value whose values will be added to the cache key.
2743
+ (Updatable) A list of keys from "parameters" attribute value whose values will be added to the cache key.
2680
2744
  """
2681
2745
  return pulumi.get(self, "cache_keys")
2682
2746
 
@@ -2716,7 +2780,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2716
2780
  @pulumi.getter
2717
2781
  def parameters(self) -> Optional[Mapping[str, Any]]:
2718
2782
  """
2719
- (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]"}`
2783
+ (Updatable)
2720
2784
  """
2721
2785
  return pulumi.get(self, "parameters")
2722
2786
 
@@ -2805,10 +2869,14 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2805
2869
  max_cache_duration_in_hours: Optional[int] = None,
2806
2870
  uri: Optional[str] = None):
2807
2871
  """
2808
- :param str type: (Updatable) Type of the public key set.
2872
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
2873
+
2874
+
2875
+ ** IMPORTANT **
2876
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2809
2877
  :param bool is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
2810
2878
  :param Sequence['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysKeyArgs'] keys: (Updatable) The set of static public keys.
2811
- :param int max_cache_duration_in_hours: (Updatable) The duration for which the JWKS should be cached before it is fetched again.
2879
+ :param int max_cache_duration_in_hours: (Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
2812
2880
  :param str uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
2813
2881
  """
2814
2882
  pulumi.set(__self__, "type", type)
@@ -2825,7 +2893,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2825
2893
  @pulumi.getter
2826
2894
  def type(self) -> str:
2827
2895
  """
2828
- (Updatable) Type of the public key set.
2896
+ (Updatable) Type of the Response Cache Store Policy.
2897
+
2898
+
2899
+ ** IMPORTANT **
2900
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
2829
2901
  """
2830
2902
  return pulumi.get(self, "type")
2831
2903
 
@@ -2849,7 +2921,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2849
2921
  @pulumi.getter(name="maxCacheDurationInHours")
2850
2922
  def max_cache_duration_in_hours(self) -> Optional[int]:
2851
2923
  """
2852
- (Updatable) The duration for which the JWKS should be cached before it is fetched again.
2924
+ (Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
2853
2925
  """
2854
2926
  return pulumi.get(self, "max_cache_duration_in_hours")
2855
2927
 
@@ -2895,7 +2967,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2895
2967
  :param str format: (Updatable) The format of the public key.
2896
2968
  :param str alg: (Updatable) The algorithm intended for use with this key.
2897
2969
  :param str e: (Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
2898
- :param str key: (Updatable) The content of the PEM-encoded public key.
2970
+ :param str key: (Updatable) Information around the values for selector of an authentication/ routing branch.
2899
2971
  :param Sequence[str] key_ops: (Updatable) The operations for which this key is to be used.
2900
2972
  :param str kid: (Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
2901
2973
  :param str kty: (Updatable) The key type.
@@ -2948,7 +3020,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2948
3020
  @pulumi.getter
2949
3021
  def key(self) -> Optional[str]:
2950
3022
  """
2951
- (Updatable) The content of the PEM-encoded public key.
3023
+ (Updatable) Information around the values for selector of an authentication/ routing branch.
2952
3024
  """
2953
3025
  return pulumi.get(self, "key")
2954
3026
 
@@ -3050,7 +3122,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3050
3122
  use_cookies_for_session: Optional[bool] = None,
3051
3123
  use_pkce: Optional[bool] = None):
3052
3124
  """
3053
- :param str type: (Updatable) Type of the Validation failure Policy.
3125
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
3126
+
3127
+
3128
+ ** IMPORTANT **
3129
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3054
3130
  :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgs' client_details: (Updatable) Client App Credential details.
3055
3131
  :param str fallback_redirect_path: (Updatable) The path to be used as fallback after OAuth2.
3056
3132
  :param str logout_path: (Updatable) The path to be used as logout.
@@ -3097,7 +3173,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3097
3173
  @pulumi.getter
3098
3174
  def type(self) -> str:
3099
3175
  """
3100
- (Updatable) Type of the Validation failure Policy.
3176
+ (Updatable) Type of the Response Cache Store Policy.
3177
+
3178
+
3179
+ ** IMPORTANT **
3180
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3101
3181
  """
3102
3182
  return pulumi.get(self, "type")
3103
3183
 
@@ -3235,7 +3315,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3235
3315
  client_secret_id: Optional[str] = None,
3236
3316
  client_secret_version_number: Optional[str] = None):
3237
3317
  """
3238
- :param str type: (Updatable) To specify where the Client App details should be taken from.
3318
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
3319
+
3320
+
3321
+ ** IMPORTANT **
3322
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3239
3323
  :param str client_id: (Updatable) Client ID for the OAuth2/OIDC app.
3240
3324
  :param 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.
3241
3325
  :param str client_secret_version_number: (Updatable) The version number of the client secret to use.
@@ -3252,7 +3336,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3252
3336
  @pulumi.getter
3253
3337
  def type(self) -> str:
3254
3338
  """
3255
- (Updatable) To specify where the Client App details should be taken from.
3339
+ (Updatable) Type of the Response Cache Store Policy.
3340
+
3341
+
3342
+ ** IMPORTANT **
3343
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3256
3344
  """
3257
3345
  return pulumi.get(self, "type")
3258
3346
 
@@ -3352,7 +3440,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3352
3440
  type: Optional[str] = None):
3353
3441
  """
3354
3442
  :param Sequence['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs'] items: (Updatable) The list of headers.
3355
- :param 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.
3443
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
3444
+
3445
+
3446
+ ** IMPORTANT **
3447
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3356
3448
  """
3357
3449
  if items is not None:
3358
3450
  pulumi.set(__self__, "items", items)
@@ -3371,7 +3463,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3371
3463
  @pulumi.getter
3372
3464
  def type(self) -> Optional[str]:
3373
3465
  """
3374
- (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.
3466
+ (Updatable) Type of the Response Cache Store Policy.
3467
+
3468
+
3469
+ ** IMPORTANT **
3470
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3375
3471
  """
3376
3472
  return pulumi.get(self, "type")
3377
3473
 
@@ -3547,8 +3643,12 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3547
3643
  type: str,
3548
3644
  uri: Optional[str] = None):
3549
3645
  """
3550
- :param str type: (Updatable) Type of the Uri detail.
3551
- :param str uri: (Updatable) The discovery URI for the auth server.
3646
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
3647
+
3648
+
3649
+ ** IMPORTANT **
3650
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3651
+ :param str uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
3552
3652
  """
3553
3653
  pulumi.set(__self__, "type", type)
3554
3654
  if uri is not None:
@@ -3558,7 +3658,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3558
3658
  @pulumi.getter
3559
3659
  def type(self) -> str:
3560
3660
  """
3561
- (Updatable) Type of the Uri detail.
3661
+ (Updatable) Type of the Response Cache Store Policy.
3662
+
3663
+
3664
+ ** IMPORTANT **
3665
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3562
3666
  """
3563
3667
  return pulumi.get(self, "type")
3564
3668
 
@@ -3566,7 +3670,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3566
3670
  @pulumi.getter
3567
3671
  def uri(self) -> Optional[str]:
3568
3672
  """
3569
- (Updatable) The discovery URI for the auth server.
3673
+ (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
3570
3674
  """
3571
3675
  return pulumi.get(self, "uri")
3572
3676
 
@@ -3608,7 +3712,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3608
3712
  source_uri_details: Optional['outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetails'] = None,
3609
3713
  uri: Optional[str] = None):
3610
3714
  """
3611
- :param str type: (Updatable) Type of the token validation policy.
3715
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
3716
+
3717
+
3718
+ ** IMPORTANT **
3719
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3612
3720
  :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyArgs' additional_validation_policy: (Updatable) Additional JWT validation checks.
3613
3721
  :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyClientDetailsArgs' client_details: (Updatable) Client App Credential details.
3614
3722
  :param bool is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
@@ -3637,7 +3745,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3637
3745
  @pulumi.getter
3638
3746
  def type(self) -> str:
3639
3747
  """
3640
- (Updatable) Type of the token validation policy.
3748
+ (Updatable) Type of the Response Cache Store Policy.
3749
+
3750
+
3751
+ ** IMPORTANT **
3752
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3641
3753
  """
3642
3754
  return pulumi.get(self, "type")
3643
3755
 
@@ -3783,8 +3895,8 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3783
3895
  values: Optional[Sequence[str]] = None):
3784
3896
  """
3785
3897
  :param 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.
3786
- :param str key: (Updatable) Name of the claim.
3787
- :param Sequence[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.
3898
+ :param str key: (Updatable) Information around the values for selector of an authentication/ routing branch.
3899
+ :param Sequence[str] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
3788
3900
  """
3789
3901
  if is_required is not None:
3790
3902
  pulumi.set(__self__, "is_required", is_required)
@@ -3805,7 +3917,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3805
3917
  @pulumi.getter
3806
3918
  def key(self) -> Optional[str]:
3807
3919
  """
3808
- (Updatable) Name of the claim.
3920
+ (Updatable) Information around the values for selector of an authentication/ routing branch.
3809
3921
  """
3810
3922
  return pulumi.get(self, "key")
3811
3923
 
@@ -3813,7 +3925,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3813
3925
  @pulumi.getter
3814
3926
  def values(self) -> Optional[Sequence[str]]:
3815
3927
  """
3816
- (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.
3928
+ (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
3817
3929
  """
3818
3930
  return pulumi.get(self, "values")
3819
3931
 
@@ -3847,7 +3959,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3847
3959
  client_secret_id: Optional[str] = None,
3848
3960
  client_secret_version_number: Optional[str] = None):
3849
3961
  """
3850
- :param str type: (Updatable) To specify where the Client App details should be taken from.
3962
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
3963
+
3964
+
3965
+ ** IMPORTANT **
3966
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3851
3967
  :param str client_id: (Updatable) Client ID for the OAuth2/OIDC app.
3852
3968
  :param 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.
3853
3969
  :param str client_secret_version_number: (Updatable) The version number of the client secret to use.
@@ -3864,7 +3980,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3864
3980
  @pulumi.getter
3865
3981
  def type(self) -> str:
3866
3982
  """
3867
- (Updatable) To specify where the Client App details should be taken from.
3983
+ (Updatable) Type of the Response Cache Store Policy.
3984
+
3985
+
3986
+ ** IMPORTANT **
3987
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
3868
3988
  """
3869
3989
  return pulumi.get(self, "type")
3870
3990
 
@@ -3926,7 +4046,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3926
4046
  :param str format: (Updatable) The format of the public key.
3927
4047
  :param str alg: (Updatable) The algorithm intended for use with this key.
3928
4048
  :param str e: (Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
3929
- :param str key: (Updatable) The content of the PEM-encoded public key.
4049
+ :param str key: (Updatable) Information around the values for selector of an authentication/ routing branch.
3930
4050
  :param Sequence[str] key_ops: (Updatable) The operations for which this key is to be used.
3931
4051
  :param str kid: (Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
3932
4052
  :param str kty: (Updatable) The key type.
@@ -3979,7 +4099,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3979
4099
  @pulumi.getter
3980
4100
  def key(self) -> Optional[str]:
3981
4101
  """
3982
- (Updatable) The content of the PEM-encoded public key.
4102
+ (Updatable) Information around the values for selector of an authentication/ routing branch.
3983
4103
  """
3984
4104
  return pulumi.get(self, "key")
3985
4105
 
@@ -4030,8 +4150,12 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4030
4150
  type: str,
4031
4151
  uri: Optional[str] = None):
4032
4152
  """
4033
- :param str type: (Updatable) Type of the Uri detail.
4034
- :param str uri: (Updatable) The discovery URI for the auth server.
4153
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
4154
+
4155
+
4156
+ ** IMPORTANT **
4157
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4158
+ :param str uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
4035
4159
  """
4036
4160
  pulumi.set(__self__, "type", type)
4037
4161
  if uri is not None:
@@ -4041,7 +4165,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4041
4165
  @pulumi.getter
4042
4166
  def type(self) -> str:
4043
4167
  """
4044
- (Updatable) Type of the Uri detail.
4168
+ (Updatable) Type of the Response Cache Store Policy.
4169
+
4170
+
4171
+ ** IMPORTANT **
4172
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4045
4173
  """
4046
4174
  return pulumi.get(self, "type")
4047
4175
 
@@ -4049,7 +4177,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4049
4177
  @pulumi.getter
4050
4178
  def uri(self) -> Optional[str]:
4051
4179
  """
4052
- (Updatable) The discovery URI for the auth server.
4180
+ (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
4053
4181
  """
4054
4182
  return pulumi.get(self, "uri")
4055
4183
 
@@ -4079,8 +4207,8 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4079
4207
  values: Optional[Sequence[str]] = None):
4080
4208
  """
4081
4209
  :param 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.
4082
- :param str key: (Updatable) Name of the claim.
4083
- :param Sequence[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.
4210
+ :param str key: (Updatable) Information around the values for selector of an authentication/ routing branch.
4211
+ :param Sequence[str] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
4084
4212
  """
4085
4213
  if is_required is not None:
4086
4214
  pulumi.set(__self__, "is_required", is_required)
@@ -4101,7 +4229,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4101
4229
  @pulumi.getter
4102
4230
  def key(self) -> Optional[str]:
4103
4231
  """
4104
- (Updatable) Name of the claim.
4232
+ (Updatable) Information around the values for selector of an authentication/ routing branch.
4105
4233
  """
4106
4234
  return pulumi.get(self, "key")
4107
4235
 
@@ -4109,7 +4237,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4109
4237
  @pulumi.getter
4110
4238
  def values(self) -> Optional[Sequence[str]]:
4111
4239
  """
4112
- (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.
4240
+ (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
4113
4241
  """
4114
4242
  return pulumi.get(self, "values")
4115
4243
 
@@ -4140,11 +4268,15 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4140
4268
  type: Optional[str] = None,
4141
4269
  values: Optional[Sequence[str]] = None):
4142
4270
  """
4143
- :param str name: (Updatable) Name assigned to the branch.
4144
- :param 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.
4145
- :param 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.
4146
- :param str type: (Updatable) Type of the selection key.
4147
- :param Sequence[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.
4271
+ :param str name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4272
+ :param str expression: (Updatable) String describing the expression with wildcards.
4273
+ :param bool is_default: (Updatable) Information regarding whether this is the default branch.
4274
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
4275
+
4276
+
4277
+ ** IMPORTANT **
4278
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4279
+ :param Sequence[str] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
4148
4280
  """
4149
4281
  pulumi.set(__self__, "name", name)
4150
4282
  if expression is not None:
@@ -4160,7 +4292,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4160
4292
  @pulumi.getter
4161
4293
  def name(self) -> str:
4162
4294
  """
4163
- (Updatable) Name assigned to the branch.
4295
+ (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4164
4296
  """
4165
4297
  return pulumi.get(self, "name")
4166
4298
 
@@ -4168,7 +4300,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4168
4300
  @pulumi.getter
4169
4301
  def expression(self) -> Optional[str]:
4170
4302
  """
4171
- (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.
4303
+ (Updatable) String describing the expression with wildcards.
4172
4304
  """
4173
4305
  return pulumi.get(self, "expression")
4174
4306
 
@@ -4176,7 +4308,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4176
4308
  @pulumi.getter(name="isDefault")
4177
4309
  def is_default(self) -> Optional[bool]:
4178
4310
  """
4179
- (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.
4311
+ (Updatable) Information regarding whether this is the default branch.
4180
4312
  """
4181
4313
  return pulumi.get(self, "is_default")
4182
4314
 
@@ -4184,7 +4316,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4184
4316
  @pulumi.getter
4185
4317
  def type(self) -> Optional[str]:
4186
4318
  """
4187
- (Updatable) Type of the selection key.
4319
+ (Updatable) Type of the Response Cache Store Policy.
4320
+
4321
+
4322
+ ** IMPORTANT **
4323
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4188
4324
  """
4189
4325
  return pulumi.get(self, "type")
4190
4326
 
@@ -4192,7 +4328,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4192
4328
  @pulumi.getter
4193
4329
  def values(self) -> Optional[Sequence[str]]:
4194
4330
  """
4195
- (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.
4331
+ (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
4196
4332
  """
4197
4333
  return pulumi.get(self, "values")
4198
4334
 
@@ -4204,7 +4340,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSource
4204
4340
  type: str):
4205
4341
  """
4206
4342
  :param str selector: (Updatable) String describing the context variable used as selector.
4207
- :param str type: (Updatable) Type of the Selection source to use.
4343
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
4344
+
4345
+
4346
+ ** IMPORTANT **
4347
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4208
4348
  """
4209
4349
  pulumi.set(__self__, "selector", selector)
4210
4350
  pulumi.set(__self__, "type", type)
@@ -4221,7 +4361,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSource
4221
4361
  @pulumi.getter
4222
4362
  def type(self) -> str:
4223
4363
  """
4224
- (Updatable) Type of the Selection source to use.
4364
+ (Updatable) Type of the Response Cache Store Policy.
4365
+
4366
+
4367
+ ** IMPORTANT **
4368
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4225
4369
  """
4226
4370
  return pulumi.get(self, "type")
4227
4371
 
@@ -4516,12 +4660,16 @@ class DeploymentSpecificationRouteBackend(dict):
4516
4660
  status: Optional[int] = None,
4517
4661
  url: Optional[str] = None):
4518
4662
  """
4519
- :param str type: (Updatable) Type of the API backend.
4663
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
4664
+
4665
+
4666
+ ** IMPORTANT **
4667
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4520
4668
  :param Sequence[str] allowed_post_logout_uris: (Updatable)
4521
4669
  :param str body: (Updatable) The body of the stock response from the mock backend.
4522
4670
  :param float connect_timeout_in_seconds: (Updatable) Defines a timeout for establishing a connection with a proxied server.
4523
4671
  :param str function_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4524
- :param Sequence['DeploymentSpecificationRouteBackendHeaderArgs'] headers: (Updatable) The headers of the stock response from the mock backend.
4672
+ :param Sequence['DeploymentSpecificationRouteBackendHeaderArgs'] headers: (Updatable)
4525
4673
  :param bool is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
4526
4674
  :param str post_logout_state: (Updatable) Defines a state that should be shared on redirecting to postLogout URL.
4527
4675
  :param float read_timeout_in_seconds: (Updatable) Defines a timeout for reading a response from the proxied server.
@@ -4563,7 +4711,11 @@ class DeploymentSpecificationRouteBackend(dict):
4563
4711
  @pulumi.getter
4564
4712
  def type(self) -> str:
4565
4713
  """
4566
- (Updatable) Type of the API backend.
4714
+ (Updatable) Type of the Response Cache Store Policy.
4715
+
4716
+
4717
+ ** IMPORTANT **
4718
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4567
4719
  """
4568
4720
  return pulumi.get(self, "type")
4569
4721
 
@@ -4603,7 +4755,7 @@ class DeploymentSpecificationRouteBackend(dict):
4603
4755
  @pulumi.getter
4604
4756
  def headers(self) -> Optional[Sequence['outputs.DeploymentSpecificationRouteBackendHeader']]:
4605
4757
  """
4606
- (Updatable) The headers of the stock response from the mock backend.
4758
+ (Updatable)
4607
4759
  """
4608
4760
  return pulumi.get(self, "headers")
4609
4761
 
@@ -4678,7 +4830,7 @@ class DeploymentSpecificationRouteBackendHeader(dict):
4678
4830
  name: Optional[str] = None,
4679
4831
  value: Optional[str] = None):
4680
4832
  """
4681
- :param str name: (Updatable) Name of the header.
4833
+ :param str name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4682
4834
  :param str value: (Updatable) Value of the header.
4683
4835
  """
4684
4836
  if name is not None:
@@ -4690,7 +4842,7 @@ class DeploymentSpecificationRouteBackendHeader(dict):
4690
4842
  @pulumi.getter
4691
4843
  def name(self) -> Optional[str]:
4692
4844
  """
4693
- (Updatable) Name of the header.
4845
+ (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4694
4846
  """
4695
4847
  return pulumi.get(self, "name")
4696
4848
 
@@ -4773,14 +4925,20 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4773
4925
  status: Optional[int] = None,
4774
4926
  url: Optional[str] = None):
4775
4927
  """
4776
- :param str type: Type of the Response Cache Store Policy.
4777
- :param str body: The body of the stock response from the mock backend.
4778
- :param float connect_timeout_in_seconds: Defines a timeout for establishing a connection with a proxied server.
4779
- :param str function_id: The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4780
- :param bool is_ssl_verify_disabled: Defines whether or not to uphold SSL verification.
4781
- :param float read_timeout_in_seconds: Defines a timeout for reading a response from the proxied server.
4782
- :param float send_timeout_in_seconds: Defines a timeout for transmitting a request to the proxied server.
4783
- :param int status: The status code of the stock response from the mock backend.
4928
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
4929
+
4930
+
4931
+ ** IMPORTANT **
4932
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4933
+ :param str body: (Updatable) The body of the stock response from the mock backend.
4934
+ :param float connect_timeout_in_seconds: (Updatable) Defines a timeout for establishing a connection with a proxied server.
4935
+ :param str function_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4936
+ :param Sequence['DeploymentSpecificationRouteBackendRoutingBackendBackendHeaderArgs'] headers: (Updatable)
4937
+ :param bool is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
4938
+ :param float read_timeout_in_seconds: (Updatable) Defines a timeout for reading a response from the proxied server.
4939
+ :param float send_timeout_in_seconds: (Updatable) Defines a timeout for transmitting a request to the proxied server.
4940
+ :param int status: (Updatable) The status code of the stock response from the mock backend.
4941
+ :param str url: (Updatable)
4784
4942
  """
4785
4943
  pulumi.set(__self__, "type", type)
4786
4944
  if body is not None:
@@ -4806,7 +4964,11 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4806
4964
  @pulumi.getter
4807
4965
  def type(self) -> str:
4808
4966
  """
4809
- Type of the Response Cache Store Policy.
4967
+ (Updatable) Type of the Response Cache Store Policy.
4968
+
4969
+
4970
+ ** IMPORTANT **
4971
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4810
4972
  """
4811
4973
  return pulumi.get(self, "type")
4812
4974
 
@@ -4814,7 +4976,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4814
4976
  @pulumi.getter
4815
4977
  def body(self) -> Optional[str]:
4816
4978
  """
4817
- The body of the stock response from the mock backend.
4979
+ (Updatable) The body of the stock response from the mock backend.
4818
4980
  """
4819
4981
  return pulumi.get(self, "body")
4820
4982
 
@@ -4822,7 +4984,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4822
4984
  @pulumi.getter(name="connectTimeoutInSeconds")
4823
4985
  def connect_timeout_in_seconds(self) -> Optional[float]:
4824
4986
  """
4825
- Defines a timeout for establishing a connection with a proxied server.
4987
+ (Updatable) Defines a timeout for establishing a connection with a proxied server.
4826
4988
  """
4827
4989
  return pulumi.get(self, "connect_timeout_in_seconds")
4828
4990
 
@@ -4830,20 +4992,23 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4830
4992
  @pulumi.getter(name="functionId")
4831
4993
  def function_id(self) -> Optional[str]:
4832
4994
  """
4833
- The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4995
+ (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4834
4996
  """
4835
4997
  return pulumi.get(self, "function_id")
4836
4998
 
4837
4999
  @property
4838
5000
  @pulumi.getter
4839
5001
  def headers(self) -> Optional[Sequence['outputs.DeploymentSpecificationRouteBackendRoutingBackendBackendHeader']]:
5002
+ """
5003
+ (Updatable)
5004
+ """
4840
5005
  return pulumi.get(self, "headers")
4841
5006
 
4842
5007
  @property
4843
5008
  @pulumi.getter(name="isSslVerifyDisabled")
4844
5009
  def is_ssl_verify_disabled(self) -> Optional[bool]:
4845
5010
  """
4846
- Defines whether or not to uphold SSL verification.
5011
+ (Updatable) Defines whether or not to uphold SSL verification.
4847
5012
  """
4848
5013
  return pulumi.get(self, "is_ssl_verify_disabled")
4849
5014
 
@@ -4851,7 +5016,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4851
5016
  @pulumi.getter(name="readTimeoutInSeconds")
4852
5017
  def read_timeout_in_seconds(self) -> Optional[float]:
4853
5018
  """
4854
- Defines a timeout for reading a response from the proxied server.
5019
+ (Updatable) Defines a timeout for reading a response from the proxied server.
4855
5020
  """
4856
5021
  return pulumi.get(self, "read_timeout_in_seconds")
4857
5022
 
@@ -4859,7 +5024,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4859
5024
  @pulumi.getter(name="sendTimeoutInSeconds")
4860
5025
  def send_timeout_in_seconds(self) -> Optional[float]:
4861
5026
  """
4862
- Defines a timeout for transmitting a request to the proxied server.
5027
+ (Updatable) Defines a timeout for transmitting a request to the proxied server.
4863
5028
  """
4864
5029
  return pulumi.get(self, "send_timeout_in_seconds")
4865
5030
 
@@ -4867,13 +5032,16 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4867
5032
  @pulumi.getter
4868
5033
  def status(self) -> Optional[int]:
4869
5034
  """
4870
- The status code of the stock response from the mock backend.
5035
+ (Updatable) The status code of the stock response from the mock backend.
4871
5036
  """
4872
5037
  return pulumi.get(self, "status")
4873
5038
 
4874
5039
  @property
4875
5040
  @pulumi.getter
4876
5041
  def url(self) -> Optional[str]:
5042
+ """
5043
+ (Updatable)
5044
+ """
4877
5045
  return pulumi.get(self, "url")
4878
5046
 
4879
5047
 
@@ -4883,8 +5051,8 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendHeader(dict):
4883
5051
  name: Optional[str] = None,
4884
5052
  value: Optional[str] = None):
4885
5053
  """
4886
- :param str name: The case-insensitive name of the header. This name must be unique across transformation policies.
4887
- :param str value: Value of the header.
5054
+ :param str name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
5055
+ :param str value: (Updatable) Value of the header.
4888
5056
  """
4889
5057
  if name is not None:
4890
5058
  pulumi.set(__self__, "name", name)
@@ -4895,7 +5063,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendHeader(dict):
4895
5063
  @pulumi.getter
4896
5064
  def name(self) -> Optional[str]:
4897
5065
  """
4898
- The case-insensitive name of the header. This name must be unique across transformation policies.
5066
+ (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4899
5067
  """
4900
5068
  return pulumi.get(self, "name")
4901
5069
 
@@ -4903,7 +5071,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendHeader(dict):
4903
5071
  @pulumi.getter
4904
5072
  def value(self) -> Optional[str]:
4905
5073
  """
4906
- Value of the header.
5074
+ (Updatable) Value of the header.
4907
5075
  """
4908
5076
  return pulumi.get(self, "value")
4909
5077
 
@@ -4934,11 +5102,15 @@ class DeploymentSpecificationRouteBackendRoutingBackendKey(dict):
4934
5102
  is_default: Optional[bool] = None,
4935
5103
  values: Optional[Sequence[str]] = None):
4936
5104
  """
4937
- :param str name: (Updatable) Name assigned to the branch.
4938
- :param str type: (Updatable) Information regarding type of the selection key.
5105
+ :param str name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
5106
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
5107
+
5108
+
5109
+ ** IMPORTANT **
5110
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4939
5111
  :param str expression: (Updatable) String describing the expression with wildcards.
4940
5112
  :param bool is_default: (Updatable) Information regarding whether this is the default branch.
4941
- :param Sequence[str] values: (Updatable) Information regarding the set of values of selector for which this branch should be selected.
5113
+ :param Sequence[str] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
4942
5114
  """
4943
5115
  pulumi.set(__self__, "name", name)
4944
5116
  pulumi.set(__self__, "type", type)
@@ -4953,7 +5125,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendKey(dict):
4953
5125
  @pulumi.getter
4954
5126
  def name(self) -> str:
4955
5127
  """
4956
- (Updatable) Name assigned to the branch.
5128
+ (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4957
5129
  """
4958
5130
  return pulumi.get(self, "name")
4959
5131
 
@@ -4961,7 +5133,11 @@ class DeploymentSpecificationRouteBackendRoutingBackendKey(dict):
4961
5133
  @pulumi.getter
4962
5134
  def type(self) -> str:
4963
5135
  """
4964
- (Updatable) Information regarding type of the selection key.
5136
+ (Updatable) Type of the Response Cache Store Policy.
5137
+
5138
+
5139
+ ** IMPORTANT **
5140
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4965
5141
  """
4966
5142
  return pulumi.get(self, "type")
4967
5143
 
@@ -4985,7 +5161,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendKey(dict):
4985
5161
  @pulumi.getter
4986
5162
  def values(self) -> Optional[Sequence[str]]:
4987
5163
  """
4988
- (Updatable) Information regarding the set of values of selector for which this branch should be selected.
5164
+ (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
4989
5165
  """
4990
5166
  return pulumi.get(self, "values")
4991
5167
 
@@ -4997,7 +5173,11 @@ class DeploymentSpecificationRouteBackendSelectionSource(dict):
4997
5173
  type: str):
4998
5174
  """
4999
5175
  :param str selector: (Updatable) String describing the context variable used as selector.
5000
- :param str type: (Updatable) Type of the Selection source to use.
5176
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
5177
+
5178
+
5179
+ ** IMPORTANT **
5180
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5001
5181
  """
5002
5182
  pulumi.set(__self__, "selector", selector)
5003
5183
  pulumi.set(__self__, "type", type)
@@ -5014,7 +5194,11 @@ class DeploymentSpecificationRouteBackendSelectionSource(dict):
5014
5194
  @pulumi.getter
5015
5195
  def type(self) -> str:
5016
5196
  """
5017
- (Updatable) Type of the Selection source to use.
5197
+ (Updatable) Type of the Response Cache Store Policy.
5198
+
5199
+
5200
+ ** IMPORTANT **
5201
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5018
5202
  """
5019
5203
  return pulumi.get(self, "type")
5020
5204
 
@@ -5091,11 +5275,7 @@ class DeploymentSpecificationRouteLoggingPoliciesAccessLog(dict):
5091
5275
  def __init__(__self__, *,
5092
5276
  is_enabled: Optional[bool] = None):
5093
5277
  """
5094
- :param bool is_enabled: (Updatable) Enables pushing of access logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
5095
-
5096
- 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.
5097
-
5098
- 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.
5278
+ :param bool is_enabled: (Updatable) Whether this policy is currently enabled.
5099
5279
  """
5100
5280
  if is_enabled is not None:
5101
5281
  pulumi.set(__self__, "is_enabled", is_enabled)
@@ -5104,11 +5284,7 @@ class DeploymentSpecificationRouteLoggingPoliciesAccessLog(dict):
5104
5284
  @pulumi.getter(name="isEnabled")
5105
5285
  def is_enabled(self) -> Optional[bool]:
5106
5286
  """
5107
- (Updatable) Enables pushing of access logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
5108
-
5109
- 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.
5110
-
5111
- 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.
5287
+ (Updatable) Whether this policy is currently enabled.
5112
5288
  """
5113
5289
  return pulumi.get(self, "is_enabled")
5114
5290
 
@@ -5138,11 +5314,7 @@ class DeploymentSpecificationRouteLoggingPoliciesExecutionLog(dict):
5138
5314
  is_enabled: Optional[bool] = None,
5139
5315
  log_level: Optional[str] = None):
5140
5316
  """
5141
- :param bool is_enabled: (Updatable) Enables pushing of execution logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
5142
-
5143
- 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.
5144
-
5145
- 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.
5317
+ :param bool is_enabled: (Updatable) Whether this policy is currently enabled.
5146
5318
  :param 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.
5147
5319
  """
5148
5320
  if is_enabled is not None:
@@ -5154,11 +5326,7 @@ class DeploymentSpecificationRouteLoggingPoliciesExecutionLog(dict):
5154
5326
  @pulumi.getter(name="isEnabled")
5155
5327
  def is_enabled(self) -> Optional[bool]:
5156
5328
  """
5157
- (Updatable) Enables pushing of execution logs to the legacy Oracle Cloud Infrastructure Object Storage log archival bucket.
5158
-
5159
- 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.
5160
-
5161
- 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.
5329
+ (Updatable) Whether this policy is currently enabled.
5162
5330
  """
5163
5331
  return pulumi.get(self, "is_enabled")
5164
5332
 
@@ -5325,7 +5493,11 @@ class DeploymentSpecificationRouteRequestPoliciesAuthorization(dict):
5325
5493
  type: Optional[str] = None):
5326
5494
  """
5327
5495
  :param Sequence[str] allowed_scopes: (Updatable) A user whose scope includes any of these access ranges is allowed on this route. Access ranges are case-sensitive.
5328
- :param 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.
5496
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
5497
+
5498
+
5499
+ ** IMPORTANT **
5500
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5329
5501
  """
5330
5502
  if allowed_scopes is not None:
5331
5503
  pulumi.set(__self__, "allowed_scopes", allowed_scopes)
@@ -5344,7 +5516,11 @@ class DeploymentSpecificationRouteRequestPoliciesAuthorization(dict):
5344
5516
  @pulumi.getter
5345
5517
  def type(self) -> Optional[str]:
5346
5518
  """
5347
- (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.
5519
+ (Updatable) Type of the Response Cache Store Policy.
5520
+
5521
+
5522
+ ** IMPORTANT **
5523
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5348
5524
  """
5349
5525
  return pulumi.get(self, "type")
5350
5526
 
@@ -5374,7 +5550,7 @@ class DeploymentSpecificationRouteRequestPoliciesBodyValidation(dict):
5374
5550
  validation_mode: Optional[str] = None):
5375
5551
  """
5376
5552
  :param Sequence['DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgs'] contents: (Updatable) The content of the request body.
5377
- :param bool required: (Updatable) Determines if the request body is required in the request.
5553
+ :param bool required: (Updatable) Determines if the parameter is required in the request.
5378
5554
  :param str validation_mode: (Updatable) Validation behavior mode.
5379
5555
 
5380
5556
  In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response and not sent to the backend.
@@ -5402,7 +5578,7 @@ class DeploymentSpecificationRouteRequestPoliciesBodyValidation(dict):
5402
5578
  @pulumi.getter
5403
5579
  def required(self) -> Optional[bool]:
5404
5580
  """
5405
- (Updatable) Determines if the request body is required in the request.
5581
+ (Updatable) Determines if the parameter is required in the request.
5406
5582
  """
5407
5583
  return pulumi.get(self, "required")
5408
5584
 
@@ -5657,7 +5833,11 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHead
5657
5833
  type: str):
5658
5834
  """
5659
5835
  :param Sequence['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersItemArgs'] items: (Updatable) The list of headers.
5660
- :param 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.
5836
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
5837
+
5838
+
5839
+ ** IMPORTANT **
5840
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5661
5841
  """
5662
5842
  pulumi.set(__self__, "items", items)
5663
5843
  pulumi.set(__self__, "type", type)
@@ -5674,7 +5854,11 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHead
5674
5854
  @pulumi.getter
5675
5855
  def type(self) -> str:
5676
5856
  """
5677
- (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.
5857
+ (Updatable) Type of the Response Cache Store Policy.
5858
+
5859
+
5860
+ ** IMPORTANT **
5861
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5678
5862
  """
5679
5863
  return pulumi.get(self, "type")
5680
5864
 
@@ -5903,8 +6087,8 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeader(dict):
5903
6087
  name: str,
5904
6088
  required: Optional[bool] = None):
5905
6089
  """
5906
- :param str name: (Updatable) Parameter name.
5907
- :param bool required: (Updatable) Determines if the header is required in the request.
6090
+ :param str name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6091
+ :param bool required: (Updatable) Determines if the parameter is required in the request.
5908
6092
  """
5909
6093
  pulumi.set(__self__, "name", name)
5910
6094
  if required is not None:
@@ -5914,7 +6098,7 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeader(dict):
5914
6098
  @pulumi.getter
5915
6099
  def name(self) -> str:
5916
6100
  """
5917
- (Updatable) Parameter name.
6101
+ (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
5918
6102
  """
5919
6103
  return pulumi.get(self, "name")
5920
6104
 
@@ -5922,7 +6106,7 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeader(dict):
5922
6106
  @pulumi.getter
5923
6107
  def required(self) -> Optional[bool]:
5924
6108
  """
5925
- (Updatable) Determines if the header is required in the request.
6109
+ (Updatable) Determines if the parameter is required in the request.
5926
6110
  """
5927
6111
  return pulumi.get(self, "required")
5928
6112
 
@@ -5997,8 +6181,12 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
5997
6181
  items: Sequence['outputs.DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItem'],
5998
6182
  type: str):
5999
6183
  """
6000
- :param Sequence['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgs'] items: (Updatable) The list of query parameters.
6001
- :param 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.
6184
+ :param Sequence['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItemArgs'] items: (Updatable) The list of headers.
6185
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
6186
+
6187
+
6188
+ ** IMPORTANT **
6189
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
6002
6190
  """
6003
6191
  pulumi.set(__self__, "items", items)
6004
6192
  pulumi.set(__self__, "type", type)
@@ -6007,7 +6195,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
6007
6195
  @pulumi.getter
6008
6196
  def items(self) -> Sequence['outputs.DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItem']:
6009
6197
  """
6010
- (Updatable) The list of query parameters.
6198
+ (Updatable) The list of headers.
6011
6199
  """
6012
6200
  return pulumi.get(self, "items")
6013
6201
 
@@ -6015,7 +6203,11 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
6015
6203
  @pulumi.getter
6016
6204
  def type(self) -> str:
6017
6205
  """
6018
- (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.
6206
+ (Updatable) Type of the Response Cache Store Policy.
6207
+
6208
+
6209
+ ** IMPORTANT **
6210
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
6019
6211
  """
6020
6212
  return pulumi.get(self, "type")
6021
6213
 
@@ -6025,7 +6217,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
6025
6217
  def __init__(__self__, *,
6026
6218
  name: str):
6027
6219
  """
6028
- :param str name: (Updatable) The case-sensitive name of the query parameter.
6220
+ :param str name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6029
6221
  """
6030
6222
  pulumi.set(__self__, "name", name)
6031
6223
 
@@ -6033,7 +6225,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
6033
6225
  @pulumi.getter
6034
6226
  def name(self) -> str:
6035
6227
  """
6036
- (Updatable) The case-sensitive name of the query parameter.
6228
+ (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6037
6229
  """
6038
6230
  return pulumi.get(self, "name")
6039
6231
 
@@ -6043,7 +6235,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6043
6235
  def __init__(__self__, *,
6044
6236
  items: Sequence['outputs.DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItem']):
6045
6237
  """
6046
- :param Sequence['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs'] items: (Updatable) The list of query parameters.
6238
+ :param Sequence['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs'] items: (Updatable) The list of headers.
6047
6239
  """
6048
6240
  pulumi.set(__self__, "items", items)
6049
6241
 
@@ -6051,7 +6243,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6051
6243
  @pulumi.getter
6052
6244
  def items(self) -> Sequence['outputs.DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItem']:
6053
6245
  """
6054
- (Updatable) The list of query parameters.
6246
+ (Updatable) The list of headers.
6055
6247
  """
6056
6248
  return pulumi.get(self, "items")
6057
6249
 
@@ -6079,8 +6271,8 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6079
6271
  from_: str,
6080
6272
  to: str):
6081
6273
  """
6082
- :param str from_: (Updatable) The original case-sensitive name of the query parameter. This name must be unique across transformation policies.
6083
- :param str to: (Updatable) The new name of the query parameter. This name must be unique across transformation policies.
6274
+ :param str from_: (Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
6275
+ :param str to: (Updatable) The new name of the header. This name must be unique across transformation policies.
6084
6276
  """
6085
6277
  pulumi.set(__self__, "from_", from_)
6086
6278
  pulumi.set(__self__, "to", to)
@@ -6089,7 +6281,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6089
6281
  @pulumi.getter(name="from")
6090
6282
  def from_(self) -> str:
6091
6283
  """
6092
- (Updatable) The original case-sensitive name of the query parameter. This name must be unique across transformation policies.
6284
+ (Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
6093
6285
  """
6094
6286
  return pulumi.get(self, "from_")
6095
6287
 
@@ -6097,7 +6289,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6097
6289
  @pulumi.getter
6098
6290
  def to(self) -> str:
6099
6291
  """
6100
- (Updatable) The new name of the query parameter. This name must be unique across transformation policies.
6292
+ (Updatable) The new name of the header. This name must be unique across transformation policies.
6101
6293
  """
6102
6294
  return pulumi.get(self, "to")
6103
6295
 
@@ -6107,7 +6299,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6107
6299
  def __init__(__self__, *,
6108
6300
  items: Sequence['outputs.DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItem']):
6109
6301
  """
6110
- :param Sequence['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs'] items: (Updatable) The list of query parameters.
6302
+ :param Sequence['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs'] items: (Updatable) The list of headers.
6111
6303
  """
6112
6304
  pulumi.set(__self__, "items", items)
6113
6305
 
@@ -6115,7 +6307,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6115
6307
  @pulumi.getter
6116
6308
  def items(self) -> Sequence['outputs.DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItem']:
6117
6309
  """
6118
- (Updatable) The list of query parameters.
6310
+ (Updatable) The list of headers.
6119
6311
  """
6120
6312
  return pulumi.get(self, "items")
6121
6313
 
@@ -6144,9 +6336,9 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6144
6336
  values: Sequence[str],
6145
6337
  if_exists: Optional[str] = None):
6146
6338
  """
6147
- :param str name: (Updatable) The case-sensitive name of the query parameter. This name must be unique across transformation policies.
6339
+ :param str name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6148
6340
  :param Sequence[str] values: (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
6149
- :param 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.
6341
+ :param 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.
6150
6342
  """
6151
6343
  pulumi.set(__self__, "name", name)
6152
6344
  pulumi.set(__self__, "values", values)
@@ -6157,7 +6349,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6157
6349
  @pulumi.getter
6158
6350
  def name(self) -> str:
6159
6351
  """
6160
- (Updatable) The case-sensitive name of the query parameter. This name must be unique across transformation policies.
6352
+ (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6161
6353
  """
6162
6354
  return pulumi.get(self, "name")
6163
6355
 
@@ -6173,7 +6365,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6173
6365
  @pulumi.getter(name="ifExists")
6174
6366
  def if_exists(self) -> Optional[str]:
6175
6367
  """
6176
- (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.
6368
+ (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.
6177
6369
  """
6178
6370
  return pulumi.get(self, "if_exists")
6179
6371
 
@@ -6244,7 +6436,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParame
6244
6436
  name: str,
6245
6437
  required: Optional[bool] = None):
6246
6438
  """
6247
- :param str name: (Updatable) Parameter name.
6439
+ :param str name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6248
6440
  :param bool required: (Updatable) Determines if the parameter is required in the request.
6249
6441
  """
6250
6442
  pulumi.set(__self__, "name", name)
@@ -6255,7 +6447,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParame
6255
6447
  @pulumi.getter
6256
6448
  def name(self) -> str:
6257
6449
  """
6258
- (Updatable) Parameter name.
6450
+ (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6259
6451
  """
6260
6452
  return pulumi.get(self, "name")
6261
6453
 
@@ -6298,6 +6490,10 @@ class DeploymentSpecificationRouteRequestPoliciesResponseCacheLookup(dict):
6298
6490
  is_private_caching_enabled: Optional[bool] = None):
6299
6491
  """
6300
6492
  :param str type: (Updatable) Type of the Response Cache Store Policy.
6493
+
6494
+
6495
+ ** IMPORTANT **
6496
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
6301
6497
  :param Sequence[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.
6302
6498
  :param bool is_enabled: (Updatable) Whether this policy is currently enabled.
6303
6499
  :param 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.
@@ -6319,6 +6515,10 @@ class DeploymentSpecificationRouteRequestPoliciesResponseCacheLookup(dict):
6319
6515
  def type(self) -> str:
6320
6516
  """
6321
6517
  (Updatable) Type of the Response Cache Store Policy.
6518
+
6519
+
6520
+ ** IMPORTANT **
6521
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
6322
6522
  """
6323
6523
  return pulumi.get(self, "type")
6324
6524
 
@@ -6472,7 +6672,11 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHea
6472
6672
  type: str):
6473
6673
  """
6474
6674
  :param Sequence['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersItemArgs'] items: (Updatable) The list of headers.
6475
- :param 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.
6675
+ :param str type: (Updatable) Type of the Response Cache Store Policy.
6676
+
6677
+
6678
+ ** IMPORTANT **
6679
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
6476
6680
  """
6477
6681
  pulumi.set(__self__, "items", items)
6478
6682
  pulumi.set(__self__, "type", type)
@@ -6489,7 +6693,11 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHea
6489
6693
  @pulumi.getter
6490
6694
  def type(self) -> str:
6491
6695
  """
6492
- (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.
6696
+ (Updatable) Type of the Response Cache Store Policy.
6697
+
6698
+
6699
+ ** IMPORTANT **
6700
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
6493
6701
  """
6494
6702
  return pulumi.get(self, "type")
6495
6703
 
@@ -6732,7 +6940,7 @@ class GatewayCaBundle(dict):
6732
6940
  ca_bundle_id: Optional[str] = None,
6733
6941
  certificate_authority_id: Optional[str] = None):
6734
6942
  """
6735
- :param str type: (Updatable) Type of the CA bundle
6943
+ :param str type: (Updatable) Type of the Response Cache.
6736
6944
  :param str ca_bundle_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
6737
6945
  :param str certificate_authority_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
6738
6946
  """
@@ -6746,7 +6954,7 @@ class GatewayCaBundle(dict):
6746
6954
  @pulumi.getter
6747
6955
  def type(self) -> str:
6748
6956
  """
6749
- (Updatable) Type of the CA bundle
6957
+ (Updatable) Type of the Response Cache.
6750
6958
  """
6751
6959
  return pulumi.get(self, "type")
6752
6960
 
@@ -7118,7 +7326,7 @@ class UsagePlanEntitlementQuota(dict):
7118
7326
  """
7119
7327
  :param 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
7120
7328
  :param str reset_policy: (Updatable) The policy that controls when quotas will reset. Example: `CALENDAR`
7121
- :param str unit: (Updatable) The unit of time over which quotas are calculated. Example: `MINUTE` or `MONTH`
7329
+ :param str unit: (Updatable) The unit of time over which rate limits are calculated. Example: `SECOND`
7122
7330
  :param int value: (Updatable) The number of requests that can be made per time period.
7123
7331
  """
7124
7332
  pulumi.set(__self__, "operation_on_breach", operation_on_breach)
@@ -7146,7 +7354,7 @@ class UsagePlanEntitlementQuota(dict):
7146
7354
  @pulumi.getter
7147
7355
  def unit(self) -> str:
7148
7356
  """
7149
- (Updatable) The unit of time over which quotas are calculated. Example: `MINUTE` or `MONTH`
7357
+ (Updatable) The unit of time over which rate limits are calculated. Example: `SECOND`
7150
7358
  """
7151
7359
  return pulumi.get(self, "unit")
7152
7360