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
@@ -163,7 +163,7 @@ class IdentityDomainsClient(object):
163
163
  :rtype: :class:`~oci.response.Response`
164
164
 
165
165
  :example:
166
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_api_key.py.html>`__ to see an example of how to use create_api_key API.
166
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_api_key.py.html>`__ to see an example of how to use create_api_key API.
167
167
  """
168
168
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
169
169
  required_arguments = []
@@ -299,7 +299,7 @@ class IdentityDomainsClient(object):
299
299
  :rtype: :class:`~oci.response.Response`
300
300
 
301
301
  :example:
302
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_app.py.html>`__ to see an example of how to use create_app API.
302
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_app.py.html>`__ to see an example of how to use create_app API.
303
303
  """
304
304
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
305
305
  required_arguments = []
@@ -435,7 +435,7 @@ class IdentityDomainsClient(object):
435
435
  :rtype: :class:`~oci.response.Response`
436
436
 
437
437
  :example:
438
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_app_role.py.html>`__ to see an example of how to use create_app_role API.
438
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_app_role.py.html>`__ to see an example of how to use create_app_role API.
439
439
  """
440
440
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
441
441
  required_arguments = []
@@ -571,7 +571,7 @@ class IdentityDomainsClient(object):
571
571
  :rtype: :class:`~oci.response.Response`
572
572
 
573
573
  :example:
574
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_auth_token.py.html>`__ to see an example of how to use create_auth_token API.
574
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_auth_token.py.html>`__ to see an example of how to use create_auth_token API.
575
575
  """
576
576
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
577
577
  required_arguments = []
@@ -699,7 +699,7 @@ class IdentityDomainsClient(object):
699
699
  :rtype: :class:`~oci.response.Response`
700
700
 
701
701
  :example:
702
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_authentication_factors_remover.py.html>`__ to see an example of how to use create_authentication_factors_remover API.
702
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_authentication_factors_remover.py.html>`__ to see an example of how to use create_authentication_factors_remover API.
703
703
  """
704
704
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
705
705
  required_arguments = []
@@ -817,7 +817,7 @@ class IdentityDomainsClient(object):
817
817
  :rtype: :class:`~oci.response.Response`
818
818
 
819
819
  :example:
820
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_customer_secret_key.py.html>`__ to see an example of how to use create_customer_secret_key API.
820
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_customer_secret_key.py.html>`__ to see an example of how to use create_customer_secret_key API.
821
821
  """
822
822
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
823
823
  required_arguments = []
@@ -953,7 +953,7 @@ class IdentityDomainsClient(object):
953
953
  :rtype: :class:`~oci.response.Response`
954
954
 
955
955
  :example:
956
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_dynamic_resource_group.py.html>`__ to see an example of how to use create_dynamic_resource_group API.
956
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_dynamic_resource_group.py.html>`__ to see an example of how to use create_dynamic_resource_group API.
957
957
  """
958
958
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
959
959
  required_arguments = []
@@ -1089,7 +1089,7 @@ class IdentityDomainsClient(object):
1089
1089
  :rtype: :class:`~oci.response.Response`
1090
1090
 
1091
1091
  :example:
1092
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_grant.py.html>`__ to see an example of how to use create_grant API.
1092
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_grant.py.html>`__ to see an example of how to use create_grant API.
1093
1093
  """
1094
1094
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1095
1095
  required_arguments = []
@@ -1225,7 +1225,7 @@ class IdentityDomainsClient(object):
1225
1225
  :rtype: :class:`~oci.response.Response`
1226
1226
 
1227
1227
  :example:
1228
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_group.py.html>`__ to see an example of how to use create_group API.
1228
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_group.py.html>`__ to see an example of how to use create_group API.
1229
1229
  """
1230
1230
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1231
1231
  required_arguments = []
@@ -1361,7 +1361,7 @@ class IdentityDomainsClient(object):
1361
1361
  :rtype: :class:`~oci.response.Response`
1362
1362
 
1363
1363
  :example:
1364
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_identity_provider.py.html>`__ to see an example of how to use create_identity_provider API.
1364
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_identity_provider.py.html>`__ to see an example of how to use create_identity_provider API.
1365
1365
  """
1366
1366
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1367
1367
  required_arguments = []
@@ -1497,7 +1497,7 @@ class IdentityDomainsClient(object):
1497
1497
  :rtype: :class:`~oci.response.Response`
1498
1498
 
1499
1499
  :example:
1500
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_me.py.html>`__ to see an example of how to use create_me API.
1500
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_me.py.html>`__ to see an example of how to use create_me API.
1501
1501
  """
1502
1502
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1503
1503
  required_arguments = []
@@ -1625,7 +1625,7 @@ class IdentityDomainsClient(object):
1625
1625
  :rtype: :class:`~oci.response.Response`
1626
1626
 
1627
1627
  :example:
1628
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_my_api_key.py.html>`__ to see an example of how to use create_my_api_key API.
1628
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_my_api_key.py.html>`__ to see an example of how to use create_my_api_key API.
1629
1629
  """
1630
1630
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1631
1631
  required_arguments = []
@@ -1735,7 +1735,7 @@ class IdentityDomainsClient(object):
1735
1735
  :rtype: :class:`~oci.response.Response`
1736
1736
 
1737
1737
  :example:
1738
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_my_auth_token.py.html>`__ to see an example of how to use create_my_auth_token API.
1738
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_my_auth_token.py.html>`__ to see an example of how to use create_my_auth_token API.
1739
1739
  """
1740
1740
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1741
1741
  required_arguments = []
@@ -1845,7 +1845,7 @@ class IdentityDomainsClient(object):
1845
1845
  :rtype: :class:`~oci.response.Response`
1846
1846
 
1847
1847
  :example:
1848
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_my_authentication_factor_initiator.py.html>`__ to see an example of how to use create_my_authentication_factor_initiator API.
1848
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_my_authentication_factor_initiator.py.html>`__ to see an example of how to use create_my_authentication_factor_initiator API.
1849
1849
  """
1850
1850
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1851
1851
  required_arguments = []
@@ -1955,7 +1955,7 @@ class IdentityDomainsClient(object):
1955
1955
  :rtype: :class:`~oci.response.Response`
1956
1956
 
1957
1957
  :example:
1958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_my_authentication_factor_validator.py.html>`__ to see an example of how to use create_my_authentication_factor_validator API.
1958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_my_authentication_factor_validator.py.html>`__ to see an example of how to use create_my_authentication_factor_validator API.
1959
1959
  """
1960
1960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
1961
1961
  required_arguments = []
@@ -2065,7 +2065,7 @@ class IdentityDomainsClient(object):
2065
2065
  :rtype: :class:`~oci.response.Response`
2066
2066
 
2067
2067
  :example:
2068
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_my_authentication_factors_remover.py.html>`__ to see an example of how to use create_my_authentication_factors_remover API.
2068
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_my_authentication_factors_remover.py.html>`__ to see an example of how to use create_my_authentication_factors_remover API.
2069
2069
  """
2070
2070
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2071
2071
  required_arguments = []
@@ -2175,7 +2175,7 @@ class IdentityDomainsClient(object):
2175
2175
  :rtype: :class:`~oci.response.Response`
2176
2176
 
2177
2177
  :example:
2178
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_my_customer_secret_key.py.html>`__ to see an example of how to use create_my_customer_secret_key API.
2178
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_my_customer_secret_key.py.html>`__ to see an example of how to use create_my_customer_secret_key API.
2179
2179
  """
2180
2180
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2181
2181
  required_arguments = []
@@ -2285,7 +2285,7 @@ class IdentityDomainsClient(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/identitydomains/create_my_o_auth2_client_credential.py.html>`__ to see an example of how to use create_my_o_auth2_client_credential API.
2288
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_my_o_auth2_client_credential.py.html>`__ to see an example of how to use create_my_o_auth2_client_credential API.
2289
2289
  """
2290
2290
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2291
2291
  required_arguments = []
@@ -2403,7 +2403,7 @@ class IdentityDomainsClient(object):
2403
2403
  :rtype: :class:`~oci.response.Response`
2404
2404
 
2405
2405
  :example:
2406
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_my_request.py.html>`__ to see an example of how to use create_my_request API.
2406
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_my_request.py.html>`__ to see an example of how to use create_my_request API.
2407
2407
  """
2408
2408
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2409
2409
  required_arguments = []
@@ -2531,7 +2531,7 @@ class IdentityDomainsClient(object):
2531
2531
  :rtype: :class:`~oci.response.Response`
2532
2532
 
2533
2533
  :example:
2534
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_my_smtp_credential.py.html>`__ to see an example of how to use create_my_smtp_credential API.
2534
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_my_smtp_credential.py.html>`__ to see an example of how to use create_my_smtp_credential API.
2535
2535
  """
2536
2536
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2537
2537
  required_arguments = []
@@ -2641,7 +2641,7 @@ class IdentityDomainsClient(object):
2641
2641
  :rtype: :class:`~oci.response.Response`
2642
2642
 
2643
2643
  :example:
2644
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_my_support_account.py.html>`__ to see an example of how to use create_my_support_account API.
2644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_my_support_account.py.html>`__ to see an example of how to use create_my_support_account API.
2645
2645
  """
2646
2646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2647
2647
  required_arguments = []
@@ -2751,7 +2751,7 @@ class IdentityDomainsClient(object):
2751
2751
  :rtype: :class:`~oci.response.Response`
2752
2752
 
2753
2753
  :example:
2754
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_my_user_db_credential.py.html>`__ to see an example of how to use create_my_user_db_credential API.
2754
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_my_user_db_credential.py.html>`__ to see an example of how to use create_my_user_db_credential API.
2755
2755
  """
2756
2756
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2757
2757
  required_arguments = []
@@ -2869,7 +2869,7 @@ class IdentityDomainsClient(object):
2869
2869
  :rtype: :class:`~oci.response.Response`
2870
2870
 
2871
2871
  :example:
2872
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_o_auth2_client_credential.py.html>`__ to see an example of how to use create_o_auth2_client_credential API.
2872
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_o_auth2_client_credential.py.html>`__ to see an example of how to use create_o_auth2_client_credential API.
2873
2873
  """
2874
2874
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
2875
2875
  required_arguments = []
@@ -3005,7 +3005,7 @@ class IdentityDomainsClient(object):
3005
3005
  :rtype: :class:`~oci.response.Response`
3006
3006
 
3007
3007
  :example:
3008
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_password_policy.py.html>`__ to see an example of how to use create_password_policy API.
3008
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_password_policy.py.html>`__ to see an example of how to use create_password_policy API.
3009
3009
  """
3010
3010
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3011
3011
  required_arguments = []
@@ -3141,7 +3141,7 @@ class IdentityDomainsClient(object):
3141
3141
  :rtype: :class:`~oci.response.Response`
3142
3142
 
3143
3143
  :example:
3144
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_security_question.py.html>`__ to see an example of how to use create_security_question API.
3144
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_security_question.py.html>`__ to see an example of how to use create_security_question API.
3145
3145
  """
3146
3146
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3147
3147
  required_arguments = []
@@ -3277,7 +3277,7 @@ class IdentityDomainsClient(object):
3277
3277
  :rtype: :class:`~oci.response.Response`
3278
3278
 
3279
3279
  :example:
3280
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_smtp_credential.py.html>`__ to see an example of how to use create_smtp_credential API.
3280
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_smtp_credential.py.html>`__ to see an example of how to use create_smtp_credential API.
3281
3281
  """
3282
3282
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3283
3283
  required_arguments = []
@@ -3413,7 +3413,7 @@ class IdentityDomainsClient(object):
3413
3413
  :rtype: :class:`~oci.response.Response`
3414
3414
 
3415
3415
  :example:
3416
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_user.py.html>`__ to see an example of how to use create_user API.
3416
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_user.py.html>`__ to see an example of how to use create_user API.
3417
3417
  """
3418
3418
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3419
3419
  required_arguments = []
@@ -3549,7 +3549,7 @@ class IdentityDomainsClient(object):
3549
3549
  :rtype: :class:`~oci.response.Response`
3550
3550
 
3551
3551
  :example:
3552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/create_user_db_credential.py.html>`__ to see an example of how to use create_user_db_credential API.
3552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/create_user_db_credential.py.html>`__ to see an example of how to use create_user_db_credential API.
3553
3553
  """
3554
3554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3555
3555
  required_arguments = []
@@ -3671,7 +3671,7 @@ class IdentityDomainsClient(object):
3671
3671
  :rtype: :class:`~oci.response.Response`
3672
3672
 
3673
3673
  :example:
3674
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_api_key.py.html>`__ to see an example of how to use delete_api_key API.
3674
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_api_key.py.html>`__ to see an example of how to use delete_api_key API.
3675
3675
  """
3676
3676
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3677
3677
  required_arguments = ['apiKeyId']
@@ -3792,7 +3792,7 @@ class IdentityDomainsClient(object):
3792
3792
  :rtype: :class:`~oci.response.Response`
3793
3793
 
3794
3794
  :example:
3795
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_app.py.html>`__ to see an example of how to use delete_app API.
3795
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_app.py.html>`__ to see an example of how to use delete_app API.
3796
3796
  """
3797
3797
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3798
3798
  required_arguments = ['appId']
@@ -3913,7 +3913,7 @@ class IdentityDomainsClient(object):
3913
3913
  :rtype: :class:`~oci.response.Response`
3914
3914
 
3915
3915
  :example:
3916
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_app_role.py.html>`__ to see an example of how to use delete_app_role API.
3916
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_app_role.py.html>`__ to see an example of how to use delete_app_role API.
3917
3917
  """
3918
3918
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
3919
3919
  required_arguments = ['appRoleId']
@@ -4034,7 +4034,7 @@ class IdentityDomainsClient(object):
4034
4034
  :rtype: :class:`~oci.response.Response`
4035
4035
 
4036
4036
  :example:
4037
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_auth_token.py.html>`__ to see an example of how to use delete_auth_token API.
4037
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_auth_token.py.html>`__ to see an example of how to use delete_auth_token API.
4038
4038
  """
4039
4039
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4040
4040
  required_arguments = ['authTokenId']
@@ -4155,7 +4155,7 @@ class IdentityDomainsClient(object):
4155
4155
  :rtype: :class:`~oci.response.Response`
4156
4156
 
4157
4157
  :example:
4158
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_customer_secret_key.py.html>`__ to see an example of how to use delete_customer_secret_key API.
4158
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_customer_secret_key.py.html>`__ to see an example of how to use delete_customer_secret_key API.
4159
4159
  """
4160
4160
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4161
4161
  required_arguments = ['customerSecretKeyId']
@@ -4276,7 +4276,7 @@ class IdentityDomainsClient(object):
4276
4276
  :rtype: :class:`~oci.response.Response`
4277
4277
 
4278
4278
  :example:
4279
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_dynamic_resource_group.py.html>`__ to see an example of how to use delete_dynamic_resource_group API.
4279
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_dynamic_resource_group.py.html>`__ to see an example of how to use delete_dynamic_resource_group API.
4280
4280
  """
4281
4281
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4282
4282
  required_arguments = ['dynamicResourceGroupId']
@@ -4397,7 +4397,7 @@ class IdentityDomainsClient(object):
4397
4397
  :rtype: :class:`~oci.response.Response`
4398
4398
 
4399
4399
  :example:
4400
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_grant.py.html>`__ to see an example of how to use delete_grant API.
4400
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_grant.py.html>`__ to see an example of how to use delete_grant API.
4401
4401
  """
4402
4402
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4403
4403
  required_arguments = ['grantId']
@@ -4518,7 +4518,7 @@ class IdentityDomainsClient(object):
4518
4518
  :rtype: :class:`~oci.response.Response`
4519
4519
 
4520
4520
  :example:
4521
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_group.py.html>`__ to see an example of how to use delete_group API.
4521
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_group.py.html>`__ to see an example of how to use delete_group API.
4522
4522
  """
4523
4523
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4524
4524
  required_arguments = ['groupId']
@@ -4639,7 +4639,7 @@ class IdentityDomainsClient(object):
4639
4639
  :rtype: :class:`~oci.response.Response`
4640
4640
 
4641
4641
  :example:
4642
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_identity_provider.py.html>`__ to see an example of how to use delete_identity_provider API.
4642
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_identity_provider.py.html>`__ to see an example of how to use delete_identity_provider API.
4643
4643
  """
4644
4644
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4645
4645
  required_arguments = ['identityProviderId']
@@ -4760,7 +4760,7 @@ class IdentityDomainsClient(object):
4760
4760
  :rtype: :class:`~oci.response.Response`
4761
4761
 
4762
4762
  :example:
4763
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_my_api_key.py.html>`__ to see an example of how to use delete_my_api_key API.
4763
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_my_api_key.py.html>`__ to see an example of how to use delete_my_api_key API.
4764
4764
  """
4765
4765
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4766
4766
  required_arguments = ['myApiKeyId']
@@ -4881,7 +4881,7 @@ class IdentityDomainsClient(object):
4881
4881
  :rtype: :class:`~oci.response.Response`
4882
4882
 
4883
4883
  :example:
4884
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_my_auth_token.py.html>`__ to see an example of how to use delete_my_auth_token API.
4884
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_my_auth_token.py.html>`__ to see an example of how to use delete_my_auth_token API.
4885
4885
  """
4886
4886
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
4887
4887
  required_arguments = ['myAuthTokenId']
@@ -5002,7 +5002,7 @@ class IdentityDomainsClient(object):
5002
5002
  :rtype: :class:`~oci.response.Response`
5003
5003
 
5004
5004
  :example:
5005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_my_customer_secret_key.py.html>`__ to see an example of how to use delete_my_customer_secret_key API.
5005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_my_customer_secret_key.py.html>`__ to see an example of how to use delete_my_customer_secret_key API.
5006
5006
  """
5007
5007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5008
5008
  required_arguments = ['myCustomerSecretKeyId']
@@ -5123,7 +5123,7 @@ class IdentityDomainsClient(object):
5123
5123
  :rtype: :class:`~oci.response.Response`
5124
5124
 
5125
5125
  :example:
5126
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_my_device.py.html>`__ to see an example of how to use delete_my_device API.
5126
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_my_device.py.html>`__ to see an example of how to use delete_my_device API.
5127
5127
  """
5128
5128
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5129
5129
  required_arguments = ['myDeviceId']
@@ -5244,7 +5244,7 @@ class IdentityDomainsClient(object):
5244
5244
  :rtype: :class:`~oci.response.Response`
5245
5245
 
5246
5246
  :example:
5247
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_my_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_my_o_auth2_client_credential API.
5247
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_my_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_my_o_auth2_client_credential API.
5248
5248
  """
5249
5249
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5250
5250
  required_arguments = ['myOAuth2ClientCredentialId']
@@ -5365,7 +5365,7 @@ class IdentityDomainsClient(object):
5365
5365
  :rtype: :class:`~oci.response.Response`
5366
5366
 
5367
5367
  :example:
5368
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_my_smtp_credential.py.html>`__ to see an example of how to use delete_my_smtp_credential API.
5368
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_my_smtp_credential.py.html>`__ to see an example of how to use delete_my_smtp_credential API.
5369
5369
  """
5370
5370
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5371
5371
  required_arguments = ['mySmtpCredentialId']
@@ -5486,7 +5486,7 @@ class IdentityDomainsClient(object):
5486
5486
  :rtype: :class:`~oci.response.Response`
5487
5487
 
5488
5488
  :example:
5489
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_my_support_account.py.html>`__ to see an example of how to use delete_my_support_account API.
5489
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_my_support_account.py.html>`__ to see an example of how to use delete_my_support_account API.
5490
5490
  """
5491
5491
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5492
5492
  required_arguments = ['mySupportAccountId']
@@ -5607,7 +5607,7 @@ class IdentityDomainsClient(object):
5607
5607
  :rtype: :class:`~oci.response.Response`
5608
5608
 
5609
5609
  :example:
5610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_my_trusted_user_agent.py.html>`__ to see an example of how to use delete_my_trusted_user_agent API.
5610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_my_trusted_user_agent.py.html>`__ to see an example of how to use delete_my_trusted_user_agent API.
5611
5611
  """
5612
5612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5613
5613
  required_arguments = ['myTrustedUserAgentId']
@@ -5728,7 +5728,7 @@ class IdentityDomainsClient(object):
5728
5728
  :rtype: :class:`~oci.response.Response`
5729
5729
 
5730
5730
  :example:
5731
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_my_user_db_credential.py.html>`__ to see an example of how to use delete_my_user_db_credential API.
5731
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_my_user_db_credential.py.html>`__ to see an example of how to use delete_my_user_db_credential API.
5732
5732
  """
5733
5733
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5734
5734
  required_arguments = ['myUserDbCredentialId']
@@ -5849,7 +5849,7 @@ class IdentityDomainsClient(object):
5849
5849
  :rtype: :class:`~oci.response.Response`
5850
5850
 
5851
5851
  :example:
5852
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_o_auth2_client_credential API.
5852
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_o_auth2_client_credential.py.html>`__ to see an example of how to use delete_o_auth2_client_credential API.
5853
5853
  """
5854
5854
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5855
5855
  required_arguments = ['oAuth2ClientCredentialId']
@@ -5970,7 +5970,7 @@ class IdentityDomainsClient(object):
5970
5970
  :rtype: :class:`~oci.response.Response`
5971
5971
 
5972
5972
  :example:
5973
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_password_policy.py.html>`__ to see an example of how to use delete_password_policy API.
5973
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_password_policy.py.html>`__ to see an example of how to use delete_password_policy API.
5974
5974
  """
5975
5975
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
5976
5976
  required_arguments = ['passwordPolicyId']
@@ -6091,7 +6091,7 @@ class IdentityDomainsClient(object):
6091
6091
  :rtype: :class:`~oci.response.Response`
6092
6092
 
6093
6093
  :example:
6094
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_security_question.py.html>`__ to see an example of how to use delete_security_question API.
6094
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_security_question.py.html>`__ to see an example of how to use delete_security_question API.
6095
6095
  """
6096
6096
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6097
6097
  required_arguments = ['securityQuestionId']
@@ -6212,7 +6212,7 @@ class IdentityDomainsClient(object):
6212
6212
  :rtype: :class:`~oci.response.Response`
6213
6213
 
6214
6214
  :example:
6215
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_smtp_credential.py.html>`__ to see an example of how to use delete_smtp_credential API.
6215
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_smtp_credential.py.html>`__ to see an example of how to use delete_smtp_credential API.
6216
6216
  """
6217
6217
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6218
6218
  required_arguments = ['smtpCredentialId']
@@ -6333,7 +6333,7 @@ class IdentityDomainsClient(object):
6333
6333
  :rtype: :class:`~oci.response.Response`
6334
6334
 
6335
6335
  :example:
6336
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_user.py.html>`__ to see an example of how to use delete_user API.
6336
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_user.py.html>`__ to see an example of how to use delete_user API.
6337
6337
  """
6338
6338
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6339
6339
  required_arguments = ['userId']
@@ -6454,7 +6454,7 @@ class IdentityDomainsClient(object):
6454
6454
  :rtype: :class:`~oci.response.Response`
6455
6455
 
6456
6456
  :example:
6457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/delete_user_db_credential.py.html>`__ to see an example of how to use delete_user_db_credential API.
6457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/delete_user_db_credential.py.html>`__ to see an example of how to use delete_user_db_credential API.
6458
6458
  """
6459
6459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6460
6460
  required_arguments = ['userDbCredentialId']
@@ -6577,7 +6577,7 @@ class IdentityDomainsClient(object):
6577
6577
  :rtype: :class:`~oci.response.Response`
6578
6578
 
6579
6579
  :example:
6580
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_account_mgmt_info.py.html>`__ to see an example of how to use get_account_mgmt_info API.
6580
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_account_mgmt_info.py.html>`__ to see an example of how to use get_account_mgmt_info API.
6581
6581
  """
6582
6582
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6583
6583
  required_arguments = ['accountMgmtInfoId']
@@ -6710,7 +6710,7 @@ class IdentityDomainsClient(object):
6710
6710
  :rtype: :class:`~oci.response.Response`
6711
6711
 
6712
6712
  :example:
6713
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_account_recovery_setting.py.html>`__ to see an example of how to use get_account_recovery_setting API.
6713
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_account_recovery_setting.py.html>`__ to see an example of how to use get_account_recovery_setting API.
6714
6714
  """
6715
6715
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6716
6716
  required_arguments = ['accountRecoverySettingId']
@@ -6843,7 +6843,7 @@ class IdentityDomainsClient(object):
6843
6843
  :rtype: :class:`~oci.response.Response`
6844
6844
 
6845
6845
  :example:
6846
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_api_key.py.html>`__ to see an example of how to use get_api_key API.
6846
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_api_key.py.html>`__ to see an example of how to use get_api_key API.
6847
6847
  """
6848
6848
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6849
6849
  required_arguments = ['apiKeyId']
@@ -6976,7 +6976,7 @@ class IdentityDomainsClient(object):
6976
6976
  :rtype: :class:`~oci.response.Response`
6977
6977
 
6978
6978
  :example:
6979
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_app.py.html>`__ to see an example of how to use get_app API.
6979
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_app.py.html>`__ to see an example of how to use get_app API.
6980
6980
  """
6981
6981
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
6982
6982
  required_arguments = ['appId']
@@ -7109,7 +7109,7 @@ class IdentityDomainsClient(object):
7109
7109
  :rtype: :class:`~oci.response.Response`
7110
7110
 
7111
7111
  :example:
7112
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_app_role.py.html>`__ to see an example of how to use get_app_role API.
7112
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_app_role.py.html>`__ to see an example of how to use get_app_role API.
7113
7113
  """
7114
7114
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7115
7115
  required_arguments = ['appRoleId']
@@ -7242,7 +7242,7 @@ class IdentityDomainsClient(object):
7242
7242
  :rtype: :class:`~oci.response.Response`
7243
7243
 
7244
7244
  :example:
7245
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_auth_token.py.html>`__ to see an example of how to use get_auth_token API.
7245
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_auth_token.py.html>`__ to see an example of how to use get_auth_token API.
7246
7246
  """
7247
7247
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7248
7248
  required_arguments = ['authTokenId']
@@ -7375,7 +7375,7 @@ class IdentityDomainsClient(object):
7375
7375
  :rtype: :class:`~oci.response.Response`
7376
7376
 
7377
7377
  :example:
7378
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_authentication_factor_setting.py.html>`__ to see an example of how to use get_authentication_factor_setting API.
7378
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_authentication_factor_setting.py.html>`__ to see an example of how to use get_authentication_factor_setting API.
7379
7379
  """
7380
7380
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7381
7381
  required_arguments = ['authenticationFactorSettingId']
@@ -7508,7 +7508,7 @@ class IdentityDomainsClient(object):
7508
7508
  :rtype: :class:`~oci.response.Response`
7509
7509
 
7510
7510
  :example:
7511
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_customer_secret_key.py.html>`__ to see an example of how to use get_customer_secret_key API.
7511
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_customer_secret_key.py.html>`__ to see an example of how to use get_customer_secret_key API.
7512
7512
  """
7513
7513
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7514
7514
  required_arguments = ['customerSecretKeyId']
@@ -7641,7 +7641,7 @@ class IdentityDomainsClient(object):
7641
7641
  :rtype: :class:`~oci.response.Response`
7642
7642
 
7643
7643
  :example:
7644
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_dynamic_resource_group.py.html>`__ to see an example of how to use get_dynamic_resource_group API.
7644
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_dynamic_resource_group.py.html>`__ to see an example of how to use get_dynamic_resource_group API.
7645
7645
  """
7646
7646
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7647
7647
  required_arguments = ['dynamicResourceGroupId']
@@ -7774,7 +7774,7 @@ class IdentityDomainsClient(object):
7774
7774
  :rtype: :class:`~oci.response.Response`
7775
7775
 
7776
7776
  :example:
7777
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_grant.py.html>`__ to see an example of how to use get_grant API.
7777
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_grant.py.html>`__ to see an example of how to use get_grant API.
7778
7778
  """
7779
7779
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7780
7780
  required_arguments = ['grantId']
@@ -7907,7 +7907,7 @@ class IdentityDomainsClient(object):
7907
7907
  :rtype: :class:`~oci.response.Response`
7908
7908
 
7909
7909
  :example:
7910
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_group.py.html>`__ to see an example of how to use get_group API.
7910
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_group.py.html>`__ to see an example of how to use get_group API.
7911
7911
  """
7912
7912
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
7913
7913
  required_arguments = ['groupId']
@@ -8040,7 +8040,7 @@ class IdentityDomainsClient(object):
8040
8040
  :rtype: :class:`~oci.response.Response`
8041
8041
 
8042
8042
  :example:
8043
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_identity_provider.py.html>`__ to see an example of how to use get_identity_provider API.
8043
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_identity_provider.py.html>`__ to see an example of how to use get_identity_provider API.
8044
8044
  """
8045
8045
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8046
8046
  required_arguments = ['identityProviderId']
@@ -8173,7 +8173,7 @@ class IdentityDomainsClient(object):
8173
8173
  :rtype: :class:`~oci.response.Response`
8174
8174
 
8175
8175
  :example:
8176
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_identity_setting.py.html>`__ to see an example of how to use get_identity_setting API.
8176
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_identity_setting.py.html>`__ to see an example of how to use get_identity_setting API.
8177
8177
  """
8178
8178
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8179
8179
  required_arguments = ['identitySettingId']
@@ -8306,7 +8306,7 @@ class IdentityDomainsClient(object):
8306
8306
  :rtype: :class:`~oci.response.Response`
8307
8307
 
8308
8308
  :example:
8309
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_kmsi_setting.py.html>`__ to see an example of how to use get_kmsi_setting API.
8309
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_kmsi_setting.py.html>`__ to see an example of how to use get_kmsi_setting API.
8310
8310
  """
8311
8311
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8312
8312
  required_arguments = ['kmsiSettingId']
@@ -8436,7 +8436,7 @@ class IdentityDomainsClient(object):
8436
8436
  :rtype: :class:`~oci.response.Response`
8437
8437
 
8438
8438
  :example:
8439
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_me.py.html>`__ to see an example of how to use get_me API.
8439
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_me.py.html>`__ to see an example of how to use get_me API.
8440
8440
  """
8441
8441
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8442
8442
  required_arguments = []
@@ -8549,7 +8549,7 @@ class IdentityDomainsClient(object):
8549
8549
  :rtype: :class:`~oci.response.Response`
8550
8550
 
8551
8551
  :example:
8552
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_my_api_key.py.html>`__ to see an example of how to use get_my_api_key API.
8552
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_my_api_key.py.html>`__ to see an example of how to use get_my_api_key API.
8553
8553
  """
8554
8554
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8555
8555
  required_arguments = ['myApiKeyId']
@@ -8656,7 +8656,7 @@ class IdentityDomainsClient(object):
8656
8656
  :rtype: :class:`~oci.response.Response`
8657
8657
 
8658
8658
  :example:
8659
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_my_auth_token.py.html>`__ to see an example of how to use get_my_auth_token API.
8659
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_my_auth_token.py.html>`__ to see an example of how to use get_my_auth_token API.
8660
8660
  """
8661
8661
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8662
8662
  required_arguments = ['myAuthTokenId']
@@ -8763,7 +8763,7 @@ class IdentityDomainsClient(object):
8763
8763
  :rtype: :class:`~oci.response.Response`
8764
8764
 
8765
8765
  :example:
8766
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_my_customer_secret_key.py.html>`__ to see an example of how to use get_my_customer_secret_key API.
8766
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_my_customer_secret_key.py.html>`__ to see an example of how to use get_my_customer_secret_key API.
8767
8767
  """
8768
8768
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8769
8769
  required_arguments = ['myCustomerSecretKeyId']
@@ -8878,7 +8878,7 @@ class IdentityDomainsClient(object):
8878
8878
  :rtype: :class:`~oci.response.Response`
8879
8879
 
8880
8880
  :example:
8881
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_my_device.py.html>`__ to see an example of how to use get_my_device API.
8881
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_my_device.py.html>`__ to see an example of how to use get_my_device API.
8882
8882
  """
8883
8883
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
8884
8884
  required_arguments = ['myDeviceId']
@@ -9003,7 +9003,7 @@ class IdentityDomainsClient(object):
9003
9003
  :rtype: :class:`~oci.response.Response`
9004
9004
 
9005
9005
  :example:
9006
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_my_o_auth2_client_credential.py.html>`__ to see an example of how to use get_my_o_auth2_client_credential API.
9006
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_my_o_auth2_client_credential.py.html>`__ to see an example of how to use get_my_o_auth2_client_credential API.
9007
9007
  """
9008
9008
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9009
9009
  required_arguments = ['myOAuth2ClientCredentialId']
@@ -9110,7 +9110,7 @@ class IdentityDomainsClient(object):
9110
9110
  :rtype: :class:`~oci.response.Response`
9111
9111
 
9112
9112
  :example:
9113
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_my_smtp_credential.py.html>`__ to see an example of how to use get_my_smtp_credential API.
9113
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_my_smtp_credential.py.html>`__ to see an example of how to use get_my_smtp_credential API.
9114
9114
  """
9115
9115
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9116
9116
  required_arguments = ['mySmtpCredentialId']
@@ -9217,7 +9217,7 @@ class IdentityDomainsClient(object):
9217
9217
  :rtype: :class:`~oci.response.Response`
9218
9218
 
9219
9219
  :example:
9220
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_my_support_account.py.html>`__ to see an example of how to use get_my_support_account API.
9220
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_my_support_account.py.html>`__ to see an example of how to use get_my_support_account API.
9221
9221
  """
9222
9222
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9223
9223
  required_arguments = ['mySupportAccountId']
@@ -9332,7 +9332,7 @@ class IdentityDomainsClient(object):
9332
9332
  :rtype: :class:`~oci.response.Response`
9333
9333
 
9334
9334
  :example:
9335
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_my_trusted_user_agent.py.html>`__ to see an example of how to use get_my_trusted_user_agent API.
9335
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_my_trusted_user_agent.py.html>`__ to see an example of how to use get_my_trusted_user_agent API.
9336
9336
  """
9337
9337
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9338
9338
  required_arguments = ['myTrustedUserAgentId']
@@ -9457,7 +9457,7 @@ class IdentityDomainsClient(object):
9457
9457
  :rtype: :class:`~oci.response.Response`
9458
9458
 
9459
9459
  :example:
9460
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_my_user_db_credential.py.html>`__ to see an example of how to use get_my_user_db_credential API.
9460
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_my_user_db_credential.py.html>`__ to see an example of how to use get_my_user_db_credential API.
9461
9461
  """
9462
9462
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9463
9463
  required_arguments = ['myUserDbCredentialId']
@@ -9572,7 +9572,7 @@ class IdentityDomainsClient(object):
9572
9572
  :rtype: :class:`~oci.response.Response`
9573
9573
 
9574
9574
  :example:
9575
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_o_auth2_client_credential.py.html>`__ to see an example of how to use get_o_auth2_client_credential API.
9575
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_o_auth2_client_credential.py.html>`__ to see an example of how to use get_o_auth2_client_credential API.
9576
9576
  """
9577
9577
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9578
9578
  required_arguments = ['oAuth2ClientCredentialId']
@@ -9705,7 +9705,7 @@ class IdentityDomainsClient(object):
9705
9705
  :rtype: :class:`~oci.response.Response`
9706
9706
 
9707
9707
  :example:
9708
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_password_policy.py.html>`__ to see an example of how to use get_password_policy API.
9708
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_password_policy.py.html>`__ to see an example of how to use get_password_policy API.
9709
9709
  """
9710
9710
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9711
9711
  required_arguments = ['passwordPolicyId']
@@ -9838,7 +9838,7 @@ class IdentityDomainsClient(object):
9838
9838
  :rtype: :class:`~oci.response.Response`
9839
9839
 
9840
9840
  :example:
9841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_security_question.py.html>`__ to see an example of how to use get_security_question API.
9841
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_security_question.py.html>`__ to see an example of how to use get_security_question API.
9842
9842
  """
9843
9843
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9844
9844
  required_arguments = ['securityQuestionId']
@@ -9971,7 +9971,7 @@ class IdentityDomainsClient(object):
9971
9971
  :rtype: :class:`~oci.response.Response`
9972
9972
 
9973
9973
  :example:
9974
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_security_question_setting.py.html>`__ to see an example of how to use get_security_question_setting API.
9974
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_security_question_setting.py.html>`__ to see an example of how to use get_security_question_setting API.
9975
9975
  """
9976
9976
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
9977
9977
  required_arguments = ['securityQuestionSettingId']
@@ -10104,7 +10104,7 @@ class IdentityDomainsClient(object):
10104
10104
  :rtype: :class:`~oci.response.Response`
10105
10105
 
10106
10106
  :example:
10107
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_smtp_credential.py.html>`__ to see an example of how to use get_smtp_credential API.
10107
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_smtp_credential.py.html>`__ to see an example of how to use get_smtp_credential API.
10108
10108
  """
10109
10109
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10110
10110
  required_arguments = ['smtpCredentialId']
@@ -10237,7 +10237,7 @@ class IdentityDomainsClient(object):
10237
10237
  :rtype: :class:`~oci.response.Response`
10238
10238
 
10239
10239
  :example:
10240
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_user.py.html>`__ to see an example of how to use get_user API.
10240
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_user.py.html>`__ to see an example of how to use get_user API.
10241
10241
  """
10242
10242
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10243
10243
  required_arguments = ['userId']
@@ -10370,7 +10370,7 @@ class IdentityDomainsClient(object):
10370
10370
  :rtype: :class:`~oci.response.Response`
10371
10371
 
10372
10372
  :example:
10373
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_user_attributes_setting.py.html>`__ to see an example of how to use get_user_attributes_setting API.
10373
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_user_attributes_setting.py.html>`__ to see an example of how to use get_user_attributes_setting API.
10374
10374
  """
10375
10375
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10376
10376
  required_arguments = ['userAttributesSettingId']
@@ -10503,7 +10503,7 @@ class IdentityDomainsClient(object):
10503
10503
  :rtype: :class:`~oci.response.Response`
10504
10504
 
10505
10505
  :example:
10506
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/get_user_db_credential.py.html>`__ to see an example of how to use get_user_db_credential API.
10506
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/get_user_db_credential.py.html>`__ to see an example of how to use get_user_db_credential API.
10507
10507
  """
10508
10508
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10509
10509
  required_arguments = ['userDbCredentialId']
@@ -10658,7 +10658,7 @@ class IdentityDomainsClient(object):
10658
10658
  :rtype: :class:`~oci.response.Response`
10659
10659
 
10660
10660
  :example:
10661
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_account_mgmt_infos.py.html>`__ to see an example of how to use list_account_mgmt_infos API.
10661
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_account_mgmt_infos.py.html>`__ to see an example of how to use list_account_mgmt_infos API.
10662
10662
  """
10663
10663
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10664
10664
  required_arguments = []
@@ -10803,7 +10803,7 @@ class IdentityDomainsClient(object):
10803
10803
  :rtype: :class:`~oci.response.Response`
10804
10804
 
10805
10805
  :example:
10806
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_account_recovery_settings.py.html>`__ to see an example of how to use list_account_recovery_settings API.
10806
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_account_recovery_settings.py.html>`__ to see an example of how to use list_account_recovery_settings API.
10807
10807
  """
10808
10808
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10809
10809
  required_arguments = []
@@ -10950,7 +10950,7 @@ class IdentityDomainsClient(object):
10950
10950
  :rtype: :class:`~oci.response.Response`
10951
10951
 
10952
10952
  :example:
10953
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_api_keys.py.html>`__ to see an example of how to use list_api_keys API.
10953
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_api_keys.py.html>`__ to see an example of how to use list_api_keys API.
10954
10954
  """
10955
10955
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
10956
10956
  required_arguments = []
@@ -11114,7 +11114,7 @@ class IdentityDomainsClient(object):
11114
11114
  :rtype: :class:`~oci.response.Response`
11115
11115
 
11116
11116
  :example:
11117
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_app_roles.py.html>`__ to see an example of how to use list_app_roles API.
11117
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_app_roles.py.html>`__ to see an example of how to use list_app_roles API.
11118
11118
  """
11119
11119
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11120
11120
  required_arguments = []
@@ -11278,7 +11278,7 @@ class IdentityDomainsClient(object):
11278
11278
  :rtype: :class:`~oci.response.Response`
11279
11279
 
11280
11280
  :example:
11281
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_apps.py.html>`__ to see an example of how to use list_apps API.
11281
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_apps.py.html>`__ to see an example of how to use list_apps API.
11282
11282
  """
11283
11283
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11284
11284
  required_arguments = []
@@ -11442,7 +11442,7 @@ class IdentityDomainsClient(object):
11442
11442
  :rtype: :class:`~oci.response.Response`
11443
11443
 
11444
11444
  :example:
11445
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_auth_tokens.py.html>`__ to see an example of how to use list_auth_tokens API.
11445
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_auth_tokens.py.html>`__ to see an example of how to use list_auth_tokens API.
11446
11446
  """
11447
11447
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11448
11448
  required_arguments = []
@@ -11587,7 +11587,7 @@ class IdentityDomainsClient(object):
11587
11587
  :rtype: :class:`~oci.response.Response`
11588
11588
 
11589
11589
  :example:
11590
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_authentication_factor_settings.py.html>`__ to see an example of how to use list_authentication_factor_settings API.
11590
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_authentication_factor_settings.py.html>`__ to see an example of how to use list_authentication_factor_settings API.
11591
11591
  """
11592
11592
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11593
11593
  required_arguments = []
@@ -11734,7 +11734,7 @@ class IdentityDomainsClient(object):
11734
11734
  :rtype: :class:`~oci.response.Response`
11735
11735
 
11736
11736
  :example:
11737
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_customer_secret_keys.py.html>`__ to see an example of how to use list_customer_secret_keys API.
11737
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_customer_secret_keys.py.html>`__ to see an example of how to use list_customer_secret_keys API.
11738
11738
  """
11739
11739
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11740
11740
  required_arguments = []
@@ -11898,7 +11898,7 @@ class IdentityDomainsClient(object):
11898
11898
  :rtype: :class:`~oci.response.Response`
11899
11899
 
11900
11900
  :example:
11901
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_dynamic_resource_groups.py.html>`__ to see an example of how to use list_dynamic_resource_groups API.
11901
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_dynamic_resource_groups.py.html>`__ to see an example of how to use list_dynamic_resource_groups API.
11902
11902
  """
11903
11903
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
11904
11904
  required_arguments = []
@@ -12062,7 +12062,7 @@ class IdentityDomainsClient(object):
12062
12062
  :rtype: :class:`~oci.response.Response`
12063
12063
 
12064
12064
  :example:
12065
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_grants.py.html>`__ to see an example of how to use list_grants API.
12065
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_grants.py.html>`__ to see an example of how to use list_grants API.
12066
12066
  """
12067
12067
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12068
12068
  required_arguments = []
@@ -12226,7 +12226,7 @@ class IdentityDomainsClient(object):
12226
12226
  :rtype: :class:`~oci.response.Response`
12227
12227
 
12228
12228
  :example:
12229
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_groups.py.html>`__ to see an example of how to use list_groups API.
12229
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_groups.py.html>`__ to see an example of how to use list_groups API.
12230
12230
  """
12231
12231
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12232
12232
  required_arguments = []
@@ -12390,7 +12390,7 @@ class IdentityDomainsClient(object):
12390
12390
  :rtype: :class:`~oci.response.Response`
12391
12391
 
12392
12392
  :example:
12393
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_identity_providers.py.html>`__ to see an example of how to use list_identity_providers API.
12393
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_identity_providers.py.html>`__ to see an example of how to use list_identity_providers API.
12394
12394
  """
12395
12395
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12396
12396
  required_arguments = []
@@ -12535,7 +12535,7 @@ class IdentityDomainsClient(object):
12535
12535
  :rtype: :class:`~oci.response.Response`
12536
12536
 
12537
12537
  :example:
12538
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_identity_settings.py.html>`__ to see an example of how to use list_identity_settings API.
12538
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_identity_settings.py.html>`__ to see an example of how to use list_identity_settings API.
12539
12539
  """
12540
12540
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12541
12541
  required_arguments = []
@@ -12663,7 +12663,7 @@ class IdentityDomainsClient(object):
12663
12663
  :rtype: :class:`~oci.response.Response`
12664
12664
 
12665
12665
  :example:
12666
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_kmsi_settings.py.html>`__ to see an example of how to use list_kmsi_settings API.
12666
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_kmsi_settings.py.html>`__ to see an example of how to use list_kmsi_settings API.
12667
12667
  """
12668
12668
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12669
12669
  required_arguments = []
@@ -12802,7 +12802,7 @@ class IdentityDomainsClient(object):
12802
12802
  :rtype: :class:`~oci.response.Response`
12803
12803
 
12804
12804
  :example:
12805
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_api_keys.py.html>`__ to see an example of how to use list_my_api_keys API.
12805
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_api_keys.py.html>`__ to see an example of how to use list_my_api_keys API.
12806
12806
  """
12807
12807
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12808
12808
  required_arguments = []
@@ -12946,7 +12946,7 @@ class IdentityDomainsClient(object):
12946
12946
  :rtype: :class:`~oci.response.Response`
12947
12947
 
12948
12948
  :example:
12949
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_apps.py.html>`__ to see an example of how to use list_my_apps API.
12949
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_apps.py.html>`__ to see an example of how to use list_my_apps API.
12950
12950
  """
12951
12951
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
12952
12952
  required_arguments = []
@@ -13090,7 +13090,7 @@ class IdentityDomainsClient(object):
13090
13090
  :rtype: :class:`~oci.response.Response`
13091
13091
 
13092
13092
  :example:
13093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_auth_tokens.py.html>`__ to see an example of how to use list_my_auth_tokens API.
13093
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_auth_tokens.py.html>`__ to see an example of how to use list_my_auth_tokens API.
13094
13094
  """
13095
13095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13096
13096
  required_arguments = []
@@ -13234,7 +13234,7 @@ class IdentityDomainsClient(object):
13234
13234
  :rtype: :class:`~oci.response.Response`
13235
13235
 
13236
13236
  :example:
13237
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_customer_secret_keys.py.html>`__ to see an example of how to use list_my_customer_secret_keys API.
13237
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_customer_secret_keys.py.html>`__ to see an example of how to use list_my_customer_secret_keys API.
13238
13238
  """
13239
13239
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13240
13240
  required_arguments = []
@@ -13386,7 +13386,7 @@ class IdentityDomainsClient(object):
13386
13386
  :rtype: :class:`~oci.response.Response`
13387
13387
 
13388
13388
  :example:
13389
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_devices.py.html>`__ to see an example of how to use list_my_devices API.
13389
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_devices.py.html>`__ to see an example of how to use list_my_devices API.
13390
13390
  """
13391
13391
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13392
13392
  required_arguments = []
@@ -13550,7 +13550,7 @@ class IdentityDomainsClient(object):
13550
13550
  :rtype: :class:`~oci.response.Response`
13551
13551
 
13552
13552
  :example:
13553
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_groups.py.html>`__ to see an example of how to use list_my_groups API.
13553
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_groups.py.html>`__ to see an example of how to use list_my_groups API.
13554
13554
  """
13555
13555
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13556
13556
  required_arguments = []
@@ -13706,7 +13706,7 @@ class IdentityDomainsClient(object):
13706
13706
  :rtype: :class:`~oci.response.Response`
13707
13707
 
13708
13708
  :example:
13709
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_my_o_auth2_client_credentials API.
13709
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_my_o_auth2_client_credentials API.
13710
13710
  """
13711
13711
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13712
13712
  required_arguments = []
@@ -13850,7 +13850,7 @@ class IdentityDomainsClient(object):
13850
13850
  :rtype: :class:`~oci.response.Response`
13851
13851
 
13852
13852
  :example:
13853
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_requestable_groups.py.html>`__ to see an example of how to use list_my_requestable_groups API.
13853
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_requestable_groups.py.html>`__ to see an example of how to use list_my_requestable_groups API.
13854
13854
  """
13855
13855
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
13856
13856
  required_arguments = []
@@ -14002,7 +14002,7 @@ class IdentityDomainsClient(object):
14002
14002
  :rtype: :class:`~oci.response.Response`
14003
14003
 
14004
14004
  :example:
14005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_requests.py.html>`__ to see an example of how to use list_my_requests API.
14005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_requests.py.html>`__ to see an example of how to use list_my_requests API.
14006
14006
  """
14007
14007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14008
14008
  required_arguments = []
@@ -14158,7 +14158,7 @@ class IdentityDomainsClient(object):
14158
14158
  :rtype: :class:`~oci.response.Response`
14159
14159
 
14160
14160
  :example:
14161
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_smtp_credentials.py.html>`__ to see an example of how to use list_my_smtp_credentials API.
14161
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_smtp_credentials.py.html>`__ to see an example of how to use list_my_smtp_credentials API.
14162
14162
  """
14163
14163
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14164
14164
  required_arguments = []
@@ -14302,7 +14302,7 @@ class IdentityDomainsClient(object):
14302
14302
  :rtype: :class:`~oci.response.Response`
14303
14303
 
14304
14304
  :example:
14305
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_support_accounts.py.html>`__ to see an example of how to use list_my_support_accounts API.
14305
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_support_accounts.py.html>`__ to see an example of how to use list_my_support_accounts API.
14306
14306
  """
14307
14307
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14308
14308
  required_arguments = []
@@ -14454,7 +14454,7 @@ class IdentityDomainsClient(object):
14454
14454
  :rtype: :class:`~oci.response.Response`
14455
14455
 
14456
14456
  :example:
14457
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_trusted_user_agents.py.html>`__ to see an example of how to use list_my_trusted_user_agents API.
14457
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_trusted_user_agents.py.html>`__ to see an example of how to use list_my_trusted_user_agents API.
14458
14458
  """
14459
14459
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14460
14460
  required_arguments = []
@@ -14610,7 +14610,7 @@ class IdentityDomainsClient(object):
14610
14610
  :rtype: :class:`~oci.response.Response`
14611
14611
 
14612
14612
  :example:
14613
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_my_user_db_credentials.py.html>`__ to see an example of how to use list_my_user_db_credentials API.
14613
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_my_user_db_credentials.py.html>`__ to see an example of how to use list_my_user_db_credentials API.
14614
14614
  """
14615
14615
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14616
14616
  required_arguments = []
@@ -14762,7 +14762,7 @@ class IdentityDomainsClient(object):
14762
14762
  :rtype: :class:`~oci.response.Response`
14763
14763
 
14764
14764
  :example:
14765
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_o_auth2_client_credentials API.
14765
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_o_auth2_client_credentials.py.html>`__ to see an example of how to use list_o_auth2_client_credentials API.
14766
14766
  """
14767
14767
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14768
14768
  required_arguments = []
@@ -14926,7 +14926,7 @@ class IdentityDomainsClient(object):
14926
14926
  :rtype: :class:`~oci.response.Response`
14927
14927
 
14928
14928
  :example:
14929
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_password_policies.py.html>`__ to see an example of how to use list_password_policies API.
14929
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_password_policies.py.html>`__ to see an example of how to use list_password_policies API.
14930
14930
  """
14931
14931
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
14932
14932
  required_arguments = []
@@ -15090,7 +15090,7 @@ class IdentityDomainsClient(object):
15090
15090
  :rtype: :class:`~oci.response.Response`
15091
15091
 
15092
15092
  :example:
15093
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_resource_type_schema_attributes.py.html>`__ to see an example of how to use list_resource_type_schema_attributes API.
15093
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_resource_type_schema_attributes.py.html>`__ to see an example of how to use list_resource_type_schema_attributes API.
15094
15094
  """
15095
15095
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15096
15096
  required_arguments = []
@@ -15235,7 +15235,7 @@ class IdentityDomainsClient(object):
15235
15235
  :rtype: :class:`~oci.response.Response`
15236
15236
 
15237
15237
  :example:
15238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_security_question_settings.py.html>`__ to see an example of how to use list_security_question_settings API.
15238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_security_question_settings.py.html>`__ to see an example of how to use list_security_question_settings API.
15239
15239
  """
15240
15240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15241
15241
  required_arguments = []
@@ -15382,7 +15382,7 @@ class IdentityDomainsClient(object):
15382
15382
  :rtype: :class:`~oci.response.Response`
15383
15383
 
15384
15384
  :example:
15385
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_security_questions.py.html>`__ to see an example of how to use list_security_questions API.
15385
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_security_questions.py.html>`__ to see an example of how to use list_security_questions API.
15386
15386
  """
15387
15387
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15388
15388
  required_arguments = []
@@ -15546,7 +15546,7 @@ class IdentityDomainsClient(object):
15546
15546
  :rtype: :class:`~oci.response.Response`
15547
15547
 
15548
15548
  :example:
15549
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_smtp_credentials.py.html>`__ to see an example of how to use list_smtp_credentials API.
15549
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_smtp_credentials.py.html>`__ to see an example of how to use list_smtp_credentials API.
15550
15550
  """
15551
15551
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15552
15552
  required_arguments = []
@@ -15691,7 +15691,7 @@ class IdentityDomainsClient(object):
15691
15691
  :rtype: :class:`~oci.response.Response`
15692
15692
 
15693
15693
  :example:
15694
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_user_attributes_settings.py.html>`__ to see an example of how to use list_user_attributes_settings API.
15694
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_user_attributes_settings.py.html>`__ to see an example of how to use list_user_attributes_settings API.
15695
15695
  """
15696
15696
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15697
15697
  required_arguments = []
@@ -15838,7 +15838,7 @@ class IdentityDomainsClient(object):
15838
15838
  :rtype: :class:`~oci.response.Response`
15839
15839
 
15840
15840
  :example:
15841
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_user_db_credentials.py.html>`__ to see an example of how to use list_user_db_credentials API.
15841
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_user_db_credentials.py.html>`__ to see an example of how to use list_user_db_credentials API.
15842
15842
  """
15843
15843
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
15844
15844
  required_arguments = []
@@ -16002,7 +16002,7 @@ class IdentityDomainsClient(object):
16002
16002
  :rtype: :class:`~oci.response.Response`
16003
16003
 
16004
16004
  :example:
16005
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/list_users.py.html>`__ to see an example of how to use list_users API.
16005
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/list_users.py.html>`__ to see an example of how to use list_users API.
16006
16006
  """
16007
16007
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16008
16008
  required_arguments = []
@@ -16162,7 +16162,7 @@ class IdentityDomainsClient(object):
16162
16162
  :rtype: :class:`~oci.response.Response`
16163
16163
 
16164
16164
  :example:
16165
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_account_recovery_setting.py.html>`__ to see an example of how to use patch_account_recovery_setting API.
16165
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_account_recovery_setting.py.html>`__ to see an example of how to use patch_account_recovery_setting API.
16166
16166
  """
16167
16167
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16168
16168
  required_arguments = ['accountRecoverySettingId']
@@ -16318,7 +16318,7 @@ class IdentityDomainsClient(object):
16318
16318
  :rtype: :class:`~oci.response.Response`
16319
16319
 
16320
16320
  :example:
16321
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_api_key.py.html>`__ to see an example of how to use patch_api_key API.
16321
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_api_key.py.html>`__ to see an example of how to use patch_api_key API.
16322
16322
  """
16323
16323
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16324
16324
  required_arguments = ['apiKeyId']
@@ -16474,7 +16474,7 @@ class IdentityDomainsClient(object):
16474
16474
  :rtype: :class:`~oci.response.Response`
16475
16475
 
16476
16476
  :example:
16477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_app.py.html>`__ to see an example of how to use patch_app API.
16477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_app.py.html>`__ to see an example of how to use patch_app API.
16478
16478
  """
16479
16479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16480
16480
  required_arguments = ['appId']
@@ -16630,7 +16630,7 @@ class IdentityDomainsClient(object):
16630
16630
  :rtype: :class:`~oci.response.Response`
16631
16631
 
16632
16632
  :example:
16633
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_app_role.py.html>`__ to see an example of how to use patch_app_role API.
16633
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_app_role.py.html>`__ to see an example of how to use patch_app_role API.
16634
16634
  """
16635
16635
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16636
16636
  required_arguments = ['appRoleId']
@@ -16786,7 +16786,7 @@ class IdentityDomainsClient(object):
16786
16786
  :rtype: :class:`~oci.response.Response`
16787
16787
 
16788
16788
  :example:
16789
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_auth_token.py.html>`__ to see an example of how to use patch_auth_token API.
16789
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_auth_token.py.html>`__ to see an example of how to use patch_auth_token API.
16790
16790
  """
16791
16791
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16792
16792
  required_arguments = ['authTokenId']
@@ -16942,7 +16942,7 @@ class IdentityDomainsClient(object):
16942
16942
  :rtype: :class:`~oci.response.Response`
16943
16943
 
16944
16944
  :example:
16945
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_customer_secret_key.py.html>`__ to see an example of how to use patch_customer_secret_key API.
16945
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_customer_secret_key.py.html>`__ to see an example of how to use patch_customer_secret_key API.
16946
16946
  """
16947
16947
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
16948
16948
  required_arguments = ['customerSecretKeyId']
@@ -17098,7 +17098,7 @@ class IdentityDomainsClient(object):
17098
17098
  :rtype: :class:`~oci.response.Response`
17099
17099
 
17100
17100
  :example:
17101
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_dynamic_resource_group.py.html>`__ to see an example of how to use patch_dynamic_resource_group API.
17101
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_dynamic_resource_group.py.html>`__ to see an example of how to use patch_dynamic_resource_group API.
17102
17102
  """
17103
17103
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17104
17104
  required_arguments = ['dynamicResourceGroupId']
@@ -17254,7 +17254,7 @@ class IdentityDomainsClient(object):
17254
17254
  :rtype: :class:`~oci.response.Response`
17255
17255
 
17256
17256
  :example:
17257
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_grant.py.html>`__ to see an example of how to use patch_grant API.
17257
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_grant.py.html>`__ to see an example of how to use patch_grant API.
17258
17258
  """
17259
17259
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17260
17260
  required_arguments = ['grantId']
@@ -17410,7 +17410,7 @@ class IdentityDomainsClient(object):
17410
17410
  :rtype: :class:`~oci.response.Response`
17411
17411
 
17412
17412
  :example:
17413
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_group.py.html>`__ to see an example of how to use patch_group API.
17413
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_group.py.html>`__ to see an example of how to use patch_group API.
17414
17414
  """
17415
17415
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17416
17416
  required_arguments = ['groupId']
@@ -17566,7 +17566,7 @@ class IdentityDomainsClient(object):
17566
17566
  :rtype: :class:`~oci.response.Response`
17567
17567
 
17568
17568
  :example:
17569
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_identity_provider.py.html>`__ to see an example of how to use patch_identity_provider API.
17569
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_identity_provider.py.html>`__ to see an example of how to use patch_identity_provider API.
17570
17570
  """
17571
17571
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17572
17572
  required_arguments = ['identityProviderId']
@@ -17722,7 +17722,7 @@ class IdentityDomainsClient(object):
17722
17722
  :rtype: :class:`~oci.response.Response`
17723
17723
 
17724
17724
  :example:
17725
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_identity_setting.py.html>`__ to see an example of how to use patch_identity_setting API.
17725
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_identity_setting.py.html>`__ to see an example of how to use patch_identity_setting API.
17726
17726
  """
17727
17727
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17728
17728
  required_arguments = ['identitySettingId']
@@ -17878,7 +17878,7 @@ class IdentityDomainsClient(object):
17878
17878
  :rtype: :class:`~oci.response.Response`
17879
17879
 
17880
17880
  :example:
17881
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_kmsi_setting.py.html>`__ to see an example of how to use patch_kmsi_setting API.
17881
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_kmsi_setting.py.html>`__ to see an example of how to use patch_kmsi_setting API.
17882
17882
  """
17883
17883
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
17884
17884
  required_arguments = ['kmsiSettingId']
@@ -18031,7 +18031,7 @@ class IdentityDomainsClient(object):
18031
18031
  :rtype: :class:`~oci.response.Response`
18032
18032
 
18033
18033
  :example:
18034
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_me.py.html>`__ to see an example of how to use patch_me API.
18034
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_me.py.html>`__ to see an example of how to use patch_me API.
18035
18035
  """
18036
18036
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18037
18037
  required_arguments = []
@@ -18167,7 +18167,7 @@ class IdentityDomainsClient(object):
18167
18167
  :rtype: :class:`~oci.response.Response`
18168
18168
 
18169
18169
  :example:
18170
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_my_api_key.py.html>`__ to see an example of how to use patch_my_api_key API.
18170
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_my_api_key.py.html>`__ to see an example of how to use patch_my_api_key API.
18171
18171
  """
18172
18172
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18173
18173
  required_arguments = ['myApiKeyId']
@@ -18297,7 +18297,7 @@ class IdentityDomainsClient(object):
18297
18297
  :rtype: :class:`~oci.response.Response`
18298
18298
 
18299
18299
  :example:
18300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_my_auth_token.py.html>`__ to see an example of how to use patch_my_auth_token API.
18300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_my_auth_token.py.html>`__ to see an example of how to use patch_my_auth_token API.
18301
18301
  """
18302
18302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18303
18303
  required_arguments = ['myAuthTokenId']
@@ -18427,7 +18427,7 @@ class IdentityDomainsClient(object):
18427
18427
  :rtype: :class:`~oci.response.Response`
18428
18428
 
18429
18429
  :example:
18430
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_my_customer_secret_key.py.html>`__ to see an example of how to use patch_my_customer_secret_key API.
18430
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_my_customer_secret_key.py.html>`__ to see an example of how to use patch_my_customer_secret_key API.
18431
18431
  """
18432
18432
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18433
18433
  required_arguments = ['myCustomerSecretKeyId']
@@ -18565,7 +18565,7 @@ class IdentityDomainsClient(object):
18565
18565
  :rtype: :class:`~oci.response.Response`
18566
18566
 
18567
18567
  :example:
18568
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_my_device.py.html>`__ to see an example of how to use patch_my_device API.
18568
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_my_device.py.html>`__ to see an example of how to use patch_my_device API.
18569
18569
  """
18570
18570
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18571
18571
  required_arguments = ['myDeviceId']
@@ -18713,7 +18713,7 @@ class IdentityDomainsClient(object):
18713
18713
  :rtype: :class:`~oci.response.Response`
18714
18714
 
18715
18715
  :example:
18716
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_my_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_my_o_auth2_client_credential API.
18716
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_my_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_my_o_auth2_client_credential API.
18717
18717
  """
18718
18718
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18719
18719
  required_arguments = ['myOAuth2ClientCredentialId']
@@ -18843,7 +18843,7 @@ class IdentityDomainsClient(object):
18843
18843
  :rtype: :class:`~oci.response.Response`
18844
18844
 
18845
18845
  :example:
18846
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_my_smtp_credential.py.html>`__ to see an example of how to use patch_my_smtp_credential API.
18846
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_my_smtp_credential.py.html>`__ to see an example of how to use patch_my_smtp_credential API.
18847
18847
  """
18848
18848
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18849
18849
  required_arguments = ['mySmtpCredentialId']
@@ -18981,7 +18981,7 @@ class IdentityDomainsClient(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/identitydomains/patch_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_o_auth2_client_credential API.
18984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_o_auth2_client_credential.py.html>`__ to see an example of how to use patch_o_auth2_client_credential API.
18985
18985
  """
18986
18986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
18987
18987
  required_arguments = ['oAuth2ClientCredentialId']
@@ -19137,7 +19137,7 @@ class IdentityDomainsClient(object):
19137
19137
  :rtype: :class:`~oci.response.Response`
19138
19138
 
19139
19139
  :example:
19140
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_password_policy.py.html>`__ to see an example of how to use patch_password_policy API.
19140
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_password_policy.py.html>`__ to see an example of how to use patch_password_policy API.
19141
19141
  """
19142
19142
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19143
19143
  required_arguments = ['passwordPolicyId']
@@ -19293,7 +19293,7 @@ class IdentityDomainsClient(object):
19293
19293
  :rtype: :class:`~oci.response.Response`
19294
19294
 
19295
19295
  :example:
19296
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_security_question.py.html>`__ to see an example of how to use patch_security_question API.
19296
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_security_question.py.html>`__ to see an example of how to use patch_security_question API.
19297
19297
  """
19298
19298
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19299
19299
  required_arguments = ['securityQuestionId']
@@ -19449,7 +19449,7 @@ class IdentityDomainsClient(object):
19449
19449
  :rtype: :class:`~oci.response.Response`
19450
19450
 
19451
19451
  :example:
19452
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_security_question_setting.py.html>`__ to see an example of how to use patch_security_question_setting API.
19452
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_security_question_setting.py.html>`__ to see an example of how to use patch_security_question_setting API.
19453
19453
  """
19454
19454
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19455
19455
  required_arguments = ['securityQuestionSettingId']
@@ -19605,7 +19605,7 @@ class IdentityDomainsClient(object):
19605
19605
  :rtype: :class:`~oci.response.Response`
19606
19606
 
19607
19607
  :example:
19608
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_smtp_credential.py.html>`__ to see an example of how to use patch_smtp_credential API.
19608
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_smtp_credential.py.html>`__ to see an example of how to use patch_smtp_credential API.
19609
19609
  """
19610
19610
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19611
19611
  required_arguments = ['smtpCredentialId']
@@ -19761,7 +19761,7 @@ class IdentityDomainsClient(object):
19761
19761
  :rtype: :class:`~oci.response.Response`
19762
19762
 
19763
19763
  :example:
19764
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_user.py.html>`__ to see an example of how to use patch_user API.
19764
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_user.py.html>`__ to see an example of how to use patch_user API.
19765
19765
  """
19766
19766
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19767
19767
  required_arguments = ['userId']
@@ -19917,7 +19917,7 @@ class IdentityDomainsClient(object):
19917
19917
  :rtype: :class:`~oci.response.Response`
19918
19918
 
19919
19919
  :example:
19920
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/patch_user_attributes_setting.py.html>`__ to see an example of how to use patch_user_attributes_setting API.
19920
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/patch_user_attributes_setting.py.html>`__ to see an example of how to use patch_user_attributes_setting API.
19921
19921
  """
19922
19922
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
19923
19923
  required_arguments = ['userAttributesSettingId']
@@ -20073,7 +20073,7 @@ class IdentityDomainsClient(object):
20073
20073
  :rtype: :class:`~oci.response.Response`
20074
20074
 
20075
20075
  :example:
20076
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_account_recovery_setting.py.html>`__ to see an example of how to use put_account_recovery_setting API.
20076
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_account_recovery_setting.py.html>`__ to see an example of how to use put_account_recovery_setting API.
20077
20077
  """
20078
20078
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20079
20079
  required_arguments = ['accountRecoverySettingId']
@@ -20229,7 +20229,7 @@ class IdentityDomainsClient(object):
20229
20229
  :rtype: :class:`~oci.response.Response`
20230
20230
 
20231
20231
  :example:
20232
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_app.py.html>`__ to see an example of how to use put_app API.
20232
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_app.py.html>`__ to see an example of how to use put_app API.
20233
20233
  """
20234
20234
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20235
20235
  required_arguments = ['appId']
@@ -20385,7 +20385,7 @@ class IdentityDomainsClient(object):
20385
20385
  :rtype: :class:`~oci.response.Response`
20386
20386
 
20387
20387
  :example:
20388
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_app_status_changer.py.html>`__ to see an example of how to use put_app_status_changer API.
20388
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_app_status_changer.py.html>`__ to see an example of how to use put_app_status_changer API.
20389
20389
  """
20390
20390
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20391
20391
  required_arguments = ['appStatusChangerId']
@@ -20541,7 +20541,7 @@ class IdentityDomainsClient(object):
20541
20541
  :rtype: :class:`~oci.response.Response`
20542
20542
 
20543
20543
  :example:
20544
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_authentication_factor_setting.py.html>`__ to see an example of how to use put_authentication_factor_setting API.
20544
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_authentication_factor_setting.py.html>`__ to see an example of how to use put_authentication_factor_setting API.
20545
20545
  """
20546
20546
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20547
20547
  required_arguments = ['authenticationFactorSettingId']
@@ -20697,7 +20697,7 @@ class IdentityDomainsClient(object):
20697
20697
  :rtype: :class:`~oci.response.Response`
20698
20698
 
20699
20699
  :example:
20700
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_dynamic_resource_group.py.html>`__ to see an example of how to use put_dynamic_resource_group API.
20700
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_dynamic_resource_group.py.html>`__ to see an example of how to use put_dynamic_resource_group API.
20701
20701
  """
20702
20702
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20703
20703
  required_arguments = ['dynamicResourceGroupId']
@@ -20853,7 +20853,7 @@ class IdentityDomainsClient(object):
20853
20853
  :rtype: :class:`~oci.response.Response`
20854
20854
 
20855
20855
  :example:
20856
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_group.py.html>`__ to see an example of how to use put_group API.
20856
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_group.py.html>`__ to see an example of how to use put_group API.
20857
20857
  """
20858
20858
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
20859
20859
  required_arguments = ['groupId']
@@ -21009,7 +21009,7 @@ class IdentityDomainsClient(object):
21009
21009
  :rtype: :class:`~oci.response.Response`
21010
21010
 
21011
21011
  :example:
21012
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_identity_provider.py.html>`__ to see an example of how to use put_identity_provider API.
21012
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_identity_provider.py.html>`__ to see an example of how to use put_identity_provider API.
21013
21013
  """
21014
21014
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21015
21015
  required_arguments = ['identityProviderId']
@@ -21165,7 +21165,7 @@ class IdentityDomainsClient(object):
21165
21165
  :rtype: :class:`~oci.response.Response`
21166
21166
 
21167
21167
  :example:
21168
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_identity_setting.py.html>`__ to see an example of how to use put_identity_setting API.
21168
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_identity_setting.py.html>`__ to see an example of how to use put_identity_setting API.
21169
21169
  """
21170
21170
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21171
21171
  required_arguments = ['identitySettingId']
@@ -21321,7 +21321,7 @@ class IdentityDomainsClient(object):
21321
21321
  :rtype: :class:`~oci.response.Response`
21322
21322
 
21323
21323
  :example:
21324
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_kmsi_setting.py.html>`__ to see an example of how to use put_kmsi_setting API.
21324
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_kmsi_setting.py.html>`__ to see an example of how to use put_kmsi_setting API.
21325
21325
  """
21326
21326
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21327
21327
  required_arguments = ['kmsiSettingId']
@@ -21474,7 +21474,7 @@ class IdentityDomainsClient(object):
21474
21474
  :rtype: :class:`~oci.response.Response`
21475
21475
 
21476
21476
  :example:
21477
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_me.py.html>`__ to see an example of how to use put_me API.
21477
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_me.py.html>`__ to see an example of how to use put_me API.
21478
21478
  """
21479
21479
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21480
21480
  required_arguments = []
@@ -21607,7 +21607,7 @@ class IdentityDomainsClient(object):
21607
21607
  :rtype: :class:`~oci.response.Response`
21608
21608
 
21609
21609
  :example:
21610
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_me_password_changer.py.html>`__ to see an example of how to use put_me_password_changer API.
21610
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_me_password_changer.py.html>`__ to see an example of how to use put_me_password_changer API.
21611
21611
  """
21612
21612
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21613
21613
  required_arguments = []
@@ -21733,7 +21733,7 @@ class IdentityDomainsClient(object):
21733
21733
  :rtype: :class:`~oci.response.Response`
21734
21734
 
21735
21735
  :example:
21736
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_password_policy.py.html>`__ to see an example of how to use put_password_policy API.
21736
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_password_policy.py.html>`__ to see an example of how to use put_password_policy API.
21737
21737
  """
21738
21738
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21739
21739
  required_arguments = ['passwordPolicyId']
@@ -21889,7 +21889,7 @@ class IdentityDomainsClient(object):
21889
21889
  :rtype: :class:`~oci.response.Response`
21890
21890
 
21891
21891
  :example:
21892
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_security_question_setting.py.html>`__ to see an example of how to use put_security_question_setting API.
21892
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_security_question_setting.py.html>`__ to see an example of how to use put_security_question_setting API.
21893
21893
  """
21894
21894
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
21895
21895
  required_arguments = ['securityQuestionSettingId']
@@ -22045,7 +22045,7 @@ class IdentityDomainsClient(object):
22045
22045
  :rtype: :class:`~oci.response.Response`
22046
22046
 
22047
22047
  :example:
22048
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_user.py.html>`__ to see an example of how to use put_user API.
22048
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_user.py.html>`__ to see an example of how to use put_user API.
22049
22049
  """
22050
22050
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22051
22051
  required_arguments = ['userId']
@@ -22193,7 +22193,7 @@ class IdentityDomainsClient(object):
22193
22193
  :rtype: :class:`~oci.response.Response`
22194
22194
 
22195
22195
  :example:
22196
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_user_capabilities_changer.py.html>`__ to see an example of how to use put_user_capabilities_changer API.
22196
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_user_capabilities_changer.py.html>`__ to see an example of how to use put_user_capabilities_changer API.
22197
22197
  """
22198
22198
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22199
22199
  required_arguments = ['userCapabilitiesChangerId']
@@ -22323,7 +22323,7 @@ class IdentityDomainsClient(object):
22323
22323
  :rtype: :class:`~oci.response.Response`
22324
22324
 
22325
22325
  :example:
22326
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_user_password_changer.py.html>`__ to see an example of how to use put_user_password_changer API.
22326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_user_password_changer.py.html>`__ to see an example of how to use put_user_password_changer API.
22327
22327
  """
22328
22328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22329
22329
  required_arguments = ['userPasswordChangerId']
@@ -22453,7 +22453,7 @@ class IdentityDomainsClient(object):
22453
22453
  :rtype: :class:`~oci.response.Response`
22454
22454
 
22455
22455
  :example:
22456
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_user_password_resetter.py.html>`__ to see an example of how to use put_user_password_resetter API.
22456
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_user_password_resetter.py.html>`__ to see an example of how to use put_user_password_resetter API.
22457
22457
  """
22458
22458
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22459
22459
  required_arguments = ['userPasswordResetterId']
@@ -22591,7 +22591,7 @@ class IdentityDomainsClient(object):
22591
22591
  :rtype: :class:`~oci.response.Response`
22592
22592
 
22593
22593
  :example:
22594
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/put_user_status_changer.py.html>`__ to see an example of how to use put_user_status_changer API.
22594
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/put_user_status_changer.py.html>`__ to see an example of how to use put_user_status_changer API.
22595
22595
  """
22596
22596
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22597
22597
  required_arguments = ['userStatusChangerId']
@@ -22727,7 +22727,7 @@ class IdentityDomainsClient(object):
22727
22727
  :rtype: :class:`~oci.response.Response`
22728
22728
 
22729
22729
  :example:
22730
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_account_mgmt_infos.py.html>`__ to see an example of how to use search_account_mgmt_infos API.
22730
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_account_mgmt_infos.py.html>`__ to see an example of how to use search_account_mgmt_infos API.
22731
22731
  """
22732
22732
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22733
22733
  required_arguments = []
@@ -22841,7 +22841,7 @@ class IdentityDomainsClient(object):
22841
22841
  :rtype: :class:`~oci.response.Response`
22842
22842
 
22843
22843
  :example:
22844
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_api_keys.py.html>`__ to see an example of how to use search_api_keys API.
22844
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_api_keys.py.html>`__ to see an example of how to use search_api_keys API.
22845
22845
  """
22846
22846
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22847
22847
  required_arguments = []
@@ -22955,7 +22955,7 @@ class IdentityDomainsClient(object):
22955
22955
  :rtype: :class:`~oci.response.Response`
22956
22956
 
22957
22957
  :example:
22958
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_app_roles.py.html>`__ to see an example of how to use search_app_roles API.
22958
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_app_roles.py.html>`__ to see an example of how to use search_app_roles API.
22959
22959
  """
22960
22960
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
22961
22961
  required_arguments = []
@@ -23069,7 +23069,7 @@ class IdentityDomainsClient(object):
23069
23069
  :rtype: :class:`~oci.response.Response`
23070
23070
 
23071
23071
  :example:
23072
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_apps.py.html>`__ to see an example of how to use search_apps API.
23072
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_apps.py.html>`__ to see an example of how to use search_apps API.
23073
23073
  """
23074
23074
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23075
23075
  required_arguments = []
@@ -23183,7 +23183,7 @@ class IdentityDomainsClient(object):
23183
23183
  :rtype: :class:`~oci.response.Response`
23184
23184
 
23185
23185
  :example:
23186
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_auth_tokens.py.html>`__ to see an example of how to use search_auth_tokens API.
23186
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_auth_tokens.py.html>`__ to see an example of how to use search_auth_tokens API.
23187
23187
  """
23188
23188
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23189
23189
  required_arguments = []
@@ -23297,7 +23297,7 @@ class IdentityDomainsClient(object):
23297
23297
  :rtype: :class:`~oci.response.Response`
23298
23298
 
23299
23299
  :example:
23300
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_authentication_factor_settings.py.html>`__ to see an example of how to use search_authentication_factor_settings API.
23300
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_authentication_factor_settings.py.html>`__ to see an example of how to use search_authentication_factor_settings API.
23301
23301
  """
23302
23302
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23303
23303
  required_arguments = []
@@ -23411,7 +23411,7 @@ class IdentityDomainsClient(object):
23411
23411
  :rtype: :class:`~oci.response.Response`
23412
23412
 
23413
23413
  :example:
23414
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_customer_secret_keys.py.html>`__ to see an example of how to use search_customer_secret_keys API.
23414
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_customer_secret_keys.py.html>`__ to see an example of how to use search_customer_secret_keys API.
23415
23415
  """
23416
23416
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23417
23417
  required_arguments = []
@@ -23525,7 +23525,7 @@ class IdentityDomainsClient(object):
23525
23525
  :rtype: :class:`~oci.response.Response`
23526
23526
 
23527
23527
  :example:
23528
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_dynamic_resource_groups.py.html>`__ to see an example of how to use search_dynamic_resource_groups API.
23528
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_dynamic_resource_groups.py.html>`__ to see an example of how to use search_dynamic_resource_groups API.
23529
23529
  """
23530
23530
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23531
23531
  required_arguments = []
@@ -23639,7 +23639,7 @@ class IdentityDomainsClient(object):
23639
23639
  :rtype: :class:`~oci.response.Response`
23640
23640
 
23641
23641
  :example:
23642
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_grants.py.html>`__ to see an example of how to use search_grants API.
23642
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_grants.py.html>`__ to see an example of how to use search_grants API.
23643
23643
  """
23644
23644
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23645
23645
  required_arguments = []
@@ -23753,7 +23753,7 @@ class IdentityDomainsClient(object):
23753
23753
  :rtype: :class:`~oci.response.Response`
23754
23754
 
23755
23755
  :example:
23756
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_groups.py.html>`__ to see an example of how to use search_groups API.
23756
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_groups.py.html>`__ to see an example of how to use search_groups API.
23757
23757
  """
23758
23758
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23759
23759
  required_arguments = []
@@ -23867,7 +23867,7 @@ class IdentityDomainsClient(object):
23867
23867
  :rtype: :class:`~oci.response.Response`
23868
23868
 
23869
23869
  :example:
23870
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_identity_providers.py.html>`__ to see an example of how to use search_identity_providers API.
23870
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_identity_providers.py.html>`__ to see an example of how to use search_identity_providers API.
23871
23871
  """
23872
23872
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23873
23873
  required_arguments = []
@@ -23981,7 +23981,7 @@ class IdentityDomainsClient(object):
23981
23981
  :rtype: :class:`~oci.response.Response`
23982
23982
 
23983
23983
  :example:
23984
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_identity_settings.py.html>`__ to see an example of how to use search_identity_settings API.
23984
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_identity_settings.py.html>`__ to see an example of how to use search_identity_settings API.
23985
23985
  """
23986
23986
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
23987
23987
  required_arguments = []
@@ -24095,7 +24095,7 @@ class IdentityDomainsClient(object):
24095
24095
  :rtype: :class:`~oci.response.Response`
24096
24096
 
24097
24097
  :example:
24098
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_kmsi_settings.py.html>`__ to see an example of how to use search_kmsi_settings API.
24098
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_kmsi_settings.py.html>`__ to see an example of how to use search_kmsi_settings API.
24099
24099
  """
24100
24100
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24101
24101
  required_arguments = []
@@ -24209,7 +24209,7 @@ class IdentityDomainsClient(object):
24209
24209
  :rtype: :class:`~oci.response.Response`
24210
24210
 
24211
24211
  :example:
24212
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_my_apps.py.html>`__ to see an example of how to use search_my_apps API.
24212
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_my_apps.py.html>`__ to see an example of how to use search_my_apps API.
24213
24213
  """
24214
24214
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24215
24215
  required_arguments = []
@@ -24323,7 +24323,7 @@ class IdentityDomainsClient(object):
24323
24323
  :rtype: :class:`~oci.response.Response`
24324
24324
 
24325
24325
  :example:
24326
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_my_groups.py.html>`__ to see an example of how to use search_my_groups API.
24326
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_my_groups.py.html>`__ to see an example of how to use search_my_groups API.
24327
24327
  """
24328
24328
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24329
24329
  required_arguments = []
@@ -24437,7 +24437,7 @@ class IdentityDomainsClient(object):
24437
24437
  :rtype: :class:`~oci.response.Response`
24438
24438
 
24439
24439
  :example:
24440
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_my_requestable_groups.py.html>`__ to see an example of how to use search_my_requestable_groups API.
24440
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_my_requestable_groups.py.html>`__ to see an example of how to use search_my_requestable_groups API.
24441
24441
  """
24442
24442
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24443
24443
  required_arguments = []
@@ -24551,7 +24551,7 @@ class IdentityDomainsClient(object):
24551
24551
  :rtype: :class:`~oci.response.Response`
24552
24552
 
24553
24553
  :example:
24554
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_my_requests.py.html>`__ to see an example of how to use search_my_requests API.
24554
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_my_requests.py.html>`__ to see an example of how to use search_my_requests API.
24555
24555
  """
24556
24556
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24557
24557
  required_arguments = []
@@ -24665,7 +24665,7 @@ class IdentityDomainsClient(object):
24665
24665
  :rtype: :class:`~oci.response.Response`
24666
24666
 
24667
24667
  :example:
24668
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_o_auth2_client_credentials.py.html>`__ to see an example of how to use search_o_auth2_client_credentials API.
24668
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_o_auth2_client_credentials.py.html>`__ to see an example of how to use search_o_auth2_client_credentials API.
24669
24669
  """
24670
24670
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24671
24671
  required_arguments = []
@@ -24779,7 +24779,7 @@ class IdentityDomainsClient(object):
24779
24779
  :rtype: :class:`~oci.response.Response`
24780
24780
 
24781
24781
  :example:
24782
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_password_policies.py.html>`__ to see an example of how to use search_password_policies API.
24782
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_password_policies.py.html>`__ to see an example of how to use search_password_policies API.
24783
24783
  """
24784
24784
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24785
24785
  required_arguments = []
@@ -24893,7 +24893,7 @@ class IdentityDomainsClient(object):
24893
24893
  :rtype: :class:`~oci.response.Response`
24894
24894
 
24895
24895
  :example:
24896
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_resource_type_schema_attributes.py.html>`__ to see an example of how to use search_resource_type_schema_attributes API.
24896
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_resource_type_schema_attributes.py.html>`__ to see an example of how to use search_resource_type_schema_attributes API.
24897
24897
  """
24898
24898
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
24899
24899
  required_arguments = []
@@ -25007,7 +25007,7 @@ class IdentityDomainsClient(object):
25007
25007
  :rtype: :class:`~oci.response.Response`
25008
25008
 
25009
25009
  :example:
25010
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_security_question_settings.py.html>`__ to see an example of how to use search_security_question_settings API.
25010
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_security_question_settings.py.html>`__ to see an example of how to use search_security_question_settings API.
25011
25011
  """
25012
25012
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25013
25013
  required_arguments = []
@@ -25121,7 +25121,7 @@ class IdentityDomainsClient(object):
25121
25121
  :rtype: :class:`~oci.response.Response`
25122
25122
 
25123
25123
  :example:
25124
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_security_questions.py.html>`__ to see an example of how to use search_security_questions API.
25124
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_security_questions.py.html>`__ to see an example of how to use search_security_questions API.
25125
25125
  """
25126
25126
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25127
25127
  required_arguments = []
@@ -25235,7 +25235,7 @@ class IdentityDomainsClient(object):
25235
25235
  :rtype: :class:`~oci.response.Response`
25236
25236
 
25237
25237
  :example:
25238
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_smtp_credentials.py.html>`__ to see an example of how to use search_smtp_credentials API.
25238
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_smtp_credentials.py.html>`__ to see an example of how to use search_smtp_credentials API.
25239
25239
  """
25240
25240
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25241
25241
  required_arguments = []
@@ -25349,7 +25349,7 @@ class IdentityDomainsClient(object):
25349
25349
  :rtype: :class:`~oci.response.Response`
25350
25350
 
25351
25351
  :example:
25352
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_user_attributes_settings.py.html>`__ to see an example of how to use search_user_attributes_settings API.
25352
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_user_attributes_settings.py.html>`__ to see an example of how to use search_user_attributes_settings API.
25353
25353
  """
25354
25354
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25355
25355
  required_arguments = []
@@ -25463,7 +25463,7 @@ class IdentityDomainsClient(object):
25463
25463
  :rtype: :class:`~oci.response.Response`
25464
25464
 
25465
25465
  :example:
25466
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_user_db_credentials.py.html>`__ to see an example of how to use search_user_db_credentials API.
25466
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_user_db_credentials.py.html>`__ to see an example of how to use search_user_db_credentials API.
25467
25467
  """
25468
25468
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25469
25469
  required_arguments = []
@@ -25577,7 +25577,7 @@ class IdentityDomainsClient(object):
25577
25577
  :rtype: :class:`~oci.response.Response`
25578
25578
 
25579
25579
  :example:
25580
- Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.111.0/identitydomains/search_users.py.html>`__ to see an example of how to use search_users API.
25580
+ Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.112.0/identitydomains/search_users.py.html>`__ to see an example of how to use search_users API.
25581
25581
  """
25582
25582
  # Required path and query arguments. These are in camelCase to replace values in service endpoints.
25583
25583
  required_arguments = []