oci 2.132.0__py3-none-any.whl → 2.133.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (489) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +626 -28
  6. oci/ai_document/ai_service_document_client_composite_operations.py +180 -0
  7. oci/ai_document/models/__init__.py +10 -0
  8. oci/ai_document/models/add_model_lock_details.py +150 -0
  9. oci/ai_document/models/add_project_lock_details.py +150 -0
  10. oci/ai_document/models/analyze_document_details.py +5 -5
  11. oci/ai_document/models/detected_document_type.py +0 -35
  12. oci/ai_document/models/document_classification_feature.py +2 -33
  13. oci/ai_document/models/document_key_value_extraction_feature.py +2 -33
  14. oci/ai_document/models/general_processor_config.py +5 -5
  15. oci/ai_document/models/model.py +33 -2
  16. oci/ai_document/models/model_summary.py +33 -2
  17. oci/ai_document/models/output_location.py +1 -1
  18. oci/ai_document/models/project.py +33 -2
  19. oci/ai_document/models/remove_model_lock_details.py +88 -0
  20. oci/ai_document/models/remove_project_lock_details.py +88 -0
  21. oci/ai_document/models/resource_lock.py +216 -0
  22. oci/ai_language/ai_service_language_client.py +44 -44
  23. oci/ai_speech/ai_service_speech_client.py +17 -17
  24. oci/ai_vision/ai_service_vision_client.py +25 -25
  25. oci/analytics/analytics_client.py +24 -24
  26. oci/announcements_service/__init__.py +3 -1
  27. oci/announcements_service/announcement_client.py +103 -6
  28. oci/announcements_service/announcement_subscription_client.py +9 -9
  29. oci/announcements_service/announcements_preferences_client.py +4 -4
  30. oci/announcements_service/models/__init__.py +12 -0
  31. oci/announcements_service/models/announcement.py +1 -1
  32. oci/announcements_service/models/announcement_compartment.py +72 -0
  33. oci/announcements_service/models/announcement_summary.py +1 -1
  34. oci/announcements_service/models/base_announcement.py +7 -3
  35. oci/announcements_service/models/base_service.py +498 -0
  36. oci/announcements_service/models/notifications_summary.py +130 -0
  37. oci/announcements_service/models/service.py +130 -0
  38. oci/announcements_service/models/service_summary.py +133 -0
  39. oci/announcements_service/models/services_collection.py +72 -0
  40. oci/announcements_service/service_client.py +275 -0
  41. oci/announcements_service/service_client_composite_operations.py +26 -0
  42. oci/apigateway/api_gateway_client.py +21 -21
  43. oci/apigateway/deployment_client.py +6 -6
  44. oci/apigateway/gateway_client.py +6 -6
  45. oci/apigateway/subscribers_client.py +6 -6
  46. oci/apigateway/usage_plans_client.py +6 -6
  47. oci/apigateway/work_requests_client.py +5 -5
  48. oci/apm_config/config_client.py +9 -9
  49. oci/apm_control_plane/apm_domain_client.py +14 -14
  50. oci/apm_synthetics/apm_synthetic_client.py +28 -28
  51. oci/apm_traces/attributes_client.py +8 -8
  52. oci/apm_traces/query_client.py +2 -2
  53. oci/apm_traces/trace_client.py +4 -4
  54. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  55. oci/artifacts/artifacts_client.py +32 -32
  56. oci/audit/audit_client.py +3 -3
  57. oci/autoscaling/auto_scaling_client.py +11 -11
  58. oci/bastion/bastion_client.py +15 -15
  59. oci/bds/bds_client.py +72 -72
  60. oci/blockchain/blockchain_platform_client.py +27 -27
  61. oci/budget/budget_client.py +10 -10
  62. oci/capacity_management/capacity_management_client.py +22 -22
  63. oci/certificates/certificates_client.py +5 -5
  64. oci/certificates_management/certificates_management_client.py +32 -32
  65. oci/cims/incident_client.py +8 -8
  66. oci/cims/user_client.py +1 -1
  67. oci/cloud_bridge/common_client.py +5 -5
  68. oci/cloud_bridge/discovery_client.py +14 -14
  69. oci/cloud_bridge/inventory_client.py +16 -16
  70. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  71. oci/cloud_guard/cloud_guard_client.py +155 -155
  72. oci/cloud_migrations/migration_client.py +43 -43
  73. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  74. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  75. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  76. oci/compute_instance_agent/plugin_client.py +2 -2
  77. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  78. oci/container_engine/container_engine_client.py +44 -44
  79. oci/container_instances/container_instance_client.py +18 -18
  80. oci/core/blockstorage_client.py +60 -60
  81. oci/core/compute_client.py +102 -102
  82. oci/core/compute_management_client.py +32 -32
  83. oci/core/virtual_network_client.py +247 -247
  84. oci/dashboard_service/dashboard_client.py +6 -6
  85. oci/dashboard_service/dashboard_group_client.py +6 -6
  86. oci/data_catalog/data_catalog_client.py +149 -149
  87. oci/data_flow/data_flow_client.py +42 -42
  88. oci/data_integration/data_integration_client.py +163 -163
  89. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  90. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  91. oci/data_safe/data_safe_client.py +287 -287
  92. oci/data_science/data_science_client.py +91 -91
  93. oci/database/database_client.py +13862 -9467
  94. oci/database/database_client_composite_operations.py +1868 -232
  95. oci/database/models/__init__.py +80 -0
  96. oci/database/models/action_member.py +134 -0
  97. oci/database/models/action_order_details.py +107 -0
  98. oci/database/models/action_param_values_collection.py +72 -0
  99. oci/database/models/action_param_values_summary.py +216 -0
  100. oci/database/models/autonomous_database.py +33 -6
  101. oci/database/models/autonomous_database_standby_summary.py +33 -2
  102. oci/database/models/autonomous_database_summary.py +33 -6
  103. oci/database/models/cancel_execution_window_details.py +134 -0
  104. oci/database/models/change_scheduling_plan_compartment_details.py +76 -0
  105. oci/database/models/change_scheduling_policy_compartment_details.py +76 -0
  106. oci/database/models/cloud_exadata_infrastructure.py +33 -2
  107. oci/database/models/cloud_exadata_infrastructure_summary.py +33 -2
  108. oci/database/models/create_autonomous_database_base.py +2 -6
  109. oci/database/models/create_data_guard_association_with_new_db_system_details.py +35 -0
  110. oci/database/models/create_exadb_vm_cluster_details.py +12 -2
  111. oci/database/models/create_execution_action_details.py +304 -0
  112. oci/database/models/create_execution_window_details.py +282 -0
  113. oci/database/models/create_pluggable_database_creation_type_details.py +0 -2
  114. oci/database/models/create_scheduled_action_details.py +339 -0
  115. oci/database/models/create_scheduling_plan_details.py +306 -0
  116. oci/database/models/create_scheduling_policy_details.py +267 -0
  117. oci/database/models/create_scheduling_window_details.py +181 -0
  118. oci/database/models/exadata_infrastructure.py +33 -2
  119. oci/database/models/exadata_infrastructure_summary.py +33 -2
  120. oci/database/models/exadb_vm_cluster.py +12 -2
  121. oci/database/models/exadb_vm_cluster_summary.py +12 -2
  122. oci/database/models/execution_action.py +715 -0
  123. oci/database/models/execution_action_member.py +216 -0
  124. oci/database/models/execution_action_summary.py +715 -0
  125. oci/database/models/execution_window.py +783 -0
  126. oci/database/models/execution_window_summary.py +783 -0
  127. oci/database/models/granular_maintenance_history_details.py +99 -0
  128. oci/database/models/maintenance_run.py +62 -0
  129. oci/database/models/maintenance_run_history.py +64 -2
  130. oci/database/models/maintenance_run_history_summary.py +64 -2
  131. oci/database/models/maintenance_run_summary.py +62 -0
  132. oci/database/models/move_execution_action_member_details.py +220 -0
  133. oci/database/models/recommended_scheduled_action_summary.py +280 -0
  134. oci/database/models/recommended_scheduled_actions_collection.py +72 -0
  135. oci/database/models/reorder_execution_action_details.py +152 -0
  136. oci/database/models/reorder_scheduled_actions_details.py +109 -0
  137. oci/database/models/scheduled_action.py +633 -0
  138. oci/database/models/scheduled_action_collection.py +72 -0
  139. oci/database/models/scheduled_action_summary.py +633 -0
  140. oci/database/models/scheduling_plan.py +643 -0
  141. oci/database/models/scheduling_plan_collection.py +72 -0
  142. oci/database/models/scheduling_plan_summary.py +643 -0
  143. oci/database/models/scheduling_policy.py +493 -0
  144. oci/database/models/scheduling_policy_summary.py +493 -0
  145. oci/database/models/scheduling_window.py +469 -0
  146. oci/database/models/scheduling_window_summary.py +469 -0
  147. oci/database/models/update_autonomous_database_details.py +2 -6
  148. oci/database/models/update_exadb_vm_cluster_details.py +12 -2
  149. oci/database/models/update_execution_action_details.py +218 -0
  150. oci/database/models/update_execution_window_details.py +212 -0
  151. oci/database/models/update_scheduled_action_details.py +140 -0
  152. oci/database/models/update_scheduling_policy_details.py +232 -0
  153. oci/database/models/update_scheduling_window_details.py +146 -0
  154. oci/database/models/window_preference_detail.py +231 -0
  155. oci/database_management/db_management_client.py +580 -208
  156. oci/database_management/db_management_client_composite_operations.py +132 -0
  157. oci/database_management/diagnosability_client.py +4 -4
  158. oci/database_management/managed_my_sql_databases_client.py +7 -7
  159. oci/database_management/models/__init__.py +14 -0
  160. oci/database_management/models/autonomous_database_diagnostics_and_management_feature_details.py +65 -0
  161. oci/database_management/models/autonomous_database_feature_details.py +167 -0
  162. oci/database_management/models/autonomous_database_sql_watch_feature_details.py +65 -0
  163. oci/database_management/models/connector_details.py +15 -3
  164. oci/database_management/models/create_db_management_private_endpoint_details.py +31 -0
  165. oci/database_management/models/db_management_private_endpoint.py +31 -0
  166. oci/database_management/models/direct_connector_details.py +51 -0
  167. oci/database_management/models/disable_autonomous_database_management_feature_details.py +92 -0
  168. oci/database_management/models/enable_autonomous_database_management_feature_details.py +68 -0
  169. oci/database_management/models/external_connector_details.py +1 -1
  170. oci/database_management/models/macs_connector_details.py +1 -1
  171. oci/database_management/models/modify_autonomous_database_management_feature_details.py +68 -0
  172. oci/database_management/models/optimizer_statistics_collection_operation.py +7 -3
  173. oci/database_management/models/optimizer_statistics_collection_operation_summary.py +7 -3
  174. oci/database_management/models/private_end_point_connector_details.py +1 -1
  175. oci/database_management/perfhub_client.py +1 -1
  176. oci/database_management/sql_tuning_client.py +17 -17
  177. oci/database_migration/database_migration_client.py +42 -42
  178. oci/database_tools/database_tools_client.py +23 -23
  179. oci/delegate_access_control/__init__.py +16 -0
  180. oci/delegate_access_control/delegate_access_control_client.py +3324 -0
  181. oci/delegate_access_control/delegate_access_control_client_composite_operations.py +492 -0
  182. oci/delegate_access_control/models/__init__.py +96 -0
  183. oci/delegate_access_control/models/approve_delegated_resource_access_request_details.py +138 -0
  184. oci/delegate_access_control/models/change_delegation_control_compartment_details.py +72 -0
  185. oci/delegate_access_control/models/change_delegation_subscription_compartment_details.py +72 -0
  186. oci/delegate_access_control/models/create_delegation_control_details.py +548 -0
  187. oci/delegate_access_control/models/create_delegation_subscription_details.py +263 -0
  188. oci/delegate_access_control/models/delegated_resource_access_request.py +1373 -0
  189. oci/delegate_access_control/models/delegated_resource_access_request_approval_details.py +263 -0
  190. oci/delegate_access_control/models/delegated_resource_access_request_audit_log_report.py +193 -0
  191. oci/delegate_access_control/models/delegated_resource_access_request_history_collection.py +72 -0
  192. oci/delegate_access_control/models/delegated_resource_access_request_history_summary.py +300 -0
  193. oci/delegate_access_control/models/delegated_resource_access_request_summary.py +981 -0
  194. oci/delegate_access_control/models/delegated_resource_access_request_summary_collection.py +72 -0
  195. oci/delegate_access_control/models/delegation_control.py +833 -0
  196. oci/delegate_access_control/models/delegation_control_resource_collection.py +72 -0
  197. oci/delegate_access_control/models/delegation_control_resource_summary.py +147 -0
  198. oci/delegate_access_control/models/delegation_control_summary.py +465 -0
  199. oci/delegate_access_control/models/delegation_control_summary_collection.py +72 -0
  200. oci/delegate_access_control/models/delegation_subscription.py +524 -0
  201. oci/delegate_access_control/models/delegation_subscription_summary.py +461 -0
  202. oci/delegate_access_control/models/delegation_subscription_summary_collection.py +72 -0
  203. oci/delegate_access_control/models/reject_delegated_resource_access_request_details.py +72 -0
  204. oci/delegate_access_control/models/revoke_delegated_resource_access_request_details.py +72 -0
  205. oci/delegate_access_control/models/service_provider.py +583 -0
  206. oci/delegate_access_control/models/service_provider_action.py +371 -0
  207. oci/delegate_access_control/models/service_provider_action_properties.py +103 -0
  208. oci/delegate_access_control/models/service_provider_action_summary.py +323 -0
  209. oci/delegate_access_control/models/service_provider_action_summary_collection.py +72 -0
  210. oci/delegate_access_control/models/service_provider_interaction_collection.py +72 -0
  211. oci/delegate_access_control/models/service_provider_interaction_request_details.py +72 -0
  212. oci/delegate_access_control/models/service_provider_interaction_summary.py +247 -0
  213. oci/delegate_access_control/models/service_provider_summary.py +508 -0
  214. oci/delegate_access_control/models/service_provider_summary_collection.py +72 -0
  215. oci/delegate_access_control/models/update_delegation_control_details.py +404 -0
  216. oci/delegate_access_control/models/update_delegation_subscription_details.py +154 -0
  217. oci/delegate_access_control/models/work_request.py +438 -0
  218. oci/delegate_access_control/models/work_request_error.py +136 -0
  219. oci/delegate_access_control/models/work_request_error_collection.py +72 -0
  220. oci/delegate_access_control/models/work_request_log_entry.py +103 -0
  221. oci/delegate_access_control/models/work_request_log_entry_collection.py +72 -0
  222. oci/delegate_access_control/models/work_request_resource.py +234 -0
  223. oci/delegate_access_control/models/work_request_summary.py +438 -0
  224. oci/delegate_access_control/models/work_request_summary_collection.py +72 -0
  225. oci/delegate_access_control/work_request_client.py +660 -0
  226. oci/delegate_access_control/work_request_client_composite_operations.py +26 -0
  227. oci/demand_signal/occ_demand_signal_client.py +7 -7
  228. oci/desktops/desktop_service_client.py +21 -21
  229. oci/devops/devops_client.py +141 -141
  230. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  231. oci/dns/dns_client.py +52 -52
  232. oci/dts/appliance_export_job_client.py +6 -6
  233. oci/dts/shipping_vendors_client.py +1 -1
  234. oci/dts/transfer_appliance_client.py +8 -8
  235. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  236. oci/dts/transfer_device_client.py +5 -5
  237. oci/dts/transfer_job_client.py +6 -6
  238. oci/dts/transfer_package_client.py +7 -7
  239. oci/em_warehouse/em_data_lake_client.py +13 -13
  240. oci/em_warehouse/em_warehouse_client.py +13 -13
  241. oci/email/email_client.py +31 -31
  242. oci/email_data_plane/email_dp_client.py +1 -1
  243. oci/events/events_client.py +6 -6
  244. oci/file_storage/file_storage_client.py +393 -59
  245. oci/file_storage/file_storage_client_composite_operations.py +138 -0
  246. oci/file_storage/models/__init__.py +4 -0
  247. oci/file_storage/models/create_mount_target_details.py +39 -26
  248. oci/file_storage/models/mount_target.py +153 -3
  249. oci/file_storage/models/mount_target_summary.py +155 -3
  250. oci/file_storage/models/schedule_downgrade_shape_mount_target_details.py +78 -0
  251. oci/file_storage/models/upgrade_shape_mount_target_details.py +78 -0
  252. oci/fleet_apps_management/fleet_apps_management_admin_client.py +8 -8
  253. oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
  254. oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
  255. oci/fleet_apps_management/fleet_apps_management_operations_client.py +13 -13
  256. oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +4 -4
  257. oci/fleet_software_update/fleet_software_update_client.py +46 -46
  258. oci/functions/functions_invoke_client.py +1 -1
  259. oci/functions/functions_management_client.py +16 -16
  260. oci/fusion_apps/data_masking_activity_client.py +3 -3
  261. oci/fusion_apps/fusion_applications_client.py +41 -41
  262. oci/fusion_apps/fusion_environment_client.py +15 -15
  263. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  264. oci/fusion_apps/models/fusion_environment_family.py +33 -2
  265. oci/fusion_apps/refresh_activity_client.py +4 -4
  266. oci/fusion_apps/scheduled_activity_client.py +2 -2
  267. oci/fusion_apps/service_attachment_client.py +2 -2
  268. oci/generative_ai/generative_ai_client.py +22 -22
  269. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  270. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  271. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  272. oci/golden_gate/golden_gate_client.py +68 -68
  273. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  274. oci/governance_rules_control_plane/work_request_client.py +5 -5
  275. oci/healthchecks/health_checks_client.py +17 -17
  276. oci/identity/identity_client.py +145 -145
  277. oci/identity_data_plane/dataplane_client.py +2 -2
  278. oci/identity_domains/identity_domains_client.py +307 -307
  279. oci/integration/integration_instance_client.py +16 -16
  280. oci/jms/java_management_service_client.py +75 -75
  281. oci/jms_java_downloads/java_download_client.py +25 -25
  282. oci/key_management/ekm_client.py +5 -5
  283. oci/key_management/kms_crypto_client.py +6 -6
  284. oci/key_management/kms_hsm_cluster_client.py +25 -25
  285. oci/key_management/kms_hsm_cluster_client_composite_operations.py +3 -3
  286. oci/key_management/kms_management_client.py +21 -21
  287. oci/key_management/kms_vault_client.py +14 -14
  288. oci/key_management/models/auto_key_rotation_details.py +10 -10
  289. oci/key_management/models/change_hsm_cluster_compartment_details.py +3 -3
  290. oci/key_management/models/create_hsm_cluster_details.py +5 -5
  291. oci/key_management/models/hsm_cluster.py +4 -4
  292. oci/key_management/models/hsm_cluster_collection.py +2 -2
  293. oci/key_management/models/hsm_cluster_summary.py +3 -3
  294. oci/key_management/models/hsm_partition.py +29 -9
  295. oci/key_management/models/hsm_partition_collection.py +1 -1
  296. oci/key_management/models/hsm_partition_summary.py +11 -7
  297. oci/key_management/models/port_information.py +5 -5
  298. oci/key_management/models/pre_co_user_credentials.py +2 -2
  299. oci/key_management/models/upload_partition_certificates_details.py +5 -5
  300. oci/key_management/models/vault.py +31 -0
  301. oci/license_manager/license_manager_client.py +18 -18
  302. oci/limits/limits_client.py +4 -4
  303. oci/limits/quotas_client.py +7 -7
  304. oci/load_balancer/load_balancer_client.py +61 -61
  305. oci/load_balancer/models/backend.py +4 -0
  306. oci/load_balancer/models/backend_details.py +4 -0
  307. oci/load_balancer/models/backend_set.py +6 -2
  308. oci/load_balancer/models/backend_set_details.py +6 -2
  309. oci/load_balancer/models/create_backend_details.py +4 -0
  310. oci/load_balancer/models/create_backend_set_details.py +6 -2
  311. oci/load_balancer/models/create_load_balancer_details.py +116 -0
  312. oci/load_balancer/models/ip_max_connections.py +8 -2
  313. oci/load_balancer/models/load_balancer.py +100 -0
  314. oci/load_balancer/models/update_backend_details.py +4 -0
  315. oci/load_balancer/models/update_backend_set_details.py +6 -2
  316. oci/load_balancer/models/update_load_balancer_details.py +112 -0
  317. oci/lockbox/lockbox_client.py +24 -24
  318. oci/log_analytics/log_analytics_client.py +193 -193
  319. oci/logging/logging_management_client.py +30 -30
  320. oci/loggingingestion/logging_client.py +1 -1
  321. oci/loggingsearch/log_search_client.py +1 -1
  322. oci/management_agent/management_agent_client.py +28 -28
  323. oci/management_dashboard/dashx_apis_client.py +14 -14
  324. oci/marketplace/account_client.py +2 -2
  325. oci/marketplace/marketplace_client.py +30 -30
  326. oci/marketplace_private_offer/attachment_client.py +5 -5
  327. oci/marketplace_private_offer/offer_client.py +6 -6
  328. oci/marketplace_publisher/attachment_client.py +5 -5
  329. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  330. oci/marketplace_publisher/offer_client.py +6 -6
  331. oci/media_services/media_services_client.py +60 -60
  332. oci/media_services/media_stream_client.py +2 -2
  333. oci/monitoring/monitoring_client.py +18 -18
  334. oci/mysql/channels_client.py +7 -7
  335. oci/mysql/db_backups_client.py +7 -7
  336. oci/mysql/db_system_client.py +17 -17
  337. oci/mysql/models/__init__.py +2 -0
  338. oci/mysql/models/create_db_system_details.py +37 -2
  339. oci/mysql/models/customer_contact.py +72 -0
  340. oci/mysql/models/db_system.py +37 -2
  341. oci/mysql/models/update_db_system_details.py +37 -2
  342. oci/mysql/mysqlaas_client.py +7 -7
  343. oci/mysql/replicas_client.py +5 -5
  344. oci/mysql/work_requests_client.py +4 -4
  345. oci/network_firewall/network_firewall_client.py +86 -86
  346. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  347. oci/nosql/nosql_client.py +24 -24
  348. oci/object_storage/models/__init__.py +14 -0
  349. oci/object_storage/models/access_target_details.py +136 -0
  350. oci/object_storage/models/create_private_endpoint_details.py +389 -0
  351. oci/object_storage/models/fqdns.py +99 -0
  352. oci/object_storage/models/prefix_fqdns.py +134 -0
  353. oci/object_storage/models/private_endpoint.py +685 -0
  354. oci/object_storage/models/private_endpoint_summary.py +369 -0
  355. oci/object_storage/models/update_private_endpoint_details.py +216 -0
  356. oci/object_storage/models/work_request.py +15 -3
  357. oci/object_storage/models/work_request_summary.py +15 -3
  358. oci/object_storage/object_storage_client.py +686 -71
  359. oci/object_storage/object_storage_client_composite_operations.py +139 -0
  360. oci/oce/oce_instance_client.py +10 -10
  361. oci/oci_control_center/occ_metrics_client.py +3 -3
  362. oci/ocvp/cluster_client.py +8 -8
  363. oci/ocvp/cluster_client_composite_operations.py +2 -2
  364. oci/ocvp/esxi_host_client.py +9 -9
  365. oci/ocvp/models/cluster.py +35 -2
  366. oci/ocvp/models/cluster_summary.py +35 -2
  367. oci/ocvp/models/datastore_details.py +1 -1
  368. oci/ocvp/models/esxi_host.py +35 -2
  369. oci/ocvp/models/esxi_host_summary.py +35 -2
  370. oci/ocvp/models/sddc.py +35 -2
  371. oci/ocvp/models/sddc_summary.py +35 -2
  372. oci/ocvp/models/supported_host_shape_summary.py +55 -3
  373. oci/ocvp/models/work_request.py +55 -3
  374. oci/ocvp/sddc_client.py +21 -16
  375. oci/ocvp/work_request_client.py +4 -4
  376. oci/oda/management_client.py +59 -59
  377. oci/oda/oda_client.py +17 -17
  378. oci/oda/odapackage_client.py +7 -7
  379. oci/onesubscription/billing_schedule_client.py +1 -1
  380. oci/onesubscription/commitment_client.py +2 -2
  381. oci/onesubscription/computed_usage_client.py +3 -3
  382. oci/onesubscription/invoice_summary_client.py +2 -2
  383. oci/onesubscription/organization_subscription_client.py +1 -1
  384. oci/onesubscription/ratecard_client.py +1 -1
  385. oci/onesubscription/subscribed_service_client.py +2 -2
  386. oci/onesubscription/subscription_client.py +1 -1
  387. oci/ons/notification_control_plane_client.py +6 -6
  388. oci/ons/notification_data_plane_client.py +10 -10
  389. oci/opa/opa_instance_client.py +13 -13
  390. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  391. oci/opensearch/opensearch_cluster_client.py +14 -14
  392. oci/operator_access_control/access_requests_client.py +10 -10
  393. oci/operator_access_control/operator_actions_client.py +2 -2
  394. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  395. oci/operator_access_control/operator_control_client.py +6 -6
  396. oci/opsi/operations_insights_client.py +177 -177
  397. oci/optimizer/optimizer_client.py +26 -26
  398. oci/os_management/event_client.py +8 -8
  399. oci/os_management/os_management_client.py +69 -69
  400. oci/os_management_hub/event_client.py +8 -8
  401. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  402. oci/os_management_hub/managed_instance_client.py +31 -31
  403. oci/os_management_hub/managed_instance_group_client.py +25 -25
  404. oci/os_management_hub/management_station_client.py +10 -10
  405. oci/os_management_hub/onboarding_client.py +6 -6
  406. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  407. oci/os_management_hub/scheduled_job_client.py +7 -7
  408. oci/os_management_hub/software_source_client.py +27 -27
  409. oci/os_management_hub/work_request_client.py +4 -4
  410. oci/osp_gateway/address_rule_service_client.py +1 -1
  411. oci/osp_gateway/address_service_client.py +2 -2
  412. oci/osp_gateway/invoice_service_client.py +5 -5
  413. oci/osp_gateway/subscription_service_client.py +5 -5
  414. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  415. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  416. oci/osub_subscription/commitment_client.py +2 -2
  417. oci/osub_subscription/ratecard_client.py +1 -1
  418. oci/osub_subscription/subscription_client.py +1 -1
  419. oci/osub_usage/computed_usage_client.py +3 -3
  420. oci/psql/postgresql_client.py +33 -33
  421. oci/queue/queue_admin_client.py +11 -11
  422. oci/queue/queue_client.py +8 -8
  423. oci/recovery/database_recovery_client.py +135 -25
  424. oci/recovery/database_recovery_client_composite_operations.py +42 -0
  425. oci/recovery/models/__init__.py +2 -0
  426. oci/recovery/models/change_protected_database_subscription_details.py +103 -0
  427. oci/recovery/models/create_protected_database_details.py +33 -0
  428. oci/recovery/models/create_protection_policy_details.py +39 -0
  429. oci/recovery/models/protected_database.py +31 -0
  430. oci/recovery/models/protected_database_summary.py +31 -0
  431. oci/recovery/models/protection_policy.py +31 -0
  432. oci/recovery/models/protection_policy_summary.py +31 -0
  433. oci/redis/redis_cluster_client.py +12 -12
  434. oci/resource_manager/resource_manager_client.py +52 -52
  435. oci/resource_scheduler/schedule_client.py +13 -13
  436. oci/resource_search/resource_search_client.py +3 -3
  437. oci/rover/rover_bundle_client.py +8 -8
  438. oci/rover/rover_cluster_client.py +8 -8
  439. oci/rover/rover_entitlement_client.py +6 -6
  440. oci/rover/rover_node_client.py +15 -15
  441. oci/rover/shape_client.py +1 -1
  442. oci/rover/work_requests_client.py +5 -5
  443. oci/sch/connector_plugins_client.py +2 -2
  444. oci/sch/service_connector_client.py +12 -12
  445. oci/secrets/secrets_client.py +3 -3
  446. oci/service_catalog/service_catalog_client.py +26 -26
  447. oci/service_endpoints.py +1 -0
  448. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  449. oci/service_mesh/service_mesh_client.py +48 -48
  450. oci/stack_monitoring/stack_monitoring_client.py +64 -64
  451. oci/streaming/stream_admin_client.py +18 -18
  452. oci/streaming/stream_client.py +8 -8
  453. oci/tenant_manager_control_plane/domain_client.py +5 -5
  454. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  455. oci/tenant_manager_control_plane/governance_client.py +2 -2
  456. oci/tenant_manager_control_plane/link_client.py +3 -3
  457. oci/tenant_manager_control_plane/orders_client.py +2 -2
  458. oci/tenant_manager_control_plane/organization_client.py +10 -10
  459. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  460. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  461. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  462. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  463. oci/threat_intelligence/threatintel_client.py +5 -5
  464. oci/usage/resources_client.py +2 -2
  465. oci/usage/rewards_client.py +6 -6
  466. oci/usage/usagelimits_client.py +1 -1
  467. oci/usage_api/usageapi_client.py +33 -33
  468. oci/vault/vaults_client.py +13 -13
  469. oci/vbs_inst/vbs_instance_client.py +10 -10
  470. oci/version.py +1 -1
  471. oci/visual_builder/vb_instance_client.py +13 -13
  472. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  473. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  474. oci/waa/waa_client.py +13 -13
  475. oci/waa/work_request_client.py +4 -4
  476. oci/waas/redirect_client.py +6 -6
  477. oci/waas/waas_client.py +66 -66
  478. oci/waf/models/__init__.py +2 -0
  479. oci/waf/models/dynamic_http_response_body.py +104 -0
  480. oci/waf/models/http_response_body.py +11 -3
  481. oci/waf/models/static_text_http_response_body.py +1 -1
  482. oci/waf/waf_client.py +24 -24
  483. oci/work_requests/work_request_client.py +4 -4
  484. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/METADATA +1 -1
  485. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/RECORD +489 -369
  486. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/LICENSE.txt +0 -0
  487. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  488. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/WHEEL +0 -0
  489. {oci-2.132.0.dist-info → oci-2.133.0.dist-info}/top_level.txt +0 -0
@@ -160,7 +160,7 @@ class DataSafeClient(object):
160
160
  :rtype: :class:`~oci.response.Response`
161
161
 
162
162
  :example:
163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/activate_target_database.py.html>`__ to see an example of how to use activate_target_database API.
163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/activate_target_database.py.html>`__ to see an example of how to use activate_target_database API.
164
164
  """
165
165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
166
166
  required_arguments = ['targetDatabaseId']
@@ -273,7 +273,7 @@ class DataSafeClient(object):
273
273
  :rtype: :class:`~oci.response.Response`
274
274
 
275
275
  :example:
276
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/add_masking_columns_from_sdm.py.html>`__ to see an example of how to use add_masking_columns_from_sdm API.
276
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/add_masking_columns_from_sdm.py.html>`__ to see an example of how to use add_masking_columns_from_sdm API.
277
277
  """
278
278
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
279
279
  required_arguments = ['maskingPolicyId']
@@ -396,7 +396,7 @@ class DataSafeClient(object):
396
396
  :rtype: :class:`~oci.response.Response`
397
397
 
398
398
  :example:
399
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/alerts_update.py.html>`__ to see an example of how to use alerts_update API.
399
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/alerts_update.py.html>`__ to see an example of how to use alerts_update API.
400
400
  """
401
401
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
402
402
  required_arguments = []
@@ -517,7 +517,7 @@ class DataSafeClient(object):
517
517
  :rtype: :class:`~oci.response.Response`
518
518
 
519
519
  :example:
520
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/apply_discovery_job_results.py.html>`__ to see an example of how to use apply_discovery_job_results API.
520
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/apply_discovery_job_results.py.html>`__ to see an example of how to use apply_discovery_job_results API.
521
521
  """
522
522
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
523
523
  required_arguments = ['sensitiveDataModelId']
@@ -638,7 +638,7 @@ class DataSafeClient(object):
638
638
  :rtype: :class:`~oci.response.Response`
639
639
 
640
640
  :example:
641
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/apply_sdm_masking_policy_difference.py.html>`__ to see an example of how to use apply_sdm_masking_policy_difference API.
641
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/apply_sdm_masking_policy_difference.py.html>`__ to see an example of how to use apply_sdm_masking_policy_difference API.
642
642
  """
643
643
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
644
644
  required_arguments = ['maskingPolicyId']
@@ -757,7 +757,7 @@ class DataSafeClient(object):
757
757
  :rtype: :class:`~oci.response.Response`
758
758
 
759
759
  :example:
760
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
760
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
761
761
  """
762
762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
763
763
  required_arguments = ['auditProfileId']
@@ -876,7 +876,7 @@ class DataSafeClient(object):
876
876
  :rtype: :class:`~oci.response.Response`
877
877
 
878
878
  :example:
879
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
879
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
880
880
  """
881
881
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
882
882
  required_arguments = ['auditProfileId']
@@ -992,7 +992,7 @@ class DataSafeClient(object):
992
992
  :rtype: :class:`~oci.response.Response`
993
993
 
994
994
  :example:
995
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
995
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
996
996
  """
997
997
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
998
998
  required_arguments = ['workRequestId']
@@ -1109,7 +1109,7 @@ class DataSafeClient(object):
1109
1109
  :rtype: :class:`~oci.response.Response`
1110
1110
 
1111
1111
  :example:
1112
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
1112
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
1113
1113
  """
1114
1114
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1115
1115
  required_arguments = ['alertId']
@@ -1228,7 +1228,7 @@ class DataSafeClient(object):
1228
1228
  :rtype: :class:`~oci.response.Response`
1229
1229
 
1230
1230
  :example:
1231
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_alert_policy_compartment.py.html>`__ to see an example of how to use change_alert_policy_compartment API.
1231
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_alert_policy_compartment.py.html>`__ to see an example of how to use change_alert_policy_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 = ['alertPolicyId']
@@ -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.132.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
1350
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_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 = ['auditArchiveRetrievalId']
@@ -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.132.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
1469
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_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 = ['auditPolicyId']
@@ -1585,7 +1585,7 @@ class DataSafeClient(object):
1585
1585
  :rtype: :class:`~oci.response.Response`
1586
1586
 
1587
1587
  :example:
1588
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
1588
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
1589
1589
  """
1590
1590
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1591
1591
  required_arguments = ['auditProfileId']
@@ -1698,7 +1698,7 @@ class DataSafeClient(object):
1698
1698
  :rtype: :class:`~oci.response.Response`
1699
1699
 
1700
1700
  :example:
1701
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_data_safe_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_safe_private_endpoint_compartment API.
1701
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_data_safe_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_safe_private_endpoint_compartment API.
1702
1702
  """
1703
1703
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1704
1704
  required_arguments = ['dataSafePrivateEndpointId']
@@ -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.132.0/datasafe/change_database_security_config_compartment.py.html>`__ to see an example of how to use change_database_security_config_compartment API.
1817
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_database_security_config_compartment.py.html>`__ to see an example of how to use change_database_security_config_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 = ['databaseSecurityConfigId']
@@ -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.132.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
1936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_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 = ['discoveryJobId']
@@ -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.132.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
2055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_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 = ['libraryMaskingFormatId']
@@ -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.132.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
2174
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_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 = ['maskingPolicyId']
@@ -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.132.0/datasafe/change_masking_policy_health_report_compartment.py.html>`__ to see an example of how to use change_masking_policy_health_report_compartment API.
2293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_masking_policy_health_report_compartment.py.html>`__ to see an example of how to use change_masking_policy_health_report_compartment API.
2294
2294
  """
2295
2295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2296
2296
  required_arguments = ['maskingPolicyHealthReportId']
@@ -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.132.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
2412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_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 = ['onPremConnectorId']
@@ -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.132.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
2531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_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 = ['reportId']
@@ -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.132.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
2650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
2651
2651
  """
2652
2652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2653
2653
  required_arguments = ['reportDefinitionId']
@@ -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.132.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
2769
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
2770
2770
  """
2771
2771
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2772
2772
  required_arguments = ['auditProfileId']
@@ -2885,7 +2885,7 @@ class DataSafeClient(object):
2885
2885
  :rtype: :class:`~oci.response.Response`
2886
2886
 
2887
2887
  :example:
2888
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_sdm_masking_policy_difference_compartment.py.html>`__ to see an example of how to use change_sdm_masking_policy_difference_compartment API.
2888
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_sdm_masking_policy_difference_compartment.py.html>`__ to see an example of how to use change_sdm_masking_policy_difference_compartment API.
2889
2889
  """
2890
2890
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2891
2891
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -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.132.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
3011
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_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 = ['securityAssessmentId']
@@ -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.132.0/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_compartment API.
3130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_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 = ['securityPolicyId']
@@ -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.132.0/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_compartment API.
3249
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_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 = ['securityPolicyDeploymentId']
@@ -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.132.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
3368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_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 = ['sensitiveDataModelId']
@@ -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.132.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
3487
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_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 = ['sensitiveTypeId']
@@ -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.132.0/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_compartment API.
3606
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_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 = ['sqlCollectionId']
@@ -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.132.0/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_compartment API.
3725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_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 = ['sqlFirewallPolicyId']
@@ -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.132.0/datasafe/change_target_alert_policy_association_compartment.py.html>`__ to see an example of how to use change_target_alert_policy_association_compartment API.
3844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_target_alert_policy_association_compartment.py.html>`__ to see an example of how to use change_target_alert_policy_association_compartment API.
3845
3845
  """
3846
3846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3847
3847
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -3960,7 +3960,7 @@ class DataSafeClient(object):
3960
3960
  :rtype: :class:`~oci.response.Response`
3961
3961
 
3962
3962
  :example:
3963
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
3963
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
3964
3964
  """
3965
3965
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3966
3966
  required_arguments = ['targetDatabaseId']
@@ -4083,7 +4083,7 @@ class DataSafeClient(object):
4083
4083
  :rtype: :class:`~oci.response.Response`
4084
4084
 
4085
4085
  :example:
4086
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
4086
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
4087
4087
  """
4088
4088
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4089
4089
  required_arguments = ['userAssessmentId']
@@ -4203,7 +4203,7 @@ class DataSafeClient(object):
4203
4203
  :rtype: :class:`~oci.response.Response`
4204
4204
 
4205
4205
  :example:
4206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
4206
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
4207
4207
  """
4208
4208
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4209
4209
  required_arguments = ['securityAssessmentId']
@@ -4323,7 +4323,7 @@ class DataSafeClient(object):
4323
4323
  :rtype: :class:`~oci.response.Response`
4324
4324
 
4325
4325
  :example:
4326
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
4326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
4327
4327
  """
4328
4328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4329
4329
  required_arguments = ['userAssessmentId']
@@ -4432,7 +4432,7 @@ class DataSafeClient(object):
4432
4432
  :rtype: :class:`~oci.response.Response`
4433
4433
 
4434
4434
  :example:
4435
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_alert_policy.py.html>`__ to see an example of how to use create_alert_policy API.
4435
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_alert_policy.py.html>`__ to see an example of how to use create_alert_policy API.
4436
4436
  """
4437
4437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4438
4438
  required_arguments = []
@@ -4532,7 +4532,7 @@ class DataSafeClient(object):
4532
4532
  :rtype: :class:`~oci.response.Response`
4533
4533
 
4534
4534
  :example:
4535
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_alert_policy_rule.py.html>`__ to see an example of how to use create_alert_policy_rule API.
4535
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_alert_policy_rule.py.html>`__ to see an example of how to use create_alert_policy_rule API.
4536
4536
  """
4537
4537
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4538
4538
  required_arguments = ['alertPolicyId']
@@ -4643,7 +4643,7 @@ class DataSafeClient(object):
4643
4643
  :rtype: :class:`~oci.response.Response`
4644
4644
 
4645
4645
  :example:
4646
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
4646
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
4647
4647
  """
4648
4648
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4649
4649
  required_arguments = []
@@ -4740,7 +4740,7 @@ class DataSafeClient(object):
4740
4740
  :rtype: :class:`~oci.response.Response`
4741
4741
 
4742
4742
  :example:
4743
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
4743
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
4744
4744
  """
4745
4745
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4746
4746
  required_arguments = []
@@ -4841,7 +4841,7 @@ class DataSafeClient(object):
4841
4841
  :rtype: :class:`~oci.response.Response`
4842
4842
 
4843
4843
  :example:
4844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
4844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
4845
4845
  """
4846
4846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4847
4847
  required_arguments = []
@@ -4942,7 +4942,7 @@ class DataSafeClient(object):
4942
4942
  :rtype: :class:`~oci.response.Response`
4943
4943
 
4944
4944
  :example:
4945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
4945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
4946
4946
  """
4947
4947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4948
4948
  required_arguments = []
@@ -5061,7 +5061,7 @@ class DataSafeClient(object):
5061
5061
  :rtype: :class:`~oci.response.Response`
5062
5062
 
5063
5063
  :example:
5064
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
5064
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
5065
5065
  """
5066
5066
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5067
5067
  required_arguments = ['maskingPolicyId']
@@ -5184,7 +5184,7 @@ class DataSafeClient(object):
5184
5184
  :rtype: :class:`~oci.response.Response`
5185
5185
 
5186
5186
  :example:
5187
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
5187
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
5188
5188
  """
5189
5189
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5190
5190
  required_arguments = []
@@ -5281,7 +5281,7 @@ class DataSafeClient(object):
5281
5281
  :rtype: :class:`~oci.response.Response`
5282
5282
 
5283
5283
  :example:
5284
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
5284
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
5285
5285
  """
5286
5286
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5287
5287
  required_arguments = []
@@ -5388,7 +5388,7 @@ class DataSafeClient(object):
5388
5388
  :rtype: :class:`~oci.response.Response`
5389
5389
 
5390
5390
  :example:
5391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_peer_target_database.py.html>`__ to see an example of how to use create_peer_target_database API.
5391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_peer_target_database.py.html>`__ to see an example of how to use create_peer_target_database API.
5392
5392
  """
5393
5393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5394
5394
  required_arguments = ['targetDatabaseId']
@@ -5499,7 +5499,7 @@ class DataSafeClient(object):
5499
5499
  :rtype: :class:`~oci.response.Response`
5500
5500
 
5501
5501
  :example:
5502
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
5502
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
5503
5503
  """
5504
5504
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5505
5505
  required_arguments = []
@@ -5600,7 +5600,7 @@ class DataSafeClient(object):
5600
5600
  :rtype: :class:`~oci.response.Response`
5601
5601
 
5602
5602
  :example:
5603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
5603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
5604
5604
  """
5605
5605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5606
5606
  required_arguments = []
@@ -5701,7 +5701,7 @@ class DataSafeClient(object):
5701
5701
  :rtype: :class:`~oci.response.Response`
5702
5702
 
5703
5703
  :example:
5704
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
5704
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
5705
5705
  """
5706
5706
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5707
5707
  required_arguments = []
@@ -5801,7 +5801,7 @@ class DataSafeClient(object):
5801
5801
  :rtype: :class:`~oci.response.Response`
5802
5802
 
5803
5803
  :example:
5804
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
5804
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
5805
5805
  """
5806
5806
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5807
5807
  required_arguments = ['sensitiveDataModelId']
@@ -5910,7 +5910,7 @@ class DataSafeClient(object):
5910
5910
  :rtype: :class:`~oci.response.Response`
5911
5911
 
5912
5912
  :example:
5913
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
5913
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
5914
5914
  """
5915
5915
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5916
5916
  required_arguments = []
@@ -6009,7 +6009,7 @@ class DataSafeClient(object):
6009
6009
  :rtype: :class:`~oci.response.Response`
6010
6010
 
6011
6011
  :example:
6012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
6012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
6013
6013
  """
6014
6014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6015
6015
  required_arguments = []
@@ -6106,7 +6106,7 @@ class DataSafeClient(object):
6106
6106
  :rtype: :class:`~oci.response.Response`
6107
6107
 
6108
6108
  :example:
6109
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
6109
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
6110
6110
  """
6111
6111
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6112
6112
  required_arguments = []
@@ -6203,7 +6203,7 @@ class DataSafeClient(object):
6203
6203
  :rtype: :class:`~oci.response.Response`
6204
6204
 
6205
6205
  :example:
6206
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
6206
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
6207
6207
  """
6208
6208
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6209
6209
  required_arguments = []
@@ -6300,7 +6300,7 @@ class DataSafeClient(object):
6300
6300
  :rtype: :class:`~oci.response.Response`
6301
6301
 
6302
6302
  :example:
6303
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
6303
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
6304
6304
  """
6305
6305
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6306
6306
  required_arguments = []
@@ -6401,7 +6401,7 @@ class DataSafeClient(object):
6401
6401
  :rtype: :class:`~oci.response.Response`
6402
6402
 
6403
6403
  :example:
6404
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
6404
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
6405
6405
  """
6406
6406
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6407
6407
  required_arguments = []
@@ -6505,7 +6505,7 @@ class DataSafeClient(object):
6505
6505
  :rtype: :class:`~oci.response.Response`
6506
6506
 
6507
6507
  :example:
6508
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
6508
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
6509
6509
  """
6510
6510
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6511
6511
  required_arguments = ['targetDatabaseId']
@@ -6613,7 +6613,7 @@ class DataSafeClient(object):
6613
6613
  :rtype: :class:`~oci.response.Response`
6614
6614
 
6615
6615
  :example:
6616
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_alert_policy.py.html>`__ to see an example of how to use delete_alert_policy API.
6616
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_alert_policy.py.html>`__ to see an example of how to use delete_alert_policy API.
6617
6617
  """
6618
6618
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6619
6619
  required_arguments = ['alertPolicyId']
@@ -6721,7 +6721,7 @@ class DataSafeClient(object):
6721
6721
  :rtype: :class:`~oci.response.Response`
6722
6722
 
6723
6723
  :example:
6724
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_alert_policy_rule.py.html>`__ to see an example of how to use delete_alert_policy_rule API.
6724
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_alert_policy_rule.py.html>`__ to see an example of how to use delete_alert_policy_rule API.
6725
6725
  """
6726
6726
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6727
6727
  required_arguments = ['alertPolicyId', 'ruleKey']
@@ -6828,7 +6828,7 @@ class DataSafeClient(object):
6828
6828
  :rtype: :class:`~oci.response.Response`
6829
6829
 
6830
6830
  :example:
6831
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
6831
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
6832
6832
  """
6833
6833
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6834
6834
  required_arguments = ['auditArchiveRetrievalId']
@@ -6933,7 +6933,7 @@ class DataSafeClient(object):
6933
6933
  :rtype: :class:`~oci.response.Response`
6934
6934
 
6935
6935
  :example:
6936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
6936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
6937
6937
  """
6938
6938
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6939
6939
  required_arguments = ['auditTrailId']
@@ -7038,7 +7038,7 @@ class DataSafeClient(object):
7038
7038
  :rtype: :class:`~oci.response.Response`
7039
7039
 
7040
7040
  :example:
7041
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
7041
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
7042
7042
  """
7043
7043
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7044
7044
  required_arguments = ['dataSafePrivateEndpointId']
@@ -7143,7 +7143,7 @@ class DataSafeClient(object):
7143
7143
  :rtype: :class:`~oci.response.Response`
7144
7144
 
7145
7145
  :example:
7146
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
7146
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
7147
7147
  """
7148
7148
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7149
7149
  required_arguments = ['discoveryJobId']
@@ -7251,7 +7251,7 @@ class DataSafeClient(object):
7251
7251
  :rtype: :class:`~oci.response.Response`
7252
7252
 
7253
7253
  :example:
7254
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
7254
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
7255
7255
  """
7256
7256
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7257
7257
  required_arguments = ['discoveryJobId', 'resultKey']
@@ -7357,7 +7357,7 @@ class DataSafeClient(object):
7357
7357
  :rtype: :class:`~oci.response.Response`
7358
7358
 
7359
7359
  :example:
7360
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
7360
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
7361
7361
  """
7362
7362
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7363
7363
  required_arguments = ['libraryMaskingFormatId']
@@ -7465,7 +7465,7 @@ class DataSafeClient(object):
7465
7465
  :rtype: :class:`~oci.response.Response`
7466
7466
 
7467
7467
  :example:
7468
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
7468
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
7469
7469
  """
7470
7470
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7471
7471
  required_arguments = ['maskingColumnKey', 'maskingPolicyId']
@@ -7571,7 +7571,7 @@ class DataSafeClient(object):
7571
7571
  :rtype: :class:`~oci.response.Response`
7572
7572
 
7573
7573
  :example:
7574
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
7574
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
7575
7575
  """
7576
7576
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7577
7577
  required_arguments = ['maskingPolicyId']
@@ -7676,7 +7676,7 @@ class DataSafeClient(object):
7676
7676
  :rtype: :class:`~oci.response.Response`
7677
7677
 
7678
7678
  :example:
7679
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_masking_policy_health_report.py.html>`__ to see an example of how to use delete_masking_policy_health_report API.
7679
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_masking_policy_health_report.py.html>`__ to see an example of how to use delete_masking_policy_health_report API.
7680
7680
  """
7681
7681
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7682
7682
  required_arguments = ['maskingPolicyHealthReportId']
@@ -7781,7 +7781,7 @@ class DataSafeClient(object):
7781
7781
  :rtype: :class:`~oci.response.Response`
7782
7782
 
7783
7783
  :example:
7784
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
7784
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
7785
7785
  """
7786
7786
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7787
7787
  required_arguments = ['onPremConnectorId']
@@ -7889,7 +7889,7 @@ class DataSafeClient(object):
7889
7889
  :rtype: :class:`~oci.response.Response`
7890
7890
 
7891
7891
  :example:
7892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_peer_target_database.py.html>`__ to see an example of how to use delete_peer_target_database API.
7892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_peer_target_database.py.html>`__ to see an example of how to use delete_peer_target_database API.
7893
7893
  """
7894
7894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7895
7895
  required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
@@ -7995,7 +7995,7 @@ class DataSafeClient(object):
7995
7995
  :rtype: :class:`~oci.response.Response`
7996
7996
 
7997
7997
  :example:
7998
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
7998
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
7999
7999
  """
8000
8000
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8001
8001
  required_arguments = ['reportDefinitionId']
@@ -8100,7 +8100,7 @@ class DataSafeClient(object):
8100
8100
  :rtype: :class:`~oci.response.Response`
8101
8101
 
8102
8102
  :example:
8103
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
8103
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
8104
8104
  """
8105
8105
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8106
8106
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -8208,7 +8208,7 @@ class DataSafeClient(object):
8208
8208
  :rtype: :class:`~oci.response.Response`
8209
8209
 
8210
8210
  :example:
8211
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
8211
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
8212
8212
  """
8213
8213
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8214
8214
  required_arguments = ['securityAssessmentId']
@@ -8316,7 +8316,7 @@ class DataSafeClient(object):
8316
8316
  :rtype: :class:`~oci.response.Response`
8317
8317
 
8318
8318
  :example:
8319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
8319
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
8320
8320
  """
8321
8321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8322
8322
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -8422,7 +8422,7 @@ class DataSafeClient(object):
8422
8422
  :rtype: :class:`~oci.response.Response`
8423
8423
 
8424
8424
  :example:
8425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
8425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
8426
8426
  """
8427
8427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8428
8428
  required_arguments = ['sensitiveDataModelId']
@@ -8527,7 +8527,7 @@ class DataSafeClient(object):
8527
8527
  :rtype: :class:`~oci.response.Response`
8528
8528
 
8529
8529
  :example:
8530
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
8530
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
8531
8531
  """
8532
8532
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8533
8533
  required_arguments = ['sensitiveTypeId']
@@ -8632,7 +8632,7 @@ class DataSafeClient(object):
8632
8632
  :rtype: :class:`~oci.response.Response`
8633
8633
 
8634
8634
  :example:
8635
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
8635
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
8636
8636
  """
8637
8637
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8638
8638
  required_arguments = ['sqlCollectionId']
@@ -8737,7 +8737,7 @@ class DataSafeClient(object):
8737
8737
  :rtype: :class:`~oci.response.Response`
8738
8738
 
8739
8739
  :example:
8740
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
8740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
8741
8741
  """
8742
8742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8743
8743
  required_arguments = ['sqlFirewallPolicyId']
@@ -8842,7 +8842,7 @@ class DataSafeClient(object):
8842
8842
  :rtype: :class:`~oci.response.Response`
8843
8843
 
8844
8844
  :example:
8845
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
8845
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
8846
8846
  """
8847
8847
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8848
8848
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -8947,7 +8947,7 @@ class DataSafeClient(object):
8947
8947
  :rtype: :class:`~oci.response.Response`
8948
8948
 
8949
8949
  :example:
8950
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
8950
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
8951
8951
  """
8952
8952
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8953
8953
  required_arguments = ['targetDatabaseId']
@@ -9055,7 +9055,7 @@ class DataSafeClient(object):
9055
9055
  :rtype: :class:`~oci.response.Response`
9056
9056
 
9057
9057
  :example:
9058
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
9058
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
9059
9059
  """
9060
9060
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9061
9061
  required_arguments = ['userAssessmentId']
@@ -9169,7 +9169,7 @@ class DataSafeClient(object):
9169
9169
  :rtype: :class:`~oci.response.Response`
9170
9170
 
9171
9171
  :example:
9172
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
9172
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
9173
9173
  """
9174
9174
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9175
9175
  required_arguments = ['auditProfileId']
@@ -9276,7 +9276,7 @@ class DataSafeClient(object):
9276
9276
  :rtype: :class:`~oci.response.Response`
9277
9277
 
9278
9278
  :example:
9279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
9279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
9280
9280
  """
9281
9281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9282
9282
  required_arguments = ['sensitiveDataModelId']
@@ -9379,7 +9379,7 @@ class DataSafeClient(object):
9379
9379
  :rtype: :class:`~oci.response.Response`
9380
9380
 
9381
9381
  :example:
9382
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
9382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
9383
9383
  """
9384
9384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9385
9385
  required_arguments = ['maskingPolicyId']
@@ -9485,7 +9485,7 @@ class DataSafeClient(object):
9485
9485
  :rtype: :class:`~oci.response.Response`
9486
9486
 
9487
9487
  :example:
9488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
9488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
9489
9489
  """
9490
9490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9491
9491
  required_arguments = ['maskingPolicyId']
@@ -9590,7 +9590,7 @@ class DataSafeClient(object):
9590
9590
  :rtype: :class:`~oci.response.Response`
9591
9591
 
9592
9592
  :example:
9593
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
9593
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
9594
9594
  """
9595
9595
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9596
9596
  required_arguments = ['maskingPolicyId']
@@ -9700,7 +9700,7 @@ class DataSafeClient(object):
9700
9700
  :rtype: :class:`~oci.response.Response`
9701
9701
 
9702
9702
  :example:
9703
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
9703
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
9704
9704
  """
9705
9705
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9706
9706
  required_arguments = []
@@ -9808,7 +9808,7 @@ class DataSafeClient(object):
9808
9808
  :rtype: :class:`~oci.response.Response`
9809
9809
 
9810
9810
  :example:
9811
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
9811
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
9812
9812
  """
9813
9813
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9814
9814
  required_arguments = ['securityAssessmentId']
@@ -9919,7 +9919,7 @@ class DataSafeClient(object):
9919
9919
  :rtype: :class:`~oci.response.Response`
9920
9920
 
9921
9921
  :example:
9922
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
9922
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
9923
9923
  """
9924
9924
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9925
9925
  required_arguments = ['sensitiveDataModelId']
@@ -10036,7 +10036,7 @@ class DataSafeClient(object):
10036
10036
  :rtype: :class:`~oci.response.Response`
10037
10037
 
10038
10038
  :example:
10039
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
10039
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
10040
10040
  """
10041
10041
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10042
10042
  required_arguments = ['userAssessmentId']
@@ -10151,7 +10151,7 @@ class DataSafeClient(object):
10151
10151
  :rtype: :class:`~oci.response.Response`
10152
10152
 
10153
10153
  :example:
10154
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
10154
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
10155
10155
  """
10156
10156
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10157
10157
  required_arguments = []
@@ -10253,7 +10253,7 @@ class DataSafeClient(object):
10253
10253
  :rtype: :class:`~oci.response.Response`
10254
10254
 
10255
10255
  :example:
10256
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
10256
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
10257
10257
  """
10258
10258
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10259
10259
  required_arguments = ['sensitiveDataModelId']
@@ -10360,7 +10360,7 @@ class DataSafeClient(object):
10360
10360
  :rtype: :class:`~oci.response.Response`
10361
10361
 
10362
10362
  :example:
10363
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_health_report.py.html>`__ to see an example of how to use generate_health_report API.
10363
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/generate_health_report.py.html>`__ to see an example of how to use generate_health_report API.
10364
10364
  """
10365
10365
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10366
10366
  required_arguments = ['maskingPolicyId']
@@ -10468,7 +10468,7 @@ class DataSafeClient(object):
10468
10468
  :rtype: :class:`~oci.response.Response`
10469
10469
 
10470
10470
  :example:
10471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
10471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
10472
10472
  """
10473
10473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10474
10474
  required_arguments = ['maskingPolicyId']
@@ -10572,7 +10572,7 @@ class DataSafeClient(object):
10572
10572
  :rtype: :class:`~oci.response.Response`
10573
10573
 
10574
10574
  :example:
10575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
10575
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
10576
10576
  """
10577
10577
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10578
10578
  required_arguments = ['maskingPolicyId']
@@ -10686,7 +10686,7 @@ class DataSafeClient(object):
10686
10686
  :rtype: :class:`~oci.response.Response`
10687
10687
 
10688
10688
  :example:
10689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
10689
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
10690
10690
  """
10691
10691
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10692
10692
  required_arguments = ['onPremConnectorId']
@@ -10818,7 +10818,7 @@ class DataSafeClient(object):
10818
10818
  :rtype: :class:`~oci.response.Response`
10819
10819
 
10820
10820
  :example:
10821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
10821
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
10822
10822
  """
10823
10823
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10824
10824
  required_arguments = ['reportDefinitionId']
@@ -10946,7 +10946,7 @@ class DataSafeClient(object):
10946
10946
  :rtype: :class:`~oci.response.Response`
10947
10947
 
10948
10948
  :example:
10949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
10949
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
10950
10950
  """
10951
10951
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10952
10952
  required_arguments = ['securityAssessmentId']
@@ -11055,7 +11055,7 @@ class DataSafeClient(object):
11055
11055
  :rtype: :class:`~oci.response.Response`
11056
11056
 
11057
11057
  :example:
11058
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_sensitive_data_model_for_download.py.html>`__ to see an example of how to use generate_sensitive_data_model_for_download API.
11058
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/generate_sensitive_data_model_for_download.py.html>`__ to see an example of how to use generate_sensitive_data_model_for_download API.
11059
11059
  """
11060
11060
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11061
11061
  required_arguments = ['sensitiveDataModelId']
@@ -11166,7 +11166,7 @@ class DataSafeClient(object):
11166
11166
  :rtype: :class:`~oci.response.Response`
11167
11167
 
11168
11168
  :example:
11169
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
11169
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
11170
11170
  """
11171
11171
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11172
11172
  required_arguments = ['sqlCollectionId']
@@ -11284,7 +11284,7 @@ class DataSafeClient(object):
11284
11284
  :rtype: :class:`~oci.response.Response`
11285
11285
 
11286
11286
  :example:
11287
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
11287
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
11288
11288
  """
11289
11289
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11290
11290
  required_arguments = ['userAssessmentId']
@@ -11387,7 +11387,7 @@ class DataSafeClient(object):
11387
11387
  :rtype: :class:`~oci.response.Response`
11388
11388
 
11389
11389
  :example:
11390
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
11390
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
11391
11391
  """
11392
11392
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11393
11393
  required_arguments = ['alertId']
@@ -11485,7 +11485,7 @@ class DataSafeClient(object):
11485
11485
  :rtype: :class:`~oci.response.Response`
11486
11486
 
11487
11487
  :example:
11488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
11488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
11489
11489
  """
11490
11490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11491
11491
  required_arguments = ['alertPolicyId']
@@ -11586,7 +11586,7 @@ class DataSafeClient(object):
11586
11586
  :rtype: :class:`~oci.response.Response`
11587
11587
 
11588
11588
  :example:
11589
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_alert_policy_rule.py.html>`__ to see an example of how to use get_alert_policy_rule API.
11589
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_alert_policy_rule.py.html>`__ to see an example of how to use get_alert_policy_rule API.
11590
11590
  """
11591
11591
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11592
11592
  required_arguments = ['alertPolicyId', 'ruleKey']
@@ -11692,7 +11692,7 @@ class DataSafeClient(object):
11692
11692
  :rtype: :class:`~oci.response.Response`
11693
11693
 
11694
11694
  :example:
11695
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
11695
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
11696
11696
  """
11697
11697
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11698
11698
  required_arguments = ['auditArchiveRetrievalId']
@@ -11792,7 +11792,7 @@ class DataSafeClient(object):
11792
11792
  :rtype: :class:`~oci.response.Response`
11793
11793
 
11794
11794
  :example:
11795
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
11795
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
11796
11796
  """
11797
11797
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11798
11798
  required_arguments = ['auditPolicyId']
@@ -11890,7 +11890,7 @@ class DataSafeClient(object):
11890
11890
  :rtype: :class:`~oci.response.Response`
11891
11891
 
11892
11892
  :example:
11893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
11893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
11894
11894
  """
11895
11895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11896
11896
  required_arguments = ['auditProfileId']
@@ -11988,7 +11988,7 @@ class DataSafeClient(object):
11988
11988
  :rtype: :class:`~oci.response.Response`
11989
11989
 
11990
11990
  :example:
11991
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
11991
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
11992
11992
  """
11993
11993
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11994
11994
  required_arguments = ['auditTrailId']
@@ -12099,7 +12099,7 @@ class DataSafeClient(object):
12099
12099
  :rtype: :class:`~oci.response.Response`
12100
12100
 
12101
12101
  :example:
12102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_compatible_formats_for_data_types.py.html>`__ to see an example of how to use get_compatible_formats_for_data_types API.
12102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_compatible_formats_for_data_types.py.html>`__ to see an example of how to use get_compatible_formats_for_data_types API.
12103
12103
  """
12104
12104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12105
12105
  required_arguments = []
@@ -12220,7 +12220,7 @@ class DataSafeClient(object):
12220
12220
  :rtype: :class:`~oci.response.Response`
12221
12221
 
12222
12222
  :example:
12223
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_compatible_formats_for_sensitive_types.py.html>`__ to see an example of how to use get_compatible_formats_for_sensitive_types API.
12223
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_compatible_formats_for_sensitive_types.py.html>`__ to see an example of how to use get_compatible_formats_for_sensitive_types API.
12224
12224
  """
12225
12225
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12226
12226
  required_arguments = ['compartmentId']
@@ -12328,7 +12328,7 @@ class DataSafeClient(object):
12328
12328
  :rtype: :class:`~oci.response.Response`
12329
12329
 
12330
12330
  :example:
12331
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
12331
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
12332
12332
  """
12333
12333
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12334
12334
  required_arguments = []
@@ -12422,7 +12422,7 @@ class DataSafeClient(object):
12422
12422
  :rtype: :class:`~oci.response.Response`
12423
12423
 
12424
12424
  :example:
12425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
12425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
12426
12426
  """
12427
12427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12428
12428
  required_arguments = ['dataSafePrivateEndpointId']
@@ -12520,7 +12520,7 @@ class DataSafeClient(object):
12520
12520
  :rtype: :class:`~oci.response.Response`
12521
12521
 
12522
12522
  :example:
12523
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
12523
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
12524
12524
  """
12525
12525
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12526
12526
  required_arguments = ['databaseSecurityConfigId']
@@ -12621,7 +12621,7 @@ class DataSafeClient(object):
12621
12621
  :rtype: :class:`~oci.response.Response`
12622
12622
 
12623
12623
  :example:
12624
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_database_table_access_entry.py.html>`__ to see an example of how to use get_database_table_access_entry API.
12624
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_database_table_access_entry.py.html>`__ to see an example of how to use get_database_table_access_entry API.
12625
12625
  """
12626
12626
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12627
12627
  required_arguments = ['securityPolicyReportId', 'databaseTableAccessEntryKey']
@@ -12723,7 +12723,7 @@ class DataSafeClient(object):
12723
12723
  :rtype: :class:`~oci.response.Response`
12724
12724
 
12725
12725
  :example:
12726
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_database_view_access_entry.py.html>`__ to see an example of how to use get_database_view_access_entry API.
12726
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_database_view_access_entry.py.html>`__ to see an example of how to use get_database_view_access_entry API.
12727
12727
  """
12728
12728
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12729
12729
  required_arguments = ['securityPolicyReportId', 'databaseViewAccessEntryKey']
@@ -12825,7 +12825,7 @@ class DataSafeClient(object):
12825
12825
  :rtype: :class:`~oci.response.Response`
12826
12826
 
12827
12827
  :example:
12828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
12828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
12829
12829
  """
12830
12830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12831
12831
  required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
@@ -12924,7 +12924,7 @@ class DataSafeClient(object):
12924
12924
  :rtype: :class:`~oci.response.Response`
12925
12925
 
12926
12926
  :example:
12927
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
12927
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
12928
12928
  """
12929
12929
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12930
12930
  required_arguments = ['discoveryJobId']
@@ -13025,7 +13025,7 @@ class DataSafeClient(object):
13025
13025
  :rtype: :class:`~oci.response.Response`
13026
13026
 
13027
13027
  :example:
13028
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
13028
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
13029
13029
  """
13030
13030
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13031
13031
  required_arguments = ['discoveryJobId', 'resultKey']
@@ -13124,7 +13124,7 @@ class DataSafeClient(object):
13124
13124
  :rtype: :class:`~oci.response.Response`
13125
13125
 
13126
13126
  :example:
13127
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
13127
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
13128
13128
  """
13129
13129
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13130
13130
  required_arguments = ['libraryMaskingFormatId']
@@ -13225,7 +13225,7 @@ class DataSafeClient(object):
13225
13225
  :rtype: :class:`~oci.response.Response`
13226
13226
 
13227
13227
  :example:
13228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
13228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
13229
13229
  """
13230
13230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13231
13231
  required_arguments = ['maskingPolicyId', 'maskingColumnKey']
@@ -13324,7 +13324,7 @@ class DataSafeClient(object):
13324
13324
  :rtype: :class:`~oci.response.Response`
13325
13325
 
13326
13326
  :example:
13327
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
13327
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
13328
13328
  """
13329
13329
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13330
13330
  required_arguments = ['maskingPolicyId']
@@ -13422,7 +13422,7 @@ class DataSafeClient(object):
13422
13422
  :rtype: :class:`~oci.response.Response`
13423
13423
 
13424
13424
  :example:
13425
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_masking_policy_health_report.py.html>`__ to see an example of how to use get_masking_policy_health_report API.
13425
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_masking_policy_health_report.py.html>`__ to see an example of how to use get_masking_policy_health_report API.
13426
13426
  """
13427
13427
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13428
13428
  required_arguments = ['maskingPolicyHealthReportId']
@@ -13520,7 +13520,7 @@ class DataSafeClient(object):
13520
13520
  :rtype: :class:`~oci.response.Response`
13521
13521
 
13522
13522
  :example:
13523
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
13523
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
13524
13524
  """
13525
13525
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13526
13526
  required_arguments = ['maskingReportId']
@@ -13618,7 +13618,7 @@ class DataSafeClient(object):
13618
13618
  :rtype: :class:`~oci.response.Response`
13619
13619
 
13620
13620
  :example:
13621
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
13621
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
13622
13622
  """
13623
13623
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13624
13624
  required_arguments = ['onPremConnectorId']
@@ -13719,7 +13719,7 @@ class DataSafeClient(object):
13719
13719
  :rtype: :class:`~oci.response.Response`
13720
13720
 
13721
13721
  :example:
13722
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_peer_target_database.py.html>`__ to see an example of how to use get_peer_target_database API.
13722
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_peer_target_database.py.html>`__ to see an example of how to use get_peer_target_database API.
13723
13723
  """
13724
13724
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13725
13725
  required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
@@ -13824,7 +13824,7 @@ class DataSafeClient(object):
13824
13824
  :rtype: :class:`~oci.response.Response`
13825
13825
 
13826
13826
  :example:
13827
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
13827
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
13828
13828
  """
13829
13829
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13830
13830
  required_arguments = ['userAssessmentId', 'profileName']
@@ -13923,7 +13923,7 @@ class DataSafeClient(object):
13923
13923
  :rtype: :class:`~oci.response.Response`
13924
13924
 
13925
13925
  :example:
13926
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
13926
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
13927
13927
  """
13928
13928
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13929
13929
  required_arguments = ['reportId']
@@ -14021,7 +14021,7 @@ class DataSafeClient(object):
14021
14021
  :rtype: :class:`~oci.response.Response`
14022
14022
 
14023
14023
  :example:
14024
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
14024
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
14025
14025
  """
14026
14026
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14027
14027
  required_arguments = ['reportId']
@@ -14119,7 +14119,7 @@ class DataSafeClient(object):
14119
14119
  :rtype: :class:`~oci.response.Response`
14120
14120
 
14121
14121
  :example:
14122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
14122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
14123
14123
  """
14124
14124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14125
14125
  required_arguments = ['reportDefinitionId']
@@ -14217,7 +14217,7 @@ class DataSafeClient(object):
14217
14217
  :rtype: :class:`~oci.response.Response`
14218
14218
 
14219
14219
  :example:
14220
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
14220
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
14221
14221
  """
14222
14222
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14223
14223
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -14315,7 +14315,7 @@ class DataSafeClient(object):
14315
14315
  :rtype: :class:`~oci.response.Response`
14316
14316
 
14317
14317
  :example:
14318
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
14318
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
14319
14319
  """
14320
14320
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14321
14321
  required_arguments = ['securityAssessmentId']
@@ -14416,7 +14416,7 @@ class DataSafeClient(object):
14416
14416
  :rtype: :class:`~oci.response.Response`
14417
14417
 
14418
14418
  :example:
14419
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
14419
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
14420
14420
  """
14421
14421
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14422
14422
  required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
@@ -14515,7 +14515,7 @@ class DataSafeClient(object):
14515
14515
  :rtype: :class:`~oci.response.Response`
14516
14516
 
14517
14517
  :example:
14518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
14518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
14519
14519
  """
14520
14520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14521
14521
  required_arguments = ['securityPolicyId']
@@ -14613,7 +14613,7 @@ class DataSafeClient(object):
14613
14613
  :rtype: :class:`~oci.response.Response`
14614
14614
 
14615
14615
  :example:
14616
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
14616
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
14617
14617
  """
14618
14618
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14619
14619
  required_arguments = ['securityPolicyDeploymentId']
@@ -14717,7 +14717,7 @@ class DataSafeClient(object):
14717
14717
  :rtype: :class:`~oci.response.Response`
14718
14718
 
14719
14719
  :example:
14720
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
14720
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
14721
14721
  """
14722
14722
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14723
14723
  required_arguments = ['securityPolicyDeploymentId', 'securityPolicyEntryStateId']
@@ -14816,7 +14816,7 @@ class DataSafeClient(object):
14816
14816
  :rtype: :class:`~oci.response.Response`
14817
14817
 
14818
14818
  :example:
14819
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_security_policy_report.py.html>`__ to see an example of how to use get_security_policy_report API.
14819
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_security_policy_report.py.html>`__ to see an example of how to use get_security_policy_report API.
14820
14820
  """
14821
14821
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14822
14822
  required_arguments = ['securityPolicyReportId']
@@ -14917,7 +14917,7 @@ class DataSafeClient(object):
14917
14917
  :rtype: :class:`~oci.response.Response`
14918
14918
 
14919
14919
  :example:
14920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
14920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
14921
14921
  """
14922
14922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14923
14923
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -15016,7 +15016,7 @@ class DataSafeClient(object):
15016
15016
  :rtype: :class:`~oci.response.Response`
15017
15017
 
15018
15018
  :example:
15019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
15019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
15020
15020
  """
15021
15021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15022
15022
  required_arguments = ['sensitiveDataModelId']
@@ -15114,7 +15114,7 @@ class DataSafeClient(object):
15114
15114
  :rtype: :class:`~oci.response.Response`
15115
15115
 
15116
15116
  :example:
15117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
15117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
15118
15118
  """
15119
15119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15120
15120
  required_arguments = ['sensitiveTypeId']
@@ -15212,7 +15212,7 @@ class DataSafeClient(object):
15212
15212
  :rtype: :class:`~oci.response.Response`
15213
15213
 
15214
15214
  :example:
15215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
15215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
15216
15216
  """
15217
15217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15218
15218
  required_arguments = ['sqlCollectionId']
@@ -15310,7 +15310,7 @@ class DataSafeClient(object):
15310
15310
  :rtype: :class:`~oci.response.Response`
15311
15311
 
15312
15312
  :example:
15313
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
15313
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
15314
15314
  """
15315
15315
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15316
15316
  required_arguments = ['sqlFirewallPolicyId']
@@ -15408,7 +15408,7 @@ class DataSafeClient(object):
15408
15408
  :rtype: :class:`~oci.response.Response`
15409
15409
 
15410
15410
  :example:
15411
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
15411
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
15412
15412
  """
15413
15413
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15414
15414
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -15506,7 +15506,7 @@ class DataSafeClient(object):
15506
15506
  :rtype: :class:`~oci.response.Response`
15507
15507
 
15508
15508
  :example:
15509
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
15509
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
15510
15510
  """
15511
15511
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15512
15512
  required_arguments = ['targetDatabaseId']
@@ -15604,7 +15604,7 @@ class DataSafeClient(object):
15604
15604
  :rtype: :class:`~oci.response.Response`
15605
15605
 
15606
15606
  :example:
15607
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
15607
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
15608
15608
  """
15609
15609
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15610
15610
  required_arguments = ['userAssessmentId']
@@ -15705,7 +15705,7 @@ class DataSafeClient(object):
15705
15705
  :rtype: :class:`~oci.response.Response`
15706
15706
 
15707
15707
  :example:
15708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
15708
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
15709
15709
  """
15710
15710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15711
15711
  required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
@@ -15804,7 +15804,7 @@ class DataSafeClient(object):
15804
15804
  :rtype: :class:`~oci.response.Response`
15805
15805
 
15806
15806
  :example:
15807
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
15807
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
15808
15808
  """
15809
15809
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15810
15810
  required_arguments = ['workRequestId']
@@ -15999,7 +15999,7 @@ class DataSafeClient(object):
15999
15999
  :rtype: :class:`~oci.response.Response`
16000
16000
 
16001
16001
  :example:
16002
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
16002
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
16003
16003
  """
16004
16004
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16005
16005
  required_arguments = ['compartmentId']
@@ -16226,7 +16226,7 @@ class DataSafeClient(object):
16226
16226
  :rtype: :class:`~oci.response.Response`
16227
16227
 
16228
16228
  :example:
16229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
16229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
16230
16230
  """
16231
16231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16232
16232
  required_arguments = ['compartmentId']
@@ -16391,7 +16391,7 @@ class DataSafeClient(object):
16391
16391
  :rtype: :class:`~oci.response.Response`
16392
16392
 
16393
16393
  :example:
16394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
16394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
16395
16395
  """
16396
16396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16397
16397
  required_arguments = ['alertPolicyId']
@@ -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.132.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
16568
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts 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']
@@ -16756,7 +16756,7 @@ class DataSafeClient(object):
16756
16756
  :rtype: :class:`~oci.response.Response`
16757
16757
 
16758
16758
  :example:
16759
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
16759
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
16760
16760
  """
16761
16761
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16762
16762
  required_arguments = ['compartmentId']
@@ -16994,7 +16994,7 @@ class DataSafeClient(object):
16994
16994
  :rtype: :class:`~oci.response.Response`
16995
16995
 
16996
16996
  :example:
16997
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
16997
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
16998
16998
  """
16999
16999
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17000
17000
  required_arguments = ['compartmentId']
@@ -17209,7 +17209,7 @@ class DataSafeClient(object):
17209
17209
  :rtype: :class:`~oci.response.Response`
17210
17210
 
17211
17211
  :example:
17212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
17212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
17213
17213
  """
17214
17214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17215
17215
  required_arguments = ['compartmentId']
@@ -17399,7 +17399,7 @@ class DataSafeClient(object):
17399
17399
  :rtype: :class:`~oci.response.Response`
17400
17400
 
17401
17401
  :example:
17402
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
17402
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
17403
17403
  """
17404
17404
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17405
17405
  required_arguments = ['compartmentId']
@@ -17600,7 +17600,7 @@ class DataSafeClient(object):
17600
17600
  :rtype: :class:`~oci.response.Response`
17601
17601
 
17602
17602
  :example:
17603
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
17603
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
17604
17604
  """
17605
17605
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17606
17606
  required_arguments = ['compartmentId']
@@ -17779,7 +17779,7 @@ class DataSafeClient(object):
17779
17779
  :rtype: :class:`~oci.response.Response`
17780
17780
 
17781
17781
  :example:
17782
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
17782
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
17783
17783
  """
17784
17784
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17785
17785
  required_arguments = ['compartmentId']
@@ -17971,7 +17971,7 @@ class DataSafeClient(object):
17971
17971
  :rtype: :class:`~oci.response.Response`
17972
17972
 
17973
17973
  :example:
17974
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
17974
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
17975
17975
  """
17976
17976
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17977
17977
  required_arguments = ['compartmentId']
@@ -18160,7 +18160,7 @@ class DataSafeClient(object):
18160
18160
  :rtype: :class:`~oci.response.Response`
18161
18161
 
18162
18162
  :example:
18163
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
18163
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
18164
18164
  """
18165
18165
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18166
18166
  required_arguments = ['compartmentId']
@@ -18346,7 +18346,7 @@ class DataSafeClient(object):
18346
18346
  :rtype: :class:`~oci.response.Response`
18347
18347
 
18348
18348
  :example:
18349
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
18349
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
18350
18350
  """
18351
18351
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18352
18352
  required_arguments = ['compartmentId']
@@ -18542,7 +18542,7 @@ class DataSafeClient(object):
18542
18542
  :rtype: :class:`~oci.response.Response`
18543
18543
 
18544
18544
  :example:
18545
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
18545
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
18546
18546
  """
18547
18547
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18548
18548
  required_arguments = ['auditProfileId', 'workRequestId']
@@ -18718,7 +18718,7 @@ class DataSafeClient(object):
18718
18718
  :rtype: :class:`~oci.response.Response`
18719
18719
 
18720
18720
  :example:
18721
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
18721
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
18722
18722
  """
18723
18723
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18724
18724
  required_arguments = ['auditProfileId', 'workRequestId']
@@ -18890,7 +18890,7 @@ class DataSafeClient(object):
18890
18890
  :rtype: :class:`~oci.response.Response`
18891
18891
 
18892
18892
  :example:
18893
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
18893
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
18894
18894
  """
18895
18895
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18896
18896
  required_arguments = ['targetDatabaseId']
@@ -19075,7 +19075,7 @@ class DataSafeClient(object):
19075
19075
  :rtype: :class:`~oci.response.Response`
19076
19076
 
19077
19077
  :example:
19078
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
19078
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
19079
19079
  """
19080
19080
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19081
19081
  required_arguments = ['compartmentId']
@@ -19292,7 +19292,7 @@ class DataSafeClient(object):
19292
19292
  :rtype: :class:`~oci.response.Response`
19293
19293
 
19294
19294
  :example:
19295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
19295
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
19296
19296
  """
19297
19297
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19298
19298
  required_arguments = ['compartmentId']
@@ -19470,7 +19470,7 @@ class DataSafeClient(object):
19470
19470
  :rtype: :class:`~oci.response.Response`
19471
19471
 
19472
19472
  :example:
19473
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_database_table_access_entries.py.html>`__ to see an example of how to use list_database_table_access_entries API.
19473
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_database_table_access_entries.py.html>`__ to see an example of how to use list_database_table_access_entries API.
19474
19474
  """
19475
19475
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19476
19476
  required_arguments = ['securityPolicyReportId']
@@ -19634,7 +19634,7 @@ class DataSafeClient(object):
19634
19634
  :rtype: :class:`~oci.response.Response`
19635
19635
 
19636
19636
  :example:
19637
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_database_view_access_entries.py.html>`__ to see an example of how to use list_database_view_access_entries API.
19637
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_database_view_access_entries.py.html>`__ to see an example of how to use list_database_view_access_entries API.
19638
19638
  """
19639
19639
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19640
19640
  required_arguments = ['securityPolicyReportId']
@@ -19809,7 +19809,7 @@ class DataSafeClient(object):
19809
19809
  :rtype: :class:`~oci.response.Response`
19810
19810
 
19811
19811
  :example:
19812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
19812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
19813
19813
  """
19814
19814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19815
19815
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -20002,7 +20002,7 @@ class DataSafeClient(object):
20002
20002
  :rtype: :class:`~oci.response.Response`
20003
20003
 
20004
20004
  :example:
20005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
20005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
20006
20006
  """
20007
20007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20008
20008
  required_arguments = ['compartmentId']
@@ -20161,7 +20161,7 @@ class DataSafeClient(object):
20161
20161
  :rtype: :class:`~oci.response.Response`
20162
20162
 
20163
20163
  :example:
20164
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
20164
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
20165
20165
  """
20166
20166
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20167
20167
  required_arguments = ['discoveryJobId']
@@ -20363,7 +20363,7 @@ class DataSafeClient(object):
20363
20363
  :rtype: :class:`~oci.response.Response`
20364
20364
 
20365
20365
  :example:
20366
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
20366
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
20367
20367
  """
20368
20368
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20369
20369
  required_arguments = ['compartmentId']
@@ -20558,7 +20558,7 @@ class DataSafeClient(object):
20558
20558
  :rtype: :class:`~oci.response.Response`
20559
20559
 
20560
20560
  :example:
20561
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_finding_analytics.py.html>`__ to see an example of how to use list_finding_analytics API.
20561
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_finding_analytics.py.html>`__ to see an example of how to use list_finding_analytics API.
20562
20562
  """
20563
20563
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20564
20564
  required_arguments = ['compartmentId']
@@ -20744,7 +20744,7 @@ class DataSafeClient(object):
20744
20744
  :rtype: :class:`~oci.response.Response`
20745
20745
 
20746
20746
  :example:
20747
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
20747
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
20748
20748
  """
20749
20749
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20750
20750
  required_arguments = ['securityAssessmentId']
@@ -20967,7 +20967,7 @@ class DataSafeClient(object):
20967
20967
  :rtype: :class:`~oci.response.Response`
20968
20968
 
20969
20969
  :example:
20970
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_findings_change_audit_logs.py.html>`__ to see an example of how to use list_findings_change_audit_logs API.
20970
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_findings_change_audit_logs.py.html>`__ to see an example of how to use list_findings_change_audit_logs API.
20971
20971
  """
20972
20972
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20973
20973
  required_arguments = ['securityAssessmentId']
@@ -21165,7 +21165,7 @@ class DataSafeClient(object):
21165
21165
  :rtype: :class:`~oci.response.Response`
21166
21166
 
21167
21167
  :example:
21168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
21168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
21169
21169
  """
21170
21170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21171
21171
  required_arguments = ['userAssessmentId', 'userKey']
@@ -21372,7 +21372,7 @@ class DataSafeClient(object):
21372
21372
  :rtype: :class:`~oci.response.Response`
21373
21373
 
21374
21374
  :example:
21375
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
21375
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
21376
21376
  """
21377
21377
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21378
21378
  required_arguments = ['compartmentId']
@@ -21564,7 +21564,7 @@ class DataSafeClient(object):
21564
21564
  :rtype: :class:`~oci.response.Response`
21565
21565
 
21566
21566
  :example:
21567
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
21567
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
21568
21568
  """
21569
21569
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21570
21570
  required_arguments = ['maskingReportId']
@@ -21737,7 +21737,7 @@ class DataSafeClient(object):
21737
21737
  :rtype: :class:`~oci.response.Response`
21738
21738
 
21739
21739
  :example:
21740
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
21740
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
21741
21741
  """
21742
21742
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21743
21743
  required_arguments = ['compartmentId']
@@ -21941,7 +21941,7 @@ class DataSafeClient(object):
21941
21941
  :rtype: :class:`~oci.response.Response`
21942
21942
 
21943
21943
  :example:
21944
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
21944
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
21945
21945
  """
21946
21946
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21947
21947
  required_arguments = ['maskingPolicyId']
@@ -22150,7 +22150,7 @@ class DataSafeClient(object):
22150
22150
  :rtype: :class:`~oci.response.Response`
22151
22151
 
22152
22152
  :example:
22153
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
22153
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
22154
22154
  """
22155
22155
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22156
22156
  required_arguments = ['maskingPolicyId']
@@ -22357,7 +22357,7 @@ class DataSafeClient(object):
22357
22357
  :rtype: :class:`~oci.response.Response`
22358
22358
 
22359
22359
  :example:
22360
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
22360
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
22361
22361
  """
22362
22362
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22363
22363
  required_arguments = ['compartmentId']
@@ -22529,7 +22529,7 @@ class DataSafeClient(object):
22529
22529
  :rtype: :class:`~oci.response.Response`
22530
22530
 
22531
22531
  :example:
22532
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_policy_health_report_logs.py.html>`__ to see an example of how to use list_masking_policy_health_report_logs API.
22532
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_masking_policy_health_report_logs.py.html>`__ to see an example of how to use list_masking_policy_health_report_logs API.
22533
22533
  """
22534
22534
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22535
22535
  required_arguments = ['maskingPolicyHealthReportId']
@@ -22713,7 +22713,7 @@ class DataSafeClient(object):
22713
22713
  :rtype: :class:`~oci.response.Response`
22714
22714
 
22715
22715
  :example:
22716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_policy_health_reports.py.html>`__ to see an example of how to use list_masking_policy_health_reports API.
22716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_masking_policy_health_reports.py.html>`__ to see an example of how to use list_masking_policy_health_reports API.
22717
22717
  """
22718
22718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22719
22719
  required_arguments = ['compartmentId']
@@ -22894,7 +22894,7 @@ class DataSafeClient(object):
22894
22894
  :rtype: :class:`~oci.response.Response`
22895
22895
 
22896
22896
  :example:
22897
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
22897
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
22898
22898
  """
22899
22899
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22900
22900
  required_arguments = ['compartmentId']
@@ -23048,7 +23048,7 @@ class DataSafeClient(object):
23048
23048
  :rtype: :class:`~oci.response.Response`
23049
23049
 
23050
23050
  :example:
23051
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
23051
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
23052
23052
  """
23053
23053
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23054
23054
  required_arguments = ['maskingPolicyId']
@@ -23221,7 +23221,7 @@ class DataSafeClient(object):
23221
23221
  :rtype: :class:`~oci.response.Response`
23222
23222
 
23223
23223
  :example:
23224
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
23224
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
23225
23225
  """
23226
23226
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23227
23227
  required_arguments = ['compartmentId']
@@ -23383,7 +23383,7 @@ class DataSafeClient(object):
23383
23383
  :rtype: :class:`~oci.response.Response`
23384
23384
 
23385
23385
  :example:
23386
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_peer_target_databases.py.html>`__ to see an example of how to use list_peer_target_databases API.
23386
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_peer_target_databases.py.html>`__ to see an example of how to use list_peer_target_databases API.
23387
23387
  """
23388
23388
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23389
23389
  required_arguments = ['targetDatabaseId']
@@ -23553,7 +23553,7 @@ class DataSafeClient(object):
23553
23553
  :rtype: :class:`~oci.response.Response`
23554
23554
 
23555
23555
  :example:
23556
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
23556
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
23557
23557
  """
23558
23558
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23559
23559
  required_arguments = ['userAssessmentId', 'compartmentId']
@@ -23794,7 +23794,7 @@ class DataSafeClient(object):
23794
23794
  :rtype: :class:`~oci.response.Response`
23795
23795
 
23796
23796
  :example:
23797
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
23797
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
23798
23798
  """
23799
23799
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23800
23800
  required_arguments = ['userAssessmentId', 'compartmentId']
@@ -24017,7 +24017,7 @@ class DataSafeClient(object):
24017
24017
  :rtype: :class:`~oci.response.Response`
24018
24018
 
24019
24019
  :example:
24020
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
24020
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
24021
24021
  """
24022
24022
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24023
24023
  required_arguments = ['compartmentId']
@@ -24239,7 +24239,7 @@ class DataSafeClient(object):
24239
24239
  :rtype: :class:`~oci.response.Response`
24240
24240
 
24241
24241
  :example:
24242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
24242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
24243
24243
  """
24244
24244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24245
24245
  required_arguments = ['compartmentId']
@@ -24409,7 +24409,7 @@ class DataSafeClient(object):
24409
24409
  :rtype: :class:`~oci.response.Response`
24410
24410
 
24411
24411
  :example:
24412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_role_grant_paths.py.html>`__ to see an example of how to use list_role_grant_paths API.
24412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_role_grant_paths.py.html>`__ to see an example of how to use list_role_grant_paths API.
24413
24413
  """
24414
24414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24415
24415
  required_arguments = ['securityPolicyReportId', 'grantee', 'grantedRole']
@@ -24551,7 +24551,7 @@ class DataSafeClient(object):
24551
24551
  :rtype: :class:`~oci.response.Response`
24552
24552
 
24553
24553
  :example:
24554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
24554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
24555
24555
  """
24556
24556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24557
24557
  required_arguments = ['targetDatabaseId']
@@ -24714,7 +24714,7 @@ class DataSafeClient(object):
24714
24714
  :rtype: :class:`~oci.response.Response`
24715
24715
 
24716
24716
  :example:
24717
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
24717
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
24718
24718
  """
24719
24719
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24720
24720
  required_arguments = ['targetDatabaseId']
@@ -24893,7 +24893,7 @@ class DataSafeClient(object):
24893
24893
  :rtype: :class:`~oci.response.Response`
24894
24894
 
24895
24895
  :example:
24896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
24896
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
24897
24897
  """
24898
24898
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24899
24899
  required_arguments = ['compartmentId']
@@ -25127,7 +25127,7 @@ class DataSafeClient(object):
25127
25127
  :rtype: :class:`~oci.response.Response`
25128
25128
 
25129
25129
  :example:
25130
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
25130
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
25131
25131
  """
25132
25132
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25133
25133
  required_arguments = ['compartmentId']
@@ -25316,7 +25316,7 @@ class DataSafeClient(object):
25316
25316
  :rtype: :class:`~oci.response.Response`
25317
25317
 
25318
25318
  :example:
25319
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_feature_analytics.py.html>`__ to see an example of how to use list_security_feature_analytics API.
25319
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_security_feature_analytics.py.html>`__ to see an example of how to use list_security_feature_analytics API.
25320
25320
  """
25321
25321
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25322
25322
  required_arguments = ['compartmentId']
@@ -25502,7 +25502,7 @@ class DataSafeClient(object):
25502
25502
  :rtype: :class:`~oci.response.Response`
25503
25503
 
25504
25504
  :example:
25505
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_features.py.html>`__ to see an example of how to use list_security_features API.
25505
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_security_features.py.html>`__ to see an example of how to use list_security_features API.
25506
25506
  """
25507
25507
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25508
25508
  required_arguments = ['compartmentId']
@@ -25769,7 +25769,7 @@ class DataSafeClient(object):
25769
25769
  :rtype: :class:`~oci.response.Response`
25770
25770
 
25771
25771
  :example:
25772
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
25772
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
25773
25773
  """
25774
25774
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25775
25775
  required_arguments = ['compartmentId']
@@ -25972,7 +25972,7 @@ class DataSafeClient(object):
25972
25972
  :rtype: :class:`~oci.response.Response`
25973
25973
 
25974
25974
  :example:
25975
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
25975
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
25976
25976
  """
25977
25977
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25978
25978
  required_arguments = ['compartmentId']
@@ -26135,7 +26135,7 @@ class DataSafeClient(object):
26135
26135
  :rtype: :class:`~oci.response.Response`
26136
26136
 
26137
26137
  :example:
26138
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
26138
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
26139
26139
  """
26140
26140
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26141
26141
  required_arguments = ['securityPolicyDeploymentId']
@@ -26315,7 +26315,7 @@ class DataSafeClient(object):
26315
26315
  :rtype: :class:`~oci.response.Response`
26316
26316
 
26317
26317
  :example:
26318
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_policy_reports.py.html>`__ to see an example of how to use list_security_policy_reports API.
26318
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_security_policy_reports.py.html>`__ to see an example of how to use list_security_policy_reports API.
26319
26319
  """
26320
26320
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26321
26321
  required_arguments = ['compartmentId']
@@ -26557,7 +26557,7 @@ class DataSafeClient(object):
26557
26557
  :rtype: :class:`~oci.response.Response`
26558
26558
 
26559
26559
  :example:
26560
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
26560
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
26561
26561
  """
26562
26562
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26563
26563
  required_arguments = ['sensitiveDataModelId']
@@ -26770,7 +26770,7 @@ class DataSafeClient(object):
26770
26770
  :rtype: :class:`~oci.response.Response`
26771
26771
 
26772
26772
  :example:
26773
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sensitive_data_model_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_data_model_sensitive_types API.
26773
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sensitive_data_model_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_data_model_sensitive_types API.
26774
26774
  """
26775
26775
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26776
26776
  required_arguments = ['sensitiveDataModelId']
@@ -26962,7 +26962,7 @@ class DataSafeClient(object):
26962
26962
  :rtype: :class:`~oci.response.Response`
26963
26963
 
26964
26964
  :example:
26965
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
26965
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
26966
26966
  """
26967
26967
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26968
26968
  required_arguments = ['compartmentId']
@@ -27139,7 +27139,7 @@ class DataSafeClient(object):
27139
27139
  :rtype: :class:`~oci.response.Response`
27140
27140
 
27141
27141
  :example:
27142
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
27142
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
27143
27143
  """
27144
27144
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27145
27145
  required_arguments = ['sensitiveDataModelId']
@@ -27303,7 +27303,7 @@ class DataSafeClient(object):
27303
27303
  :rtype: :class:`~oci.response.Response`
27304
27304
 
27305
27305
  :example:
27306
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
27306
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
27307
27307
  """
27308
27308
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27309
27309
  required_arguments = ['sensitiveDataModelId']
@@ -27512,7 +27512,7 @@ class DataSafeClient(object):
27512
27512
  :rtype: :class:`~oci.response.Response`
27513
27513
 
27514
27514
  :example:
27515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
27515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
27516
27516
  """
27517
27517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27518
27518
  required_arguments = ['compartmentId']
@@ -27739,7 +27739,7 @@ class DataSafeClient(object):
27739
27739
  :rtype: :class:`~oci.response.Response`
27740
27740
 
27741
27741
  :example:
27742
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
27742
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
27743
27743
  """
27744
27744
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27745
27745
  required_arguments = ['compartmentId']
@@ -27899,7 +27899,7 @@ class DataSafeClient(object):
27899
27899
  :rtype: :class:`~oci.response.Response`
27900
27900
 
27901
27901
  :example:
27902
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
27902
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
27903
27903
  """
27904
27904
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27905
27905
  required_arguments = ['sqlCollectionId', 'timeStarted', 'timeEnded']
@@ -28098,7 +28098,7 @@ class DataSafeClient(object):
28098
28098
  :rtype: :class:`~oci.response.Response`
28099
28099
 
28100
28100
  :example:
28101
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
28101
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
28102
28102
  """
28103
28103
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28104
28104
  required_arguments = ['compartmentId']
@@ -28296,7 +28296,7 @@ class DataSafeClient(object):
28296
28296
  :rtype: :class:`~oci.response.Response`
28297
28297
 
28298
28298
  :example:
28299
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_firewall_allowed_sql_analytics.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sql_analytics API.
28299
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sql_firewall_allowed_sql_analytics.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sql_analytics API.
28300
28300
  """
28301
28301
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28302
28302
  required_arguments = ['compartmentId']
@@ -28472,7 +28472,7 @@ class DataSafeClient(object):
28472
28472
  :rtype: :class:`~oci.response.Response`
28473
28473
 
28474
28474
  :example:
28475
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
28475
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
28476
28476
  """
28477
28477
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28478
28478
  required_arguments = ['compartmentId']
@@ -28686,7 +28686,7 @@ class DataSafeClient(object):
28686
28686
  :rtype: :class:`~oci.response.Response`
28687
28687
 
28688
28688
  :example:
28689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
28689
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
28690
28690
  """
28691
28691
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28692
28692
  required_arguments = ['compartmentId']
@@ -28900,7 +28900,7 @@ class DataSafeClient(object):
28900
28900
  :rtype: :class:`~oci.response.Response`
28901
28901
 
28902
28902
  :example:
28903
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
28903
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
28904
28904
  """
28905
28905
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28906
28906
  required_arguments = ['compartmentId']
@@ -29108,7 +29108,7 @@ class DataSafeClient(object):
29108
29108
  :rtype: :class:`~oci.response.Response`
29109
29109
 
29110
29110
  :example:
29111
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
29111
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
29112
29112
  """
29113
29113
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29114
29114
  required_arguments = ['compartmentId']
@@ -29308,7 +29308,7 @@ class DataSafeClient(object):
29308
29308
  :rtype: :class:`~oci.response.Response`
29309
29309
 
29310
29310
  :example:
29311
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
29311
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
29312
29312
  """
29313
29313
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29314
29314
  required_arguments = ['compartmentId']
@@ -29468,7 +29468,7 @@ class DataSafeClient(object):
29468
29468
  :rtype: :class:`~oci.response.Response`
29469
29469
 
29470
29470
  :example:
29471
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
29471
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
29472
29472
  """
29473
29473
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29474
29474
  required_arguments = ['targetDatabaseId']
@@ -29665,7 +29665,7 @@ class DataSafeClient(object):
29665
29665
  :rtype: :class:`~oci.response.Response`
29666
29666
 
29667
29667
  :example:
29668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
29668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
29669
29669
  """
29670
29670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29671
29671
  required_arguments = ['compartmentId']
@@ -29868,7 +29868,7 @@ class DataSafeClient(object):
29868
29868
  :rtype: :class:`~oci.response.Response`
29869
29869
 
29870
29870
  :example:
29871
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
29871
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
29872
29872
  """
29873
29873
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
29874
29874
  required_arguments = ['compartmentId']
@@ -30047,7 +30047,7 @@ class DataSafeClient(object):
30047
30047
  :rtype: :class:`~oci.response.Response`
30048
30048
 
30049
30049
  :example:
30050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_user_access_analytics.py.html>`__ to see an example of how to use list_user_access_analytics API.
30050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_user_access_analytics.py.html>`__ to see an example of how to use list_user_access_analytics API.
30051
30051
  """
30052
30052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30053
30053
  required_arguments = ['userAssessmentId']
@@ -30276,7 +30276,7 @@ class DataSafeClient(object):
30276
30276
  :rtype: :class:`~oci.response.Response`
30277
30277
 
30278
30278
  :example:
30279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
30279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
30280
30280
  """
30281
30281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30282
30282
  required_arguments = ['userAssessmentId']
@@ -30530,7 +30530,7 @@ class DataSafeClient(object):
30530
30530
  :rtype: :class:`~oci.response.Response`
30531
30531
 
30532
30532
  :example:
30533
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
30533
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
30534
30534
  """
30535
30535
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30536
30536
  required_arguments = ['compartmentId']
@@ -30810,7 +30810,7 @@ class DataSafeClient(object):
30810
30810
  :rtype: :class:`~oci.response.Response`
30811
30811
 
30812
30812
  :example:
30813
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
30813
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
30814
30814
  """
30815
30815
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30816
30816
  required_arguments = ['userAssessmentId']
@@ -30991,7 +30991,7 @@ class DataSafeClient(object):
30991
30991
  :rtype: :class:`~oci.response.Response`
30992
30992
 
30993
30993
  :example:
30994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
30994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
30995
30995
  """
30996
30996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
30997
30997
  required_arguments = ['workRequestId']
@@ -31109,7 +31109,7 @@ class DataSafeClient(object):
31109
31109
  :rtype: :class:`~oci.response.Response`
31110
31110
 
31111
31111
  :example:
31112
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
31112
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
31113
31113
  """
31114
31114
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31115
31115
  required_arguments = ['workRequestId']
@@ -31259,7 +31259,7 @@ class DataSafeClient(object):
31259
31259
  :rtype: :class:`~oci.response.Response`
31260
31260
 
31261
31261
  :example:
31262
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
31262
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
31263
31263
  """
31264
31264
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31265
31265
  required_arguments = ['compartmentId']
@@ -31394,7 +31394,7 @@ class DataSafeClient(object):
31394
31394
  :rtype: :class:`~oci.response.Response`
31395
31395
 
31396
31396
  :example:
31397
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
31397
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
31398
31398
  """
31399
31399
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31400
31400
  required_arguments = ['maskingPolicyId']
@@ -31508,7 +31508,7 @@ class DataSafeClient(object):
31508
31508
  :rtype: :class:`~oci.response.Response`
31509
31509
 
31510
31510
  :example:
31511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
31511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
31512
31512
  """
31513
31513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31514
31514
  required_arguments = ['compartmentId']
@@ -31630,7 +31630,7 @@ class DataSafeClient(object):
31630
31630
  :rtype: :class:`~oci.response.Response`
31631
31631
 
31632
31632
  :example:
31633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
31633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
31634
31634
  """
31635
31635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31636
31636
  required_arguments = []
@@ -31746,7 +31746,7 @@ class DataSafeClient(object):
31746
31746
  :rtype: :class:`~oci.response.Response`
31747
31747
 
31748
31748
  :example:
31749
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
31749
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
31750
31750
  """
31751
31751
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31752
31752
  required_arguments = ['discoveryJobId']
@@ -31858,7 +31858,7 @@ class DataSafeClient(object):
31858
31858
  :rtype: :class:`~oci.response.Response`
31859
31859
 
31860
31860
  :example:
31861
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
31861
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
31862
31862
  """
31863
31863
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31864
31864
  required_arguments = ['maskingPolicyId']
@@ -31969,7 +31969,7 @@ class DataSafeClient(object):
31969
31969
  :rtype: :class:`~oci.response.Response`
31970
31970
 
31971
31971
  :example:
31972
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/patch_sdm_masking_policy_difference_columns.py.html>`__ to see an example of how to use patch_sdm_masking_policy_difference_columns API.
31972
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/patch_sdm_masking_policy_difference_columns.py.html>`__ to see an example of how to use patch_sdm_masking_policy_difference_columns API.
31973
31973
  """
31974
31974
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
31975
31975
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -32081,7 +32081,7 @@ class DataSafeClient(object):
32081
32081
  :rtype: :class:`~oci.response.Response`
32082
32082
 
32083
32083
  :example:
32084
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
32084
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
32085
32085
  """
32086
32086
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32087
32087
  required_arguments = ['sensitiveDataModelId']
@@ -32188,7 +32188,7 @@ class DataSafeClient(object):
32188
32188
  :rtype: :class:`~oci.response.Response`
32189
32189
 
32190
32190
  :example:
32191
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
32191
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
32192
32192
  """
32193
32193
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32194
32194
  required_arguments = []
@@ -32292,7 +32292,7 @@ class DataSafeClient(object):
32292
32292
  :rtype: :class:`~oci.response.Response`
32293
32293
 
32294
32294
  :example:
32295
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
32295
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
32296
32296
  """
32297
32297
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32298
32298
  required_arguments = ['auditPolicyId']
@@ -32408,7 +32408,7 @@ class DataSafeClient(object):
32408
32408
  :rtype: :class:`~oci.response.Response`
32409
32409
 
32410
32410
  :example:
32411
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
32411
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
32412
32412
  """
32413
32413
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32414
32414
  required_arguments = ['sqlCollectionId']
@@ -32522,7 +32522,7 @@ class DataSafeClient(object):
32522
32522
  :rtype: :class:`~oci.response.Response`
32523
32523
 
32524
32524
  :example:
32525
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
32525
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
32526
32526
  """
32527
32527
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32528
32528
  required_arguments = ['databaseSecurityConfigId']
@@ -32640,7 +32640,7 @@ class DataSafeClient(object):
32640
32640
  :rtype: :class:`~oci.response.Response`
32641
32641
 
32642
32642
  :example:
32643
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
32643
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
32644
32644
  """
32645
32645
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32646
32646
  required_arguments = ['securityAssessmentId']
@@ -32756,7 +32756,7 @@ class DataSafeClient(object):
32756
32756
  :rtype: :class:`~oci.response.Response`
32757
32757
 
32758
32758
  :example:
32759
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
32759
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
32760
32760
  """
32761
32761
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32762
32762
  required_arguments = ['sqlCollectionId']
@@ -32870,7 +32870,7 @@ class DataSafeClient(object):
32870
32870
  :rtype: :class:`~oci.response.Response`
32871
32871
 
32872
32872
  :example:
32873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/refresh_target_database.py.html>`__ to see an example of how to use refresh_target_database API.
32873
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/refresh_target_database.py.html>`__ to see an example of how to use refresh_target_database API.
32874
32874
  """
32875
32875
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32876
32876
  required_arguments = ['targetDatabaseId']
@@ -32989,7 +32989,7 @@ class DataSafeClient(object):
32989
32989
  :rtype: :class:`~oci.response.Response`
32990
32990
 
32991
32991
  :example:
32992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
32992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
32993
32993
  """
32994
32994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
32995
32995
  required_arguments = ['userAssessmentId']
@@ -33105,7 +33105,7 @@ class DataSafeClient(object):
33105
33105
  :rtype: :class:`~oci.response.Response`
33106
33106
 
33107
33107
  :example:
33108
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
33108
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
33109
33109
  """
33110
33110
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33111
33111
  required_arguments = ['reportDefinitionId']
@@ -33213,7 +33213,7 @@ class DataSafeClient(object):
33213
33213
  :rtype: :class:`~oci.response.Response`
33214
33214
 
33215
33215
  :example:
33216
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
33216
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
33217
33217
  """
33218
33218
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33219
33219
  required_arguments = ['auditTrailId']
@@ -33324,7 +33324,7 @@ class DataSafeClient(object):
33324
33324
  :rtype: :class:`~oci.response.Response`
33325
33325
 
33326
33326
  :example:
33327
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
33327
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
33328
33328
  """
33329
33329
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33330
33330
  required_arguments = ['workRequestId']
@@ -33438,7 +33438,7 @@ class DataSafeClient(object):
33438
33438
  :rtype: :class:`~oci.response.Response`
33439
33439
 
33440
33440
  :example:
33441
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
33441
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
33442
33442
  """
33443
33443
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33444
33444
  required_arguments = ['auditPolicyId']
@@ -33555,7 +33555,7 @@ class DataSafeClient(object):
33555
33555
  :rtype: :class:`~oci.response.Response`
33556
33556
 
33557
33557
  :example:
33558
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
33558
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
33559
33559
  """
33560
33560
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33561
33561
  required_arguments = ['reportDefinitionId']
@@ -33674,7 +33674,7 @@ class DataSafeClient(object):
33674
33674
  :rtype: :class:`~oci.response.Response`
33675
33675
 
33676
33676
  :example:
33677
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
33677
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
33678
33678
  """
33679
33679
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33680
33680
  required_arguments = ['securityAssessmentId']
@@ -33794,7 +33794,7 @@ class DataSafeClient(object):
33794
33794
  :rtype: :class:`~oci.response.Response`
33795
33795
 
33796
33796
  :example:
33797
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
33797
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
33798
33798
  """
33799
33799
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33800
33800
  required_arguments = ['userAssessmentId']
@@ -33914,7 +33914,7 @@ class DataSafeClient(object):
33914
33914
  :rtype: :class:`~oci.response.Response`
33915
33915
 
33916
33916
  :example:
33917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
33917
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
33918
33918
  """
33919
33919
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
33920
33920
  required_arguments = ['auditTrailId']
@@ -34030,7 +34030,7 @@ class DataSafeClient(object):
34030
34030
  :rtype: :class:`~oci.response.Response`
34031
34031
 
34032
34032
  :example:
34033
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
34033
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
34034
34034
  """
34035
34035
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34036
34036
  required_arguments = ['sqlCollectionId']
@@ -34138,7 +34138,7 @@ class DataSafeClient(object):
34138
34138
  :rtype: :class:`~oci.response.Response`
34139
34139
 
34140
34140
  :example:
34141
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
34141
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
34142
34142
  """
34143
34143
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34144
34144
  required_arguments = ['auditTrailId']
@@ -34249,7 +34249,7 @@ class DataSafeClient(object):
34249
34249
  :rtype: :class:`~oci.response.Response`
34250
34250
 
34251
34251
  :example:
34252
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
34252
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
34253
34253
  """
34254
34254
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34255
34255
  required_arguments = ['sqlCollectionId']
@@ -34363,7 +34363,7 @@ class DataSafeClient(object):
34363
34363
  :rtype: :class:`~oci.response.Response`
34364
34364
 
34365
34365
  :example:
34366
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
34366
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
34367
34367
  """
34368
34368
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34369
34369
  required_arguments = ['workRequestId']
@@ -34482,7 +34482,7 @@ class DataSafeClient(object):
34482
34482
  :rtype: :class:`~oci.response.Response`
34483
34483
 
34484
34484
  :example:
34485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
34485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
34486
34486
  """
34487
34487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34488
34488
  required_arguments = ['securityAssessmentId']
@@ -34604,7 +34604,7 @@ class DataSafeClient(object):
34604
34604
  :rtype: :class:`~oci.response.Response`
34605
34605
 
34606
34606
  :example:
34607
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
34607
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
34608
34608
  """
34609
34609
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34610
34610
  required_arguments = ['userAssessmentId']
@@ -34718,7 +34718,7 @@ class DataSafeClient(object):
34718
34718
  :rtype: :class:`~oci.response.Response`
34719
34719
 
34720
34720
  :example:
34721
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
34721
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
34722
34722
  """
34723
34723
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34724
34724
  required_arguments = ['alertId']
@@ -34830,7 +34830,7 @@ class DataSafeClient(object):
34830
34830
  :rtype: :class:`~oci.response.Response`
34831
34831
 
34832
34832
  :example:
34833
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_alert_policy.py.html>`__ to see an example of how to use update_alert_policy API.
34833
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_alert_policy.py.html>`__ to see an example of how to use update_alert_policy API.
34834
34834
  """
34835
34835
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34836
34836
  required_arguments = ['alertPolicyId']
@@ -34943,7 +34943,7 @@ class DataSafeClient(object):
34943
34943
  :rtype: :class:`~oci.response.Response`
34944
34944
 
34945
34945
  :example:
34946
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_alert_policy_rule.py.html>`__ to see an example of how to use update_alert_policy_rule API.
34946
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_alert_policy_rule.py.html>`__ to see an example of how to use update_alert_policy_rule API.
34947
34947
  """
34948
34948
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
34949
34949
  required_arguments = ['alertPolicyId', 'ruleKey']
@@ -35054,7 +35054,7 @@ class DataSafeClient(object):
35054
35054
  :rtype: :class:`~oci.response.Response`
35055
35055
 
35056
35056
  :example:
35057
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
35057
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
35058
35058
  """
35059
35059
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35060
35060
  required_arguments = ['auditArchiveRetrievalId']
@@ -35164,7 +35164,7 @@ class DataSafeClient(object):
35164
35164
  :rtype: :class:`~oci.response.Response`
35165
35165
 
35166
35166
  :example:
35167
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
35167
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
35168
35168
  """
35169
35169
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35170
35170
  required_arguments = ['auditPolicyId']
@@ -35274,7 +35274,7 @@ class DataSafeClient(object):
35274
35274
  :rtype: :class:`~oci.response.Response`
35275
35275
 
35276
35276
  :example:
35277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
35277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
35278
35278
  """
35279
35279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35280
35280
  required_arguments = ['auditProfileId']
@@ -35384,7 +35384,7 @@ class DataSafeClient(object):
35384
35384
  :rtype: :class:`~oci.response.Response`
35385
35385
 
35386
35386
  :example:
35387
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
35387
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
35388
35388
  """
35389
35389
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35390
35390
  required_arguments = ['auditTrailId']
@@ -35494,7 +35494,7 @@ class DataSafeClient(object):
35494
35494
  :rtype: :class:`~oci.response.Response`
35495
35495
 
35496
35496
  :example:
35497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
35497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
35498
35498
  """
35499
35499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35500
35500
  required_arguments = ['dataSafePrivateEndpointId']
@@ -35604,7 +35604,7 @@ class DataSafeClient(object):
35604
35604
  :rtype: :class:`~oci.response.Response`
35605
35605
 
35606
35606
  :example:
35607
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
35607
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
35608
35608
  """
35609
35609
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35610
35610
  required_arguments = ['databaseSecurityConfigId']
@@ -35723,7 +35723,7 @@ class DataSafeClient(object):
35723
35723
  :rtype: :class:`~oci.response.Response`
35724
35724
 
35725
35725
  :example:
35726
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_finding.py.html>`__ to see an example of how to use update_finding API.
35726
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_finding.py.html>`__ to see an example of how to use update_finding API.
35727
35727
  """
35728
35728
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35729
35729
  required_arguments = ['securityAssessmentId', 'findingKey']
@@ -35837,7 +35837,7 @@ class DataSafeClient(object):
35837
35837
  :rtype: :class:`~oci.response.Response`
35838
35838
 
35839
35839
  :example:
35840
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
35840
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
35841
35841
  """
35842
35842
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35843
35843
  required_arguments = ['libraryMaskingFormatId']
@@ -35951,7 +35951,7 @@ class DataSafeClient(object):
35951
35951
  :rtype: :class:`~oci.response.Response`
35952
35952
 
35953
35953
  :example:
35954
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
35954
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
35955
35955
  """
35956
35956
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
35957
35957
  required_arguments = ['maskingColumnKey', 'maskingPolicyId']
@@ -36062,7 +36062,7 @@ class DataSafeClient(object):
36062
36062
  :rtype: :class:`~oci.response.Response`
36063
36063
 
36064
36064
  :example:
36065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
36065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
36066
36066
  """
36067
36067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36068
36068
  required_arguments = ['maskingPolicyId']
@@ -36172,7 +36172,7 @@ class DataSafeClient(object):
36172
36172
  :rtype: :class:`~oci.response.Response`
36173
36173
 
36174
36174
  :example:
36175
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
36175
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
36176
36176
  """
36177
36177
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36178
36178
  required_arguments = ['onPremConnectorId']
@@ -36288,7 +36288,7 @@ class DataSafeClient(object):
36288
36288
  :rtype: :class:`~oci.response.Response`
36289
36289
 
36290
36290
  :example:
36291
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
36291
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
36292
36292
  """
36293
36293
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36294
36294
  required_arguments = ['onPremConnectorId']
@@ -36410,7 +36410,7 @@ class DataSafeClient(object):
36410
36410
  :rtype: :class:`~oci.response.Response`
36411
36411
 
36412
36412
  :example:
36413
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_peer_target_database.py.html>`__ to see an example of how to use update_peer_target_database API.
36413
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_peer_target_database.py.html>`__ to see an example of how to use update_peer_target_database API.
36414
36414
  """
36415
36415
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36416
36416
  required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
@@ -36530,7 +36530,7 @@ class DataSafeClient(object):
36530
36530
  :rtype: :class:`~oci.response.Response`
36531
36531
 
36532
36532
  :example:
36533
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_report.py.html>`__ to see an example of how to use update_report API.
36533
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_report.py.html>`__ to see an example of how to use update_report API.
36534
36534
  """
36535
36535
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36536
36536
  required_arguments = ['reportId']
@@ -36649,7 +36649,7 @@ class DataSafeClient(object):
36649
36649
  :rtype: :class:`~oci.response.Response`
36650
36650
 
36651
36651
  :example:
36652
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
36652
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
36653
36653
  """
36654
36654
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36655
36655
  required_arguments = ['reportDefinitionId']
@@ -36762,7 +36762,7 @@ class DataSafeClient(object):
36762
36762
  :rtype: :class:`~oci.response.Response`
36763
36763
 
36764
36764
  :example:
36765
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
36765
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
36766
36766
  """
36767
36767
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36768
36768
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -36872,7 +36872,7 @@ class DataSafeClient(object):
36872
36872
  :rtype: :class:`~oci.response.Response`
36873
36873
 
36874
36874
  :example:
36875
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
36875
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
36876
36876
  """
36877
36877
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36878
36878
  required_arguments = ['securityAssessmentId']
@@ -36982,7 +36982,7 @@ class DataSafeClient(object):
36982
36982
  :rtype: :class:`~oci.response.Response`
36983
36983
 
36984
36984
  :example:
36985
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
36985
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
36986
36986
  """
36987
36987
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
36988
36988
  required_arguments = ['securityPolicyId']
@@ -37092,7 +37092,7 @@ class DataSafeClient(object):
37092
37092
  :rtype: :class:`~oci.response.Response`
37093
37093
 
37094
37094
  :example:
37095
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
37095
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
37096
37096
  """
37097
37097
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37098
37098
  required_arguments = ['securityPolicyDeploymentId']
@@ -37205,7 +37205,7 @@ class DataSafeClient(object):
37205
37205
  :rtype: :class:`~oci.response.Response`
37206
37206
 
37207
37207
  :example:
37208
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
37208
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
37209
37209
  """
37210
37210
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37211
37211
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -37317,7 +37317,7 @@ class DataSafeClient(object):
37317
37317
  :rtype: :class:`~oci.response.Response`
37318
37318
 
37319
37319
  :example:
37320
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
37320
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
37321
37321
  """
37322
37322
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37323
37323
  required_arguments = ['sensitiveDataModelId']
@@ -37427,7 +37427,7 @@ class DataSafeClient(object):
37427
37427
  :rtype: :class:`~oci.response.Response`
37428
37428
 
37429
37429
  :example:
37430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
37430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
37431
37431
  """
37432
37432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37433
37433
  required_arguments = ['sensitiveTypeId']
@@ -37537,7 +37537,7 @@ class DataSafeClient(object):
37537
37537
  :rtype: :class:`~oci.response.Response`
37538
37538
 
37539
37539
  :example:
37540
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
37540
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
37541
37541
  """
37542
37542
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37543
37543
  required_arguments = ['sqlCollectionId']
@@ -37647,7 +37647,7 @@ class DataSafeClient(object):
37647
37647
  :rtype: :class:`~oci.response.Response`
37648
37648
 
37649
37649
  :example:
37650
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
37650
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
37651
37651
  """
37652
37652
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37653
37653
  required_arguments = ['sqlFirewallPolicyId']
@@ -37757,7 +37757,7 @@ class DataSafeClient(object):
37757
37757
  :rtype: :class:`~oci.response.Response`
37758
37758
 
37759
37759
  :example:
37760
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
37760
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
37761
37761
  """
37762
37762
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37763
37763
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -37873,7 +37873,7 @@ class DataSafeClient(object):
37873
37873
  :rtype: :class:`~oci.response.Response`
37874
37874
 
37875
37875
  :example:
37876
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
37876
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
37877
37877
  """
37878
37878
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37879
37879
  required_arguments = ['targetDatabaseId']
@@ -37986,7 +37986,7 @@ class DataSafeClient(object):
37986
37986
  :rtype: :class:`~oci.response.Response`
37987
37987
 
37988
37988
  :example:
37989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
37989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
37990
37990
  """
37991
37991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
37992
37992
  required_arguments = ['userAssessmentId']
@@ -38107,7 +38107,7 @@ class DataSafeClient(object):
38107
38107
  :rtype: :class:`~oci.response.Response`
38108
38108
 
38109
38109
  :example:
38110
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
38110
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
38111
38111
  """
38112
38112
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38113
38113
  required_arguments = ['maskingPolicyId']
@@ -38248,7 +38248,7 @@ class DataSafeClient(object):
38248
38248
  :rtype: :class:`~oci.response.Response`
38249
38249
 
38250
38250
  :example:
38251
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
38251
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.133.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
38252
38252
  """
38253
38253
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
38254
38254
  required_arguments = ['sensitiveDataModelId']