oci 2.111.0__py3-none-any.whl → 2.112.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 (325) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +18 -18
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +36 -36
  6. oci/ai_speech/ai_service_speech_client.py +9 -9
  7. oci/ai_vision/ai_service_vision_client.py +25 -25
  8. oci/analytics/analytics_client.py +23 -23
  9. oci/announcements_service/announcement_client.py +4 -4
  10. oci/announcements_service/announcement_subscription_client.py +9 -9
  11. oci/announcements_service/announcements_preferences_client.py +4 -4
  12. oci/apigateway/api_gateway_client.py +21 -21
  13. oci/apigateway/deployment_client.py +6 -6
  14. oci/apigateway/gateway_client.py +6 -6
  15. oci/apigateway/subscribers_client.py +6 -6
  16. oci/apigateway/usage_plans_client.py +6 -6
  17. oci/apigateway/work_requests_client.py +5 -5
  18. oci/apm_config/config_client.py +8 -8
  19. oci/apm_control_plane/apm_domain_client.py +14 -14
  20. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  21. oci/apm_traces/query_client.py +2 -2
  22. oci/apm_traces/trace_client.py +4 -4
  23. oci/application_migration/application_migration_client.py +19 -19
  24. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  25. oci/artifacts/artifacts_client.py +32 -32
  26. oci/audit/audit_client.py +3 -3
  27. oci/autoscaling/auto_scaling_client.py +11 -11
  28. oci/bastion/bastion_client.py +15 -15
  29. oci/bds/bds_client.py +47 -47
  30. oci/blockchain/blockchain_platform_client.py +27 -27
  31. oci/budget/budget_client.py +10 -10
  32. oci/certificates/certificates_client.py +5 -5
  33. oci/certificates_management/certificates_management_client.py +32 -32
  34. oci/cims/__init__.py +1 -3
  35. oci/cims/incident_client.py +356 -93
  36. oci/cims/models/__init__.py +6 -0
  37. oci/cims/models/account_item.py +85 -0
  38. oci/cims/models/activity_item.py +112 -14
  39. oci/cims/models/category.py +5 -5
  40. oci/cims/models/contact.py +32 -1
  41. oci/cims/models/contextual_data.py +9 -9
  42. oci/cims/models/create_account_item_details.py +78 -0
  43. oci/cims/models/create_category_details.py +2 -4
  44. oci/cims/models/create_incident.py +13 -9
  45. oci/cims/models/create_issue_type_details.py +0 -2
  46. oci/cims/models/create_item_details.py +9 -7
  47. oci/cims/models/create_limit_item_details.py +3 -3
  48. oci/cims/models/create_resource_details.py +2 -289
  49. oci/cims/models/create_sub_category_details.py +3 -5
  50. oci/cims/models/create_tech_support_item_details.py +1 -3
  51. oci/cims/models/create_ticket_details.py +11 -13
  52. oci/cims/models/create_user_details.py +65 -36
  53. oci/cims/models/incident.py +10 -6
  54. oci/cims/models/incident_resource_type.py +66 -4
  55. oci/cims/models/incident_summary.py +9 -5
  56. oci/cims/models/incident_type.py +1 -1
  57. oci/cims/models/issue_type.py +33 -2
  58. oci/cims/models/item.py +8 -4
  59. oci/cims/models/limit_item.py +7 -7
  60. oci/cims/models/resource.py +2 -285
  61. oci/cims/models/service_categories.py +134 -0
  62. oci/cims/models/service_category.py +1 -1
  63. oci/cims/models/sub_category.py +5 -5
  64. oci/cims/models/tenancy_information.py +3 -3
  65. oci/cims/models/ticket.py +7 -3
  66. oci/cims/models/update_activity_item_details.py +8 -6
  67. oci/cims/models/update_incident.py +62 -2
  68. oci/cims/models/update_item_details.py +3 -5
  69. oci/cims/models/update_resource_details.py +0 -2
  70. oci/cims/models/update_ticket_details.py +0 -2
  71. oci/cims/models/user.py +79 -19
  72. oci/cims/user_client.py +1 -1
  73. oci/cloud_bridge/common_client.py +5 -5
  74. oci/cloud_bridge/discovery_client.py +14 -14
  75. oci/cloud_bridge/inventory_client.py +16 -16
  76. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  77. oci/cloud_guard/cloud_guard_client.py +133 -133
  78. oci/cloud_migrations/migration_client.py +43 -43
  79. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  80. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  81. oci/compute_instance_agent/plugin_client.py +2 -2
  82. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  83. oci/container_engine/container_engine_client.py +44 -44
  84. oci/container_instances/container_instance_client.py +129 -24
  85. oci/core/blockstorage_client.py +60 -60
  86. oci/core/compute_client.py +90 -90
  87. oci/core/compute_management_client.py +32 -32
  88. oci/core/virtual_network_client.py +242 -242
  89. oci/dashboard_service/dashboard_client.py +6 -6
  90. oci/dashboard_service/dashboard_group_client.py +6 -6
  91. oci/data_catalog/data_catalog_client.py +424 -154
  92. oci/data_catalog/models/__init__.py +22 -0
  93. oci/data_catalog/models/asynchronous_export_glossary_details.py +68 -0
  94. oci/data_catalog/models/asynchronous_export_glossary_result.py +196 -0
  95. oci/data_catalog/models/asynchronous_export_request_details.py +68 -0
  96. oci/data_catalog/models/asynchronous_export_result.py +196 -0
  97. oci/data_catalog/models/attribute.py +33 -0
  98. oci/data_catalog/models/attribute_summary.py +33 -0
  99. oci/data_catalog/models/create_job_definition_details.py +42 -3
  100. oci/data_catalog/models/create_job_details.py +2 -0
  101. oci/data_catalog/models/create_job_execution_details.py +11 -3
  102. oci/data_catalog/models/data_asset.py +33 -0
  103. oci/data_catalog/models/data_asset_summary.py +35 -2
  104. oci/data_catalog/models/entity.py +33 -0
  105. oci/data_catalog/models/entity_lineage.py +222 -0
  106. oci/data_catalog/models/entity_summary.py +33 -0
  107. oci/data_catalog/models/faceted_search_date_filter_request.py +2 -2
  108. oci/data_catalog/models/faceted_search_string_filter_request.py +8 -2
  109. oci/data_catalog/models/fetch_entity_lineage_details.py +190 -0
  110. oci/data_catalog/models/folder.py +33 -0
  111. oci/data_catalog/models/folder_summary.py +35 -2
  112. oci/data_catalog/models/job.py +44 -3
  113. oci/data_catalog/models/job_definition.py +42 -3
  114. oci/data_catalog/models/job_definition_summary.py +44 -5
  115. oci/data_catalog/models/job_execution.py +11 -3
  116. oci/data_catalog/models/job_execution_summary.py +11 -3
  117. oci/data_catalog/models/job_summary.py +44 -3
  118. oci/data_catalog/models/lineage_object.py +400 -0
  119. oci/data_catalog/models/lineage_relationship.py +134 -0
  120. oci/data_catalog/models/object_lineage.py +223 -0
  121. oci/data_catalog/models/object_lineage_request_details.py +190 -0
  122. oci/data_catalog/models/object_storage_object_reference.py +134 -0
  123. oci/data_catalog/models/update_job_definition_details.py +31 -0
  124. oci/data_catalog/models/update_job_details.py +2 -0
  125. oci/data_flow/data_flow_client.py +42 -42
  126. oci/data_integration/data_integration_client.py +163 -163
  127. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  128. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  129. oci/data_safe/data_safe_client.py +214 -214
  130. oci/data_science/data_science_client.py +85 -85
  131. oci/database/database_client.py +311 -311
  132. oci/database_management/db_management_client.py +182 -182
  133. oci/database_management/diagnosability_client.py +4 -4
  134. oci/database_management/sql_tuning_client.py +10 -10
  135. oci/database_migration/database_migration_client.py +41 -41
  136. oci/database_tools/database_tools_client.py +19 -19
  137. oci/devops/devops_client.py +89 -89
  138. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  139. oci/dns/dns_client.py +52 -52
  140. oci/dts/appliance_export_job_client.py +6 -6
  141. oci/dts/shipping_vendors_client.py +1 -1
  142. oci/dts/transfer_appliance_client.py +8 -8
  143. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  144. oci/dts/transfer_device_client.py +5 -5
  145. oci/dts/transfer_job_client.py +6 -6
  146. oci/dts/transfer_package_client.py +7 -7
  147. oci/em_warehouse/em_data_lake_client.py +13 -13
  148. oci/em_warehouse/em_warehouse_client.py +13 -13
  149. oci/email/email_client.py +25 -25
  150. oci/events/events_client.py +6 -6
  151. oci/file_storage/file_storage_client.py +50 -50
  152. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  153. oci/functions/functions_invoke_client.py +1 -1
  154. oci/functions/functions_management_client.py +16 -16
  155. oci/fusion_apps/data_masking_activity_client.py +3 -3
  156. oci/fusion_apps/fusion_applications_client.py +39 -39
  157. oci/fusion_apps/fusion_environment_client.py +15 -15
  158. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  159. oci/fusion_apps/refresh_activity_client.py +4 -4
  160. oci/fusion_apps/scheduled_activity_client.py +2 -2
  161. oci/fusion_apps/service_attachment_client.py +2 -2
  162. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  163. oci/golden_gate/golden_gate_client.py +57 -57
  164. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  165. oci/governance_rules_control_plane/work_request_client.py +5 -5
  166. oci/healthchecks/health_checks_client.py +17 -17
  167. oci/identity/identity_client.py +145 -145
  168. oci/identity_data_plane/dataplane_client.py +2 -2
  169. oci/identity_domains/identity_domains_client.py +190 -190
  170. oci/integration/integration_instance_client.py +15 -15
  171. oci/jms/java_management_service_client.py +56 -56
  172. oci/key_management/kms_crypto_client.py +6 -6
  173. oci/key_management/kms_management_client.py +21 -21
  174. oci/key_management/kms_vault_client.py +14 -14
  175. oci/license_manager/license_manager_client.py +18 -18
  176. oci/limits/limits_client.py +4 -4
  177. oci/limits/quotas_client.py +7 -7
  178. oci/load_balancer/load_balancer_client.py +61 -61
  179. oci/lockbox/lockbox_client.py +22 -22
  180. oci/log_analytics/log_analytics_client.py +192 -192
  181. oci/logging/logging_management_client.py +30 -30
  182. oci/loggingingestion/logging_client.py +1 -1
  183. oci/loggingsearch/log_search_client.py +1 -1
  184. oci/management_agent/management_agent_client.py +23 -23
  185. oci/management_dashboard/dashx_apis_client.py +14 -14
  186. oci/marketplace/account_client.py +2 -2
  187. oci/marketplace/marketplace_client.py +25 -25
  188. oci/media_services/media_services_client.py +48 -48
  189. oci/media_services/media_stream_client.py +2 -2
  190. oci/monitoring/monitoring_client.py +13 -13
  191. oci/mysql/channels_client.py +7 -7
  192. oci/mysql/db_backups_client.py +6 -6
  193. oci/mysql/db_system_client.py +17 -17
  194. oci/mysql/mysqlaas_client.py +7 -7
  195. oci/mysql/replicas_client.py +5 -5
  196. oci/mysql/work_requests_client.py +4 -4
  197. oci/network_firewall/network_firewall_client.py +17 -17
  198. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  199. oci/nosql/nosql_client.py +22 -22
  200. oci/object_storage/object_storage_client.py +50 -50
  201. oci/oce/oce_instance_client.py +10 -10
  202. oci/oci_control_center/occ_metrics_client.py +3 -3
  203. oci/ocvp/esxi_host_client.py +6 -6
  204. oci/ocvp/sddc_client.py +13 -13
  205. oci/ocvp/work_request_client.py +4 -4
  206. oci/oda/management_client.py +56 -56
  207. oci/oda/oda_client.py +17 -17
  208. oci/oda/odapackage_client.py +7 -7
  209. oci/onesubscription/billing_schedule_client.py +1 -1
  210. oci/onesubscription/commitment_client.py +2 -2
  211. oci/onesubscription/computed_usage_client.py +3 -3
  212. oci/onesubscription/invoice_summary_client.py +2 -2
  213. oci/onesubscription/organization_subscription_client.py +1 -1
  214. oci/onesubscription/ratecard_client.py +1 -1
  215. oci/onesubscription/subscribed_service_client.py +2 -2
  216. oci/onesubscription/subscription_client.py +1 -1
  217. oci/ons/notification_control_plane_client.py +6 -6
  218. oci/ons/notification_data_plane_client.py +10 -10
  219. oci/opa/opa_instance_client.py +11 -11
  220. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  221. oci/opensearch/opensearch_cluster_client.py +14 -14
  222. oci/operator_access_control/access_requests_client.py +9 -9
  223. oci/operator_access_control/operator_actions_client.py +2 -2
  224. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  225. oci/operator_access_control/operator_control_client.py +6 -6
  226. oci/opsi/operations_insights_client.py +159 -159
  227. oci/optimizer/optimizer_client.py +26 -26
  228. oci/os_management/event_client.py +8 -8
  229. oci/os_management/os_management_client.py +69 -69
  230. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  231. oci/os_management_hub/managed_instance_client.py +22 -22
  232. oci/os_management_hub/managed_instance_group_client.py +22 -22
  233. oci/os_management_hub/management_station_client.py +8 -8
  234. oci/os_management_hub/onboarding_client.py +5 -5
  235. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  236. oci/os_management_hub/scheduled_job_client.py +6 -6
  237. oci/os_management_hub/software_source_client.py +22 -22
  238. oci/os_management_hub/work_request_client.py +4 -4
  239. oci/osp_gateway/address_rule_service_client.py +1 -1
  240. oci/osp_gateway/address_service_client.py +2 -2
  241. oci/osp_gateway/invoice_service_client.py +5 -5
  242. oci/osp_gateway/subscription_service_client.py +5 -5
  243. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  244. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  245. oci/osub_subscription/commitment_client.py +2 -2
  246. oci/osub_subscription/ratecard_client.py +1 -1
  247. oci/osub_subscription/subscription_client.py +1 -1
  248. oci/osub_usage/computed_usage_client.py +3 -3
  249. oci/queue/models/__init__.py +4 -0
  250. oci/queue/models/channel_collection.py +72 -0
  251. oci/queue/models/create_queue_details.py +50 -11
  252. oci/queue/models/delete_messages_details_entry.py +2 -2
  253. oci/queue/models/get_message.py +55 -12
  254. oci/queue/models/message_metadata.py +103 -0
  255. oci/queue/models/purge_queue_details.py +43 -8
  256. oci/queue/models/put_message.py +44 -5
  257. oci/queue/models/put_messages.py +3 -3
  258. oci/queue/models/put_messages_details_entry.py +29 -2
  259. oci/queue/models/queue.py +76 -21
  260. oci/queue/models/queue_stats.py +34 -3
  261. oci/queue/models/queue_summary.py +37 -17
  262. oci/queue/models/stats.py +2 -2
  263. oci/queue/models/update_messages_details.py +1 -1
  264. oci/queue/models/update_messages_details_entry.py +2 -2
  265. oci/queue/models/update_messages_result.py +2 -2
  266. oci/queue/models/update_messages_result_entry.py +12 -4
  267. oci/queue/models/update_queue_details.py +47 -8
  268. oci/queue/models/updated_message.py +12 -4
  269. oci/queue/models/work_request.py +6 -2
  270. oci/queue/models/work_request_error.py +6 -2
  271. oci/queue/models/work_request_log_entry.py +6 -2
  272. oci/queue/models/work_request_summary.py +8 -4
  273. oci/queue/queue_admin_client.py +67 -46
  274. oci/queue/queue_admin_client_composite_operations.py +4 -4
  275. oci/queue/queue_client.py +209 -36
  276. oci/recovery/database_recovery_client.py +23 -23
  277. oci/resource_manager/resource_manager_client.py +52 -52
  278. oci/resource_search/resource_search_client.py +3 -3
  279. oci/rover/rover_bundle_client.py +8 -8
  280. oci/rover/rover_cluster_client.py +8 -8
  281. oci/rover/rover_entitlement_client.py +6 -6
  282. oci/rover/rover_node_client.py +15 -15
  283. oci/rover/shape_client.py +1 -1
  284. oci/rover/work_requests_client.py +5 -5
  285. oci/sch/service_connector_client.py +12 -12
  286. oci/secrets/secrets_client.py +3 -3
  287. oci/service_catalog/service_catalog_client.py +26 -26
  288. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  289. oci/service_mesh/service_mesh_client.py +48 -48
  290. oci/stack_monitoring/stack_monitoring_client.py +22 -22
  291. oci/streaming/stream_admin_client.py +18 -18
  292. oci/streaming/stream_client.py +8 -8
  293. oci/tenant_manager_control_plane/domain_client.py +5 -5
  294. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  295. oci/tenant_manager_control_plane/governance_client.py +2 -2
  296. oci/tenant_manager_control_plane/link_client.py +3 -3
  297. oci/tenant_manager_control_plane/orders_client.py +2 -2
  298. oci/tenant_manager_control_plane/organization_client.py +10 -10
  299. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  300. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  301. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  302. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  303. oci/threat_intelligence/threatintel_client.py +5 -5
  304. oci/usage/resources_client.py +2 -2
  305. oci/usage/rewards_client.py +6 -6
  306. oci/usage/usagelimits_client.py +1 -1
  307. oci/usage_api/usageapi_client.py +19 -19
  308. oci/vault/vaults_client.py +11 -11
  309. oci/vbs_inst/vbs_instance_client.py +10 -10
  310. oci/version.py +1 -1
  311. oci/visual_builder/vb_instance_client.py +13 -13
  312. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  313. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  314. oci/waa/waa_client.py +13 -13
  315. oci/waa/work_request_client.py +4 -4
  316. oci/waas/redirect_client.py +6 -6
  317. oci/waas/waas_client.py +66 -66
  318. oci/waf/waf_client.py +24 -24
  319. oci/work_requests/work_request_client.py +4 -4
  320. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/METADATA +1 -1
  321. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/RECORD +325 -309
  322. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/LICENSE.txt +0 -0
  323. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  324. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/WHEEL +0 -0
  325. {oci-2.111.0.dist-info → oci-2.112.0.dist-info}/top_level.txt +0 -0
@@ -155,7 +155,7 @@ class DataSafeClient(object):
155
155
  :rtype: :class:`~oci.response.Response`
156
156
 
157
157
  :example:
158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/activate_target_database.py.html>`__ to see an example of how to use activate_target_database API.
158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/activate_target_database.py.html>`__ to see an example of how to use activate_target_database API.
159
159
  """
160
160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
161
161
  required_arguments = ['targetDatabaseId']
@@ -268,7 +268,7 @@ class DataSafeClient(object):
268
268
  :rtype: :class:`~oci.response.Response`
269
269
 
270
270
  :example:
271
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/add_masking_columns_from_sdm.py.html>`__ to see an example of how to use add_masking_columns_from_sdm API.
271
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/add_masking_columns_from_sdm.py.html>`__ to see an example of how to use add_masking_columns_from_sdm API.
272
272
  """
273
273
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
274
274
  required_arguments = ['maskingPolicyId']
@@ -391,7 +391,7 @@ class DataSafeClient(object):
391
391
  :rtype: :class:`~oci.response.Response`
392
392
 
393
393
  :example:
394
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/alerts_update.py.html>`__ to see an example of how to use alerts_update API.
394
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/alerts_update.py.html>`__ to see an example of how to use alerts_update API.
395
395
  """
396
396
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
397
397
  required_arguments = []
@@ -512,7 +512,7 @@ class DataSafeClient(object):
512
512
  :rtype: :class:`~oci.response.Response`
513
513
 
514
514
  :example:
515
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/apply_discovery_job_results.py.html>`__ to see an example of how to use apply_discovery_job_results API.
515
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/apply_discovery_job_results.py.html>`__ to see an example of how to use apply_discovery_job_results API.
516
516
  """
517
517
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
518
518
  required_arguments = ['sensitiveDataModelId']
@@ -633,7 +633,7 @@ class DataSafeClient(object):
633
633
  :rtype: :class:`~oci.response.Response`
634
634
 
635
635
  :example:
636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/apply_sdm_masking_policy_difference.py.html>`__ to see an example of how to use apply_sdm_masking_policy_difference API.
636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/apply_sdm_masking_policy_difference.py.html>`__ to see an example of how to use apply_sdm_masking_policy_difference API.
637
637
  """
638
638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
639
639
  required_arguments = ['maskingPolicyId']
@@ -752,7 +752,7 @@ class DataSafeClient(object):
752
752
  :rtype: :class:`~oci.response.Response`
753
753
 
754
754
  :example:
755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
756
756
  """
757
757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
758
758
  required_arguments = ['auditProfileId']
@@ -871,7 +871,7 @@ class DataSafeClient(object):
871
871
  :rtype: :class:`~oci.response.Response`
872
872
 
873
873
  :example:
874
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
874
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
875
875
  """
876
876
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
877
877
  required_arguments = ['auditProfileId']
@@ -987,7 +987,7 @@ class DataSafeClient(object):
987
987
  :rtype: :class:`~oci.response.Response`
988
988
 
989
989
  :example:
990
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
990
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
991
991
  """
992
992
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
993
993
  required_arguments = ['workRequestId']
@@ -1104,7 +1104,7 @@ class DataSafeClient(object):
1104
1104
  :rtype: :class:`~oci.response.Response`
1105
1105
 
1106
1106
  :example:
1107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
1107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
1108
1108
  """
1109
1109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1110
1110
  required_arguments = ['alertId']
@@ -1223,7 +1223,7 @@ class DataSafeClient(object):
1223
1223
  :rtype: :class:`~oci.response.Response`
1224
1224
 
1225
1225
  :example:
1226
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
1226
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
1227
1227
  """
1228
1228
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1229
1229
  required_arguments = ['auditArchiveRetrievalId']
@@ -1342,7 +1342,7 @@ class DataSafeClient(object):
1342
1342
  :rtype: :class:`~oci.response.Response`
1343
1343
 
1344
1344
  :example:
1345
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
1345
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
1346
1346
  """
1347
1347
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1348
1348
  required_arguments = ['auditPolicyId']
@@ -1461,7 +1461,7 @@ class DataSafeClient(object):
1461
1461
  :rtype: :class:`~oci.response.Response`
1462
1462
 
1463
1463
  :example:
1464
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
1464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
1465
1465
  """
1466
1466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1467
1467
  required_arguments = ['auditProfileId']
@@ -1574,7 +1574,7 @@ class DataSafeClient(object):
1574
1574
  :rtype: :class:`~oci.response.Response`
1575
1575
 
1576
1576
  :example:
1577
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
1577
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
1578
1578
  """
1579
1579
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1580
1580
  required_arguments = ['dataSafePrivateEndpointId']
@@ -1690,7 +1690,7 @@ class DataSafeClient(object):
1690
1690
  :rtype: :class:`~oci.response.Response`
1691
1691
 
1692
1692
  :example:
1693
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
1693
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
1694
1694
  """
1695
1695
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1696
1696
  required_arguments = ['discoveryJobId']
@@ -1809,7 +1809,7 @@ class DataSafeClient(object):
1809
1809
  :rtype: :class:`~oci.response.Response`
1810
1810
 
1811
1811
  :example:
1812
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
1812
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
1813
1813
  """
1814
1814
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1815
1815
  required_arguments = ['libraryMaskingFormatId']
@@ -1928,7 +1928,7 @@ class DataSafeClient(object):
1928
1928
  :rtype: :class:`~oci.response.Response`
1929
1929
 
1930
1930
  :example:
1931
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
1931
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
1932
1932
  """
1933
1933
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1934
1934
  required_arguments = ['maskingPolicyId']
@@ -2047,7 +2047,7 @@ class DataSafeClient(object):
2047
2047
  :rtype: :class:`~oci.response.Response`
2048
2048
 
2049
2049
  :example:
2050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
2050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
2051
2051
  """
2052
2052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2053
2053
  required_arguments = ['onPremConnectorId']
@@ -2166,7 +2166,7 @@ class DataSafeClient(object):
2166
2166
  :rtype: :class:`~oci.response.Response`
2167
2167
 
2168
2168
  :example:
2169
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
2169
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
2170
2170
  """
2171
2171
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2172
2172
  required_arguments = ['reportId']
@@ -2285,7 +2285,7 @@ class DataSafeClient(object):
2285
2285
  :rtype: :class:`~oci.response.Response`
2286
2286
 
2287
2287
  :example:
2288
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
2288
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
2289
2289
  """
2290
2290
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2291
2291
  required_arguments = ['reportDefinitionId']
@@ -2404,7 +2404,7 @@ class DataSafeClient(object):
2404
2404
  :rtype: :class:`~oci.response.Response`
2405
2405
 
2406
2406
  :example:
2407
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
2407
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
2408
2408
  """
2409
2409
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2410
2410
  required_arguments = ['auditProfileId']
@@ -2523,7 +2523,7 @@ class DataSafeClient(object):
2523
2523
  :rtype: :class:`~oci.response.Response`
2524
2524
 
2525
2525
  :example:
2526
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
2526
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
2527
2527
  """
2528
2528
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2529
2529
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -2646,7 +2646,7 @@ class DataSafeClient(object):
2646
2646
  :rtype: :class:`~oci.response.Response`
2647
2647
 
2648
2648
  :example:
2649
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
2649
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
2650
2650
  """
2651
2651
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2652
2652
  required_arguments = ['securityAssessmentId']
@@ -2765,7 +2765,7 @@ class DataSafeClient(object):
2765
2765
  :rtype: :class:`~oci.response.Response`
2766
2766
 
2767
2767
  :example:
2768
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
2768
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
2769
2769
  """
2770
2770
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2771
2771
  required_arguments = ['sensitiveDataModelId']
@@ -2884,7 +2884,7 @@ class DataSafeClient(object):
2884
2884
  :rtype: :class:`~oci.response.Response`
2885
2885
 
2886
2886
  :example:
2887
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
2887
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
2888
2888
  """
2889
2889
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2890
2890
  required_arguments = ['sensitiveTypeId']
@@ -3003,7 +3003,7 @@ class DataSafeClient(object):
3003
3003
  :rtype: :class:`~oci.response.Response`
3004
3004
 
3005
3005
  :example:
3006
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
3006
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
3007
3007
  """
3008
3008
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3009
3009
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -3122,7 +3122,7 @@ class DataSafeClient(object):
3122
3122
  :rtype: :class:`~oci.response.Response`
3123
3123
 
3124
3124
  :example:
3125
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
3125
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
3126
3126
  """
3127
3127
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3128
3128
  required_arguments = ['targetDatabaseId']
@@ -3245,7 +3245,7 @@ class DataSafeClient(object):
3245
3245
  :rtype: :class:`~oci.response.Response`
3246
3246
 
3247
3247
  :example:
3248
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
3248
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
3249
3249
  """
3250
3250
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3251
3251
  required_arguments = ['userAssessmentId']
@@ -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.111.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
3368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
3369
3369
  """
3370
3370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3371
3371
  required_arguments = ['securityAssessmentId']
@@ -3485,7 +3485,7 @@ class DataSafeClient(object):
3485
3485
  :rtype: :class:`~oci.response.Response`
3486
3486
 
3487
3487
  :example:
3488
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
3488
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
3489
3489
  """
3490
3490
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3491
3491
  required_arguments = ['userAssessmentId']
@@ -3596,7 +3596,7 @@ class DataSafeClient(object):
3596
3596
  :rtype: :class:`~oci.response.Response`
3597
3597
 
3598
3598
  :example:
3599
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
3599
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
3600
3600
  """
3601
3601
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3602
3602
  required_arguments = []
@@ -3693,7 +3693,7 @@ class DataSafeClient(object):
3693
3693
  :rtype: :class:`~oci.response.Response`
3694
3694
 
3695
3695
  :example:
3696
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
3696
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
3697
3697
  """
3698
3698
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3699
3699
  required_arguments = []
@@ -3794,7 +3794,7 @@ class DataSafeClient(object):
3794
3794
  :rtype: :class:`~oci.response.Response`
3795
3795
 
3796
3796
  :example:
3797
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
3797
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
3798
3798
  """
3799
3799
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3800
3800
  required_arguments = []
@@ -3895,7 +3895,7 @@ class DataSafeClient(object):
3895
3895
  :rtype: :class:`~oci.response.Response`
3896
3896
 
3897
3897
  :example:
3898
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
3898
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
3899
3899
  """
3900
3900
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3901
3901
  required_arguments = []
@@ -4014,7 +4014,7 @@ class DataSafeClient(object):
4014
4014
  :rtype: :class:`~oci.response.Response`
4015
4015
 
4016
4016
  :example:
4017
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
4017
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
4018
4018
  """
4019
4019
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4020
4020
  required_arguments = ['maskingPolicyId']
@@ -4137,7 +4137,7 @@ class DataSafeClient(object):
4137
4137
  :rtype: :class:`~oci.response.Response`
4138
4138
 
4139
4139
  :example:
4140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
4140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
4141
4141
  """
4142
4142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4143
4143
  required_arguments = []
@@ -4234,7 +4234,7 @@ class DataSafeClient(object):
4234
4234
  :rtype: :class:`~oci.response.Response`
4235
4235
 
4236
4236
  :example:
4237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
4237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
4238
4238
  """
4239
4239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4240
4240
  required_arguments = []
@@ -4331,7 +4331,7 @@ class DataSafeClient(object):
4331
4331
  :rtype: :class:`~oci.response.Response`
4332
4332
 
4333
4333
  :example:
4334
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
4334
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
4335
4335
  """
4336
4336
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4337
4337
  required_arguments = []
@@ -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.111.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
4435
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
4436
4436
  """
4437
4437
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4438
4438
  required_arguments = []
@@ -4533,7 +4533,7 @@ class DataSafeClient(object):
4533
4533
  :rtype: :class:`~oci.response.Response`
4534
4534
 
4535
4535
  :example:
4536
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
4536
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
4537
4537
  """
4538
4538
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4539
4539
  required_arguments = []
@@ -4633,7 +4633,7 @@ class DataSafeClient(object):
4633
4633
  :rtype: :class:`~oci.response.Response`
4634
4634
 
4635
4635
  :example:
4636
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
4636
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
4637
4637
  """
4638
4638
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4639
4639
  required_arguments = ['sensitiveDataModelId']
@@ -4742,7 +4742,7 @@ class DataSafeClient(object):
4742
4742
  :rtype: :class:`~oci.response.Response`
4743
4743
 
4744
4744
  :example:
4745
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
4745
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
4746
4746
  """
4747
4747
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4748
4748
  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.111.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
4844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
4845
4845
  """
4846
4846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4847
4847
  required_arguments = []
@@ -4938,7 +4938,7 @@ class DataSafeClient(object):
4938
4938
  :rtype: :class:`~oci.response.Response`
4939
4939
 
4940
4940
  :example:
4941
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
4941
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
4942
4942
  """
4943
4943
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4944
4944
  required_arguments = []
@@ -5035,7 +5035,7 @@ class DataSafeClient(object):
5035
5035
  :rtype: :class:`~oci.response.Response`
5036
5036
 
5037
5037
  :example:
5038
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
5038
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
5039
5039
  """
5040
5040
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5041
5041
  required_arguments = []
@@ -5136,7 +5136,7 @@ class DataSafeClient(object):
5136
5136
  :rtype: :class:`~oci.response.Response`
5137
5137
 
5138
5138
  :example:
5139
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
5139
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
5140
5140
  """
5141
5141
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5142
5142
  required_arguments = []
@@ -5240,7 +5240,7 @@ class DataSafeClient(object):
5240
5240
  :rtype: :class:`~oci.response.Response`
5241
5241
 
5242
5242
  :example:
5243
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
5243
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
5244
5244
  """
5245
5245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5246
5246
  required_arguments = ['targetDatabaseId']
@@ -5349,7 +5349,7 @@ class DataSafeClient(object):
5349
5349
  :rtype: :class:`~oci.response.Response`
5350
5350
 
5351
5351
  :example:
5352
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
5352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
5353
5353
  """
5354
5354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5355
5355
  required_arguments = ['auditArchiveRetrievalId']
@@ -5454,7 +5454,7 @@ class DataSafeClient(object):
5454
5454
  :rtype: :class:`~oci.response.Response`
5455
5455
 
5456
5456
  :example:
5457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
5457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
5458
5458
  """
5459
5459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5460
5460
  required_arguments = ['auditTrailId']
@@ -5559,7 +5559,7 @@ class DataSafeClient(object):
5559
5559
  :rtype: :class:`~oci.response.Response`
5560
5560
 
5561
5561
  :example:
5562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
5562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
5563
5563
  """
5564
5564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5565
5565
  required_arguments = ['dataSafePrivateEndpointId']
@@ -5664,7 +5664,7 @@ class DataSafeClient(object):
5664
5664
  :rtype: :class:`~oci.response.Response`
5665
5665
 
5666
5666
  :example:
5667
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
5667
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
5668
5668
  """
5669
5669
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5670
5670
  required_arguments = ['discoveryJobId']
@@ -5772,7 +5772,7 @@ class DataSafeClient(object):
5772
5772
  :rtype: :class:`~oci.response.Response`
5773
5773
 
5774
5774
  :example:
5775
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
5775
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
5776
5776
  """
5777
5777
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5778
5778
  required_arguments = ['discoveryJobId', 'resultKey']
@@ -5878,7 +5878,7 @@ class DataSafeClient(object):
5878
5878
  :rtype: :class:`~oci.response.Response`
5879
5879
 
5880
5880
  :example:
5881
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
5881
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
5882
5882
  """
5883
5883
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5884
5884
  required_arguments = ['libraryMaskingFormatId']
@@ -5986,7 +5986,7 @@ class DataSafeClient(object):
5986
5986
  :rtype: :class:`~oci.response.Response`
5987
5987
 
5988
5988
  :example:
5989
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
5989
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
5990
5990
  """
5991
5991
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5992
5992
  required_arguments = ['maskingColumnKey', 'maskingPolicyId']
@@ -6092,7 +6092,7 @@ class DataSafeClient(object):
6092
6092
  :rtype: :class:`~oci.response.Response`
6093
6093
 
6094
6094
  :example:
6095
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
6095
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
6096
6096
  """
6097
6097
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6098
6098
  required_arguments = ['maskingPolicyId']
@@ -6197,7 +6197,7 @@ class DataSafeClient(object):
6197
6197
  :rtype: :class:`~oci.response.Response`
6198
6198
 
6199
6199
  :example:
6200
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
6200
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
6201
6201
  """
6202
6202
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6203
6203
  required_arguments = ['onPremConnectorId']
@@ -6302,7 +6302,7 @@ class DataSafeClient(object):
6302
6302
  :rtype: :class:`~oci.response.Response`
6303
6303
 
6304
6304
  :example:
6305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
6305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
6306
6306
  """
6307
6307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6308
6308
  required_arguments = ['reportDefinitionId']
@@ -6407,7 +6407,7 @@ class DataSafeClient(object):
6407
6407
  :rtype: :class:`~oci.response.Response`
6408
6408
 
6409
6409
  :example:
6410
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
6410
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
6411
6411
  """
6412
6412
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6413
6413
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -6515,7 +6515,7 @@ class DataSafeClient(object):
6515
6515
  :rtype: :class:`~oci.response.Response`
6516
6516
 
6517
6517
  :example:
6518
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
6518
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
6519
6519
  """
6520
6520
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6521
6521
  required_arguments = ['securityAssessmentId']
@@ -6623,7 +6623,7 @@ class DataSafeClient(object):
6623
6623
  :rtype: :class:`~oci.response.Response`
6624
6624
 
6625
6625
  :example:
6626
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
6626
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
6627
6627
  """
6628
6628
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6629
6629
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -6729,7 +6729,7 @@ class DataSafeClient(object):
6729
6729
  :rtype: :class:`~oci.response.Response`
6730
6730
 
6731
6731
  :example:
6732
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
6732
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
6733
6733
  """
6734
6734
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6735
6735
  required_arguments = ['sensitiveDataModelId']
@@ -6834,7 +6834,7 @@ class DataSafeClient(object):
6834
6834
  :rtype: :class:`~oci.response.Response`
6835
6835
 
6836
6836
  :example:
6837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
6837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
6838
6838
  """
6839
6839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6840
6840
  required_arguments = ['sensitiveTypeId']
@@ -6939,7 +6939,7 @@ class DataSafeClient(object):
6939
6939
  :rtype: :class:`~oci.response.Response`
6940
6940
 
6941
6941
  :example:
6942
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
6942
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
6943
6943
  """
6944
6944
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6945
6945
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -7044,7 +7044,7 @@ class DataSafeClient(object):
7044
7044
  :rtype: :class:`~oci.response.Response`
7045
7045
 
7046
7046
  :example:
7047
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
7047
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
7048
7048
  """
7049
7049
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7050
7050
  required_arguments = ['targetDatabaseId']
@@ -7152,7 +7152,7 @@ class DataSafeClient(object):
7152
7152
  :rtype: :class:`~oci.response.Response`
7153
7153
 
7154
7154
  :example:
7155
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
7155
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
7156
7156
  """
7157
7157
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7158
7158
  required_arguments = ['userAssessmentId']
@@ -7266,7 +7266,7 @@ class DataSafeClient(object):
7266
7266
  :rtype: :class:`~oci.response.Response`
7267
7267
 
7268
7268
  :example:
7269
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
7269
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
7270
7270
  """
7271
7271
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7272
7272
  required_arguments = ['auditProfileId']
@@ -7373,7 +7373,7 @@ class DataSafeClient(object):
7373
7373
  :rtype: :class:`~oci.response.Response`
7374
7374
 
7375
7375
  :example:
7376
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
7376
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
7377
7377
  """
7378
7378
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7379
7379
  required_arguments = ['sensitiveDataModelId']
@@ -7476,7 +7476,7 @@ class DataSafeClient(object):
7476
7476
  :rtype: :class:`~oci.response.Response`
7477
7477
 
7478
7478
  :example:
7479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
7479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
7480
7480
  """
7481
7481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7482
7482
  required_arguments = ['maskingPolicyId']
@@ -7582,7 +7582,7 @@ class DataSafeClient(object):
7582
7582
  :rtype: :class:`~oci.response.Response`
7583
7583
 
7584
7584
  :example:
7585
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
7585
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
7586
7586
  """
7587
7587
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7588
7588
  required_arguments = ['maskingPolicyId']
@@ -7687,7 +7687,7 @@ class DataSafeClient(object):
7687
7687
  :rtype: :class:`~oci.response.Response`
7688
7688
 
7689
7689
  :example:
7690
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
7690
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
7691
7691
  """
7692
7692
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7693
7693
  required_arguments = ['maskingPolicyId']
@@ -7797,7 +7797,7 @@ class DataSafeClient(object):
7797
7797
  :rtype: :class:`~oci.response.Response`
7798
7798
 
7799
7799
  :example:
7800
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
7800
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
7801
7801
  """
7802
7802
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7803
7803
  required_arguments = []
@@ -7905,7 +7905,7 @@ class DataSafeClient(object):
7905
7905
  :rtype: :class:`~oci.response.Response`
7906
7906
 
7907
7907
  :example:
7908
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
7908
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
7909
7909
  """
7910
7910
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7911
7911
  required_arguments = ['securityAssessmentId']
@@ -8016,7 +8016,7 @@ class DataSafeClient(object):
8016
8016
  :rtype: :class:`~oci.response.Response`
8017
8017
 
8018
8018
  :example:
8019
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
8019
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
8020
8020
  """
8021
8021
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8022
8022
  required_arguments = ['sensitiveDataModelId']
@@ -8133,7 +8133,7 @@ class DataSafeClient(object):
8133
8133
  :rtype: :class:`~oci.response.Response`
8134
8134
 
8135
8135
  :example:
8136
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
8136
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
8137
8137
  """
8138
8138
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8139
8139
  required_arguments = ['userAssessmentId']
@@ -8248,7 +8248,7 @@ class DataSafeClient(object):
8248
8248
  :rtype: :class:`~oci.response.Response`
8249
8249
 
8250
8250
  :example:
8251
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
8251
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
8252
8252
  """
8253
8253
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8254
8254
  required_arguments = []
@@ -8350,7 +8350,7 @@ class DataSafeClient(object):
8350
8350
  :rtype: :class:`~oci.response.Response`
8351
8351
 
8352
8352
  :example:
8353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
8353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
8354
8354
  """
8355
8355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8356
8356
  required_arguments = ['sensitiveDataModelId']
@@ -8455,7 +8455,7 @@ class DataSafeClient(object):
8455
8455
  :rtype: :class:`~oci.response.Response`
8456
8456
 
8457
8457
  :example:
8458
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
8458
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
8459
8459
  """
8460
8460
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8461
8461
  required_arguments = ['maskingPolicyId']
@@ -8559,7 +8559,7 @@ class DataSafeClient(object):
8559
8559
  :rtype: :class:`~oci.response.Response`
8560
8560
 
8561
8561
  :example:
8562
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
8562
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
8563
8563
  """
8564
8564
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8565
8565
  required_arguments = ['maskingPolicyId']
@@ -8673,7 +8673,7 @@ class DataSafeClient(object):
8673
8673
  :rtype: :class:`~oci.response.Response`
8674
8674
 
8675
8675
  :example:
8676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
8676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
8677
8677
  """
8678
8678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8679
8679
  required_arguments = ['onPremConnectorId']
@@ -8805,7 +8805,7 @@ class DataSafeClient(object):
8805
8805
  :rtype: :class:`~oci.response.Response`
8806
8806
 
8807
8807
  :example:
8808
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
8808
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
8809
8809
  """
8810
8810
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8811
8811
  required_arguments = ['reportDefinitionId']
@@ -8933,7 +8933,7 @@ class DataSafeClient(object):
8933
8933
  :rtype: :class:`~oci.response.Response`
8934
8934
 
8935
8935
  :example:
8936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
8936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
8937
8937
  """
8938
8938
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8939
8939
  required_arguments = ['securityAssessmentId']
@@ -9042,7 +9042,7 @@ class DataSafeClient(object):
9042
9042
  :rtype: :class:`~oci.response.Response`
9043
9043
 
9044
9044
  :example:
9045
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
9045
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
9046
9046
  """
9047
9047
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9048
9048
  required_arguments = ['sensitiveDataModelId']
@@ -9157,7 +9157,7 @@ class DataSafeClient(object):
9157
9157
  :rtype: :class:`~oci.response.Response`
9158
9158
 
9159
9159
  :example:
9160
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
9160
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
9161
9161
  """
9162
9162
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9163
9163
  required_arguments = ['userAssessmentId']
@@ -9260,7 +9260,7 @@ class DataSafeClient(object):
9260
9260
  :rtype: :class:`~oci.response.Response`
9261
9261
 
9262
9262
  :example:
9263
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
9263
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
9264
9264
  """
9265
9265
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9266
9266
  required_arguments = ['alertId']
@@ -9358,7 +9358,7 @@ class DataSafeClient(object):
9358
9358
  :rtype: :class:`~oci.response.Response`
9359
9359
 
9360
9360
  :example:
9361
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
9361
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
9362
9362
  """
9363
9363
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9364
9364
  required_arguments = ['alertPolicyId']
@@ -9463,7 +9463,7 @@ class DataSafeClient(object):
9463
9463
  :rtype: :class:`~oci.response.Response`
9464
9464
 
9465
9465
  :example:
9466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
9466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
9467
9467
  """
9468
9468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9469
9469
  required_arguments = ['auditArchiveRetrievalId']
@@ -9563,7 +9563,7 @@ class DataSafeClient(object):
9563
9563
  :rtype: :class:`~oci.response.Response`
9564
9564
 
9565
9565
  :example:
9566
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
9566
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
9567
9567
  """
9568
9568
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9569
9569
  required_arguments = ['auditPolicyId']
@@ -9661,7 +9661,7 @@ class DataSafeClient(object):
9661
9661
  :rtype: :class:`~oci.response.Response`
9662
9662
 
9663
9663
  :example:
9664
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
9664
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
9665
9665
  """
9666
9666
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9667
9667
  required_arguments = ['auditProfileId']
@@ -9759,7 +9759,7 @@ class DataSafeClient(object):
9759
9759
  :rtype: :class:`~oci.response.Response`
9760
9760
 
9761
9761
  :example:
9762
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
9762
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
9763
9763
  """
9764
9764
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9765
9765
  required_arguments = ['auditTrailId']
@@ -9870,7 +9870,7 @@ class DataSafeClient(object):
9870
9870
  :rtype: :class:`~oci.response.Response`
9871
9871
 
9872
9872
  :example:
9873
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
9873
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
9874
9874
  """
9875
9875
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9876
9876
  required_arguments = []
@@ -9991,7 +9991,7 @@ class DataSafeClient(object):
9991
9991
  :rtype: :class:`~oci.response.Response`
9992
9992
 
9993
9993
  :example:
9994
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
9994
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
9995
9995
  """
9996
9996
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9997
9997
  required_arguments = ['compartmentId']
@@ -10099,7 +10099,7 @@ class DataSafeClient(object):
10099
10099
  :rtype: :class:`~oci.response.Response`
10100
10100
 
10101
10101
  :example:
10102
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
10102
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
10103
10103
  """
10104
10104
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10105
10105
  required_arguments = []
@@ -10193,7 +10193,7 @@ class DataSafeClient(object):
10193
10193
  :rtype: :class:`~oci.response.Response`
10194
10194
 
10195
10195
  :example:
10196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
10196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
10197
10197
  """
10198
10198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10199
10199
  required_arguments = ['dataSafePrivateEndpointId']
@@ -10294,7 +10294,7 @@ class DataSafeClient(object):
10294
10294
  :rtype: :class:`~oci.response.Response`
10295
10295
 
10296
10296
  :example:
10297
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
10297
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
10298
10298
  """
10299
10299
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10300
10300
  required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
@@ -10393,7 +10393,7 @@ class DataSafeClient(object):
10393
10393
  :rtype: :class:`~oci.response.Response`
10394
10394
 
10395
10395
  :example:
10396
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
10396
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
10397
10397
  """
10398
10398
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10399
10399
  required_arguments = ['discoveryJobId']
@@ -10494,7 +10494,7 @@ class DataSafeClient(object):
10494
10494
  :rtype: :class:`~oci.response.Response`
10495
10495
 
10496
10496
  :example:
10497
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
10497
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
10498
10498
  """
10499
10499
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10500
10500
  required_arguments = ['discoveryJobId', 'resultKey']
@@ -10593,7 +10593,7 @@ class DataSafeClient(object):
10593
10593
  :rtype: :class:`~oci.response.Response`
10594
10594
 
10595
10595
  :example:
10596
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
10596
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
10597
10597
  """
10598
10598
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10599
10599
  required_arguments = ['libraryMaskingFormatId']
@@ -10694,7 +10694,7 @@ class DataSafeClient(object):
10694
10694
  :rtype: :class:`~oci.response.Response`
10695
10695
 
10696
10696
  :example:
10697
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
10697
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
10698
10698
  """
10699
10699
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10700
10700
  required_arguments = ['maskingPolicyId', 'maskingColumnKey']
@@ -10793,7 +10793,7 @@ class DataSafeClient(object):
10793
10793
  :rtype: :class:`~oci.response.Response`
10794
10794
 
10795
10795
  :example:
10796
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
10796
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
10797
10797
  """
10798
10798
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10799
10799
  required_arguments = ['maskingPolicyId']
@@ -10891,7 +10891,7 @@ class DataSafeClient(object):
10891
10891
  :rtype: :class:`~oci.response.Response`
10892
10892
 
10893
10893
  :example:
10894
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
10894
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
10895
10895
  """
10896
10896
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10897
10897
  required_arguments = ['maskingReportId']
@@ -10989,7 +10989,7 @@ class DataSafeClient(object):
10989
10989
  :rtype: :class:`~oci.response.Response`
10990
10990
 
10991
10991
  :example:
10992
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
10992
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
10993
10993
  """
10994
10994
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10995
10995
  required_arguments = ['onPremConnectorId']
@@ -11093,7 +11093,7 @@ class DataSafeClient(object):
11093
11093
  :rtype: :class:`~oci.response.Response`
11094
11094
 
11095
11095
  :example:
11096
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
11096
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
11097
11097
  """
11098
11098
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11099
11099
  required_arguments = ['userAssessmentId', 'profileName']
@@ -11192,7 +11192,7 @@ class DataSafeClient(object):
11192
11192
  :rtype: :class:`~oci.response.Response`
11193
11193
 
11194
11194
  :example:
11195
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
11195
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
11196
11196
  """
11197
11197
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11198
11198
  required_arguments = ['reportId']
@@ -11290,7 +11290,7 @@ class DataSafeClient(object):
11290
11290
  :rtype: :class:`~oci.response.Response`
11291
11291
 
11292
11292
  :example:
11293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
11293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
11294
11294
  """
11295
11295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11296
11296
  required_arguments = ['reportId']
@@ -11388,7 +11388,7 @@ class DataSafeClient(object):
11388
11388
  :rtype: :class:`~oci.response.Response`
11389
11389
 
11390
11390
  :example:
11391
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
11391
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
11392
11392
  """
11393
11393
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11394
11394
  required_arguments = ['reportDefinitionId']
@@ -11486,7 +11486,7 @@ class DataSafeClient(object):
11486
11486
  :rtype: :class:`~oci.response.Response`
11487
11487
 
11488
11488
  :example:
11489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
11489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
11490
11490
  """
11491
11491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11492
11492
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -11584,7 +11584,7 @@ class DataSafeClient(object):
11584
11584
  :rtype: :class:`~oci.response.Response`
11585
11585
 
11586
11586
  :example:
11587
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
11587
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
11588
11588
  """
11589
11589
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11590
11590
  required_arguments = ['securityAssessmentId']
@@ -11685,7 +11685,7 @@ class DataSafeClient(object):
11685
11685
  :rtype: :class:`~oci.response.Response`
11686
11686
 
11687
11687
  :example:
11688
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
11688
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
11689
11689
  """
11690
11690
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11691
11691
  required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
@@ -11787,7 +11787,7 @@ class DataSafeClient(object):
11787
11787
  :rtype: :class:`~oci.response.Response`
11788
11788
 
11789
11789
  :example:
11790
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
11790
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
11791
11791
  """
11792
11792
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11793
11793
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -11886,7 +11886,7 @@ class DataSafeClient(object):
11886
11886
  :rtype: :class:`~oci.response.Response`
11887
11887
 
11888
11888
  :example:
11889
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
11889
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
11890
11890
  """
11891
11891
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11892
11892
  required_arguments = ['sensitiveDataModelId']
@@ -11984,7 +11984,7 @@ class DataSafeClient(object):
11984
11984
  :rtype: :class:`~oci.response.Response`
11985
11985
 
11986
11986
  :example:
11987
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
11987
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
11988
11988
  """
11989
11989
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11990
11990
  required_arguments = ['sensitiveTypeId']
@@ -12082,7 +12082,7 @@ class DataSafeClient(object):
12082
12082
  :rtype: :class:`~oci.response.Response`
12083
12083
 
12084
12084
  :example:
12085
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
12085
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
12086
12086
  """
12087
12087
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12088
12088
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -12180,7 +12180,7 @@ class DataSafeClient(object):
12180
12180
  :rtype: :class:`~oci.response.Response`
12181
12181
 
12182
12182
  :example:
12183
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
12183
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
12184
12184
  """
12185
12185
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12186
12186
  required_arguments = ['targetDatabaseId']
@@ -12278,7 +12278,7 @@ class DataSafeClient(object):
12278
12278
  :rtype: :class:`~oci.response.Response`
12279
12279
 
12280
12280
  :example:
12281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
12281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
12282
12282
  """
12283
12283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12284
12284
  required_arguments = ['userAssessmentId']
@@ -12379,7 +12379,7 @@ class DataSafeClient(object):
12379
12379
  :rtype: :class:`~oci.response.Response`
12380
12380
 
12381
12381
  :example:
12382
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
12382
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
12383
12383
  """
12384
12384
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12385
12385
  required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
@@ -12478,7 +12478,7 @@ class DataSafeClient(object):
12478
12478
  :rtype: :class:`~oci.response.Response`
12479
12479
 
12480
12480
  :example:
12481
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
12481
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
12482
12482
  """
12483
12483
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12484
12484
  required_arguments = ['workRequestId']
@@ -12673,7 +12673,7 @@ class DataSafeClient(object):
12673
12673
  :rtype: :class:`~oci.response.Response`
12674
12674
 
12675
12675
  :example:
12676
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
12676
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
12677
12677
  """
12678
12678
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12679
12679
  required_arguments = ['compartmentId']
@@ -12900,7 +12900,7 @@ class DataSafeClient(object):
12900
12900
  :rtype: :class:`~oci.response.Response`
12901
12901
 
12902
12902
  :example:
12903
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
12903
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
12904
12904
  """
12905
12905
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12906
12906
  required_arguments = ['compartmentId']
@@ -13065,7 +13065,7 @@ class DataSafeClient(object):
13065
13065
  :rtype: :class:`~oci.response.Response`
13066
13066
 
13067
13067
  :example:
13068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
13068
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
13069
13069
  """
13070
13070
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13071
13071
  required_arguments = ['alertPolicyId']
@@ -13239,7 +13239,7 @@ class DataSafeClient(object):
13239
13239
  :rtype: :class:`~oci.response.Response`
13240
13240
 
13241
13241
  :example:
13242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
13242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
13243
13243
  """
13244
13244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13245
13245
  required_arguments = ['compartmentId']
@@ -13430,7 +13430,7 @@ class DataSafeClient(object):
13430
13430
  :rtype: :class:`~oci.response.Response`
13431
13431
 
13432
13432
  :example:
13433
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
13433
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
13434
13434
  """
13435
13435
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13436
13436
  required_arguments = ['compartmentId']
@@ -13668,7 +13668,7 @@ class DataSafeClient(object):
13668
13668
  :rtype: :class:`~oci.response.Response`
13669
13669
 
13670
13670
  :example:
13671
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
13671
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
13672
13672
  """
13673
13673
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13674
13674
  required_arguments = ['compartmentId']
@@ -13883,7 +13883,7 @@ class DataSafeClient(object):
13883
13883
  :rtype: :class:`~oci.response.Response`
13884
13884
 
13885
13885
  :example:
13886
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
13886
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
13887
13887
  """
13888
13888
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13889
13889
  required_arguments = ['compartmentId']
@@ -14073,7 +14073,7 @@ class DataSafeClient(object):
14073
14073
  :rtype: :class:`~oci.response.Response`
14074
14074
 
14075
14075
  :example:
14076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
14076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
14077
14077
  """
14078
14078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14079
14079
  required_arguments = ['compartmentId']
@@ -14274,7 +14274,7 @@ class DataSafeClient(object):
14274
14274
  :rtype: :class:`~oci.response.Response`
14275
14275
 
14276
14276
  :example:
14277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
14277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
14278
14278
  """
14279
14279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14280
14280
  required_arguments = ['compartmentId']
@@ -14453,7 +14453,7 @@ class DataSafeClient(object):
14453
14453
  :rtype: :class:`~oci.response.Response`
14454
14454
 
14455
14455
  :example:
14456
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
14456
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
14457
14457
  """
14458
14458
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14459
14459
  required_arguments = ['compartmentId']
@@ -14645,7 +14645,7 @@ class DataSafeClient(object):
14645
14645
  :rtype: :class:`~oci.response.Response`
14646
14646
 
14647
14647
  :example:
14648
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
14648
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
14649
14649
  """
14650
14650
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14651
14651
  required_arguments = ['compartmentId']
@@ -14834,7 +14834,7 @@ class DataSafeClient(object):
14834
14834
  :rtype: :class:`~oci.response.Response`
14835
14835
 
14836
14836
  :example:
14837
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
14837
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
14838
14838
  """
14839
14839
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14840
14840
  required_arguments = ['compartmentId']
@@ -15020,7 +15020,7 @@ class DataSafeClient(object):
15020
15020
  :rtype: :class:`~oci.response.Response`
15021
15021
 
15022
15022
  :example:
15023
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
15023
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
15024
15024
  """
15025
15025
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15026
15026
  required_arguments = ['compartmentId']
@@ -15216,7 +15216,7 @@ class DataSafeClient(object):
15216
15216
  :rtype: :class:`~oci.response.Response`
15217
15217
 
15218
15218
  :example:
15219
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
15219
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
15220
15220
  """
15221
15221
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15222
15222
  required_arguments = ['auditProfileId', 'workRequestId']
@@ -15392,7 +15392,7 @@ class DataSafeClient(object):
15392
15392
  :rtype: :class:`~oci.response.Response`
15393
15393
 
15394
15394
  :example:
15395
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
15395
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
15396
15396
  """
15397
15397
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15398
15398
  required_arguments = ['auditProfileId', 'workRequestId']
@@ -15564,7 +15564,7 @@ class DataSafeClient(object):
15564
15564
  :rtype: :class:`~oci.response.Response`
15565
15565
 
15566
15566
  :example:
15567
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
15567
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
15568
15568
  """
15569
15569
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15570
15570
  required_arguments = ['targetDatabaseId']
@@ -15749,7 +15749,7 @@ class DataSafeClient(object):
15749
15749
  :rtype: :class:`~oci.response.Response`
15750
15750
 
15751
15751
  :example:
15752
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
15752
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
15753
15753
  """
15754
15754
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15755
15755
  required_arguments = ['compartmentId']
@@ -15933,7 +15933,7 @@ class DataSafeClient(object):
15933
15933
  :rtype: :class:`~oci.response.Response`
15934
15934
 
15935
15935
  :example:
15936
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
15936
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
15937
15937
  """
15938
15938
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15939
15939
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -16119,7 +16119,7 @@ class DataSafeClient(object):
16119
16119
  :rtype: :class:`~oci.response.Response`
16120
16120
 
16121
16121
  :example:
16122
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
16122
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
16123
16123
  """
16124
16124
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16125
16125
  required_arguments = ['compartmentId']
@@ -16274,7 +16274,7 @@ class DataSafeClient(object):
16274
16274
  :rtype: :class:`~oci.response.Response`
16275
16275
 
16276
16276
  :example:
16277
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
16277
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
16278
16278
  """
16279
16279
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16280
16280
  required_arguments = ['discoveryJobId']
@@ -16476,7 +16476,7 @@ class DataSafeClient(object):
16476
16476
  :rtype: :class:`~oci.response.Response`
16477
16477
 
16478
16478
  :example:
16479
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
16479
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
16480
16480
  """
16481
16481
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16482
16482
  required_arguments = ['compartmentId']
@@ -16654,7 +16654,7 @@ class DataSafeClient(object):
16654
16654
  :rtype: :class:`~oci.response.Response`
16655
16655
 
16656
16656
  :example:
16657
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
16657
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
16658
16658
  """
16659
16659
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16660
16660
  required_arguments = ['securityAssessmentId']
@@ -16840,7 +16840,7 @@ class DataSafeClient(object):
16840
16840
  :rtype: :class:`~oci.response.Response`
16841
16841
 
16842
16842
  :example:
16843
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
16843
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
16844
16844
  """
16845
16845
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16846
16846
  required_arguments = ['userAssessmentId', 'userKey']
@@ -17047,7 +17047,7 @@ class DataSafeClient(object):
17047
17047
  :rtype: :class:`~oci.response.Response`
17048
17048
 
17049
17049
  :example:
17050
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
17050
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
17051
17051
  """
17052
17052
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17053
17053
  required_arguments = ['compartmentId']
@@ -17239,7 +17239,7 @@ class DataSafeClient(object):
17239
17239
  :rtype: :class:`~oci.response.Response`
17240
17240
 
17241
17241
  :example:
17242
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
17242
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
17243
17243
  """
17244
17244
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17245
17245
  required_arguments = ['maskingReportId']
@@ -17412,7 +17412,7 @@ class DataSafeClient(object):
17412
17412
  :rtype: :class:`~oci.response.Response`
17413
17413
 
17414
17414
  :example:
17415
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
17415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
17416
17416
  """
17417
17417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17418
17418
  required_arguments = ['compartmentId']
@@ -17616,7 +17616,7 @@ class DataSafeClient(object):
17616
17616
  :rtype: :class:`~oci.response.Response`
17617
17617
 
17618
17618
  :example:
17619
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
17619
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
17620
17620
  """
17621
17621
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17622
17622
  required_arguments = ['maskingPolicyId']
@@ -17825,7 +17825,7 @@ class DataSafeClient(object):
17825
17825
  :rtype: :class:`~oci.response.Response`
17826
17826
 
17827
17827
  :example:
17828
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
17828
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
17829
17829
  """
17830
17830
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17831
17831
  required_arguments = ['maskingPolicyId']
@@ -18032,7 +18032,7 @@ class DataSafeClient(object):
18032
18032
  :rtype: :class:`~oci.response.Response`
18033
18033
 
18034
18034
  :example:
18035
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
18035
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
18036
18036
  """
18037
18037
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18038
18038
  required_arguments = ['compartmentId']
@@ -18217,7 +18217,7 @@ class DataSafeClient(object):
18217
18217
  :rtype: :class:`~oci.response.Response`
18218
18218
 
18219
18219
  :example:
18220
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
18220
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
18221
18221
  """
18222
18222
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18223
18223
  required_arguments = ['compartmentId']
@@ -18371,7 +18371,7 @@ class DataSafeClient(object):
18371
18371
  :rtype: :class:`~oci.response.Response`
18372
18372
 
18373
18373
  :example:
18374
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
18374
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
18375
18375
  """
18376
18376
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18377
18377
  required_arguments = ['maskingPolicyId']
@@ -18544,7 +18544,7 @@ class DataSafeClient(object):
18544
18544
  :rtype: :class:`~oci.response.Response`
18545
18545
 
18546
18546
  :example:
18547
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
18547
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
18548
18548
  """
18549
18549
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18550
18550
  required_arguments = ['compartmentId']
@@ -18740,7 +18740,7 @@ class DataSafeClient(object):
18740
18740
  :rtype: :class:`~oci.response.Response`
18741
18741
 
18742
18742
  :example:
18743
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
18743
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
18744
18744
  """
18745
18745
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18746
18746
  required_arguments = ['userAssessmentId', 'compartmentId']
@@ -18981,7 +18981,7 @@ class DataSafeClient(object):
18981
18981
  :rtype: :class:`~oci.response.Response`
18982
18982
 
18983
18983
  :example:
18984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
18984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
18985
18985
  """
18986
18986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18987
18987
  required_arguments = ['userAssessmentId', 'compartmentId']
@@ -19204,7 +19204,7 @@ class DataSafeClient(object):
19204
19204
  :rtype: :class:`~oci.response.Response`
19205
19205
 
19206
19206
  :example:
19207
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
19207
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
19208
19208
  """
19209
19209
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19210
19210
  required_arguments = ['compartmentId']
@@ -19409,7 +19409,7 @@ class DataSafeClient(object):
19409
19409
  :rtype: :class:`~oci.response.Response`
19410
19410
 
19411
19411
  :example:
19412
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
19412
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
19413
19413
  """
19414
19414
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19415
19415
  required_arguments = ['compartmentId']
@@ -19589,7 +19589,7 @@ class DataSafeClient(object):
19589
19589
  :rtype: :class:`~oci.response.Response`
19590
19590
 
19591
19591
  :example:
19592
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
19592
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
19593
19593
  """
19594
19594
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19595
19595
  required_arguments = ['targetDatabaseId']
@@ -19752,7 +19752,7 @@ class DataSafeClient(object):
19752
19752
  :rtype: :class:`~oci.response.Response`
19753
19753
 
19754
19754
  :example:
19755
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
19755
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
19756
19756
  """
19757
19757
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19758
19758
  required_arguments = ['targetDatabaseId']
@@ -19931,7 +19931,7 @@ class DataSafeClient(object):
19931
19931
  :rtype: :class:`~oci.response.Response`
19932
19932
 
19933
19933
  :example:
19934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
19934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
19935
19935
  """
19936
19936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19937
19937
  required_arguments = ['compartmentId']
@@ -20165,7 +20165,7 @@ class DataSafeClient(object):
20165
20165
  :rtype: :class:`~oci.response.Response`
20166
20166
 
20167
20167
  :example:
20168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
20168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
20169
20169
  """
20170
20170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20171
20171
  required_arguments = ['compartmentId']
@@ -20433,7 +20433,7 @@ class DataSafeClient(object):
20433
20433
  :rtype: :class:`~oci.response.Response`
20434
20434
 
20435
20435
  :example:
20436
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
20436
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
20437
20437
  """
20438
20438
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20439
20439
  required_arguments = ['sensitiveDataModelId']
@@ -20686,7 +20686,7 @@ class DataSafeClient(object):
20686
20686
  :rtype: :class:`~oci.response.Response`
20687
20687
 
20688
20688
  :example:
20689
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
20689
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
20690
20690
  """
20691
20691
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20692
20692
  required_arguments = ['compartmentId']
@@ -20863,7 +20863,7 @@ class DataSafeClient(object):
20863
20863
  :rtype: :class:`~oci.response.Response`
20864
20864
 
20865
20865
  :example:
20866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
20866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
20867
20867
  """
20868
20868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20869
20869
  required_arguments = ['sensitiveDataModelId']
@@ -21027,7 +21027,7 @@ class DataSafeClient(object):
21027
21027
  :rtype: :class:`~oci.response.Response`
21028
21028
 
21029
21029
  :example:
21030
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
21030
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
21031
21031
  """
21032
21032
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21033
21033
  required_arguments = ['sensitiveDataModelId']
@@ -21232,7 +21232,7 @@ class DataSafeClient(object):
21232
21232
  :rtype: :class:`~oci.response.Response`
21233
21233
 
21234
21234
  :example:
21235
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
21235
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
21236
21236
  """
21237
21237
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21238
21238
  required_arguments = ['compartmentId']
@@ -21429,7 +21429,7 @@ class DataSafeClient(object):
21429
21429
  :rtype: :class:`~oci.response.Response`
21430
21430
 
21431
21431
  :example:
21432
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
21432
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
21433
21433
  """
21434
21434
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21435
21435
  required_arguments = ['targetDatabaseId']
@@ -21626,7 +21626,7 @@ class DataSafeClient(object):
21626
21626
  :rtype: :class:`~oci.response.Response`
21627
21627
 
21628
21628
  :example:
21629
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
21629
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
21630
21630
  """
21631
21631
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21632
21632
  required_arguments = ['compartmentId']
@@ -21829,7 +21829,7 @@ class DataSafeClient(object):
21829
21829
  :rtype: :class:`~oci.response.Response`
21830
21830
 
21831
21831
  :example:
21832
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
21832
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
21833
21833
  """
21834
21834
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21835
21835
  required_arguments = ['compartmentId']
@@ -22091,7 +22091,7 @@ class DataSafeClient(object):
22091
22091
  :rtype: :class:`~oci.response.Response`
22092
22092
 
22093
22093
  :example:
22094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
22094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
22095
22095
  """
22096
22096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22097
22097
  required_arguments = ['userAssessmentId']
@@ -22345,7 +22345,7 @@ class DataSafeClient(object):
22345
22345
  :rtype: :class:`~oci.response.Response`
22346
22346
 
22347
22347
  :example:
22348
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
22348
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
22349
22349
  """
22350
22350
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22351
22351
  required_arguments = ['compartmentId']
@@ -22619,7 +22619,7 @@ class DataSafeClient(object):
22619
22619
  :rtype: :class:`~oci.response.Response`
22620
22620
 
22621
22621
  :example:
22622
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
22622
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
22623
22623
  """
22624
22624
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22625
22625
  required_arguments = ['userAssessmentId']
@@ -22796,7 +22796,7 @@ class DataSafeClient(object):
22796
22796
  :rtype: :class:`~oci.response.Response`
22797
22797
 
22798
22798
  :example:
22799
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
22799
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
22800
22800
  """
22801
22801
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22802
22802
  required_arguments = ['workRequestId']
@@ -22914,7 +22914,7 @@ class DataSafeClient(object):
22914
22914
  :rtype: :class:`~oci.response.Response`
22915
22915
 
22916
22916
  :example:
22917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
22917
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
22918
22918
  """
22919
22919
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22920
22920
  required_arguments = ['workRequestId']
@@ -23052,7 +23052,7 @@ class DataSafeClient(object):
23052
23052
  :rtype: :class:`~oci.response.Response`
23053
23053
 
23054
23054
  :example:
23055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
23055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
23056
23056
  """
23057
23057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23058
23058
  required_arguments = ['compartmentId']
@@ -23176,7 +23176,7 @@ class DataSafeClient(object):
23176
23176
  :rtype: :class:`~oci.response.Response`
23177
23177
 
23178
23178
  :example:
23179
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
23179
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
23180
23180
  """
23181
23181
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23182
23182
  required_arguments = ['maskingPolicyId']
@@ -23290,7 +23290,7 @@ class DataSafeClient(object):
23290
23290
  :rtype: :class:`~oci.response.Response`
23291
23291
 
23292
23292
  :example:
23293
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
23293
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
23294
23294
  """
23295
23295
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23296
23296
  required_arguments = ['compartmentId']
@@ -23412,7 +23412,7 @@ class DataSafeClient(object):
23412
23412
  :rtype: :class:`~oci.response.Response`
23413
23413
 
23414
23414
  :example:
23415
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
23415
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
23416
23416
  """
23417
23417
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23418
23418
  required_arguments = []
@@ -23528,7 +23528,7 @@ class DataSafeClient(object):
23528
23528
  :rtype: :class:`~oci.response.Response`
23529
23529
 
23530
23530
  :example:
23531
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
23531
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
23532
23532
  """
23533
23533
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23534
23534
  required_arguments = ['discoveryJobId']
@@ -23640,7 +23640,7 @@ class DataSafeClient(object):
23640
23640
  :rtype: :class:`~oci.response.Response`
23641
23641
 
23642
23642
  :example:
23643
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
23643
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
23644
23644
  """
23645
23645
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23646
23646
  required_arguments = ['maskingPolicyId']
@@ -23751,7 +23751,7 @@ class DataSafeClient(object):
23751
23751
  :rtype: :class:`~oci.response.Response`
23752
23752
 
23753
23753
  :example:
23754
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.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.
23754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.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.
23755
23755
  """
23756
23756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23757
23757
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -23863,7 +23863,7 @@ class DataSafeClient(object):
23863
23863
  :rtype: :class:`~oci.response.Response`
23864
23864
 
23865
23865
  :example:
23866
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
23866
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
23867
23867
  """
23868
23868
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23869
23869
  required_arguments = ['sensitiveDataModelId']
@@ -23970,7 +23970,7 @@ class DataSafeClient(object):
23970
23970
  :rtype: :class:`~oci.response.Response`
23971
23971
 
23972
23972
  :example:
23973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
23973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
23974
23974
  """
23975
23975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23976
23976
  required_arguments = []
@@ -24074,7 +24074,7 @@ class DataSafeClient(object):
24074
24074
  :rtype: :class:`~oci.response.Response`
24075
24075
 
24076
24076
  :example:
24077
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
24077
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
24078
24078
  """
24079
24079
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24080
24080
  required_arguments = ['auditPolicyId']
@@ -24194,7 +24194,7 @@ class DataSafeClient(object):
24194
24194
  :rtype: :class:`~oci.response.Response`
24195
24195
 
24196
24196
  :example:
24197
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
24197
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
24198
24198
  """
24199
24199
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24200
24200
  required_arguments = ['securityAssessmentId']
@@ -24315,7 +24315,7 @@ class DataSafeClient(object):
24315
24315
  :rtype: :class:`~oci.response.Response`
24316
24316
 
24317
24317
  :example:
24318
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
24318
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
24319
24319
  """
24320
24320
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24321
24321
  required_arguments = ['userAssessmentId']
@@ -24431,7 +24431,7 @@ class DataSafeClient(object):
24431
24431
  :rtype: :class:`~oci.response.Response`
24432
24432
 
24433
24433
  :example:
24434
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
24434
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
24435
24435
  """
24436
24436
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24437
24437
  required_arguments = ['reportDefinitionId']
@@ -24539,7 +24539,7 @@ class DataSafeClient(object):
24539
24539
  :rtype: :class:`~oci.response.Response`
24540
24540
 
24541
24541
  :example:
24542
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
24542
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
24543
24543
  """
24544
24544
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24545
24545
  required_arguments = ['auditTrailId']
@@ -24650,7 +24650,7 @@ class DataSafeClient(object):
24650
24650
  :rtype: :class:`~oci.response.Response`
24651
24651
 
24652
24652
  :example:
24653
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
24653
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
24654
24654
  """
24655
24655
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24656
24656
  required_arguments = ['workRequestId']
@@ -24764,7 +24764,7 @@ class DataSafeClient(object):
24764
24764
  :rtype: :class:`~oci.response.Response`
24765
24765
 
24766
24766
  :example:
24767
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
24767
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
24768
24768
  """
24769
24769
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24770
24770
  required_arguments = ['auditPolicyId']
@@ -24881,7 +24881,7 @@ class DataSafeClient(object):
24881
24881
  :rtype: :class:`~oci.response.Response`
24882
24882
 
24883
24883
  :example:
24884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
24884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
24885
24885
  """
24886
24886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24887
24887
  required_arguments = ['reportDefinitionId']
@@ -25000,7 +25000,7 @@ class DataSafeClient(object):
25000
25000
  :rtype: :class:`~oci.response.Response`
25001
25001
 
25002
25002
  :example:
25003
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
25003
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
25004
25004
  """
25005
25005
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25006
25006
  required_arguments = ['securityAssessmentId']
@@ -25120,7 +25120,7 @@ class DataSafeClient(object):
25120
25120
  :rtype: :class:`~oci.response.Response`
25121
25121
 
25122
25122
  :example:
25123
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
25123
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
25124
25124
  """
25125
25125
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25126
25126
  required_arguments = ['userAssessmentId']
@@ -25240,7 +25240,7 @@ class DataSafeClient(object):
25240
25240
  :rtype: :class:`~oci.response.Response`
25241
25241
 
25242
25242
  :example:
25243
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
25243
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
25244
25244
  """
25245
25245
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25246
25246
  required_arguments = ['auditTrailId']
@@ -25350,7 +25350,7 @@ class DataSafeClient(object):
25350
25350
  :rtype: :class:`~oci.response.Response`
25351
25351
 
25352
25352
  :example:
25353
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
25353
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
25354
25354
  """
25355
25355
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25356
25356
  required_arguments = ['auditTrailId']
@@ -25461,7 +25461,7 @@ class DataSafeClient(object):
25461
25461
  :rtype: :class:`~oci.response.Response`
25462
25462
 
25463
25463
  :example:
25464
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
25464
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
25465
25465
  """
25466
25466
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25467
25467
  required_arguments = ['workRequestId']
@@ -25576,7 +25576,7 @@ class DataSafeClient(object):
25576
25576
  :rtype: :class:`~oci.response.Response`
25577
25577
 
25578
25578
  :example:
25579
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
25579
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
25580
25580
  """
25581
25581
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25582
25582
  required_arguments = ['securityAssessmentId']
@@ -25691,7 +25691,7 @@ class DataSafeClient(object):
25691
25691
  :rtype: :class:`~oci.response.Response`
25692
25692
 
25693
25693
  :example:
25694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
25694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
25695
25695
  """
25696
25696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25697
25697
  required_arguments = ['userAssessmentId']
@@ -25802,7 +25802,7 @@ class DataSafeClient(object):
25802
25802
  :rtype: :class:`~oci.response.Response`
25803
25803
 
25804
25804
  :example:
25805
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
25805
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
25806
25806
  """
25807
25807
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25808
25808
  required_arguments = ['alertId']
@@ -25914,7 +25914,7 @@ class DataSafeClient(object):
25914
25914
  :rtype: :class:`~oci.response.Response`
25915
25915
 
25916
25916
  :example:
25917
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
25917
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
25918
25918
  """
25919
25919
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25920
25920
  required_arguments = ['auditArchiveRetrievalId']
@@ -26024,7 +26024,7 @@ class DataSafeClient(object):
26024
26024
  :rtype: :class:`~oci.response.Response`
26025
26025
 
26026
26026
  :example:
26027
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
26027
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
26028
26028
  """
26029
26029
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26030
26030
  required_arguments = ['auditPolicyId']
@@ -26134,7 +26134,7 @@ class DataSafeClient(object):
26134
26134
  :rtype: :class:`~oci.response.Response`
26135
26135
 
26136
26136
  :example:
26137
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
26137
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
26138
26138
  """
26139
26139
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26140
26140
  required_arguments = ['auditProfileId']
@@ -26244,7 +26244,7 @@ class DataSafeClient(object):
26244
26244
  :rtype: :class:`~oci.response.Response`
26245
26245
 
26246
26246
  :example:
26247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
26247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
26248
26248
  """
26249
26249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26250
26250
  required_arguments = ['auditTrailId']
@@ -26354,7 +26354,7 @@ class DataSafeClient(object):
26354
26354
  :rtype: :class:`~oci.response.Response`
26355
26355
 
26356
26356
  :example:
26357
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
26357
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
26358
26358
  """
26359
26359
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26360
26360
  required_arguments = ['dataSafePrivateEndpointId']
@@ -26464,7 +26464,7 @@ class DataSafeClient(object):
26464
26464
  :rtype: :class:`~oci.response.Response`
26465
26465
 
26466
26466
  :example:
26467
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
26467
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
26468
26468
  """
26469
26469
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26470
26470
  required_arguments = ['libraryMaskingFormatId']
@@ -26578,7 +26578,7 @@ class DataSafeClient(object):
26578
26578
  :rtype: :class:`~oci.response.Response`
26579
26579
 
26580
26580
  :example:
26581
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
26581
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
26582
26582
  """
26583
26583
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26584
26584
  required_arguments = ['maskingColumnKey', 'maskingPolicyId']
@@ -26689,7 +26689,7 @@ class DataSafeClient(object):
26689
26689
  :rtype: :class:`~oci.response.Response`
26690
26690
 
26691
26691
  :example:
26692
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
26692
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
26693
26693
  """
26694
26694
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26695
26695
  required_arguments = ['maskingPolicyId']
@@ -26799,7 +26799,7 @@ class DataSafeClient(object):
26799
26799
  :rtype: :class:`~oci.response.Response`
26800
26800
 
26801
26801
  :example:
26802
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
26802
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
26803
26803
  """
26804
26804
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26805
26805
  required_arguments = ['onPremConnectorId']
@@ -26915,7 +26915,7 @@ class DataSafeClient(object):
26915
26915
  :rtype: :class:`~oci.response.Response`
26916
26916
 
26917
26917
  :example:
26918
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
26918
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
26919
26919
  """
26920
26920
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
26921
26921
  required_arguments = ['onPremConnectorId']
@@ -27034,7 +27034,7 @@ class DataSafeClient(object):
27034
27034
  :rtype: :class:`~oci.response.Response`
27035
27035
 
27036
27036
  :example:
27037
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
27037
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
27038
27038
  """
27039
27039
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27040
27040
  required_arguments = ['reportDefinitionId']
@@ -27147,7 +27147,7 @@ class DataSafeClient(object):
27147
27147
  :rtype: :class:`~oci.response.Response`
27148
27148
 
27149
27149
  :example:
27150
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
27150
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
27151
27151
  """
27152
27152
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27153
27153
  required_arguments = ['sdmMaskingPolicyDifferenceId']
@@ -27257,7 +27257,7 @@ class DataSafeClient(object):
27257
27257
  :rtype: :class:`~oci.response.Response`
27258
27258
 
27259
27259
  :example:
27260
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
27260
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
27261
27261
  """
27262
27262
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27263
27263
  required_arguments = ['securityAssessmentId']
@@ -27370,7 +27370,7 @@ class DataSafeClient(object):
27370
27370
  :rtype: :class:`~oci.response.Response`
27371
27371
 
27372
27372
  :example:
27373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
27373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
27374
27374
  """
27375
27375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27376
27376
  required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
@@ -27482,7 +27482,7 @@ class DataSafeClient(object):
27482
27482
  :rtype: :class:`~oci.response.Response`
27483
27483
 
27484
27484
  :example:
27485
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
27485
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
27486
27486
  """
27487
27487
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27488
27488
  required_arguments = ['sensitiveDataModelId']
@@ -27592,7 +27592,7 @@ class DataSafeClient(object):
27592
27592
  :rtype: :class:`~oci.response.Response`
27593
27593
 
27594
27594
  :example:
27595
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
27595
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
27596
27596
  """
27597
27597
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27598
27598
  required_arguments = ['sensitiveTypeId']
@@ -27702,7 +27702,7 @@ class DataSafeClient(object):
27702
27702
  :rtype: :class:`~oci.response.Response`
27703
27703
 
27704
27704
  :example:
27705
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
27705
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
27706
27706
  """
27707
27707
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27708
27708
  required_arguments = ['targetAlertPolicyAssociationId']
@@ -27818,7 +27818,7 @@ class DataSafeClient(object):
27818
27818
  :rtype: :class:`~oci.response.Response`
27819
27819
 
27820
27820
  :example:
27821
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
27821
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
27822
27822
  """
27823
27823
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27824
27824
  required_arguments = ['targetDatabaseId']
@@ -27931,7 +27931,7 @@ class DataSafeClient(object):
27931
27931
  :rtype: :class:`~oci.response.Response`
27932
27932
 
27933
27933
  :example:
27934
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
27934
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
27935
27935
  """
27936
27936
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
27937
27937
  required_arguments = ['userAssessmentId']
@@ -28052,7 +28052,7 @@ class DataSafeClient(object):
28052
28052
  :rtype: :class:`~oci.response.Response`
28053
28053
 
28054
28054
  :example:
28055
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
28055
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
28056
28056
  """
28057
28057
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28058
28058
  required_arguments = ['maskingPolicyId']
@@ -28193,7 +28193,7 @@ class DataSafeClient(object):
28193
28193
  :rtype: :class:`~oci.response.Response`
28194
28194
 
28195
28195
  :example:
28196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
28196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
28197
28197
  """
28198
28198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
28199
28199
  required_arguments = ['sensitiveDataModelId']