oci 2.138.0__py3-none-any.whl → 2.139.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (467) hide show
  1. oci/_vendor/idna/__init__.py +45 -2
  2. oci/_vendor/idna/codec.py +47 -43
  3. oci/_vendor/idna/compat.py +10 -7
  4. oci/_vendor/idna/core.py +210 -173
  5. oci/_vendor/idna/idnadata.py +3869 -1676
  6. oci/_vendor/idna/intranges.py +13 -9
  7. oci/_vendor/idna/package_data.py +2 -3
  8. oci/_vendor/idna/uts46data.py +8355 -8031
  9. oci/_vendor/urllib3/__init__.py +1 -1
  10. oci/_vendor/urllib3/_collections.py +19 -1
  11. oci/_vendor/urllib3/_version.py +2 -2
  12. oci/_vendor/urllib3/connection.py +8 -3
  13. oci/_vendor/urllib3/connectionpool.py +45 -13
  14. oci/_vendor/urllib3/contrib/__init__.py +1 -1
  15. oci/_vendor/urllib3/contrib/_appengine_environ.py +1 -1
  16. oci/_vendor/urllib3/contrib/_securetransport/__init__.py +1 -1
  17. oci/_vendor/urllib3/contrib/_securetransport/bindings.py +2 -2
  18. oci/_vendor/urllib3/contrib/_securetransport/low_level.py +1 -1
  19. oci/_vendor/urllib3/contrib/appengine.py +2 -2
  20. oci/_vendor/urllib3/contrib/ntlmpool.py +3 -3
  21. oci/_vendor/urllib3/contrib/pyopenssl.py +14 -7
  22. oci/_vendor/urllib3/contrib/securetransport.py +2 -4
  23. oci/_vendor/urllib3/contrib/socks.py +1 -1
  24. oci/_vendor/urllib3/exceptions.py +1 -1
  25. oci/_vendor/urllib3/fields.py +1 -1
  26. oci/_vendor/urllib3/filepost.py +1 -1
  27. oci/_vendor/urllib3/packages/__init__.py +2 -2
  28. oci/_vendor/urllib3/packages/backports/__init__.py +1 -1
  29. oci/_vendor/urllib3/packages/backports/makefile.py +1 -1
  30. oci/_vendor/urllib3/packages/backports/weakref_finalize.py +160 -0
  31. oci/_vendor/urllib3/packages/six.py +1 -2
  32. oci/_vendor/urllib3/poolmanager.py +7 -4
  33. oci/_vendor/urllib3/request.py +22 -1
  34. oci/_vendor/urllib3/response.py +65 -4
  35. oci/_vendor/urllib3/util/__init__.py +1 -1
  36. oci/_vendor/urllib3/util/connection.py +1 -1
  37. oci/_vendor/urllib3/util/proxy.py +1 -1
  38. oci/_vendor/urllib3/util/queue.py +1 -1
  39. oci/_vendor/urllib3/util/request.py +1 -1
  40. oci/_vendor/urllib3/util/response.py +1 -1
  41. oci/_vendor/urllib3/util/retry.py +5 -3
  42. oci/_vendor/urllib3/util/ssl_.py +14 -5
  43. oci/_vendor/urllib3/util/ssl_match_hostname.py +1 -1
  44. oci/_vendor/urllib3/util/ssltransport.py +1 -1
  45. oci/_vendor/urllib3/util/timeout.py +7 -4
  46. oci/_vendor/urllib3/util/url.py +8 -5
  47. oci/_vendor/urllib3/util/wait.py +1 -2
  48. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  49. oci/adm/application_dependency_management_client.py +36 -36
  50. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  51. oci/ai_document/ai_service_document_client.py +26 -26
  52. oci/ai_language/ai_service_language_client.py +44 -44
  53. oci/ai_speech/ai_service_speech_client.py +19 -19
  54. oci/ai_vision/ai_service_vision_client.py +25 -25
  55. oci/analytics/analytics_client.py +24 -24
  56. oci/announcements_service/announcement_client.py +5 -5
  57. oci/announcements_service/announcement_subscription_client.py +9 -9
  58. oci/announcements_service/announcements_preferences_client.py +4 -4
  59. oci/announcements_service/service_client.py +1 -1
  60. oci/apigateway/api_gateway_client.py +21 -21
  61. oci/apigateway/deployment_client.py +6 -6
  62. oci/apigateway/gateway_client.py +6 -6
  63. oci/apigateway/subscribers_client.py +6 -6
  64. oci/apigateway/usage_plans_client.py +6 -6
  65. oci/apigateway/work_requests_client.py +5 -5
  66. oci/apm_config/config_client.py +9 -9
  67. oci/apm_control_plane/apm_domain_client.py +14 -14
  68. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  69. oci/apm_traces/attributes_client.py +8 -8
  70. oci/apm_traces/query_client.py +2 -2
  71. oci/apm_traces/trace_client.py +4 -4
  72. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  73. oci/artifacts/artifacts_client.py +32 -32
  74. oci/audit/audit_client.py +3 -3
  75. oci/autoscaling/auto_scaling_client.py +11 -11
  76. oci/bastion/bastion_client.py +15 -15
  77. oci/bds/bds_client.py +72 -72
  78. oci/blockchain/blockchain_platform_client.py +27 -27
  79. oci/budget/budget_client.py +10 -10
  80. oci/capacity_management/capacity_management_client.py +32 -32
  81. oci/certificates/certificates_client.py +5 -5
  82. oci/certificates_management/certificates_management_client.py +32 -32
  83. oci/cims/incident_client.py +13 -14
  84. oci/cims/models/__init__.py +4 -2
  85. oci/cims/models/cmos_user_group_info.py +103 -0
  86. oci/cims/models/create_incident.py +33 -2
  87. oci/cims/models/create_limit_item_details.py +2 -57
  88. oci/cims/models/create_user_details.py +4 -4
  89. oci/cims/models/incident.py +188 -0
  90. oci/cims/models/incident_resource_type.py +4 -4
  91. oci/cims/models/incident_summary.py +188 -0
  92. oci/cims/models/limit_item.py +2 -2
  93. oci/cims/models/{service_categories.py → services.py} +27 -27
  94. oci/cims/models/sub_categories.py +15 -15
  95. oci/cims/models/ticket.py +7 -3
  96. oci/cims/models/validation_response.py +33 -2
  97. oci/cloud_bridge/common_client.py +5 -5
  98. oci/cloud_bridge/discovery_client.py +15 -15
  99. oci/cloud_bridge/inventory_client.py +16 -16
  100. oci/cloud_bridge/ocb_agent_svc_client.py +22 -22
  101. oci/cloud_guard/cloud_guard_client.py +155 -155
  102. oci/cloud_migrations/migration_client.py +43 -43
  103. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  104. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  105. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  106. oci/compute_instance_agent/plugin_client.py +2 -2
  107. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  108. oci/container_engine/container_engine_client.py +44 -44
  109. oci/container_instances/container_instance_client.py +18 -18
  110. oci/core/blockstorage_client.py +60 -60
  111. oci/core/compute_client.py +102 -102
  112. oci/core/compute_management_client.py +32 -32
  113. oci/core/virtual_network_client.py +247 -247
  114. oci/dashboard_service/dashboard_client.py +6 -6
  115. oci/dashboard_service/dashboard_group_client.py +6 -6
  116. oci/data_catalog/data_catalog_client.py +149 -149
  117. oci/data_flow/data_flow_client.py +44 -44
  118. oci/data_integration/data_integration_client.py +163 -163
  119. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  120. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  121. oci/data_safe/data_safe_client.py +292 -292
  122. oci/data_science/data_science_client.py +92 -92
  123. oci/database/database_client.py +523 -398
  124. oci/database/database_client_composite_operations.py +88 -0
  125. oci/database/models/__init__.py +4 -0
  126. oci/database/models/autonomous_database.py +2 -2
  127. oci/database/models/autonomous_database_summary.py +2 -2
  128. oci/database/models/configure_exascale_exadata_infrastructure_details.py +72 -0
  129. oci/database/models/create_autonomous_database_base.py +2 -2
  130. oci/database/models/create_db_home_details.py +33 -2
  131. oci/database/models/create_db_home_from_backup_details.py +31 -0
  132. oci/database/models/create_db_home_from_database_details.py +31 -0
  133. oci/database/models/create_exascale_db_storage_vault_details.py +37 -2
  134. oci/database/models/create_pluggable_database_creation_type_details.py +2 -2
  135. oci/database/models/create_vm_cluster_details.py +37 -2
  136. oci/database/models/exadata_infrastructure.py +29 -2
  137. oci/database/models/exadata_infrastructure_summary.py +29 -2
  138. oci/database/models/exascale_config_details.py +103 -0
  139. oci/database/models/exascale_db_storage_vault.py +35 -0
  140. oci/database/models/exascale_db_storage_vault_summary.py +37 -2
  141. oci/database/models/update_autonomous_database_details.py +2 -2
  142. oci/database/models/vm_cluster.py +84 -2
  143. oci/database/models/vm_cluster_summary.py +84 -2
  144. oci/database_management/db_management_client.py +211 -211
  145. oci/database_management/diagnosability_client.py +4 -4
  146. oci/database_management/managed_my_sql_databases_client.py +7 -7
  147. oci/database_management/perfhub_client.py +1 -1
  148. oci/database_management/sql_tuning_client.py +17 -17
  149. oci/database_migration/database_migration_client.py +42 -42
  150. oci/database_tools/database_tools_client.py +23 -23
  151. oci/delegate_access_control/delegate_access_control_client.py +26 -26
  152. oci/delegate_access_control/work_request_client.py +4 -4
  153. oci/demand_signal/occ_demand_signal_client.py +7 -7
  154. oci/desktops/desktop_service_client.py +21 -21
  155. oci/devops/devops_client.py +141 -141
  156. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  157. oci/dns/dns_client.py +54 -54
  158. oci/dts/appliance_export_job_client.py +6 -6
  159. oci/dts/shipping_vendors_client.py +1 -1
  160. oci/dts/transfer_appliance_client.py +8 -8
  161. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  162. oci/dts/transfer_device_client.py +5 -5
  163. oci/dts/transfer_job_client.py +6 -6
  164. oci/dts/transfer_package_client.py +7 -7
  165. oci/em_warehouse/em_warehouse_client.py +13 -13
  166. oci/email/email_client.py +31 -31
  167. oci/email_data_plane/email_dp_client.py +1 -1
  168. oci/events/events_client.py +6 -6
  169. oci/file_storage/file_storage_client.py +68 -68
  170. oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
  171. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  172. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  173. oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
  174. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
  175. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  176. oci/functions/functions_invoke_client.py +1 -1
  177. oci/functions/functions_management_client.py +16 -16
  178. oci/fusion_apps/fusion_applications_client.py +41 -41
  179. oci/generative_ai/generative_ai_client.py +22 -22
  180. oci/generative_ai/models/create_dedicated_ai_cluster_details.py +8 -0
  181. oci/generative_ai/models/dedicated_ai_cluster.py +20 -4
  182. oci/generative_ai/models/endpoint.py +1 -1
  183. oci/generative_ai/models/model.py +1 -1
  184. oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
  185. oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
  186. oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
  187. oci/generative_ai_inference/models/__init__.py +10 -0
  188. oci/generative_ai_inference/models/base_chat_request.py +6 -2
  189. oci/generative_ai_inference/models/chat_content.py +11 -3
  190. oci/generative_ai_inference/models/cohere_chat_request.py +60 -2
  191. oci/generative_ai_inference/models/cohere_response_format.py +109 -0
  192. oci/generative_ai_inference/models/cohere_response_json_format.py +82 -0
  193. oci/generative_ai_inference/models/cohere_response_text_format.py +51 -0
  194. oci/generative_ai_inference/models/image_content.py +78 -0
  195. oci/generative_ai_inference/models/image_url.py +123 -0
  196. oci/generative_ai_inference/models/text_content.py +1 -1
  197. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  198. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  199. oci/golden_gate/golden_gate_client.py +191 -69
  200. oci/golden_gate/golden_gate_client_composite_operations.py +44 -0
  201. oci/golden_gate/models/__init__.py +4 -0
  202. oci/golden_gate/models/amazon_kinesis_connection.py +46 -2
  203. oci/golden_gate/models/amazon_kinesis_connection_summary.py +46 -2
  204. oci/golden_gate/models/amazon_redshift_connection.py +52 -2
  205. oci/golden_gate/models/amazon_redshift_connection_summary.py +52 -2
  206. oci/golden_gate/models/amazon_s3_connection.py +46 -2
  207. oci/golden_gate/models/amazon_s3_connection_summary.py +46 -2
  208. oci/golden_gate/models/azure_data_lake_storage_connection.py +120 -2
  209. oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +120 -2
  210. oci/golden_gate/models/azure_synapse_connection.py +52 -2
  211. oci/golden_gate/models/azure_synapse_connection_summary.py +52 -2
  212. oci/golden_gate/models/connection.py +33 -2
  213. oci/golden_gate/models/connection_summary.py +33 -2
  214. oci/golden_gate/models/create_amazon_kinesis_connection_details.py +47 -3
  215. oci/golden_gate/models/create_amazon_redshift_connection_details.py +53 -3
  216. oci/golden_gate/models/create_amazon_s3_connection_details.py +47 -3
  217. oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +118 -0
  218. oci/golden_gate/models/create_azure_synapse_connection_details.py +53 -3
  219. oci/golden_gate/models/create_connection_details.py +33 -2
  220. oci/golden_gate/models/create_db2_connection_details.py +125 -1
  221. oci/golden_gate/models/create_deployment_backup_details.py +31 -0
  222. oci/golden_gate/models/create_elasticsearch_connection_details.py +50 -0
  223. oci/golden_gate/models/create_generic_connection_details.py +7 -0
  224. oci/golden_gate/models/create_golden_gate_connection_details.py +46 -0
  225. oci/golden_gate/models/create_google_big_query_connection_details.py +49 -3
  226. oci/golden_gate/models/create_google_cloud_storage_connection_details.py +49 -3
  227. oci/golden_gate/models/create_hdfs_connection_details.py +7 -0
  228. oci/golden_gate/models/create_java_message_service_connection_details.py +270 -0
  229. oci/golden_gate/models/create_kafka_connection_details.py +235 -0
  230. oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +239 -4
  231. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +45 -1
  232. oci/golden_gate/models/create_mongo_db_connection_details.py +44 -0
  233. oci/golden_gate/models/create_mysql_connection_details.py +90 -1
  234. oci/golden_gate/models/create_oci_object_storage_connection_details.py +84 -1
  235. oci/golden_gate/models/create_oracle_connection_details.py +90 -1
  236. oci/golden_gate/models/create_oracle_nosql_connection_details.py +84 -1
  237. oci/golden_gate/models/create_postgresql_connection_details.py +88 -1
  238. oci/golden_gate/models/create_redis_connection_details.py +198 -0
  239. oci/golden_gate/models/create_snowflake_connection_details.py +128 -2
  240. oci/golden_gate/models/db2_connection.py +126 -2
  241. oci/golden_gate/models/db2_connection_summary.py +126 -2
  242. oci/golden_gate/models/default_refresh_connection_details.py +51 -0
  243. oci/golden_gate/models/deployment_backup.py +31 -0
  244. oci/golden_gate/models/deployment_backup_summary.py +31 -0
  245. oci/golden_gate/models/elasticsearch_connection.py +52 -2
  246. oci/golden_gate/models/elasticsearch_connection_summary.py +52 -2
  247. oci/golden_gate/models/export_deployment_wallet_details.py +35 -0
  248. oci/golden_gate/models/generic_connection.py +7 -0
  249. oci/golden_gate/models/generic_connection_summary.py +7 -0
  250. oci/golden_gate/models/golden_gate_connection.py +48 -2
  251. oci/golden_gate/models/golden_gate_connection_summary.py +48 -2
  252. oci/golden_gate/models/google_big_query_connection.py +48 -2
  253. oci/golden_gate/models/google_big_query_connection_summary.py +48 -2
  254. oci/golden_gate/models/google_cloud_storage_connection.py +48 -2
  255. oci/golden_gate/models/google_cloud_storage_connection_summary.py +48 -2
  256. oci/golden_gate/models/hdfs_connection.py +7 -0
  257. oci/golden_gate/models/hdfs_connection_summary.py +7 -0
  258. oci/golden_gate/models/import_deployment_wallet_details.py +35 -0
  259. oci/golden_gate/models/java_message_service_connection.py +272 -2
  260. oci/golden_gate/models/java_message_service_connection_summary.py +272 -2
  261. oci/golden_gate/models/kafka_connection.py +299 -2
  262. oci/golden_gate/models/kafka_connection_summary.py +237 -2
  263. oci/golden_gate/models/kafka_schema_registry_connection.py +239 -4
  264. oci/golden_gate/models/kafka_schema_registry_connection_summary.py +239 -4
  265. oci/golden_gate/models/microsoft_sqlserver_connection.py +46 -2
  266. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +46 -2
  267. oci/golden_gate/models/mongo_db_connection.py +46 -2
  268. oci/golden_gate/models/mongo_db_connection_summary.py +46 -2
  269. oci/golden_gate/models/mysql_connection.py +91 -2
  270. oci/golden_gate/models/mysql_connection_summary.py +91 -2
  271. oci/golden_gate/models/oci_object_storage_connection.py +85 -2
  272. oci/golden_gate/models/oci_object_storage_connection_summary.py +85 -2
  273. oci/golden_gate/models/oracle_connection.py +91 -2
  274. oci/golden_gate/models/oracle_connection_summary.py +91 -2
  275. oci/golden_gate/models/oracle_nosql_connection.py +85 -2
  276. oci/golden_gate/models/oracle_nosql_connection_summary.py +85 -2
  277. oci/golden_gate/models/postgresql_connection.py +89 -2
  278. oci/golden_gate/models/postgresql_connection_summary.py +89 -2
  279. oci/golden_gate/models/redis_connection.py +200 -2
  280. oci/golden_gate/models/redis_connection_summary.py +200 -2
  281. oci/golden_gate/models/refresh_connection_details.py +101 -0
  282. oci/golden_gate/models/snowflake_connection.py +128 -2
  283. oci/golden_gate/models/snowflake_connection_summary.py +128 -2
  284. oci/golden_gate/models/update_amazon_kinesis_connection_details.py +46 -2
  285. oci/golden_gate/models/update_amazon_redshift_connection_details.py +52 -2
  286. oci/golden_gate/models/update_amazon_s3_connection_details.py +46 -2
  287. oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +118 -0
  288. oci/golden_gate/models/update_azure_synapse_connection_details.py +52 -2
  289. oci/golden_gate/models/update_connection_details.py +33 -2
  290. oci/golden_gate/models/update_db2_connection_details.py +124 -0
  291. oci/golden_gate/models/update_elasticsearch_connection_details.py +50 -0
  292. oci/golden_gate/models/update_generic_connection_details.py +7 -0
  293. oci/golden_gate/models/update_golden_gate_connection_details.py +46 -0
  294. oci/golden_gate/models/update_google_big_query_connection_details.py +48 -2
  295. oci/golden_gate/models/update_google_cloud_storage_connection_details.py +48 -2
  296. oci/golden_gate/models/update_hdfs_connection_details.py +7 -0
  297. oci/golden_gate/models/update_java_message_service_connection_details.py +270 -0
  298. oci/golden_gate/models/update_kafka_connection_details.py +235 -0
  299. oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +241 -4
  300. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +44 -0
  301. oci/golden_gate/models/update_mongo_db_connection_details.py +44 -0
  302. oci/golden_gate/models/update_mysql_connection_details.py +89 -0
  303. oci/golden_gate/models/update_oci_object_storage_connection_details.py +83 -0
  304. oci/golden_gate/models/update_oracle_connection_details.py +89 -0
  305. oci/golden_gate/models/update_oracle_nosql_connection_details.py +83 -0
  306. oci/golden_gate/models/update_postgresql_connection_details.py +87 -0
  307. oci/golden_gate/models/update_redis_connection_details.py +198 -0
  308. oci/golden_gate/models/update_snowflake_connection_details.py +122 -2
  309. oci/golden_gate/models/work_request.py +7 -3
  310. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  311. oci/governance_rules_control_plane/work_request_client.py +5 -5
  312. oci/healthchecks/health_checks_client.py +17 -17
  313. oci/identity/identity_client.py +145 -145
  314. oci/identity_data_plane/dataplane_client.py +2 -2
  315. oci/identity_domains/identity_domains_client.py +311 -311
  316. oci/integration/integration_instance_client.py +19 -19
  317. oci/jms/java_management_service_client.py +75 -75
  318. oci/jms_java_downloads/java_download_client.py +25 -25
  319. oci/key_management/ekm_client.py +5 -5
  320. oci/key_management/kms_crypto_client.py +6 -6
  321. oci/key_management/kms_hsm_cluster_client.py +12 -12
  322. oci/key_management/kms_management_client.py +21 -21
  323. oci/key_management/kms_vault_client.py +14 -14
  324. oci/license_manager/license_manager_client.py +18 -18
  325. oci/limits/limits_client.py +4 -4
  326. oci/limits/quotas_client.py +7 -7
  327. oci/load_balancer/load_balancer_client.py +61 -61
  328. oci/lockbox/lockbox_client.py +24 -24
  329. oci/log_analytics/log_analytics_client.py +193 -193
  330. oci/logging/logging_management_client.py +30 -30
  331. oci/loggingingestion/logging_client.py +1 -1
  332. oci/loggingsearch/log_search_client.py +1 -1
  333. oci/management_agent/management_agent_client.py +28 -28
  334. oci/management_dashboard/dashx_apis_client.py +14 -14
  335. oci/marketplace/account_client.py +2 -2
  336. oci/marketplace/marketplace_client.py +30 -30
  337. oci/marketplace_private_offer/attachment_client.py +5 -5
  338. oci/marketplace_private_offer/offer_client.py +6 -6
  339. oci/marketplace_publisher/attachment_client.py +5 -5
  340. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  341. oci/marketplace_publisher/offer_client.py +6 -6
  342. oci/media_services/media_services_client.py +60 -60
  343. oci/media_services/media_stream_client.py +2 -2
  344. oci/monitoring/monitoring_client.py +18 -18
  345. oci/mysql/channels_client.py +7 -7
  346. oci/mysql/db_backups_client.py +7 -7
  347. oci/mysql/db_system_client.py +17 -17
  348. oci/mysql/mysqlaas_client.py +7 -7
  349. oci/mysql/replicas_client.py +5 -5
  350. oci/mysql/work_requests_client.py +4 -4
  351. oci/network_firewall/network_firewall_client.py +86 -86
  352. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  353. oci/nosql/nosql_client.py +24 -24
  354. oci/object_storage/object_storage_client.py +153 -57
  355. oci/oce/oce_instance_client.py +10 -10
  356. oci/oci_control_center/occ_metrics_client.py +3 -3
  357. oci/ocvp/cluster_client.py +5 -5
  358. oci/ocvp/esxi_host_client.py +8 -8
  359. oci/ocvp/sddc_client.py +14 -14
  360. oci/ocvp/work_request_client.py +4 -4
  361. oci/oda/management_client.py +59 -59
  362. oci/oda/oda_client.py +17 -17
  363. oci/oda/odapackage_client.py +7 -7
  364. oci/onesubscription/billing_schedule_client.py +1 -1
  365. oci/onesubscription/commitment_client.py +2 -2
  366. oci/onesubscription/computed_usage_client.py +3 -3
  367. oci/onesubscription/invoice_summary_client.py +2 -2
  368. oci/onesubscription/organization_subscription_client.py +1 -1
  369. oci/onesubscription/ratecard_client.py +1 -1
  370. oci/onesubscription/subscribed_service_client.py +2 -2
  371. oci/onesubscription/subscription_client.py +1 -1
  372. oci/ons/notification_control_plane_client.py +6 -6
  373. oci/ons/notification_data_plane_client.py +10 -10
  374. oci/opa/opa_instance_client.py +13 -13
  375. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  376. oci/opensearch/opensearch_cluster_client.py +14 -14
  377. oci/operator_access_control/access_requests_client.py +10 -10
  378. oci/operator_access_control/operator_actions_client.py +2 -2
  379. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  380. oci/operator_access_control/operator_control_client.py +6 -6
  381. oci/opsi/operations_insights_client.py +180 -180
  382. oci/optimizer/optimizer_client.py +26 -26
  383. oci/os_management/event_client.py +8 -8
  384. oci/os_management/os_management_client.py +69 -69
  385. oci/os_management_hub/event_client.py +8 -8
  386. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  387. oci/os_management_hub/managed_instance_client.py +31 -31
  388. oci/os_management_hub/managed_instance_group_client.py +25 -25
  389. oci/os_management_hub/management_station_client.py +10 -10
  390. oci/os_management_hub/onboarding_client.py +6 -6
  391. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  392. oci/os_management_hub/scheduled_job_client.py +7 -7
  393. oci/os_management_hub/software_source_client.py +27 -27
  394. oci/os_management_hub/work_request_client.py +4 -4
  395. oci/osp_gateway/address_rule_service_client.py +1 -1
  396. oci/osp_gateway/address_service_client.py +2 -2
  397. oci/osp_gateway/invoice_service_client.py +5 -5
  398. oci/osp_gateway/subscription_service_client.py +5 -5
  399. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  400. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  401. oci/osub_subscription/commitment_client.py +2 -2
  402. oci/osub_subscription/ratecard_client.py +1 -1
  403. oci/osub_subscription/subscription_client.py +1 -1
  404. oci/osub_usage/computed_usage_client.py +3 -3
  405. oci/psql/models/connection_details.py +29 -2
  406. oci/psql/models/endpoint.py +1 -1
  407. oci/psql/models/network_details.py +33 -2
  408. oci/psql/models/update_network_details.py +33 -2
  409. oci/psql/postgresql_client.py +33 -33
  410. oci/queue/queue_admin_client.py +11 -11
  411. oci/queue/queue_client.py +8 -8
  412. oci/recovery/database_recovery_client.py +26 -26
  413. oci/redis/redis_cluster_client.py +12 -12
  414. oci/regions_definitions.py +3 -0
  415. oci/resource_manager/resource_manager_client.py +52 -52
  416. oci/resource_scheduler/schedule_client.py +13 -13
  417. oci/resource_search/resource_search_client.py +3 -3
  418. oci/rover/rover_bundle_client.py +8 -8
  419. oci/rover/rover_cluster_client.py +8 -8
  420. oci/rover/rover_entitlement_client.py +6 -6
  421. oci/rover/rover_node_client.py +15 -15
  422. oci/rover/shape_client.py +1 -1
  423. oci/rover/work_requests_client.py +5 -5
  424. oci/sch/connector_plugins_client.py +2 -2
  425. oci/sch/service_connector_client.py +12 -12
  426. oci/secrets/secrets_client.py +3 -3
  427. oci/security_attribute/security_attribute_client.py +18 -18
  428. oci/service_catalog/service_catalog_client.py +26 -26
  429. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  430. oci/service_mesh/service_mesh_client.py +48 -48
  431. oci/stack_monitoring/stack_monitoring_client.py +71 -71
  432. oci/streaming/stream_admin_client.py +18 -18
  433. oci/streaming/stream_client.py +8 -8
  434. oci/tenant_manager_control_plane/domain_client.py +5 -5
  435. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  436. oci/tenant_manager_control_plane/governance_client.py +2 -2
  437. oci/tenant_manager_control_plane/link_client.py +3 -3
  438. oci/tenant_manager_control_plane/orders_client.py +2 -2
  439. oci/tenant_manager_control_plane/organization_client.py +10 -10
  440. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  441. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  442. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  443. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  444. oci/threat_intelligence/threatintel_client.py +5 -5
  445. oci/usage/resources_client.py +2 -2
  446. oci/usage/rewards_client.py +6 -6
  447. oci/usage/usagelimits_client.py +1 -1
  448. oci/usage_api/usageapi_client.py +33 -33
  449. oci/vault/vaults_client.py +13 -13
  450. oci/vbs_inst/vbs_instance_client.py +10 -10
  451. oci/version.py +1 -1
  452. oci/visual_builder/vb_instance_client.py +13 -13
  453. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  454. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  455. oci/waa/waa_client.py +13 -13
  456. oci/waa/work_request_client.py +4 -4
  457. oci/waas/redirect_client.py +6 -6
  458. oci/waas/waas_client.py +66 -66
  459. oci/waf/waf_client.py +24 -24
  460. oci/work_requests/work_request_client.py +4 -4
  461. oci/zpr/zpr_client.py +15 -15
  462. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/METADATA +1 -1
  463. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/RECORD +467 -456
  464. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/THIRD_PARTY_LICENSES.txt +1 -1
  465. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/LICENSE.txt +0 -0
  466. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/WHEEL +0 -0
  467. {oci-2.138.0.dist-info → oci-2.139.0.dist-info}/top_level.txt +0 -0
@@ -160,7 +160,7 @@ class DataSafeClient(object):
160
160
  :rtype: :class:`~oci.response.Response`
161
161
 
162
162
  :example:
163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/activate_target_database.py.html>`__ to see an example of how to use activate_target_database API.
163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/activate_target_database.py.html>`__ to see an example of how to use activate_target_database API.
164
164
  """
165
165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
166
166
  required_arguments = ['targetDatabaseId']
@@ -273,7 +273,7 @@ class DataSafeClient(object):
273
273
  :rtype: :class:`~oci.response.Response`
274
274
 
275
275
  :example:
276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/add_masking_columns_from_sdm.py.html>`__ to see an example of how to use add_masking_columns_from_sdm API.
276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/add_masking_columns_from_sdm.py.html>`__ to see an example of how to use add_masking_columns_from_sdm API.
277
277
  """
278
278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
279
279
  required_arguments = ['maskingPolicyId']
@@ -396,7 +396,7 @@ class DataSafeClient(object):
396
396
  :rtype: :class:`~oci.response.Response`
397
397
 
398
398
  :example:
399
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/alerts_update.py.html>`__ to see an example of how to use alerts_update API.
399
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/alerts_update.py.html>`__ to see an example of how to use alerts_update API.
400
400
  """
401
401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
402
402
  required_arguments = []
@@ -517,7 +517,7 @@ class DataSafeClient(object):
517
517
  :rtype: :class:`~oci.response.Response`
518
518
 
519
519
  :example:
520
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/apply_discovery_job_results.py.html>`__ to see an example of how to use apply_discovery_job_results API.
520
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/apply_discovery_job_results.py.html>`__ to see an example of how to use apply_discovery_job_results API.
521
521
  """
522
522
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
523
523
  required_arguments = ['sensitiveDataModelId']
@@ -638,7 +638,7 @@ class DataSafeClient(object):
638
638
  :rtype: :class:`~oci.response.Response`
639
639
 
640
640
  :example:
641
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/apply_sdm_masking_policy_difference.py.html>`__ to see an example of how to use apply_sdm_masking_policy_difference API.
641
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/apply_sdm_masking_policy_difference.py.html>`__ to see an example of how to use apply_sdm_masking_policy_difference API.
642
642
  """
643
643
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
644
644
  required_arguments = ['maskingPolicyId']
@@ -747,7 +747,7 @@ class DataSafeClient(object):
747
747
  :rtype: :class:`~oci.response.Response`
748
748
 
749
749
  :example:
750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/bulk_create_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use bulk_create_sql_firewall_allowed_sqls API.
750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/bulk_create_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use bulk_create_sql_firewall_allowed_sqls API.
751
751
  """
752
752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
753
753
  required_arguments = []
@@ -836,7 +836,7 @@ class DataSafeClient(object):
836
836
  :rtype: :class:`~oci.response.Response`
837
837
 
838
838
  :example:
839
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/bulk_delete_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use bulk_delete_sql_firewall_allowed_sqls API.
839
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/bulk_delete_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use bulk_delete_sql_firewall_allowed_sqls API.
840
840
  """
841
841
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
842
842
  required_arguments = []
@@ -938,7 +938,7 @@ class DataSafeClient(object):
938
938
  :rtype: :class:`~oci.response.Response`
939
939
 
940
940
  :example:
941
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
941
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
942
942
  """
943
943
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
944
944
  required_arguments = ['auditProfileId']
@@ -1057,7 +1057,7 @@ class DataSafeClient(object):
1057
1057
  :rtype: :class:`~oci.response.Response`
1058
1058
 
1059
1059
  :example:
1060
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
1060
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
1061
1061
  """
1062
1062
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1063
1063
  required_arguments = ['auditProfileId']
@@ -1173,7 +1173,7 @@ class DataSafeClient(object):
1173
1173
  :rtype: :class:`~oci.response.Response`
1174
1174
 
1175
1175
  :example:
1176
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
1176
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
1177
1177
  """
1178
1178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1179
1179
  required_arguments = ['workRequestId']
@@ -1290,7 +1290,7 @@ class DataSafeClient(object):
1290
1290
  :rtype: :class:`~oci.response.Response`
1291
1291
 
1292
1292
  :example:
1293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
1293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
1294
1294
  """
1295
1295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1296
1296
  required_arguments = ['alertId']
@@ -1409,7 +1409,7 @@ class DataSafeClient(object):
1409
1409
  :rtype: :class:`~oci.response.Response`
1410
1410
 
1411
1411
  :example:
1412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_alert_policy_compartment.py.html>`__ to see an example of how to use change_alert_policy_compartment API.
1412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_alert_policy_compartment.py.html>`__ to see an example of how to use change_alert_policy_compartment API.
1413
1413
  """
1414
1414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1415
1415
  required_arguments = ['alertPolicyId']
@@ -1528,7 +1528,7 @@ class DataSafeClient(object):
1528
1528
  :rtype: :class:`~oci.response.Response`
1529
1529
 
1530
1530
  :example:
1531
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
1531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
1532
1532
  """
1533
1533
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1534
1534
  required_arguments = ['auditArchiveRetrievalId']
@@ -1647,7 +1647,7 @@ class DataSafeClient(object):
1647
1647
  :rtype: :class:`~oci.response.Response`
1648
1648
 
1649
1649
  :example:
1650
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
1650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
1651
1651
  """
1652
1652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1653
1653
  required_arguments = ['auditPolicyId']
@@ -1766,7 +1766,7 @@ class DataSafeClient(object):
1766
1766
  :rtype: :class:`~oci.response.Response`
1767
1767
 
1768
1768
  :example:
1769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
1769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
1770
1770
  """
1771
1771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1772
1772
  required_arguments = ['auditProfileId']
@@ -1879,7 +1879,7 @@ class DataSafeClient(object):
1879
1879
  :rtype: :class:`~oci.response.Response`
1880
1880
 
1881
1881
  :example:
1882
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_data_safe_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_safe_private_endpoint_compartment API.
1882
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_data_safe_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_safe_private_endpoint_compartment API.
1883
1883
  """
1884
1884
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1885
1885
  required_arguments = ['dataSafePrivateEndpointId']
@@ -1995,7 +1995,7 @@ class DataSafeClient(object):
1995
1995
  :rtype: :class:`~oci.response.Response`
1996
1996
 
1997
1997
  :example:
1998
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_database_security_config_compartment.py.html>`__ to see an example of how to use change_database_security_config_compartment API.
1998
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_database_security_config_compartment.py.html>`__ to see an example of how to use change_database_security_config_compartment API.
1999
1999
  """
2000
2000
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2001
2001
  required_arguments = ['databaseSecurityConfigId']
@@ -2114,7 +2114,7 @@ class DataSafeClient(object):
2114
2114
  :rtype: :class:`~oci.response.Response`
2115
2115
 
2116
2116
  :example:
2117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
2117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
2118
2118
  """
2119
2119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2120
2120
  required_arguments = ['discoveryJobId']
@@ -2233,7 +2233,7 @@ class DataSafeClient(object):
2233
2233
  :rtype: :class:`~oci.response.Response`
2234
2234
 
2235
2235
  :example:
2236
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
2236
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
2237
2237
  """
2238
2238
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2239
2239
  required_arguments = ['libraryMaskingFormatId']
@@ -2352,7 +2352,7 @@ class DataSafeClient(object):
2352
2352
  :rtype: :class:`~oci.response.Response`
2353
2353
 
2354
2354
  :example:
2355
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
2355
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
2356
2356
  """
2357
2357
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2358
2358
  required_arguments = ['maskingPolicyId']
@@ -2471,7 +2471,7 @@ class DataSafeClient(object):
2471
2471
  :rtype: :class:`~oci.response.Response`
2472
2472
 
2473
2473
  :example:
2474
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_masking_policy_health_report_compartment.py.html>`__ to see an example of how to use change_masking_policy_health_report_compartment API.
2474
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_masking_policy_health_report_compartment.py.html>`__ to see an example of how to use change_masking_policy_health_report_compartment API.
2475
2475
  """
2476
2476
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2477
2477
  required_arguments = ['maskingPolicyHealthReportId']
@@ -2590,7 +2590,7 @@ class DataSafeClient(object):
2590
2590
  :rtype: :class:`~oci.response.Response`
2591
2591
 
2592
2592
  :example:
2593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
2593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
2594
2594
  """
2595
2595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2596
2596
  required_arguments = ['onPremConnectorId']
@@ -2709,7 +2709,7 @@ class DataSafeClient(object):
2709
2709
  :rtype: :class:`~oci.response.Response`
2710
2710
 
2711
2711
  :example:
2712
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
2712
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
2713
2713
  """
2714
2714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2715
2715
  required_arguments = ['reportId']
@@ -2828,7 +2828,7 @@ class DataSafeClient(object):
2828
2828
  :rtype: :class:`~oci.response.Response`
2829
2829
 
2830
2830
  :example:
2831
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
2831
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
2832
2832
  """
2833
2833
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2834
2834
  required_arguments = ['reportDefinitionId']
@@ -2947,7 +2947,7 @@ class DataSafeClient(object):
2947
2947
  :rtype: :class:`~oci.response.Response`
2948
2948
 
2949
2949
  :example:
2950
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
2950
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
2951
2951
  """
2952
2952
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2953
2953
  required_arguments = ['auditProfileId']
@@ -3066,7 +3066,7 @@ class DataSafeClient(object):
3066
3066
  :rtype: :class:`~oci.response.Response`
3067
3067
 
3068
3068
  :example:
3069
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_sdm_masking_policy_difference_compartment.py.html>`__ to see an example of how to use change_sdm_masking_policy_difference_compartment API.
3069
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_sdm_masking_policy_difference_compartment.py.html>`__ to see an example of how to use change_sdm_masking_policy_difference_compartment API.
3070
3070
  """
3071
3071
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3072
3072
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -3189,7 +3189,7 @@ class DataSafeClient(object):
3189
3189
  :rtype: :class:`~oci.response.Response`
3190
3190
 
3191
3191
  :example:
3192
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
3192
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
3193
3193
  """
3194
3194
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3195
3195
  required_arguments = ['securityAssessmentId']
@@ -3308,7 +3308,7 @@ class DataSafeClient(object):
3308
3308
  :rtype: :class:`~oci.response.Response`
3309
3309
 
3310
3310
  :example:
3311
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_compartment API.
3311
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_compartment API.
3312
3312
  """
3313
3313
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3314
3314
  required_arguments = ['securityPolicyId']
@@ -3427,7 +3427,7 @@ class DataSafeClient(object):
3427
3427
  :rtype: :class:`~oci.response.Response`
3428
3428
 
3429
3429
  :example:
3430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_compartment API.
3430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_compartment API.
3431
3431
  """
3432
3432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3433
3433
  required_arguments = ['securityPolicyDeploymentId']
@@ -3546,7 +3546,7 @@ class DataSafeClient(object):
3546
3546
  :rtype: :class:`~oci.response.Response`
3547
3547
 
3548
3548
  :example:
3549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
3549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
3550
3550
  """
3551
3551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3552
3552
  required_arguments = ['sensitiveDataModelId']
@@ -3665,7 +3665,7 @@ class DataSafeClient(object):
3665
3665
  :rtype: :class:`~oci.response.Response`
3666
3666
 
3667
3667
  :example:
3668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
3668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
3669
3669
  """
3670
3670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3671
3671
  required_arguments = ['sensitiveTypeId']
@@ -3784,7 +3784,7 @@ class DataSafeClient(object):
3784
3784
  :rtype: :class:`~oci.response.Response`
3785
3785
 
3786
3786
  :example:
3787
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_compartment API.
3787
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_compartment API.
3788
3788
  """
3789
3789
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3790
3790
  required_arguments = ['sqlCollectionId']
@@ -3903,7 +3903,7 @@ class DataSafeClient(object):
3903
3903
  :rtype: :class:`~oci.response.Response`
3904
3904
 
3905
3905
  :example:
3906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_compartment API.
3906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_compartment API.
3907
3907
  """
3908
3908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3909
3909
  required_arguments = ['sqlFirewallPolicyId']
@@ -4022,7 +4022,7 @@ class DataSafeClient(object):
4022
4022
  :rtype: :class:`~oci.response.Response`
4023
4023
 
4024
4024
  :example:
4025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_target_alert_policy_association_compartment.py.html>`__ to see an example of how to use change_target_alert_policy_association_compartment API.
4025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_target_alert_policy_association_compartment.py.html>`__ to see an example of how to use change_target_alert_policy_association_compartment API.
4026
4026
  """
4027
4027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4028
4028
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -4141,7 +4141,7 @@ class DataSafeClient(object):
4141
4141
  :rtype: :class:`~oci.response.Response`
4142
4142
 
4143
4143
  :example:
4144
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
4144
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
4145
4145
  """
4146
4146
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4147
4147
  required_arguments = ['targetDatabaseId']
@@ -4264,7 +4264,7 @@ class DataSafeClient(object):
4264
4264
  :rtype: :class:`~oci.response.Response`
4265
4265
 
4266
4266
  :example:
4267
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
4267
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
4268
4268
  """
4269
4269
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4270
4270
  required_arguments = ['userAssessmentId']
@@ -4384,7 +4384,7 @@ class DataSafeClient(object):
4384
4384
  :rtype: :class:`~oci.response.Response`
4385
4385
 
4386
4386
  :example:
4387
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
4387
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
4388
4388
  """
4389
4389
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4390
4390
  required_arguments = ['securityAssessmentId']
@@ -4504,7 +4504,7 @@ class DataSafeClient(object):
4504
4504
  :rtype: :class:`~oci.response.Response`
4505
4505
 
4506
4506
  :example:
4507
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
4507
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
4508
4508
  """
4509
4509
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4510
4510
  required_arguments = ['userAssessmentId']
@@ -4613,7 +4613,7 @@ class DataSafeClient(object):
4613
4613
  :rtype: :class:`~oci.response.Response`
4614
4614
 
4615
4615
  :example:
4616
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_alert_policy.py.html>`__ to see an example of how to use create_alert_policy API.
4616
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_alert_policy.py.html>`__ to see an example of how to use create_alert_policy API.
4617
4617
  """
4618
4618
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4619
4619
  required_arguments = []
@@ -4713,7 +4713,7 @@ class DataSafeClient(object):
4713
4713
  :rtype: :class:`~oci.response.Response`
4714
4714
 
4715
4715
  :example:
4716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_alert_policy_rule.py.html>`__ to see an example of how to use create_alert_policy_rule API.
4716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_alert_policy_rule.py.html>`__ to see an example of how to use create_alert_policy_rule API.
4717
4717
  """
4718
4718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4719
4719
  required_arguments = ['alertPolicyId']
@@ -4824,7 +4824,7 @@ class DataSafeClient(object):
4824
4824
  :rtype: :class:`~oci.response.Response`
4825
4825
 
4826
4826
  :example:
4827
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
4827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
4828
4828
  """
4829
4829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4830
4830
  required_arguments = []
@@ -4921,7 +4921,7 @@ class DataSafeClient(object):
4921
4921
  :rtype: :class:`~oci.response.Response`
4922
4922
 
4923
4923
  :example:
4924
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
4924
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
4925
4925
  """
4926
4926
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4927
4927
  required_arguments = []
@@ -5022,7 +5022,7 @@ class DataSafeClient(object):
5022
5022
  :rtype: :class:`~oci.response.Response`
5023
5023
 
5024
5024
  :example:
5025
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
5025
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
5026
5026
  """
5027
5027
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5028
5028
  required_arguments = []
@@ -5123,7 +5123,7 @@ class DataSafeClient(object):
5123
5123
  :rtype: :class:`~oci.response.Response`
5124
5124
 
5125
5125
  :example:
5126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
5126
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
5127
5127
  """
5128
5128
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5129
5129
  required_arguments = []
@@ -5242,7 +5242,7 @@ class DataSafeClient(object):
5242
5242
  :rtype: :class:`~oci.response.Response`
5243
5243
 
5244
5244
  :example:
5245
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
5245
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
5246
5246
  """
5247
5247
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5248
5248
  required_arguments = ['maskingPolicyId']
@@ -5365,7 +5365,7 @@ class DataSafeClient(object):
5365
5365
  :rtype: :class:`~oci.response.Response`
5366
5366
 
5367
5367
  :example:
5368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
5368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
5369
5369
  """
5370
5370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5371
5371
  required_arguments = []
@@ -5462,7 +5462,7 @@ class DataSafeClient(object):
5462
5462
  :rtype: :class:`~oci.response.Response`
5463
5463
 
5464
5464
  :example:
5465
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
5465
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
5466
5466
  """
5467
5467
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5468
5468
  required_arguments = []
@@ -5569,7 +5569,7 @@ class DataSafeClient(object):
5569
5569
  :rtype: :class:`~oci.response.Response`
5570
5570
 
5571
5571
  :example:
5572
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_peer_target_database.py.html>`__ to see an example of how to use create_peer_target_database API.
5572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_peer_target_database.py.html>`__ to see an example of how to use create_peer_target_database API.
5573
5573
  """
5574
5574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5575
5575
  required_arguments = ['targetDatabaseId']
@@ -5680,7 +5680,7 @@ class DataSafeClient(object):
5680
5680
  :rtype: :class:`~oci.response.Response`
5681
5681
 
5682
5682
  :example:
5683
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
5683
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
5684
5684
  """
5685
5685
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5686
5686
  required_arguments = []
@@ -5781,7 +5781,7 @@ class DataSafeClient(object):
5781
5781
  :rtype: :class:`~oci.response.Response`
5782
5782
 
5783
5783
  :example:
5784
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
5784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
5785
5785
  """
5786
5786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5787
5787
  required_arguments = []
@@ -5882,7 +5882,7 @@ class DataSafeClient(object):
5882
5882
  :rtype: :class:`~oci.response.Response`
5883
5883
 
5884
5884
  :example:
5885
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
5885
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
5886
5886
  """
5887
5887
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5888
5888
  required_arguments = []
@@ -5982,7 +5982,7 @@ class DataSafeClient(object):
5982
5982
  :rtype: :class:`~oci.response.Response`
5983
5983
 
5984
5984
  :example:
5985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
5985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
5986
5986
  """
5987
5987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5988
5988
  required_arguments = ['sensitiveDataModelId']
@@ -6091,7 +6091,7 @@ class DataSafeClient(object):
6091
6091
  :rtype: :class:`~oci.response.Response`
6092
6092
 
6093
6093
  :example:
6094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
6094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
6095
6095
  """
6096
6096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6097
6097
  required_arguments = []
@@ -6190,7 +6190,7 @@ class DataSafeClient(object):
6190
6190
  :rtype: :class:`~oci.response.Response`
6191
6191
 
6192
6192
  :example:
6193
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
6193
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
6194
6194
  """
6195
6195
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6196
6196
  required_arguments = []
@@ -6287,7 +6287,7 @@ class DataSafeClient(object):
6287
6287
  :rtype: :class:`~oci.response.Response`
6288
6288
 
6289
6289
  :example:
6290
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
6290
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
6291
6291
  """
6292
6292
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6293
6293
  required_arguments = []
@@ -6384,7 +6384,7 @@ class DataSafeClient(object):
6384
6384
  :rtype: :class:`~oci.response.Response`
6385
6385
 
6386
6386
  :example:
6387
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
6387
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
6388
6388
  """
6389
6389
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6390
6390
  required_arguments = []
@@ -6481,7 +6481,7 @@ class DataSafeClient(object):
6481
6481
  :rtype: :class:`~oci.response.Response`
6482
6482
 
6483
6483
  :example:
6484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
6484
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
6485
6485
  """
6486
6486
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6487
6487
  required_arguments = []
@@ -6582,7 +6582,7 @@ class DataSafeClient(object):
6582
6582
  :rtype: :class:`~oci.response.Response`
6583
6583
 
6584
6584
  :example:
6585
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
6585
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
6586
6586
  """
6587
6587
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6588
6588
  required_arguments = []
@@ -6686,7 +6686,7 @@ class DataSafeClient(object):
6686
6686
  :rtype: :class:`~oci.response.Response`
6687
6687
 
6688
6688
  :example:
6689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
6689
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
6690
6690
  """
6691
6691
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6692
6692
  required_arguments = ['targetDatabaseId']
@@ -6794,7 +6794,7 @@ class DataSafeClient(object):
6794
6794
  :rtype: :class:`~oci.response.Response`
6795
6795
 
6796
6796
  :example:
6797
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_alert_policy.py.html>`__ to see an example of how to use delete_alert_policy API.
6797
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_alert_policy.py.html>`__ to see an example of how to use delete_alert_policy API.
6798
6798
  """
6799
6799
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6800
6800
  required_arguments = ['alertPolicyId']
@@ -6902,7 +6902,7 @@ class DataSafeClient(object):
6902
6902
  :rtype: :class:`~oci.response.Response`
6903
6903
 
6904
6904
  :example:
6905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_alert_policy_rule.py.html>`__ to see an example of how to use delete_alert_policy_rule API.
6905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_alert_policy_rule.py.html>`__ to see an example of how to use delete_alert_policy_rule API.
6906
6906
  """
6907
6907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6908
6908
  required_arguments = ['alertPolicyId', 'ruleKey']
@@ -7009,7 +7009,7 @@ class DataSafeClient(object):
7009
7009
  :rtype: :class:`~oci.response.Response`
7010
7010
 
7011
7011
  :example:
7012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
7012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
7013
7013
  """
7014
7014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7015
7015
  required_arguments = ['auditArchiveRetrievalId']
@@ -7114,7 +7114,7 @@ class DataSafeClient(object):
7114
7114
  :rtype: :class:`~oci.response.Response`
7115
7115
 
7116
7116
  :example:
7117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
7117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
7118
7118
  """
7119
7119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7120
7120
  required_arguments = ['auditTrailId']
@@ -7219,7 +7219,7 @@ class DataSafeClient(object):
7219
7219
  :rtype: :class:`~oci.response.Response`
7220
7220
 
7221
7221
  :example:
7222
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
7222
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
7223
7223
  """
7224
7224
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7225
7225
  required_arguments = ['dataSafePrivateEndpointId']
@@ -7324,7 +7324,7 @@ class DataSafeClient(object):
7324
7324
  :rtype: :class:`~oci.response.Response`
7325
7325
 
7326
7326
  :example:
7327
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
7327
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
7328
7328
  """
7329
7329
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7330
7330
  required_arguments = ['discoveryJobId']
@@ -7432,7 +7432,7 @@ class DataSafeClient(object):
7432
7432
  :rtype: :class:`~oci.response.Response`
7433
7433
 
7434
7434
  :example:
7435
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
7435
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
7436
7436
  """
7437
7437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7438
7438
  required_arguments = ['discoveryJobId', 'resultKey']
@@ -7538,7 +7538,7 @@ class DataSafeClient(object):
7538
7538
  :rtype: :class:`~oci.response.Response`
7539
7539
 
7540
7540
  :example:
7541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
7541
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
7542
7542
  """
7543
7543
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7544
7544
  required_arguments = ['libraryMaskingFormatId']
@@ -7646,7 +7646,7 @@ class DataSafeClient(object):
7646
7646
  :rtype: :class:`~oci.response.Response`
7647
7647
 
7648
7648
  :example:
7649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
7649
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
7650
7650
  """
7651
7651
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7652
7652
  required_arguments = ['maskingColumnKey', 'maskingPolicyId']
@@ -7752,7 +7752,7 @@ class DataSafeClient(object):
7752
7752
  :rtype: :class:`~oci.response.Response`
7753
7753
 
7754
7754
  :example:
7755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
7755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
7756
7756
  """
7757
7757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7758
7758
  required_arguments = ['maskingPolicyId']
@@ -7857,7 +7857,7 @@ class DataSafeClient(object):
7857
7857
  :rtype: :class:`~oci.response.Response`
7858
7858
 
7859
7859
  :example:
7860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_masking_policy_health_report.py.html>`__ to see an example of how to use delete_masking_policy_health_report API.
7860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_masking_policy_health_report.py.html>`__ to see an example of how to use delete_masking_policy_health_report API.
7861
7861
  """
7862
7862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7863
7863
  required_arguments = ['maskingPolicyHealthReportId']
@@ -7962,7 +7962,7 @@ class DataSafeClient(object):
7962
7962
  :rtype: :class:`~oci.response.Response`
7963
7963
 
7964
7964
  :example:
7965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
7965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
7966
7966
  """
7967
7967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7968
7968
  required_arguments = ['onPremConnectorId']
@@ -8070,7 +8070,7 @@ class DataSafeClient(object):
8070
8070
  :rtype: :class:`~oci.response.Response`
8071
8071
 
8072
8072
  :example:
8073
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_peer_target_database.py.html>`__ to see an example of how to use delete_peer_target_database API.
8073
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_peer_target_database.py.html>`__ to see an example of how to use delete_peer_target_database API.
8074
8074
  """
8075
8075
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8076
8076
  required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
@@ -8176,7 +8176,7 @@ class DataSafeClient(object):
8176
8176
  :rtype: :class:`~oci.response.Response`
8177
8177
 
8178
8178
  :example:
8179
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
8179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
8180
8180
  """
8181
8181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8182
8182
  required_arguments = ['reportDefinitionId']
@@ -8281,7 +8281,7 @@ class DataSafeClient(object):
8281
8281
  :rtype: :class:`~oci.response.Response`
8282
8282
 
8283
8283
  :example:
8284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
8284
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
8285
8285
  """
8286
8286
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8287
8287
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -8389,7 +8389,7 @@ class DataSafeClient(object):
8389
8389
  :rtype: :class:`~oci.response.Response`
8390
8390
 
8391
8391
  :example:
8392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
8392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
8393
8393
  """
8394
8394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8395
8395
  required_arguments = ['securityAssessmentId']
@@ -8497,7 +8497,7 @@ class DataSafeClient(object):
8497
8497
  :rtype: :class:`~oci.response.Response`
8498
8498
 
8499
8499
  :example:
8500
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
8500
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
8501
8501
  """
8502
8502
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8503
8503
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -8603,7 +8603,7 @@ class DataSafeClient(object):
8603
8603
  :rtype: :class:`~oci.response.Response`
8604
8604
 
8605
8605
  :example:
8606
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
8606
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
8607
8607
  """
8608
8608
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8609
8609
  required_arguments = ['sensitiveDataModelId']
@@ -8708,7 +8708,7 @@ class DataSafeClient(object):
8708
8708
  :rtype: :class:`~oci.response.Response`
8709
8709
 
8710
8710
  :example:
8711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
8711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
8712
8712
  """
8713
8713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8714
8714
  required_arguments = ['sensitiveTypeId']
@@ -8813,7 +8813,7 @@ class DataSafeClient(object):
8813
8813
  :rtype: :class:`~oci.response.Response`
8814
8814
 
8815
8815
  :example:
8816
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
8816
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
8817
8817
  """
8818
8818
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8819
8819
  required_arguments = ['sqlCollectionId']
@@ -8918,7 +8918,7 @@ class DataSafeClient(object):
8918
8918
  :rtype: :class:`~oci.response.Response`
8919
8919
 
8920
8920
  :example:
8921
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use delete_sql_firewall_allowed_sql API.
8921
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use delete_sql_firewall_allowed_sql API.
8922
8922
  """
8923
8923
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8924
8924
  required_arguments = ['sqlFirewallAllowedSqlId']
@@ -9023,7 +9023,7 @@ class DataSafeClient(object):
9023
9023
  :rtype: :class:`~oci.response.Response`
9024
9024
 
9025
9025
  :example:
9026
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
9026
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
9027
9027
  """
9028
9028
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9029
9029
  required_arguments = ['sqlFirewallPolicyId']
@@ -9128,7 +9128,7 @@ class DataSafeClient(object):
9128
9128
  :rtype: :class:`~oci.response.Response`
9129
9129
 
9130
9130
  :example:
9131
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
9131
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
9132
9132
  """
9133
9133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9134
9134
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -9233,7 +9233,7 @@ class DataSafeClient(object):
9233
9233
  :rtype: :class:`~oci.response.Response`
9234
9234
 
9235
9235
  :example:
9236
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
9236
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
9237
9237
  """
9238
9238
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9239
9239
  required_arguments = ['targetDatabaseId']
@@ -9341,7 +9341,7 @@ class DataSafeClient(object):
9341
9341
  :rtype: :class:`~oci.response.Response`
9342
9342
 
9343
9343
  :example:
9344
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
9344
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
9345
9345
  """
9346
9346
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9347
9347
  required_arguments = ['userAssessmentId']
@@ -9455,7 +9455,7 @@ class DataSafeClient(object):
9455
9455
  :rtype: :class:`~oci.response.Response`
9456
9456
 
9457
9457
  :example:
9458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
9458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
9459
9459
  """
9460
9460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9461
9461
  required_arguments = ['auditProfileId']
@@ -9562,7 +9562,7 @@ class DataSafeClient(object):
9562
9562
  :rtype: :class:`~oci.response.Response`
9563
9563
 
9564
9564
  :example:
9565
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
9565
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
9566
9566
  """
9567
9567
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9568
9568
  required_arguments = ['sensitiveDataModelId']
@@ -9665,7 +9665,7 @@ class DataSafeClient(object):
9665
9665
  :rtype: :class:`~oci.response.Response`
9666
9666
 
9667
9667
  :example:
9668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
9668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
9669
9669
  """
9670
9670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9671
9671
  required_arguments = ['maskingPolicyId']
@@ -9771,7 +9771,7 @@ class DataSafeClient(object):
9771
9771
  :rtype: :class:`~oci.response.Response`
9772
9772
 
9773
9773
  :example:
9774
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
9774
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
9775
9775
  """
9776
9776
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9777
9777
  required_arguments = ['maskingPolicyId']
@@ -9876,7 +9876,7 @@ class DataSafeClient(object):
9876
9876
  :rtype: :class:`~oci.response.Response`
9877
9877
 
9878
9878
  :example:
9879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
9879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
9880
9880
  """
9881
9881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9882
9882
  required_arguments = ['maskingPolicyId']
@@ -9986,7 +9986,7 @@ class DataSafeClient(object):
9986
9986
  :rtype: :class:`~oci.response.Response`
9987
9987
 
9988
9988
  :example:
9989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
9989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
9990
9990
  """
9991
9991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9992
9992
  required_arguments = []
@@ -10094,7 +10094,7 @@ class DataSafeClient(object):
10094
10094
  :rtype: :class:`~oci.response.Response`
10095
10095
 
10096
10096
  :example:
10097
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
10097
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
10098
10098
  """
10099
10099
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10100
10100
  required_arguments = ['securityAssessmentId']
@@ -10205,7 +10205,7 @@ class DataSafeClient(object):
10205
10205
  :rtype: :class:`~oci.response.Response`
10206
10206
 
10207
10207
  :example:
10208
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
10208
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
10209
10209
  """
10210
10210
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10211
10211
  required_arguments = ['sensitiveDataModelId']
@@ -10322,7 +10322,7 @@ class DataSafeClient(object):
10322
10322
  :rtype: :class:`~oci.response.Response`
10323
10323
 
10324
10324
  :example:
10325
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
10325
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
10326
10326
  """
10327
10327
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10328
10328
  required_arguments = ['userAssessmentId']
@@ -10437,7 +10437,7 @@ class DataSafeClient(object):
10437
10437
  :rtype: :class:`~oci.response.Response`
10438
10438
 
10439
10439
  :example:
10440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
10440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
10441
10441
  """
10442
10442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10443
10443
  required_arguments = []
@@ -10539,7 +10539,7 @@ class DataSafeClient(object):
10539
10539
  :rtype: :class:`~oci.response.Response`
10540
10540
 
10541
10541
  :example:
10542
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
10542
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
10543
10543
  """
10544
10544
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10545
10545
  required_arguments = ['sensitiveDataModelId']
@@ -10646,7 +10646,7 @@ class DataSafeClient(object):
10646
10646
  :rtype: :class:`~oci.response.Response`
10647
10647
 
10648
10648
  :example:
10649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/generate_health_report.py.html>`__ to see an example of how to use generate_health_report API.
10649
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/generate_health_report.py.html>`__ to see an example of how to use generate_health_report API.
10650
10650
  """
10651
10651
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10652
10652
  required_arguments = ['maskingPolicyId']
@@ -10754,7 +10754,7 @@ class DataSafeClient(object):
10754
10754
  :rtype: :class:`~oci.response.Response`
10755
10755
 
10756
10756
  :example:
10757
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
10757
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
10758
10758
  """
10759
10759
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10760
10760
  required_arguments = ['maskingPolicyId']
@@ -10858,7 +10858,7 @@ class DataSafeClient(object):
10858
10858
  :rtype: :class:`~oci.response.Response`
10859
10859
 
10860
10860
  :example:
10861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
10861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
10862
10862
  """
10863
10863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10864
10864
  required_arguments = ['maskingPolicyId']
@@ -10972,7 +10972,7 @@ class DataSafeClient(object):
10972
10972
  :rtype: :class:`~oci.response.Response`
10973
10973
 
10974
10974
  :example:
10975
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
10975
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
10976
10976
  """
10977
10977
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10978
10978
  required_arguments = ['onPremConnectorId']
@@ -11104,7 +11104,7 @@ class DataSafeClient(object):
11104
11104
  :rtype: :class:`~oci.response.Response`
11105
11105
 
11106
11106
  :example:
11107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
11107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
11108
11108
  """
11109
11109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11110
11110
  required_arguments = ['reportDefinitionId']
@@ -11232,7 +11232,7 @@ class DataSafeClient(object):
11232
11232
  :rtype: :class:`~oci.response.Response`
11233
11233
 
11234
11234
  :example:
11235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
11235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
11236
11236
  """
11237
11237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11238
11238
  required_arguments = ['securityAssessmentId']
@@ -11341,7 +11341,7 @@ class DataSafeClient(object):
11341
11341
  :rtype: :class:`~oci.response.Response`
11342
11342
 
11343
11343
  :example:
11344
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/generate_sensitive_data_model_for_download.py.html>`__ to see an example of how to use generate_sensitive_data_model_for_download API.
11344
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/generate_sensitive_data_model_for_download.py.html>`__ to see an example of how to use generate_sensitive_data_model_for_download API.
11345
11345
  """
11346
11346
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11347
11347
  required_arguments = ['sensitiveDataModelId']
@@ -11452,7 +11452,7 @@ class DataSafeClient(object):
11452
11452
  :rtype: :class:`~oci.response.Response`
11453
11453
 
11454
11454
  :example:
11455
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
11455
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
11456
11456
  """
11457
11457
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11458
11458
  required_arguments = ['sqlCollectionId']
@@ -11570,7 +11570,7 @@ class DataSafeClient(object):
11570
11570
  :rtype: :class:`~oci.response.Response`
11571
11571
 
11572
11572
  :example:
11573
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
11573
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
11574
11574
  """
11575
11575
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11576
11576
  required_arguments = ['userAssessmentId']
@@ -11673,7 +11673,7 @@ class DataSafeClient(object):
11673
11673
  :rtype: :class:`~oci.response.Response`
11674
11674
 
11675
11675
  :example:
11676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
11676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
11677
11677
  """
11678
11678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11679
11679
  required_arguments = ['alertId']
@@ -11771,7 +11771,7 @@ class DataSafeClient(object):
11771
11771
  :rtype: :class:`~oci.response.Response`
11772
11772
 
11773
11773
  :example:
11774
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
11774
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
11775
11775
  """
11776
11776
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11777
11777
  required_arguments = ['alertPolicyId']
@@ -11872,7 +11872,7 @@ class DataSafeClient(object):
11872
11872
  :rtype: :class:`~oci.response.Response`
11873
11873
 
11874
11874
  :example:
11875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_alert_policy_rule.py.html>`__ to see an example of how to use get_alert_policy_rule API.
11875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_alert_policy_rule.py.html>`__ to see an example of how to use get_alert_policy_rule API.
11876
11876
  """
11877
11877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11878
11878
  required_arguments = ['alertPolicyId', 'ruleKey']
@@ -11978,7 +11978,7 @@ class DataSafeClient(object):
11978
11978
  :rtype: :class:`~oci.response.Response`
11979
11979
 
11980
11980
  :example:
11981
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
11981
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
11982
11982
  """
11983
11983
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11984
11984
  required_arguments = ['auditArchiveRetrievalId']
@@ -12078,7 +12078,7 @@ class DataSafeClient(object):
12078
12078
  :rtype: :class:`~oci.response.Response`
12079
12079
 
12080
12080
  :example:
12081
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
12081
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
12082
12082
  """
12083
12083
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12084
12084
  required_arguments = ['auditPolicyId']
@@ -12176,7 +12176,7 @@ class DataSafeClient(object):
12176
12176
  :rtype: :class:`~oci.response.Response`
12177
12177
 
12178
12178
  :example:
12179
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
12179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
12180
12180
  """
12181
12181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12182
12182
  required_arguments = ['auditProfileId']
@@ -12274,7 +12274,7 @@ class DataSafeClient(object):
12274
12274
  :rtype: :class:`~oci.response.Response`
12275
12275
 
12276
12276
  :example:
12277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
12277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
12278
12278
  """
12279
12279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12280
12280
  required_arguments = ['auditTrailId']
@@ -12385,7 +12385,7 @@ class DataSafeClient(object):
12385
12385
  :rtype: :class:`~oci.response.Response`
12386
12386
 
12387
12387
  :example:
12388
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_compatible_formats_for_data_types.py.html>`__ to see an example of how to use get_compatible_formats_for_data_types API.
12388
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_compatible_formats_for_data_types.py.html>`__ to see an example of how to use get_compatible_formats_for_data_types API.
12389
12389
  """
12390
12390
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12391
12391
  required_arguments = []
@@ -12506,7 +12506,7 @@ class DataSafeClient(object):
12506
12506
  :rtype: :class:`~oci.response.Response`
12507
12507
 
12508
12508
  :example:
12509
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_compatible_formats_for_sensitive_types.py.html>`__ to see an example of how to use get_compatible_formats_for_sensitive_types API.
12509
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_compatible_formats_for_sensitive_types.py.html>`__ to see an example of how to use get_compatible_formats_for_sensitive_types API.
12510
12510
  """
12511
12511
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12512
12512
  required_arguments = ['compartmentId']
@@ -12614,7 +12614,7 @@ class DataSafeClient(object):
12614
12614
  :rtype: :class:`~oci.response.Response`
12615
12615
 
12616
12616
  :example:
12617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
12617
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
12618
12618
  """
12619
12619
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12620
12620
  required_arguments = []
@@ -12708,7 +12708,7 @@ class DataSafeClient(object):
12708
12708
  :rtype: :class:`~oci.response.Response`
12709
12709
 
12710
12710
  :example:
12711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
12711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
12712
12712
  """
12713
12713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12714
12714
  required_arguments = ['dataSafePrivateEndpointId']
@@ -12806,7 +12806,7 @@ class DataSafeClient(object):
12806
12806
  :rtype: :class:`~oci.response.Response`
12807
12807
 
12808
12808
  :example:
12809
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
12809
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
12810
12810
  """
12811
12811
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12812
12812
  required_arguments = ['databaseSecurityConfigId']
@@ -12907,7 +12907,7 @@ class DataSafeClient(object):
12907
12907
  :rtype: :class:`~oci.response.Response`
12908
12908
 
12909
12909
  :example:
12910
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_database_table_access_entry.py.html>`__ to see an example of how to use get_database_table_access_entry API.
12910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_database_table_access_entry.py.html>`__ to see an example of how to use get_database_table_access_entry API.
12911
12911
  """
12912
12912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12913
12913
  required_arguments = ['securityPolicyReportId', 'databaseTableAccessEntryKey']
@@ -13009,7 +13009,7 @@ class DataSafeClient(object):
13009
13009
  :rtype: :class:`~oci.response.Response`
13010
13010
 
13011
13011
  :example:
13012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_database_view_access_entry.py.html>`__ to see an example of how to use get_database_view_access_entry API.
13012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_database_view_access_entry.py.html>`__ to see an example of how to use get_database_view_access_entry API.
13013
13013
  """
13014
13014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13015
13015
  required_arguments = ['securityPolicyReportId', 'databaseViewAccessEntryKey']
@@ -13111,7 +13111,7 @@ class DataSafeClient(object):
13111
13111
  :rtype: :class:`~oci.response.Response`
13112
13112
 
13113
13113
  :example:
13114
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
13114
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
13115
13115
  """
13116
13116
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13117
13117
  required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
@@ -13210,7 +13210,7 @@ class DataSafeClient(object):
13210
13210
  :rtype: :class:`~oci.response.Response`
13211
13211
 
13212
13212
  :example:
13213
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
13213
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
13214
13214
  """
13215
13215
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13216
13216
  required_arguments = ['discoveryJobId']
@@ -13311,7 +13311,7 @@ class DataSafeClient(object):
13311
13311
  :rtype: :class:`~oci.response.Response`
13312
13312
 
13313
13313
  :example:
13314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
13314
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
13315
13315
  """
13316
13316
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13317
13317
  required_arguments = ['discoveryJobId', 'resultKey']
@@ -13410,7 +13410,7 @@ class DataSafeClient(object):
13410
13410
  :rtype: :class:`~oci.response.Response`
13411
13411
 
13412
13412
  :example:
13413
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
13413
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
13414
13414
  """
13415
13415
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13416
13416
  required_arguments = ['libraryMaskingFormatId']
@@ -13511,7 +13511,7 @@ class DataSafeClient(object):
13511
13511
  :rtype: :class:`~oci.response.Response`
13512
13512
 
13513
13513
  :example:
13514
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
13514
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
13515
13515
  """
13516
13516
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13517
13517
  required_arguments = ['maskingPolicyId', 'maskingColumnKey']
@@ -13610,7 +13610,7 @@ class DataSafeClient(object):
13610
13610
  :rtype: :class:`~oci.response.Response`
13611
13611
 
13612
13612
  :example:
13613
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
13613
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
13614
13614
  """
13615
13615
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13616
13616
  required_arguments = ['maskingPolicyId']
@@ -13708,7 +13708,7 @@ class DataSafeClient(object):
13708
13708
  :rtype: :class:`~oci.response.Response`
13709
13709
 
13710
13710
  :example:
13711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_masking_policy_health_report.py.html>`__ to see an example of how to use get_masking_policy_health_report API.
13711
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_masking_policy_health_report.py.html>`__ to see an example of how to use get_masking_policy_health_report API.
13712
13712
  """
13713
13713
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13714
13714
  required_arguments = ['maskingPolicyHealthReportId']
@@ -13806,7 +13806,7 @@ class DataSafeClient(object):
13806
13806
  :rtype: :class:`~oci.response.Response`
13807
13807
 
13808
13808
  :example:
13809
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
13809
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
13810
13810
  """
13811
13811
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13812
13812
  required_arguments = ['maskingReportId']
@@ -13904,7 +13904,7 @@ class DataSafeClient(object):
13904
13904
  :rtype: :class:`~oci.response.Response`
13905
13905
 
13906
13906
  :example:
13907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
13907
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
13908
13908
  """
13909
13909
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13910
13910
  required_arguments = ['onPremConnectorId']
@@ -14005,7 +14005,7 @@ class DataSafeClient(object):
14005
14005
  :rtype: :class:`~oci.response.Response`
14006
14006
 
14007
14007
  :example:
14008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_peer_target_database.py.html>`__ to see an example of how to use get_peer_target_database API.
14008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_peer_target_database.py.html>`__ to see an example of how to use get_peer_target_database API.
14009
14009
  """
14010
14010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14011
14011
  required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
@@ -14110,7 +14110,7 @@ class DataSafeClient(object):
14110
14110
  :rtype: :class:`~oci.response.Response`
14111
14111
 
14112
14112
  :example:
14113
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
14113
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
14114
14114
  """
14115
14115
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14116
14116
  required_arguments = ['userAssessmentId', 'profileName']
@@ -14209,7 +14209,7 @@ class DataSafeClient(object):
14209
14209
  :rtype: :class:`~oci.response.Response`
14210
14210
 
14211
14211
  :example:
14212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
14212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
14213
14213
  """
14214
14214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14215
14215
  required_arguments = ['reportId']
@@ -14307,7 +14307,7 @@ class DataSafeClient(object):
14307
14307
  :rtype: :class:`~oci.response.Response`
14308
14308
 
14309
14309
  :example:
14310
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
14310
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
14311
14311
  """
14312
14312
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14313
14313
  required_arguments = ['reportId']
@@ -14405,7 +14405,7 @@ class DataSafeClient(object):
14405
14405
  :rtype: :class:`~oci.response.Response`
14406
14406
 
14407
14407
  :example:
14408
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
14408
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
14409
14409
  """
14410
14410
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14411
14411
  required_arguments = ['reportDefinitionId']
@@ -14503,7 +14503,7 @@ class DataSafeClient(object):
14503
14503
  :rtype: :class:`~oci.response.Response`
14504
14504
 
14505
14505
  :example:
14506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
14506
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
14507
14507
  """
14508
14508
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14509
14509
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -14601,7 +14601,7 @@ class DataSafeClient(object):
14601
14601
  :rtype: :class:`~oci.response.Response`
14602
14602
 
14603
14603
  :example:
14604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
14604
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
14605
14605
  """
14606
14606
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14607
14607
  required_arguments = ['securityAssessmentId']
@@ -14702,7 +14702,7 @@ class DataSafeClient(object):
14702
14702
  :rtype: :class:`~oci.response.Response`
14703
14703
 
14704
14704
  :example:
14705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
14705
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
14706
14706
  """
14707
14707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14708
14708
  required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
@@ -14801,7 +14801,7 @@ class DataSafeClient(object):
14801
14801
  :rtype: :class:`~oci.response.Response`
14802
14802
 
14803
14803
  :example:
14804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
14804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
14805
14805
  """
14806
14806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14807
14807
  required_arguments = ['securityPolicyId']
@@ -14899,7 +14899,7 @@ class DataSafeClient(object):
14899
14899
  :rtype: :class:`~oci.response.Response`
14900
14900
 
14901
14901
  :example:
14902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
14902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
14903
14903
  """
14904
14904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14905
14905
  required_arguments = ['securityPolicyDeploymentId']
@@ -15003,7 +15003,7 @@ class DataSafeClient(object):
15003
15003
  :rtype: :class:`~oci.response.Response`
15004
15004
 
15005
15005
  :example:
15006
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
15006
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
15007
15007
  """
15008
15008
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15009
15009
  required_arguments = ['securityPolicyDeploymentId', 'securityPolicyEntryStateId']
@@ -15102,7 +15102,7 @@ class DataSafeClient(object):
15102
15102
  :rtype: :class:`~oci.response.Response`
15103
15103
 
15104
15104
  :example:
15105
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_security_policy_report.py.html>`__ to see an example of how to use get_security_policy_report API.
15105
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_security_policy_report.py.html>`__ to see an example of how to use get_security_policy_report API.
15106
15106
  """
15107
15107
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15108
15108
  required_arguments = ['securityPolicyReportId']
@@ -15203,7 +15203,7 @@ class DataSafeClient(object):
15203
15203
  :rtype: :class:`~oci.response.Response`
15204
15204
 
15205
15205
  :example:
15206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
15206
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
15207
15207
  """
15208
15208
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15209
15209
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -15302,7 +15302,7 @@ class DataSafeClient(object):
15302
15302
  :rtype: :class:`~oci.response.Response`
15303
15303
 
15304
15304
  :example:
15305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
15305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
15306
15306
  """
15307
15307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15308
15308
  required_arguments = ['sensitiveDataModelId']
@@ -15400,7 +15400,7 @@ class DataSafeClient(object):
15400
15400
  :rtype: :class:`~oci.response.Response`
15401
15401
 
15402
15402
  :example:
15403
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
15403
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
15404
15404
  """
15405
15405
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15406
15406
  required_arguments = ['sensitiveTypeId']
@@ -15498,7 +15498,7 @@ class DataSafeClient(object):
15498
15498
  :rtype: :class:`~oci.response.Response`
15499
15499
 
15500
15500
  :example:
15501
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
15501
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
15502
15502
  """
15503
15503
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15504
15504
  required_arguments = ['sqlCollectionId']
@@ -15596,7 +15596,7 @@ class DataSafeClient(object):
15596
15596
  :rtype: :class:`~oci.response.Response`
15597
15597
 
15598
15598
  :example:
15599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use get_sql_firewall_allowed_sql API.
15599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use get_sql_firewall_allowed_sql API.
15600
15600
  """
15601
15601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15602
15602
  required_arguments = ['sqlFirewallAllowedSqlId']
@@ -15694,7 +15694,7 @@ class DataSafeClient(object):
15694
15694
  :rtype: :class:`~oci.response.Response`
15695
15695
 
15696
15696
  :example:
15697
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
15697
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
15698
15698
  """
15699
15699
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15700
15700
  required_arguments = ['sqlFirewallPolicyId']
@@ -15792,7 +15792,7 @@ class DataSafeClient(object):
15792
15792
  :rtype: :class:`~oci.response.Response`
15793
15793
 
15794
15794
  :example:
15795
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
15795
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
15796
15796
  """
15797
15797
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15798
15798
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -15890,7 +15890,7 @@ class DataSafeClient(object):
15890
15890
  :rtype: :class:`~oci.response.Response`
15891
15891
 
15892
15892
  :example:
15893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
15893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
15894
15894
  """
15895
15895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15896
15896
  required_arguments = ['targetDatabaseId']
@@ -15988,7 +15988,7 @@ class DataSafeClient(object):
15988
15988
  :rtype: :class:`~oci.response.Response`
15989
15989
 
15990
15990
  :example:
15991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
15991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
15992
15992
  """
15993
15993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15994
15994
  required_arguments = ['userAssessmentId']
@@ -16089,7 +16089,7 @@ class DataSafeClient(object):
16089
16089
  :rtype: :class:`~oci.response.Response`
16090
16090
 
16091
16091
  :example:
16092
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
16092
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
16093
16093
  """
16094
16094
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16095
16095
  required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
@@ -16188,7 +16188,7 @@ class DataSafeClient(object):
16188
16188
  :rtype: :class:`~oci.response.Response`
16189
16189
 
16190
16190
  :example:
16191
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
16191
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
16192
16192
  """
16193
16193
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16194
16194
  required_arguments = ['workRequestId']
@@ -16383,7 +16383,7 @@ class DataSafeClient(object):
16383
16383
  :rtype: :class:`~oci.response.Response`
16384
16384
 
16385
16385
  :example:
16386
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
16386
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
16387
16387
  """
16388
16388
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16389
16389
  required_arguments = ['compartmentId']
@@ -16610,7 +16610,7 @@ class DataSafeClient(object):
16610
16610
  :rtype: :class:`~oci.response.Response`
16611
16611
 
16612
16612
  :example:
16613
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
16613
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
16614
16614
  """
16615
16615
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16616
16616
  required_arguments = ['compartmentId']
@@ -16775,7 +16775,7 @@ class DataSafeClient(object):
16775
16775
  :rtype: :class:`~oci.response.Response`
16776
16776
 
16777
16777
  :example:
16778
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
16778
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
16779
16779
  """
16780
16780
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16781
16781
  required_arguments = ['alertPolicyId']
@@ -16949,7 +16949,7 @@ class DataSafeClient(object):
16949
16949
  :rtype: :class:`~oci.response.Response`
16950
16950
 
16951
16951
  :example:
16952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
16952
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
16953
16953
  """
16954
16954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16955
16955
  required_arguments = ['compartmentId']
@@ -17140,7 +17140,7 @@ class DataSafeClient(object):
17140
17140
  :rtype: :class:`~oci.response.Response`
17141
17141
 
17142
17142
  :example:
17143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
17143
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
17144
17144
  """
17145
17145
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17146
17146
  required_arguments = ['compartmentId']
@@ -17378,7 +17378,7 @@ class DataSafeClient(object):
17378
17378
  :rtype: :class:`~oci.response.Response`
17379
17379
 
17380
17380
  :example:
17381
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
17381
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
17382
17382
  """
17383
17383
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17384
17384
  required_arguments = ['compartmentId']
@@ -17593,7 +17593,7 @@ class DataSafeClient(object):
17593
17593
  :rtype: :class:`~oci.response.Response`
17594
17594
 
17595
17595
  :example:
17596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
17596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
17597
17597
  """
17598
17598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17599
17599
  required_arguments = ['compartmentId']
@@ -17783,7 +17783,7 @@ class DataSafeClient(object):
17783
17783
  :rtype: :class:`~oci.response.Response`
17784
17784
 
17785
17785
  :example:
17786
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
17786
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
17787
17787
  """
17788
17788
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17789
17789
  required_arguments = ['compartmentId']
@@ -17984,7 +17984,7 @@ class DataSafeClient(object):
17984
17984
  :rtype: :class:`~oci.response.Response`
17985
17985
 
17986
17986
  :example:
17987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
17987
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
17988
17988
  """
17989
17989
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17990
17990
  required_arguments = ['compartmentId']
@@ -18163,7 +18163,7 @@ class DataSafeClient(object):
18163
18163
  :rtype: :class:`~oci.response.Response`
18164
18164
 
18165
18165
  :example:
18166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
18166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
18167
18167
  """
18168
18168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18169
18169
  required_arguments = ['compartmentId']
@@ -18355,7 +18355,7 @@ class DataSafeClient(object):
18355
18355
  :rtype: :class:`~oci.response.Response`
18356
18356
 
18357
18357
  :example:
18358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
18358
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
18359
18359
  """
18360
18360
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18361
18361
  required_arguments = ['compartmentId']
@@ -18544,7 +18544,7 @@ class DataSafeClient(object):
18544
18544
  :rtype: :class:`~oci.response.Response`
18545
18545
 
18546
18546
  :example:
18547
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
18547
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
18548
18548
  """
18549
18549
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18550
18550
  required_arguments = ['compartmentId']
@@ -18730,7 +18730,7 @@ class DataSafeClient(object):
18730
18730
  :rtype: :class:`~oci.response.Response`
18731
18731
 
18732
18732
  :example:
18733
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
18733
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
18734
18734
  """
18735
18735
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18736
18736
  required_arguments = ['compartmentId']
@@ -18926,7 +18926,7 @@ class DataSafeClient(object):
18926
18926
  :rtype: :class:`~oci.response.Response`
18927
18927
 
18928
18928
  :example:
18929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
18929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
18930
18930
  """
18931
18931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18932
18932
  required_arguments = ['auditProfileId', 'workRequestId']
@@ -19102,7 +19102,7 @@ class DataSafeClient(object):
19102
19102
  :rtype: :class:`~oci.response.Response`
19103
19103
 
19104
19104
  :example:
19105
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
19105
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
19106
19106
  """
19107
19107
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19108
19108
  required_arguments = ['auditProfileId', 'workRequestId']
@@ -19274,7 +19274,7 @@ class DataSafeClient(object):
19274
19274
  :rtype: :class:`~oci.response.Response`
19275
19275
 
19276
19276
  :example:
19277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
19277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
19278
19278
  """
19279
19279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19280
19280
  required_arguments = ['targetDatabaseId']
@@ -19459,7 +19459,7 @@ class DataSafeClient(object):
19459
19459
  :rtype: :class:`~oci.response.Response`
19460
19460
 
19461
19461
  :example:
19462
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
19462
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
19463
19463
  """
19464
19464
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19465
19465
  required_arguments = ['compartmentId']
@@ -19676,7 +19676,7 @@ class DataSafeClient(object):
19676
19676
  :rtype: :class:`~oci.response.Response`
19677
19677
 
19678
19678
  :example:
19679
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
19679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
19680
19680
  """
19681
19681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19682
19682
  required_arguments = ['compartmentId']
@@ -19854,7 +19854,7 @@ class DataSafeClient(object):
19854
19854
  :rtype: :class:`~oci.response.Response`
19855
19855
 
19856
19856
  :example:
19857
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_database_table_access_entries.py.html>`__ to see an example of how to use list_database_table_access_entries API.
19857
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_database_table_access_entries.py.html>`__ to see an example of how to use list_database_table_access_entries API.
19858
19858
  """
19859
19859
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19860
19860
  required_arguments = ['securityPolicyReportId']
@@ -20018,7 +20018,7 @@ class DataSafeClient(object):
20018
20018
  :rtype: :class:`~oci.response.Response`
20019
20019
 
20020
20020
  :example:
20021
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_database_view_access_entries.py.html>`__ to see an example of how to use list_database_view_access_entries API.
20021
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_database_view_access_entries.py.html>`__ to see an example of how to use list_database_view_access_entries API.
20022
20022
  """
20023
20023
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20024
20024
  required_arguments = ['securityPolicyReportId']
@@ -20193,7 +20193,7 @@ class DataSafeClient(object):
20193
20193
  :rtype: :class:`~oci.response.Response`
20194
20194
 
20195
20195
  :example:
20196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
20196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
20197
20197
  """
20198
20198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20199
20199
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -20386,7 +20386,7 @@ class DataSafeClient(object):
20386
20386
  :rtype: :class:`~oci.response.Response`
20387
20387
 
20388
20388
  :example:
20389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
20389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
20390
20390
  """
20391
20391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20392
20392
  required_arguments = ['compartmentId']
@@ -20545,7 +20545,7 @@ class DataSafeClient(object):
20545
20545
  :rtype: :class:`~oci.response.Response`
20546
20546
 
20547
20547
  :example:
20548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
20548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
20549
20549
  """
20550
20550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20551
20551
  required_arguments = ['discoveryJobId']
@@ -20747,7 +20747,7 @@ class DataSafeClient(object):
20747
20747
  :rtype: :class:`~oci.response.Response`
20748
20748
 
20749
20749
  :example:
20750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
20750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
20751
20751
  """
20752
20752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20753
20753
  required_arguments = ['compartmentId']
@@ -20942,7 +20942,7 @@ class DataSafeClient(object):
20942
20942
  :rtype: :class:`~oci.response.Response`
20943
20943
 
20944
20944
  :example:
20945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_finding_analytics.py.html>`__ to see an example of how to use list_finding_analytics API.
20945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_finding_analytics.py.html>`__ to see an example of how to use list_finding_analytics API.
20946
20946
  """
20947
20947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20948
20948
  required_arguments = ['compartmentId']
@@ -21128,7 +21128,7 @@ class DataSafeClient(object):
21128
21128
  :rtype: :class:`~oci.response.Response`
21129
21129
 
21130
21130
  :example:
21131
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
21131
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
21132
21132
  """
21133
21133
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21134
21134
  required_arguments = ['securityAssessmentId']
@@ -21351,7 +21351,7 @@ class DataSafeClient(object):
21351
21351
  :rtype: :class:`~oci.response.Response`
21352
21352
 
21353
21353
  :example:
21354
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_findings_change_audit_logs.py.html>`__ to see an example of how to use list_findings_change_audit_logs API.
21354
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_findings_change_audit_logs.py.html>`__ to see an example of how to use list_findings_change_audit_logs API.
21355
21355
  """
21356
21356
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21357
21357
  required_arguments = ['securityAssessmentId']
@@ -21549,7 +21549,7 @@ class DataSafeClient(object):
21549
21549
  :rtype: :class:`~oci.response.Response`
21550
21550
 
21551
21551
  :example:
21552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
21552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
21553
21553
  """
21554
21554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21555
21555
  required_arguments = ['userAssessmentId', 'userKey']
@@ -21756,7 +21756,7 @@ class DataSafeClient(object):
21756
21756
  :rtype: :class:`~oci.response.Response`
21757
21757
 
21758
21758
  :example:
21759
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
21759
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
21760
21760
  """
21761
21761
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21762
21762
  required_arguments = ['compartmentId']
@@ -21948,7 +21948,7 @@ class DataSafeClient(object):
21948
21948
  :rtype: :class:`~oci.response.Response`
21949
21949
 
21950
21950
  :example:
21951
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
21951
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
21952
21952
  """
21953
21953
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21954
21954
  required_arguments = ['maskingReportId']
@@ -22121,7 +22121,7 @@ class DataSafeClient(object):
22121
22121
  :rtype: :class:`~oci.response.Response`
22122
22122
 
22123
22123
  :example:
22124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
22124
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
22125
22125
  """
22126
22126
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22127
22127
  required_arguments = ['compartmentId']
@@ -22325,7 +22325,7 @@ class DataSafeClient(object):
22325
22325
  :rtype: :class:`~oci.response.Response`
22326
22326
 
22327
22327
  :example:
22328
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
22328
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
22329
22329
  """
22330
22330
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22331
22331
  required_arguments = ['maskingPolicyId']
@@ -22534,7 +22534,7 @@ class DataSafeClient(object):
22534
22534
  :rtype: :class:`~oci.response.Response`
22535
22535
 
22536
22536
  :example:
22537
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
22537
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
22538
22538
  """
22539
22539
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22540
22540
  required_arguments = ['maskingPolicyId']
@@ -22741,7 +22741,7 @@ class DataSafeClient(object):
22741
22741
  :rtype: :class:`~oci.response.Response`
22742
22742
 
22743
22743
  :example:
22744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
22744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
22745
22745
  """
22746
22746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22747
22747
  required_arguments = ['compartmentId']
@@ -22913,7 +22913,7 @@ class DataSafeClient(object):
22913
22913
  :rtype: :class:`~oci.response.Response`
22914
22914
 
22915
22915
  :example:
22916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_masking_policy_health_report_logs.py.html>`__ to see an example of how to use list_masking_policy_health_report_logs API.
22916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_masking_policy_health_report_logs.py.html>`__ to see an example of how to use list_masking_policy_health_report_logs API.
22917
22917
  """
22918
22918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22919
22919
  required_arguments = ['maskingPolicyHealthReportId']
@@ -23097,7 +23097,7 @@ class DataSafeClient(object):
23097
23097
  :rtype: :class:`~oci.response.Response`
23098
23098
 
23099
23099
  :example:
23100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_masking_policy_health_reports.py.html>`__ to see an example of how to use list_masking_policy_health_reports API.
23100
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_masking_policy_health_reports.py.html>`__ to see an example of how to use list_masking_policy_health_reports API.
23101
23101
  """
23102
23102
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23103
23103
  required_arguments = ['compartmentId']
@@ -23278,7 +23278,7 @@ class DataSafeClient(object):
23278
23278
  :rtype: :class:`~oci.response.Response`
23279
23279
 
23280
23280
  :example:
23281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
23281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
23282
23282
  """
23283
23283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23284
23284
  required_arguments = ['compartmentId']
@@ -23432,7 +23432,7 @@ class DataSafeClient(object):
23432
23432
  :rtype: :class:`~oci.response.Response`
23433
23433
 
23434
23434
  :example:
23435
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
23435
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
23436
23436
  """
23437
23437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23438
23438
  required_arguments = ['maskingPolicyId']
@@ -23605,7 +23605,7 @@ class DataSafeClient(object):
23605
23605
  :rtype: :class:`~oci.response.Response`
23606
23606
 
23607
23607
  :example:
23608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
23608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
23609
23609
  """
23610
23610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23611
23611
  required_arguments = ['compartmentId']
@@ -23767,7 +23767,7 @@ class DataSafeClient(object):
23767
23767
  :rtype: :class:`~oci.response.Response`
23768
23768
 
23769
23769
  :example:
23770
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_peer_target_databases.py.html>`__ to see an example of how to use list_peer_target_databases API.
23770
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_peer_target_databases.py.html>`__ to see an example of how to use list_peer_target_databases API.
23771
23771
  """
23772
23772
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23773
23773
  required_arguments = ['targetDatabaseId']
@@ -23937,7 +23937,7 @@ class DataSafeClient(object):
23937
23937
  :rtype: :class:`~oci.response.Response`
23938
23938
 
23939
23939
  :example:
23940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
23940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
23941
23941
  """
23942
23942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23943
23943
  required_arguments = ['userAssessmentId', 'compartmentId']
@@ -24178,7 +24178,7 @@ class DataSafeClient(object):
24178
24178
  :rtype: :class:`~oci.response.Response`
24179
24179
 
24180
24180
  :example:
24181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
24181
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
24182
24182
  """
24183
24183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24184
24184
  required_arguments = ['userAssessmentId', 'compartmentId']
@@ -24401,7 +24401,7 @@ class DataSafeClient(object):
24401
24401
  :rtype: :class:`~oci.response.Response`
24402
24402
 
24403
24403
  :example:
24404
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
24404
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
24405
24405
  """
24406
24406
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24407
24407
  required_arguments = ['compartmentId']
@@ -24628,7 +24628,7 @@ class DataSafeClient(object):
24628
24628
  :rtype: :class:`~oci.response.Response`
24629
24629
 
24630
24630
  :example:
24631
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
24631
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
24632
24632
  """
24633
24633
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24634
24634
  required_arguments = ['compartmentId']
@@ -24807,7 +24807,7 @@ class DataSafeClient(object):
24807
24807
  :rtype: :class:`~oci.response.Response`
24808
24808
 
24809
24809
  :example:
24810
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_role_grant_paths.py.html>`__ to see an example of how to use list_role_grant_paths API.
24810
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_role_grant_paths.py.html>`__ to see an example of how to use list_role_grant_paths API.
24811
24811
  """
24812
24812
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24813
24813
  required_arguments = ['securityPolicyReportId', 'grantee', 'grantedRole']
@@ -24949,7 +24949,7 @@ class DataSafeClient(object):
24949
24949
  :rtype: :class:`~oci.response.Response`
24950
24950
 
24951
24951
  :example:
24952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
24952
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
24953
24953
  """
24954
24954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24955
24955
  required_arguments = ['targetDatabaseId']
@@ -25112,7 +25112,7 @@ class DataSafeClient(object):
25112
25112
  :rtype: :class:`~oci.response.Response`
25113
25113
 
25114
25114
  :example:
25115
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
25115
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
25116
25116
  """
25117
25117
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25118
25118
  required_arguments = ['targetDatabaseId']
@@ -25291,7 +25291,7 @@ class DataSafeClient(object):
25291
25291
  :rtype: :class:`~oci.response.Response`
25292
25292
 
25293
25293
  :example:
25294
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
25294
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
25295
25295
  """
25296
25296
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25297
25297
  required_arguments = ['compartmentId']
@@ -25525,7 +25525,7 @@ class DataSafeClient(object):
25525
25525
  :rtype: :class:`~oci.response.Response`
25526
25526
 
25527
25527
  :example:
25528
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
25528
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
25529
25529
  """
25530
25530
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25531
25531
  required_arguments = ['compartmentId']
@@ -25714,7 +25714,7 @@ class DataSafeClient(object):
25714
25714
  :rtype: :class:`~oci.response.Response`
25715
25715
 
25716
25716
  :example:
25717
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_security_feature_analytics.py.html>`__ to see an example of how to use list_security_feature_analytics API.
25717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_security_feature_analytics.py.html>`__ to see an example of how to use list_security_feature_analytics API.
25718
25718
  """
25719
25719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25720
25720
  required_arguments = ['compartmentId']
@@ -25900,7 +25900,7 @@ class DataSafeClient(object):
25900
25900
  :rtype: :class:`~oci.response.Response`
25901
25901
 
25902
25902
  :example:
25903
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_security_features.py.html>`__ to see an example of how to use list_security_features API.
25903
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_security_features.py.html>`__ to see an example of how to use list_security_features API.
25904
25904
  """
25905
25905
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25906
25906
  required_arguments = ['compartmentId']
@@ -26167,7 +26167,7 @@ class DataSafeClient(object):
26167
26167
  :rtype: :class:`~oci.response.Response`
26168
26168
 
26169
26169
  :example:
26170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
26170
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
26171
26171
  """
26172
26172
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26173
26173
  required_arguments = ['compartmentId']
@@ -26370,7 +26370,7 @@ class DataSafeClient(object):
26370
26370
  :rtype: :class:`~oci.response.Response`
26371
26371
 
26372
26372
  :example:
26373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
26373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
26374
26374
  """
26375
26375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26376
26376
  required_arguments = ['compartmentId']
@@ -26533,7 +26533,7 @@ class DataSafeClient(object):
26533
26533
  :rtype: :class:`~oci.response.Response`
26534
26534
 
26535
26535
  :example:
26536
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
26536
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
26537
26537
  """
26538
26538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26539
26539
  required_arguments = ['securityPolicyDeploymentId']
@@ -26713,7 +26713,7 @@ class DataSafeClient(object):
26713
26713
  :rtype: :class:`~oci.response.Response`
26714
26714
 
26715
26715
  :example:
26716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_security_policy_reports.py.html>`__ to see an example of how to use list_security_policy_reports API.
26716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_security_policy_reports.py.html>`__ to see an example of how to use list_security_policy_reports API.
26717
26717
  """
26718
26718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26719
26719
  required_arguments = ['compartmentId']
@@ -26955,7 +26955,7 @@ class DataSafeClient(object):
26955
26955
  :rtype: :class:`~oci.response.Response`
26956
26956
 
26957
26957
  :example:
26958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
26958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
26959
26959
  """
26960
26960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26961
26961
  required_arguments = ['sensitiveDataModelId']
@@ -27168,7 +27168,7 @@ class DataSafeClient(object):
27168
27168
  :rtype: :class:`~oci.response.Response`
27169
27169
 
27170
27170
  :example:
27171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sensitive_data_model_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_data_model_sensitive_types API.
27171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sensitive_data_model_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_data_model_sensitive_types API.
27172
27172
  """
27173
27173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27174
27174
  required_arguments = ['sensitiveDataModelId']
@@ -27360,7 +27360,7 @@ class DataSafeClient(object):
27360
27360
  :rtype: :class:`~oci.response.Response`
27361
27361
 
27362
27362
  :example:
27363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
27363
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
27364
27364
  """
27365
27365
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27366
27366
  required_arguments = ['compartmentId']
@@ -27537,7 +27537,7 @@ class DataSafeClient(object):
27537
27537
  :rtype: :class:`~oci.response.Response`
27538
27538
 
27539
27539
  :example:
27540
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
27540
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
27541
27541
  """
27542
27542
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27543
27543
  required_arguments = ['sensitiveDataModelId']
@@ -27701,7 +27701,7 @@ class DataSafeClient(object):
27701
27701
  :rtype: :class:`~oci.response.Response`
27702
27702
 
27703
27703
  :example:
27704
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
27704
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
27705
27705
  """
27706
27706
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27707
27707
  required_arguments = ['sensitiveDataModelId']
@@ -27910,7 +27910,7 @@ class DataSafeClient(object):
27910
27910
  :rtype: :class:`~oci.response.Response`
27911
27911
 
27912
27912
  :example:
27913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
27913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
27914
27914
  """
27915
27915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27916
27916
  required_arguments = ['compartmentId']
@@ -28137,7 +28137,7 @@ class DataSafeClient(object):
28137
28137
  :rtype: :class:`~oci.response.Response`
28138
28138
 
28139
28139
  :example:
28140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
28140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
28141
28141
  """
28142
28142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28143
28143
  required_arguments = ['compartmentId']
@@ -28297,7 +28297,7 @@ class DataSafeClient(object):
28297
28297
  :rtype: :class:`~oci.response.Response`
28298
28298
 
28299
28299
  :example:
28300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
28300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
28301
28301
  """
28302
28302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28303
28303
  required_arguments = ['sqlCollectionId', 'timeStarted', 'timeEnded']
@@ -28496,7 +28496,7 @@ class DataSafeClient(object):
28496
28496
  :rtype: :class:`~oci.response.Response`
28497
28497
 
28498
28498
  :example:
28499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
28499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
28500
28500
  """
28501
28501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28502
28502
  required_arguments = ['compartmentId']
@@ -28694,7 +28694,7 @@ class DataSafeClient(object):
28694
28694
  :rtype: :class:`~oci.response.Response`
28695
28695
 
28696
28696
  :example:
28697
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sql_firewall_allowed_sql_analytics.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sql_analytics API.
28697
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sql_firewall_allowed_sql_analytics.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sql_analytics API.
28698
28698
  """
28699
28699
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28700
28700
  required_arguments = ['compartmentId']
@@ -28870,7 +28870,7 @@ class DataSafeClient(object):
28870
28870
  :rtype: :class:`~oci.response.Response`
28871
28871
 
28872
28872
  :example:
28873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
28873
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
28874
28874
  """
28875
28875
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28876
28876
  required_arguments = ['compartmentId']
@@ -29084,7 +29084,7 @@ class DataSafeClient(object):
29084
29084
  :rtype: :class:`~oci.response.Response`
29085
29085
 
29086
29086
  :example:
29087
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
29087
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
29088
29088
  """
29089
29089
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29090
29090
  required_arguments = ['compartmentId']
@@ -29298,7 +29298,7 @@ class DataSafeClient(object):
29298
29298
  :rtype: :class:`~oci.response.Response`
29299
29299
 
29300
29300
  :example:
29301
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
29301
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
29302
29302
  """
29303
29303
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29304
29304
  required_arguments = ['compartmentId']
@@ -29506,7 +29506,7 @@ class DataSafeClient(object):
29506
29506
  :rtype: :class:`~oci.response.Response`
29507
29507
 
29508
29508
  :example:
29509
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
29509
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
29510
29510
  """
29511
29511
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29512
29512
  required_arguments = ['compartmentId']
@@ -29706,7 +29706,7 @@ class DataSafeClient(object):
29706
29706
  :rtype: :class:`~oci.response.Response`
29707
29707
 
29708
29708
  :example:
29709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
29709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
29710
29710
  """
29711
29711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29712
29712
  required_arguments = ['compartmentId']
@@ -29866,7 +29866,7 @@ class DataSafeClient(object):
29866
29866
  :rtype: :class:`~oci.response.Response`
29867
29867
 
29868
29868
  :example:
29869
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
29869
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
29870
29870
  """
29871
29871
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29872
29872
  required_arguments = ['targetDatabaseId']
@@ -30063,7 +30063,7 @@ class DataSafeClient(object):
30063
30063
  :rtype: :class:`~oci.response.Response`
30064
30064
 
30065
30065
  :example:
30066
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
30066
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
30067
30067
  """
30068
30068
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30069
30069
  required_arguments = ['compartmentId']
@@ -30266,7 +30266,7 @@ class DataSafeClient(object):
30266
30266
  :rtype: :class:`~oci.response.Response`
30267
30267
 
30268
30268
  :example:
30269
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
30269
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
30270
30270
  """
30271
30271
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30272
30272
  required_arguments = ['compartmentId']
@@ -30445,7 +30445,7 @@ class DataSafeClient(object):
30445
30445
  :rtype: :class:`~oci.response.Response`
30446
30446
 
30447
30447
  :example:
30448
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_user_access_analytics.py.html>`__ to see an example of how to use list_user_access_analytics API.
30448
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_user_access_analytics.py.html>`__ to see an example of how to use list_user_access_analytics API.
30449
30449
  """
30450
30450
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30451
30451
  required_arguments = ['userAssessmentId']
@@ -30674,7 +30674,7 @@ class DataSafeClient(object):
30674
30674
  :rtype: :class:`~oci.response.Response`
30675
30675
 
30676
30676
  :example:
30677
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
30677
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
30678
30678
  """
30679
30679
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30680
30680
  required_arguments = ['userAssessmentId']
@@ -30928,7 +30928,7 @@ class DataSafeClient(object):
30928
30928
  :rtype: :class:`~oci.response.Response`
30929
30929
 
30930
30930
  :example:
30931
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
30931
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
30932
30932
  """
30933
30933
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30934
30934
  required_arguments = ['compartmentId']
@@ -31208,7 +31208,7 @@ class DataSafeClient(object):
31208
31208
  :rtype: :class:`~oci.response.Response`
31209
31209
 
31210
31210
  :example:
31211
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
31211
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
31212
31212
  """
31213
31213
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31214
31214
  required_arguments = ['userAssessmentId']
@@ -31389,7 +31389,7 @@ class DataSafeClient(object):
31389
31389
  :rtype: :class:`~oci.response.Response`
31390
31390
 
31391
31391
  :example:
31392
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
31392
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
31393
31393
  """
31394
31394
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31395
31395
  required_arguments = ['workRequestId']
@@ -31507,7 +31507,7 @@ class DataSafeClient(object):
31507
31507
  :rtype: :class:`~oci.response.Response`
31508
31508
 
31509
31509
  :example:
31510
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
31510
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
31511
31511
  """
31512
31512
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31513
31513
  required_arguments = ['workRequestId']
@@ -31657,7 +31657,7 @@ class DataSafeClient(object):
31657
31657
  :rtype: :class:`~oci.response.Response`
31658
31658
 
31659
31659
  :example:
31660
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
31660
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
31661
31661
  """
31662
31662
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31663
31663
  required_arguments = ['compartmentId']
@@ -31792,7 +31792,7 @@ class DataSafeClient(object):
31792
31792
  :rtype: :class:`~oci.response.Response`
31793
31793
 
31794
31794
  :example:
31795
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
31795
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
31796
31796
  """
31797
31797
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31798
31798
  required_arguments = ['maskingPolicyId']
@@ -31906,7 +31906,7 @@ class DataSafeClient(object):
31906
31906
  :rtype: :class:`~oci.response.Response`
31907
31907
 
31908
31908
  :example:
31909
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
31909
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
31910
31910
  """
31911
31911
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31912
31912
  required_arguments = ['compartmentId']
@@ -32028,7 +32028,7 @@ class DataSafeClient(object):
32028
32028
  :rtype: :class:`~oci.response.Response`
32029
32029
 
32030
32030
  :example:
32031
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
32031
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
32032
32032
  """
32033
32033
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32034
32034
  required_arguments = []
@@ -32144,7 +32144,7 @@ class DataSafeClient(object):
32144
32144
  :rtype: :class:`~oci.response.Response`
32145
32145
 
32146
32146
  :example:
32147
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
32147
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
32148
32148
  """
32149
32149
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32150
32150
  required_arguments = ['discoveryJobId']
@@ -32256,7 +32256,7 @@ class DataSafeClient(object):
32256
32256
  :rtype: :class:`~oci.response.Response`
32257
32257
 
32258
32258
  :example:
32259
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
32259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
32260
32260
  """
32261
32261
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32262
32262
  required_arguments = ['maskingPolicyId']
@@ -32367,7 +32367,7 @@ class DataSafeClient(object):
32367
32367
  :rtype: :class:`~oci.response.Response`
32368
32368
 
32369
32369
  :example:
32370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/patch_sdm_masking_policy_difference_columns.py.html>`__ to see an example of how to use patch_sdm_masking_policy_difference_columns API.
32370
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/patch_sdm_masking_policy_difference_columns.py.html>`__ to see an example of how to use patch_sdm_masking_policy_difference_columns API.
32371
32371
  """
32372
32372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32373
32373
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -32479,7 +32479,7 @@ class DataSafeClient(object):
32479
32479
  :rtype: :class:`~oci.response.Response`
32480
32480
 
32481
32481
  :example:
32482
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
32482
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
32483
32483
  """
32484
32484
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32485
32485
  required_arguments = ['sensitiveDataModelId']
@@ -32587,7 +32587,7 @@ class DataSafeClient(object):
32587
32587
  :rtype: :class:`~oci.response.Response`
32588
32588
 
32589
32589
  :example:
32590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/patch_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use patch_sql_firewall_allowed_sql API.
32590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/patch_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use patch_sql_firewall_allowed_sql API.
32591
32591
  """
32592
32592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32593
32593
  required_arguments = []
@@ -32682,7 +32682,7 @@ class DataSafeClient(object):
32682
32682
  :rtype: :class:`~oci.response.Response`
32683
32683
 
32684
32684
  :example:
32685
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
32685
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
32686
32686
  """
32687
32687
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32688
32688
  required_arguments = []
@@ -32786,7 +32786,7 @@ class DataSafeClient(object):
32786
32786
  :rtype: :class:`~oci.response.Response`
32787
32787
 
32788
32788
  :example:
32789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
32789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
32790
32790
  """
32791
32791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32792
32792
  required_arguments = ['auditPolicyId']
@@ -32902,7 +32902,7 @@ class DataSafeClient(object):
32902
32902
  :rtype: :class:`~oci.response.Response`
32903
32903
 
32904
32904
  :example:
32905
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
32905
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
32906
32906
  """
32907
32907
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32908
32908
  required_arguments = ['sqlCollectionId']
@@ -33016,7 +33016,7 @@ class DataSafeClient(object):
33016
33016
  :rtype: :class:`~oci.response.Response`
33017
33017
 
33018
33018
  :example:
33019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
33019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
33020
33020
  """
33021
33021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33022
33022
  required_arguments = ['databaseSecurityConfigId']
@@ -33134,7 +33134,7 @@ class DataSafeClient(object):
33134
33134
  :rtype: :class:`~oci.response.Response`
33135
33135
 
33136
33136
  :example:
33137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
33137
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
33138
33138
  """
33139
33139
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33140
33140
  required_arguments = ['securityAssessmentId']
@@ -33250,7 +33250,7 @@ class DataSafeClient(object):
33250
33250
  :rtype: :class:`~oci.response.Response`
33251
33251
 
33252
33252
  :example:
33253
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
33253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
33254
33254
  """
33255
33255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33256
33256
  required_arguments = ['sqlCollectionId']
@@ -33364,7 +33364,7 @@ class DataSafeClient(object):
33364
33364
  :rtype: :class:`~oci.response.Response`
33365
33365
 
33366
33366
  :example:
33367
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/refresh_target_database.py.html>`__ to see an example of how to use refresh_target_database API.
33367
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/refresh_target_database.py.html>`__ to see an example of how to use refresh_target_database API.
33368
33368
  """
33369
33369
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33370
33370
  required_arguments = ['targetDatabaseId']
@@ -33483,7 +33483,7 @@ class DataSafeClient(object):
33483
33483
  :rtype: :class:`~oci.response.Response`
33484
33484
 
33485
33485
  :example:
33486
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
33486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
33487
33487
  """
33488
33488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33489
33489
  required_arguments = ['userAssessmentId']
@@ -33599,7 +33599,7 @@ class DataSafeClient(object):
33599
33599
  :rtype: :class:`~oci.response.Response`
33600
33600
 
33601
33601
  :example:
33602
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
33602
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
33603
33603
  """
33604
33604
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33605
33605
  required_arguments = ['reportDefinitionId']
@@ -33707,7 +33707,7 @@ class DataSafeClient(object):
33707
33707
  :rtype: :class:`~oci.response.Response`
33708
33708
 
33709
33709
  :example:
33710
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
33710
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
33711
33711
  """
33712
33712
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33713
33713
  required_arguments = ['auditTrailId']
@@ -33818,7 +33818,7 @@ class DataSafeClient(object):
33818
33818
  :rtype: :class:`~oci.response.Response`
33819
33819
 
33820
33820
  :example:
33821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
33821
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
33822
33822
  """
33823
33823
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33824
33824
  required_arguments = ['workRequestId']
@@ -33932,7 +33932,7 @@ class DataSafeClient(object):
33932
33932
  :rtype: :class:`~oci.response.Response`
33933
33933
 
33934
33934
  :example:
33935
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
33935
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
33936
33936
  """
33937
33937
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33938
33938
  required_arguments = ['auditPolicyId']
@@ -34049,7 +34049,7 @@ class DataSafeClient(object):
34049
34049
  :rtype: :class:`~oci.response.Response`
34050
34050
 
34051
34051
  :example:
34052
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
34052
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
34053
34053
  """
34054
34054
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34055
34055
  required_arguments = ['reportDefinitionId']
@@ -34168,7 +34168,7 @@ class DataSafeClient(object):
34168
34168
  :rtype: :class:`~oci.response.Response`
34169
34169
 
34170
34170
  :example:
34171
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
34171
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
34172
34172
  """
34173
34173
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34174
34174
  required_arguments = ['securityAssessmentId']
@@ -34288,7 +34288,7 @@ class DataSafeClient(object):
34288
34288
  :rtype: :class:`~oci.response.Response`
34289
34289
 
34290
34290
  :example:
34291
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
34291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
34292
34292
  """
34293
34293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34294
34294
  required_arguments = ['userAssessmentId']
@@ -34408,7 +34408,7 @@ class DataSafeClient(object):
34408
34408
  :rtype: :class:`~oci.response.Response`
34409
34409
 
34410
34410
  :example:
34411
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
34411
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
34412
34412
  """
34413
34413
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34414
34414
  required_arguments = ['auditTrailId']
@@ -34524,7 +34524,7 @@ class DataSafeClient(object):
34524
34524
  :rtype: :class:`~oci.response.Response`
34525
34525
 
34526
34526
  :example:
34527
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
34527
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
34528
34528
  """
34529
34529
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34530
34530
  required_arguments = ['sqlCollectionId']
@@ -34632,7 +34632,7 @@ class DataSafeClient(object):
34632
34632
  :rtype: :class:`~oci.response.Response`
34633
34633
 
34634
34634
  :example:
34635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
34635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
34636
34636
  """
34637
34637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34638
34638
  required_arguments = ['auditTrailId']
@@ -34743,7 +34743,7 @@ class DataSafeClient(object):
34743
34743
  :rtype: :class:`~oci.response.Response`
34744
34744
 
34745
34745
  :example:
34746
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
34746
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
34747
34747
  """
34748
34748
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34749
34749
  required_arguments = ['sqlCollectionId']
@@ -34857,7 +34857,7 @@ class DataSafeClient(object):
34857
34857
  :rtype: :class:`~oci.response.Response`
34858
34858
 
34859
34859
  :example:
34860
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
34860
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
34861
34861
  """
34862
34862
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34863
34863
  required_arguments = ['workRequestId']
@@ -34976,7 +34976,7 @@ class DataSafeClient(object):
34976
34976
  :rtype: :class:`~oci.response.Response`
34977
34977
 
34978
34978
  :example:
34979
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
34979
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
34980
34980
  """
34981
34981
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34982
34982
  required_arguments = ['securityAssessmentId']
@@ -35098,7 +35098,7 @@ class DataSafeClient(object):
35098
35098
  :rtype: :class:`~oci.response.Response`
35099
35099
 
35100
35100
  :example:
35101
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
35101
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
35102
35102
  """
35103
35103
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35104
35104
  required_arguments = ['userAssessmentId']
@@ -35212,7 +35212,7 @@ class DataSafeClient(object):
35212
35212
  :rtype: :class:`~oci.response.Response`
35213
35213
 
35214
35214
  :example:
35215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
35215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
35216
35216
  """
35217
35217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35218
35218
  required_arguments = ['alertId']
@@ -35324,7 +35324,7 @@ class DataSafeClient(object):
35324
35324
  :rtype: :class:`~oci.response.Response`
35325
35325
 
35326
35326
  :example:
35327
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_alert_policy.py.html>`__ to see an example of how to use update_alert_policy API.
35327
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_alert_policy.py.html>`__ to see an example of how to use update_alert_policy API.
35328
35328
  """
35329
35329
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35330
35330
  required_arguments = ['alertPolicyId']
@@ -35437,7 +35437,7 @@ class DataSafeClient(object):
35437
35437
  :rtype: :class:`~oci.response.Response`
35438
35438
 
35439
35439
  :example:
35440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_alert_policy_rule.py.html>`__ to see an example of how to use update_alert_policy_rule API.
35440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_alert_policy_rule.py.html>`__ to see an example of how to use update_alert_policy_rule API.
35441
35441
  """
35442
35442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35443
35443
  required_arguments = ['alertPolicyId', 'ruleKey']
@@ -35548,7 +35548,7 @@ class DataSafeClient(object):
35548
35548
  :rtype: :class:`~oci.response.Response`
35549
35549
 
35550
35550
  :example:
35551
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
35551
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
35552
35552
  """
35553
35553
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35554
35554
  required_arguments = ['auditArchiveRetrievalId']
@@ -35658,7 +35658,7 @@ class DataSafeClient(object):
35658
35658
  :rtype: :class:`~oci.response.Response`
35659
35659
 
35660
35660
  :example:
35661
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
35661
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
35662
35662
  """
35663
35663
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35664
35664
  required_arguments = ['auditPolicyId']
@@ -35768,7 +35768,7 @@ class DataSafeClient(object):
35768
35768
  :rtype: :class:`~oci.response.Response`
35769
35769
 
35770
35770
  :example:
35771
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
35771
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
35772
35772
  """
35773
35773
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35774
35774
  required_arguments = ['auditProfileId']
@@ -35878,7 +35878,7 @@ class DataSafeClient(object):
35878
35878
  :rtype: :class:`~oci.response.Response`
35879
35879
 
35880
35880
  :example:
35881
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
35881
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
35882
35882
  """
35883
35883
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35884
35884
  required_arguments = ['auditTrailId']
@@ -35988,7 +35988,7 @@ class DataSafeClient(object):
35988
35988
  :rtype: :class:`~oci.response.Response`
35989
35989
 
35990
35990
  :example:
35991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
35991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
35992
35992
  """
35993
35993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35994
35994
  required_arguments = ['dataSafePrivateEndpointId']
@@ -36098,7 +36098,7 @@ class DataSafeClient(object):
36098
36098
  :rtype: :class:`~oci.response.Response`
36099
36099
 
36100
36100
  :example:
36101
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
36101
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
36102
36102
  """
36103
36103
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36104
36104
  required_arguments = ['databaseSecurityConfigId']
@@ -36217,7 +36217,7 @@ class DataSafeClient(object):
36217
36217
  :rtype: :class:`~oci.response.Response`
36218
36218
 
36219
36219
  :example:
36220
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_finding.py.html>`__ to see an example of how to use update_finding API.
36220
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_finding.py.html>`__ to see an example of how to use update_finding API.
36221
36221
  """
36222
36222
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36223
36223
  required_arguments = ['securityAssessmentId', 'findingKey']
@@ -36331,7 +36331,7 @@ class DataSafeClient(object):
36331
36331
  :rtype: :class:`~oci.response.Response`
36332
36332
 
36333
36333
  :example:
36334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
36334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
36335
36335
  """
36336
36336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36337
36337
  required_arguments = ['libraryMaskingFormatId']
@@ -36445,7 +36445,7 @@ class DataSafeClient(object):
36445
36445
  :rtype: :class:`~oci.response.Response`
36446
36446
 
36447
36447
  :example:
36448
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
36448
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
36449
36449
  """
36450
36450
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36451
36451
  required_arguments = ['maskingColumnKey', 'maskingPolicyId']
@@ -36556,7 +36556,7 @@ class DataSafeClient(object):
36556
36556
  :rtype: :class:`~oci.response.Response`
36557
36557
 
36558
36558
  :example:
36559
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
36559
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
36560
36560
  """
36561
36561
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36562
36562
  required_arguments = ['maskingPolicyId']
@@ -36666,7 +36666,7 @@ class DataSafeClient(object):
36666
36666
  :rtype: :class:`~oci.response.Response`
36667
36667
 
36668
36668
  :example:
36669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
36669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
36670
36670
  """
36671
36671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36672
36672
  required_arguments = ['onPremConnectorId']
@@ -36782,7 +36782,7 @@ class DataSafeClient(object):
36782
36782
  :rtype: :class:`~oci.response.Response`
36783
36783
 
36784
36784
  :example:
36785
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
36785
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
36786
36786
  """
36787
36787
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36788
36788
  required_arguments = ['onPremConnectorId']
@@ -36904,7 +36904,7 @@ class DataSafeClient(object):
36904
36904
  :rtype: :class:`~oci.response.Response`
36905
36905
 
36906
36906
  :example:
36907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_peer_target_database.py.html>`__ to see an example of how to use update_peer_target_database API.
36907
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_peer_target_database.py.html>`__ to see an example of how to use update_peer_target_database API.
36908
36908
  """
36909
36909
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36910
36910
  required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
@@ -37024,7 +37024,7 @@ class DataSafeClient(object):
37024
37024
  :rtype: :class:`~oci.response.Response`
37025
37025
 
37026
37026
  :example:
37027
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_report.py.html>`__ to see an example of how to use update_report API.
37027
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_report.py.html>`__ to see an example of how to use update_report API.
37028
37028
  """
37029
37029
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37030
37030
  required_arguments = ['reportId']
@@ -37143,7 +37143,7 @@ class DataSafeClient(object):
37143
37143
  :rtype: :class:`~oci.response.Response`
37144
37144
 
37145
37145
  :example:
37146
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
37146
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
37147
37147
  """
37148
37148
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37149
37149
  required_arguments = ['reportDefinitionId']
@@ -37256,7 +37256,7 @@ class DataSafeClient(object):
37256
37256
  :rtype: :class:`~oci.response.Response`
37257
37257
 
37258
37258
  :example:
37259
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
37259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
37260
37260
  """
37261
37261
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37262
37262
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -37366,7 +37366,7 @@ class DataSafeClient(object):
37366
37366
  :rtype: :class:`~oci.response.Response`
37367
37367
 
37368
37368
  :example:
37369
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
37369
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
37370
37370
  """
37371
37371
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37372
37372
  required_arguments = ['securityAssessmentId']
@@ -37476,7 +37476,7 @@ class DataSafeClient(object):
37476
37476
  :rtype: :class:`~oci.response.Response`
37477
37477
 
37478
37478
  :example:
37479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
37479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
37480
37480
  """
37481
37481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37482
37482
  required_arguments = ['securityPolicyId']
@@ -37586,7 +37586,7 @@ class DataSafeClient(object):
37586
37586
  :rtype: :class:`~oci.response.Response`
37587
37587
 
37588
37588
  :example:
37589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
37589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
37590
37590
  """
37591
37591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37592
37592
  required_arguments = ['securityPolicyDeploymentId']
@@ -37699,7 +37699,7 @@ class DataSafeClient(object):
37699
37699
  :rtype: :class:`~oci.response.Response`
37700
37700
 
37701
37701
  :example:
37702
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
37702
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
37703
37703
  """
37704
37704
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37705
37705
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -37811,7 +37811,7 @@ class DataSafeClient(object):
37811
37811
  :rtype: :class:`~oci.response.Response`
37812
37812
 
37813
37813
  :example:
37814
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
37814
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
37815
37815
  """
37816
37816
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37817
37817
  required_arguments = ['sensitiveDataModelId']
@@ -37921,7 +37921,7 @@ class DataSafeClient(object):
37921
37921
  :rtype: :class:`~oci.response.Response`
37922
37922
 
37923
37923
  :example:
37924
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
37924
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
37925
37925
  """
37926
37926
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37927
37927
  required_arguments = ['sensitiveTypeId']
@@ -38031,7 +38031,7 @@ class DataSafeClient(object):
38031
38031
  :rtype: :class:`~oci.response.Response`
38032
38032
 
38033
38033
  :example:
38034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
38034
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
38035
38035
  """
38036
38036
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38037
38037
  required_arguments = ['sqlCollectionId']
@@ -38141,7 +38141,7 @@ class DataSafeClient(object):
38141
38141
  :rtype: :class:`~oci.response.Response`
38142
38142
 
38143
38143
  :example:
38144
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
38144
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
38145
38145
  """
38146
38146
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38147
38147
  required_arguments = ['sqlFirewallPolicyId']
@@ -38251,7 +38251,7 @@ class DataSafeClient(object):
38251
38251
  :rtype: :class:`~oci.response.Response`
38252
38252
 
38253
38253
  :example:
38254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
38254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
38255
38255
  """
38256
38256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38257
38257
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -38367,7 +38367,7 @@ class DataSafeClient(object):
38367
38367
  :rtype: :class:`~oci.response.Response`
38368
38368
 
38369
38369
  :example:
38370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
38370
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
38371
38371
  """
38372
38372
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38373
38373
  required_arguments = ['targetDatabaseId']
@@ -38480,7 +38480,7 @@ class DataSafeClient(object):
38480
38480
  :rtype: :class:`~oci.response.Response`
38481
38481
 
38482
38482
  :example:
38483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
38483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
38484
38484
  """
38485
38485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38486
38486
  required_arguments = ['userAssessmentId']
@@ -38601,7 +38601,7 @@ class DataSafeClient(object):
38601
38601
  :rtype: :class:`~oci.response.Response`
38602
38602
 
38603
38603
  :example:
38604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
38604
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
38605
38605
  """
38606
38606
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38607
38607
  required_arguments = ['maskingPolicyId']
@@ -38742,7 +38742,7 @@ class DataSafeClient(object):
38742
38742
  :rtype: :class:`~oci.response.Response`
38743
38743
 
38744
38744
  :example:
38745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.138.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
38745
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.139.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
38746
38746
  """
38747
38747
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38748
38748
  required_arguments = ['sensitiveDataModelId']