oci 2.129.2__py3-none-any.whl → 2.129.4__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 (390) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +10 -10
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +9 -9
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +29 -29
  21. oci/apm_synthetics/models/__init__.py +14 -0
  22. oci/apm_synthetics/models/basic_authentication_details.py +99 -0
  23. oci/apm_synthetics/models/browser_monitor_configuration.py +1 -1
  24. oci/apm_synthetics/models/create_monitor_details.py +48 -9
  25. oci/apm_synthetics/models/database_wallet_details.py +103 -0
  26. oci/apm_synthetics/models/dns_sec_monitor_configuration.py +1 -1
  27. oci/apm_synthetics/models/dns_server_monitor_configuration.py +1 -1
  28. oci/apm_synthetics/models/dns_trace_monitor_configuration.py +1 -1
  29. oci/apm_synthetics/models/ftp_monitor_configuration.py +379 -0
  30. oci/apm_synthetics/models/monitor.py +112 -11
  31. oci/apm_synthetics/models/monitor_configuration.py +19 -3
  32. oci/apm_synthetics/models/monitor_summary.py +112 -11
  33. oci/apm_synthetics/models/network_monitor_configuration.py +1 -1
  34. oci/apm_synthetics/models/password.py +109 -0
  35. oci/apm_synthetics/models/password_in_text.py +82 -0
  36. oci/apm_synthetics/models/password_in_vault.py +83 -0
  37. oci/apm_synthetics/models/rest_monitor_configuration.py +1 -1
  38. oci/apm_synthetics/models/scripted_browser_monitor_configuration.py +1 -1
  39. oci/apm_synthetics/models/scripted_rest_monitor_configuration.py +1 -1
  40. oci/apm_synthetics/models/sql_monitor_configuration.py +307 -0
  41. oci/apm_synthetics/models/update_monitor_details.py +37 -6
  42. oci/apm_synthetics/models/vantage_point_info.py +33 -2
  43. oci/apm_synthetics/models/worker_monitor_list.py +11 -3
  44. oci/apm_traces/attributes_client.py +8 -8
  45. oci/apm_traces/query_client.py +2 -2
  46. oci/apm_traces/trace_client.py +4 -4
  47. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  48. oci/artifacts/artifacts_client.py +32 -32
  49. oci/audit/audit_client.py +3 -3
  50. oci/auth/certificate_retriever.py +13 -6
  51. oci/auth/signers/instance_principals_security_token_signer.py +1 -1
  52. oci/autoscaling/auto_scaling_client.py +11 -11
  53. oci/bastion/bastion_client.py +15 -15
  54. oci/bds/bds_client.py +66 -66
  55. oci/blockchain/blockchain_platform_client.py +27 -27
  56. oci/budget/budget_client.py +10 -10
  57. oci/capacity_management/capacity_management_client.py +22 -22
  58. oci/certificates/certificates_client.py +5 -5
  59. oci/certificates_management/certificates_management_client.py +32 -32
  60. oci/cims/incident_client.py +8 -8
  61. oci/cims/user_client.py +1 -1
  62. oci/cloud_bridge/common_client.py +5 -5
  63. oci/cloud_bridge/discovery_client.py +14 -14
  64. oci/cloud_bridge/inventory_client.py +16 -16
  65. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  66. oci/cloud_guard/cloud_guard_client.py +155 -155
  67. oci/cloud_migrations/migration_client.py +43 -43
  68. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  69. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  70. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  71. oci/compute_instance_agent/plugin_client.py +2 -2
  72. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  73. oci/container_engine/container_engine_client.py +44 -44
  74. oci/container_instances/container_instance_client.py +18 -18
  75. oci/core/blockstorage_client.py +60 -60
  76. oci/core/compute_client.py +99 -99
  77. oci/core/compute_management_client.py +32 -32
  78. oci/core/virtual_network_client.py +247 -247
  79. oci/dashboard_service/dashboard_client.py +6 -6
  80. oci/dashboard_service/dashboard_group_client.py +6 -6
  81. oci/data_catalog/data_catalog_client.py +149 -149
  82. oci/data_flow/data_flow_client.py +42 -42
  83. oci/data_integration/data_integration_client.py +163 -163
  84. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  85. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  86. oci/data_safe/data_safe_client.py +476 -284
  87. oci/data_safe/models/__init__.py +12 -0
  88. oci/data_safe/models/audit_event_summary.py +62 -0
  89. oci/data_safe/models/create_discovery_job_details.py +33 -0
  90. oci/data_safe/models/create_security_assessment_details.py +31 -0
  91. oci/data_safe/models/create_sensitive_data_model_details.py +35 -0
  92. oci/data_safe/models/create_user_assessment_details.py +31 -0
  93. oci/data_safe/models/discovery_job.py +31 -0
  94. oci/data_safe/models/finding_summary.py +31 -0
  95. oci/data_safe/models/generate_report_details.py +2 -2
  96. oci/data_safe/models/references.py +34 -3
  97. oci/data_safe/models/report.py +2 -2
  98. oci/data_safe/models/report_definition.py +2 -2
  99. oci/data_safe/models/report_summary.py +2 -2
  100. oci/data_safe/models/schedule_report_details.py +2 -2
  101. oci/data_safe/models/security_assessment.py +31 -0
  102. oci/data_safe/models/sensitive_data_model.py +35 -0
  103. oci/data_safe/models/sensitive_data_model_sensitive_type_collection.py +72 -0
  104. oci/data_safe/models/sensitive_data_model_sensitive_type_summary.py +103 -0
  105. oci/data_safe/models/sql_firewall_allowed_sql.py +626 -0
  106. oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -3
  107. oci/data_safe/models/sql_firewall_allowed_sql_summary.py +7 -3
  108. oci/data_safe/models/tables_for_discovery.py +103 -0
  109. oci/data_safe/models/unset_security_assessment_baseline_details.py +72 -0
  110. oci/data_safe/models/unset_user_assessment_baseline_details.py +72 -0
  111. oci/data_safe/models/update_security_assessment_details.py +31 -0
  112. oci/data_safe/models/update_sensitive_data_model_details.py +35 -0
  113. oci/data_safe/models/update_user_assessment_details.py +31 -0
  114. oci/data_safe/models/user_assessment.py +31 -0
  115. oci/data_safe/models/user_assessment_summary.py +31 -0
  116. oci/data_safe/models/work_request.py +11 -3
  117. oci/data_safe/models/work_request_summary.py +11 -3
  118. oci/data_science/data_science_client.py +91 -91
  119. oci/database/database_client.py +707 -353
  120. oci/database/database_client_composite_operations.py +123 -0
  121. oci/database/models/__init__.py +8 -0
  122. oci/database/models/autonomous_database.py +66 -0
  123. oci/database/models/autonomous_database_summary.py +66 -0
  124. oci/database/models/change_autonomous_database_subscription_details.py +107 -0
  125. oci/database/models/change_cloud_exadata_infrastructure_subscription_details.py +107 -0
  126. oci/database/models/change_cloud_vm_cluster_subscription_details.py +107 -0
  127. oci/database/models/change_subscription_details.py +107 -0
  128. oci/database/models/cloud_exadata_infrastructure.py +35 -0
  129. oci/database/models/cloud_exadata_infrastructure_summary.py +35 -0
  130. oci/database/models/cloud_vm_cluster.py +35 -0
  131. oci/database/models/cloud_vm_cluster_summary.py +35 -0
  132. oci/database/models/create_autonomous_database_base.py +66 -0
  133. oci/database/models/create_autonomous_database_clone_details.py +14 -0
  134. oci/database/models/create_autonomous_database_details.py +14 -0
  135. oci/database/models/create_autonomous_database_from_backup_details.py +14 -0
  136. oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +14 -0
  137. oci/database/models/create_cloud_exadata_infrastructure_details.py +35 -0
  138. oci/database/models/create_cloud_vm_cluster_details.py +35 -0
  139. oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +14 -0
  140. oci/database/models/create_cross_region_disaster_recovery_details.py +14 -0
  141. oci/database/models/create_cross_tenancy_disaster_recovery_details.py +14 -0
  142. oci/database/models/create_refreshable_autonomous_database_clone_details.py +14 -0
  143. oci/database/models/update_autonomous_database_details.py +31 -0
  144. oci/database_management/db_management_client.py +208 -208
  145. oci/database_management/diagnosability_client.py +4 -4
  146. oci/database_management/managed_my_sql_databases_client.py +7 -7
  147. oci/database_management/perfhub_client.py +1 -1
  148. oci/database_management/sql_tuning_client.py +17 -17
  149. oci/database_migration/database_migration_client.py +36 -36
  150. oci/database_tools/database_tools_client.py +23 -23
  151. oci/demand_signal/occ_demand_signal_client.py +7 -7
  152. oci/desktops/desktop_service_client.py +21 -21
  153. oci/devops/devops_client.py +89 -89
  154. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  155. oci/dns/dns_client.py +52 -52
  156. oci/dts/appliance_export_job_client.py +6 -6
  157. oci/dts/shipping_vendors_client.py +1 -1
  158. oci/dts/transfer_appliance_client.py +8 -8
  159. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  160. oci/dts/transfer_device_client.py +5 -5
  161. oci/dts/transfer_job_client.py +6 -6
  162. oci/dts/transfer_package_client.py +7 -7
  163. oci/em_warehouse/em_data_lake_client.py +13 -13
  164. oci/em_warehouse/em_warehouse_client.py +13 -13
  165. oci/email/email_client.py +31 -31
  166. oci/email_data_plane/email_dp_client.py +1 -1
  167. oci/events/events_client.py +6 -6
  168. oci/file_storage/file_storage_client.py +51 -51
  169. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  170. oci/functions/functions_invoke_client.py +1 -1
  171. oci/functions/functions_management_client.py +16 -16
  172. oci/fusion_apps/data_masking_activity_client.py +3 -3
  173. oci/fusion_apps/fusion_applications_client.py +41 -41
  174. oci/fusion_apps/fusion_environment_client.py +15 -15
  175. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  176. oci/fusion_apps/refresh_activity_client.py +4 -4
  177. oci/fusion_apps/scheduled_activity_client.py +2 -2
  178. oci/fusion_apps/service_attachment_client.py +2 -2
  179. oci/generative_ai/generative_ai_client.py +22 -22
  180. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  181. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  182. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  183. oci/golden_gate/golden_gate_client.py +68 -68
  184. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  185. oci/governance_rules_control_plane/work_request_client.py +5 -5
  186. oci/healthchecks/health_checks_client.py +17 -17
  187. oci/identity/identity_client.py +145 -145
  188. oci/identity_data_plane/dataplane_client.py +2 -2
  189. oci/identity_domains/identity_domains_client.py +300 -300
  190. oci/integration/integration_instance_client.py +15 -15
  191. oci/jms/java_management_service_client.py +66 -66
  192. oci/jms_java_downloads/java_download_client.py +25 -25
  193. oci/key_management/ekm_client.py +5 -5
  194. oci/key_management/kms_crypto_client.py +6 -6
  195. oci/key_management/kms_hsm_cluster_client.py +12 -12
  196. oci/key_management/kms_management_client.py +21 -21
  197. oci/key_management/kms_vault_client.py +14 -14
  198. oci/license_manager/license_manager_client.py +18 -18
  199. oci/limits/limits_client.py +4 -4
  200. oci/limits/quotas_client.py +7 -7
  201. oci/load_balancer/load_balancer_client.py +61 -61
  202. oci/lockbox/lockbox_client.py +24 -24
  203. oci/log_analytics/log_analytics_client.py +193 -193
  204. oci/logging/logging_management_client.py +30 -30
  205. oci/loggingingestion/logging_client.py +1 -1
  206. oci/loggingsearch/log_search_client.py +1 -1
  207. oci/management_agent/management_agent_client.py +28 -28
  208. oci/management_dashboard/dashx_apis_client.py +14 -14
  209. oci/marketplace/account_client.py +2 -2
  210. oci/marketplace/marketplace_client.py +30 -30
  211. oci/marketplace_private_offer/attachment_client.py +5 -5
  212. oci/marketplace_private_offer/offer_client.py +6 -6
  213. oci/marketplace_publisher/attachment_client.py +5 -5
  214. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  215. oci/marketplace_publisher/offer_client.py +6 -6
  216. oci/media_services/media_services_client.py +60 -60
  217. oci/media_services/media_stream_client.py +2 -2
  218. oci/monitoring/monitoring_client.py +18 -18
  219. oci/mysql/channels_client.py +7 -7
  220. oci/mysql/db_backups_client.py +7 -7
  221. oci/mysql/db_system_client.py +17 -17
  222. oci/mysql/mysqlaas_client.py +7 -7
  223. oci/mysql/replicas_client.py +5 -5
  224. oci/mysql/work_requests_client.py +4 -4
  225. oci/network_firewall/network_firewall_client.py +80 -80
  226. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  227. oci/nosql/nosql_client.py +24 -24
  228. oci/object_storage/object_storage_client.py +50 -50
  229. oci/object_storage/transfer/internal/download/__init__.py +1 -1
  230. oci/oce/oce_instance_client.py +10 -10
  231. oci/oci_control_center/occ_metrics_client.py +3 -3
  232. oci/ocvp/cluster_client.py +5 -5
  233. oci/ocvp/esxi_host_client.py +8 -8
  234. oci/ocvp/sddc_client.py +14 -14
  235. oci/ocvp/work_request_client.py +4 -4
  236. oci/oda/management_client.py +59 -59
  237. oci/oda/oda_client.py +17 -17
  238. oci/oda/odapackage_client.py +7 -7
  239. oci/onesubscription/billing_schedule_client.py +1 -1
  240. oci/onesubscription/commitment_client.py +2 -2
  241. oci/onesubscription/computed_usage_client.py +3 -3
  242. oci/onesubscription/invoice_summary_client.py +2 -2
  243. oci/onesubscription/organization_subscription_client.py +1 -1
  244. oci/onesubscription/ratecard_client.py +1 -1
  245. oci/onesubscription/subscribed_service_client.py +2 -2
  246. oci/onesubscription/subscription_client.py +1 -1
  247. oci/ons/notification_control_plane_client.py +6 -6
  248. oci/ons/notification_data_plane_client.py +10 -10
  249. oci/opa/opa_instance_client.py +13 -13
  250. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  251. oci/opensearch/opensearch_cluster_client.py +14 -14
  252. oci/operator_access_control/access_requests_client.py +10 -10
  253. oci/operator_access_control/operator_actions_client.py +2 -2
  254. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  255. oci/operator_access_control/operator_control_client.py +6 -6
  256. oci/opsi/models/__init__.py +22 -0
  257. oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
  258. oci/opsi/models/autonomous_database_insight.py +1 -1
  259. oci/opsi/models/autonomous_database_insight_summary.py +1 -1
  260. oci/opsi/models/create_database_insight_details.py +11 -3
  261. oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
  262. oci/opsi/models/create_mds_my_sql_database_insight_details.py +107 -0
  263. oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
  264. oci/opsi/models/database_configuration_summary.py +11 -3
  265. oci/opsi/models/database_insight.py +11 -3
  266. oci/opsi/models/database_insight_summary.py +11 -3
  267. oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
  268. oci/opsi/models/em_managed_external_database_insight.py +1 -1
  269. oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
  270. oci/opsi/models/enable_database_insight_details.py +11 -3
  271. oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
  272. oci/opsi/models/enable_mds_my_sql_database_insight_details.py +51 -0
  273. oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
  274. oci/opsi/models/host_containers.py +182 -0
  275. oci/opsi/models/host_cpu_usage.py +1 -1
  276. oci/opsi/models/host_filesystem_usage.py +30 -3
  277. oci/opsi/models/host_gpu_processes.py +1 -1
  278. oci/opsi/models/host_gpu_usage.py +1 -1
  279. oci/opsi/models/host_io_usage.py +244 -0
  280. oci/opsi/models/host_memory_usage.py +1 -1
  281. oci/opsi/models/host_network_activity_summary.py +1 -1
  282. oci/opsi/models/host_performance_metric_group.py +19 -3
  283. oci/opsi/models/host_top_processes.py +158 -3
  284. oci/opsi/models/ingest_my_sql_sql_stats_details.py +72 -0
  285. oci/opsi/models/ingest_my_sql_sql_stats_response_details.py +72 -0
  286. oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
  287. oci/opsi/models/macs_managed_external_database_insight.py +1 -1
  288. oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
  289. oci/opsi/models/mds_my_sql_database_insight.py +374 -0
  290. oci/opsi/models/mds_my_sql_database_insight_summary.py +210 -0
  291. oci/opsi/models/mds_mysql_database_configuration_summary.py +251 -0
  292. oci/opsi/models/my_sql_sql_stats.py +1074 -0
  293. oci/opsi/models/pe_comanaged_database_insight.py +1 -1
  294. oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
  295. oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
  296. oci/opsi/models/resource_statistics.py +64 -2
  297. oci/opsi/models/summarize_host_insight_host_recommendation_aggregation.py +11 -3
  298. oci/opsi/models/summarize_host_insight_resource_capacity_trend_aggregation_collection.py +11 -3
  299. oci/opsi/models/summarize_host_insight_resource_forecast_trend_aggregation.py +11 -3
  300. oci/opsi/models/summarize_host_insight_resource_statistics_aggregation_collection.py +11 -3
  301. oci/opsi/models/summarize_host_insight_resource_usage_aggregation.py +11 -3
  302. oci/opsi/models/summarize_host_insight_resource_usage_trend_aggregation_collection.py +11 -3
  303. oci/opsi/models/summarize_host_insight_resource_utilization_insight_aggregation.py +11 -3
  304. oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
  305. oci/opsi/models/update_database_insight_details.py +11 -3
  306. oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
  307. oci/opsi/models/update_macs_managed_external_database_insight_details.py +2 -2
  308. oci/opsi/models/update_mds_my_sql_database_insight.py +65 -0
  309. oci/opsi/models/update_pe_comanaged_database_insight_details.py +2 -2
  310. oci/opsi/operations_insights_client.py +464 -195
  311. oci/optimizer/optimizer_client.py +26 -26
  312. oci/os_management/event_client.py +8 -8
  313. oci/os_management/os_management_client.py +69 -69
  314. oci/os_management_hub/event_client.py +8 -8
  315. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  316. oci/os_management_hub/managed_instance_client.py +31 -31
  317. oci/os_management_hub/managed_instance_group_client.py +25 -25
  318. oci/os_management_hub/management_station_client.py +10 -10
  319. oci/os_management_hub/onboarding_client.py +6 -6
  320. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  321. oci/os_management_hub/scheduled_job_client.py +7 -7
  322. oci/os_management_hub/software_source_client.py +27 -27
  323. oci/os_management_hub/work_request_client.py +4 -4
  324. oci/osp_gateway/address_rule_service_client.py +1 -1
  325. oci/osp_gateway/address_service_client.py +2 -2
  326. oci/osp_gateway/invoice_service_client.py +5 -5
  327. oci/osp_gateway/subscription_service_client.py +5 -5
  328. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  329. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  330. oci/osub_subscription/commitment_client.py +2 -2
  331. oci/osub_subscription/ratecard_client.py +1 -1
  332. oci/osub_subscription/subscription_client.py +1 -1
  333. oci/osub_usage/computed_usage_client.py +3 -3
  334. oci/psql/postgresql_client.py +33 -33
  335. oci/queue/queue_admin_client.py +11 -11
  336. oci/queue/queue_client.py +8 -8
  337. oci/recovery/database_recovery_client.py +25 -25
  338. oci/redis/redis_cluster_client.py +11 -11
  339. oci/regions_definitions.py +9 -4
  340. oci/resource_manager/resource_manager_client.py +52 -52
  341. oci/resource_scheduler/schedule_client.py +13 -13
  342. oci/resource_search/resource_search_client.py +3 -3
  343. oci/rover/rover_bundle_client.py +8 -8
  344. oci/rover/rover_cluster_client.py +8 -8
  345. oci/rover/rover_entitlement_client.py +6 -6
  346. oci/rover/rover_node_client.py +15 -15
  347. oci/rover/shape_client.py +1 -1
  348. oci/rover/work_requests_client.py +5 -5
  349. oci/sch/connector_plugins_client.py +2 -2
  350. oci/sch/service_connector_client.py +12 -12
  351. oci/secrets/secrets_client.py +3 -3
  352. oci/service_catalog/service_catalog_client.py +26 -26
  353. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  354. oci/service_mesh/service_mesh_client.py +48 -48
  355. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  356. oci/streaming/stream_admin_client.py +18 -18
  357. oci/streaming/stream_client.py +8 -8
  358. oci/tenant_manager_control_plane/domain_client.py +5 -5
  359. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  360. oci/tenant_manager_control_plane/governance_client.py +2 -2
  361. oci/tenant_manager_control_plane/link_client.py +3 -3
  362. oci/tenant_manager_control_plane/orders_client.py +2 -2
  363. oci/tenant_manager_control_plane/organization_client.py +10 -10
  364. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  365. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  366. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  367. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  368. oci/threat_intelligence/threatintel_client.py +5 -5
  369. oci/usage/resources_client.py +2 -2
  370. oci/usage/rewards_client.py +6 -6
  371. oci/usage/usagelimits_client.py +1 -1
  372. oci/usage_api/usageapi_client.py +33 -33
  373. oci/vault/vaults_client.py +13 -13
  374. oci/vbs_inst/vbs_instance_client.py +10 -10
  375. oci/version.py +1 -1
  376. oci/visual_builder/vb_instance_client.py +13 -13
  377. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  378. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  379. oci/waa/waa_client.py +13 -13
  380. oci/waa/work_request_client.py +4 -4
  381. oci/waas/redirect_client.py +6 -6
  382. oci/waas/waas_client.py +66 -66
  383. oci/waf/waf_client.py +24 -24
  384. oci/work_requests/work_request_client.py +4 -4
  385. {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/METADATA +1 -1
  386. {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/RECORD +390 -362
  387. {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/LICENSE.txt +0 -0
  388. {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  389. {oci-2.129.2.dist-info → oci-2.129.4.dist-info}/WHEEL +0 -0
  390. {oci-2.129.2.dist-info → oci-2.129.4.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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/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.129.4/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.129.2/datasafe/change_masking_policy_health_report_compartment.py.html>`__ to see an example of how to use change_masking_policy_health_report_compartment API.
2174
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_masking_policy_health_report_compartment.py.html>`__ to see an example of how to use change_masking_policy_health_report_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 = ['maskingPolicyHealthReportId']
@@ -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.129.2/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
2293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_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 = ['onPremConnectorId']
@@ -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.129.2/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
2412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_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 = ['reportId']
@@ -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.129.2/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
2531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
2532
2532
  """
2533
2533
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2534
2534
  required_arguments = ['reportDefinitionId']
@@ -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.129.2/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
2650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
2651
2651
  """
2652
2652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2653
2653
  required_arguments = ['auditProfileId']
@@ -2766,7 +2766,7 @@ class DataSafeClient(object):
2766
2766
  :rtype: :class:`~oci.response.Response`
2767
2767
 
2768
2768
  :example:
2769
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/change_sdm_masking_policy_difference_compartment.py.html>`__ to see an example of how to use change_sdm_masking_policy_difference_compartment API.
2769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_sdm_masking_policy_difference_compartment.py.html>`__ to see an example of how to use change_sdm_masking_policy_difference_compartment API.
2770
2770
  """
2771
2771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2772
2772
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -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.129.2/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
2892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_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 = ['securityAssessmentId']
@@ -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.129.2/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_compartment API.
3011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_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 = ['securityPolicyId']
@@ -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.129.2/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_compartment API.
3130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_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 = ['securityPolicyDeploymentId']
@@ -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.129.2/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
3249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_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 = ['sensitiveDataModelId']
@@ -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.129.2/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
3368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_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 = ['sensitiveTypeId']
@@ -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.129.2/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_compartment API.
3487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_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 = ['sqlCollectionId']
@@ -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.129.2/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_compartment API.
3606
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_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 = ['sqlFirewallPolicyId']
@@ -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.129.2/datasafe/change_target_alert_policy_association_compartment.py.html>`__ to see an example of how to use change_target_alert_policy_association_compartment API.
3725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_target_alert_policy_association_compartment.py.html>`__ to see an example of how to use change_target_alert_policy_association_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 = ['targetAlertPolicyAssociationId']
@@ -3841,7 +3841,7 @@ class DataSafeClient(object):
3841
3841
  :rtype: :class:`~oci.response.Response`
3842
3842
 
3843
3843
  :example:
3844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
3844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
3845
3845
  """
3846
3846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3847
3847
  required_arguments = ['targetDatabaseId']
@@ -3964,7 +3964,7 @@ class DataSafeClient(object):
3964
3964
  :rtype: :class:`~oci.response.Response`
3965
3965
 
3966
3966
  :example:
3967
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
3967
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
3968
3968
  """
3969
3969
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3970
3970
  required_arguments = ['userAssessmentId']
@@ -4084,7 +4084,7 @@ class DataSafeClient(object):
4084
4084
  :rtype: :class:`~oci.response.Response`
4085
4085
 
4086
4086
  :example:
4087
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
4087
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
4088
4088
  """
4089
4089
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4090
4090
  required_arguments = ['securityAssessmentId']
@@ -4204,7 +4204,7 @@ class DataSafeClient(object):
4204
4204
  :rtype: :class:`~oci.response.Response`
4205
4205
 
4206
4206
  :example:
4207
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
4207
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
4208
4208
  """
4209
4209
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4210
4210
  required_arguments = ['userAssessmentId']
@@ -4315,7 +4315,7 @@ class DataSafeClient(object):
4315
4315
  :rtype: :class:`~oci.response.Response`
4316
4316
 
4317
4317
  :example:
4318
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
4318
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
4319
4319
  """
4320
4320
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4321
4321
  required_arguments = []
@@ -4412,7 +4412,7 @@ class DataSafeClient(object):
4412
4412
  :rtype: :class:`~oci.response.Response`
4413
4413
 
4414
4414
  :example:
4415
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
4415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
4416
4416
  """
4417
4417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4418
4418
  required_arguments = []
@@ -4513,7 +4513,7 @@ class DataSafeClient(object):
4513
4513
  :rtype: :class:`~oci.response.Response`
4514
4514
 
4515
4515
  :example:
4516
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
4516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
4517
4517
  """
4518
4518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4519
4519
  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.129.2/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
4617
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
4618
4618
  """
4619
4619
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4620
4620
  required_arguments = []
@@ -4733,7 +4733,7 @@ class DataSafeClient(object):
4733
4733
  :rtype: :class:`~oci.response.Response`
4734
4734
 
4735
4735
  :example:
4736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
4736
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
4737
4737
  """
4738
4738
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4739
4739
  required_arguments = ['maskingPolicyId']
@@ -4856,7 +4856,7 @@ class DataSafeClient(object):
4856
4856
  :rtype: :class:`~oci.response.Response`
4857
4857
 
4858
4858
  :example:
4859
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
4859
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
4860
4860
  """
4861
4861
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4862
4862
  required_arguments = []
@@ -4953,7 +4953,7 @@ class DataSafeClient(object):
4953
4953
  :rtype: :class:`~oci.response.Response`
4954
4954
 
4955
4955
  :example:
4956
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
4956
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
4957
4957
  """
4958
4958
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4959
4959
  required_arguments = []
@@ -5060,7 +5060,7 @@ class DataSafeClient(object):
5060
5060
  :rtype: :class:`~oci.response.Response`
5061
5061
 
5062
5062
  :example:
5063
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_peer_target_database.py.html>`__ to see an example of how to use create_peer_target_database API.
5063
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_peer_target_database.py.html>`__ to see an example of how to use create_peer_target_database API.
5064
5064
  """
5065
5065
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5066
5066
  required_arguments = ['targetDatabaseId']
@@ -5171,7 +5171,7 @@ class DataSafeClient(object):
5171
5171
  :rtype: :class:`~oci.response.Response`
5172
5172
 
5173
5173
  :example:
5174
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
5174
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
5175
5175
  """
5176
5176
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5177
5177
  required_arguments = []
@@ -5272,7 +5272,7 @@ class DataSafeClient(object):
5272
5272
  :rtype: :class:`~oci.response.Response`
5273
5273
 
5274
5274
  :example:
5275
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
5275
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
5276
5276
  """
5277
5277
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5278
5278
  required_arguments = []
@@ -5373,7 +5373,7 @@ class DataSafeClient(object):
5373
5373
  :rtype: :class:`~oci.response.Response`
5374
5374
 
5375
5375
  :example:
5376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
5376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
5377
5377
  """
5378
5378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5379
5379
  required_arguments = []
@@ -5473,7 +5473,7 @@ class DataSafeClient(object):
5473
5473
  :rtype: :class:`~oci.response.Response`
5474
5474
 
5475
5475
  :example:
5476
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
5476
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
5477
5477
  """
5478
5478
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5479
5479
  required_arguments = ['sensitiveDataModelId']
@@ -5582,7 +5582,7 @@ class DataSafeClient(object):
5582
5582
  :rtype: :class:`~oci.response.Response`
5583
5583
 
5584
5584
  :example:
5585
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
5585
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
5586
5586
  """
5587
5587
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5588
5588
  required_arguments = []
@@ -5681,7 +5681,7 @@ class DataSafeClient(object):
5681
5681
  :rtype: :class:`~oci.response.Response`
5682
5682
 
5683
5683
  :example:
5684
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
5684
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
5685
5685
  """
5686
5686
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5687
5687
  required_arguments = []
@@ -5778,7 +5778,7 @@ class DataSafeClient(object):
5778
5778
  :rtype: :class:`~oci.response.Response`
5779
5779
 
5780
5780
  :example:
5781
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
5781
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
5782
5782
  """
5783
5783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5784
5784
  required_arguments = []
@@ -5875,7 +5875,7 @@ class DataSafeClient(object):
5875
5875
  :rtype: :class:`~oci.response.Response`
5876
5876
 
5877
5877
  :example:
5878
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
5878
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
5879
5879
  """
5880
5880
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5881
5881
  required_arguments = []
@@ -5972,7 +5972,7 @@ class DataSafeClient(object):
5972
5972
  :rtype: :class:`~oci.response.Response`
5973
5973
 
5974
5974
  :example:
5975
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
5975
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
5976
5976
  """
5977
5977
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5978
5978
  required_arguments = []
@@ -6073,7 +6073,7 @@ class DataSafeClient(object):
6073
6073
  :rtype: :class:`~oci.response.Response`
6074
6074
 
6075
6075
  :example:
6076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
6076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
6077
6077
  """
6078
6078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6079
6079
  required_arguments = []
@@ -6177,7 +6177,7 @@ class DataSafeClient(object):
6177
6177
  :rtype: :class:`~oci.response.Response`
6178
6178
 
6179
6179
  :example:
6180
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
6180
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
6181
6181
  """
6182
6182
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6183
6183
  required_arguments = ['targetDatabaseId']
@@ -6286,7 +6286,7 @@ class DataSafeClient(object):
6286
6286
  :rtype: :class:`~oci.response.Response`
6287
6287
 
6288
6288
  :example:
6289
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
6289
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
6290
6290
  """
6291
6291
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6292
6292
  required_arguments = ['auditArchiveRetrievalId']
@@ -6391,7 +6391,7 @@ class DataSafeClient(object):
6391
6391
  :rtype: :class:`~oci.response.Response`
6392
6392
 
6393
6393
  :example:
6394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
6394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
6395
6395
  """
6396
6396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6397
6397
  required_arguments = ['auditTrailId']
@@ -6496,7 +6496,7 @@ class DataSafeClient(object):
6496
6496
  :rtype: :class:`~oci.response.Response`
6497
6497
 
6498
6498
  :example:
6499
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
6499
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
6500
6500
  """
6501
6501
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6502
6502
  required_arguments = ['dataSafePrivateEndpointId']
@@ -6601,7 +6601,7 @@ class DataSafeClient(object):
6601
6601
  :rtype: :class:`~oci.response.Response`
6602
6602
 
6603
6603
  :example:
6604
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
6604
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
6605
6605
  """
6606
6606
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6607
6607
  required_arguments = ['discoveryJobId']
@@ -6709,7 +6709,7 @@ class DataSafeClient(object):
6709
6709
  :rtype: :class:`~oci.response.Response`
6710
6710
 
6711
6711
  :example:
6712
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
6712
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
6713
6713
  """
6714
6714
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6715
6715
  required_arguments = ['discoveryJobId', 'resultKey']
@@ -6815,7 +6815,7 @@ class DataSafeClient(object):
6815
6815
  :rtype: :class:`~oci.response.Response`
6816
6816
 
6817
6817
  :example:
6818
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
6818
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
6819
6819
  """
6820
6820
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6821
6821
  required_arguments = ['libraryMaskingFormatId']
@@ -6923,7 +6923,7 @@ class DataSafeClient(object):
6923
6923
  :rtype: :class:`~oci.response.Response`
6924
6924
 
6925
6925
  :example:
6926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
6926
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
6927
6927
  """
6928
6928
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6929
6929
  required_arguments = ['maskingColumnKey', 'maskingPolicyId']
@@ -7029,7 +7029,7 @@ class DataSafeClient(object):
7029
7029
  :rtype: :class:`~oci.response.Response`
7030
7030
 
7031
7031
  :example:
7032
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
7032
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
7033
7033
  """
7034
7034
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7035
7035
  required_arguments = ['maskingPolicyId']
@@ -7134,7 +7134,7 @@ class DataSafeClient(object):
7134
7134
  :rtype: :class:`~oci.response.Response`
7135
7135
 
7136
7136
  :example:
7137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_masking_policy_health_report.py.html>`__ to see an example of how to use delete_masking_policy_health_report API.
7137
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_masking_policy_health_report.py.html>`__ to see an example of how to use delete_masking_policy_health_report API.
7138
7138
  """
7139
7139
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7140
7140
  required_arguments = ['maskingPolicyHealthReportId']
@@ -7239,7 +7239,7 @@ class DataSafeClient(object):
7239
7239
  :rtype: :class:`~oci.response.Response`
7240
7240
 
7241
7241
  :example:
7242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
7242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
7243
7243
  """
7244
7244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7245
7245
  required_arguments = ['onPremConnectorId']
@@ -7347,7 +7347,7 @@ class DataSafeClient(object):
7347
7347
  :rtype: :class:`~oci.response.Response`
7348
7348
 
7349
7349
  :example:
7350
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_peer_target_database.py.html>`__ to see an example of how to use delete_peer_target_database API.
7350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_peer_target_database.py.html>`__ to see an example of how to use delete_peer_target_database API.
7351
7351
  """
7352
7352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7353
7353
  required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
@@ -7453,7 +7453,7 @@ class DataSafeClient(object):
7453
7453
  :rtype: :class:`~oci.response.Response`
7454
7454
 
7455
7455
  :example:
7456
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
7456
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
7457
7457
  """
7458
7458
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7459
7459
  required_arguments = ['reportDefinitionId']
@@ -7558,7 +7558,7 @@ class DataSafeClient(object):
7558
7558
  :rtype: :class:`~oci.response.Response`
7559
7559
 
7560
7560
  :example:
7561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
7561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
7562
7562
  """
7563
7563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7564
7564
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -7666,7 +7666,7 @@ class DataSafeClient(object):
7666
7666
  :rtype: :class:`~oci.response.Response`
7667
7667
 
7668
7668
  :example:
7669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
7669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
7670
7670
  """
7671
7671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7672
7672
  required_arguments = ['securityAssessmentId']
@@ -7774,7 +7774,7 @@ class DataSafeClient(object):
7774
7774
  :rtype: :class:`~oci.response.Response`
7775
7775
 
7776
7776
  :example:
7777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
7777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
7778
7778
  """
7779
7779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7780
7780
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -7880,7 +7880,7 @@ class DataSafeClient(object):
7880
7880
  :rtype: :class:`~oci.response.Response`
7881
7881
 
7882
7882
  :example:
7883
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
7883
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
7884
7884
  """
7885
7885
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7886
7886
  required_arguments = ['sensitiveDataModelId']
@@ -7985,7 +7985,7 @@ class DataSafeClient(object):
7985
7985
  :rtype: :class:`~oci.response.Response`
7986
7986
 
7987
7987
  :example:
7988
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
7988
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
7989
7989
  """
7990
7990
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7991
7991
  required_arguments = ['sensitiveTypeId']
@@ -8090,7 +8090,7 @@ class DataSafeClient(object):
8090
8090
  :rtype: :class:`~oci.response.Response`
8091
8091
 
8092
8092
  :example:
8093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
8093
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
8094
8094
  """
8095
8095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8096
8096
  required_arguments = ['sqlCollectionId']
@@ -8195,7 +8195,7 @@ class DataSafeClient(object):
8195
8195
  :rtype: :class:`~oci.response.Response`
8196
8196
 
8197
8197
  :example:
8198
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
8198
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
8199
8199
  """
8200
8200
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8201
8201
  required_arguments = ['sqlFirewallPolicyId']
@@ -8300,7 +8300,7 @@ class DataSafeClient(object):
8300
8300
  :rtype: :class:`~oci.response.Response`
8301
8301
 
8302
8302
  :example:
8303
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
8303
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
8304
8304
  """
8305
8305
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8306
8306
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -8405,7 +8405,7 @@ class DataSafeClient(object):
8405
8405
  :rtype: :class:`~oci.response.Response`
8406
8406
 
8407
8407
  :example:
8408
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
8408
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
8409
8409
  """
8410
8410
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8411
8411
  required_arguments = ['targetDatabaseId']
@@ -8513,7 +8513,7 @@ class DataSafeClient(object):
8513
8513
  :rtype: :class:`~oci.response.Response`
8514
8514
 
8515
8515
  :example:
8516
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
8516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
8517
8517
  """
8518
8518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8519
8519
  required_arguments = ['userAssessmentId']
@@ -8627,7 +8627,7 @@ class DataSafeClient(object):
8627
8627
  :rtype: :class:`~oci.response.Response`
8628
8628
 
8629
8629
  :example:
8630
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
8630
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
8631
8631
  """
8632
8632
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8633
8633
  required_arguments = ['auditProfileId']
@@ -8734,7 +8734,7 @@ class DataSafeClient(object):
8734
8734
  :rtype: :class:`~oci.response.Response`
8735
8735
 
8736
8736
  :example:
8737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
8737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
8738
8738
  """
8739
8739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8740
8740
  required_arguments = ['sensitiveDataModelId']
@@ -8837,7 +8837,7 @@ class DataSafeClient(object):
8837
8837
  :rtype: :class:`~oci.response.Response`
8838
8838
 
8839
8839
  :example:
8840
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
8840
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
8841
8841
  """
8842
8842
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8843
8843
  required_arguments = ['maskingPolicyId']
@@ -8943,7 +8943,7 @@ class DataSafeClient(object):
8943
8943
  :rtype: :class:`~oci.response.Response`
8944
8944
 
8945
8945
  :example:
8946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
8946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
8947
8947
  """
8948
8948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8949
8949
  required_arguments = ['maskingPolicyId']
@@ -9048,7 +9048,7 @@ class DataSafeClient(object):
9048
9048
  :rtype: :class:`~oci.response.Response`
9049
9049
 
9050
9050
  :example:
9051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
9051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
9052
9052
  """
9053
9053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9054
9054
  required_arguments = ['maskingPolicyId']
@@ -9158,7 +9158,7 @@ class DataSafeClient(object):
9158
9158
  :rtype: :class:`~oci.response.Response`
9159
9159
 
9160
9160
  :example:
9161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
9161
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
9162
9162
  """
9163
9163
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9164
9164
  required_arguments = []
@@ -9266,7 +9266,7 @@ class DataSafeClient(object):
9266
9266
  :rtype: :class:`~oci.response.Response`
9267
9267
 
9268
9268
  :example:
9269
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
9269
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
9270
9270
  """
9271
9271
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9272
9272
  required_arguments = ['securityAssessmentId']
@@ -9377,7 +9377,7 @@ class DataSafeClient(object):
9377
9377
  :rtype: :class:`~oci.response.Response`
9378
9378
 
9379
9379
  :example:
9380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
9380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
9381
9381
  """
9382
9382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9383
9383
  required_arguments = ['sensitiveDataModelId']
@@ -9494,7 +9494,7 @@ class DataSafeClient(object):
9494
9494
  :rtype: :class:`~oci.response.Response`
9495
9495
 
9496
9496
  :example:
9497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
9497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
9498
9498
  """
9499
9499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9500
9500
  required_arguments = ['userAssessmentId']
@@ -9609,7 +9609,7 @@ class DataSafeClient(object):
9609
9609
  :rtype: :class:`~oci.response.Response`
9610
9610
 
9611
9611
  :example:
9612
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
9612
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
9613
9613
  """
9614
9614
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9615
9615
  required_arguments = []
@@ -9711,7 +9711,7 @@ class DataSafeClient(object):
9711
9711
  :rtype: :class:`~oci.response.Response`
9712
9712
 
9713
9713
  :example:
9714
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
9714
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
9715
9715
  """
9716
9716
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9717
9717
  required_arguments = ['sensitiveDataModelId']
@@ -9818,7 +9818,7 @@ class DataSafeClient(object):
9818
9818
  :rtype: :class:`~oci.response.Response`
9819
9819
 
9820
9820
  :example:
9821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/generate_health_report.py.html>`__ to see an example of how to use generate_health_report API.
9821
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/generate_health_report.py.html>`__ to see an example of how to use generate_health_report API.
9822
9822
  """
9823
9823
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9824
9824
  required_arguments = ['maskingPolicyId']
@@ -9926,7 +9926,7 @@ class DataSafeClient(object):
9926
9926
  :rtype: :class:`~oci.response.Response`
9927
9927
 
9928
9928
  :example:
9929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
9929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
9930
9930
  """
9931
9931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9932
9932
  required_arguments = ['maskingPolicyId']
@@ -10030,7 +10030,7 @@ class DataSafeClient(object):
10030
10030
  :rtype: :class:`~oci.response.Response`
10031
10031
 
10032
10032
  :example:
10033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
10033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
10034
10034
  """
10035
10035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10036
10036
  required_arguments = ['maskingPolicyId']
@@ -10144,7 +10144,7 @@ class DataSafeClient(object):
10144
10144
  :rtype: :class:`~oci.response.Response`
10145
10145
 
10146
10146
  :example:
10147
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
10147
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
10148
10148
  """
10149
10149
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10150
10150
  required_arguments = ['onPremConnectorId']
@@ -10276,7 +10276,7 @@ class DataSafeClient(object):
10276
10276
  :rtype: :class:`~oci.response.Response`
10277
10277
 
10278
10278
  :example:
10279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
10279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
10280
10280
  """
10281
10281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10282
10282
  required_arguments = ['reportDefinitionId']
@@ -10404,7 +10404,7 @@ class DataSafeClient(object):
10404
10404
  :rtype: :class:`~oci.response.Response`
10405
10405
 
10406
10406
  :example:
10407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
10407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
10408
10408
  """
10409
10409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10410
10410
  required_arguments = ['securityAssessmentId']
@@ -10513,7 +10513,7 @@ class DataSafeClient(object):
10513
10513
  :rtype: :class:`~oci.response.Response`
10514
10514
 
10515
10515
  :example:
10516
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/generate_sensitive_data_model_for_download.py.html>`__ to see an example of how to use generate_sensitive_data_model_for_download API.
10516
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/generate_sensitive_data_model_for_download.py.html>`__ to see an example of how to use generate_sensitive_data_model_for_download API.
10517
10517
  """
10518
10518
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10519
10519
  required_arguments = ['sensitiveDataModelId']
@@ -10624,7 +10624,7 @@ class DataSafeClient(object):
10624
10624
  :rtype: :class:`~oci.response.Response`
10625
10625
 
10626
10626
  :example:
10627
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
10627
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
10628
10628
  """
10629
10629
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10630
10630
  required_arguments = ['sqlCollectionId']
@@ -10742,7 +10742,7 @@ class DataSafeClient(object):
10742
10742
  :rtype: :class:`~oci.response.Response`
10743
10743
 
10744
10744
  :example:
10745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
10745
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
10746
10746
  """
10747
10747
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10748
10748
  required_arguments = ['userAssessmentId']
@@ -10845,7 +10845,7 @@ class DataSafeClient(object):
10845
10845
  :rtype: :class:`~oci.response.Response`
10846
10846
 
10847
10847
  :example:
10848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
10848
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
10849
10849
  """
10850
10850
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10851
10851
  required_arguments = ['alertId']
@@ -10943,7 +10943,7 @@ class DataSafeClient(object):
10943
10943
  :rtype: :class:`~oci.response.Response`
10944
10944
 
10945
10945
  :example:
10946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
10946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
10947
10947
  """
10948
10948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10949
10949
  required_arguments = ['alertPolicyId']
@@ -11048,7 +11048,7 @@ class DataSafeClient(object):
11048
11048
  :rtype: :class:`~oci.response.Response`
11049
11049
 
11050
11050
  :example:
11051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
11051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
11052
11052
  """
11053
11053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11054
11054
  required_arguments = ['auditArchiveRetrievalId']
@@ -11148,7 +11148,7 @@ class DataSafeClient(object):
11148
11148
  :rtype: :class:`~oci.response.Response`
11149
11149
 
11150
11150
  :example:
11151
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
11151
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
11152
11152
  """
11153
11153
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11154
11154
  required_arguments = ['auditPolicyId']
@@ -11246,7 +11246,7 @@ class DataSafeClient(object):
11246
11246
  :rtype: :class:`~oci.response.Response`
11247
11247
 
11248
11248
  :example:
11249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
11249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
11250
11250
  """
11251
11251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11252
11252
  required_arguments = ['auditProfileId']
@@ -11344,7 +11344,7 @@ class DataSafeClient(object):
11344
11344
  :rtype: :class:`~oci.response.Response`
11345
11345
 
11346
11346
  :example:
11347
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
11347
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
11348
11348
  """
11349
11349
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11350
11350
  required_arguments = ['auditTrailId']
@@ -11455,7 +11455,7 @@ class DataSafeClient(object):
11455
11455
  :rtype: :class:`~oci.response.Response`
11456
11456
 
11457
11457
  :example:
11458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_compatible_formats_for_data_types.py.html>`__ to see an example of how to use get_compatible_formats_for_data_types API.
11458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_compatible_formats_for_data_types.py.html>`__ to see an example of how to use get_compatible_formats_for_data_types API.
11459
11459
  """
11460
11460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11461
11461
  required_arguments = []
@@ -11576,7 +11576,7 @@ class DataSafeClient(object):
11576
11576
  :rtype: :class:`~oci.response.Response`
11577
11577
 
11578
11578
  :example:
11579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_compatible_formats_for_sensitive_types.py.html>`__ to see an example of how to use get_compatible_formats_for_sensitive_types API.
11579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_compatible_formats_for_sensitive_types.py.html>`__ to see an example of how to use get_compatible_formats_for_sensitive_types API.
11580
11580
  """
11581
11581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11582
11582
  required_arguments = ['compartmentId']
@@ -11684,7 +11684,7 @@ class DataSafeClient(object):
11684
11684
  :rtype: :class:`~oci.response.Response`
11685
11685
 
11686
11686
  :example:
11687
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
11687
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
11688
11688
  """
11689
11689
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11690
11690
  required_arguments = []
@@ -11778,7 +11778,7 @@ class DataSafeClient(object):
11778
11778
  :rtype: :class:`~oci.response.Response`
11779
11779
 
11780
11780
  :example:
11781
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
11781
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
11782
11782
  """
11783
11783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11784
11784
  required_arguments = ['dataSafePrivateEndpointId']
@@ -11876,7 +11876,7 @@ class DataSafeClient(object):
11876
11876
  :rtype: :class:`~oci.response.Response`
11877
11877
 
11878
11878
  :example:
11879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
11879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
11880
11880
  """
11881
11881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11882
11882
  required_arguments = ['databaseSecurityConfigId']
@@ -11977,7 +11977,7 @@ class DataSafeClient(object):
11977
11977
  :rtype: :class:`~oci.response.Response`
11978
11978
 
11979
11979
  :example:
11980
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_database_table_access_entry.py.html>`__ to see an example of how to use get_database_table_access_entry API.
11980
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_database_table_access_entry.py.html>`__ to see an example of how to use get_database_table_access_entry API.
11981
11981
  """
11982
11982
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11983
11983
  required_arguments = ['securityPolicyReportId', 'databaseTableAccessEntryKey']
@@ -12079,7 +12079,7 @@ class DataSafeClient(object):
12079
12079
  :rtype: :class:`~oci.response.Response`
12080
12080
 
12081
12081
  :example:
12082
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_database_view_access_entry.py.html>`__ to see an example of how to use get_database_view_access_entry API.
12082
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_database_view_access_entry.py.html>`__ to see an example of how to use get_database_view_access_entry API.
12083
12083
  """
12084
12084
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12085
12085
  required_arguments = ['securityPolicyReportId', 'databaseViewAccessEntryKey']
@@ -12181,7 +12181,7 @@ class DataSafeClient(object):
12181
12181
  :rtype: :class:`~oci.response.Response`
12182
12182
 
12183
12183
  :example:
12184
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
12184
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
12185
12185
  """
12186
12186
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12187
12187
  required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
@@ -12280,7 +12280,7 @@ class DataSafeClient(object):
12280
12280
  :rtype: :class:`~oci.response.Response`
12281
12281
 
12282
12282
  :example:
12283
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
12283
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
12284
12284
  """
12285
12285
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12286
12286
  required_arguments = ['discoveryJobId']
@@ -12381,7 +12381,7 @@ class DataSafeClient(object):
12381
12381
  :rtype: :class:`~oci.response.Response`
12382
12382
 
12383
12383
  :example:
12384
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
12384
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
12385
12385
  """
12386
12386
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12387
12387
  required_arguments = ['discoveryJobId', 'resultKey']
@@ -12480,7 +12480,7 @@ class DataSafeClient(object):
12480
12480
  :rtype: :class:`~oci.response.Response`
12481
12481
 
12482
12482
  :example:
12483
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
12483
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
12484
12484
  """
12485
12485
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12486
12486
  required_arguments = ['libraryMaskingFormatId']
@@ -12581,7 +12581,7 @@ class DataSafeClient(object):
12581
12581
  :rtype: :class:`~oci.response.Response`
12582
12582
 
12583
12583
  :example:
12584
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
12584
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
12585
12585
  """
12586
12586
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12587
12587
  required_arguments = ['maskingPolicyId', 'maskingColumnKey']
@@ -12680,7 +12680,7 @@ class DataSafeClient(object):
12680
12680
  :rtype: :class:`~oci.response.Response`
12681
12681
 
12682
12682
  :example:
12683
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
12683
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
12684
12684
  """
12685
12685
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12686
12686
  required_arguments = ['maskingPolicyId']
@@ -12778,7 +12778,7 @@ class DataSafeClient(object):
12778
12778
  :rtype: :class:`~oci.response.Response`
12779
12779
 
12780
12780
  :example:
12781
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_masking_policy_health_report.py.html>`__ to see an example of how to use get_masking_policy_health_report API.
12781
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_masking_policy_health_report.py.html>`__ to see an example of how to use get_masking_policy_health_report API.
12782
12782
  """
12783
12783
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12784
12784
  required_arguments = ['maskingPolicyHealthReportId']
@@ -12876,7 +12876,7 @@ class DataSafeClient(object):
12876
12876
  :rtype: :class:`~oci.response.Response`
12877
12877
 
12878
12878
  :example:
12879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
12879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
12880
12880
  """
12881
12881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12882
12882
  required_arguments = ['maskingReportId']
@@ -12974,7 +12974,7 @@ class DataSafeClient(object):
12974
12974
  :rtype: :class:`~oci.response.Response`
12975
12975
 
12976
12976
  :example:
12977
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
12977
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
12978
12978
  """
12979
12979
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12980
12980
  required_arguments = ['onPremConnectorId']
@@ -13075,7 +13075,7 @@ class DataSafeClient(object):
13075
13075
  :rtype: :class:`~oci.response.Response`
13076
13076
 
13077
13077
  :example:
13078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_peer_target_database.py.html>`__ to see an example of how to use get_peer_target_database API.
13078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_peer_target_database.py.html>`__ to see an example of how to use get_peer_target_database API.
13079
13079
  """
13080
13080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13081
13081
  required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
@@ -13180,7 +13180,7 @@ class DataSafeClient(object):
13180
13180
  :rtype: :class:`~oci.response.Response`
13181
13181
 
13182
13182
  :example:
13183
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
13183
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
13184
13184
  """
13185
13185
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13186
13186
  required_arguments = ['userAssessmentId', 'profileName']
@@ -13279,7 +13279,7 @@ class DataSafeClient(object):
13279
13279
  :rtype: :class:`~oci.response.Response`
13280
13280
 
13281
13281
  :example:
13282
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
13282
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
13283
13283
  """
13284
13284
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13285
13285
  required_arguments = ['reportId']
@@ -13377,7 +13377,7 @@ class DataSafeClient(object):
13377
13377
  :rtype: :class:`~oci.response.Response`
13378
13378
 
13379
13379
  :example:
13380
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
13380
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
13381
13381
  """
13382
13382
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13383
13383
  required_arguments = ['reportId']
@@ -13475,7 +13475,7 @@ class DataSafeClient(object):
13475
13475
  :rtype: :class:`~oci.response.Response`
13476
13476
 
13477
13477
  :example:
13478
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
13478
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
13479
13479
  """
13480
13480
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13481
13481
  required_arguments = ['reportDefinitionId']
@@ -13573,7 +13573,7 @@ class DataSafeClient(object):
13573
13573
  :rtype: :class:`~oci.response.Response`
13574
13574
 
13575
13575
  :example:
13576
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
13576
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
13577
13577
  """
13578
13578
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13579
13579
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -13671,7 +13671,7 @@ class DataSafeClient(object):
13671
13671
  :rtype: :class:`~oci.response.Response`
13672
13672
 
13673
13673
  :example:
13674
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
13674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
13675
13675
  """
13676
13676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13677
13677
  required_arguments = ['securityAssessmentId']
@@ -13772,7 +13772,7 @@ class DataSafeClient(object):
13772
13772
  :rtype: :class:`~oci.response.Response`
13773
13773
 
13774
13774
  :example:
13775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
13775
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
13776
13776
  """
13777
13777
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13778
13778
  required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
@@ -13871,7 +13871,7 @@ class DataSafeClient(object):
13871
13871
  :rtype: :class:`~oci.response.Response`
13872
13872
 
13873
13873
  :example:
13874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
13874
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
13875
13875
  """
13876
13876
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13877
13877
  required_arguments = ['securityPolicyId']
@@ -13969,7 +13969,7 @@ class DataSafeClient(object):
13969
13969
  :rtype: :class:`~oci.response.Response`
13970
13970
 
13971
13971
  :example:
13972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
13972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
13973
13973
  """
13974
13974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13975
13975
  required_arguments = ['securityPolicyDeploymentId']
@@ -14073,7 +14073,7 @@ class DataSafeClient(object):
14073
14073
  :rtype: :class:`~oci.response.Response`
14074
14074
 
14075
14075
  :example:
14076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
14076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
14077
14077
  """
14078
14078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14079
14079
  required_arguments = ['securityPolicyDeploymentId', 'securityPolicyEntryStateId']
@@ -14172,7 +14172,7 @@ class DataSafeClient(object):
14172
14172
  :rtype: :class:`~oci.response.Response`
14173
14173
 
14174
14174
  :example:
14175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_security_policy_report.py.html>`__ to see an example of how to use get_security_policy_report API.
14175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_security_policy_report.py.html>`__ to see an example of how to use get_security_policy_report API.
14176
14176
  """
14177
14177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14178
14178
  required_arguments = ['securityPolicyReportId']
@@ -14273,7 +14273,7 @@ class DataSafeClient(object):
14273
14273
  :rtype: :class:`~oci.response.Response`
14274
14274
 
14275
14275
  :example:
14276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
14276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
14277
14277
  """
14278
14278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14279
14279
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -14372,7 +14372,7 @@ class DataSafeClient(object):
14372
14372
  :rtype: :class:`~oci.response.Response`
14373
14373
 
14374
14374
  :example:
14375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
14375
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
14376
14376
  """
14377
14377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14378
14378
  required_arguments = ['sensitiveDataModelId']
@@ -14470,7 +14470,7 @@ class DataSafeClient(object):
14470
14470
  :rtype: :class:`~oci.response.Response`
14471
14471
 
14472
14472
  :example:
14473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
14473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
14474
14474
  """
14475
14475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14476
14476
  required_arguments = ['sensitiveTypeId']
@@ -14568,7 +14568,7 @@ class DataSafeClient(object):
14568
14568
  :rtype: :class:`~oci.response.Response`
14569
14569
 
14570
14570
  :example:
14571
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
14571
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
14572
14572
  """
14573
14573
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14574
14574
  required_arguments = ['sqlCollectionId']
@@ -14666,7 +14666,7 @@ class DataSafeClient(object):
14666
14666
  :rtype: :class:`~oci.response.Response`
14667
14667
 
14668
14668
  :example:
14669
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
14669
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
14670
14670
  """
14671
14671
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14672
14672
  required_arguments = ['sqlFirewallPolicyId']
@@ -14764,7 +14764,7 @@ class DataSafeClient(object):
14764
14764
  :rtype: :class:`~oci.response.Response`
14765
14765
 
14766
14766
  :example:
14767
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
14767
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
14768
14768
  """
14769
14769
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14770
14770
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -14862,7 +14862,7 @@ class DataSafeClient(object):
14862
14862
  :rtype: :class:`~oci.response.Response`
14863
14863
 
14864
14864
  :example:
14865
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
14865
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
14866
14866
  """
14867
14867
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14868
14868
  required_arguments = ['targetDatabaseId']
@@ -14960,7 +14960,7 @@ class DataSafeClient(object):
14960
14960
  :rtype: :class:`~oci.response.Response`
14961
14961
 
14962
14962
  :example:
14963
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
14963
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
14964
14964
  """
14965
14965
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14966
14966
  required_arguments = ['userAssessmentId']
@@ -15061,7 +15061,7 @@ class DataSafeClient(object):
15061
15061
  :rtype: :class:`~oci.response.Response`
15062
15062
 
15063
15063
  :example:
15064
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
15064
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
15065
15065
  """
15066
15066
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15067
15067
  required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
@@ -15160,7 +15160,7 @@ class DataSafeClient(object):
15160
15160
  :rtype: :class:`~oci.response.Response`
15161
15161
 
15162
15162
  :example:
15163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
15163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
15164
15164
  """
15165
15165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15166
15166
  required_arguments = ['workRequestId']
@@ -15355,7 +15355,7 @@ class DataSafeClient(object):
15355
15355
  :rtype: :class:`~oci.response.Response`
15356
15356
 
15357
15357
  :example:
15358
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
15358
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
15359
15359
  """
15360
15360
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15361
15361
  required_arguments = ['compartmentId']
@@ -15582,7 +15582,7 @@ class DataSafeClient(object):
15582
15582
  :rtype: :class:`~oci.response.Response`
15583
15583
 
15584
15584
  :example:
15585
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
15585
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
15586
15586
  """
15587
15587
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15588
15588
  required_arguments = ['compartmentId']
@@ -15747,7 +15747,7 @@ class DataSafeClient(object):
15747
15747
  :rtype: :class:`~oci.response.Response`
15748
15748
 
15749
15749
  :example:
15750
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
15750
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
15751
15751
  """
15752
15752
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15753
15753
  required_arguments = ['alertPolicyId']
@@ -15921,7 +15921,7 @@ class DataSafeClient(object):
15921
15921
  :rtype: :class:`~oci.response.Response`
15922
15922
 
15923
15923
  :example:
15924
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
15924
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
15925
15925
  """
15926
15926
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15927
15927
  required_arguments = ['compartmentId']
@@ -16112,7 +16112,7 @@ class DataSafeClient(object):
16112
16112
  :rtype: :class:`~oci.response.Response`
16113
16113
 
16114
16114
  :example:
16115
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
16115
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
16116
16116
  """
16117
16117
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16118
16118
  required_arguments = ['compartmentId']
@@ -16288,7 +16288,7 @@ class DataSafeClient(object):
16288
16288
  text, date, and time values must be enclosed in quotation marks, with date and time values using ISO-8601 format.
16289
16289
  (Numeric and boolean values should not be quoted.)
16290
16290
 
16291
- **Example:** query=(operationTime ge '2021-06-04T01-00-26') and (eventName eq 'LOGON')
16291
+ **Example:** (operationTime ge \"2021-06-04T12:00:00.000Z\") and (eventName eq \"LOGON\")
16292
16292
 
16293
16293
  __ https://tools.ietf.org/html/draft-ietf-scim-api-12
16294
16294
 
@@ -16350,7 +16350,7 @@ class DataSafeClient(object):
16350
16350
  :rtype: :class:`~oci.response.Response`
16351
16351
 
16352
16352
  :example:
16353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
16353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
16354
16354
  """
16355
16355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16356
16356
  required_arguments = ['compartmentId']
@@ -16535,7 +16535,7 @@ class DataSafeClient(object):
16535
16535
  text, date, and time values must be enclosed in quotation marks, with date and time values using ISO-8601 format.
16536
16536
  (Numeric and boolean values should not be quoted.)
16537
16537
 
16538
- **Example:** query=(operationTime ge '2021-06-04T01-00-26') and (eventName eq 'LOGON')
16538
+ **Example:** (operationTime ge \"2021-06-04T12:00:00.000Z\") and (eventName eq \"LOGON\")
16539
16539
 
16540
16540
  __ https://tools.ietf.org/html/draft-ietf-scim-api-12
16541
16541
 
@@ -16565,7 +16565,7 @@ class DataSafeClient(object):
16565
16565
  :rtype: :class:`~oci.response.Response`
16566
16566
 
16567
16567
  :example:
16568
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
16568
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
16569
16569
  """
16570
16570
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16571
16571
  required_arguments = ['compartmentId']
@@ -16755,7 +16755,7 @@ class DataSafeClient(object):
16755
16755
  :rtype: :class:`~oci.response.Response`
16756
16756
 
16757
16757
  :example:
16758
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
16758
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
16759
16759
  """
16760
16760
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16761
16761
  required_arguments = ['compartmentId']
@@ -16956,7 +16956,7 @@ class DataSafeClient(object):
16956
16956
  :rtype: :class:`~oci.response.Response`
16957
16957
 
16958
16958
  :example:
16959
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
16959
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
16960
16960
  """
16961
16961
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16962
16962
  required_arguments = ['compartmentId']
@@ -17135,7 +17135,7 @@ class DataSafeClient(object):
17135
17135
  :rtype: :class:`~oci.response.Response`
17136
17136
 
17137
17137
  :example:
17138
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
17138
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
17139
17139
  """
17140
17140
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17141
17141
  required_arguments = ['compartmentId']
@@ -17327,7 +17327,7 @@ class DataSafeClient(object):
17327
17327
  :rtype: :class:`~oci.response.Response`
17328
17328
 
17329
17329
  :example:
17330
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
17330
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
17331
17331
  """
17332
17332
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17333
17333
  required_arguments = ['compartmentId']
@@ -17516,7 +17516,7 @@ class DataSafeClient(object):
17516
17516
  :rtype: :class:`~oci.response.Response`
17517
17517
 
17518
17518
  :example:
17519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
17519
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
17520
17520
  """
17521
17521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17522
17522
  required_arguments = ['compartmentId']
@@ -17702,7 +17702,7 @@ class DataSafeClient(object):
17702
17702
  :rtype: :class:`~oci.response.Response`
17703
17703
 
17704
17704
  :example:
17705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
17705
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
17706
17706
  """
17707
17707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17708
17708
  required_arguments = ['compartmentId']
@@ -17898,7 +17898,7 @@ class DataSafeClient(object):
17898
17898
  :rtype: :class:`~oci.response.Response`
17899
17899
 
17900
17900
  :example:
17901
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
17901
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
17902
17902
  """
17903
17903
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17904
17904
  required_arguments = ['auditProfileId', 'workRequestId']
@@ -18074,7 +18074,7 @@ class DataSafeClient(object):
18074
18074
  :rtype: :class:`~oci.response.Response`
18075
18075
 
18076
18076
  :example:
18077
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
18077
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
18078
18078
  """
18079
18079
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18080
18080
  required_arguments = ['auditProfileId', 'workRequestId']
@@ -18246,7 +18246,7 @@ class DataSafeClient(object):
18246
18246
  :rtype: :class:`~oci.response.Response`
18247
18247
 
18248
18248
  :example:
18249
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
18249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
18250
18250
  """
18251
18251
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18252
18252
  required_arguments = ['targetDatabaseId']
@@ -18431,7 +18431,7 @@ class DataSafeClient(object):
18431
18431
  :rtype: :class:`~oci.response.Response`
18432
18432
 
18433
18433
  :example:
18434
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
18434
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
18435
18435
  """
18436
18436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18437
18437
  required_arguments = ['compartmentId']
@@ -18648,7 +18648,7 @@ class DataSafeClient(object):
18648
18648
  :rtype: :class:`~oci.response.Response`
18649
18649
 
18650
18650
  :example:
18651
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
18651
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
18652
18652
  """
18653
18653
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18654
18654
  required_arguments = ['compartmentId']
@@ -18826,7 +18826,7 @@ class DataSafeClient(object):
18826
18826
  :rtype: :class:`~oci.response.Response`
18827
18827
 
18828
18828
  :example:
18829
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_database_table_access_entries.py.html>`__ to see an example of how to use list_database_table_access_entries API.
18829
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_database_table_access_entries.py.html>`__ to see an example of how to use list_database_table_access_entries API.
18830
18830
  """
18831
18831
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18832
18832
  required_arguments = ['securityPolicyReportId']
@@ -18990,7 +18990,7 @@ class DataSafeClient(object):
18990
18990
  :rtype: :class:`~oci.response.Response`
18991
18991
 
18992
18992
  :example:
18993
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_database_view_access_entries.py.html>`__ to see an example of how to use list_database_view_access_entries API.
18993
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_database_view_access_entries.py.html>`__ to see an example of how to use list_database_view_access_entries API.
18994
18994
  """
18995
18995
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18996
18996
  required_arguments = ['securityPolicyReportId']
@@ -19165,7 +19165,7 @@ class DataSafeClient(object):
19165
19165
  :rtype: :class:`~oci.response.Response`
19166
19166
 
19167
19167
  :example:
19168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
19168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
19169
19169
  """
19170
19170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19171
19171
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -19358,7 +19358,7 @@ class DataSafeClient(object):
19358
19358
  :rtype: :class:`~oci.response.Response`
19359
19359
 
19360
19360
  :example:
19361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
19361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
19362
19362
  """
19363
19363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19364
19364
  required_arguments = ['compartmentId']
@@ -19517,7 +19517,7 @@ class DataSafeClient(object):
19517
19517
  :rtype: :class:`~oci.response.Response`
19518
19518
 
19519
19519
  :example:
19520
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
19520
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
19521
19521
  """
19522
19522
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19523
19523
  required_arguments = ['discoveryJobId']
@@ -19719,7 +19719,7 @@ class DataSafeClient(object):
19719
19719
  :rtype: :class:`~oci.response.Response`
19720
19720
 
19721
19721
  :example:
19722
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
19722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
19723
19723
  """
19724
19724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19725
19725
  required_arguments = ['compartmentId']
@@ -19914,7 +19914,7 @@ class DataSafeClient(object):
19914
19914
  :rtype: :class:`~oci.response.Response`
19915
19915
 
19916
19916
  :example:
19917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_finding_analytics.py.html>`__ to see an example of how to use list_finding_analytics API.
19917
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_finding_analytics.py.html>`__ to see an example of how to use list_finding_analytics API.
19918
19918
  """
19919
19919
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19920
19920
  required_arguments = ['compartmentId']
@@ -20077,6 +20077,9 @@ class DataSafeClient(object):
20077
20077
 
20078
20078
  Allowed values are: "RESTRICTED", "ACCESSIBLE"
20079
20079
 
20080
+ :param str target_id: (optional)
20081
+ A filter to return only items related to a specific target OCID.
20082
+
20080
20083
  :param str finding_key: (optional)
20081
20084
  Each finding in security assessment has an associated key (think of key as a finding's name).
20082
20085
  For a given finding, the key will be the same across targets. The user can use these keys to filter the findings.
@@ -20097,7 +20100,7 @@ class DataSafeClient(object):
20097
20100
  :rtype: :class:`~oci.response.Response`
20098
20101
 
20099
20102
  :example:
20100
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
20103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
20101
20104
  """
20102
20105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20103
20106
  required_arguments = ['securityAssessmentId']
@@ -20119,6 +20122,7 @@ class DataSafeClient(object):
20119
20122
  "page",
20120
20123
  "compartment_id_in_subtree",
20121
20124
  "access_level",
20125
+ "target_id",
20122
20126
  "finding_key"
20123
20127
  ]
20124
20128
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
@@ -20173,6 +20177,7 @@ class DataSafeClient(object):
20173
20177
  "page": kwargs.get("page", missing),
20174
20178
  "compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing),
20175
20179
  "accessLevel": kwargs.get("access_level", missing),
20180
+ "targetId": kwargs.get("target_id", missing),
20176
20181
  "findingKey": kwargs.get("finding_key", missing)
20177
20182
  }
20178
20183
  query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
@@ -20318,7 +20323,7 @@ class DataSafeClient(object):
20318
20323
  :rtype: :class:`~oci.response.Response`
20319
20324
 
20320
20325
  :example:
20321
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_findings_change_audit_logs.py.html>`__ to see an example of how to use list_findings_change_audit_logs API.
20326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_findings_change_audit_logs.py.html>`__ to see an example of how to use list_findings_change_audit_logs API.
20322
20327
  """
20323
20328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20324
20329
  required_arguments = ['securityAssessmentId']
@@ -20516,7 +20521,7 @@ class DataSafeClient(object):
20516
20521
  :rtype: :class:`~oci.response.Response`
20517
20522
 
20518
20523
  :example:
20519
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
20524
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
20520
20525
  """
20521
20526
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20522
20527
  required_arguments = ['userAssessmentId', 'userKey']
@@ -20723,7 +20728,7 @@ class DataSafeClient(object):
20723
20728
  :rtype: :class:`~oci.response.Response`
20724
20729
 
20725
20730
  :example:
20726
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
20731
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
20727
20732
  """
20728
20733
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20729
20734
  required_arguments = ['compartmentId']
@@ -20915,7 +20920,7 @@ class DataSafeClient(object):
20915
20920
  :rtype: :class:`~oci.response.Response`
20916
20921
 
20917
20922
  :example:
20918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
20923
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
20919
20924
  """
20920
20925
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20921
20926
  required_arguments = ['maskingReportId']
@@ -21088,7 +21093,7 @@ class DataSafeClient(object):
21088
21093
  :rtype: :class:`~oci.response.Response`
21089
21094
 
21090
21095
  :example:
21091
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
21096
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
21092
21097
  """
21093
21098
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21094
21099
  required_arguments = ['compartmentId']
@@ -21292,7 +21297,7 @@ class DataSafeClient(object):
21292
21297
  :rtype: :class:`~oci.response.Response`
21293
21298
 
21294
21299
  :example:
21295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
21300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
21296
21301
  """
21297
21302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21298
21303
  required_arguments = ['maskingPolicyId']
@@ -21501,7 +21506,7 @@ class DataSafeClient(object):
21501
21506
  :rtype: :class:`~oci.response.Response`
21502
21507
 
21503
21508
  :example:
21504
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
21509
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
21505
21510
  """
21506
21511
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21507
21512
  required_arguments = ['maskingPolicyId']
@@ -21708,7 +21713,7 @@ class DataSafeClient(object):
21708
21713
  :rtype: :class:`~oci.response.Response`
21709
21714
 
21710
21715
  :example:
21711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
21716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
21712
21717
  """
21713
21718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21714
21719
  required_arguments = ['compartmentId']
@@ -21880,7 +21885,7 @@ class DataSafeClient(object):
21880
21885
  :rtype: :class:`~oci.response.Response`
21881
21886
 
21882
21887
  :example:
21883
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_masking_policy_health_report_logs.py.html>`__ to see an example of how to use list_masking_policy_health_report_logs API.
21888
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_masking_policy_health_report_logs.py.html>`__ to see an example of how to use list_masking_policy_health_report_logs API.
21884
21889
  """
21885
21890
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21886
21891
  required_arguments = ['maskingPolicyHealthReportId']
@@ -22064,7 +22069,7 @@ class DataSafeClient(object):
22064
22069
  :rtype: :class:`~oci.response.Response`
22065
22070
 
22066
22071
  :example:
22067
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_masking_policy_health_reports.py.html>`__ to see an example of how to use list_masking_policy_health_reports API.
22072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_masking_policy_health_reports.py.html>`__ to see an example of how to use list_masking_policy_health_reports API.
22068
22073
  """
22069
22074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22070
22075
  required_arguments = ['compartmentId']
@@ -22245,7 +22250,7 @@ class DataSafeClient(object):
22245
22250
  :rtype: :class:`~oci.response.Response`
22246
22251
 
22247
22252
  :example:
22248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
22253
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
22249
22254
  """
22250
22255
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22251
22256
  required_arguments = ['compartmentId']
@@ -22399,7 +22404,7 @@ class DataSafeClient(object):
22399
22404
  :rtype: :class:`~oci.response.Response`
22400
22405
 
22401
22406
  :example:
22402
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
22407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
22403
22408
  """
22404
22409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22405
22410
  required_arguments = ['maskingPolicyId']
@@ -22572,7 +22577,7 @@ class DataSafeClient(object):
22572
22577
  :rtype: :class:`~oci.response.Response`
22573
22578
 
22574
22579
  :example:
22575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
22580
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
22576
22581
  """
22577
22582
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22578
22583
  required_arguments = ['compartmentId']
@@ -22734,7 +22739,7 @@ class DataSafeClient(object):
22734
22739
  :rtype: :class:`~oci.response.Response`
22735
22740
 
22736
22741
  :example:
22737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_peer_target_databases.py.html>`__ to see an example of how to use list_peer_target_databases API.
22742
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_peer_target_databases.py.html>`__ to see an example of how to use list_peer_target_databases API.
22738
22743
  """
22739
22744
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22740
22745
  required_arguments = ['targetDatabaseId']
@@ -22904,7 +22909,7 @@ class DataSafeClient(object):
22904
22909
  :rtype: :class:`~oci.response.Response`
22905
22910
 
22906
22911
  :example:
22907
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
22912
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
22908
22913
  """
22909
22914
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22910
22915
  required_arguments = ['userAssessmentId', 'compartmentId']
@@ -23145,7 +23150,7 @@ class DataSafeClient(object):
23145
23150
  :rtype: :class:`~oci.response.Response`
23146
23151
 
23147
23152
  :example:
23148
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
23153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
23149
23154
  """
23150
23155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23151
23156
  required_arguments = ['userAssessmentId', 'compartmentId']
@@ -23368,7 +23373,7 @@ class DataSafeClient(object):
23368
23373
  :rtype: :class:`~oci.response.Response`
23369
23374
 
23370
23375
  :example:
23371
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
23376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
23372
23377
  """
23373
23378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23374
23379
  required_arguments = ['compartmentId']
@@ -23544,6 +23549,23 @@ class DataSafeClient(object):
23544
23549
  :param str report_definition_id: (optional)
23545
23550
  The ID of the report definition to filter the list of reports
23546
23551
 
23552
+ :param datetime time_generated_greater_than_or_equal_to: (optional)
23553
+ A filter to return only the resources that were generated after the specified date and time, as defined by `RFC3339`__.
23554
+ Using TimeGeneratedGreaterThanOrEqualToQueryParam parameter retrieves all resources generated after that date.
23555
+
23556
+ **Example:** 2016-12-19T16:39:57.600Z
23557
+
23558
+ __ https://tools.ietf.org/html/rfc3339
23559
+
23560
+ :param datetime time_generated_less_than: (optional)
23561
+ Search for resources that were generated before a specific date.
23562
+ Specifying this parameter corresponding `timeGeneratedLessThan`
23563
+ parameter will retrieve all resources generated before the
23564
+ specified generated date, in \"YYYY-MM-ddThh:mmZ\" format with a Z offset, as
23565
+ defined by RFC 3339.
23566
+
23567
+ **Example:** 2016-12-19T16:39:57.600Z
23568
+
23547
23569
  :param str opc_request_id: (optional)
23548
23570
  Unique identifier for the request.
23549
23571
 
@@ -23573,7 +23595,7 @@ class DataSafeClient(object):
23573
23595
  :rtype: :class:`~oci.response.Response`
23574
23596
 
23575
23597
  :example:
23576
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
23598
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
23577
23599
  """
23578
23600
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23579
23601
  required_arguments = ['compartmentId']
@@ -23594,6 +23616,8 @@ class DataSafeClient(object):
23594
23616
  "sort_order",
23595
23617
  "sort_by",
23596
23618
  "report_definition_id",
23619
+ "time_generated_greater_than_or_equal_to",
23620
+ "time_generated_less_than",
23597
23621
  "opc_request_id",
23598
23622
  "lifecycle_state",
23599
23623
  "type"
@@ -23648,6 +23672,8 @@ class DataSafeClient(object):
23648
23672
  "sortOrder": kwargs.get("sort_order", missing),
23649
23673
  "sortBy": kwargs.get("sort_by", missing),
23650
23674
  "reportDefinitionId": kwargs.get("report_definition_id", missing),
23675
+ "timeGeneratedGreaterThanOrEqualTo": kwargs.get("time_generated_greater_than_or_equal_to", missing),
23676
+ "timeGeneratedLessThan": kwargs.get("time_generated_less_than", missing),
23651
23677
  "lifecycleState": kwargs.get("lifecycle_state", missing),
23652
23678
  "type": kwargs.get("type", missing)
23653
23679
  }
@@ -23739,7 +23765,7 @@ class DataSafeClient(object):
23739
23765
  :rtype: :class:`~oci.response.Response`
23740
23766
 
23741
23767
  :example:
23742
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_role_grant_paths.py.html>`__ to see an example of how to use list_role_grant_paths API.
23768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_role_grant_paths.py.html>`__ to see an example of how to use list_role_grant_paths API.
23743
23769
  """
23744
23770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23745
23771
  required_arguments = ['securityPolicyReportId', 'grantee', 'grantedRole']
@@ -23881,7 +23907,7 @@ class DataSafeClient(object):
23881
23907
  :rtype: :class:`~oci.response.Response`
23882
23908
 
23883
23909
  :example:
23884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
23910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
23885
23911
  """
23886
23912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23887
23913
  required_arguments = ['targetDatabaseId']
@@ -24044,7 +24070,7 @@ class DataSafeClient(object):
24044
24070
  :rtype: :class:`~oci.response.Response`
24045
24071
 
24046
24072
  :example:
24047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
24073
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
24048
24074
  """
24049
24075
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24050
24076
  required_arguments = ['targetDatabaseId']
@@ -24223,7 +24249,7 @@ class DataSafeClient(object):
24223
24249
  :rtype: :class:`~oci.response.Response`
24224
24250
 
24225
24251
  :example:
24226
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
24252
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
24227
24253
  """
24228
24254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24229
24255
  required_arguments = ['compartmentId']
@@ -24457,7 +24483,7 @@ class DataSafeClient(object):
24457
24483
  :rtype: :class:`~oci.response.Response`
24458
24484
 
24459
24485
  :example:
24460
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
24486
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
24461
24487
  """
24462
24488
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24463
24489
  required_arguments = ['compartmentId']
@@ -24646,7 +24672,7 @@ class DataSafeClient(object):
24646
24672
  :rtype: :class:`~oci.response.Response`
24647
24673
 
24648
24674
  :example:
24649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_security_feature_analytics.py.html>`__ to see an example of how to use list_security_feature_analytics API.
24675
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_security_feature_analytics.py.html>`__ to see an example of how to use list_security_feature_analytics API.
24650
24676
  """
24651
24677
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24652
24678
  required_arguments = ['compartmentId']
@@ -24832,7 +24858,7 @@ class DataSafeClient(object):
24832
24858
  :rtype: :class:`~oci.response.Response`
24833
24859
 
24834
24860
  :example:
24835
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_security_features.py.html>`__ to see an example of how to use list_security_features API.
24861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_security_features.py.html>`__ to see an example of how to use list_security_features API.
24836
24862
  """
24837
24863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24838
24864
  required_arguments = ['compartmentId']
@@ -25099,7 +25125,7 @@ class DataSafeClient(object):
25099
25125
  :rtype: :class:`~oci.response.Response`
25100
25126
 
25101
25127
  :example:
25102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
25128
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
25103
25129
  """
25104
25130
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25105
25131
  required_arguments = ['compartmentId']
@@ -25302,7 +25328,7 @@ class DataSafeClient(object):
25302
25328
  :rtype: :class:`~oci.response.Response`
25303
25329
 
25304
25330
  :example:
25305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
25331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
25306
25332
  """
25307
25333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25308
25334
  required_arguments = ['compartmentId']
@@ -25465,7 +25491,7 @@ class DataSafeClient(object):
25465
25491
  :rtype: :class:`~oci.response.Response`
25466
25492
 
25467
25493
  :example:
25468
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
25494
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
25469
25495
  """
25470
25496
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25471
25497
  required_arguments = ['securityPolicyDeploymentId']
@@ -25645,7 +25671,7 @@ class DataSafeClient(object):
25645
25671
  :rtype: :class:`~oci.response.Response`
25646
25672
 
25647
25673
  :example:
25648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_security_policy_reports.py.html>`__ to see an example of how to use list_security_policy_reports API.
25674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_security_policy_reports.py.html>`__ to see an example of how to use list_security_policy_reports API.
25649
25675
  """
25650
25676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25651
25677
  required_arguments = ['compartmentId']
@@ -25887,7 +25913,7 @@ class DataSafeClient(object):
25887
25913
  :rtype: :class:`~oci.response.Response`
25888
25914
 
25889
25915
  :example:
25890
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
25916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
25891
25917
  """
25892
25918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25893
25919
  required_arguments = ['sensitiveDataModelId']
@@ -26049,6 +26075,158 @@ class DataSafeClient(object):
26049
26075
  api_reference_link=api_reference_link,
26050
26076
  required_arguments=required_arguments)
26051
26077
 
26078
+ def list_sensitive_data_model_sensitive_types(self, sensitive_data_model_id, **kwargs):
26079
+ """
26080
+ Gets a list of sensitive type Ids present in the specified sensitive data model.
26081
+
26082
+
26083
+ :param str sensitive_data_model_id: (required)
26084
+ The OCID of the sensitive data model.
26085
+
26086
+ :param str sensitive_type_id: (optional)
26087
+ A filter to return only items related to a specific sensitive type OCID.
26088
+
26089
+ :param str sort_by: (optional)
26090
+ - The field to sort by. You can specify only one sorting parameter (sortorder).
26091
+ The default order is descending.
26092
+
26093
+ Allowed values are: "count"
26094
+
26095
+ :param str sort_order: (optional)
26096
+ The sort order to use, either ascending (ASC) or descending (DESC).
26097
+
26098
+ Allowed values are: "ASC", "DESC"
26099
+
26100
+ :param int limit: (optional)
26101
+ For list pagination. The maximum number of items to return per page in a paginated \"List\" call. For details about how pagination works, see `List Pagination`__.
26102
+
26103
+ __ https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/usingapi.htm#nine
26104
+
26105
+ :param str page: (optional)
26106
+ For list pagination. The page token representing the page at which to start retrieving results. It is usually retrieved from a previous \"List\" call. For details about how pagination works, see `List Pagination`__.
26107
+
26108
+ __ https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/usingapi.htm#nine
26109
+
26110
+ :param str opc_request_id: (optional)
26111
+ Unique identifier for the request.
26112
+
26113
+ :param obj retry_strategy: (optional)
26114
+ A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
26115
+
26116
+ This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
26117
+ The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
26118
+
26119
+ To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
26120
+
26121
+ :param bool allow_control_chars: (optional)
26122
+ allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
26123
+ By default, the response will not allow control characters in strings
26124
+
26125
+ :return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_safe.models.SensitiveDataModelSensitiveTypeCollection`
26126
+ :rtype: :class:`~oci.response.Response`
26127
+
26128
+ :example:
26129
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sensitive_data_model_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_data_model_sensitive_types API.
26130
+ """
26131
+ # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26132
+ required_arguments = ['sensitiveDataModelId']
26133
+ resource_path = "/sensitiveDataModels/{sensitiveDataModelId}/sensitiveTypes"
26134
+ method = "GET"
26135
+ operation_name = "list_sensitive_data_model_sensitive_types"
26136
+ api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/SensitiveDataModelSensitiveTypeCollection/ListSensitiveDataModelSensitiveTypes"
26137
+
26138
+ # Don't accept unknown kwargs
26139
+ expected_kwargs = [
26140
+ "allow_control_chars",
26141
+ "retry_strategy",
26142
+ "sensitive_type_id",
26143
+ "sort_by",
26144
+ "sort_order",
26145
+ "limit",
26146
+ "page",
26147
+ "opc_request_id"
26148
+ ]
26149
+ extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
26150
+ if extra_kwargs:
26151
+ raise ValueError(
26152
+ f"list_sensitive_data_model_sensitive_types got unknown kwargs: {extra_kwargs!r}")
26153
+
26154
+ path_params = {
26155
+ "sensitiveDataModelId": sensitive_data_model_id
26156
+ }
26157
+
26158
+ path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
26159
+
26160
+ for (k, v) in six.iteritems(path_params):
26161
+ if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
26162
+ raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
26163
+
26164
+ if 'sort_by' in kwargs:
26165
+ sort_by_allowed_values = ["count"]
26166
+ if kwargs['sort_by'] not in sort_by_allowed_values:
26167
+ raise ValueError(
26168
+ f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
26169
+ )
26170
+
26171
+ if 'sort_order' in kwargs:
26172
+ sort_order_allowed_values = ["ASC", "DESC"]
26173
+ if kwargs['sort_order'] not in sort_order_allowed_values:
26174
+ raise ValueError(
26175
+ f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
26176
+ )
26177
+
26178
+ query_params = {
26179
+ "sensitiveTypeId": kwargs.get("sensitive_type_id", missing),
26180
+ "sortBy": kwargs.get("sort_by", missing),
26181
+ "sortOrder": kwargs.get("sort_order", missing),
26182
+ "limit": kwargs.get("limit", missing),
26183
+ "page": kwargs.get("page", missing)
26184
+ }
26185
+ query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
26186
+
26187
+ header_params = {
26188
+ "accept": "application/json",
26189
+ "content-type": "application/json",
26190
+ "opc-request-id": kwargs.get("opc_request_id", missing)
26191
+ }
26192
+ header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
26193
+
26194
+ retry_strategy = self.base_client.get_preferred_retry_strategy(
26195
+ operation_retry_strategy=kwargs.get('retry_strategy'),
26196
+ client_retry_strategy=self.retry_strategy
26197
+ )
26198
+ if retry_strategy is None:
26199
+ retry_strategy = retry.DEFAULT_RETRY_STRATEGY
26200
+
26201
+ if retry_strategy:
26202
+ if not isinstance(retry_strategy, retry.NoneRetryStrategy):
26203
+ self.base_client.add_opc_client_retries_header(header_params)
26204
+ retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
26205
+ return retry_strategy.make_retrying_call(
26206
+ self.base_client.call_api,
26207
+ resource_path=resource_path,
26208
+ method=method,
26209
+ path_params=path_params,
26210
+ query_params=query_params,
26211
+ header_params=header_params,
26212
+ response_type="SensitiveDataModelSensitiveTypeCollection",
26213
+ allow_control_chars=kwargs.get('allow_control_chars'),
26214
+ operation_name=operation_name,
26215
+ api_reference_link=api_reference_link,
26216
+ required_arguments=required_arguments)
26217
+ else:
26218
+ return self.base_client.call_api(
26219
+ resource_path=resource_path,
26220
+ method=method,
26221
+ path_params=path_params,
26222
+ query_params=query_params,
26223
+ header_params=header_params,
26224
+ response_type="SensitiveDataModelSensitiveTypeCollection",
26225
+ allow_control_chars=kwargs.get('allow_control_chars'),
26226
+ operation_name=operation_name,
26227
+ api_reference_link=api_reference_link,
26228
+ required_arguments=required_arguments)
26229
+
26052
26230
  def list_sensitive_data_models(self, compartment_id, **kwargs):
26053
26231
  """
26054
26232
  Gets a list of sensitive data models based on the specified query parameters.
@@ -26140,7 +26318,7 @@ class DataSafeClient(object):
26140
26318
  :rtype: :class:`~oci.response.Response`
26141
26319
 
26142
26320
  :example:
26143
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
26321
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
26144
26322
  """
26145
26323
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26146
26324
  required_arguments = ['compartmentId']
@@ -26317,7 +26495,7 @@ class DataSafeClient(object):
26317
26495
  :rtype: :class:`~oci.response.Response`
26318
26496
 
26319
26497
  :example:
26320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
26498
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
26321
26499
  """
26322
26500
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26323
26501
  required_arguments = ['sensitiveDataModelId']
@@ -26481,7 +26659,7 @@ class DataSafeClient(object):
26481
26659
  :rtype: :class:`~oci.response.Response`
26482
26660
 
26483
26661
  :example:
26484
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
26662
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
26485
26663
  """
26486
26664
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26487
26665
  required_arguments = ['sensitiveDataModelId']
@@ -26690,7 +26868,7 @@ class DataSafeClient(object):
26690
26868
  :rtype: :class:`~oci.response.Response`
26691
26869
 
26692
26870
  :example:
26693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
26871
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
26694
26872
  """
26695
26873
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26696
26874
  required_arguments = ['compartmentId']
@@ -26917,7 +27095,7 @@ class DataSafeClient(object):
26917
27095
  :rtype: :class:`~oci.response.Response`
26918
27096
 
26919
27097
  :example:
26920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
27098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
26921
27099
  """
26922
27100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26923
27101
  required_arguments = ['compartmentId']
@@ -27077,7 +27255,7 @@ class DataSafeClient(object):
27077
27255
  :rtype: :class:`~oci.response.Response`
27078
27256
 
27079
27257
  :example:
27080
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
27258
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
27081
27259
  """
27082
27260
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27083
27261
  required_arguments = ['sqlCollectionId', 'timeStarted', 'timeEnded']
@@ -27276,7 +27454,7 @@ class DataSafeClient(object):
27276
27454
  :rtype: :class:`~oci.response.Response`
27277
27455
 
27278
27456
  :example:
27279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
27457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
27280
27458
  """
27281
27459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27282
27460
  required_arguments = ['compartmentId']
@@ -27474,7 +27652,7 @@ class DataSafeClient(object):
27474
27652
  :rtype: :class:`~oci.response.Response`
27475
27653
 
27476
27654
  :example:
27477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sql_firewall_allowed_sql_analytics.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sql_analytics API.
27655
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sql_firewall_allowed_sql_analytics.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sql_analytics API.
27478
27656
  """
27479
27657
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27480
27658
  required_arguments = ['compartmentId']
@@ -27650,7 +27828,7 @@ class DataSafeClient(object):
27650
27828
  :rtype: :class:`~oci.response.Response`
27651
27829
 
27652
27830
  :example:
27653
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
27831
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
27654
27832
  """
27655
27833
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27656
27834
  required_arguments = ['compartmentId']
@@ -27864,7 +28042,7 @@ class DataSafeClient(object):
27864
28042
  :rtype: :class:`~oci.response.Response`
27865
28043
 
27866
28044
  :example:
27867
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
28045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
27868
28046
  """
27869
28047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27870
28048
  required_arguments = ['compartmentId']
@@ -28078,7 +28256,7 @@ class DataSafeClient(object):
28078
28256
  :rtype: :class:`~oci.response.Response`
28079
28257
 
28080
28258
  :example:
28081
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
28259
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
28082
28260
  """
28083
28261
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28084
28262
  required_arguments = ['compartmentId']
@@ -28286,7 +28464,7 @@ class DataSafeClient(object):
28286
28464
  :rtype: :class:`~oci.response.Response`
28287
28465
 
28288
28466
  :example:
28289
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
28467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
28290
28468
  """
28291
28469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28292
28470
  required_arguments = ['compartmentId']
@@ -28486,7 +28664,7 @@ class DataSafeClient(object):
28486
28664
  :rtype: :class:`~oci.response.Response`
28487
28665
 
28488
28666
  :example:
28489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
28667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
28490
28668
  """
28491
28669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28492
28670
  required_arguments = ['compartmentId']
@@ -28646,7 +28824,7 @@ class DataSafeClient(object):
28646
28824
  :rtype: :class:`~oci.response.Response`
28647
28825
 
28648
28826
  :example:
28649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
28827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
28650
28828
  """
28651
28829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28652
28830
  required_arguments = ['targetDatabaseId']
@@ -28843,7 +29021,7 @@ class DataSafeClient(object):
28843
29021
  :rtype: :class:`~oci.response.Response`
28844
29022
 
28845
29023
  :example:
28846
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
29024
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
28847
29025
  """
28848
29026
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28849
29027
  required_arguments = ['compartmentId']
@@ -29046,7 +29224,7 @@ class DataSafeClient(object):
29046
29224
  :rtype: :class:`~oci.response.Response`
29047
29225
 
29048
29226
  :example:
29049
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
29227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
29050
29228
  """
29051
29229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29052
29230
  required_arguments = ['compartmentId']
@@ -29225,7 +29403,7 @@ class DataSafeClient(object):
29225
29403
  :rtype: :class:`~oci.response.Response`
29226
29404
 
29227
29405
  :example:
29228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_user_access_analytics.py.html>`__ to see an example of how to use list_user_access_analytics API.
29406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_user_access_analytics.py.html>`__ to see an example of how to use list_user_access_analytics API.
29229
29407
  """
29230
29408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29231
29409
  required_arguments = ['userAssessmentId']
@@ -29454,7 +29632,7 @@ class DataSafeClient(object):
29454
29632
  :rtype: :class:`~oci.response.Response`
29455
29633
 
29456
29634
  :example:
29457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
29635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
29458
29636
  """
29459
29637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29460
29638
  required_arguments = ['userAssessmentId']
@@ -29708,7 +29886,7 @@ class DataSafeClient(object):
29708
29886
  :rtype: :class:`~oci.response.Response`
29709
29887
 
29710
29888
  :example:
29711
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
29889
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
29712
29890
  """
29713
29891
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29714
29892
  required_arguments = ['compartmentId']
@@ -29988,7 +30166,7 @@ class DataSafeClient(object):
29988
30166
  :rtype: :class:`~oci.response.Response`
29989
30167
 
29990
30168
  :example:
29991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
30169
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
29992
30170
  """
29993
30171
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29994
30172
  required_arguments = ['userAssessmentId']
@@ -30169,7 +30347,7 @@ class DataSafeClient(object):
30169
30347
  :rtype: :class:`~oci.response.Response`
30170
30348
 
30171
30349
  :example:
30172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
30350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
30173
30351
  """
30174
30352
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30175
30353
  required_arguments = ['workRequestId']
@@ -30287,7 +30465,7 @@ class DataSafeClient(object):
30287
30465
  :rtype: :class:`~oci.response.Response`
30288
30466
 
30289
30467
  :example:
30290
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
30468
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
30291
30469
  """
30292
30470
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30293
30471
  required_arguments = ['workRequestId']
@@ -30437,7 +30615,7 @@ class DataSafeClient(object):
30437
30615
  :rtype: :class:`~oci.response.Response`
30438
30616
 
30439
30617
  :example:
30440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
30618
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
30441
30619
  """
30442
30620
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30443
30621
  required_arguments = ['compartmentId']
@@ -30572,7 +30750,7 @@ class DataSafeClient(object):
30572
30750
  :rtype: :class:`~oci.response.Response`
30573
30751
 
30574
30752
  :example:
30575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
30753
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
30576
30754
  """
30577
30755
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30578
30756
  required_arguments = ['maskingPolicyId']
@@ -30686,7 +30864,7 @@ class DataSafeClient(object):
30686
30864
  :rtype: :class:`~oci.response.Response`
30687
30865
 
30688
30866
  :example:
30689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
30867
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
30690
30868
  """
30691
30869
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30692
30870
  required_arguments = ['compartmentId']
@@ -30808,7 +30986,7 @@ class DataSafeClient(object):
30808
30986
  :rtype: :class:`~oci.response.Response`
30809
30987
 
30810
30988
  :example:
30811
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
30989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
30812
30990
  """
30813
30991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30814
30992
  required_arguments = []
@@ -30924,7 +31102,7 @@ class DataSafeClient(object):
30924
31102
  :rtype: :class:`~oci.response.Response`
30925
31103
 
30926
31104
  :example:
30927
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
31105
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
30928
31106
  """
30929
31107
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30930
31108
  required_arguments = ['discoveryJobId']
@@ -31036,7 +31214,7 @@ class DataSafeClient(object):
31036
31214
  :rtype: :class:`~oci.response.Response`
31037
31215
 
31038
31216
  :example:
31039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
31217
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
31040
31218
  """
31041
31219
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31042
31220
  required_arguments = ['maskingPolicyId']
@@ -31147,7 +31325,7 @@ class DataSafeClient(object):
31147
31325
  :rtype: :class:`~oci.response.Response`
31148
31326
 
31149
31327
  :example:
31150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/patch_sdm_masking_policy_difference_columns.py.html>`__ to see an example of how to use patch_sdm_masking_policy_difference_columns API.
31328
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/patch_sdm_masking_policy_difference_columns.py.html>`__ to see an example of how to use patch_sdm_masking_policy_difference_columns API.
31151
31329
  """
31152
31330
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31153
31331
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -31259,7 +31437,7 @@ class DataSafeClient(object):
31259
31437
  :rtype: :class:`~oci.response.Response`
31260
31438
 
31261
31439
  :example:
31262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
31440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
31263
31441
  """
31264
31442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31265
31443
  required_arguments = ['sensitiveDataModelId']
@@ -31366,7 +31544,7 @@ class DataSafeClient(object):
31366
31544
  :rtype: :class:`~oci.response.Response`
31367
31545
 
31368
31546
  :example:
31369
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
31547
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
31370
31548
  """
31371
31549
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31372
31550
  required_arguments = []
@@ -31470,7 +31648,7 @@ class DataSafeClient(object):
31470
31648
  :rtype: :class:`~oci.response.Response`
31471
31649
 
31472
31650
  :example:
31473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
31651
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
31474
31652
  """
31475
31653
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31476
31654
  required_arguments = ['auditPolicyId']
@@ -31586,7 +31764,7 @@ class DataSafeClient(object):
31586
31764
  :rtype: :class:`~oci.response.Response`
31587
31765
 
31588
31766
  :example:
31589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
31767
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
31590
31768
  """
31591
31769
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31592
31770
  required_arguments = ['sqlCollectionId']
@@ -31700,7 +31878,7 @@ class DataSafeClient(object):
31700
31878
  :rtype: :class:`~oci.response.Response`
31701
31879
 
31702
31880
  :example:
31703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
31881
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
31704
31882
  """
31705
31883
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31706
31884
  required_arguments = ['databaseSecurityConfigId']
@@ -31818,7 +31996,7 @@ class DataSafeClient(object):
31818
31996
  :rtype: :class:`~oci.response.Response`
31819
31997
 
31820
31998
  :example:
31821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
31999
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
31822
32000
  """
31823
32001
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31824
32002
  required_arguments = ['securityAssessmentId']
@@ -31934,7 +32112,7 @@ class DataSafeClient(object):
31934
32112
  :rtype: :class:`~oci.response.Response`
31935
32113
 
31936
32114
  :example:
31937
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
32115
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
31938
32116
  """
31939
32117
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31940
32118
  required_arguments = ['sqlCollectionId']
@@ -32048,7 +32226,7 @@ class DataSafeClient(object):
32048
32226
  :rtype: :class:`~oci.response.Response`
32049
32227
 
32050
32228
  :example:
32051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/refresh_target_database.py.html>`__ to see an example of how to use refresh_target_database API.
32229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/refresh_target_database.py.html>`__ to see an example of how to use refresh_target_database API.
32052
32230
  """
32053
32231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32054
32232
  required_arguments = ['targetDatabaseId']
@@ -32167,7 +32345,7 @@ class DataSafeClient(object):
32167
32345
  :rtype: :class:`~oci.response.Response`
32168
32346
 
32169
32347
  :example:
32170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
32348
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
32171
32349
  """
32172
32350
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32173
32351
  required_arguments = ['userAssessmentId']
@@ -32283,7 +32461,7 @@ class DataSafeClient(object):
32283
32461
  :rtype: :class:`~oci.response.Response`
32284
32462
 
32285
32463
  :example:
32286
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
32464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
32287
32465
  """
32288
32466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32289
32467
  required_arguments = ['reportDefinitionId']
@@ -32391,7 +32569,7 @@ class DataSafeClient(object):
32391
32569
  :rtype: :class:`~oci.response.Response`
32392
32570
 
32393
32571
  :example:
32394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
32572
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
32395
32573
  """
32396
32574
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32397
32575
  required_arguments = ['auditTrailId']
@@ -32502,7 +32680,7 @@ class DataSafeClient(object):
32502
32680
  :rtype: :class:`~oci.response.Response`
32503
32681
 
32504
32682
  :example:
32505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
32683
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
32506
32684
  """
32507
32685
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32508
32686
  required_arguments = ['workRequestId']
@@ -32616,7 +32794,7 @@ class DataSafeClient(object):
32616
32794
  :rtype: :class:`~oci.response.Response`
32617
32795
 
32618
32796
  :example:
32619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
32797
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
32620
32798
  """
32621
32799
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32622
32800
  required_arguments = ['auditPolicyId']
@@ -32733,7 +32911,7 @@ class DataSafeClient(object):
32733
32911
  :rtype: :class:`~oci.response.Response`
32734
32912
 
32735
32913
  :example:
32736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
32914
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
32737
32915
  """
32738
32916
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32739
32917
  required_arguments = ['reportDefinitionId']
@@ -32852,7 +33030,7 @@ class DataSafeClient(object):
32852
33030
  :rtype: :class:`~oci.response.Response`
32853
33031
 
32854
33032
  :example:
32855
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
33033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
32856
33034
  """
32857
33035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32858
33036
  required_arguments = ['securityAssessmentId']
@@ -32972,7 +33150,7 @@ class DataSafeClient(object):
32972
33150
  :rtype: :class:`~oci.response.Response`
32973
33151
 
32974
33152
  :example:
32975
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
33153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
32976
33154
  """
32977
33155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32978
33156
  required_arguments = ['userAssessmentId']
@@ -33092,7 +33270,7 @@ class DataSafeClient(object):
33092
33270
  :rtype: :class:`~oci.response.Response`
33093
33271
 
33094
33272
  :example:
33095
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
33273
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
33096
33274
  """
33097
33275
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33098
33276
  required_arguments = ['auditTrailId']
@@ -33208,7 +33386,7 @@ class DataSafeClient(object):
33208
33386
  :rtype: :class:`~oci.response.Response`
33209
33387
 
33210
33388
  :example:
33211
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
33389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
33212
33390
  """
33213
33391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33214
33392
  required_arguments = ['sqlCollectionId']
@@ -33316,7 +33494,7 @@ class DataSafeClient(object):
33316
33494
  :rtype: :class:`~oci.response.Response`
33317
33495
 
33318
33496
  :example:
33319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
33497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
33320
33498
  """
33321
33499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33322
33500
  required_arguments = ['auditTrailId']
@@ -33427,7 +33605,7 @@ class DataSafeClient(object):
33427
33605
  :rtype: :class:`~oci.response.Response`
33428
33606
 
33429
33607
  :example:
33430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
33608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
33431
33609
  """
33432
33610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33433
33611
  required_arguments = ['sqlCollectionId']
@@ -33541,7 +33719,7 @@ class DataSafeClient(object):
33541
33719
  :rtype: :class:`~oci.response.Response`
33542
33720
 
33543
33721
  :example:
33544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
33722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
33545
33723
  """
33546
33724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33547
33725
  required_arguments = ['workRequestId']
@@ -33617,7 +33795,8 @@ class DataSafeClient(object):
33617
33795
 
33618
33796
  def unset_security_assessment_baseline(self, security_assessment_id, **kwargs):
33619
33797
  """
33620
- Removes the baseline setting for the saved security assessment. The saved security assessment is no longer considered a baseline.
33798
+ Removes the baseline setting for the saved security assessment associated with the targetId passed via body.
33799
+ If no body or empty body is passed then the baseline settings of all the saved security assessments pertaining to the baseline assessment OCID provided in the path will be removed.
33621
33800
  Sets the if-match parameter to the value of the etag from a previous GET or POST response for that resource.
33622
33801
 
33623
33802
 
@@ -33640,6 +33819,9 @@ class DataSafeClient(object):
33640
33819
  :param str opc_request_id: (optional)
33641
33820
  Unique identifier for the request.
33642
33821
 
33822
+ :param oci.data_safe.models.UnsetSecurityAssessmentBaselineDetails unset_security_assessment_baseline_details: (optional)
33823
+ Details of the target associated with the security assessment for which the user intents to unset the baseline.
33824
+
33643
33825
  :param obj retry_strategy: (optional)
33644
33826
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
33645
33827
 
@@ -33656,7 +33838,7 @@ class DataSafeClient(object):
33656
33838
  :rtype: :class:`~oci.response.Response`
33657
33839
 
33658
33840
  :example:
33659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
33841
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
33660
33842
  """
33661
33843
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33662
33844
  required_arguments = ['securityAssessmentId']
@@ -33671,7 +33853,8 @@ class DataSafeClient(object):
33671
33853
  "retry_strategy",
33672
33854
  "if_match",
33673
33855
  "opc_retry_token",
33674
- "opc_request_id"
33856
+ "opc_request_id",
33857
+ "unset_security_assessment_baseline_details"
33675
33858
  ]
33676
33859
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
33677
33860
  if extra_kwargs:
@@ -33715,6 +33898,7 @@ class DataSafeClient(object):
33715
33898
  method=method,
33716
33899
  path_params=path_params,
33717
33900
  header_params=header_params,
33901
+ body=kwargs.get('unset_security_assessment_baseline_details'),
33718
33902
  allow_control_chars=kwargs.get('allow_control_chars'),
33719
33903
  operation_name=operation_name,
33720
33904
  api_reference_link=api_reference_link,
@@ -33725,6 +33909,7 @@ class DataSafeClient(object):
33725
33909
  method=method,
33726
33910
  path_params=path_params,
33727
33911
  header_params=header_params,
33912
+ body=kwargs.get('unset_security_assessment_baseline_details'),
33728
33913
  allow_control_chars=kwargs.get('allow_control_chars'),
33729
33914
  operation_name=operation_name,
33730
33915
  api_reference_link=api_reference_link,
@@ -33732,7 +33917,8 @@ class DataSafeClient(object):
33732
33917
 
33733
33918
  def unset_user_assessment_baseline(self, user_assessment_id, **kwargs):
33734
33919
  """
33735
- Removes the baseline setting for the saved user assessment. The saved user assessment is no longer considered a baseline.
33920
+ Removes the baseline setting for the saved user assessment associated with the targetId passed via body.
33921
+ If no body or empty body is passed then the baseline settings of all the saved user assessments pertaining to the baseline assessment OCID provided in the path will be removed.
33736
33922
  Sets the if-match parameter to the value of the etag from a previous GET or POST response for that resource.
33737
33923
 
33738
33924
 
@@ -33755,6 +33941,9 @@ class DataSafeClient(object):
33755
33941
  :param str opc_request_id: (optional)
33756
33942
  Unique identifier for the request.
33757
33943
 
33944
+ :param oci.data_safe.models.UnsetUserAssessmentBaselineDetails unset_user_assessment_baseline_details: (optional)
33945
+ Details of the target associated with the user assessment for which the user intents to unset the baseline.
33946
+
33758
33947
  :param obj retry_strategy: (optional)
33759
33948
  A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
33760
33949
 
@@ -33771,7 +33960,7 @@ class DataSafeClient(object):
33771
33960
  :rtype: :class:`~oci.response.Response`
33772
33961
 
33773
33962
  :example:
33774
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
33963
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
33775
33964
  """
33776
33965
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33777
33966
  required_arguments = ['userAssessmentId']
@@ -33786,7 +33975,8 @@ class DataSafeClient(object):
33786
33975
  "retry_strategy",
33787
33976
  "if_match",
33788
33977
  "opc_retry_token",
33789
- "opc_request_id"
33978
+ "opc_request_id",
33979
+ "unset_user_assessment_baseline_details"
33790
33980
  ]
33791
33981
  extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
33792
33982
  if extra_kwargs:
@@ -33830,6 +34020,7 @@ class DataSafeClient(object):
33830
34020
  method=method,
33831
34021
  path_params=path_params,
33832
34022
  header_params=header_params,
34023
+ body=kwargs.get('unset_user_assessment_baseline_details'),
33833
34024
  allow_control_chars=kwargs.get('allow_control_chars'),
33834
34025
  operation_name=operation_name,
33835
34026
  api_reference_link=api_reference_link,
@@ -33840,6 +34031,7 @@ class DataSafeClient(object):
33840
34031
  method=method,
33841
34032
  path_params=path_params,
33842
34033
  header_params=header_params,
34034
+ body=kwargs.get('unset_user_assessment_baseline_details'),
33843
34035
  allow_control_chars=kwargs.get('allow_control_chars'),
33844
34036
  operation_name=operation_name,
33845
34037
  api_reference_link=api_reference_link,
@@ -33882,7 +34074,7 @@ class DataSafeClient(object):
33882
34074
  :rtype: :class:`~oci.response.Response`
33883
34075
 
33884
34076
  :example:
33885
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
34077
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
33886
34078
  """
33887
34079
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33888
34080
  required_arguments = ['alertId']
@@ -33994,7 +34186,7 @@ class DataSafeClient(object):
33994
34186
  :rtype: :class:`~oci.response.Response`
33995
34187
 
33996
34188
  :example:
33997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
34189
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
33998
34190
  """
33999
34191
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34000
34192
  required_arguments = ['auditArchiveRetrievalId']
@@ -34104,7 +34296,7 @@ class DataSafeClient(object):
34104
34296
  :rtype: :class:`~oci.response.Response`
34105
34297
 
34106
34298
  :example:
34107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
34299
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
34108
34300
  """
34109
34301
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34110
34302
  required_arguments = ['auditPolicyId']
@@ -34214,7 +34406,7 @@ class DataSafeClient(object):
34214
34406
  :rtype: :class:`~oci.response.Response`
34215
34407
 
34216
34408
  :example:
34217
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
34409
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
34218
34410
  """
34219
34411
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34220
34412
  required_arguments = ['auditProfileId']
@@ -34324,7 +34516,7 @@ class DataSafeClient(object):
34324
34516
  :rtype: :class:`~oci.response.Response`
34325
34517
 
34326
34518
  :example:
34327
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
34519
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
34328
34520
  """
34329
34521
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34330
34522
  required_arguments = ['auditTrailId']
@@ -34434,7 +34626,7 @@ class DataSafeClient(object):
34434
34626
  :rtype: :class:`~oci.response.Response`
34435
34627
 
34436
34628
  :example:
34437
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
34629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
34438
34630
  """
34439
34631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34440
34632
  required_arguments = ['dataSafePrivateEndpointId']
@@ -34544,7 +34736,7 @@ class DataSafeClient(object):
34544
34736
  :rtype: :class:`~oci.response.Response`
34545
34737
 
34546
34738
  :example:
34547
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
34739
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
34548
34740
  """
34549
34741
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34550
34742
  required_arguments = ['databaseSecurityConfigId']
@@ -34663,7 +34855,7 @@ class DataSafeClient(object):
34663
34855
  :rtype: :class:`~oci.response.Response`
34664
34856
 
34665
34857
  :example:
34666
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_finding.py.html>`__ to see an example of how to use update_finding API.
34858
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_finding.py.html>`__ to see an example of how to use update_finding API.
34667
34859
  """
34668
34860
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34669
34861
  required_arguments = ['securityAssessmentId', 'findingKey']
@@ -34777,7 +34969,7 @@ class DataSafeClient(object):
34777
34969
  :rtype: :class:`~oci.response.Response`
34778
34970
 
34779
34971
  :example:
34780
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
34972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
34781
34973
  """
34782
34974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34783
34975
  required_arguments = ['libraryMaskingFormatId']
@@ -34891,7 +35083,7 @@ class DataSafeClient(object):
34891
35083
  :rtype: :class:`~oci.response.Response`
34892
35084
 
34893
35085
  :example:
34894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
35086
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
34895
35087
  """
34896
35088
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34897
35089
  required_arguments = ['maskingColumnKey', 'maskingPolicyId']
@@ -35002,7 +35194,7 @@ class DataSafeClient(object):
35002
35194
  :rtype: :class:`~oci.response.Response`
35003
35195
 
35004
35196
  :example:
35005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
35197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
35006
35198
  """
35007
35199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35008
35200
  required_arguments = ['maskingPolicyId']
@@ -35112,7 +35304,7 @@ class DataSafeClient(object):
35112
35304
  :rtype: :class:`~oci.response.Response`
35113
35305
 
35114
35306
  :example:
35115
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
35307
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
35116
35308
  """
35117
35309
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35118
35310
  required_arguments = ['onPremConnectorId']
@@ -35228,7 +35420,7 @@ class DataSafeClient(object):
35228
35420
  :rtype: :class:`~oci.response.Response`
35229
35421
 
35230
35422
  :example:
35231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
35423
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
35232
35424
  """
35233
35425
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35234
35426
  required_arguments = ['onPremConnectorId']
@@ -35350,7 +35542,7 @@ class DataSafeClient(object):
35350
35542
  :rtype: :class:`~oci.response.Response`
35351
35543
 
35352
35544
  :example:
35353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_peer_target_database.py.html>`__ to see an example of how to use update_peer_target_database API.
35545
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_peer_target_database.py.html>`__ to see an example of how to use update_peer_target_database API.
35354
35546
  """
35355
35547
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35356
35548
  required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
@@ -35470,7 +35662,7 @@ class DataSafeClient(object):
35470
35662
  :rtype: :class:`~oci.response.Response`
35471
35663
 
35472
35664
  :example:
35473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_report.py.html>`__ to see an example of how to use update_report API.
35665
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_report.py.html>`__ to see an example of how to use update_report API.
35474
35666
  """
35475
35667
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35476
35668
  required_arguments = ['reportId']
@@ -35589,7 +35781,7 @@ class DataSafeClient(object):
35589
35781
  :rtype: :class:`~oci.response.Response`
35590
35782
 
35591
35783
  :example:
35592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
35784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
35593
35785
  """
35594
35786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35595
35787
  required_arguments = ['reportDefinitionId']
@@ -35702,7 +35894,7 @@ class DataSafeClient(object):
35702
35894
  :rtype: :class:`~oci.response.Response`
35703
35895
 
35704
35896
  :example:
35705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
35897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
35706
35898
  """
35707
35899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35708
35900
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -35812,7 +36004,7 @@ class DataSafeClient(object):
35812
36004
  :rtype: :class:`~oci.response.Response`
35813
36005
 
35814
36006
  :example:
35815
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
36007
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
35816
36008
  """
35817
36009
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35818
36010
  required_arguments = ['securityAssessmentId']
@@ -35922,7 +36114,7 @@ class DataSafeClient(object):
35922
36114
  :rtype: :class:`~oci.response.Response`
35923
36115
 
35924
36116
  :example:
35925
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
36117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
35926
36118
  """
35927
36119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35928
36120
  required_arguments = ['securityPolicyId']
@@ -36032,7 +36224,7 @@ class DataSafeClient(object):
36032
36224
  :rtype: :class:`~oci.response.Response`
36033
36225
 
36034
36226
  :example:
36035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
36227
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
36036
36228
  """
36037
36229
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36038
36230
  required_arguments = ['securityPolicyDeploymentId']
@@ -36145,7 +36337,7 @@ class DataSafeClient(object):
36145
36337
  :rtype: :class:`~oci.response.Response`
36146
36338
 
36147
36339
  :example:
36148
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
36340
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
36149
36341
  """
36150
36342
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36151
36343
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -36257,7 +36449,7 @@ class DataSafeClient(object):
36257
36449
  :rtype: :class:`~oci.response.Response`
36258
36450
 
36259
36451
  :example:
36260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
36452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
36261
36453
  """
36262
36454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36263
36455
  required_arguments = ['sensitiveDataModelId']
@@ -36367,7 +36559,7 @@ class DataSafeClient(object):
36367
36559
  :rtype: :class:`~oci.response.Response`
36368
36560
 
36369
36561
  :example:
36370
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
36562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
36371
36563
  """
36372
36564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36373
36565
  required_arguments = ['sensitiveTypeId']
@@ -36477,7 +36669,7 @@ class DataSafeClient(object):
36477
36669
  :rtype: :class:`~oci.response.Response`
36478
36670
 
36479
36671
  :example:
36480
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
36672
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
36481
36673
  """
36482
36674
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36483
36675
  required_arguments = ['sqlCollectionId']
@@ -36587,7 +36779,7 @@ class DataSafeClient(object):
36587
36779
  :rtype: :class:`~oci.response.Response`
36588
36780
 
36589
36781
  :example:
36590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
36782
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
36591
36783
  """
36592
36784
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36593
36785
  required_arguments = ['sqlFirewallPolicyId']
@@ -36697,7 +36889,7 @@ class DataSafeClient(object):
36697
36889
  :rtype: :class:`~oci.response.Response`
36698
36890
 
36699
36891
  :example:
36700
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
36892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
36701
36893
  """
36702
36894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36703
36895
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -36813,7 +37005,7 @@ class DataSafeClient(object):
36813
37005
  :rtype: :class:`~oci.response.Response`
36814
37006
 
36815
37007
  :example:
36816
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
37008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
36817
37009
  """
36818
37010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36819
37011
  required_arguments = ['targetDatabaseId']
@@ -36926,7 +37118,7 @@ class DataSafeClient(object):
36926
37118
  :rtype: :class:`~oci.response.Response`
36927
37119
 
36928
37120
  :example:
36929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
37121
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
36930
37122
  """
36931
37123
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36932
37124
  required_arguments = ['userAssessmentId']
@@ -37047,7 +37239,7 @@ class DataSafeClient(object):
37047
37239
  :rtype: :class:`~oci.response.Response`
37048
37240
 
37049
37241
  :example:
37050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
37242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
37051
37243
  """
37052
37244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37053
37245
  required_arguments = ['maskingPolicyId']
@@ -37188,7 +37380,7 @@ class DataSafeClient(object):
37188
37380
  :rtype: :class:`~oci.response.Response`
37189
37381
 
37190
37382
  :example:
37191
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.2/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
37383
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.129.4/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
37192
37384
  """
37193
37385
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37194
37386
  required_arguments = ['sensitiveDataModelId']