oci 2.116.0__py3-none-any.whl → 2.117.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 (352) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +41 -41
  3. oci/adm/models/__init__.py +4 -0
  4. oci/adm/models/create_vulnerability_audit_details.py +27 -0
  5. oci/adm/models/usage_data_details.py +92 -0
  6. oci/adm/models/usage_data_via_object_storage_tuple_details.py +143 -0
  7. oci/adm/models/vulnerability.py +33 -2
  8. oci/adm/models/vulnerability_audit.py +86 -0
  9. oci/adm/models/work_request_summary.py +35 -2
  10. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  11. oci/ai_document/ai_service_document_client.py +22 -22
  12. oci/ai_language/ai_service_language_client.py +36 -36
  13. oci/ai_speech/ai_service_speech_client.py +9 -9
  14. oci/ai_vision/ai_service_vision_client.py +25 -25
  15. oci/analytics/analytics_client.py +23 -23
  16. oci/announcements_service/announcement_client.py +4 -4
  17. oci/announcements_service/announcement_subscription_client.py +9 -9
  18. oci/announcements_service/announcements_preferences_client.py +4 -4
  19. oci/apigateway/api_gateway_client.py +21 -21
  20. oci/apigateway/deployment_client.py +6 -6
  21. oci/apigateway/gateway_client.py +6 -6
  22. oci/apigateway/subscribers_client.py +6 -6
  23. oci/apigateway/usage_plans_client.py +6 -6
  24. oci/apigateway/work_requests_client.py +5 -5
  25. oci/apm_config/config_client.py +8 -8
  26. oci/apm_control_plane/apm_domain_client.py +14 -14
  27. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  28. oci/apm_traces/query_client.py +2 -2
  29. oci/apm_traces/trace_client.py +4 -4
  30. oci/application_migration/application_migration_client.py +19 -19
  31. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  32. oci/artifacts/artifacts_client.py +32 -32
  33. oci/audit/audit_client.py +3 -3
  34. oci/autoscaling/auto_scaling_client.py +11 -11
  35. oci/bastion/bastion_client.py +15 -15
  36. oci/bds/bds_client.py +51 -51
  37. oci/blockchain/blockchain_platform_client.py +27 -27
  38. oci/budget/budget_client.py +10 -10
  39. oci/certificates/certificates_client.py +5 -5
  40. oci/certificates_management/certificates_management_client.py +32 -32
  41. oci/cims/incident_client.py +8 -8
  42. oci/cims/user_client.py +1 -1
  43. oci/cloud_bridge/common_client.py +5 -5
  44. oci/cloud_bridge/discovery_client.py +14 -14
  45. oci/cloud_bridge/inventory_client.py +16 -16
  46. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  47. oci/cloud_guard/cloud_guard_client.py +133 -133
  48. oci/cloud_migrations/migration_client.py +43 -43
  49. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +14 -15
  50. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  51. oci/compute_instance_agent/plugin_client.py +2 -2
  52. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  53. oci/container_engine/container_engine_client.py +44 -44
  54. oci/container_instances/container_instance_client.py +18 -18
  55. oci/core/blockstorage_client.py +60 -60
  56. oci/core/compute_client.py +99 -99
  57. oci/core/compute_management_client.py +32 -32
  58. oci/core/virtual_network_client.py +242 -242
  59. oci/dashboard_service/dashboard_client.py +6 -6
  60. oci/dashboard_service/dashboard_group_client.py +6 -6
  61. oci/data_catalog/data_catalog_client.py +141 -141
  62. oci/data_flow/data_flow_client.py +42 -42
  63. oci/data_integration/data_integration_client.py +163 -163
  64. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  65. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  66. oci/data_safe/data_safe_client.py +252 -252
  67. oci/data_science/data_science_client.py +91 -91
  68. oci/data_science/models/fast_launch_job_config_summary.py +7 -3
  69. oci/data_science/models/job_shape_summary.py +7 -3
  70. oci/data_science/models/model_deployment_shape_summary.py +7 -3
  71. oci/data_science/models/notebook_session_shape_summary.py +7 -3
  72. oci/database/database_client.py +2092 -1268
  73. oci/database/database_client_composite_operations.py +222 -0
  74. oci/database/models/__init__.py +14 -0
  75. oci/database/models/autonomous_container_database.py +33 -2
  76. oci/database/models/autonomous_container_database_backup_config.py +2 -0
  77. oci/database/models/autonomous_container_database_summary.py +33 -2
  78. oci/database/models/autonomous_vm_cluster.py +95 -2
  79. oci/database/models/autonomous_vm_cluster_summary.py +95 -2
  80. oci/database/models/cloud_autonomous_vm_cluster.py +95 -2
  81. oci/database/models/cloud_autonomous_vm_cluster_summary.py +95 -2
  82. oci/database/models/console_history.py +368 -0
  83. oci/database/models/console_history_collection.py +72 -0
  84. oci/database/models/console_history_summary.py +368 -0
  85. oci/database/models/create_cloud_vm_cluster_details.py +33 -2
  86. oci/database/models/create_console_history_details.py +151 -0
  87. oci/database/models/create_vm_cluster_details.py +33 -2
  88. oci/database/models/db_system_upgrade_history_entry.py +64 -2
  89. oci/database/models/db_system_upgrade_history_entry_summary.py +64 -2
  90. oci/database/models/peer_autonomous_container_database_backup_config.py +2 -0
  91. oci/database/models/system_version_collection.py +72 -0
  92. oci/database/models/system_version_summary.py +134 -0
  93. oci/database/models/update_autonomous_vm_cluster_details.py +95 -2
  94. oci/database/models/update_cloud_autonomous_vm_cluster_details.py +93 -0
  95. oci/database/models/update_console_history_details.py +150 -0
  96. oci/database/models/upgrade_db_system_details.py +31 -0
  97. oci/database_management/db_management_client.py +182 -182
  98. oci/database_management/diagnosability_client.py +4 -4
  99. oci/database_management/managed_my_sql_databases_client.py +6 -6
  100. oci/database_management/perfhub_client.py +1 -1
  101. oci/database_management/sql_tuning_client.py +17 -17
  102. oci/database_migration/database_migration_client.py +41 -41
  103. oci/database_tools/database_tools_client.py +23 -23
  104. oci/devops/devops_client.py +89 -89
  105. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  106. oci/dns/dns_client.py +52 -52
  107. oci/dts/appliance_export_job_client.py +6 -6
  108. oci/dts/shipping_vendors_client.py +1 -1
  109. oci/dts/transfer_appliance_client.py +8 -8
  110. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  111. oci/dts/transfer_device_client.py +5 -5
  112. oci/dts/transfer_job_client.py +6 -6
  113. oci/dts/transfer_package_client.py +7 -7
  114. oci/em_warehouse/em_data_lake_client.py +13 -13
  115. oci/em_warehouse/em_warehouse_client.py +13 -13
  116. oci/email/email_client.py +25 -25
  117. oci/events/events_client.py +6 -6
  118. oci/file_storage/file_storage_client.py +50 -50
  119. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  120. oci/functions/functions_invoke_client.py +1 -1
  121. oci/functions/functions_management_client.py +16 -16
  122. oci/fusion_apps/data_masking_activity_client.py +3 -3
  123. oci/fusion_apps/fusion_applications_client.py +39 -39
  124. oci/fusion_apps/fusion_environment_client.py +15 -15
  125. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  126. oci/fusion_apps/refresh_activity_client.py +4 -4
  127. oci/fusion_apps/scheduled_activity_client.py +2 -2
  128. oci/fusion_apps/service_attachment_client.py +2 -2
  129. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  130. oci/golden_gate/golden_gate_client.py +536 -57
  131. oci/golden_gate/golden_gate_client_composite_operations.py +90 -0
  132. oci/golden_gate/models/__init__.py +8 -0
  133. oci/golden_gate/models/certificate.py +713 -0
  134. oci/golden_gate/models/certificate_collection.py +72 -0
  135. oci/golden_gate/models/certificate_summary.py +269 -0
  136. oci/golden_gate/models/create_certificate_details.py +105 -0
  137. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +2 -2
  138. oci/golden_gate/models/create_mysql_connection_details.py +10 -12
  139. oci/golden_gate/models/create_postgresql_connection_details.py +8 -6
  140. oci/golden_gate/models/microsoft_sqlserver_connection.py +2 -2
  141. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +2 -2
  142. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +2 -2
  143. oci/golden_gate/models/update_mysql_connection_details.py +10 -12
  144. oci/golden_gate/models/update_postgresql_connection_details.py +8 -6
  145. oci/golden_gate/models/work_request.py +11 -3
  146. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  147. oci/governance_rules_control_plane/work_request_client.py +5 -5
  148. oci/healthchecks/health_checks_client.py +17 -17
  149. oci/identity/identity_client.py +145 -145
  150. oci/identity_data_plane/dataplane_client.py +2 -2
  151. oci/identity_domains/identity_domains_client.py +294 -294
  152. oci/integration/integration_instance_client.py +15 -15
  153. oci/jms/java_management_service_client.py +66 -66
  154. oci/jms_java_downloads/java_download_client.py +25 -25
  155. oci/key_management/ekm_client.py +5 -5
  156. oci/key_management/kms_crypto_client.py +6 -6
  157. oci/key_management/kms_management_client.py +21 -21
  158. oci/key_management/kms_vault_client.py +14 -14
  159. oci/license_manager/license_manager_client.py +18 -18
  160. oci/limits/limits_client.py +4 -4
  161. oci/limits/quotas_client.py +7 -7
  162. oci/load_balancer/load_balancer_client.py +61 -61
  163. oci/lockbox/lockbox_client.py +23 -23
  164. oci/log_analytics/log_analytics_client.py +388 -192
  165. oci/log_analytics/models/export_details.py +15 -17
  166. oci/logging/logging_management_client.py +30 -30
  167. oci/loggingingestion/logging_client.py +1 -1
  168. oci/loggingsearch/log_search_client.py +1 -1
  169. oci/management_agent/management_agent_client.py +23 -23
  170. oci/management_dashboard/dashx_apis_client.py +14 -14
  171. oci/marketplace/account_client.py +2 -2
  172. oci/marketplace/marketplace_client.py +30 -30
  173. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  174. oci/media_services/media_services_client.py +48 -48
  175. oci/media_services/media_stream_client.py +2 -2
  176. oci/monitoring/monitoring_client.py +13 -13
  177. oci/mysql/channels_client.py +7 -7
  178. oci/mysql/db_backups_client.py +6 -6
  179. oci/mysql/db_system_client.py +17 -17
  180. oci/mysql/mysqlaas_client.py +7 -7
  181. oci/mysql/replicas_client.py +5 -5
  182. oci/mysql/work_requests_client.py +4 -4
  183. oci/network_firewall/network_firewall_client.py +80 -80
  184. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  185. oci/nosql/nosql_client.py +24 -24
  186. oci/object_storage/object_storage_client.py +50 -50
  187. oci/oce/oce_instance_client.py +10 -10
  188. oci/oci_control_center/occ_metrics_client.py +3 -3
  189. oci/ocvp/__init__.py +4 -2
  190. oci/ocvp/cluster_client.py +732 -0
  191. oci/ocvp/cluster_client_composite_operations.py +160 -0
  192. oci/ocvp/esxi_host_client.py +262 -14
  193. oci/ocvp/esxi_host_client_composite_operations.py +84 -1
  194. oci/ocvp/models/__init__.py +29 -7
  195. oci/ocvp/models/change_sddc_compartment_details.py +1 -1
  196. oci/ocvp/models/cluster.py +1026 -0
  197. oci/ocvp/models/cluster_collection.py +72 -0
  198. oci/ocvp/models/cluster_summary.py +671 -0
  199. oci/ocvp/models/create_cluster_details.py +658 -0
  200. oci/ocvp/models/create_esxi_host_details.py +112 -161
  201. oci/ocvp/models/create_sddc_details.py +86 -814
  202. oci/ocvp/models/datastore_details.py +154 -0
  203. oci/ocvp/models/datastore_info.py +6 -6
  204. oci/ocvp/models/downgrade_hcx_details.py +1 -1
  205. oci/ocvp/models/esxi_host.py +132 -64
  206. oci/ocvp/models/esxi_host_collection.py +1 -1
  207. oci/ocvp/models/esxi_host_summary.py +100 -63
  208. oci/ocvp/models/hcx_license_summary.py +1 -1
  209. oci/ocvp/models/initial_cluster_configuration.py +518 -0
  210. oci/ocvp/models/initial_configuration.py +72 -0
  211. oci/ocvp/models/network_configuration.py +635 -0
  212. oci/ocvp/models/replace_host_details.py +78 -0
  213. oci/ocvp/models/sddc.py +176 -1269
  214. oci/ocvp/models/sddc_collection.py +1 -1
  215. oci/ocvp/models/sddc_password.py +123 -0
  216. oci/ocvp/models/sddc_summary.py +55 -161
  217. oci/ocvp/models/supported_commitment_summary.py +96 -0
  218. oci/ocvp/models/supported_commitment_summary_collection.py +72 -0
  219. oci/ocvp/models/supported_esxi_software_version_summary.py +135 -0
  220. oci/ocvp/models/supported_host_shape_collection.py +1 -1
  221. oci/ocvp/models/supported_host_shape_summary.py +54 -54
  222. oci/ocvp/models/supported_vmware_software_version_collection.py +1 -1
  223. oci/ocvp/models/supported_vmware_software_version_summary.py +34 -3
  224. oci/ocvp/models/update_cluster_details.py +265 -0
  225. oci/ocvp/models/update_esxi_host_details.py +32 -32
  226. oci/ocvp/models/update_sddc_details.py +42 -377
  227. oci/ocvp/models/vsphere_license.py +1 -1
  228. oci/ocvp/models/vsphere_upgrade_object.py +1 -1
  229. oci/ocvp/models/work_request.py +20 -4
  230. oci/ocvp/models/work_request_collection.py +1 -1
  231. oci/ocvp/models/work_request_error.py +1 -1
  232. oci/ocvp/models/work_request_error_collection.py +1 -1
  233. oci/ocvp/models/work_request_log_entry.py +1 -1
  234. oci/ocvp/models/work_request_log_entry_collection.py +1 -1
  235. oci/ocvp/models/work_request_resource.py +1 -1
  236. oci/ocvp/sddc_client.py +212 -68
  237. oci/ocvp/sddc_client_composite_operations.py +1 -1
  238. oci/ocvp/work_request_client.py +10 -10
  239. oci/ocvp/work_request_client_composite_operations.py +1 -1
  240. oci/oda/management_client.py +56 -56
  241. oci/oda/oda_client.py +17 -17
  242. oci/oda/odapackage_client.py +7 -7
  243. oci/onesubscription/billing_schedule_client.py +1 -1
  244. oci/onesubscription/commitment_client.py +2 -2
  245. oci/onesubscription/computed_usage_client.py +3 -3
  246. oci/onesubscription/invoice_summary_client.py +2 -2
  247. oci/onesubscription/organization_subscription_client.py +1 -1
  248. oci/onesubscription/ratecard_client.py +1 -1
  249. oci/onesubscription/subscribed_service_client.py +2 -2
  250. oci/onesubscription/subscription_client.py +1 -1
  251. oci/ons/notification_control_plane_client.py +6 -6
  252. oci/ons/notification_data_plane_client.py +10 -10
  253. oci/opa/opa_instance_client.py +11 -11
  254. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  255. oci/opensearch/opensearch_cluster_client.py +14 -14
  256. oci/operator_access_control/access_requests_client.py +9 -9
  257. oci/operator_access_control/operator_actions_client.py +2 -2
  258. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  259. oci/operator_access_control/operator_control_client.py +6 -6
  260. oci/opsi/models/__init__.py +22 -0
  261. oci/opsi/models/awr_hub_objects.py +72 -0
  262. oci/opsi/models/awr_hub_source.py +904 -0
  263. oci/opsi/models/awr_hub_source_summary.py +904 -0
  264. oci/opsi/models/awr_hub_source_summary_collection.py +72 -0
  265. oci/opsi/models/awr_hub_sources.py +72 -0
  266. oci/opsi/models/change_awr_hub_source_compartment_details.py +72 -0
  267. oci/opsi/models/change_operations_insights_warehouse_compartment_details.py +76 -0
  268. oci/opsi/models/create_awr_hub_details.py +1 -1
  269. oci/opsi/models/create_awr_hub_source_details.py +377 -0
  270. oci/opsi/models/list_objects.py +134 -0
  271. oci/opsi/models/object_summary.py +329 -0
  272. oci/opsi/models/update_awr_hub_source_details.py +210 -0
  273. oci/opsi/models/work_request.py +27 -3
  274. oci/opsi/operations_insights_client.py +3221 -1507
  275. oci/opsi/operations_insights_client_composite_operations.py +283 -0
  276. oci/optimizer/optimizer_client.py +26 -26
  277. oci/os_management/event_client.py +8 -8
  278. oci/os_management/os_management_client.py +69 -69
  279. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  280. oci/os_management_hub/managed_instance_client.py +22 -22
  281. oci/os_management_hub/managed_instance_group_client.py +22 -22
  282. oci/os_management_hub/management_station_client.py +8 -8
  283. oci/os_management_hub/onboarding_client.py +5 -5
  284. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  285. oci/os_management_hub/scheduled_job_client.py +6 -6
  286. oci/os_management_hub/software_source_client.py +22 -22
  287. oci/os_management_hub/work_request_client.py +4 -4
  288. oci/osp_gateway/address_rule_service_client.py +1 -1
  289. oci/osp_gateway/address_service_client.py +2 -2
  290. oci/osp_gateway/invoice_service_client.py +5 -5
  291. oci/osp_gateway/subscription_service_client.py +5 -5
  292. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  293. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  294. oci/osub_subscription/commitment_client.py +2 -2
  295. oci/osub_subscription/ratecard_client.py +1 -1
  296. oci/osub_subscription/subscription_client.py +1 -1
  297. oci/osub_usage/computed_usage_client.py +3 -3
  298. oci/psql/postgresql_client.py +66 -66
  299. oci/queue/queue_admin_client.py +11 -11
  300. oci/queue/queue_client.py +8 -8
  301. oci/recovery/database_recovery_client.py +23 -23
  302. oci/redis/redis_cluster_client.py +11 -11
  303. oci/regions_definitions.py +12 -4
  304. oci/resource_manager/resource_manager_client.py +52 -52
  305. oci/resource_search/resource_search_client.py +3 -3
  306. oci/rover/rover_bundle_client.py +8 -8
  307. oci/rover/rover_cluster_client.py +8 -8
  308. oci/rover/rover_entitlement_client.py +6 -6
  309. oci/rover/rover_node_client.py +15 -15
  310. oci/rover/shape_client.py +1 -1
  311. oci/rover/work_requests_client.py +5 -5
  312. oci/sch/service_connector_client.py +12 -12
  313. oci/secrets/secrets_client.py +3 -3
  314. oci/service_catalog/service_catalog_client.py +26 -26
  315. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  316. oci/service_mesh/service_mesh_client.py +48 -48
  317. oci/stack_monitoring/stack_monitoring_client.py +58 -58
  318. oci/streaming/stream_admin_client.py +18 -18
  319. oci/streaming/stream_client.py +8 -8
  320. oci/tenant_manager_control_plane/domain_client.py +5 -5
  321. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  322. oci/tenant_manager_control_plane/governance_client.py +2 -2
  323. oci/tenant_manager_control_plane/link_client.py +3 -3
  324. oci/tenant_manager_control_plane/orders_client.py +2 -2
  325. oci/tenant_manager_control_plane/organization_client.py +10 -10
  326. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  327. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  328. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  329. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  330. oci/threat_intelligence/threatintel_client.py +5 -5
  331. oci/usage/resources_client.py +2 -2
  332. oci/usage/rewards_client.py +6 -6
  333. oci/usage/usagelimits_client.py +1 -1
  334. oci/usage_api/usageapi_client.py +19 -19
  335. oci/vault/vaults_client.py +11 -11
  336. oci/vbs_inst/vbs_instance_client.py +10 -10
  337. oci/version.py +1 -1
  338. oci/visual_builder/vb_instance_client.py +13 -13
  339. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  340. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  341. oci/waa/waa_client.py +13 -13
  342. oci/waa/work_request_client.py +4 -4
  343. oci/waas/redirect_client.py +6 -6
  344. oci/waas/waas_client.py +66 -66
  345. oci/waf/waf_client.py +24 -24
  346. oci/work_requests/work_request_client.py +4 -4
  347. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/METADATA +1 -1
  348. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/RECORD +352 -312
  349. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/LICENSE.txt +0 -0
  350. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  351. {oci-2.116.0.dist-info → oci-2.117.0.dist-info}/WHEEL +0 -0
  352. {oci-2.116.0.dist-info → oci-2.117.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.116.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.117.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.116.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.117.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.116.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.117.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.116.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.117.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.116.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.117.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']
@@ -757,7 +757,7 @@ class DataSafeClient(object):
757
757
  :rtype: :class:`~oci.response.Response`
758
758
 
759
759
  :example:
760
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
760
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
761
761
  """
762
762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
763
763
  required_arguments = ['auditProfileId']
@@ -876,7 +876,7 @@ class DataSafeClient(object):
876
876
  :rtype: :class:`~oci.response.Response`
877
877
 
878
878
  :example:
879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
880
880
  """
881
881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
882
882
  required_arguments = ['auditProfileId']
@@ -992,7 +992,7 @@ class DataSafeClient(object):
992
992
  :rtype: :class:`~oci.response.Response`
993
993
 
994
994
  :example:
995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
996
996
  """
997
997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
998
998
  required_arguments = ['workRequestId']
@@ -1109,7 +1109,7 @@ class DataSafeClient(object):
1109
1109
  :rtype: :class:`~oci.response.Response`
1110
1110
 
1111
1111
  :example:
1112
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
1112
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
1113
1113
  """
1114
1114
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1115
1115
  required_arguments = ['alertId']
@@ -1228,7 +1228,7 @@ class DataSafeClient(object):
1228
1228
  :rtype: :class:`~oci.response.Response`
1229
1229
 
1230
1230
  :example:
1231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
1231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
1232
1232
  """
1233
1233
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1234
1234
  required_arguments = ['auditArchiveRetrievalId']
@@ -1347,7 +1347,7 @@ class DataSafeClient(object):
1347
1347
  :rtype: :class:`~oci.response.Response`
1348
1348
 
1349
1349
  :example:
1350
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
1350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
1351
1351
  """
1352
1352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1353
1353
  required_arguments = ['auditPolicyId']
@@ -1466,7 +1466,7 @@ class DataSafeClient(object):
1466
1466
  :rtype: :class:`~oci.response.Response`
1467
1467
 
1468
1468
  :example:
1469
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
1469
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
1470
1470
  """
1471
1471
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1472
1472
  required_arguments = ['auditProfileId']
@@ -1579,7 +1579,7 @@ class DataSafeClient(object):
1579
1579
  :rtype: :class:`~oci.response.Response`
1580
1580
 
1581
1581
  :example:
1582
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
1582
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
1583
1583
  """
1584
1584
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1585
1585
  required_arguments = ['dataSafePrivateEndpointId']
@@ -1695,7 +1695,7 @@ class DataSafeClient(object):
1695
1695
  :rtype: :class:`~oci.response.Response`
1696
1696
 
1697
1697
  :example:
1698
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_database_security_config_compartment.py.html>`__ to see an example of how to use change_database_security_config_compartment API.
1698
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_database_security_config_compartment.py.html>`__ to see an example of how to use change_database_security_config_compartment API.
1699
1699
  """
1700
1700
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1701
1701
  required_arguments = ['databaseSecurityConfigId']
@@ -1814,7 +1814,7 @@ class DataSafeClient(object):
1814
1814
  :rtype: :class:`~oci.response.Response`
1815
1815
 
1816
1816
  :example:
1817
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
1817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
1818
1818
  """
1819
1819
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1820
1820
  required_arguments = ['discoveryJobId']
@@ -1933,7 +1933,7 @@ class DataSafeClient(object):
1933
1933
  :rtype: :class:`~oci.response.Response`
1934
1934
 
1935
1935
  :example:
1936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
1936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
1937
1937
  """
1938
1938
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1939
1939
  required_arguments = ['libraryMaskingFormatId']
@@ -2052,7 +2052,7 @@ class DataSafeClient(object):
2052
2052
  :rtype: :class:`~oci.response.Response`
2053
2053
 
2054
2054
  :example:
2055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
2055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
2056
2056
  """
2057
2057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2058
2058
  required_arguments = ['maskingPolicyId']
@@ -2171,7 +2171,7 @@ class DataSafeClient(object):
2171
2171
  :rtype: :class:`~oci.response.Response`
2172
2172
 
2173
2173
  :example:
2174
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
2174
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
2175
2175
  """
2176
2176
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2177
2177
  required_arguments = ['onPremConnectorId']
@@ -2290,7 +2290,7 @@ class DataSafeClient(object):
2290
2290
  :rtype: :class:`~oci.response.Response`
2291
2291
 
2292
2292
  :example:
2293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
2293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
2294
2294
  """
2295
2295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2296
2296
  required_arguments = ['reportId']
@@ -2409,7 +2409,7 @@ class DataSafeClient(object):
2409
2409
  :rtype: :class:`~oci.response.Response`
2410
2410
 
2411
2411
  :example:
2412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
2412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
2413
2413
  """
2414
2414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2415
2415
  required_arguments = ['reportDefinitionId']
@@ -2528,7 +2528,7 @@ class DataSafeClient(object):
2528
2528
  :rtype: :class:`~oci.response.Response`
2529
2529
 
2530
2530
  :example:
2531
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
2531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
2532
2532
  """
2533
2533
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2534
2534
  required_arguments = ['auditProfileId']
@@ -2647,7 +2647,7 @@ class DataSafeClient(object):
2647
2647
  :rtype: :class:`~oci.response.Response`
2648
2648
 
2649
2649
  :example:
2650
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
2650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
2651
2651
  """
2652
2652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2653
2653
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -2770,7 +2770,7 @@ class DataSafeClient(object):
2770
2770
  :rtype: :class:`~oci.response.Response`
2771
2771
 
2772
2772
  :example:
2773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
2773
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
2774
2774
  """
2775
2775
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2776
2776
  required_arguments = ['securityAssessmentId']
@@ -2889,7 +2889,7 @@ class DataSafeClient(object):
2889
2889
  :rtype: :class:`~oci.response.Response`
2890
2890
 
2891
2891
  :example:
2892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_compartment API.
2892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_compartment API.
2893
2893
  """
2894
2894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2895
2895
  required_arguments = ['securityPolicyId']
@@ -3008,7 +3008,7 @@ class DataSafeClient(object):
3008
3008
  :rtype: :class:`~oci.response.Response`
3009
3009
 
3010
3010
  :example:
3011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_compartment API.
3011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_compartment API.
3012
3012
  """
3013
3013
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3014
3014
  required_arguments = ['securityPolicyDeploymentId']
@@ -3127,7 +3127,7 @@ class DataSafeClient(object):
3127
3127
  :rtype: :class:`~oci.response.Response`
3128
3128
 
3129
3129
  :example:
3130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
3130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
3131
3131
  """
3132
3132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3133
3133
  required_arguments = ['sensitiveDataModelId']
@@ -3246,7 +3246,7 @@ class DataSafeClient(object):
3246
3246
  :rtype: :class:`~oci.response.Response`
3247
3247
 
3248
3248
  :example:
3249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
3249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
3250
3250
  """
3251
3251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3252
3252
  required_arguments = ['sensitiveTypeId']
@@ -3365,7 +3365,7 @@ class DataSafeClient(object):
3365
3365
  :rtype: :class:`~oci.response.Response`
3366
3366
 
3367
3367
  :example:
3368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_compartment API.
3368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_compartment API.
3369
3369
  """
3370
3370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3371
3371
  required_arguments = ['sqlCollectionId']
@@ -3484,7 +3484,7 @@ class DataSafeClient(object):
3484
3484
  :rtype: :class:`~oci.response.Response`
3485
3485
 
3486
3486
  :example:
3487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_compartment API.
3487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_compartment API.
3488
3488
  """
3489
3489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3490
3490
  required_arguments = ['sqlFirewallPolicyId']
@@ -3603,7 +3603,7 @@ class DataSafeClient(object):
3603
3603
  :rtype: :class:`~oci.response.Response`
3604
3604
 
3605
3605
  :example:
3606
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
3606
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
3607
3607
  """
3608
3608
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3609
3609
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -3722,7 +3722,7 @@ class DataSafeClient(object):
3722
3722
  :rtype: :class:`~oci.response.Response`
3723
3723
 
3724
3724
  :example:
3725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
3725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
3726
3726
  """
3727
3727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3728
3728
  required_arguments = ['targetDatabaseId']
@@ -3845,7 +3845,7 @@ class DataSafeClient(object):
3845
3845
  :rtype: :class:`~oci.response.Response`
3846
3846
 
3847
3847
  :example:
3848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
3848
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
3849
3849
  """
3850
3850
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3851
3851
  required_arguments = ['userAssessmentId']
@@ -3965,7 +3965,7 @@ class DataSafeClient(object):
3965
3965
  :rtype: :class:`~oci.response.Response`
3966
3966
 
3967
3967
  :example:
3968
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
3968
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
3969
3969
  """
3970
3970
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3971
3971
  required_arguments = ['securityAssessmentId']
@@ -4085,7 +4085,7 @@ class DataSafeClient(object):
4085
4085
  :rtype: :class:`~oci.response.Response`
4086
4086
 
4087
4087
  :example:
4088
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
4088
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
4089
4089
  """
4090
4090
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4091
4091
  required_arguments = ['userAssessmentId']
@@ -4196,7 +4196,7 @@ class DataSafeClient(object):
4196
4196
  :rtype: :class:`~oci.response.Response`
4197
4197
 
4198
4198
  :example:
4199
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
4199
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
4200
4200
  """
4201
4201
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4202
4202
  required_arguments = []
@@ -4293,7 +4293,7 @@ class DataSafeClient(object):
4293
4293
  :rtype: :class:`~oci.response.Response`
4294
4294
 
4295
4295
  :example:
4296
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
4296
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
4297
4297
  """
4298
4298
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4299
4299
  required_arguments = []
@@ -4394,7 +4394,7 @@ class DataSafeClient(object):
4394
4394
  :rtype: :class:`~oci.response.Response`
4395
4395
 
4396
4396
  :example:
4397
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
4397
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
4398
4398
  """
4399
4399
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4400
4400
  required_arguments = []
@@ -4495,7 +4495,7 @@ class DataSafeClient(object):
4495
4495
  :rtype: :class:`~oci.response.Response`
4496
4496
 
4497
4497
  :example:
4498
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
4498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
4499
4499
  """
4500
4500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4501
4501
  required_arguments = []
@@ -4614,7 +4614,7 @@ class DataSafeClient(object):
4614
4614
  :rtype: :class:`~oci.response.Response`
4615
4615
 
4616
4616
  :example:
4617
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
4617
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
4618
4618
  """
4619
4619
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4620
4620
  required_arguments = ['maskingPolicyId']
@@ -4737,7 +4737,7 @@ class DataSafeClient(object):
4737
4737
  :rtype: :class:`~oci.response.Response`
4738
4738
 
4739
4739
  :example:
4740
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
4740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
4741
4741
  """
4742
4742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4743
4743
  required_arguments = []
@@ -4834,7 +4834,7 @@ class DataSafeClient(object):
4834
4834
  :rtype: :class:`~oci.response.Response`
4835
4835
 
4836
4836
  :example:
4837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
4837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
4838
4838
  """
4839
4839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4840
4840
  required_arguments = []
@@ -4931,7 +4931,7 @@ class DataSafeClient(object):
4931
4931
  :rtype: :class:`~oci.response.Response`
4932
4932
 
4933
4933
  :example:
4934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
4934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
4935
4935
  """
4936
4936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4937
4937
  required_arguments = []
@@ -5032,7 +5032,7 @@ class DataSafeClient(object):
5032
5032
  :rtype: :class:`~oci.response.Response`
5033
5033
 
5034
5034
  :example:
5035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
5035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
5036
5036
  """
5037
5037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5038
5038
  required_arguments = []
@@ -5133,7 +5133,7 @@ class DataSafeClient(object):
5133
5133
  :rtype: :class:`~oci.response.Response`
5134
5134
 
5135
5135
  :example:
5136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
5136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
5137
5137
  """
5138
5138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5139
5139
  required_arguments = []
@@ -5233,7 +5233,7 @@ class DataSafeClient(object):
5233
5233
  :rtype: :class:`~oci.response.Response`
5234
5234
 
5235
5235
  :example:
5236
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
5236
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
5237
5237
  """
5238
5238
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5239
5239
  required_arguments = ['sensitiveDataModelId']
@@ -5342,7 +5342,7 @@ class DataSafeClient(object):
5342
5342
  :rtype: :class:`~oci.response.Response`
5343
5343
 
5344
5344
  :example:
5345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
5345
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
5346
5346
  """
5347
5347
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5348
5348
  required_arguments = []
@@ -5441,7 +5441,7 @@ class DataSafeClient(object):
5441
5441
  :rtype: :class:`~oci.response.Response`
5442
5442
 
5443
5443
  :example:
5444
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
5444
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
5445
5445
  """
5446
5446
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5447
5447
  required_arguments = []
@@ -5538,7 +5538,7 @@ class DataSafeClient(object):
5538
5538
  :rtype: :class:`~oci.response.Response`
5539
5539
 
5540
5540
  :example:
5541
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
5541
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
5542
5542
  """
5543
5543
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5544
5544
  required_arguments = []
@@ -5635,7 +5635,7 @@ class DataSafeClient(object):
5635
5635
  :rtype: :class:`~oci.response.Response`
5636
5636
 
5637
5637
  :example:
5638
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
5638
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
5639
5639
  """
5640
5640
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5641
5641
  required_arguments = []
@@ -5732,7 +5732,7 @@ class DataSafeClient(object):
5732
5732
  :rtype: :class:`~oci.response.Response`
5733
5733
 
5734
5734
  :example:
5735
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
5735
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
5736
5736
  """
5737
5737
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5738
5738
  required_arguments = []
@@ -5833,7 +5833,7 @@ class DataSafeClient(object):
5833
5833
  :rtype: :class:`~oci.response.Response`
5834
5834
 
5835
5835
  :example:
5836
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
5836
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
5837
5837
  """
5838
5838
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5839
5839
  required_arguments = []
@@ -5937,7 +5937,7 @@ class DataSafeClient(object):
5937
5937
  :rtype: :class:`~oci.response.Response`
5938
5938
 
5939
5939
  :example:
5940
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
5940
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
5941
5941
  """
5942
5942
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5943
5943
  required_arguments = ['targetDatabaseId']
@@ -6046,7 +6046,7 @@ class DataSafeClient(object):
6046
6046
  :rtype: :class:`~oci.response.Response`
6047
6047
 
6048
6048
  :example:
6049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
6049
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
6050
6050
  """
6051
6051
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6052
6052
  required_arguments = ['auditArchiveRetrievalId']
@@ -6151,7 +6151,7 @@ class DataSafeClient(object):
6151
6151
  :rtype: :class:`~oci.response.Response`
6152
6152
 
6153
6153
  :example:
6154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
6154
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
6155
6155
  """
6156
6156
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6157
6157
  required_arguments = ['auditTrailId']
@@ -6256,7 +6256,7 @@ class DataSafeClient(object):
6256
6256
  :rtype: :class:`~oci.response.Response`
6257
6257
 
6258
6258
  :example:
6259
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
6259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
6260
6260
  """
6261
6261
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6262
6262
  required_arguments = ['dataSafePrivateEndpointId']
@@ -6361,7 +6361,7 @@ class DataSafeClient(object):
6361
6361
  :rtype: :class:`~oci.response.Response`
6362
6362
 
6363
6363
  :example:
6364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
6364
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
6365
6365
  """
6366
6366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6367
6367
  required_arguments = ['discoveryJobId']
@@ -6469,7 +6469,7 @@ class DataSafeClient(object):
6469
6469
  :rtype: :class:`~oci.response.Response`
6470
6470
 
6471
6471
  :example:
6472
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
6472
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
6473
6473
  """
6474
6474
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6475
6475
  required_arguments = ['discoveryJobId', 'resultKey']
@@ -6575,7 +6575,7 @@ class DataSafeClient(object):
6575
6575
  :rtype: :class:`~oci.response.Response`
6576
6576
 
6577
6577
  :example:
6578
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
6578
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
6579
6579
  """
6580
6580
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6581
6581
  required_arguments = ['libraryMaskingFormatId']
@@ -6683,7 +6683,7 @@ class DataSafeClient(object):
6683
6683
  :rtype: :class:`~oci.response.Response`
6684
6684
 
6685
6685
  :example:
6686
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
6686
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
6687
6687
  """
6688
6688
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6689
6689
  required_arguments = ['maskingColumnKey', 'maskingPolicyId']
@@ -6789,7 +6789,7 @@ class DataSafeClient(object):
6789
6789
  :rtype: :class:`~oci.response.Response`
6790
6790
 
6791
6791
  :example:
6792
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
6792
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
6793
6793
  """
6794
6794
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6795
6795
  required_arguments = ['maskingPolicyId']
@@ -6894,7 +6894,7 @@ class DataSafeClient(object):
6894
6894
  :rtype: :class:`~oci.response.Response`
6895
6895
 
6896
6896
  :example:
6897
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
6897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
6898
6898
  """
6899
6899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6900
6900
  required_arguments = ['onPremConnectorId']
@@ -6999,7 +6999,7 @@ class DataSafeClient(object):
6999
6999
  :rtype: :class:`~oci.response.Response`
7000
7000
 
7001
7001
  :example:
7002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
7002
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
7003
7003
  """
7004
7004
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7005
7005
  required_arguments = ['reportDefinitionId']
@@ -7104,7 +7104,7 @@ class DataSafeClient(object):
7104
7104
  :rtype: :class:`~oci.response.Response`
7105
7105
 
7106
7106
  :example:
7107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
7107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
7108
7108
  """
7109
7109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7110
7110
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -7212,7 +7212,7 @@ class DataSafeClient(object):
7212
7212
  :rtype: :class:`~oci.response.Response`
7213
7213
 
7214
7214
  :example:
7215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
7215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
7216
7216
  """
7217
7217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7218
7218
  required_arguments = ['securityAssessmentId']
@@ -7320,7 +7320,7 @@ class DataSafeClient(object):
7320
7320
  :rtype: :class:`~oci.response.Response`
7321
7321
 
7322
7322
  :example:
7323
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
7323
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
7324
7324
  """
7325
7325
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7326
7326
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -7426,7 +7426,7 @@ class DataSafeClient(object):
7426
7426
  :rtype: :class:`~oci.response.Response`
7427
7427
 
7428
7428
  :example:
7429
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
7429
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
7430
7430
  """
7431
7431
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7432
7432
  required_arguments = ['sensitiveDataModelId']
@@ -7531,7 +7531,7 @@ class DataSafeClient(object):
7531
7531
  :rtype: :class:`~oci.response.Response`
7532
7532
 
7533
7533
  :example:
7534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
7534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
7535
7535
  """
7536
7536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7537
7537
  required_arguments = ['sensitiveTypeId']
@@ -7636,7 +7636,7 @@ class DataSafeClient(object):
7636
7636
  :rtype: :class:`~oci.response.Response`
7637
7637
 
7638
7638
  :example:
7639
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
7639
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
7640
7640
  """
7641
7641
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7642
7642
  required_arguments = ['sqlCollectionId']
@@ -7741,7 +7741,7 @@ class DataSafeClient(object):
7741
7741
  :rtype: :class:`~oci.response.Response`
7742
7742
 
7743
7743
  :example:
7744
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
7744
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
7745
7745
  """
7746
7746
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7747
7747
  required_arguments = ['sqlFirewallPolicyId']
@@ -7846,7 +7846,7 @@ class DataSafeClient(object):
7846
7846
  :rtype: :class:`~oci.response.Response`
7847
7847
 
7848
7848
  :example:
7849
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
7849
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
7850
7850
  """
7851
7851
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7852
7852
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -7951,7 +7951,7 @@ class DataSafeClient(object):
7951
7951
  :rtype: :class:`~oci.response.Response`
7952
7952
 
7953
7953
  :example:
7954
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
7954
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
7955
7955
  """
7956
7956
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7957
7957
  required_arguments = ['targetDatabaseId']
@@ -8059,7 +8059,7 @@ class DataSafeClient(object):
8059
8059
  :rtype: :class:`~oci.response.Response`
8060
8060
 
8061
8061
  :example:
8062
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
8062
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
8063
8063
  """
8064
8064
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8065
8065
  required_arguments = ['userAssessmentId']
@@ -8173,7 +8173,7 @@ class DataSafeClient(object):
8173
8173
  :rtype: :class:`~oci.response.Response`
8174
8174
 
8175
8175
  :example:
8176
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
8176
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
8177
8177
  """
8178
8178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8179
8179
  required_arguments = ['auditProfileId']
@@ -8280,7 +8280,7 @@ class DataSafeClient(object):
8280
8280
  :rtype: :class:`~oci.response.Response`
8281
8281
 
8282
8282
  :example:
8283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
8283
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
8284
8284
  """
8285
8285
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8286
8286
  required_arguments = ['sensitiveDataModelId']
@@ -8383,7 +8383,7 @@ class DataSafeClient(object):
8383
8383
  :rtype: :class:`~oci.response.Response`
8384
8384
 
8385
8385
  :example:
8386
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
8386
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
8387
8387
  """
8388
8388
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8389
8389
  required_arguments = ['maskingPolicyId']
@@ -8489,7 +8489,7 @@ class DataSafeClient(object):
8489
8489
  :rtype: :class:`~oci.response.Response`
8490
8490
 
8491
8491
  :example:
8492
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
8492
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
8493
8493
  """
8494
8494
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8495
8495
  required_arguments = ['maskingPolicyId']
@@ -8594,7 +8594,7 @@ class DataSafeClient(object):
8594
8594
  :rtype: :class:`~oci.response.Response`
8595
8595
 
8596
8596
  :example:
8597
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
8597
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
8598
8598
  """
8599
8599
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8600
8600
  required_arguments = ['maskingPolicyId']
@@ -8704,7 +8704,7 @@ class DataSafeClient(object):
8704
8704
  :rtype: :class:`~oci.response.Response`
8705
8705
 
8706
8706
  :example:
8707
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
8707
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
8708
8708
  """
8709
8709
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8710
8710
  required_arguments = []
@@ -8812,7 +8812,7 @@ class DataSafeClient(object):
8812
8812
  :rtype: :class:`~oci.response.Response`
8813
8813
 
8814
8814
  :example:
8815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
8815
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
8816
8816
  """
8817
8817
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8818
8818
  required_arguments = ['securityAssessmentId']
@@ -8923,7 +8923,7 @@ class DataSafeClient(object):
8923
8923
  :rtype: :class:`~oci.response.Response`
8924
8924
 
8925
8925
  :example:
8926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
8926
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
8927
8927
  """
8928
8928
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8929
8929
  required_arguments = ['sensitiveDataModelId']
@@ -9040,7 +9040,7 @@ class DataSafeClient(object):
9040
9040
  :rtype: :class:`~oci.response.Response`
9041
9041
 
9042
9042
  :example:
9043
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
9043
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
9044
9044
  """
9045
9045
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9046
9046
  required_arguments = ['userAssessmentId']
@@ -9155,7 +9155,7 @@ class DataSafeClient(object):
9155
9155
  :rtype: :class:`~oci.response.Response`
9156
9156
 
9157
9157
  :example:
9158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
9158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
9159
9159
  """
9160
9160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9161
9161
  required_arguments = []
@@ -9257,7 +9257,7 @@ class DataSafeClient(object):
9257
9257
  :rtype: :class:`~oci.response.Response`
9258
9258
 
9259
9259
  :example:
9260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
9260
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
9261
9261
  """
9262
9262
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9263
9263
  required_arguments = ['sensitiveDataModelId']
@@ -9362,7 +9362,7 @@ class DataSafeClient(object):
9362
9362
  :rtype: :class:`~oci.response.Response`
9363
9363
 
9364
9364
  :example:
9365
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
9365
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
9366
9366
  """
9367
9367
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9368
9368
  required_arguments = ['maskingPolicyId']
@@ -9466,7 +9466,7 @@ class DataSafeClient(object):
9466
9466
  :rtype: :class:`~oci.response.Response`
9467
9467
 
9468
9468
  :example:
9469
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
9469
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
9470
9470
  """
9471
9471
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9472
9472
  required_arguments = ['maskingPolicyId']
@@ -9580,7 +9580,7 @@ class DataSafeClient(object):
9580
9580
  :rtype: :class:`~oci.response.Response`
9581
9581
 
9582
9582
  :example:
9583
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
9583
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
9584
9584
  """
9585
9585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9586
9586
  required_arguments = ['onPremConnectorId']
@@ -9712,7 +9712,7 @@ class DataSafeClient(object):
9712
9712
  :rtype: :class:`~oci.response.Response`
9713
9713
 
9714
9714
  :example:
9715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
9715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
9716
9716
  """
9717
9717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9718
9718
  required_arguments = ['reportDefinitionId']
@@ -9840,7 +9840,7 @@ class DataSafeClient(object):
9840
9840
  :rtype: :class:`~oci.response.Response`
9841
9841
 
9842
9842
  :example:
9843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
9843
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
9844
9844
  """
9845
9845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9846
9846
  required_arguments = ['securityAssessmentId']
@@ -9949,7 +9949,7 @@ class DataSafeClient(object):
9949
9949
  :rtype: :class:`~oci.response.Response`
9950
9950
 
9951
9951
  :example:
9952
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
9952
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
9953
9953
  """
9954
9954
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9955
9955
  required_arguments = ['sensitiveDataModelId']
@@ -10060,7 +10060,7 @@ class DataSafeClient(object):
10060
10060
  :rtype: :class:`~oci.response.Response`
10061
10061
 
10062
10062
  :example:
10063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
10063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
10064
10064
  """
10065
10065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10066
10066
  required_arguments = ['sqlCollectionId']
@@ -10178,7 +10178,7 @@ class DataSafeClient(object):
10178
10178
  :rtype: :class:`~oci.response.Response`
10179
10179
 
10180
10180
  :example:
10181
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
10181
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
10182
10182
  """
10183
10183
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10184
10184
  required_arguments = ['userAssessmentId']
@@ -10281,7 +10281,7 @@ class DataSafeClient(object):
10281
10281
  :rtype: :class:`~oci.response.Response`
10282
10282
 
10283
10283
  :example:
10284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
10284
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
10285
10285
  """
10286
10286
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10287
10287
  required_arguments = ['alertId']
@@ -10379,7 +10379,7 @@ class DataSafeClient(object):
10379
10379
  :rtype: :class:`~oci.response.Response`
10380
10380
 
10381
10381
  :example:
10382
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
10382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
10383
10383
  """
10384
10384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10385
10385
  required_arguments = ['alertPolicyId']
@@ -10484,7 +10484,7 @@ class DataSafeClient(object):
10484
10484
  :rtype: :class:`~oci.response.Response`
10485
10485
 
10486
10486
  :example:
10487
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
10487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
10488
10488
  """
10489
10489
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10490
10490
  required_arguments = ['auditArchiveRetrievalId']
@@ -10584,7 +10584,7 @@ class DataSafeClient(object):
10584
10584
  :rtype: :class:`~oci.response.Response`
10585
10585
 
10586
10586
  :example:
10587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
10587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
10588
10588
  """
10589
10589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10590
10590
  required_arguments = ['auditPolicyId']
@@ -10682,7 +10682,7 @@ class DataSafeClient(object):
10682
10682
  :rtype: :class:`~oci.response.Response`
10683
10683
 
10684
10684
  :example:
10685
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
10685
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
10686
10686
  """
10687
10687
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10688
10688
  required_arguments = ['auditProfileId']
@@ -10780,7 +10780,7 @@ class DataSafeClient(object):
10780
10780
  :rtype: :class:`~oci.response.Response`
10781
10781
 
10782
10782
  :example:
10783
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
10783
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
10784
10784
  """
10785
10785
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10786
10786
  required_arguments = ['auditTrailId']
@@ -10891,7 +10891,7 @@ class DataSafeClient(object):
10891
10891
  :rtype: :class:`~oci.response.Response`
10892
10892
 
10893
10893
  :example:
10894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
10894
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
10895
10895
  """
10896
10896
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10897
10897
  required_arguments = []
@@ -11012,7 +11012,7 @@ class DataSafeClient(object):
11012
11012
  :rtype: :class:`~oci.response.Response`
11013
11013
 
11014
11014
  :example:
11015
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
11015
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
11016
11016
  """
11017
11017
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11018
11018
  required_arguments = ['compartmentId']
@@ -11120,7 +11120,7 @@ class DataSafeClient(object):
11120
11120
  :rtype: :class:`~oci.response.Response`
11121
11121
 
11122
11122
  :example:
11123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
11123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
11124
11124
  """
11125
11125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11126
11126
  required_arguments = []
@@ -11214,7 +11214,7 @@ class DataSafeClient(object):
11214
11214
  :rtype: :class:`~oci.response.Response`
11215
11215
 
11216
11216
  :example:
11217
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
11217
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
11218
11218
  """
11219
11219
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11220
11220
  required_arguments = ['dataSafePrivateEndpointId']
@@ -11312,7 +11312,7 @@ class DataSafeClient(object):
11312
11312
  :rtype: :class:`~oci.response.Response`
11313
11313
 
11314
11314
  :example:
11315
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
11315
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
11316
11316
  """
11317
11317
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11318
11318
  required_arguments = ['databaseSecurityConfigId']
@@ -11413,7 +11413,7 @@ class DataSafeClient(object):
11413
11413
  :rtype: :class:`~oci.response.Response`
11414
11414
 
11415
11415
  :example:
11416
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
11416
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
11417
11417
  """
11418
11418
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11419
11419
  required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
@@ -11512,7 +11512,7 @@ class DataSafeClient(object):
11512
11512
  :rtype: :class:`~oci.response.Response`
11513
11513
 
11514
11514
  :example:
11515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
11515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
11516
11516
  """
11517
11517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11518
11518
  required_arguments = ['discoveryJobId']
@@ -11613,7 +11613,7 @@ class DataSafeClient(object):
11613
11613
  :rtype: :class:`~oci.response.Response`
11614
11614
 
11615
11615
  :example:
11616
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
11616
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
11617
11617
  """
11618
11618
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11619
11619
  required_arguments = ['discoveryJobId', 'resultKey']
@@ -11712,7 +11712,7 @@ class DataSafeClient(object):
11712
11712
  :rtype: :class:`~oci.response.Response`
11713
11713
 
11714
11714
  :example:
11715
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
11715
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
11716
11716
  """
11717
11717
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11718
11718
  required_arguments = ['libraryMaskingFormatId']
@@ -11813,7 +11813,7 @@ class DataSafeClient(object):
11813
11813
  :rtype: :class:`~oci.response.Response`
11814
11814
 
11815
11815
  :example:
11816
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
11816
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
11817
11817
  """
11818
11818
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11819
11819
  required_arguments = ['maskingPolicyId', 'maskingColumnKey']
@@ -11912,7 +11912,7 @@ class DataSafeClient(object):
11912
11912
  :rtype: :class:`~oci.response.Response`
11913
11913
 
11914
11914
  :example:
11915
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
11915
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
11916
11916
  """
11917
11917
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11918
11918
  required_arguments = ['maskingPolicyId']
@@ -12010,7 +12010,7 @@ class DataSafeClient(object):
12010
12010
  :rtype: :class:`~oci.response.Response`
12011
12011
 
12012
12012
  :example:
12013
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
12013
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
12014
12014
  """
12015
12015
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12016
12016
  required_arguments = ['maskingReportId']
@@ -12108,7 +12108,7 @@ class DataSafeClient(object):
12108
12108
  :rtype: :class:`~oci.response.Response`
12109
12109
 
12110
12110
  :example:
12111
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
12111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
12112
12112
  """
12113
12113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12114
12114
  required_arguments = ['onPremConnectorId']
@@ -12212,7 +12212,7 @@ class DataSafeClient(object):
12212
12212
  :rtype: :class:`~oci.response.Response`
12213
12213
 
12214
12214
  :example:
12215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
12215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
12216
12216
  """
12217
12217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12218
12218
  required_arguments = ['userAssessmentId', 'profileName']
@@ -12311,7 +12311,7 @@ class DataSafeClient(object):
12311
12311
  :rtype: :class:`~oci.response.Response`
12312
12312
 
12313
12313
  :example:
12314
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
12314
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
12315
12315
  """
12316
12316
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12317
12317
  required_arguments = ['reportId']
@@ -12409,7 +12409,7 @@ class DataSafeClient(object):
12409
12409
  :rtype: :class:`~oci.response.Response`
12410
12410
 
12411
12411
  :example:
12412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
12412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
12413
12413
  """
12414
12414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12415
12415
  required_arguments = ['reportId']
@@ -12507,7 +12507,7 @@ class DataSafeClient(object):
12507
12507
  :rtype: :class:`~oci.response.Response`
12508
12508
 
12509
12509
  :example:
12510
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
12510
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
12511
12511
  """
12512
12512
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12513
12513
  required_arguments = ['reportDefinitionId']
@@ -12605,7 +12605,7 @@ class DataSafeClient(object):
12605
12605
  :rtype: :class:`~oci.response.Response`
12606
12606
 
12607
12607
  :example:
12608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
12608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
12609
12609
  """
12610
12610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12611
12611
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -12703,7 +12703,7 @@ class DataSafeClient(object):
12703
12703
  :rtype: :class:`~oci.response.Response`
12704
12704
 
12705
12705
  :example:
12706
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
12706
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
12707
12707
  """
12708
12708
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12709
12709
  required_arguments = ['securityAssessmentId']
@@ -12804,7 +12804,7 @@ class DataSafeClient(object):
12804
12804
  :rtype: :class:`~oci.response.Response`
12805
12805
 
12806
12806
  :example:
12807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
12807
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
12808
12808
  """
12809
12809
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12810
12810
  required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
@@ -12903,7 +12903,7 @@ class DataSafeClient(object):
12903
12903
  :rtype: :class:`~oci.response.Response`
12904
12904
 
12905
12905
  :example:
12906
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
12906
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
12907
12907
  """
12908
12908
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12909
12909
  required_arguments = ['securityPolicyId']
@@ -13001,7 +13001,7 @@ class DataSafeClient(object):
13001
13001
  :rtype: :class:`~oci.response.Response`
13002
13002
 
13003
13003
  :example:
13004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
13004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
13005
13005
  """
13006
13006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13007
13007
  required_arguments = ['securityPolicyDeploymentId']
@@ -13105,7 +13105,7 @@ class DataSafeClient(object):
13105
13105
  :rtype: :class:`~oci.response.Response`
13106
13106
 
13107
13107
  :example:
13108
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
13108
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
13109
13109
  """
13110
13110
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13111
13111
  required_arguments = ['securityPolicyDeploymentId', 'securityPolicyEntryStateId']
@@ -13207,7 +13207,7 @@ class DataSafeClient(object):
13207
13207
  :rtype: :class:`~oci.response.Response`
13208
13208
 
13209
13209
  :example:
13210
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
13210
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
13211
13211
  """
13212
13212
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13213
13213
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -13306,7 +13306,7 @@ class DataSafeClient(object):
13306
13306
  :rtype: :class:`~oci.response.Response`
13307
13307
 
13308
13308
  :example:
13309
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
13309
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
13310
13310
  """
13311
13311
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13312
13312
  required_arguments = ['sensitiveDataModelId']
@@ -13404,7 +13404,7 @@ class DataSafeClient(object):
13404
13404
  :rtype: :class:`~oci.response.Response`
13405
13405
 
13406
13406
  :example:
13407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
13407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
13408
13408
  """
13409
13409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13410
13410
  required_arguments = ['sensitiveTypeId']
@@ -13502,7 +13502,7 @@ class DataSafeClient(object):
13502
13502
  :rtype: :class:`~oci.response.Response`
13503
13503
 
13504
13504
  :example:
13505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
13505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
13506
13506
  """
13507
13507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13508
13508
  required_arguments = ['sqlCollectionId']
@@ -13600,7 +13600,7 @@ class DataSafeClient(object):
13600
13600
  :rtype: :class:`~oci.response.Response`
13601
13601
 
13602
13602
  :example:
13603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
13603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
13604
13604
  """
13605
13605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13606
13606
  required_arguments = ['sqlFirewallPolicyId']
@@ -13698,7 +13698,7 @@ class DataSafeClient(object):
13698
13698
  :rtype: :class:`~oci.response.Response`
13699
13699
 
13700
13700
  :example:
13701
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
13701
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
13702
13702
  """
13703
13703
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13704
13704
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -13796,7 +13796,7 @@ class DataSafeClient(object):
13796
13796
  :rtype: :class:`~oci.response.Response`
13797
13797
 
13798
13798
  :example:
13799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
13799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
13800
13800
  """
13801
13801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13802
13802
  required_arguments = ['targetDatabaseId']
@@ -13894,7 +13894,7 @@ class DataSafeClient(object):
13894
13894
  :rtype: :class:`~oci.response.Response`
13895
13895
 
13896
13896
  :example:
13897
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
13897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
13898
13898
  """
13899
13899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13900
13900
  required_arguments = ['userAssessmentId']
@@ -13995,7 +13995,7 @@ class DataSafeClient(object):
13995
13995
  :rtype: :class:`~oci.response.Response`
13996
13996
 
13997
13997
  :example:
13998
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
13998
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
13999
13999
  """
14000
14000
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14001
14001
  required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
@@ -14094,7 +14094,7 @@ class DataSafeClient(object):
14094
14094
  :rtype: :class:`~oci.response.Response`
14095
14095
 
14096
14096
  :example:
14097
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
14097
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
14098
14098
  """
14099
14099
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14100
14100
  required_arguments = ['workRequestId']
@@ -14289,7 +14289,7 @@ class DataSafeClient(object):
14289
14289
  :rtype: :class:`~oci.response.Response`
14290
14290
 
14291
14291
  :example:
14292
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
14292
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
14293
14293
  """
14294
14294
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14295
14295
  required_arguments = ['compartmentId']
@@ -14516,7 +14516,7 @@ class DataSafeClient(object):
14516
14516
  :rtype: :class:`~oci.response.Response`
14517
14517
 
14518
14518
  :example:
14519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
14519
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
14520
14520
  """
14521
14521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14522
14522
  required_arguments = ['compartmentId']
@@ -14681,7 +14681,7 @@ class DataSafeClient(object):
14681
14681
  :rtype: :class:`~oci.response.Response`
14682
14682
 
14683
14683
  :example:
14684
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
14684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
14685
14685
  """
14686
14686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14687
14687
  required_arguments = ['alertPolicyId']
@@ -14855,7 +14855,7 @@ class DataSafeClient(object):
14855
14855
  :rtype: :class:`~oci.response.Response`
14856
14856
 
14857
14857
  :example:
14858
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
14858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
14859
14859
  """
14860
14860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14861
14861
  required_arguments = ['compartmentId']
@@ -15046,7 +15046,7 @@ class DataSafeClient(object):
15046
15046
  :rtype: :class:`~oci.response.Response`
15047
15047
 
15048
15048
  :example:
15049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
15049
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
15050
15050
  """
15051
15051
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15052
15052
  required_arguments = ['compartmentId']
@@ -15284,7 +15284,7 @@ class DataSafeClient(object):
15284
15284
  :rtype: :class:`~oci.response.Response`
15285
15285
 
15286
15286
  :example:
15287
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
15287
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
15288
15288
  """
15289
15289
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15290
15290
  required_arguments = ['compartmentId']
@@ -15499,7 +15499,7 @@ class DataSafeClient(object):
15499
15499
  :rtype: :class:`~oci.response.Response`
15500
15500
 
15501
15501
  :example:
15502
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
15502
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
15503
15503
  """
15504
15504
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15505
15505
  required_arguments = ['compartmentId']
@@ -15689,7 +15689,7 @@ class DataSafeClient(object):
15689
15689
  :rtype: :class:`~oci.response.Response`
15690
15690
 
15691
15691
  :example:
15692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
15692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
15693
15693
  """
15694
15694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15695
15695
  required_arguments = ['compartmentId']
@@ -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.116.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
15893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
15894
15894
  """
15895
15895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15896
15896
  required_arguments = ['compartmentId']
@@ -16069,7 +16069,7 @@ class DataSafeClient(object):
16069
16069
  :rtype: :class:`~oci.response.Response`
16070
16070
 
16071
16071
  :example:
16072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
16072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
16073
16073
  """
16074
16074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16075
16075
  required_arguments = ['compartmentId']
@@ -16261,7 +16261,7 @@ class DataSafeClient(object):
16261
16261
  :rtype: :class:`~oci.response.Response`
16262
16262
 
16263
16263
  :example:
16264
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
16264
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
16265
16265
  """
16266
16266
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16267
16267
  required_arguments = ['compartmentId']
@@ -16450,7 +16450,7 @@ class DataSafeClient(object):
16450
16450
  :rtype: :class:`~oci.response.Response`
16451
16451
 
16452
16452
  :example:
16453
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
16453
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
16454
16454
  """
16455
16455
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16456
16456
  required_arguments = ['compartmentId']
@@ -16636,7 +16636,7 @@ class DataSafeClient(object):
16636
16636
  :rtype: :class:`~oci.response.Response`
16637
16637
 
16638
16638
  :example:
16639
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
16639
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
16640
16640
  """
16641
16641
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16642
16642
  required_arguments = ['compartmentId']
@@ -16832,7 +16832,7 @@ class DataSafeClient(object):
16832
16832
  :rtype: :class:`~oci.response.Response`
16833
16833
 
16834
16834
  :example:
16835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
16835
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
16836
16836
  """
16837
16837
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16838
16838
  required_arguments = ['auditProfileId', 'workRequestId']
@@ -17008,7 +17008,7 @@ class DataSafeClient(object):
17008
17008
  :rtype: :class:`~oci.response.Response`
17009
17009
 
17010
17010
  :example:
17011
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
17011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
17012
17012
  """
17013
17013
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17014
17014
  required_arguments = ['auditProfileId', 'workRequestId']
@@ -17180,7 +17180,7 @@ class DataSafeClient(object):
17180
17180
  :rtype: :class:`~oci.response.Response`
17181
17181
 
17182
17182
  :example:
17183
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
17183
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
17184
17184
  """
17185
17185
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17186
17186
  required_arguments = ['targetDatabaseId']
@@ -17365,7 +17365,7 @@ class DataSafeClient(object):
17365
17365
  :rtype: :class:`~oci.response.Response`
17366
17366
 
17367
17367
  :example:
17368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
17368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
17369
17369
  """
17370
17370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17371
17371
  required_arguments = ['compartmentId']
@@ -17582,7 +17582,7 @@ class DataSafeClient(object):
17582
17582
  :rtype: :class:`~oci.response.Response`
17583
17583
 
17584
17584
  :example:
17585
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
17585
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
17586
17586
  """
17587
17587
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17588
17588
  required_arguments = ['compartmentId']
@@ -17772,7 +17772,7 @@ class DataSafeClient(object):
17772
17772
  :rtype: :class:`~oci.response.Response`
17773
17773
 
17774
17774
  :example:
17775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
17775
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
17776
17776
  """
17777
17777
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17778
17778
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -17958,7 +17958,7 @@ class DataSafeClient(object):
17958
17958
  :rtype: :class:`~oci.response.Response`
17959
17959
 
17960
17960
  :example:
17961
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
17961
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
17962
17962
  """
17963
17963
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17964
17964
  required_arguments = ['compartmentId']
@@ -18113,7 +18113,7 @@ class DataSafeClient(object):
18113
18113
  :rtype: :class:`~oci.response.Response`
18114
18114
 
18115
18115
  :example:
18116
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
18116
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
18117
18117
  """
18118
18118
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18119
18119
  required_arguments = ['discoveryJobId']
@@ -18315,7 +18315,7 @@ class DataSafeClient(object):
18315
18315
  :rtype: :class:`~oci.response.Response`
18316
18316
 
18317
18317
  :example:
18318
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
18318
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
18319
18319
  """
18320
18320
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18321
18321
  required_arguments = ['compartmentId']
@@ -18494,7 +18494,7 @@ class DataSafeClient(object):
18494
18494
  :rtype: :class:`~oci.response.Response`
18495
18495
 
18496
18496
  :example:
18497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
18497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
18498
18498
  """
18499
18499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18500
18500
  required_arguments = ['securityAssessmentId']
@@ -18680,7 +18680,7 @@ class DataSafeClient(object):
18680
18680
  :rtype: :class:`~oci.response.Response`
18681
18681
 
18682
18682
  :example:
18683
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
18683
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
18684
18684
  """
18685
18685
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18686
18686
  required_arguments = ['userAssessmentId', 'userKey']
@@ -18887,7 +18887,7 @@ class DataSafeClient(object):
18887
18887
  :rtype: :class:`~oci.response.Response`
18888
18888
 
18889
18889
  :example:
18890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
18890
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
18891
18891
  """
18892
18892
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18893
18893
  required_arguments = ['compartmentId']
@@ -19079,7 +19079,7 @@ class DataSafeClient(object):
19079
19079
  :rtype: :class:`~oci.response.Response`
19080
19080
 
19081
19081
  :example:
19082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
19082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
19083
19083
  """
19084
19084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19085
19085
  required_arguments = ['maskingReportId']
@@ -19252,7 +19252,7 @@ class DataSafeClient(object):
19252
19252
  :rtype: :class:`~oci.response.Response`
19253
19253
 
19254
19254
  :example:
19255
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
19255
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
19256
19256
  """
19257
19257
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19258
19258
  required_arguments = ['compartmentId']
@@ -19456,7 +19456,7 @@ class DataSafeClient(object):
19456
19456
  :rtype: :class:`~oci.response.Response`
19457
19457
 
19458
19458
  :example:
19459
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
19459
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
19460
19460
  """
19461
19461
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19462
19462
  required_arguments = ['maskingPolicyId']
@@ -19665,7 +19665,7 @@ class DataSafeClient(object):
19665
19665
  :rtype: :class:`~oci.response.Response`
19666
19666
 
19667
19667
  :example:
19668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
19668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
19669
19669
  """
19670
19670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19671
19671
  required_arguments = ['maskingPolicyId']
@@ -19872,7 +19872,7 @@ class DataSafeClient(object):
19872
19872
  :rtype: :class:`~oci.response.Response`
19873
19873
 
19874
19874
  :example:
19875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
19875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
19876
19876
  """
19877
19877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19878
19878
  required_arguments = ['compartmentId']
@@ -20057,7 +20057,7 @@ class DataSafeClient(object):
20057
20057
  :rtype: :class:`~oci.response.Response`
20058
20058
 
20059
20059
  :example:
20060
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
20060
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
20061
20061
  """
20062
20062
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20063
20063
  required_arguments = ['compartmentId']
@@ -20211,7 +20211,7 @@ class DataSafeClient(object):
20211
20211
  :rtype: :class:`~oci.response.Response`
20212
20212
 
20213
20213
  :example:
20214
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
20214
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
20215
20215
  """
20216
20216
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20217
20217
  required_arguments = ['maskingPolicyId']
@@ -20384,7 +20384,7 @@ class DataSafeClient(object):
20384
20384
  :rtype: :class:`~oci.response.Response`
20385
20385
 
20386
20386
  :example:
20387
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
20387
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
20388
20388
  """
20389
20389
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20390
20390
  required_arguments = ['compartmentId']
@@ -20580,7 +20580,7 @@ class DataSafeClient(object):
20580
20580
  :rtype: :class:`~oci.response.Response`
20581
20581
 
20582
20582
  :example:
20583
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
20583
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
20584
20584
  """
20585
20585
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20586
20586
  required_arguments = ['userAssessmentId', 'compartmentId']
@@ -20821,7 +20821,7 @@ class DataSafeClient(object):
20821
20821
  :rtype: :class:`~oci.response.Response`
20822
20822
 
20823
20823
  :example:
20824
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
20824
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
20825
20825
  """
20826
20826
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20827
20827
  required_arguments = ['userAssessmentId', 'compartmentId']
@@ -21044,7 +21044,7 @@ class DataSafeClient(object):
21044
21044
  :rtype: :class:`~oci.response.Response`
21045
21045
 
21046
21046
  :example:
21047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
21047
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
21048
21048
  """
21049
21049
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21050
21050
  required_arguments = ['compartmentId']
@@ -21249,7 +21249,7 @@ class DataSafeClient(object):
21249
21249
  :rtype: :class:`~oci.response.Response`
21250
21250
 
21251
21251
  :example:
21252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
21252
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
21253
21253
  """
21254
21254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21255
21255
  required_arguments = ['compartmentId']
@@ -21429,7 +21429,7 @@ class DataSafeClient(object):
21429
21429
  :rtype: :class:`~oci.response.Response`
21430
21430
 
21431
21431
  :example:
21432
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
21432
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
21433
21433
  """
21434
21434
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21435
21435
  required_arguments = ['targetDatabaseId']
@@ -21592,7 +21592,7 @@ class DataSafeClient(object):
21592
21592
  :rtype: :class:`~oci.response.Response`
21593
21593
 
21594
21594
  :example:
21595
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
21595
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
21596
21596
  """
21597
21597
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21598
21598
  required_arguments = ['targetDatabaseId']
@@ -21771,7 +21771,7 @@ class DataSafeClient(object):
21771
21771
  :rtype: :class:`~oci.response.Response`
21772
21772
 
21773
21773
  :example:
21774
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
21774
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
21775
21775
  """
21776
21776
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21777
21777
  required_arguments = ['compartmentId']
@@ -22005,7 +22005,7 @@ class DataSafeClient(object):
22005
22005
  :rtype: :class:`~oci.response.Response`
22006
22006
 
22007
22007
  :example:
22008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
22008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
22009
22009
  """
22010
22010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22011
22011
  required_arguments = ['compartmentId']
@@ -22230,7 +22230,7 @@ class DataSafeClient(object):
22230
22230
  :rtype: :class:`~oci.response.Response`
22231
22231
 
22232
22232
  :example:
22233
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
22233
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
22234
22234
  """
22235
22235
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22236
22236
  required_arguments = ['compartmentId']
@@ -22433,7 +22433,7 @@ class DataSafeClient(object):
22433
22433
  :rtype: :class:`~oci.response.Response`
22434
22434
 
22435
22435
  :example:
22436
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
22436
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
22437
22437
  """
22438
22438
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22439
22439
  required_arguments = ['compartmentId']
@@ -22596,7 +22596,7 @@ class DataSafeClient(object):
22596
22596
  :rtype: :class:`~oci.response.Response`
22597
22597
 
22598
22598
  :example:
22599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
22599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
22600
22600
  """
22601
22601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22602
22602
  required_arguments = ['securityPolicyDeploymentId']
@@ -22816,7 +22816,7 @@ class DataSafeClient(object):
22816
22816
  :rtype: :class:`~oci.response.Response`
22817
22817
 
22818
22818
  :example:
22819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
22819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
22820
22820
  """
22821
22821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22822
22822
  required_arguments = ['sensitiveDataModelId']
@@ -23069,7 +23069,7 @@ class DataSafeClient(object):
23069
23069
  :rtype: :class:`~oci.response.Response`
23070
23070
 
23071
23071
  :example:
23072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
23072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
23073
23073
  """
23074
23074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23075
23075
  required_arguments = ['compartmentId']
@@ -23246,7 +23246,7 @@ class DataSafeClient(object):
23246
23246
  :rtype: :class:`~oci.response.Response`
23247
23247
 
23248
23248
  :example:
23249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
23249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
23250
23250
  """
23251
23251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23252
23252
  required_arguments = ['sensitiveDataModelId']
@@ -23410,7 +23410,7 @@ class DataSafeClient(object):
23410
23410
  :rtype: :class:`~oci.response.Response`
23411
23411
 
23412
23412
  :example:
23413
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
23413
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
23414
23414
  """
23415
23415
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23416
23416
  required_arguments = ['sensitiveDataModelId']
@@ -23615,7 +23615,7 @@ class DataSafeClient(object):
23615
23615
  :rtype: :class:`~oci.response.Response`
23616
23616
 
23617
23617
  :example:
23618
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
23618
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
23619
23619
  """
23620
23620
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23621
23621
  required_arguments = ['compartmentId']
@@ -23840,7 +23840,7 @@ class DataSafeClient(object):
23840
23840
  :rtype: :class:`~oci.response.Response`
23841
23841
 
23842
23842
  :example:
23843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
23843
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
23844
23844
  """
23845
23845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23846
23846
  required_arguments = ['compartmentId']
@@ -24000,7 +24000,7 @@ class DataSafeClient(object):
24000
24000
  :rtype: :class:`~oci.response.Response`
24001
24001
 
24002
24002
  :example:
24003
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
24003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
24004
24004
  """
24005
24005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24006
24006
  required_arguments = ['sqlCollectionId', 'timeStarted', 'timeEnded']
@@ -24199,7 +24199,7 @@ class DataSafeClient(object):
24199
24199
  :rtype: :class:`~oci.response.Response`
24200
24200
 
24201
24201
  :example:
24202
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
24202
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
24203
24203
  """
24204
24204
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24205
24205
  required_arguments = ['compartmentId']
@@ -24397,7 +24397,7 @@ class DataSafeClient(object):
24397
24397
  :rtype: :class:`~oci.response.Response`
24398
24398
 
24399
24399
  :example:
24400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
24400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
24401
24401
  """
24402
24402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24403
24403
  required_arguments = ['compartmentId']
@@ -24573,7 +24573,7 @@ class DataSafeClient(object):
24573
24573
  :rtype: :class:`~oci.response.Response`
24574
24574
 
24575
24575
  :example:
24576
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
24576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
24577
24577
  """
24578
24578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24579
24579
  required_arguments = ['compartmentId']
@@ -24787,7 +24787,7 @@ class DataSafeClient(object):
24787
24787
  :rtype: :class:`~oci.response.Response`
24788
24788
 
24789
24789
  :example:
24790
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
24790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
24791
24791
  """
24792
24792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24793
24793
  required_arguments = ['compartmentId']
@@ -25001,7 +25001,7 @@ class DataSafeClient(object):
25001
25001
  :rtype: :class:`~oci.response.Response`
25002
25002
 
25003
25003
  :example:
25004
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
25004
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
25005
25005
  """
25006
25006
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25007
25007
  required_arguments = ['compartmentId']
@@ -25209,7 +25209,7 @@ class DataSafeClient(object):
25209
25209
  :rtype: :class:`~oci.response.Response`
25210
25210
 
25211
25211
  :example:
25212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
25212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
25213
25213
  """
25214
25214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25215
25215
  required_arguments = ['compartmentId']
@@ -25409,7 +25409,7 @@ class DataSafeClient(object):
25409
25409
  :rtype: :class:`~oci.response.Response`
25410
25410
 
25411
25411
  :example:
25412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
25412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
25413
25413
  """
25414
25414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25415
25415
  required_arguments = ['compartmentId']
@@ -25569,7 +25569,7 @@ class DataSafeClient(object):
25569
25569
  :rtype: :class:`~oci.response.Response`
25570
25570
 
25571
25571
  :example:
25572
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
25572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
25573
25573
  """
25574
25574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25575
25575
  required_arguments = ['targetDatabaseId']
@@ -25766,7 +25766,7 @@ class DataSafeClient(object):
25766
25766
  :rtype: :class:`~oci.response.Response`
25767
25767
 
25768
25768
  :example:
25769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
25769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
25770
25770
  """
25771
25771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25772
25772
  required_arguments = ['compartmentId']
@@ -25969,7 +25969,7 @@ class DataSafeClient(object):
25969
25969
  :rtype: :class:`~oci.response.Response`
25970
25970
 
25971
25971
  :example:
25972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
25972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
25973
25973
  """
25974
25974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25975
25975
  required_arguments = ['compartmentId']
@@ -26231,7 +26231,7 @@ class DataSafeClient(object):
26231
26231
  :rtype: :class:`~oci.response.Response`
26232
26232
 
26233
26233
  :example:
26234
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
26234
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
26235
26235
  """
26236
26236
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26237
26237
  required_arguments = ['userAssessmentId']
@@ -26485,7 +26485,7 @@ class DataSafeClient(object):
26485
26485
  :rtype: :class:`~oci.response.Response`
26486
26486
 
26487
26487
  :example:
26488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
26488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
26489
26489
  """
26490
26490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26491
26491
  required_arguments = ['compartmentId']
@@ -26759,7 +26759,7 @@ class DataSafeClient(object):
26759
26759
  :rtype: :class:`~oci.response.Response`
26760
26760
 
26761
26761
  :example:
26762
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
26762
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
26763
26763
  """
26764
26764
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26765
26765
  required_arguments = ['userAssessmentId']
@@ -26936,7 +26936,7 @@ class DataSafeClient(object):
26936
26936
  :rtype: :class:`~oci.response.Response`
26937
26937
 
26938
26938
  :example:
26939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
26939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
26940
26940
  """
26941
26941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26942
26942
  required_arguments = ['workRequestId']
@@ -27054,7 +27054,7 @@ class DataSafeClient(object):
27054
27054
  :rtype: :class:`~oci.response.Response`
27055
27055
 
27056
27056
  :example:
27057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
27057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
27058
27058
  """
27059
27059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27060
27060
  required_arguments = ['workRequestId']
@@ -27204,7 +27204,7 @@ class DataSafeClient(object):
27204
27204
  :rtype: :class:`~oci.response.Response`
27205
27205
 
27206
27206
  :example:
27207
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
27207
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
27208
27208
  """
27209
27209
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27210
27210
  required_arguments = ['compartmentId']
@@ -27339,7 +27339,7 @@ class DataSafeClient(object):
27339
27339
  :rtype: :class:`~oci.response.Response`
27340
27340
 
27341
27341
  :example:
27342
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
27342
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
27343
27343
  """
27344
27344
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27345
27345
  required_arguments = ['maskingPolicyId']
@@ -27453,7 +27453,7 @@ class DataSafeClient(object):
27453
27453
  :rtype: :class:`~oci.response.Response`
27454
27454
 
27455
27455
  :example:
27456
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
27456
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
27457
27457
  """
27458
27458
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27459
27459
  required_arguments = ['compartmentId']
@@ -27575,7 +27575,7 @@ class DataSafeClient(object):
27575
27575
  :rtype: :class:`~oci.response.Response`
27576
27576
 
27577
27577
  :example:
27578
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
27578
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
27579
27579
  """
27580
27580
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27581
27581
  required_arguments = []
@@ -27691,7 +27691,7 @@ class DataSafeClient(object):
27691
27691
  :rtype: :class:`~oci.response.Response`
27692
27692
 
27693
27693
  :example:
27694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
27694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
27695
27695
  """
27696
27696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27697
27697
  required_arguments = ['discoveryJobId']
@@ -27803,7 +27803,7 @@ class DataSafeClient(object):
27803
27803
  :rtype: :class:`~oci.response.Response`
27804
27804
 
27805
27805
  :example:
27806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
27806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
27807
27807
  """
27808
27808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27809
27809
  required_arguments = ['maskingPolicyId']
@@ -27914,7 +27914,7 @@ class DataSafeClient(object):
27914
27914
  :rtype: :class:`~oci.response.Response`
27915
27915
 
27916
27916
  :example:
27917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.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.
27917
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.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.
27918
27918
  """
27919
27919
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27920
27920
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -28026,7 +28026,7 @@ class DataSafeClient(object):
28026
28026
  :rtype: :class:`~oci.response.Response`
28027
28027
 
28028
28028
  :example:
28029
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
28029
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
28030
28030
  """
28031
28031
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28032
28032
  required_arguments = ['sensitiveDataModelId']
@@ -28133,7 +28133,7 @@ class DataSafeClient(object):
28133
28133
  :rtype: :class:`~oci.response.Response`
28134
28134
 
28135
28135
  :example:
28136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
28136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
28137
28137
  """
28138
28138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28139
28139
  required_arguments = []
@@ -28237,7 +28237,7 @@ class DataSafeClient(object):
28237
28237
  :rtype: :class:`~oci.response.Response`
28238
28238
 
28239
28239
  :example:
28240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
28240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
28241
28241
  """
28242
28242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28243
28243
  required_arguments = ['auditPolicyId']
@@ -28353,7 +28353,7 @@ class DataSafeClient(object):
28353
28353
  :rtype: :class:`~oci.response.Response`
28354
28354
 
28355
28355
  :example:
28356
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
28356
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
28357
28357
  """
28358
28358
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28359
28359
  required_arguments = ['sqlCollectionId']
@@ -28467,7 +28467,7 @@ class DataSafeClient(object):
28467
28467
  :rtype: :class:`~oci.response.Response`
28468
28468
 
28469
28469
  :example:
28470
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
28470
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
28471
28471
  """
28472
28472
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28473
28473
  required_arguments = ['databaseSecurityConfigId']
@@ -28585,7 +28585,7 @@ class DataSafeClient(object):
28585
28585
  :rtype: :class:`~oci.response.Response`
28586
28586
 
28587
28587
  :example:
28588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
28588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
28589
28589
  """
28590
28590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28591
28591
  required_arguments = ['securityAssessmentId']
@@ -28701,7 +28701,7 @@ class DataSafeClient(object):
28701
28701
  :rtype: :class:`~oci.response.Response`
28702
28702
 
28703
28703
  :example:
28704
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
28704
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
28705
28705
  """
28706
28706
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28707
28707
  required_arguments = ['sqlCollectionId']
@@ -28820,7 +28820,7 @@ class DataSafeClient(object):
28820
28820
  :rtype: :class:`~oci.response.Response`
28821
28821
 
28822
28822
  :example:
28823
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
28823
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
28824
28824
  """
28825
28825
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28826
28826
  required_arguments = ['userAssessmentId']
@@ -28936,7 +28936,7 @@ class DataSafeClient(object):
28936
28936
  :rtype: :class:`~oci.response.Response`
28937
28937
 
28938
28938
  :example:
28939
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
28939
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
28940
28940
  """
28941
28941
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28942
28942
  required_arguments = ['reportDefinitionId']
@@ -29044,7 +29044,7 @@ class DataSafeClient(object):
29044
29044
  :rtype: :class:`~oci.response.Response`
29045
29045
 
29046
29046
  :example:
29047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
29047
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
29048
29048
  """
29049
29049
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29050
29050
  required_arguments = ['auditTrailId']
@@ -29155,7 +29155,7 @@ class DataSafeClient(object):
29155
29155
  :rtype: :class:`~oci.response.Response`
29156
29156
 
29157
29157
  :example:
29158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
29158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
29159
29159
  """
29160
29160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29161
29161
  required_arguments = ['workRequestId']
@@ -29269,7 +29269,7 @@ class DataSafeClient(object):
29269
29269
  :rtype: :class:`~oci.response.Response`
29270
29270
 
29271
29271
  :example:
29272
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
29272
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
29273
29273
  """
29274
29274
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29275
29275
  required_arguments = ['auditPolicyId']
@@ -29386,7 +29386,7 @@ class DataSafeClient(object):
29386
29386
  :rtype: :class:`~oci.response.Response`
29387
29387
 
29388
29388
  :example:
29389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
29389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
29390
29390
  """
29391
29391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29392
29392
  required_arguments = ['reportDefinitionId']
@@ -29505,7 +29505,7 @@ class DataSafeClient(object):
29505
29505
  :rtype: :class:`~oci.response.Response`
29506
29506
 
29507
29507
  :example:
29508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
29508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
29509
29509
  """
29510
29510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29511
29511
  required_arguments = ['securityAssessmentId']
@@ -29625,7 +29625,7 @@ class DataSafeClient(object):
29625
29625
  :rtype: :class:`~oci.response.Response`
29626
29626
 
29627
29627
  :example:
29628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
29628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
29629
29629
  """
29630
29630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29631
29631
  required_arguments = ['userAssessmentId']
@@ -29745,7 +29745,7 @@ class DataSafeClient(object):
29745
29745
  :rtype: :class:`~oci.response.Response`
29746
29746
 
29747
29747
  :example:
29748
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
29748
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
29749
29749
  """
29750
29750
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29751
29751
  required_arguments = ['auditTrailId']
@@ -29861,7 +29861,7 @@ class DataSafeClient(object):
29861
29861
  :rtype: :class:`~oci.response.Response`
29862
29862
 
29863
29863
  :example:
29864
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
29864
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
29865
29865
  """
29866
29866
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29867
29867
  required_arguments = ['sqlCollectionId']
@@ -29969,7 +29969,7 @@ class DataSafeClient(object):
29969
29969
  :rtype: :class:`~oci.response.Response`
29970
29970
 
29971
29971
  :example:
29972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
29972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
29973
29973
  """
29974
29974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29975
29975
  required_arguments = ['auditTrailId']
@@ -30080,7 +30080,7 @@ class DataSafeClient(object):
30080
30080
  :rtype: :class:`~oci.response.Response`
30081
30081
 
30082
30082
  :example:
30083
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
30083
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
30084
30084
  """
30085
30085
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30086
30086
  required_arguments = ['sqlCollectionId']
@@ -30194,7 +30194,7 @@ class DataSafeClient(object):
30194
30194
  :rtype: :class:`~oci.response.Response`
30195
30195
 
30196
30196
  :example:
30197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
30197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
30198
30198
  """
30199
30199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30200
30200
  required_arguments = ['workRequestId']
@@ -30309,7 +30309,7 @@ class DataSafeClient(object):
30309
30309
  :rtype: :class:`~oci.response.Response`
30310
30310
 
30311
30311
  :example:
30312
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
30312
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
30313
30313
  """
30314
30314
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30315
30315
  required_arguments = ['securityAssessmentId']
@@ -30424,7 +30424,7 @@ class DataSafeClient(object):
30424
30424
  :rtype: :class:`~oci.response.Response`
30425
30425
 
30426
30426
  :example:
30427
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
30427
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
30428
30428
  """
30429
30429
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30430
30430
  required_arguments = ['userAssessmentId']
@@ -30535,7 +30535,7 @@ class DataSafeClient(object):
30535
30535
  :rtype: :class:`~oci.response.Response`
30536
30536
 
30537
30537
  :example:
30538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
30538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
30539
30539
  """
30540
30540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30541
30541
  required_arguments = ['alertId']
@@ -30647,7 +30647,7 @@ class DataSafeClient(object):
30647
30647
  :rtype: :class:`~oci.response.Response`
30648
30648
 
30649
30649
  :example:
30650
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
30650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
30651
30651
  """
30652
30652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30653
30653
  required_arguments = ['auditArchiveRetrievalId']
@@ -30757,7 +30757,7 @@ class DataSafeClient(object):
30757
30757
  :rtype: :class:`~oci.response.Response`
30758
30758
 
30759
30759
  :example:
30760
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
30760
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
30761
30761
  """
30762
30762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30763
30763
  required_arguments = ['auditPolicyId']
@@ -30867,7 +30867,7 @@ class DataSafeClient(object):
30867
30867
  :rtype: :class:`~oci.response.Response`
30868
30868
 
30869
30869
  :example:
30870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
30870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
30871
30871
  """
30872
30872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30873
30873
  required_arguments = ['auditProfileId']
@@ -30977,7 +30977,7 @@ class DataSafeClient(object):
30977
30977
  :rtype: :class:`~oci.response.Response`
30978
30978
 
30979
30979
  :example:
30980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
30980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
30981
30981
  """
30982
30982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30983
30983
  required_arguments = ['auditTrailId']
@@ -31087,7 +31087,7 @@ class DataSafeClient(object):
31087
31087
  :rtype: :class:`~oci.response.Response`
31088
31088
 
31089
31089
  :example:
31090
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
31090
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
31091
31091
  """
31092
31092
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31093
31093
  required_arguments = ['dataSafePrivateEndpointId']
@@ -31197,7 +31197,7 @@ class DataSafeClient(object):
31197
31197
  :rtype: :class:`~oci.response.Response`
31198
31198
 
31199
31199
  :example:
31200
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
31200
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
31201
31201
  """
31202
31202
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31203
31203
  required_arguments = ['databaseSecurityConfigId']
@@ -31307,7 +31307,7 @@ class DataSafeClient(object):
31307
31307
  :rtype: :class:`~oci.response.Response`
31308
31308
 
31309
31309
  :example:
31310
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
31310
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
31311
31311
  """
31312
31312
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31313
31313
  required_arguments = ['libraryMaskingFormatId']
@@ -31421,7 +31421,7 @@ class DataSafeClient(object):
31421
31421
  :rtype: :class:`~oci.response.Response`
31422
31422
 
31423
31423
  :example:
31424
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
31424
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
31425
31425
  """
31426
31426
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31427
31427
  required_arguments = ['maskingColumnKey', 'maskingPolicyId']
@@ -31532,7 +31532,7 @@ class DataSafeClient(object):
31532
31532
  :rtype: :class:`~oci.response.Response`
31533
31533
 
31534
31534
  :example:
31535
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
31535
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
31536
31536
  """
31537
31537
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31538
31538
  required_arguments = ['maskingPolicyId']
@@ -31642,7 +31642,7 @@ class DataSafeClient(object):
31642
31642
  :rtype: :class:`~oci.response.Response`
31643
31643
 
31644
31644
  :example:
31645
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
31645
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
31646
31646
  """
31647
31647
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31648
31648
  required_arguments = ['onPremConnectorId']
@@ -31758,7 +31758,7 @@ class DataSafeClient(object):
31758
31758
  :rtype: :class:`~oci.response.Response`
31759
31759
 
31760
31760
  :example:
31761
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
31761
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
31762
31762
  """
31763
31763
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31764
31764
  required_arguments = ['onPremConnectorId']
@@ -31877,7 +31877,7 @@ class DataSafeClient(object):
31877
31877
  :rtype: :class:`~oci.response.Response`
31878
31878
 
31879
31879
  :example:
31880
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
31880
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
31881
31881
  """
31882
31882
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31883
31883
  required_arguments = ['reportDefinitionId']
@@ -31990,7 +31990,7 @@ class DataSafeClient(object):
31990
31990
  :rtype: :class:`~oci.response.Response`
31991
31991
 
31992
31992
  :example:
31993
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
31993
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
31994
31994
  """
31995
31995
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31996
31996
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -32100,7 +32100,7 @@ class DataSafeClient(object):
32100
32100
  :rtype: :class:`~oci.response.Response`
32101
32101
 
32102
32102
  :example:
32103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
32103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
32104
32104
  """
32105
32105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32106
32106
  required_arguments = ['securityAssessmentId']
@@ -32210,7 +32210,7 @@ class DataSafeClient(object):
32210
32210
  :rtype: :class:`~oci.response.Response`
32211
32211
 
32212
32212
  :example:
32213
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
32213
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
32214
32214
  """
32215
32215
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32216
32216
  required_arguments = ['securityPolicyId']
@@ -32320,7 +32320,7 @@ class DataSafeClient(object):
32320
32320
  :rtype: :class:`~oci.response.Response`
32321
32321
 
32322
32322
  :example:
32323
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
32323
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
32324
32324
  """
32325
32325
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32326
32326
  required_arguments = ['securityPolicyDeploymentId']
@@ -32433,7 +32433,7 @@ class DataSafeClient(object):
32433
32433
  :rtype: :class:`~oci.response.Response`
32434
32434
 
32435
32435
  :example:
32436
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
32436
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
32437
32437
  """
32438
32438
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32439
32439
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -32545,7 +32545,7 @@ class DataSafeClient(object):
32545
32545
  :rtype: :class:`~oci.response.Response`
32546
32546
 
32547
32547
  :example:
32548
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
32548
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
32549
32549
  """
32550
32550
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32551
32551
  required_arguments = ['sensitiveDataModelId']
@@ -32655,7 +32655,7 @@ class DataSafeClient(object):
32655
32655
  :rtype: :class:`~oci.response.Response`
32656
32656
 
32657
32657
  :example:
32658
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
32658
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
32659
32659
  """
32660
32660
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32661
32661
  required_arguments = ['sensitiveTypeId']
@@ -32765,7 +32765,7 @@ class DataSafeClient(object):
32765
32765
  :rtype: :class:`~oci.response.Response`
32766
32766
 
32767
32767
  :example:
32768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
32768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
32769
32769
  """
32770
32770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32771
32771
  required_arguments = ['sqlCollectionId']
@@ -32875,7 +32875,7 @@ class DataSafeClient(object):
32875
32875
  :rtype: :class:`~oci.response.Response`
32876
32876
 
32877
32877
  :example:
32878
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
32878
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
32879
32879
  """
32880
32880
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32881
32881
  required_arguments = ['sqlFirewallPolicyId']
@@ -32985,7 +32985,7 @@ class DataSafeClient(object):
32985
32985
  :rtype: :class:`~oci.response.Response`
32986
32986
 
32987
32987
  :example:
32988
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
32988
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
32989
32989
  """
32990
32990
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32991
32991
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -33101,7 +33101,7 @@ class DataSafeClient(object):
33101
33101
  :rtype: :class:`~oci.response.Response`
33102
33102
 
33103
33103
  :example:
33104
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
33104
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
33105
33105
  """
33106
33106
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33107
33107
  required_arguments = ['targetDatabaseId']
@@ -33214,7 +33214,7 @@ class DataSafeClient(object):
33214
33214
  :rtype: :class:`~oci.response.Response`
33215
33215
 
33216
33216
  :example:
33217
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
33217
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
33218
33218
  """
33219
33219
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33220
33220
  required_arguments = ['userAssessmentId']
@@ -33335,7 +33335,7 @@ class DataSafeClient(object):
33335
33335
  :rtype: :class:`~oci.response.Response`
33336
33336
 
33337
33337
  :example:
33338
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
33338
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
33339
33339
  """
33340
33340
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33341
33341
  required_arguments = ['maskingPolicyId']
@@ -33476,7 +33476,7 @@ class DataSafeClient(object):
33476
33476
  :rtype: :class:`~oci.response.Response`
33477
33477
 
33478
33478
  :example:
33479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.116.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
33479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.117.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
33480
33480
  """
33481
33481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33482
33482
  required_arguments = ['sensitiveDataModelId']