pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.37.0a1716526633__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 +40 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/_inputs.py +32 -44
  27. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  28. pulumi_oci/bigdataservice/outputs.py +32 -44
  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 +9 -0
  36. pulumi_oci/cloudguard/_inputs.py +1066 -488
  37. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  38. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  39. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  40. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  41. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  42. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  43. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  44. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  45. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  46. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  47. pulumi_oci/cloudguard/get_data_source.py +10 -10
  48. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  49. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  50. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  51. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  52. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  53. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  54. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  55. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  56. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  57. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  58. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  59. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  60. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  61. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  62. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  63. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  64. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  65. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  66. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  67. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  68. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  69. pulumi_oci/cloudguard/managed_list.py +57 -57
  70. pulumi_oci/cloudguard/outputs.py +3493 -1808
  71. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  72. pulumi_oci/cloudguard/saved_query.py +595 -0
  73. pulumi_oci/cloudguard/security_recipe.py +43 -27
  74. pulumi_oci/cloudguard/security_zone.py +22 -20
  75. pulumi_oci/cloudguard/target.py +54 -54
  76. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  77. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  78. pulumi_oci/cloudmigrations/outputs.py +222 -496
  79. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  80. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  81. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  82. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  83. pulumi_oci/containerengine/_inputs.py +22 -22
  84. pulumi_oci/containerengine/container_instance.py +21 -21
  85. pulumi_oci/containerengine/outputs.py +22 -22
  86. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  87. pulumi_oci/core/_inputs.py +404 -670
  88. pulumi_oci/core/boot_volume.py +7 -7
  89. pulumi_oci/core/cluster_network.py +22 -22
  90. pulumi_oci/core/cross_connect_group.py +4 -20
  91. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  92. pulumi_oci/core/get_image.py +4 -0
  93. pulumi_oci/core/get_instance.py +4 -0
  94. pulumi_oci/core/get_public_ip.py +4 -0
  95. pulumi_oci/core/get_public_ips.py +8 -0
  96. pulumi_oci/core/get_vtap.py +2 -0
  97. pulumi_oci/core/get_vtaps.py +2 -0
  98. pulumi_oci/core/image.py +56 -0
  99. pulumi_oci/core/instance.py +48 -48
  100. pulumi_oci/core/instance_configuration.py +70 -28
  101. pulumi_oci/core/instance_pool.py +7 -7
  102. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  103. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  104. pulumi_oci/core/outputs.py +748 -668
  105. pulumi_oci/core/public_ip.py +8 -0
  106. pulumi_oci/core/vnic_attachment.py +8 -24
  107. pulumi_oci/core/volume.py +7 -7
  108. pulumi_oci/core/volume_group.py +7 -7
  109. pulumi_oci/core/vtap.py +14 -0
  110. pulumi_oci/database/_inputs.py +188 -220
  111. pulumi_oci/database/autonomous_database.py +21 -7
  112. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  113. pulumi_oci/database/backup_destination.py +11 -11
  114. pulumi_oci/database/cloud_database_management.py +14 -0
  115. pulumi_oci/database/database.py +28 -44
  116. pulumi_oci/database/database_upgrade.py +4 -4
  117. pulumi_oci/database/db_home.py +0 -13
  118. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  119. pulumi_oci/database/outputs.py +188 -220
  120. pulumi_oci/database/vm_cluster_network.py +4 -4
  121. pulumi_oci/databasemanagement/_inputs.py +8 -8
  122. pulumi_oci/databasemanagement/outputs.py +8 -8
  123. pulumi_oci/databasemigration/_inputs.py +34 -34
  124. pulumi_oci/databasemigration/connection.py +7 -7
  125. pulumi_oci/databasemigration/migration.py +7 -7
  126. pulumi_oci/databasemigration/outputs.py +34 -34
  127. pulumi_oci/databasetools/_inputs.py +12 -36
  128. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  129. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  130. pulumi_oci/databasetools/outputs.py +12 -36
  131. pulumi_oci/dataintegration/_inputs.py +318 -330
  132. pulumi_oci/dataintegration/outputs.py +318 -330
  133. pulumi_oci/dataintegration/workspace_application.py +7 -7
  134. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  135. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  136. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  137. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  138. pulumi_oci/dataintegration/workspace_project.py +7 -7
  139. pulumi_oci/dataintegration/workspace_task.py +47 -47
  140. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  141. pulumi_oci/datalabellingservice/outputs.py +10 -10
  142. pulumi_oci/datasafe/__init__.py +2 -0
  143. pulumi_oci/datasafe/_inputs.py +72 -80
  144. pulumi_oci/datasafe/library_masing_format.py +7 -7
  145. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  146. pulumi_oci/datasafe/masking_policy.py +7 -7
  147. pulumi_oci/datasafe/outputs.py +72 -80
  148. pulumi_oci/datasafe/report_definition.py +8 -24
  149. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  150. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  151. pulumi_oci/datasafe/target_database.py +21 -21
  152. pulumi_oci/datascience/_inputs.py +337 -65
  153. pulumi_oci/datascience/get_job_run.py +11 -1
  154. pulumi_oci/datascience/get_model_deployment.py +11 -1
  155. pulumi_oci/datascience/get_pipeline.py +3 -0
  156. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  157. pulumi_oci/datascience/job_run.py +52 -3
  158. pulumi_oci/datascience/model_deployment.py +51 -2
  159. pulumi_oci/datascience/outputs.py +767 -104
  160. pulumi_oci/datascience/pipeline.py +34 -14
  161. pulumi_oci/datascience/pipeline_run.py +65 -0
  162. pulumi_oci/devops/_inputs.py +80 -462
  163. pulumi_oci/devops/deploy_stage.py +4 -4
  164. pulumi_oci/devops/deployment.py +7 -7
  165. pulumi_oci/devops/outputs.py +208 -1141
  166. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  167. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  168. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  169. pulumi_oci/disasterrecovery/outputs.py +6 -6
  170. pulumi_oci/dns/_inputs.py +20 -8
  171. pulumi_oci/dns/outputs.py +42 -8
  172. pulumi_oci/dns/rrset.py +7 -7
  173. pulumi_oci/dns/steering_policy.py +42 -0
  174. pulumi_oci/events/_inputs.py +4 -12
  175. pulumi_oci/events/outputs.py +4 -12
  176. pulumi_oci/events/rule.py +7 -7
  177. pulumi_oci/functions/_inputs.py +2 -2
  178. pulumi_oci/functions/outputs.py +2 -2
  179. pulumi_oci/goldengate/_inputs.py +2 -4
  180. pulumi_oci/goldengate/outputs.py +2 -4
  181. pulumi_oci/identity/_inputs.py +4860 -5954
  182. pulumi_oci/identity/domains_api_key.py +70 -70
  183. pulumi_oci/identity/domains_app.py +119 -140
  184. pulumi_oci/identity/domains_auth_token.py +21 -21
  185. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  186. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  187. pulumi_oci/identity/domains_my_api_key.py +70 -70
  188. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  189. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  190. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  191. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  192. pulumi_oci/identity/domains_my_support_account.py +21 -21
  193. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  194. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  195. pulumi_oci/identity/domains_policy.py +35 -49
  196. pulumi_oci/identity/domains_rule.py +28 -21
  197. pulumi_oci/identity/domains_setting.py +35 -21
  198. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  199. pulumi_oci/identity/domains_user.py +189 -175
  200. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  201. pulumi_oci/identity/outputs.py +4913 -6007
  202. pulumi_oci/integration/_inputs.py +4 -0
  203. pulumi_oci/integration/outputs.py +16 -4
  204. pulumi_oci/jms/_inputs.py +0 -8
  205. pulumi_oci/jms/outputs.py +0 -8
  206. pulumi_oci/kms/_inputs.py +6 -6
  207. pulumi_oci/kms/outputs.py +6 -6
  208. pulumi_oci/loadbalancer/_inputs.py +14 -30
  209. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  210. pulumi_oci/loadbalancer/outputs.py +14 -30
  211. pulumi_oci/loganalytics/_inputs.py +26 -34
  212. pulumi_oci/loganalytics/outputs.py +26 -34
  213. pulumi_oci/logging/_inputs.py +60 -60
  214. pulumi_oci/logging/outputs.py +60 -60
  215. pulumi_oci/managementagent/_inputs.py +2 -46
  216. pulumi_oci/managementagent/outputs.py +2 -46
  217. pulumi_oci/marketplace/_inputs.py +6 -6
  218. pulumi_oci/marketplace/outputs.py +6 -6
  219. pulumi_oci/marketplace/publication.py +11 -11
  220. pulumi_oci/mediaservices/_inputs.py +8 -32
  221. pulumi_oci/mediaservices/media_asset.py +18 -18
  222. pulumi_oci/mediaservices/media_workflow.py +22 -38
  223. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  224. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  225. pulumi_oci/mediaservices/outputs.py +8 -32
  226. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  227. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  228. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  229. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  230. pulumi_oci/meteringcomputation/outputs.py +2 -2
  231. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  232. pulumi_oci/monitoring/_inputs.py +4 -4
  233. pulumi_oci/monitoring/alarm.py +21 -0
  234. pulumi_oci/monitoring/get_alarm.py +3 -0
  235. pulumi_oci/monitoring/outputs.py +10 -4
  236. pulumi_oci/mysql/_inputs.py +30 -22
  237. pulumi_oci/mysql/outputs.py +30 -22
  238. pulumi_oci/mysql/replica.py +12 -28
  239. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  240. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  241. pulumi_oci/networkfirewall/outputs.py +4 -0
  242. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  243. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  244. pulumi_oci/nosql/_inputs.py +4 -12
  245. pulumi_oci/nosql/outputs.py +4 -12
  246. pulumi_oci/objectstorage/_inputs.py +4 -4
  247. pulumi_oci/objectstorage/outputs.py +4 -4
  248. pulumi_oci/ocvp/_inputs.py +86 -42
  249. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  250. pulumi_oci/ocvp/outputs.py +86 -42
  251. pulumi_oci/ocvp/sddc.py +49 -77
  252. pulumi_oci/ons/subscription.py +63 -0
  253. pulumi_oci/opa/_inputs.py +6 -2
  254. pulumi_oci/opa/outputs.py +18 -6
  255. pulumi_oci/opsi/_inputs.py +6 -6
  256. pulumi_oci/opsi/exadata_insight.py +28 -28
  257. pulumi_oci/opsi/outputs.py +6 -6
  258. pulumi_oci/optimizer/_inputs.py +4 -4
  259. pulumi_oci/optimizer/outputs.py +4 -4
  260. pulumi_oci/osmanagement/_inputs.py +2 -10
  261. pulumi_oci/osmanagement/outputs.py +2 -10
  262. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  263. pulumi_oci/osmanagementhub/event.py +32 -0
  264. pulumi_oci/osmanagementhub/get_event.py +8 -0
  265. pulumi_oci/osmanagementhub/get_events.py +8 -0
  266. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  267. pulumi_oci/osmanagementhub/outputs.py +40 -8
  268. pulumi_oci/osmanagementhub/software_source.py +7 -7
  269. pulumi_oci/ospgateway/_inputs.py +96 -96
  270. pulumi_oci/ospgateway/outputs.py +96 -96
  271. pulumi_oci/ospgateway/subscription.py +80 -80
  272. pulumi_oci/psql/_inputs.py +10 -18
  273. pulumi_oci/psql/db_system.py +14 -14
  274. pulumi_oci/psql/outputs.py +10 -18
  275. pulumi_oci/pulumi-plugin.json +1 -1
  276. pulumi_oci/queue/get_queue.py +9 -9
  277. pulumi_oci/queue/outputs.py +5 -5
  278. pulumi_oci/queue/queue.py +77 -26
  279. pulumi_oci/sch/_inputs.py +26 -26
  280. pulumi_oci/sch/connector.py +7 -7
  281. pulumi_oci/sch/outputs.py +26 -26
  282. pulumi_oci/servicecatalog/private_application.py +4 -4
  283. pulumi_oci/servicemesh/_inputs.py +8 -24
  284. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  285. pulumi_oci/servicemesh/outputs.py +8 -24
  286. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  287. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  288. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  289. pulumi_oci/stackmonitoring/outputs.py +40 -56
  290. pulumi_oci/visualbuilder/_inputs.py +6 -2
  291. pulumi_oci/visualbuilder/outputs.py +18 -6
  292. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  293. pulumi_oci/vnmonitoring/outputs.py +10 -42
  294. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  295. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  296. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  297. pulumi_oci/waas/_inputs.py +133 -205
  298. pulumi_oci/waas/outputs.py +133 -205
  299. pulumi_oci/waas/policy.py +7 -7
  300. pulumi_oci/waas/protection_rule.py +7 -7
  301. pulumi_oci/waf/_inputs.py +36 -30
  302. pulumi_oci/waf/network_address_list.py +7 -7
  303. pulumi_oci/waf/outputs.py +36 -30
  304. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/METADATA +1 -1
  305. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/RECORD +307 -296
  306. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/WHEEL +0 -0
  307. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.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) Behavior applied to any requests received by the API on this route.
511
+ :param 'DeploymentSpecificationRequestPoliciesArgs' request_policies: (Updatable) Global behavior applied to all requests received by the API.
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) Behavior applied to any requests received by the API on this route.
539
+ (Updatable) Global behavior applied to all requests received by the API.
540
540
  """
541
541
  return pulumi.get(self, "request_policies")
542
542
 
@@ -613,7 +613,11 @@ class DeploymentSpecificationLoggingPoliciesAccessLog(dict):
613
613
  def __init__(__self__, *,
614
614
  is_enabled: Optional[bool] = None):
615
615
  """
616
- :param bool is_enabled: (Updatable) Whether this policy is currently enabled.
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.
617
621
  """
618
622
  if is_enabled is not None:
619
623
  pulumi.set(__self__, "is_enabled", is_enabled)
@@ -622,7 +626,11 @@ class DeploymentSpecificationLoggingPoliciesAccessLog(dict):
622
626
  @pulumi.getter(name="isEnabled")
623
627
  def is_enabled(self) -> Optional[bool]:
624
628
  """
625
- (Updatable) Whether this policy is currently enabled.
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.
626
634
  """
627
635
  return pulumi.get(self, "is_enabled")
628
636
 
@@ -652,7 +660,11 @@ class DeploymentSpecificationLoggingPoliciesExecutionLog(dict):
652
660
  is_enabled: Optional[bool] = None,
653
661
  log_level: Optional[str] = None):
654
662
  """
655
- :param bool is_enabled: (Updatable) Whether this policy is currently enabled.
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.
656
668
  :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.
657
669
  """
658
670
  if is_enabled is not None:
@@ -664,7 +676,11 @@ class DeploymentSpecificationLoggingPoliciesExecutionLog(dict):
664
676
  @pulumi.getter(name="isEnabled")
665
677
  def is_enabled(self) -> Optional[bool]:
666
678
  """
667
- (Updatable) Whether this policy is currently enabled.
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.
668
684
  """
669
685
  return pulumi.get(self, "is_enabled")
670
686
 
@@ -835,18 +851,14 @@ class DeploymentSpecificationRequestPoliciesAuthentication(dict):
835
851
  validation_policy: Optional['outputs.DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicy'] = None,
836
852
  verify_claims: Optional[Sequence['outputs.DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaim']] = None):
837
853
  """
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
854
+ :param str type: (Updatable) Type of the authentication policy to use.
843
855
  :param Sequence[str] audiences: (Updatable) The list of intended recipients for the token.
844
856
  :param Sequence[str] cache_keys: (Updatable) A list of keys from "parameters" attribute value whose values will be added to the cache key.
845
857
  :param str function_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
846
858
  :param bool is_anonymous_access_allowed: (Updatable) Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
847
859
  :param Sequence[str] issuers: (Updatable) A list of parties that could have issued the token.
848
860
  :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.
849
- :param Mapping[str, Any] parameters: (Updatable)
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]"}`
850
862
  :param 'DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysArgs' public_keys: (Updatable) A set of Public Keys that will be used to verify the JWT signature.
851
863
  :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.
852
864
  :param str token_header: (Updatable) The name of the header containing the authentication token.
@@ -889,11 +901,7 @@ class DeploymentSpecificationRequestPoliciesAuthentication(dict):
889
901
  @pulumi.getter
890
902
  def type(self) -> str:
891
903
  """
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
904
+ (Updatable) Type of the authentication policy to use.
897
905
  """
898
906
  return pulumi.get(self, "type")
899
907
 
@@ -949,7 +957,7 @@ class DeploymentSpecificationRequestPoliciesAuthentication(dict):
949
957
  @pulumi.getter
950
958
  def parameters(self) -> Optional[Mapping[str, Any]]:
951
959
  """
952
- (Updatable)
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]"}`
953
961
  """
954
962
  return pulumi.get(self, "parameters")
955
963
 
@@ -1038,14 +1046,10 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeys(dict):
1038
1046
  max_cache_duration_in_hours: Optional[int] = None,
1039
1047
  uri: Optional[str] = None):
1040
1048
  """
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
1049
+ :param str type: (Updatable) Type of the public key set.
1046
1050
  :param bool is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
1047
1051
  :param Sequence['DeploymentSpecificationRequestPoliciesAuthenticationPublicKeysKeyArgs'] keys: (Updatable) The set of static public keys.
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.
1052
+ :param int max_cache_duration_in_hours: (Updatable) The duration for which the JWKS should be cached before it is fetched again.
1049
1053
  :param str uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
1050
1054
  """
1051
1055
  pulumi.set(__self__, "type", type)
@@ -1062,11 +1066,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationPublicKeys(dict):
1062
1066
  @pulumi.getter
1063
1067
  def type(self) -> str:
1064
1068
  """
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
1069
+ (Updatable) Type of the public key set.
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 introspect URL response should be cached before it is fetched again.
1093
+ (Updatable) The duration for which the JWKS 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) Information around the values for selector of an authentication/ routing branch.
1139
+ :param str key: (Updatable) The content of the PEM-encoded public key.
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) Information around the values for selector of an authentication/ routing branch.
1192
+ (Updatable) The content of the PEM-encoded public key.
1193
1193
  """
1194
1194
  return pulumi.get(self, "key")
1195
1195
 
@@ -1291,11 +1291,7 @@ 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 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
1294
+ :param str type: (Updatable) Type of the Validation failure Policy.
1299
1295
  :param 'DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyClientDetailsArgs' client_details: (Updatable) Client App Credential details.
1300
1296
  :param str fallback_redirect_path: (Updatable) The path to be used as fallback after OAuth2.
1301
1297
  :param str logout_path: (Updatable) The path to be used as logout.
@@ -1342,11 +1338,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1342
1338
  @pulumi.getter
1343
1339
  def type(self) -> str:
1344
1340
  """
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
1341
+ (Updatable) Type of the Validation failure Policy.
1350
1342
  """
1351
1343
  return pulumi.get(self, "type")
1352
1344
 
@@ -1484,11 +1476,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1484
1476
  client_secret_id: Optional[str] = None,
1485
1477
  client_secret_version_number: Optional[str] = None):
1486
1478
  """
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
1479
+ :param str type: (Updatable) To specify where the Client App details should be taken from.
1492
1480
  :param str client_id: (Updatable) Client ID for the OAuth2/OIDC app.
1493
1481
  :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.
1494
1482
  :param str client_secret_version_number: (Updatable) The version number of the client secret to use.
@@ -1505,11 +1493,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1505
1493
  @pulumi.getter
1506
1494
  def type(self) -> str:
1507
1495
  """
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
1496
+ (Updatable) To specify where the Client App details should be taken from.
1513
1497
  """
1514
1498
  return pulumi.get(self, "type")
1515
1499
 
@@ -1609,11 +1593,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1609
1593
  type: Optional[str] = None):
1610
1594
  """
1611
1595
  :param Sequence['DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs'] items: (Updatable) The list of headers.
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
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.
1617
1597
  """
1618
1598
  if items is not None:
1619
1599
  pulumi.set(__self__, "items", items)
@@ -1632,11 +1612,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1632
1612
  @pulumi.getter
1633
1613
  def type(self) -> Optional[str]:
1634
1614
  """
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
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.
1640
1616
  """
1641
1617
  return pulumi.get(self, "type")
1642
1618
 
@@ -1812,12 +1788,8 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1812
1788
  type: str,
1813
1789
  uri: Optional[str] = None):
1814
1790
  """
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.
1791
+ :param str type: (Updatable) Type of the Uri detail.
1792
+ :param str uri: (Updatable) The discovery URI for the auth server.
1821
1793
  """
1822
1794
  pulumi.set(__self__, "type", type)
1823
1795
  if uri is not None:
@@ -1827,11 +1799,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1827
1799
  @pulumi.getter
1828
1800
  def type(self) -> str:
1829
1801
  """
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
1802
+ (Updatable) Type of the Uri detail.
1835
1803
  """
1836
1804
  return pulumi.get(self, "type")
1837
1805
 
@@ -1839,7 +1807,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationFailurePolic
1839
1807
  @pulumi.getter
1840
1808
  def uri(self) -> Optional[str]:
1841
1809
  """
1842
- (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
1810
+ (Updatable) The discovery URI for the auth server.
1843
1811
  """
1844
1812
  return pulumi.get(self, "uri")
1845
1813
 
@@ -1881,11 +1849,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicy(dict)
1881
1849
  source_uri_details: Optional['outputs.DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySourceUriDetails'] = None,
1882
1850
  uri: Optional[str] = None):
1883
1851
  """
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
1852
+ :param str type: (Updatable) Type of the token validation policy.
1889
1853
  :param 'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditionalValidationPolicyArgs' additional_validation_policy: (Updatable) Additional JWT validation checks.
1890
1854
  :param 'DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClientDetailsArgs' client_details: (Updatable) Client App Credential details.
1891
1855
  :param bool is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
@@ -1914,11 +1878,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicy(dict)
1914
1878
  @pulumi.getter
1915
1879
  def type(self) -> str:
1916
1880
  """
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
1881
+ (Updatable) Type of the token validation policy.
1922
1882
  """
1923
1883
  return pulumi.get(self, "type")
1924
1884
 
@@ -2064,8 +2024,8 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
2064
2024
  values: Optional[Sequence[str]] = None):
2065
2025
  """
2066
2026
  :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.
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.
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.
2069
2029
  """
2070
2030
  if is_required is not None:
2071
2031
  pulumi.set(__self__, "is_required", is_required)
@@ -2086,7 +2046,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
2086
2046
  @pulumi.getter
2087
2047
  def key(self) -> Optional[str]:
2088
2048
  """
2089
- (Updatable) Information around the values for selector of an authentication/ routing branch.
2049
+ (Updatable) Name of the claim.
2090
2050
  """
2091
2051
  return pulumi.get(self, "key")
2092
2052
 
@@ -2094,7 +2054,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyAdditi
2094
2054
  @pulumi.getter
2095
2055
  def values(self) -> Optional[Sequence[str]]:
2096
2056
  """
2097
- (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
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.
2098
2058
  """
2099
2059
  return pulumi.get(self, "values")
2100
2060
 
@@ -2128,11 +2088,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClient
2128
2088
  client_secret_id: Optional[str] = None,
2129
2089
  client_secret_version_number: Optional[str] = None):
2130
2090
  """
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
2091
+ :param str type: (Updatable) To specify where the Client App details should be taken from.
2136
2092
  :param str client_id: (Updatable) Client ID for the OAuth2/OIDC app.
2137
2093
  :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.
2138
2094
  :param str client_secret_version_number: (Updatable) The version number of the client secret to use.
@@ -2149,11 +2105,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyClient
2149
2105
  @pulumi.getter
2150
2106
  def type(self) -> str:
2151
2107
  """
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
2108
+ (Updatable) To specify where the Client App details should be taken from.
2157
2109
  """
2158
2110
  return pulumi.get(self, "type")
2159
2111
 
@@ -2215,7 +2167,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKey(di
2215
2167
  :param str format: (Updatable) The format of the public key.
2216
2168
  :param str alg: (Updatable) The algorithm intended for use with this key.
2217
2169
  :param str e: (Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
2218
- :param str key: (Updatable) Information around the values for selector of an authentication/ routing branch.
2170
+ :param str key: (Updatable) The content of the PEM-encoded public key.
2219
2171
  :param Sequence[str] key_ops: (Updatable) The operations for which this key is to be used.
2220
2172
  :param str kid: (Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
2221
2173
  :param str kty: (Updatable) The key type.
@@ -2268,7 +2220,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicyKey(di
2268
2220
  @pulumi.getter
2269
2221
  def key(self) -> Optional[str]:
2270
2222
  """
2271
- (Updatable) Information around the values for selector of an authentication/ routing branch.
2223
+ (Updatable) The content of the PEM-encoded public key.
2272
2224
  """
2273
2225
  return pulumi.get(self, "key")
2274
2226
 
@@ -2319,12 +2271,8 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySource
2319
2271
  type: str,
2320
2272
  uri: Optional[str] = None):
2321
2273
  """
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.
2274
+ :param str type: (Updatable) Type of the Uri detail.
2275
+ :param str uri: (Updatable) The discovery URI for the auth server.
2328
2276
  """
2329
2277
  pulumi.set(__self__, "type", type)
2330
2278
  if uri is not None:
@@ -2334,11 +2282,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySource
2334
2282
  @pulumi.getter
2335
2283
  def type(self) -> str:
2336
2284
  """
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
2285
+ (Updatable) Type of the Uri detail.
2342
2286
  """
2343
2287
  return pulumi.get(self, "type")
2344
2288
 
@@ -2346,7 +2290,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationValidationPolicySource
2346
2290
  @pulumi.getter
2347
2291
  def uri(self) -> Optional[str]:
2348
2292
  """
2349
- (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
2293
+ (Updatable) The discovery URI for the auth server.
2350
2294
  """
2351
2295
  return pulumi.get(self, "uri")
2352
2296
 
@@ -2376,8 +2320,8 @@ class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaim(dict):
2376
2320
  values: Optional[Sequence[str]] = None):
2377
2321
  """
2378
2322
  :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.
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.
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.
2381
2325
  """
2382
2326
  if is_required is not None:
2383
2327
  pulumi.set(__self__, "is_required", is_required)
@@ -2398,7 +2342,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaim(dict):
2398
2342
  @pulumi.getter
2399
2343
  def key(self) -> Optional[str]:
2400
2344
  """
2401
- (Updatable) Information around the values for selector of an authentication/ routing branch.
2345
+ (Updatable) Name of the claim.
2402
2346
  """
2403
2347
  return pulumi.get(self, "key")
2404
2348
 
@@ -2406,7 +2350,7 @@ class DeploymentSpecificationRequestPoliciesAuthenticationVerifyClaim(dict):
2406
2350
  @pulumi.getter
2407
2351
  def values(self) -> Optional[Sequence[str]]:
2408
2352
  """
2409
- (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
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.
2410
2354
  """
2411
2355
  return pulumi.get(self, "values")
2412
2356
 
@@ -2542,7 +2486,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthentication(dict):
2542
2486
  selection_source: 'outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSource'):
2543
2487
  """
2544
2488
  :param Sequence['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerArgs'] authentication_servers: (Updatable) List of authentication servers to choose from during dynamic authentication.
2545
- :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs' selection_source: (Updatable) Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
2489
+ :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSourceArgs' selection_source: (Updatable) The type of selector to use when dynamically routing and dynamically authenticating requests.
2546
2490
  """
2547
2491
  pulumi.set(__self__, "authentication_servers", authentication_servers)
2548
2492
  pulumi.set(__self__, "selection_source", selection_source)
@@ -2559,7 +2503,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthentication(dict):
2559
2503
  @pulumi.getter(name="selectionSource")
2560
2504
  def selection_source(self) -> 'outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSource':
2561
2505
  """
2562
- (Updatable) Information around selector used for branching among routes/ authentication servers while dynamic routing/ authentication.
2506
+ (Updatable) The type of selector to use when dynamically routing and dynamically authenticating requests.
2563
2507
  """
2564
2508
  return pulumi.get(self, "selection_source")
2565
2509
 
@@ -2588,7 +2532,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2588
2532
  key: 'outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKey'):
2589
2533
  """
2590
2534
  :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailArgs' authentication_server_detail: (Updatable) Information on how to authenticate incoming requests.
2591
- :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKeyArgs' key: (Updatable) Information around the values for selector of an authentication/ routing branch.
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.
2592
2536
  """
2593
2537
  pulumi.set(__self__, "authentication_server_detail", authentication_server_detail)
2594
2538
  pulumi.set(__self__, "key", key)
@@ -2605,7 +2549,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2605
2549
  @pulumi.getter
2606
2550
  def key(self) -> 'outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerKey':
2607
2551
  """
2608
- (Updatable) Information around the values for selector of an authentication/ routing branch.
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.
2609
2553
  """
2610
2554
  return pulumi.get(self, "key")
2611
2555
 
@@ -2666,18 +2610,14 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2666
2610
  validation_policy: Optional['outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicy'] = None,
2667
2611
  verify_claims: Optional[Sequence['outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailVerifyClaim']] = None):
2668
2612
  """
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
2613
+ :param str type: (Updatable) Type of the authentication policy to use.
2674
2614
  :param Sequence[str] audiences: (Updatable) The list of intended recipients for the token.
2675
- :param Sequence[str] cache_keys: (Updatable) A list of keys from "parameters" attribute value whose values will be added to the cache key.
2615
+ :param Sequence[str] cache_keys: A list of keys from "parameters" attribute value whose values will be added to the cache key.
2676
2616
  :param str function_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
2677
2617
  :param bool is_anonymous_access_allowed: (Updatable) Whether an unauthenticated user may access the API. Must be "true" to enable ANONYMOUS route authorization.
2678
2618
  :param Sequence[str] issuers: (Updatable) A list of parties that could have issued the token.
2679
2619
  :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.
2680
- :param Mapping[str, Any] parameters: (Updatable)
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]"}`
2681
2621
  :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysArgs' public_keys: (Updatable) A set of Public Keys that will be used to verify the JWT signature.
2682
2622
  :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.
2683
2623
  :param str token_header: (Updatable) The name of the header containing the authentication token.
@@ -2720,11 +2660,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2720
2660
  @pulumi.getter
2721
2661
  def type(self) -> str:
2722
2662
  """
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
2663
+ (Updatable) Type of the authentication policy to use.
2728
2664
  """
2729
2665
  return pulumi.get(self, "type")
2730
2666
 
@@ -2740,7 +2676,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2740
2676
  @pulumi.getter(name="cacheKeys")
2741
2677
  def cache_keys(self) -> Optional[Sequence[str]]:
2742
2678
  """
2743
- (Updatable) A list of keys from "parameters" attribute value whose values will be added to the cache key.
2679
+ A list of keys from "parameters" attribute value whose values will be added to the cache key.
2744
2680
  """
2745
2681
  return pulumi.get(self, "cache_keys")
2746
2682
 
@@ -2780,7 +2716,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2780
2716
  @pulumi.getter
2781
2717
  def parameters(self) -> Optional[Mapping[str, Any]]:
2782
2718
  """
2783
- (Updatable)
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]"}`
2784
2720
  """
2785
2721
  return pulumi.get(self, "parameters")
2786
2722
 
@@ -2869,14 +2805,10 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2869
2805
  max_cache_duration_in_hours: Optional[int] = None,
2870
2806
  uri: Optional[str] = None):
2871
2807
  """
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
2808
+ :param str type: (Updatable) Type of the public key set.
2877
2809
  :param bool is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
2878
2810
  :param Sequence['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailPublicKeysKeyArgs'] keys: (Updatable) The set of static public keys.
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.
2811
+ :param int max_cache_duration_in_hours: (Updatable) The duration for which the JWKS should be cached before it is fetched again.
2880
2812
  :param str uri: (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
2881
2813
  """
2882
2814
  pulumi.set(__self__, "type", type)
@@ -2893,11 +2825,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2893
2825
  @pulumi.getter
2894
2826
  def type(self) -> str:
2895
2827
  """
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
2828
+ (Updatable) Type of the public key set.
2901
2829
  """
2902
2830
  return pulumi.get(self, "type")
2903
2831
 
@@ -2921,7 +2849,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2921
2849
  @pulumi.getter(name="maxCacheDurationInHours")
2922
2850
  def max_cache_duration_in_hours(self) -> Optional[int]:
2923
2851
  """
2924
- (Updatable) The duration for which the introspect URL response should be cached before it is fetched again.
2852
+ (Updatable) The duration for which the JWKS should be cached before it is fetched again.
2925
2853
  """
2926
2854
  return pulumi.get(self, "max_cache_duration_in_hours")
2927
2855
 
@@ -2967,7 +2895,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
2967
2895
  :param str format: (Updatable) The format of the public key.
2968
2896
  :param str alg: (Updatable) The algorithm intended for use with this key.
2969
2897
  :param str e: (Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
2970
- :param str key: (Updatable) Information around the values for selector of an authentication/ routing branch.
2898
+ :param str key: (Updatable) The content of the PEM-encoded public key.
2971
2899
  :param Sequence[str] key_ops: (Updatable) The operations for which this key is to be used.
2972
2900
  :param str kid: (Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
2973
2901
  :param str kty: (Updatable) The key type.
@@ -3020,7 +2948,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3020
2948
  @pulumi.getter
3021
2949
  def key(self) -> Optional[str]:
3022
2950
  """
3023
- (Updatable) Information around the values for selector of an authentication/ routing branch.
2951
+ (Updatable) The content of the PEM-encoded public key.
3024
2952
  """
3025
2953
  return pulumi.get(self, "key")
3026
2954
 
@@ -3122,11 +3050,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3122
3050
  use_cookies_for_session: Optional[bool] = None,
3123
3051
  use_pkce: Optional[bool] = None):
3124
3052
  """
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
3053
+ :param str type: (Updatable) Type of the Validation failure Policy.
3130
3054
  :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyClientDetailsArgs' client_details: (Updatable) Client App Credential details.
3131
3055
  :param str fallback_redirect_path: (Updatable) The path to be used as fallback after OAuth2.
3132
3056
  :param str logout_path: (Updatable) The path to be used as logout.
@@ -3173,11 +3097,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3173
3097
  @pulumi.getter
3174
3098
  def type(self) -> str:
3175
3099
  """
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
3100
+ (Updatable) Type of the Validation failure Policy.
3181
3101
  """
3182
3102
  return pulumi.get(self, "type")
3183
3103
 
@@ -3315,11 +3235,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3315
3235
  client_secret_id: Optional[str] = None,
3316
3236
  client_secret_version_number: Optional[str] = None):
3317
3237
  """
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
3238
+ :param str type: (Updatable) To specify where the Client App details should be taken from.
3323
3239
  :param str client_id: (Updatable) Client ID for the OAuth2/OIDC app.
3324
3240
  :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.
3325
3241
  :param str client_secret_version_number: (Updatable) The version number of the client secret to use.
@@ -3336,11 +3252,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3336
3252
  @pulumi.getter
3337
3253
  def type(self) -> str:
3338
3254
  """
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
3255
+ (Updatable) To specify where the Client App details should be taken from.
3344
3256
  """
3345
3257
  return pulumi.get(self, "type")
3346
3258
 
@@ -3440,11 +3352,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3440
3352
  type: Optional[str] = None):
3441
3353
  """
3442
3354
  :param Sequence['DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationFailurePolicyResponseHeaderTransformationsFilterHeadersItemArgs'] items: (Updatable) The list of headers.
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
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.
3448
3356
  """
3449
3357
  if items is not None:
3450
3358
  pulumi.set(__self__, "items", items)
@@ -3463,11 +3371,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3463
3371
  @pulumi.getter
3464
3372
  def type(self) -> Optional[str]:
3465
3373
  """
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
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.
3471
3375
  """
3472
3376
  return pulumi.get(self, "type")
3473
3377
 
@@ -3643,12 +3547,8 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3643
3547
  type: str,
3644
3548
  uri: Optional[str] = None):
3645
3549
  """
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.
3550
+ :param str type: (Updatable) Type of the Uri detail.
3551
+ :param str uri: (Updatable) The discovery URI for the auth server.
3652
3552
  """
3653
3553
  pulumi.set(__self__, "type", type)
3654
3554
  if uri is not None:
@@ -3658,11 +3558,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3658
3558
  @pulumi.getter
3659
3559
  def type(self) -> str:
3660
3560
  """
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
3561
+ (Updatable) Type of the Uri detail.
3666
3562
  """
3667
3563
  return pulumi.get(self, "type")
3668
3564
 
@@ -3670,7 +3566,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3670
3566
  @pulumi.getter
3671
3567
  def uri(self) -> Optional[str]:
3672
3568
  """
3673
- (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
3569
+ (Updatable) The discovery URI for the auth server.
3674
3570
  """
3675
3571
  return pulumi.get(self, "uri")
3676
3572
 
@@ -3712,11 +3608,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3712
3608
  source_uri_details: Optional['outputs.DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicySourceUriDetails'] = None,
3713
3609
  uri: Optional[str] = None):
3714
3610
  """
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
3611
+ :param str type: (Updatable) Type of the token validation policy.
3720
3612
  :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyAdditionalValidationPolicyArgs' additional_validation_policy: (Updatable) Additional JWT validation checks.
3721
3613
  :param 'DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationServerAuthenticationServerDetailValidationPolicyClientDetailsArgs' client_details: (Updatable) Client App Credential details.
3722
3614
  :param bool is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
@@ -3745,11 +3637,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3745
3637
  @pulumi.getter
3746
3638
  def type(self) -> str:
3747
3639
  """
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
3640
+ (Updatable) Type of the token validation policy.
3753
3641
  """
3754
3642
  return pulumi.get(self, "type")
3755
3643
 
@@ -3895,8 +3783,8 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3895
3783
  values: Optional[Sequence[str]] = None):
3896
3784
  """
3897
3785
  :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.
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.
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.
3900
3788
  """
3901
3789
  if is_required is not None:
3902
3790
  pulumi.set(__self__, "is_required", is_required)
@@ -3917,7 +3805,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3917
3805
  @pulumi.getter
3918
3806
  def key(self) -> Optional[str]:
3919
3807
  """
3920
- (Updatable) Information around the values for selector of an authentication/ routing branch.
3808
+ (Updatable) Name of the claim.
3921
3809
  """
3922
3810
  return pulumi.get(self, "key")
3923
3811
 
@@ -3925,7 +3813,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3925
3813
  @pulumi.getter
3926
3814
  def values(self) -> Optional[Sequence[str]]:
3927
3815
  """
3928
- (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
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.
3929
3817
  """
3930
3818
  return pulumi.get(self, "values")
3931
3819
 
@@ -3959,11 +3847,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3959
3847
  client_secret_id: Optional[str] = None,
3960
3848
  client_secret_version_number: Optional[str] = None):
3961
3849
  """
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
3850
+ :param str type: (Updatable) To specify where the Client App details should be taken from.
3967
3851
  :param str client_id: (Updatable) Client ID for the OAuth2/OIDC app.
3968
3852
  :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.
3969
3853
  :param str client_secret_version_number: (Updatable) The version number of the client secret to use.
@@ -3980,11 +3864,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
3980
3864
  @pulumi.getter
3981
3865
  def type(self) -> str:
3982
3866
  """
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
3867
+ (Updatable) To specify where the Client App details should be taken from.
3988
3868
  """
3989
3869
  return pulumi.get(self, "type")
3990
3870
 
@@ -4046,7 +3926,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4046
3926
  :param str format: (Updatable) The format of the public key.
4047
3927
  :param str alg: (Updatable) The algorithm intended for use with this key.
4048
3928
  :param str e: (Updatable) The base64 url encoded exponent of the RSA public key represented by this key.
4049
- :param str key: (Updatable) Information around the values for selector of an authentication/ routing branch.
3929
+ :param str key: (Updatable) The content of the PEM-encoded public key.
4050
3930
  :param Sequence[str] key_ops: (Updatable) The operations for which this key is to be used.
4051
3931
  :param str kid: (Updatable) A unique key ID. This key will be used to verify the signature of a JWT with matching "kid".
4052
3932
  :param str kty: (Updatable) The key type.
@@ -4099,7 +3979,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4099
3979
  @pulumi.getter
4100
3980
  def key(self) -> Optional[str]:
4101
3981
  """
4102
- (Updatable) Information around the values for selector of an authentication/ routing branch.
3982
+ (Updatable) The content of the PEM-encoded public key.
4103
3983
  """
4104
3984
  return pulumi.get(self, "key")
4105
3985
 
@@ -4150,12 +4030,8 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4150
4030
  type: str,
4151
4031
  uri: Optional[str] = None):
4152
4032
  """
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.
4033
+ :param str type: (Updatable) Type of the Uri detail.
4034
+ :param str uri: (Updatable) The discovery URI for the auth server.
4159
4035
  """
4160
4036
  pulumi.set(__self__, "type", type)
4161
4037
  if uri is not None:
@@ -4165,11 +4041,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4165
4041
  @pulumi.getter
4166
4042
  def type(self) -> str:
4167
4043
  """
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
4044
+ (Updatable) Type of the Uri detail.
4173
4045
  """
4174
4046
  return pulumi.get(self, "type")
4175
4047
 
@@ -4177,7 +4049,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4177
4049
  @pulumi.getter
4178
4050
  def uri(self) -> Optional[str]:
4179
4051
  """
4180
- (Updatable) The uri from which to retrieve the key. It must be accessible without authentication.
4052
+ (Updatable) The discovery URI for the auth server.
4181
4053
  """
4182
4054
  return pulumi.get(self, "uri")
4183
4055
 
@@ -4207,8 +4079,8 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4207
4079
  values: Optional[Sequence[str]] = None):
4208
4080
  """
4209
4081
  :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.
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.
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.
4212
4084
  """
4213
4085
  if is_required is not None:
4214
4086
  pulumi.set(__self__, "is_required", is_required)
@@ -4229,7 +4101,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4229
4101
  @pulumi.getter
4230
4102
  def key(self) -> Optional[str]:
4231
4103
  """
4232
- (Updatable) Information around the values for selector of an authentication/ routing branch.
4104
+ (Updatable) Name of the claim.
4233
4105
  """
4234
4106
  return pulumi.get(self, "key")
4235
4107
 
@@ -4237,7 +4109,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4237
4109
  @pulumi.getter
4238
4110
  def values(self) -> Optional[Sequence[str]]:
4239
4111
  """
4240
- (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
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.
4241
4113
  """
4242
4114
  return pulumi.get(self, "values")
4243
4115
 
@@ -4268,15 +4140,11 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4268
4140
  type: Optional[str] = None,
4269
4141
  values: Optional[Sequence[str]] = None):
4270
4142
  """
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.
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.
4280
4148
  """
4281
4149
  pulumi.set(__self__, "name", name)
4282
4150
  if expression is not None:
@@ -4292,7 +4160,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4292
4160
  @pulumi.getter
4293
4161
  def name(self) -> str:
4294
4162
  """
4295
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4163
+ (Updatable) Name assigned to the branch.
4296
4164
  """
4297
4165
  return pulumi.get(self, "name")
4298
4166
 
@@ -4300,7 +4168,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4300
4168
  @pulumi.getter
4301
4169
  def expression(self) -> Optional[str]:
4302
4170
  """
4303
- (Updatable) String describing the expression with wildcards.
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.
4304
4172
  """
4305
4173
  return pulumi.get(self, "expression")
4306
4174
 
@@ -4308,7 +4176,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4308
4176
  @pulumi.getter(name="isDefault")
4309
4177
  def is_default(self) -> Optional[bool]:
4310
4178
  """
4311
- (Updatable) Information regarding whether this is the default branch.
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.
4312
4180
  """
4313
4181
  return pulumi.get(self, "is_default")
4314
4182
 
@@ -4316,11 +4184,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4316
4184
  @pulumi.getter
4317
4185
  def type(self) -> Optional[str]:
4318
4186
  """
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
4187
+ (Updatable) Type of the selection key.
4324
4188
  """
4325
4189
  return pulumi.get(self, "type")
4326
4190
 
@@ -4328,7 +4192,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationAuthenticationS
4328
4192
  @pulumi.getter
4329
4193
  def values(self) -> Optional[Sequence[str]]:
4330
4194
  """
4331
- (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
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.
4332
4196
  """
4333
4197
  return pulumi.get(self, "values")
4334
4198
 
@@ -4340,11 +4204,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSource
4340
4204
  type: str):
4341
4205
  """
4342
4206
  :param str selector: (Updatable) String describing the context variable used as selector.
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
4207
+ :param str type: (Updatable) Type of the Selection source to use.
4348
4208
  """
4349
4209
  pulumi.set(__self__, "selector", selector)
4350
4210
  pulumi.set(__self__, "type", type)
@@ -4361,11 +4221,7 @@ class DeploymentSpecificationRequestPoliciesDynamicAuthenticationSelectionSource
4361
4221
  @pulumi.getter
4362
4222
  def type(self) -> str:
4363
4223
  """
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
4224
+ (Updatable) Type of the Selection source to use.
4369
4225
  """
4370
4226
  return pulumi.get(self, "type")
4371
4227
 
@@ -4660,16 +4516,12 @@ class DeploymentSpecificationRouteBackend(dict):
4660
4516
  status: Optional[int] = None,
4661
4517
  url: Optional[str] = None):
4662
4518
  """
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
4519
+ :param str type: (Updatable) Type of the API backend.
4668
4520
  :param Sequence[str] allowed_post_logout_uris: (Updatable)
4669
4521
  :param str body: (Updatable) The body of the stock response from the mock backend.
4670
4522
  :param float connect_timeout_in_seconds: (Updatable) Defines a timeout for establishing a connection with a proxied server.
4671
4523
  :param str function_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4672
- :param Sequence['DeploymentSpecificationRouteBackendHeaderArgs'] headers: (Updatable)
4524
+ :param Sequence['DeploymentSpecificationRouteBackendHeaderArgs'] headers: (Updatable) The headers of the stock response from the mock backend.
4673
4525
  :param bool is_ssl_verify_disabled: (Updatable) Defines whether or not to uphold SSL verification.
4674
4526
  :param str post_logout_state: (Updatable) Defines a state that should be shared on redirecting to postLogout URL.
4675
4527
  :param float read_timeout_in_seconds: (Updatable) Defines a timeout for reading a response from the proxied server.
@@ -4711,11 +4563,7 @@ class DeploymentSpecificationRouteBackend(dict):
4711
4563
  @pulumi.getter
4712
4564
  def type(self) -> str:
4713
4565
  """
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
4566
+ (Updatable) Type of the API backend.
4719
4567
  """
4720
4568
  return pulumi.get(self, "type")
4721
4569
 
@@ -4755,7 +4603,7 @@ class DeploymentSpecificationRouteBackend(dict):
4755
4603
  @pulumi.getter
4756
4604
  def headers(self) -> Optional[Sequence['outputs.DeploymentSpecificationRouteBackendHeader']]:
4757
4605
  """
4758
- (Updatable)
4606
+ (Updatable) The headers of the stock response from the mock backend.
4759
4607
  """
4760
4608
  return pulumi.get(self, "headers")
4761
4609
 
@@ -4830,7 +4678,7 @@ class DeploymentSpecificationRouteBackendHeader(dict):
4830
4678
  name: Optional[str] = None,
4831
4679
  value: Optional[str] = None):
4832
4680
  """
4833
- :param str name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4681
+ :param str name: (Updatable) Name of the header.
4834
4682
  :param str value: (Updatable) Value of the header.
4835
4683
  """
4836
4684
  if name is not None:
@@ -4842,7 +4690,7 @@ class DeploymentSpecificationRouteBackendHeader(dict):
4842
4690
  @pulumi.getter
4843
4691
  def name(self) -> Optional[str]:
4844
4692
  """
4845
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4693
+ (Updatable) Name of the header.
4846
4694
  """
4847
4695
  return pulumi.get(self, "name")
4848
4696
 
@@ -4925,20 +4773,14 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4925
4773
  status: Optional[int] = None,
4926
4774
  url: Optional[str] = None):
4927
4775
  """
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)
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.
4942
4784
  """
4943
4785
  pulumi.set(__self__, "type", type)
4944
4786
  if body is not None:
@@ -4964,11 +4806,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4964
4806
  @pulumi.getter
4965
4807
  def type(self) -> str:
4966
4808
  """
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
4809
+ Type of the Response Cache Store Policy.
4972
4810
  """
4973
4811
  return pulumi.get(self, "type")
4974
4812
 
@@ -4976,7 +4814,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4976
4814
  @pulumi.getter
4977
4815
  def body(self) -> Optional[str]:
4978
4816
  """
4979
- (Updatable) The body of the stock response from the mock backend.
4817
+ The body of the stock response from the mock backend.
4980
4818
  """
4981
4819
  return pulumi.get(self, "body")
4982
4820
 
@@ -4984,7 +4822,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4984
4822
  @pulumi.getter(name="connectTimeoutInSeconds")
4985
4823
  def connect_timeout_in_seconds(self) -> Optional[float]:
4986
4824
  """
4987
- (Updatable) Defines a timeout for establishing a connection with a proxied server.
4825
+ Defines a timeout for establishing a connection with a proxied server.
4988
4826
  """
4989
4827
  return pulumi.get(self, "connect_timeout_in_seconds")
4990
4828
 
@@ -4992,23 +4830,20 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
4992
4830
  @pulumi.getter(name="functionId")
4993
4831
  def function_id(self) -> Optional[str]:
4994
4832
  """
4995
- (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4833
+ The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Oracle Functions function resource.
4996
4834
  """
4997
4835
  return pulumi.get(self, "function_id")
4998
4836
 
4999
4837
  @property
5000
4838
  @pulumi.getter
5001
4839
  def headers(self) -> Optional[Sequence['outputs.DeploymentSpecificationRouteBackendRoutingBackendBackendHeader']]:
5002
- """
5003
- (Updatable)
5004
- """
5005
4840
  return pulumi.get(self, "headers")
5006
4841
 
5007
4842
  @property
5008
4843
  @pulumi.getter(name="isSslVerifyDisabled")
5009
4844
  def is_ssl_verify_disabled(self) -> Optional[bool]:
5010
4845
  """
5011
- (Updatable) Defines whether or not to uphold SSL verification.
4846
+ Defines whether or not to uphold SSL verification.
5012
4847
  """
5013
4848
  return pulumi.get(self, "is_ssl_verify_disabled")
5014
4849
 
@@ -5016,7 +4851,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
5016
4851
  @pulumi.getter(name="readTimeoutInSeconds")
5017
4852
  def read_timeout_in_seconds(self) -> Optional[float]:
5018
4853
  """
5019
- (Updatable) Defines a timeout for reading a response from the proxied server.
4854
+ Defines a timeout for reading a response from the proxied server.
5020
4855
  """
5021
4856
  return pulumi.get(self, "read_timeout_in_seconds")
5022
4857
 
@@ -5024,7 +4859,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
5024
4859
  @pulumi.getter(name="sendTimeoutInSeconds")
5025
4860
  def send_timeout_in_seconds(self) -> Optional[float]:
5026
4861
  """
5027
- (Updatable) Defines a timeout for transmitting a request to the proxied server.
4862
+ Defines a timeout for transmitting a request to the proxied server.
5028
4863
  """
5029
4864
  return pulumi.get(self, "send_timeout_in_seconds")
5030
4865
 
@@ -5032,16 +4867,13 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackend(dict):
5032
4867
  @pulumi.getter
5033
4868
  def status(self) -> Optional[int]:
5034
4869
  """
5035
- (Updatable) The status code of the stock response from the mock backend.
4870
+ The status code of the stock response from the mock backend.
5036
4871
  """
5037
4872
  return pulumi.get(self, "status")
5038
4873
 
5039
4874
  @property
5040
4875
  @pulumi.getter
5041
4876
  def url(self) -> Optional[str]:
5042
- """
5043
- (Updatable)
5044
- """
5045
4877
  return pulumi.get(self, "url")
5046
4878
 
5047
4879
 
@@ -5051,8 +4883,8 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendHeader(dict):
5051
4883
  name: Optional[str] = None,
5052
4884
  value: Optional[str] = None):
5053
4885
  """
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.
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.
5056
4888
  """
5057
4889
  if name is not None:
5058
4890
  pulumi.set(__self__, "name", name)
@@ -5063,7 +4895,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendHeader(dict):
5063
4895
  @pulumi.getter
5064
4896
  def name(self) -> Optional[str]:
5065
4897
  """
5066
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4898
+ The case-insensitive name of the header. This name must be unique across transformation policies.
5067
4899
  """
5068
4900
  return pulumi.get(self, "name")
5069
4901
 
@@ -5071,7 +4903,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendBackendHeader(dict):
5071
4903
  @pulumi.getter
5072
4904
  def value(self) -> Optional[str]:
5073
4905
  """
5074
- (Updatable) Value of the header.
4906
+ Value of the header.
5075
4907
  """
5076
4908
  return pulumi.get(self, "value")
5077
4909
 
@@ -5102,15 +4934,11 @@ class DeploymentSpecificationRouteBackendRoutingBackendKey(dict):
5102
4934
  is_default: Optional[bool] = None,
5103
4935
  values: Optional[Sequence[str]] = None):
5104
4936
  """
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
4937
+ :param str name: (Updatable) Name assigned to the branch.
4938
+ :param str type: (Updatable) Information regarding type of the selection key.
5111
4939
  :param str expression: (Updatable) String describing the expression with wildcards.
5112
4940
  :param bool is_default: (Updatable) Information regarding whether this is the default branch.
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.
4941
+ :param Sequence[str] values: (Updatable) Information regarding the set of values of selector for which this branch should be selected.
5114
4942
  """
5115
4943
  pulumi.set(__self__, "name", name)
5116
4944
  pulumi.set(__self__, "type", type)
@@ -5125,7 +4953,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendKey(dict):
5125
4953
  @pulumi.getter
5126
4954
  def name(self) -> str:
5127
4955
  """
5128
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
4956
+ (Updatable) Name assigned to the branch.
5129
4957
  """
5130
4958
  return pulumi.get(self, "name")
5131
4959
 
@@ -5133,11 +4961,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendKey(dict):
5133
4961
  @pulumi.getter
5134
4962
  def type(self) -> str:
5135
4963
  """
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
4964
+ (Updatable) Information regarding type of the selection key.
5141
4965
  """
5142
4966
  return pulumi.get(self, "type")
5143
4967
 
@@ -5161,7 +4985,7 @@ class DeploymentSpecificationRouteBackendRoutingBackendKey(dict):
5161
4985
  @pulumi.getter
5162
4986
  def values(self) -> Optional[Sequence[str]]:
5163
4987
  """
5164
- (Updatable) A list of new values. Each value can be a constant or may include one or more expressions enclosed within ${} delimiters.
4988
+ (Updatable) Information regarding the set of values of selector for which this branch should be selected.
5165
4989
  """
5166
4990
  return pulumi.get(self, "values")
5167
4991
 
@@ -5173,11 +4997,7 @@ class DeploymentSpecificationRouteBackendSelectionSource(dict):
5173
4997
  type: str):
5174
4998
  """
5175
4999
  :param str selector: (Updatable) String describing the context variable used as selector.
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
5000
+ :param str type: (Updatable) Type of the Selection source to use.
5181
5001
  """
5182
5002
  pulumi.set(__self__, "selector", selector)
5183
5003
  pulumi.set(__self__, "type", type)
@@ -5194,11 +5014,7 @@ class DeploymentSpecificationRouteBackendSelectionSource(dict):
5194
5014
  @pulumi.getter
5195
5015
  def type(self) -> str:
5196
5016
  """
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
5017
+ (Updatable) Type of the Selection source to use.
5202
5018
  """
5203
5019
  return pulumi.get(self, "type")
5204
5020
 
@@ -5275,7 +5091,11 @@ class DeploymentSpecificationRouteLoggingPoliciesAccessLog(dict):
5275
5091
  def __init__(__self__, *,
5276
5092
  is_enabled: Optional[bool] = None):
5277
5093
  """
5278
- :param bool is_enabled: (Updatable) Whether this policy is currently enabled.
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.
5279
5099
  """
5280
5100
  if is_enabled is not None:
5281
5101
  pulumi.set(__self__, "is_enabled", is_enabled)
@@ -5284,7 +5104,11 @@ class DeploymentSpecificationRouteLoggingPoliciesAccessLog(dict):
5284
5104
  @pulumi.getter(name="isEnabled")
5285
5105
  def is_enabled(self) -> Optional[bool]:
5286
5106
  """
5287
- (Updatable) Whether this policy is currently enabled.
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.
5288
5112
  """
5289
5113
  return pulumi.get(self, "is_enabled")
5290
5114
 
@@ -5314,7 +5138,11 @@ class DeploymentSpecificationRouteLoggingPoliciesExecutionLog(dict):
5314
5138
  is_enabled: Optional[bool] = None,
5315
5139
  log_level: Optional[str] = None):
5316
5140
  """
5317
- :param bool is_enabled: (Updatable) Whether this policy is currently enabled.
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.
5318
5146
  :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.
5319
5147
  """
5320
5148
  if is_enabled is not None:
@@ -5326,7 +5154,11 @@ class DeploymentSpecificationRouteLoggingPoliciesExecutionLog(dict):
5326
5154
  @pulumi.getter(name="isEnabled")
5327
5155
  def is_enabled(self) -> Optional[bool]:
5328
5156
  """
5329
- (Updatable) Whether this policy is currently enabled.
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.
5330
5162
  """
5331
5163
  return pulumi.get(self, "is_enabled")
5332
5164
 
@@ -5493,11 +5325,7 @@ class DeploymentSpecificationRouteRequestPoliciesAuthorization(dict):
5493
5325
  type: Optional[str] = None):
5494
5326
  """
5495
5327
  :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.
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
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.
5501
5329
  """
5502
5330
  if allowed_scopes is not None:
5503
5331
  pulumi.set(__self__, "allowed_scopes", allowed_scopes)
@@ -5516,11 +5344,7 @@ class DeploymentSpecificationRouteRequestPoliciesAuthorization(dict):
5516
5344
  @pulumi.getter
5517
5345
  def type(self) -> Optional[str]:
5518
5346
  """
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
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.
5524
5348
  """
5525
5349
  return pulumi.get(self, "type")
5526
5350
 
@@ -5550,7 +5374,7 @@ class DeploymentSpecificationRouteRequestPoliciesBodyValidation(dict):
5550
5374
  validation_mode: Optional[str] = None):
5551
5375
  """
5552
5376
  :param Sequence['DeploymentSpecificationRouteRequestPoliciesBodyValidationContentArgs'] contents: (Updatable) The content of the request body.
5553
- :param bool required: (Updatable) Determines if the parameter is required in the request.
5377
+ :param bool required: (Updatable) Determines if the request body is required in the request.
5554
5378
  :param str validation_mode: (Updatable) Validation behavior mode.
5555
5379
 
5556
5380
  In `ENFORCING` mode, upon a validation failure, the request will be rejected with a 4xx response and not sent to the backend.
@@ -5578,7 +5402,7 @@ class DeploymentSpecificationRouteRequestPoliciesBodyValidation(dict):
5578
5402
  @pulumi.getter
5579
5403
  def required(self) -> Optional[bool]:
5580
5404
  """
5581
- (Updatable) Determines if the parameter is required in the request.
5405
+ (Updatable) Determines if the request body is required in the request.
5582
5406
  """
5583
5407
  return pulumi.get(self, "required")
5584
5408
 
@@ -5833,11 +5657,7 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHead
5833
5657
  type: str):
5834
5658
  """
5835
5659
  :param Sequence['DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHeadersItemArgs'] items: (Updatable) The list of headers.
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
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.
5841
5661
  """
5842
5662
  pulumi.set(__self__, "items", items)
5843
5663
  pulumi.set(__self__, "type", type)
@@ -5854,11 +5674,7 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderTransformationsFilterHead
5854
5674
  @pulumi.getter
5855
5675
  def type(self) -> str:
5856
5676
  """
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
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.
5862
5678
  """
5863
5679
  return pulumi.get(self, "type")
5864
5680
 
@@ -6087,8 +5903,8 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeader(dict):
6087
5903
  name: str,
6088
5904
  required: Optional[bool] = None):
6089
5905
  """
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.
5906
+ :param str name: (Updatable) Parameter name.
5907
+ :param bool required: (Updatable) Determines if the header is required in the request.
6092
5908
  """
6093
5909
  pulumi.set(__self__, "name", name)
6094
5910
  if required is not None:
@@ -6098,7 +5914,7 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeader(dict):
6098
5914
  @pulumi.getter
6099
5915
  def name(self) -> str:
6100
5916
  """
6101
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
5917
+ (Updatable) Parameter name.
6102
5918
  """
6103
5919
  return pulumi.get(self, "name")
6104
5920
 
@@ -6106,7 +5922,7 @@ class DeploymentSpecificationRouteRequestPoliciesHeaderValidationsHeader(dict):
6106
5922
  @pulumi.getter
6107
5923
  def required(self) -> Optional[bool]:
6108
5924
  """
6109
- (Updatable) Determines if the parameter is required in the request.
5925
+ (Updatable) Determines if the header is required in the request.
6110
5926
  """
6111
5927
  return pulumi.get(self, "required")
6112
5928
 
@@ -6181,12 +5997,8 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
6181
5997
  items: Sequence['outputs.DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItem'],
6182
5998
  type: str):
6183
5999
  """
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
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.
6190
6002
  """
6191
6003
  pulumi.set(__self__, "items", items)
6192
6004
  pulumi.set(__self__, "type", type)
@@ -6195,7 +6007,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
6195
6007
  @pulumi.getter
6196
6008
  def items(self) -> Sequence['outputs.DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFilterQueryParametersItem']:
6197
6009
  """
6198
- (Updatable) The list of headers.
6010
+ (Updatable) The list of query parameters.
6199
6011
  """
6200
6012
  return pulumi.get(self, "items")
6201
6013
 
@@ -6203,11 +6015,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
6203
6015
  @pulumi.getter
6204
6016
  def type(self) -> str:
6205
6017
  """
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
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.
6211
6019
  """
6212
6020
  return pulumi.get(self, "type")
6213
6021
 
@@ -6217,7 +6025,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
6217
6025
  def __init__(__self__, *,
6218
6026
  name: str):
6219
6027
  """
6220
- :param str name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6028
+ :param str name: (Updatable) The case-sensitive name of the query parameter.
6221
6029
  """
6222
6030
  pulumi.set(__self__, "name", name)
6223
6031
 
@@ -6225,7 +6033,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsFi
6225
6033
  @pulumi.getter
6226
6034
  def name(self) -> str:
6227
6035
  """
6228
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6036
+ (Updatable) The case-sensitive name of the query parameter.
6229
6037
  """
6230
6038
  return pulumi.get(self, "name")
6231
6039
 
@@ -6235,7 +6043,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6235
6043
  def __init__(__self__, *,
6236
6044
  items: Sequence['outputs.DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItem']):
6237
6045
  """
6238
- :param Sequence['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs'] items: (Updatable) The list of headers.
6046
+ :param Sequence['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItemArgs'] items: (Updatable) The list of query parameters.
6239
6047
  """
6240
6048
  pulumi.set(__self__, "items", items)
6241
6049
 
@@ -6243,7 +6051,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6243
6051
  @pulumi.getter
6244
6052
  def items(self) -> Sequence['outputs.DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRenameQueryParametersItem']:
6245
6053
  """
6246
- (Updatable) The list of headers.
6054
+ (Updatable) The list of query parameters.
6247
6055
  """
6248
6056
  return pulumi.get(self, "items")
6249
6057
 
@@ -6271,8 +6079,8 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6271
6079
  from_: str,
6272
6080
  to: str):
6273
6081
  """
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.
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.
6276
6084
  """
6277
6085
  pulumi.set(__self__, "from_", from_)
6278
6086
  pulumi.set(__self__, "to", to)
@@ -6281,7 +6089,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6281
6089
  @pulumi.getter(name="from")
6282
6090
  def from_(self) -> str:
6283
6091
  """
6284
- (Updatable) The original case-insensitive name of the header. This name must be unique across transformation policies.
6092
+ (Updatable) The original case-sensitive name of the query parameter. This name must be unique across transformation policies.
6285
6093
  """
6286
6094
  return pulumi.get(self, "from_")
6287
6095
 
@@ -6289,7 +6097,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsRe
6289
6097
  @pulumi.getter
6290
6098
  def to(self) -> str:
6291
6099
  """
6292
- (Updatable) The new name of the header. This name must be unique across transformation policies.
6100
+ (Updatable) The new name of the query parameter. This name must be unique across transformation policies.
6293
6101
  """
6294
6102
  return pulumi.get(self, "to")
6295
6103
 
@@ -6299,7 +6107,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6299
6107
  def __init__(__self__, *,
6300
6108
  items: Sequence['outputs.DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItem']):
6301
6109
  """
6302
- :param Sequence['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs'] items: (Updatable) The list of headers.
6110
+ :param Sequence['DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItemArgs'] items: (Updatable) The list of query parameters.
6303
6111
  """
6304
6112
  pulumi.set(__self__, "items", items)
6305
6113
 
@@ -6307,7 +6115,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6307
6115
  @pulumi.getter
6308
6116
  def items(self) -> Sequence['outputs.DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSetQueryParametersItem']:
6309
6117
  """
6310
- (Updatable) The list of headers.
6118
+ (Updatable) The list of query parameters.
6311
6119
  """
6312
6120
  return pulumi.get(self, "items")
6313
6121
 
@@ -6336,9 +6144,9 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6336
6144
  values: Sequence[str],
6337
6145
  if_exists: Optional[str] = None):
6338
6146
  """
6339
- :param str name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6147
+ :param str name: (Updatable) The case-sensitive name of the query parameter. This name must be unique across transformation policies.
6340
6148
  :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.
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.
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.
6342
6150
  """
6343
6151
  pulumi.set(__self__, "name", name)
6344
6152
  pulumi.set(__self__, "values", values)
@@ -6349,7 +6157,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6349
6157
  @pulumi.getter
6350
6158
  def name(self) -> str:
6351
6159
  """
6352
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6160
+ (Updatable) The case-sensitive name of the query parameter. This name must be unique across transformation policies.
6353
6161
  """
6354
6162
  return pulumi.get(self, "name")
6355
6163
 
@@ -6365,7 +6173,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterTransformationsSe
6365
6173
  @pulumi.getter(name="ifExists")
6366
6174
  def if_exists(self) -> Optional[str]:
6367
6175
  """
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.
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.
6369
6177
  """
6370
6178
  return pulumi.get(self, "if_exists")
6371
6179
 
@@ -6436,7 +6244,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParame
6436
6244
  name: str,
6437
6245
  required: Optional[bool] = None):
6438
6246
  """
6439
- :param str name: (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6247
+ :param str name: (Updatable) Parameter name.
6440
6248
  :param bool required: (Updatable) Determines if the parameter is required in the request.
6441
6249
  """
6442
6250
  pulumi.set(__self__, "name", name)
@@ -6447,7 +6255,7 @@ class DeploymentSpecificationRouteRequestPoliciesQueryParameterValidationsParame
6447
6255
  @pulumi.getter
6448
6256
  def name(self) -> str:
6449
6257
  """
6450
- (Updatable) The case-insensitive name of the header. This name must be unique across transformation policies.
6258
+ (Updatable) Parameter name.
6451
6259
  """
6452
6260
  return pulumi.get(self, "name")
6453
6261
 
@@ -6490,10 +6298,6 @@ class DeploymentSpecificationRouteRequestPoliciesResponseCacheLookup(dict):
6490
6298
  is_private_caching_enabled: Optional[bool] = None):
6491
6299
  """
6492
6300
  :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
6497
6301
  :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.
6498
6302
  :param bool is_enabled: (Updatable) Whether this policy is currently enabled.
6499
6303
  :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.
@@ -6515,10 +6319,6 @@ class DeploymentSpecificationRouteRequestPoliciesResponseCacheLookup(dict):
6515
6319
  def type(self) -> str:
6516
6320
  """
6517
6321
  (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
6522
6322
  """
6523
6323
  return pulumi.get(self, "type")
6524
6324
 
@@ -6672,11 +6472,7 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHea
6672
6472
  type: str):
6673
6473
  """
6674
6474
  :param Sequence['DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHeadersItemArgs'] items: (Updatable) The list of headers.
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
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.
6680
6476
  """
6681
6477
  pulumi.set(__self__, "items", items)
6682
6478
  pulumi.set(__self__, "type", type)
@@ -6693,11 +6489,7 @@ class DeploymentSpecificationRouteResponsePoliciesHeaderTransformationsFilterHea
6693
6489
  @pulumi.getter
6694
6490
  def type(self) -> str:
6695
6491
  """
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
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.
6701
6493
  """
6702
6494
  return pulumi.get(self, "type")
6703
6495
 
@@ -6940,7 +6732,7 @@ class GatewayCaBundle(dict):
6940
6732
  ca_bundle_id: Optional[str] = None,
6941
6733
  certificate_authority_id: Optional[str] = None):
6942
6734
  """
6943
- :param str type: (Updatable) Type of the Response Cache.
6735
+ :param str type: (Updatable) Type of the CA bundle
6944
6736
  :param str ca_bundle_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
6945
6737
  :param str certificate_authority_id: (Updatable) The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the resource.
6946
6738
  """
@@ -6954,7 +6746,7 @@ class GatewayCaBundle(dict):
6954
6746
  @pulumi.getter
6955
6747
  def type(self) -> str:
6956
6748
  """
6957
- (Updatable) Type of the Response Cache.
6749
+ (Updatable) Type of the CA bundle
6958
6750
  """
6959
6751
  return pulumi.get(self, "type")
6960
6752
 
@@ -7326,7 +7118,7 @@ class UsagePlanEntitlementQuota(dict):
7326
7118
  """
7327
7119
  :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
7328
7120
  :param str reset_policy: (Updatable) The policy that controls when quotas will reset. Example: `CALENDAR`
7329
- :param str unit: (Updatable) The unit of time over which rate limits are calculated. Example: `SECOND`
7121
+ :param str unit: (Updatable) The unit of time over which quotas are calculated. Example: `MINUTE` or `MONTH`
7330
7122
  :param int value: (Updatable) The number of requests that can be made per time period.
7331
7123
  """
7332
7124
  pulumi.set(__self__, "operation_on_breach", operation_on_breach)
@@ -7354,7 +7146,7 @@ class UsagePlanEntitlementQuota(dict):
7354
7146
  @pulumi.getter
7355
7147
  def unit(self) -> str:
7356
7148
  """
7357
- (Updatable) The unit of time over which rate limits are calculated. Example: `SECOND`
7149
+ (Updatable) The unit of time over which quotas are calculated. Example: `MINUTE` or `MONTH`
7358
7150
  """
7359
7151
  return pulumi.get(self, "unit")
7360
7152