oci 2.11.0 → 2.12.0

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 (333) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -0
  3. data/lib/oci.rb +1 -0
  4. data/lib/oci/analytics/analytics_client.rb +15 -0
  5. data/lib/oci/announcements_service/announcement_client.rb +4 -0
  6. data/lib/oci/apigateway/api_gateway_client.rb +15 -0
  7. data/lib/oci/apigateway/deployment_client.rb +6 -0
  8. data/lib/oci/apigateway/gateway_client.rb +6 -0
  9. data/lib/oci/apigateway/work_requests_client.rb +5 -0
  10. data/lib/oci/application_migration/application_migration_client.rb +19 -0
  11. data/lib/oci/audit/audit_client.rb +4 -1
  12. data/lib/oci/audit/models/audit_event.rb +8 -7
  13. data/lib/oci/audit/models/data.rb +0 -107
  14. data/lib/oci/audit/models/identity.rb +0 -17
  15. data/lib/oci/audit/models/request.rb +0 -46
  16. data/lib/oci/audit/models/response.rb +0 -34
  17. data/lib/oci/audit/models/state_change.rb +0 -9
  18. data/lib/oci/auth/signers/ephemeral_resource_principals_signer.rb +0 -1
  19. data/lib/oci/auth/signers/resource_principals_signer.rb +1 -1
  20. data/lib/oci/autoscaling/auto_scaling_client.rb +11 -0
  21. data/lib/oci/bds/bds_client.rb +16 -0
  22. data/lib/oci/blockchain/blockchain.rb +1 -0
  23. data/lib/oci/blockchain/blockchain_platform_client.rb +57 -0
  24. data/lib/oci/blockchain/models/blockchain_platform.rb +36 -3
  25. data/lib/oci/blockchain/models/blockchain_platform_by_hostname.rb +1 -1
  26. data/lib/oci/blockchain/models/blockchain_platform_summary.rb +1 -1
  27. data/lib/oci/blockchain/models/create_blockchain_platform_details.rb +2 -2
  28. data/lib/oci/blockchain/models/scaled_blockchain_platform_preview.rb +1 -1
  29. data/lib/oci/blockchain/models/work_request.rb +1 -0
  30. data/lib/oci/blockchain/models/work_request_resource.rb +18 -4
  31. data/lib/oci/blockchain/models/work_request_resource_sub_type_detail.rb +206 -0
  32. data/lib/oci/blockchain/models/work_request_summary.rb +1 -0
  33. data/lib/oci/budget/budget_client.rb +10 -0
  34. data/lib/oci/cims/incident_client.rb +7 -0
  35. data/lib/oci/cims/user_client.rb +1 -0
  36. data/lib/oci/cloud_guard/cloud_guard_client.rb +82 -0
  37. data/lib/oci/cloud_guard/models/rule_summary.rb +1 -0
  38. data/lib/oci/compute_instance_agent/compute_instance_agent_client.rb +6 -0
  39. data/lib/oci/container_engine/container_engine_client.rb +18 -0
  40. data/lib/oci/core/blockstorage_client.rb +53 -0
  41. data/lib/oci/core/compute_client.rb +71 -0
  42. data/lib/oci/core/compute_management_client.rb +28 -0
  43. data/lib/oci/core/virtual_network_client.rb +194 -0
  44. data/lib/oci/data_catalog/data_catalog.rb +5 -0
  45. data/lib/oci/data_catalog/data_catalog_client.rb +307 -4
  46. data/lib/oci/data_catalog/models/attribute.rb +45 -4
  47. data/lib/oci/data_catalog/models/attribute_summary.rb +45 -4
  48. data/lib/oci/data_catalog/models/faceted_search_aggregation.rb +55 -4
  49. data/lib/oci/{database/models/create_autonomous_data_warehouse_backup_details.rb → data_catalog/models/rule_attribute.rb} +25 -18
  50. data/lib/oci/data_catalog/models/rule_collection.rb +161 -0
  51. data/lib/oci/data_catalog/models/rule_origin_type.rb +12 -0
  52. data/lib/oci/data_catalog/models/rule_summary.rb +439 -0
  53. data/lib/oci/data_catalog/models/rule_type.rb +12 -0
  54. data/lib/oci/data_catalog/models/search_result_collection.rb +18 -4
  55. data/lib/oci/data_flow/data_flow_client.rb +24 -0
  56. data/lib/oci/data_integration/data_integration_client.rb +92 -0
  57. data/lib/oci/data_safe/data_safe.rb +8 -0
  58. data/lib/oci/data_safe/data_safe_client.rb +606 -13
  59. data/lib/oci/data_safe/data_safe_client_composite_operations.rb +198 -0
  60. data/lib/oci/data_safe/models/change_on_prem_connector_compartment_details.rb +154 -0
  61. data/lib/oci/data_safe/models/create_data_safe_private_endpoint_details.rb +1 -1
  62. data/lib/oci/{database/models/update_autonomous_data_warehouse_details.rb → data_safe/models/create_on_prem_connector_details.rb} +27 -49
  63. data/lib/oci/data_safe/models/data_safe_configuration.rb +5 -5
  64. data/lib/oci/data_safe/models/data_safe_private_endpoint.rb +2 -2
  65. data/lib/oci/data_safe/models/data_safe_private_endpoint_summary.rb +1 -1
  66. data/lib/oci/data_safe/models/enable_data_safe_configuration_details.rb +6 -40
  67. data/lib/oci/{database/models/generate_autonomous_data_warehouse_wallet_details.rb → data_safe/models/generate_on_prem_connector_configuration_details.rb} +3 -4
  68. data/lib/oci/{database/models/autonomous_data_warehouse_backup_summary.rb → data_safe/models/on_prem_connector.rb} +98 -98
  69. data/lib/oci/data_safe/models/on_prem_connector_lifecycle_state.rb +16 -0
  70. data/lib/oci/{database/models/autonomous_data_warehouse_backup.rb → data_safe/models/on_prem_connector_summary.rb} +90 -99
  71. data/lib/oci/data_safe/models/service_list.rb +1 -0
  72. data/lib/oci/data_safe/models/update_data_safe_private_endpoint_details.rb +1 -1
  73. data/lib/oci/data_safe/models/update_on_prem_connector_details.rb +198 -0
  74. data/lib/oci/data_safe/models/update_on_prem_connector_wallet_details.rb +156 -0
  75. data/lib/oci/data_safe/models/work_request.rb +11 -6
  76. data/lib/oci/data_safe/models/work_request_error.rb +3 -4
  77. data/lib/oci/data_safe/models/work_request_log_entry.rb +3 -3
  78. data/lib/oci/data_safe/models/work_request_summary.rb +13 -8
  79. data/lib/oci/data_science/data_science_client.rb +34 -0
  80. data/lib/oci/database/database.rb +4 -8
  81. data/lib/oci/database/database_client.rb +523 -766
  82. data/lib/oci/database/database_client_composite_operations.rb +1299 -330
  83. data/lib/oci/database/models/activate_exadata_infrastructure_details.rb +2 -1
  84. data/lib/oci/database/models/autonomous_container_database.rb +3 -3
  85. data/lib/oci/database/models/autonomous_container_database_dataguard_association.rb +2 -2
  86. data/lib/oci/database/models/autonomous_container_database_summary.rb +3 -3
  87. data/lib/oci/database/models/autonomous_data_warehouse.rb +8 -21
  88. data/lib/oci/database/models/autonomous_data_warehouse_summary.rb +8 -21
  89. data/lib/oci/database/models/autonomous_database.rb +35 -3
  90. data/lib/oci/database/models/autonomous_database_apex.rb +169 -0
  91. data/lib/oci/database/models/autonomous_database_dataguard_association.rb +2 -2
  92. data/lib/oci/database/models/autonomous_database_summary.rb +35 -3
  93. data/lib/oci/database/models/autonomous_db_preview_version_summary.rb +2 -0
  94. data/lib/oci/database/models/autonomous_db_version_summary.rb +2 -0
  95. data/lib/oci/database/models/backup.rb +19 -5
  96. data/lib/oci/database/models/backup_summary.rb +19 -5
  97. data/lib/oci/database/models/change_cloud_exadata_infrastructure_compartment_details.rb +1 -1
  98. data/lib/oci/database/models/change_cloud_vm_cluster_compartment_details.rb +1 -1
  99. data/lib/oci/database/models/cloud_exadata_infrastructure.rb +2 -1
  100. data/lib/oci/database/models/cloud_exadata_infrastructure_summary.rb +2 -1
  101. data/lib/oci/database/models/cloud_vm_cluster.rb +1 -1
  102. data/lib/oci/database/models/cloud_vm_cluster_summary.rb +1 -1
  103. data/lib/oci/database/models/create_autonomous_container_database_details.rb +1 -1
  104. data/lib/oci/database/models/create_autonomous_database_base.rb +7 -3
  105. data/lib/oci/database/models/create_cloud_exadata_infrastructure_details.rb +1 -1
  106. data/lib/oci/database/models/create_cloud_vm_cluster_details.rb +2 -1
  107. data/lib/oci/database/models/create_database_base.rb +33 -4
  108. data/lib/oci/database/models/create_database_from_backup.rb +9 -1
  109. data/lib/oci/database/models/create_db_home_base.rb +30 -1
  110. data/lib/oci/database/models/create_db_home_with_db_system_id_details.rb +9 -1
  111. data/lib/oci/database/models/create_db_home_with_db_system_id_from_backup_details.rb +9 -1
  112. data/lib/oci/database/models/create_db_home_with_db_system_id_from_database_details.rb +9 -1
  113. data/lib/oci/database/models/create_db_home_with_vm_cluster_id_details.rb +9 -1
  114. data/lib/oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.rb +9 -1
  115. data/lib/oci/database/models/create_exadata_infrastructure_details.rb +16 -2
  116. data/lib/oci/database/models/create_new_database_details.rb +9 -1
  117. data/lib/oci/database/models/create_vm_cluster_details.rb +2 -1
  118. data/lib/oci/database/models/database.rb +16 -2
  119. data/lib/oci/database/models/database_summary.rb +16 -2
  120. data/lib/oci/database/models/db_home.rb +16 -2
  121. data/lib/oci/database/models/db_home_summary.rb +16 -2
  122. data/lib/oci/database/models/db_system.rb +16 -2
  123. data/lib/oci/database/models/db_system_summary.rb +16 -2
  124. data/lib/oci/database/models/exadata_db_system_migration.rb +1 -1
  125. data/lib/oci/database/models/exadata_db_system_migration_summary.rb +1 -1
  126. data/lib/oci/database/models/exadata_infrastructure.rb +15 -1
  127. data/lib/oci/database/models/exadata_infrastructure_summary.rb +18 -2
  128. data/lib/oci/database/models/flex_component_collection.rb +150 -0
  129. data/lib/oci/database/models/flex_component_summary.rb +197 -0
  130. data/lib/oci/database/models/generate_recommended_network_details.rb +1 -1
  131. data/lib/oci/database/models/launch_db_system_base.rb +30 -1
  132. data/lib/oci/database/models/launch_db_system_details.rb +9 -1
  133. data/lib/oci/database/models/launch_db_system_from_backup_details.rb +9 -1
  134. data/lib/oci/database/models/launch_db_system_from_database_details.rb +9 -1
  135. data/lib/oci/database/models/launch_db_system_from_db_system_details.rb +9 -1
  136. data/lib/oci/database/models/maintenance_run.rb +2 -1
  137. data/lib/oci/database/models/maintenance_run_summary.rb +2 -1
  138. data/lib/oci/database/models/migrate_vault_key_details.rb +170 -0
  139. data/lib/oci/database/models/update_autonomous_container_database_details.rb +1 -1
  140. data/lib/oci/database/models/update_autonomous_database_details.rb +6 -2
  141. data/lib/oci/database/models/update_cloud_exadata_infrastructure_details.rb +1 -1
  142. data/lib/oci/database/models/update_cloud_vm_cluster_details.rb +3 -2
  143. data/lib/oci/database/models/update_database_details.rb +1 -1
  144. data/lib/oci/database/models/update_details.rb +1 -1
  145. data/lib/oci/database/models/update_exadata_infrastructure_details.rb +16 -2
  146. data/lib/oci/database/models/update_history_entry_summary.rb +2 -1
  147. data/lib/oci/database/models/update_summary.rb +1 -1
  148. data/lib/oci/database/models/update_vm_cluster_details.rb +3 -1
  149. data/lib/oci/database/models/update_vm_cluster_network_details.rb +1 -1
  150. data/lib/oci/database/models/vm_cluster.rb +2 -1
  151. data/lib/oci/database/models/vm_cluster_network_details.rb +1 -1
  152. data/lib/oci/database/models/vm_cluster_network_summary.rb +2 -1
  153. data/lib/oci/database/models/vm_cluster_summary.rb +1 -0
  154. data/lib/oci/database/models/vm_network_details.rb +2 -1
  155. data/lib/oci/dns/dns_client.rb +49 -0
  156. data/lib/oci/dts/appliance_export_job_client.rb +6 -0
  157. data/lib/oci/dts/shipping_vendors_client.rb +1 -0
  158. data/lib/oci/dts/transfer_appliance_client.rb +8 -0
  159. data/lib/oci/dts/transfer_appliance_entitlement_client.rb +3 -0
  160. data/lib/oci/dts/transfer_device_client.rb +5 -0
  161. data/lib/oci/dts/transfer_job_client.rb +6 -0
  162. data/lib/oci/dts/transfer_package_client.rb +7 -0
  163. data/lib/oci/email/email_client.rb +10 -0
  164. data/lib/oci/events/events_client.rb +6 -0
  165. data/lib/oci/file_storage/file_storage_client.rb +25 -0
  166. data/lib/oci/functions/functions_invoke_client.rb +1 -0
  167. data/lib/oci/functions/functions_management_client.rb +11 -0
  168. data/lib/oci/healthchecks/health_checks_client.rb +17 -0
  169. data/lib/oci/identity/identity_client.rb +120 -0
  170. data/lib/oci/identity/models/saml2_identity_provider.rb +12 -1
  171. data/lib/oci/integration/integration.rb +3 -0
  172. data/lib/oci/integration/integration_instance_client.rb +12 -0
  173. data/lib/oci/integration/models/create_custom_endpoint_details.rb +167 -0
  174. data/lib/oci/integration/models/create_integration_instance_details.rb +44 -1
  175. data/lib/oci/integration/models/custom_endpoint_details.rb +180 -0
  176. data/lib/oci/integration/models/integration_instance.rb +43 -1
  177. data/lib/oci/integration/models/integration_instance_summary.rb +43 -1
  178. data/lib/oci/integration/models/update_custom_endpoint_details.rb +167 -0
  179. data/lib/oci/integration/models/update_integration_instance_details.rb +47 -4
  180. data/lib/oci/key_management/kms_crypto_client.rb +4 -0
  181. data/lib/oci/key_management/kms_management_client.rb +31 -0
  182. data/lib/oci/key_management/kms_vault_client.rb +11 -0
  183. data/lib/oci/limits/limits_client.rb +4 -0
  184. data/lib/oci/limits/quotas_client.rb +5 -0
  185. data/lib/oci/load_balancer/load_balancer.rb +1 -0
  186. data/lib/oci/load_balancer/load_balancer_client.rb +56 -0
  187. data/lib/oci/load_balancer/models/create_load_balancer_details.rb +16 -1
  188. data/lib/oci/load_balancer/models/load_balancer.rb +14 -1
  189. data/lib/oci/load_balancer/models/shape_details.rb +180 -0
  190. data/lib/oci/load_balancer/models/ssl_configuration.rb +1 -1
  191. data/lib/oci/load_balancer/models/ssl_configuration_details.rb +1 -1
  192. data/lib/oci/load_balancer/models/update_load_balancer_shape_details.rb +22 -4
  193. data/lib/oci/log_analytics/log_analytics_client.rb +126 -0
  194. data/lib/oci/logging/logging_management_client.rb +32 -0
  195. data/lib/oci/loggingingestion/logging_client.rb +1 -0
  196. data/lib/oci/loggingsearch/log_search_client.rb +1 -0
  197. data/lib/oci/management_agent/management_agent.rb +2 -0
  198. data/lib/oci/management_agent/management_agent_client.rb +101 -0
  199. data/lib/oci/management_agent/models/availability_history_summary.rb +217 -0
  200. data/lib/oci/management_agent/models/availability_status.rb +12 -0
  201. data/lib/oci/management_agent/models/management_agent.rb +35 -1
  202. data/lib/oci/management_agent/models/management_agent_summary.rb +49 -1
  203. data/lib/oci/management_dashboard/dashx_apis_client.rb +14 -0
  204. data/lib/oci/marketplace/marketplace_client.rb +16 -0
  205. data/lib/oci/monitoring/monitoring_client.rb +12 -0
  206. data/lib/oci/mysql/channels_client.rb +625 -0
  207. data/lib/oci/mysql/channels_client_composite_operations.rb +271 -0
  208. data/lib/oci/mysql/db_backups_client.rb +11 -0
  209. data/lib/oci/mysql/db_system_client.rb +17 -0
  210. data/lib/oci/mysql/models/backup.rb +16 -3
  211. data/lib/oci/mysql/models/backup_summary.rb +17 -3
  212. data/lib/oci/mysql/models/ca_certificate.rb +189 -0
  213. data/lib/oci/mysql/models/channel.rb +340 -0
  214. data/lib/oci/mysql/models/channel_source.rb +189 -0
  215. data/lib/oci/mysql/models/channel_source_mysql.rb +230 -0
  216. data/lib/oci/mysql/models/channel_summary.rb +304 -0
  217. data/lib/oci/mysql/models/channel_target.rb +189 -0
  218. data/lib/oci/mysql/models/channel_target_db_system.rb +193 -0
  219. data/lib/oci/mysql/models/configuration.rb +2 -2
  220. data/lib/oci/mysql/models/configuration_summary.rb +2 -2
  221. data/lib/oci/mysql/models/configuration_variables.rb +30 -15
  222. data/lib/oci/mysql/models/create_backup_details.rb +2 -2
  223. data/lib/oci/mysql/models/create_backup_policy_details.rb +3 -0
  224. data/lib/oci/mysql/models/create_channel_details.rb +248 -0
  225. data/lib/oci/mysql/models/create_channel_source_details.rb +170 -0
  226. data/lib/oci/mysql/models/create_channel_source_from_mysql_details.rb +224 -0
  227. data/lib/oci/mysql/models/create_channel_target_details.rb +170 -0
  228. data/lib/oci/mysql/models/create_channel_target_from_db_system_details.rb +193 -0
  229. data/lib/oci/mysql/models/create_configuration_details.rb +2 -3
  230. data/lib/oci/mysql/models/create_db_system_details.rb +1 -1
  231. data/lib/oci/mysql/models/create_db_system_source_details.rb +1 -0
  232. data/lib/oci/mysql/models/create_db_system_source_from_none_details.rb +146 -0
  233. data/lib/oci/mysql/models/db_system.rb +15 -3
  234. data/lib/oci/mysql/models/db_system_snapshot.rb +437 -0
  235. data/lib/oci/mysql/models/db_system_source.rb +1 -0
  236. data/lib/oci/mysql/models/db_system_source_from_none.rb +146 -0
  237. data/lib/oci/mysql/models/db_system_summary.rb +2 -2
  238. data/lib/oci/mysql/models/pem_ca_certificate.rb +158 -0
  239. data/lib/oci/mysql/models/update_backup_details.rb +2 -2
  240. data/lib/oci/mysql/models/update_backup_policy_details.rb +3 -0
  241. data/lib/oci/mysql/models/update_channel_details.rb +234 -0
  242. data/lib/oci/mysql/models/update_channel_source_details.rb +171 -0
  243. data/lib/oci/mysql/models/update_channel_source_from_mysql_details.rb +224 -0
  244. data/lib/oci/mysql/models/update_channel_target_details.rb +170 -0
  245. data/lib/oci/mysql/models/update_channel_target_from_db_system_details.rb +179 -0
  246. data/lib/oci/mysql/models/update_configuration_details.rb +2 -2
  247. data/lib/oci/mysql/mysql.rb +23 -0
  248. data/lib/oci/mysql/mysqlaas_client.rb +7 -0
  249. data/lib/oci/mysql/work_requests_client.rb +4 -0
  250. data/lib/oci/nosql/nosql_client.rb +22 -0
  251. data/lib/oci/object_storage/models/object_lifecycle_rule.rb +11 -9
  252. data/lib/oci/object_storage/object_storage_client.rb +55 -6
  253. data/lib/oci/oce/oce_instance_client.rb +10 -0
  254. data/lib/oci/ocvp/esxi_host_client.rb +5 -0
  255. data/lib/oci/ocvp/sddc_client.rb +7 -0
  256. data/lib/oci/ocvp/work_request_client.rb +4 -0
  257. data/lib/oci/oda/oda_client.rb +12 -0
  258. data/lib/oci/ons/notification_control_plane_client.rb +6 -0
  259. data/lib/oci/ons/notification_data_plane_client.rb +10 -0
  260. data/lib/oci/opsi/models/sql_insight_aggregation.rb +2 -1
  261. data/lib/oci/opsi/models/sql_insight_thresholds.rb +21 -4
  262. data/lib/oci/opsi/operations_insights_client.rb +22 -3
  263. data/lib/oci/optimizer/optimizer_client.rb +22 -0
  264. data/lib/oci/os_management/os_management_client.rb +53 -0
  265. data/lib/oci/regions.rb +3 -0
  266. data/lib/oci/resource_manager/models/configuration_source_provider.rb +5 -1
  267. data/lib/oci/resource_manager/models/configuration_source_provider_summary.rb +3 -1
  268. data/lib/oci/resource_manager/models/create_configuration_source_provider_details.rb +4 -1
  269. data/lib/oci/resource_manager/models/create_github_access_token_configuration_source_provider_details.rb +200 -0
  270. data/lib/oci/resource_manager/models/create_gitlab_access_token_configuration_source_provider_details.rb +3 -3
  271. data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider.rb +198 -0
  272. data/lib/oci/resource_manager/models/github_access_token_configuration_source_provider_summary.rb +198 -0
  273. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider.rb +2 -2
  274. data/lib/oci/resource_manager/models/gitlab_access_token_configuration_source_provider_summary.rb +2 -2
  275. data/lib/oci/resource_manager/models/update_configuration_source_provider_details.rb +4 -1
  276. data/lib/oci/resource_manager/models/update_github_access_token_configuration_source_provider_details.rb +196 -0
  277. data/lib/oci/resource_manager/models/update_gitlab_access_token_configuration_source_provider_details.rb +3 -3
  278. data/lib/oci/resource_manager/resource_manager.rb +4 -0
  279. data/lib/oci/resource_manager/resource_manager_client.rb +36 -2
  280. data/lib/oci/resource_search/resource_search_client.rb +3 -0
  281. data/lib/oci/rover/models/change_rover_cluster_compartment_details.rb +155 -0
  282. data/lib/oci/{database/models/autonomous_data_warehouse_console_token_details.rb → rover/models/change_rover_entitlement_compartment_details.rb} +13 -23
  283. data/lib/oci/rover/models/change_rover_node_compartment_details.rb +155 -0
  284. data/lib/oci/rover/models/create_rover_cluster_details.rb +459 -0
  285. data/lib/oci/rover/models/create_rover_entitlement_details.rb +320 -0
  286. data/lib/oci/rover/models/create_rover_node_details.rb +501 -0
  287. data/lib/oci/rover/models/enclosure_type.rb +11 -0
  288. data/lib/oci/rover/models/lifecycle_state.rb +15 -0
  289. data/lib/oci/rover/models/node_type.rb +11 -0
  290. data/lib/oci/rover/models/rover_cluster.rb +610 -0
  291. data/lib/oci/rover/models/rover_cluster_certificate.rb +150 -0
  292. data/lib/oci/{database/models/restore_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_collection.rb} +11 -12
  293. data/lib/oci/{database/models/create_autonomous_data_warehouse_details.rb → rover/models/rover_cluster_summary.rb} +99 -84
  294. data/lib/oci/rover/models/rover_entitlement.rb +363 -0
  295. data/lib/oci/rover/models/rover_entitlement_collection.rb +150 -0
  296. data/lib/oci/rover/models/rover_entitlement_summary.rb +285 -0
  297. data/lib/oci/rover/models/rover_node.rb +661 -0
  298. data/lib/oci/rover/models/rover_node_action_set_key_details.rb +154 -0
  299. data/lib/oci/rover/models/rover_node_certificate.rb +150 -0
  300. data/lib/oci/rover/models/rover_node_collection.rb +150 -0
  301. data/lib/oci/rover/models/rover_node_encryption_key.rb +154 -0
  302. data/lib/oci/rover/models/rover_node_get_rpt.rb +168 -0
  303. data/lib/oci/rover/models/rover_node_set_key.rb +154 -0
  304. data/lib/oci/rover/models/rover_node_summary.rb +323 -0
  305. data/lib/oci/rover/models/rover_workload.rb +264 -0
  306. data/lib/oci/rover/models/shipping_address.rb +276 -0
  307. data/lib/oci/rover/models/sort_orders.rb +11 -0
  308. data/lib/oci/rover/models/update_rover_cluster_details.rb +445 -0
  309. data/lib/oci/rover/models/update_rover_entitlement_details.rb +306 -0
  310. data/lib/oci/rover/models/update_rover_node_details.rb +487 -0
  311. data/lib/oci/rover/rover.rb +54 -0
  312. data/lib/oci/rover/rover_cluster_client.rb +549 -0
  313. data/lib/oci/rover/rover_cluster_client_composite_operations.rb +144 -0
  314. data/lib/oci/rover/rover_entitlement_client.rb +514 -0
  315. data/lib/oci/rover/rover_entitlement_client_composite_operations.rb +144 -0
  316. data/lib/oci/rover/rover_node_client.rb +738 -0
  317. data/lib/oci/rover/rover_node_client_composite_operations.rb +144 -0
  318. data/lib/oci/rover/util.rb +3 -0
  319. data/lib/oci/sch/service_connector_client.rb +12 -0
  320. data/lib/oci/secrets/secrets_client.rb +2 -0
  321. data/lib/oci/streaming/stream_admin_client.rb +18 -0
  322. data/lib/oci/streaming/stream_client.rb +8 -0
  323. data/lib/oci/tenant_manager_control_plane/link_client.rb +3 -0
  324. data/lib/oci/tenant_manager_control_plane/recipient_invitation_client.rb +5 -0
  325. data/lib/oci/tenant_manager_control_plane/sender_invitation_client.rb +5 -0
  326. data/lib/oci/tenant_manager_control_plane/work_request_client.rb +4 -0
  327. data/lib/oci/usage_api/usageapi_client.rb +2 -0
  328. data/lib/oci/vault/vaults_client.rb +11 -0
  329. data/lib/oci/version.rb +1 -1
  330. data/lib/oci/waas/redirect_client.rb +6 -0
  331. data/lib/oci/waas/waas_client.rb +66 -0
  332. data/lib/oci/work_requests/work_request_client.rb +4 -0
  333. metadata +91 -10
@@ -120,6 +120,7 @@ module OCI
120
120
  # @option opts [String, IO] :response_target Streaming http body into a file (specified by file name or File object) or IO object if the block is not given
121
121
  # @option [Block] &block Streaming http body to the block
122
122
  # @return [Response] A Response object with data of type String if response_target and block are not given, otherwise with nil data
123
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/functions/invoke_function.rb.html) to see an example of how to use invoke_function API.
123
124
  def invoke_function(function_id, opts = {}, &block)
124
125
  logger.debug 'Calling operation FunctionsInvokeClient#invoke_function.' if logger
125
126
 
@@ -115,6 +115,7 @@ module OCI
115
115
  # particular request, please provide the request ID.
116
116
  #
117
117
  # @return [Response] A Response object with data of type nil
118
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/functions/change_application_compartment.rb.html) to see an example of how to use change_application_compartment API.
118
119
  def change_application_compartment(application_id, change_application_compartment_details, opts = {})
119
120
  logger.debug 'Calling operation FunctionsManagementClient#change_application_compartment.' if logger
120
121
 
@@ -171,6 +172,7 @@ module OCI
171
172
  # particular request, please provide the request ID.
172
173
  #
173
174
  # @return [Response] A Response object with data of type {OCI::Functions::Models::Application Application}
175
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/functions/create_application.rb.html) to see an example of how to use create_application API.
174
176
  def create_application(create_application_details, opts = {})
175
177
  logger.debug 'Calling operation FunctionsManagementClient#create_application.' if logger
176
178
 
@@ -225,6 +227,7 @@ module OCI
225
227
  # particular request, please provide the request ID.
226
228
  #
227
229
  # @return [Response] A Response object with data of type {OCI::Functions::Models::Function Function}
230
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/functions/create_function.rb.html) to see an example of how to use create_function API.
228
231
  def create_function(create_function_details, opts = {})
229
232
  logger.debug 'Calling operation FunctionsManagementClient#create_function.' if logger
230
233
 
@@ -284,6 +287,7 @@ module OCI
284
287
  # particular request, please provide the request ID.
285
288
  #
286
289
  # @return [Response] A Response object with data of type nil
290
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/functions/delete_application.rb.html) to see an example of how to use delete_application API.
287
291
  def delete_application(application_id, opts = {})
288
292
  logger.debug 'Calling operation FunctionsManagementClient#delete_application.' if logger
289
293
 
@@ -344,6 +348,7 @@ module OCI
344
348
  # particular request, please provide the request ID.
345
349
  #
346
350
  # @return [Response] A Response object with data of type nil
351
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/functions/delete_function.rb.html) to see an example of how to use delete_function API.
347
352
  def delete_function(function_id, opts = {})
348
353
  logger.debug 'Calling operation FunctionsManagementClient#delete_function.' if logger
349
354
 
@@ -400,6 +405,7 @@ module OCI
400
405
  # particular request, please provide the request ID.
401
406
  #
402
407
  # @return [Response] A Response object with data of type {OCI::Functions::Models::Application Application}
408
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/functions/get_application.rb.html) to see an example of how to use get_application API.
403
409
  def get_application(application_id, opts = {})
404
410
  logger.debug 'Calling operation FunctionsManagementClient#get_application.' if logger
405
411
 
@@ -456,6 +462,7 @@ module OCI
456
462
  # particular request, please provide the request ID.
457
463
  #
458
464
  # @return [Response] A Response object with data of type {OCI::Functions::Models::Function Function}
465
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/functions/get_function.rb.html) to see an example of how to use get_function API.
459
466
  def get_function(function_id, opts = {})
460
467
  logger.debug 'Calling operation FunctionsManagementClient#get_function.' if logger
461
468
 
@@ -540,6 +547,7 @@ module OCI
540
547
  # (default to displayName)
541
548
  # Allowed values are: timeCreated, id, displayName
542
549
  # @return [Response] A Response object with data of type Array<{OCI::Functions::Models::ApplicationSummary ApplicationSummary}>
550
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/functions/list_applications.rb.html) to see an example of how to use list_applications API.
543
551
  def list_applications(compartment_id, opts = {})
544
552
  logger.debug 'Calling operation FunctionsManagementClient#list_applications.' if logger
545
553
 
@@ -643,6 +651,7 @@ module OCI
643
651
  # (default to displayName)
644
652
  # Allowed values are: timeCreated, id, displayName
645
653
  # @return [Response] A Response object with data of type Array<{OCI::Functions::Models::FunctionSummary FunctionSummary}>
654
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/functions/list_functions.rb.html) to see an example of how to use list_functions API.
646
655
  def list_functions(application_id, opts = {})
647
656
  logger.debug 'Calling operation FunctionsManagementClient#list_functions.' if logger
648
657
 
@@ -723,6 +732,7 @@ module OCI
723
732
  # particular request, please provide the request ID.
724
733
  #
725
734
  # @return [Response] A Response object with data of type {OCI::Functions::Models::Application Application}
735
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/functions/update_application.rb.html) to see an example of how to use update_application API.
726
736
  def update_application(application_id, update_application_details, opts = {})
727
737
  logger.debug 'Calling operation FunctionsManagementClient#update_application.' if logger
728
738
 
@@ -786,6 +796,7 @@ module OCI
786
796
  # particular request, please provide the request ID.
787
797
  #
788
798
  # @return [Response] A Response object with data of type {OCI::Functions::Models::Function Function}
799
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/functions/update_function.rb.html) to see an example of how to use update_function API.
789
800
  def update_function(function_id, update_function_details, opts = {})
790
801
  logger.debug 'Calling operation FunctionsManagementClient#update_function.' if logger
791
802
 
@@ -124,6 +124,7 @@ module OCI
124
124
  # operations, such as a resource being deleted or purged from the system.
125
125
  #
126
126
  # @return [Response] A Response object with data of type nil
127
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/change_http_monitor_compartment.rb.html) to see an example of how to use change_http_monitor_compartment API.
127
128
  def change_http_monitor_compartment(monitor_id, change_http_monitor_compartment_details, opts = {})
128
129
  logger.debug 'Calling operation HealthChecksClient#change_http_monitor_compartment.' if logger
129
130
 
@@ -197,6 +198,7 @@ module OCI
197
198
  # operations, such as a resource being deleted or purged from the system.
198
199
  #
199
200
  # @return [Response] A Response object with data of type nil
201
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/change_ping_monitor_compartment.rb.html) to see an example of how to use change_ping_monitor_compartment API.
200
202
  def change_ping_monitor_compartment(monitor_id, change_ping_monitor_compartment_details, opts = {})
201
203
  logger.debug 'Calling operation HealthChecksClient#change_ping_monitor_compartment.' if logger
202
204
 
@@ -265,6 +267,7 @@ module OCI
265
267
  # operations, such as a resource being deleted or purged from the system.
266
268
  #
267
269
  # @return [Response] A Response object with data of type {OCI::Healthchecks::Models::HttpMonitor HttpMonitor}
270
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/create_http_monitor.rb.html) to see an example of how to use create_http_monitor API.
268
271
  def create_http_monitor(create_http_monitor_details, opts = {})
269
272
  logger.debug 'Calling operation HealthChecksClient#create_http_monitor.' if logger
270
273
 
@@ -325,6 +328,7 @@ module OCI
325
328
  # particular request, please provide the request ID.
326
329
  #
327
330
  # @return [Response] A Response object with data of type {OCI::Healthchecks::Models::HttpProbe HttpProbe}
331
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/create_on_demand_http_probe.rb.html) to see an example of how to use create_on_demand_http_probe API.
328
332
  def create_on_demand_http_probe(create_on_demand_http_probe_details, opts = {})
329
333
  logger.debug 'Calling operation HealthChecksClient#create_on_demand_http_probe.' if logger
330
334
 
@@ -383,6 +387,7 @@ module OCI
383
387
  # particular request, please provide the request ID.
384
388
  #
385
389
  # @return [Response] A Response object with data of type {OCI::Healthchecks::Models::PingProbe PingProbe}
390
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/create_on_demand_ping_probe.rb.html) to see an example of how to use create_on_demand_ping_probe API.
386
391
  def create_on_demand_ping_probe(create_on_demand_ping_probe_details, opts = {})
387
392
  logger.debug 'Calling operation HealthChecksClient#create_on_demand_ping_probe.' if logger
388
393
 
@@ -447,6 +452,7 @@ module OCI
447
452
  # operations, such as a resource being deleted or purged from the system.
448
453
  #
449
454
  # @return [Response] A Response object with data of type {OCI::Healthchecks::Models::PingMonitor PingMonitor}
455
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/create_ping_monitor.rb.html) to see an example of how to use create_ping_monitor API.
450
456
  def create_ping_monitor(create_ping_monitor_details, opts = {})
451
457
  logger.debug 'Calling operation HealthChecksClient#create_ping_monitor.' if logger
452
458
 
@@ -510,6 +516,7 @@ module OCI
510
516
  # only if the etag you provide matches the resource's current etag value.
511
517
  #
512
518
  # @return [Response] A Response object with data of type nil
519
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/delete_http_monitor.rb.html) to see an example of how to use delete_http_monitor API.
513
520
  def delete_http_monitor(monitor_id, opts = {})
514
521
  logger.debug 'Calling operation HealthChecksClient#delete_http_monitor.' if logger
515
522
 
@@ -572,6 +579,7 @@ module OCI
572
579
  # only if the etag you provide matches the resource's current etag value.
573
580
  #
574
581
  # @return [Response] A Response object with data of type nil
582
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/delete_ping_monitor.rb.html) to see an example of how to use delete_ping_monitor API.
575
583
  def delete_ping_monitor(monitor_id, opts = {})
576
584
  logger.debug 'Calling operation HealthChecksClient#delete_ping_monitor.' if logger
577
585
 
@@ -633,6 +641,7 @@ module OCI
633
641
  # entity-tag that does not match any of those listed in the field-value.
634
642
  #
635
643
  # @return [Response] A Response object with data of type {OCI::Healthchecks::Models::HttpMonitor HttpMonitor}
644
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/get_http_monitor.rb.html) to see an example of how to use get_http_monitor API.
636
645
  def get_http_monitor(monitor_id, opts = {})
637
646
  logger.debug 'Calling operation HealthChecksClient#get_http_monitor.' if logger
638
647
 
@@ -695,6 +704,7 @@ module OCI
695
704
  # entity-tag that does not match any of those listed in the field-value.
696
705
  #
697
706
  # @return [Response] A Response object with data of type {OCI::Healthchecks::Models::PingMonitor PingMonitor}
707
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/get_ping_monitor.rb.html) to see an example of how to use get_ping_monitor API.
698
708
  def get_ping_monitor(monitor_id, opts = {})
699
709
  logger.debug 'Calling operation HealthChecksClient#get_ping_monitor.' if logger
700
710
 
@@ -762,6 +772,7 @@ module OCI
762
772
  # @option opts [String] :name Filters results that exactly match the `name` field.
763
773
  # @option opts [String] :display_name Filters results that exactly match the `displayName` field.
764
774
  # @return [Response] A Response object with data of type Array<{OCI::Healthchecks::Models::HealthChecksVantagePointSummary HealthChecksVantagePointSummary}>
775
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/list_health_checks_vantage_points.rb.html) to see an example of how to use list_health_checks_vantage_points API.
765
776
  def list_health_checks_vantage_points(opts = {})
766
777
  logger.debug 'Calling operation HealthChecksClient#list_health_checks_vantage_points.' if logger
767
778
 
@@ -841,6 +852,7 @@ module OCI
841
852
  # @option opts [String] :display_name Filters results that exactly match the `displayName` field.
842
853
  # @option opts [String] :home_region Filters results that match the `homeRegion`.
843
854
  # @return [Response] A Response object with data of type Array<{OCI::Healthchecks::Models::HttpMonitorSummary HttpMonitorSummary}>
855
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/list_http_monitors.rb.html) to see an example of how to use list_http_monitors API.
844
856
  def list_http_monitors(compartment_id, opts = {})
845
857
  logger.debug 'Calling operation HealthChecksClient#list_http_monitors.' if logger
846
858
 
@@ -923,6 +935,7 @@ module OCI
923
935
  # Allowed values are: ASC, DESC
924
936
  # @option opts [String] :target Filters results that match the `target`.
925
937
  # @return [Response] A Response object with data of type Array<{OCI::Healthchecks::Models::HttpProbeResultSummary HttpProbeResultSummary}>
938
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/list_http_probe_results.rb.html) to see an example of how to use list_http_probe_results API.
926
939
  def list_http_probe_results(probe_configuration_id, opts = {})
927
940
  logger.debug 'Calling operation HealthChecksClient#list_http_probe_results.' if logger
928
941
 
@@ -1003,6 +1016,7 @@ module OCI
1003
1016
  # @option opts [String] :display_name Filters results that exactly match the `displayName` field.
1004
1017
  # @option opts [String] :home_region Filters results that match the `homeRegion`.
1005
1018
  # @return [Response] A Response object with data of type Array<{OCI::Healthchecks::Models::PingMonitorSummary PingMonitorSummary}>
1019
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/list_ping_monitors.rb.html) to see an example of how to use list_ping_monitors API.
1006
1020
  def list_ping_monitors(compartment_id, opts = {})
1007
1021
  logger.debug 'Calling operation HealthChecksClient#list_ping_monitors.' if logger
1008
1022
 
@@ -1089,6 +1103,7 @@ module OCI
1089
1103
  # Allowed values are: ASC, DESC
1090
1104
  # @option opts [String] :target Filters results that match the `target`.
1091
1105
  # @return [Response] A Response object with data of type Array<{OCI::Healthchecks::Models::PingProbeResultSummary PingProbeResultSummary}>
1106
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/list_ping_probe_results.rb.html) to see an example of how to use list_ping_probe_results API.
1092
1107
  def list_ping_probe_results(probe_configuration_id, opts = {})
1093
1108
  logger.debug 'Calling operation HealthChecksClient#list_ping_probe_results.' if logger
1094
1109
 
@@ -1163,6 +1178,7 @@ module OCI
1163
1178
  # only if the etag you provide matches the resource's current etag value.
1164
1179
  #
1165
1180
  # @return [Response] A Response object with data of type {OCI::Healthchecks::Models::HttpMonitor HttpMonitor}
1181
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/update_http_monitor.rb.html) to see an example of how to use update_http_monitor API.
1166
1182
  def update_http_monitor(monitor_id, update_http_monitor_details, opts = {})
1167
1183
  logger.debug 'Calling operation HealthChecksClient#update_http_monitor.' if logger
1168
1184
 
@@ -1229,6 +1245,7 @@ module OCI
1229
1245
  # only if the etag you provide matches the resource's current etag value.
1230
1246
  #
1231
1247
  # @return [Response] A Response object with data of type {OCI::Healthchecks::Models::PingMonitor PingMonitor}
1248
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/healthchecks/update_ping_monitor.rb.html) to see an example of how to use update_ping_monitor API.
1232
1249
  def update_ping_monitor(monitor_id, update_ping_monitor_details, opts = {})
1233
1250
  logger.debug 'Calling operation HealthChecksClient#update_ping_monitor.' if logger
1234
1251
 
@@ -117,6 +117,7 @@ module OCI
117
117
  # may be rejected).
118
118
  #
119
119
  # @return [Response] A Response object with data of type {OCI::Identity::Models::MfaTotpDeviceSummary MfaTotpDeviceSummary}
120
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/activate_mfa_totp_device.rb.html) to see an example of how to use activate_mfa_totp_device API.
120
121
  def activate_mfa_totp_device(user_id, mfa_totp_device_id, mfa_totp_token, opts = {})
121
122
  logger.debug 'Calling operation IdentityClient#activate_mfa_totp_device.' if logger
122
123
 
@@ -184,6 +185,7 @@ module OCI
184
185
  # may be rejected).
185
186
  #
186
187
  # @return [Response] A Response object with data of type {OCI::Identity::Models::UserGroupMembership UserGroupMembership}
188
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/add_user_to_group.rb.html) to see an example of how to use add_user_to_group API.
187
189
  def add_user_to_group(add_user_to_group_details, opts = {})
188
190
  logger.debug 'Calling operation IdentityClient#add_user_to_group.' if logger
189
191
 
@@ -243,6 +245,7 @@ module OCI
243
245
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
244
246
  #
245
247
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::TagDefaultSummary TagDefaultSummary}>
248
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/assemble_effective_tag_set.rb.html) to see an example of how to use assemble_effective_tag_set API.
246
249
  def assemble_effective_tag_set(compartment_id, opts = {})
247
250
  logger.debug 'Calling operation IdentityClient#assemble_effective_tag_set.' if logger
248
251
 
@@ -314,6 +317,7 @@ module OCI
314
317
  # may be rejected).
315
318
  #
316
319
  # @return [Response] A Response object with data of type nil
320
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/bulk_delete_resources.rb.html) to see an example of how to use bulk_delete_resources API.
317
321
  def bulk_delete_resources(compartment_id, bulk_delete_resources_details, opts = {})
318
322
  logger.debug 'Calling operation IdentityClient#bulk_delete_resources.' if logger
319
323
 
@@ -398,6 +402,7 @@ module OCI
398
402
  # may be rejected).
399
403
  #
400
404
  # @return [Response] A Response object with data of type nil
405
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/bulk_delete_tags.rb.html) to see an example of how to use bulk_delete_tags API.
401
406
  def bulk_delete_tags(bulk_delete_tags_details, opts = {})
402
407
  logger.debug 'Calling operation IdentityClient#bulk_delete_tags.' if logger
403
408
 
@@ -473,6 +478,7 @@ module OCI
473
478
  #
474
479
  # @option opts [OCI::Identity::Models::BulkEditTagsDetails] :bulk_edit_tags_details The request object for bulk editing tags on resources in the compartment.
475
480
  # @return [Response] A Response object with data of type nil
481
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/bulk_edit_tags.rb.html) to see an example of how to use bulk_edit_tags API.
476
482
  def bulk_edit_tags(opts = {})
477
483
  logger.debug 'Calling operation IdentityClient#bulk_edit_tags.' if logger
478
484
 
@@ -539,6 +545,7 @@ module OCI
539
545
  # may be rejected).
540
546
  #
541
547
  # @return [Response] A Response object with data of type nil
548
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/bulk_move_resources.rb.html) to see an example of how to use bulk_move_resources API.
542
549
  def bulk_move_resources(compartment_id, bulk_move_resources_details, opts = {})
543
550
  logger.debug 'Calling operation IdentityClient#bulk_move_resources.' if logger
544
551
 
@@ -626,6 +633,7 @@ module OCI
626
633
  # may be rejected).
627
634
  #
628
635
  # @return [Response] A Response object with data of type nil
636
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/cascade_delete_tag_namespace.rb.html) to see an example of how to use cascade_delete_tag_namespace API.
629
637
  def cascade_delete_tag_namespace(tag_namespace_id, opts = {})
630
638
  logger.debug 'Calling operation IdentityClient#cascade_delete_tag_namespace.' if logger
631
639
 
@@ -694,6 +702,7 @@ module OCI
694
702
  # may be rejected).
695
703
  #
696
704
  # @return [Response] A Response object with data of type nil
705
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/change_tag_namespace_compartment.rb.html) to see an example of how to use change_tag_namespace_compartment API.
697
706
  def change_tag_namespace_compartment(tag_namespace_id, change_tag_namespace_compartment_detail, opts = {})
698
707
  logger.debug 'Calling operation IdentityClient#change_tag_namespace_compartment.' if logger
699
708
 
@@ -764,6 +773,7 @@ module OCI
764
773
  # may be rejected).
765
774
  #
766
775
  # @return [Response] A Response object with data of type {OCI::Identity::Models::AuthToken AuthToken}
776
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_auth_token.rb.html) to see an example of how to use create_auth_token API.
767
777
  def create_auth_token(create_auth_token_details, user_id, opts = {})
768
778
  logger.debug 'Calling operation IdentityClient#create_auth_token.' if logger
769
779
 
@@ -843,6 +853,7 @@ module OCI
843
853
  # may be rejected).
844
854
  #
845
855
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Compartment Compartment}
856
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_compartment.rb.html) to see an example of how to use create_compartment API.
846
857
  def create_compartment(create_compartment_details, opts = {})
847
858
  logger.debug 'Calling operation IdentityClient#create_compartment.' if logger
848
859
 
@@ -913,6 +924,7 @@ module OCI
913
924
  # may be rejected).
914
925
  #
915
926
  # @return [Response] A Response object with data of type {OCI::Identity::Models::CustomerSecretKey CustomerSecretKey}
927
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_customer_secret_key.rb.html) to see an example of how to use create_customer_secret_key API.
916
928
  def create_customer_secret_key(create_customer_secret_key_details, user_id, opts = {})
917
929
  logger.debug 'Calling operation IdentityClient#create_customer_secret_key.' if logger
918
930
 
@@ -991,6 +1003,7 @@ module OCI
991
1003
  # may be rejected).
992
1004
  #
993
1005
  # @return [Response] A Response object with data of type {OCI::Identity::Models::DynamicGroup DynamicGroup}
1006
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_dynamic_group.rb.html) to see an example of how to use create_dynamic_group API.
994
1007
  def create_dynamic_group(create_dynamic_group_details, opts = {})
995
1008
  logger.debug 'Calling operation IdentityClient#create_dynamic_group.' if logger
996
1009
 
@@ -1070,6 +1083,7 @@ module OCI
1070
1083
  # may be rejected).
1071
1084
  #
1072
1085
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Group Group}
1086
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_group.rb.html) to see an example of how to use create_group API.
1073
1087
  def create_group(create_group_details, opts = {})
1074
1088
  logger.debug 'Calling operation IdentityClient#create_group.' if logger
1075
1089
 
@@ -1146,6 +1160,7 @@ module OCI
1146
1160
  # may be rejected).
1147
1161
  #
1148
1162
  # @return [Response] A Response object with data of type {OCI::Identity::Models::IdentityProvider IdentityProvider}
1163
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_identity_provider.rb.html) to see an example of how to use create_identity_provider API.
1149
1164
  def create_identity_provider(create_identity_provider_details, opts = {})
1150
1165
  logger.debug 'Calling operation IdentityClient#create_identity_provider.' if logger
1151
1166
 
@@ -1207,6 +1222,7 @@ module OCI
1207
1222
  # may be rejected).
1208
1223
  #
1209
1224
  # @return [Response] A Response object with data of type {OCI::Identity::Models::IdpGroupMapping IdpGroupMapping}
1225
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_idp_group_mapping.rb.html) to see an example of how to use create_idp_group_mapping API.
1210
1226
  def create_idp_group_mapping(create_idp_group_mapping_details, identity_provider_id, opts = {})
1211
1227
  logger.debug 'Calling operation IdentityClient#create_idp_group_mapping.' if logger
1212
1228
 
@@ -1268,6 +1284,7 @@ module OCI
1268
1284
  # may be rejected).
1269
1285
  #
1270
1286
  # @return [Response] A Response object with data of type {OCI::Identity::Models::MfaTotpDevice MfaTotpDevice}
1287
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_mfa_totp_device.rb.html) to see an example of how to use create_mfa_totp_device API.
1271
1288
  def create_mfa_totp_device(user_id, opts = {})
1272
1289
  logger.debug 'Calling operation IdentityClient#create_mfa_totp_device.' if logger
1273
1290
 
@@ -1348,6 +1365,7 @@ module OCI
1348
1365
  # may be rejected).
1349
1366
  #
1350
1367
  # @return [Response] A Response object with data of type {OCI::Identity::Models::NetworkSources NetworkSources}
1368
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_network_source.rb.html) to see an example of how to use create_network_source API.
1351
1369
  def create_network_source(create_network_source_details, opts = {})
1352
1370
  logger.debug 'Calling operation IdentityClient#create_network_source.' if logger
1353
1371
 
@@ -1408,6 +1426,7 @@ module OCI
1408
1426
  # may be rejected).
1409
1427
  #
1410
1428
  # @return [Response] A Response object with data of type {OCI::Identity::Models::OAuth2ClientCredential OAuth2ClientCredential}
1429
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_o_auth_client_credential.rb.html) to see an example of how to use create_o_auth_client_credential API.
1411
1430
  def create_o_auth_client_credential(user_id, create_o_auth2_client_credential_details, opts = {})
1412
1431
  logger.debug 'Calling operation IdentityClient#create_o_auth_client_credential.' if logger
1413
1432
 
@@ -1479,6 +1498,7 @@ module OCI
1479
1498
  # may be rejected).
1480
1499
  #
1481
1500
  # @return [Response] A Response object with data of type {OCI::Identity::Models::UIPassword UIPassword}
1501
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_or_reset_ui_password.rb.html) to see an example of how to use create_or_reset_ui_password API.
1482
1502
  def create_or_reset_ui_password(user_id, opts = {})
1483
1503
  logger.debug 'Calling operation IdentityClient#create_or_reset_ui_password.' if logger
1484
1504
 
@@ -1555,6 +1575,7 @@ module OCI
1555
1575
  # may be rejected).
1556
1576
  #
1557
1577
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Policy Policy}
1578
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_policy.rb.html) to see an example of how to use create_policy API.
1558
1579
  def create_policy(create_policy_details, opts = {})
1559
1580
  logger.debug 'Calling operation IdentityClient#create_policy.' if logger
1560
1581
 
@@ -1615,6 +1636,7 @@ module OCI
1615
1636
  # may be rejected).
1616
1637
  #
1617
1638
  # @return [Response] A Response object with data of type {OCI::Identity::Models::RegionSubscription RegionSubscription}
1639
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_region_subscription.rb.html) to see an example of how to use create_region_subscription API.
1618
1640
  def create_region_subscription(create_region_subscription_details, tenancy_id, opts = {})
1619
1641
  logger.debug 'Calling operation IdentityClient#create_region_subscription.' if logger
1620
1642
 
@@ -1680,6 +1702,7 @@ module OCI
1680
1702
  # may be rejected).
1681
1703
  #
1682
1704
  # @return [Response] A Response object with data of type {OCI::Identity::Models::SmtpCredential SmtpCredential}
1705
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_smtp_credential.rb.html) to see an example of how to use create_smtp_credential API.
1683
1706
  def create_smtp_credential(create_smtp_credential_details, user_id, opts = {})
1684
1707
  logger.debug 'Calling operation IdentityClient#create_smtp_credential.' if logger
1685
1708
 
@@ -1753,6 +1776,7 @@ module OCI
1753
1776
  # may be rejected).
1754
1777
  #
1755
1778
  # @return [Response] A Response object with data of type {OCI::Identity::Models::SwiftPassword SwiftPassword}
1779
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_swift_password.rb.html) to see an example of how to use create_swift_password API.
1756
1780
  def create_swift_password(create_swift_password_details, user_id, opts = {})
1757
1781
  logger.debug 'Calling operation IdentityClient#create_swift_password.' if logger
1758
1782
 
@@ -1837,6 +1861,7 @@ module OCI
1837
1861
  # may be rejected).
1838
1862
  #
1839
1863
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Tag Tag}
1864
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_tag.rb.html) to see an example of how to use create_tag API.
1840
1865
  def create_tag(tag_namespace_id, create_tag_details, opts = {})
1841
1866
  logger.debug 'Calling operation IdentityClient#create_tag.' if logger
1842
1867
 
@@ -1908,6 +1933,7 @@ module OCI
1908
1933
  # particular request, please provide the request ID.
1909
1934
  #
1910
1935
  # @return [Response] A Response object with data of type {OCI::Identity::Models::TagDefault TagDefault}
1936
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_tag_default.rb.html) to see an example of how to use create_tag_default API.
1911
1937
  def create_tag_default(create_tag_default_details, opts = {})
1912
1938
  logger.debug 'Calling operation IdentityClient#create_tag_default.' if logger
1913
1939
 
@@ -1981,6 +2007,7 @@ module OCI
1981
2007
  # may be rejected).
1982
2008
  #
1983
2009
  # @return [Response] A Response object with data of type {OCI::Identity::Models::TagNamespace TagNamespace}
2010
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_tag_namespace.rb.html) to see an example of how to use create_tag_namespace API.
1984
2011
  def create_tag_namespace(create_tag_namespace_details, opts = {})
1985
2012
  logger.debug 'Calling operation IdentityClient#create_tag_namespace.' if logger
1986
2013
 
@@ -2074,6 +2101,7 @@ module OCI
2074
2101
  # may be rejected).
2075
2102
  #
2076
2103
  # @return [Response] A Response object with data of type {OCI::Identity::Models::User User}
2104
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/create_user.rb.html) to see an example of how to use create_user API.
2077
2105
  def create_user(create_user_details, opts = {})
2078
2106
  logger.debug 'Calling operation IdentityClient#create_user.' if logger
2079
2107
 
@@ -2137,6 +2165,7 @@ module OCI
2137
2165
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2138
2166
  #
2139
2167
  # @return [Response] A Response object with data of type nil
2168
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_api_key.rb.html) to see an example of how to use delete_api_key API.
2140
2169
  def delete_api_key(user_id, fingerprint, opts = {})
2141
2170
  logger.debug 'Calling operation IdentityClient#delete_api_key.' if logger
2142
2171
 
@@ -2196,6 +2225,7 @@ module OCI
2196
2225
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2197
2226
  #
2198
2227
  # @return [Response] A Response object with data of type nil
2228
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_auth_token.rb.html) to see an example of how to use delete_auth_token API.
2199
2229
  def delete_auth_token(user_id, auth_token_id, opts = {})
2200
2230
  logger.debug 'Calling operation IdentityClient#delete_auth_token.' if logger
2201
2231
 
@@ -2254,6 +2284,7 @@ module OCI
2254
2284
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2255
2285
  #
2256
2286
  # @return [Response] A Response object with data of type nil
2287
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_compartment.rb.html) to see an example of how to use delete_compartment API.
2257
2288
  def delete_compartment(compartment_id, opts = {})
2258
2289
  logger.debug 'Calling operation IdentityClient#delete_compartment.' if logger
2259
2290
 
@@ -2311,6 +2342,7 @@ module OCI
2311
2342
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2312
2343
  #
2313
2344
  # @return [Response] A Response object with data of type nil
2345
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_customer_secret_key.rb.html) to see an example of how to use delete_customer_secret_key API.
2314
2346
  def delete_customer_secret_key(user_id, customer_secret_key_id, opts = {})
2315
2347
  logger.debug 'Calling operation IdentityClient#delete_customer_secret_key.' if logger
2316
2348
 
@@ -2369,6 +2401,7 @@ module OCI
2369
2401
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2370
2402
  #
2371
2403
  # @return [Response] A Response object with data of type nil
2404
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_dynamic_group.rb.html) to see an example of how to use delete_dynamic_group API.
2372
2405
  def delete_dynamic_group(dynamic_group_id, opts = {})
2373
2406
  logger.debug 'Calling operation IdentityClient#delete_dynamic_group.' if logger
2374
2407
 
@@ -2425,6 +2458,7 @@ module OCI
2425
2458
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2426
2459
  #
2427
2460
  # @return [Response] A Response object with data of type nil
2461
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_group.rb.html) to see an example of how to use delete_group API.
2428
2462
  def delete_group(group_id, opts = {})
2429
2463
  logger.debug 'Calling operation IdentityClient#delete_group.' if logger
2430
2464
 
@@ -2482,6 +2516,7 @@ module OCI
2482
2516
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2483
2517
  #
2484
2518
  # @return [Response] A Response object with data of type nil
2519
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_identity_provider.rb.html) to see an example of how to use delete_identity_provider API.
2485
2520
  def delete_identity_provider(identity_provider_id, opts = {})
2486
2521
  logger.debug 'Calling operation IdentityClient#delete_identity_provider.' if logger
2487
2522
 
@@ -2538,6 +2573,7 @@ module OCI
2538
2573
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2539
2574
  #
2540
2575
  # @return [Response] A Response object with data of type nil
2576
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_idp_group_mapping.rb.html) to see an example of how to use delete_idp_group_mapping API.
2541
2577
  def delete_idp_group_mapping(identity_provider_id, mapping_id, opts = {})
2542
2578
  logger.debug 'Calling operation IdentityClient#delete_idp_group_mapping.' if logger
2543
2579
 
@@ -2597,6 +2633,7 @@ module OCI
2597
2633
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2598
2634
  #
2599
2635
  # @return [Response] A Response object with data of type nil
2636
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_mfa_totp_device.rb.html) to see an example of how to use delete_mfa_totp_device API.
2600
2637
  def delete_mfa_totp_device(user_id, mfa_totp_device_id, opts = {})
2601
2638
  logger.debug 'Calling operation IdentityClient#delete_mfa_totp_device.' if logger
2602
2639
 
@@ -2655,6 +2692,7 @@ module OCI
2655
2692
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2656
2693
  #
2657
2694
  # @return [Response] A Response object with data of type nil
2695
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_network_source.rb.html) to see an example of how to use delete_network_source API.
2658
2696
  def delete_network_source(network_source_id, opts = {})
2659
2697
  logger.debug 'Calling operation IdentityClient#delete_network_source.' if logger
2660
2698
 
@@ -2712,6 +2750,7 @@ module OCI
2712
2750
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2713
2751
  #
2714
2752
  # @return [Response] A Response object with data of type nil
2753
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_o_auth_client_credential.rb.html) to see an example of how to use delete_o_auth_client_credential API.
2715
2754
  def delete_o_auth_client_credential(user_id, oauth2_client_credential_id, opts = {})
2716
2755
  logger.debug 'Calling operation IdentityClient#delete_o_auth_client_credential.' if logger
2717
2756
 
@@ -2769,6 +2808,7 @@ module OCI
2769
2808
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2770
2809
  #
2771
2810
  # @return [Response] A Response object with data of type nil
2811
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_policy.rb.html) to see an example of how to use delete_policy API.
2772
2812
  def delete_policy(policy_id, opts = {})
2773
2813
  logger.debug 'Calling operation IdentityClient#delete_policy.' if logger
2774
2814
 
@@ -2826,6 +2866,7 @@ module OCI
2826
2866
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2827
2867
  #
2828
2868
  # @return [Response] A Response object with data of type nil
2869
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_smtp_credential.rb.html) to see an example of how to use delete_smtp_credential API.
2829
2870
  def delete_smtp_credential(user_id, smtp_credential_id, opts = {})
2830
2871
  logger.debug 'Calling operation IdentityClient#delete_smtp_credential.' if logger
2831
2872
 
@@ -2887,6 +2928,7 @@ module OCI
2887
2928
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2888
2929
  #
2889
2930
  # @return [Response] A Response object with data of type nil
2931
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_swift_password.rb.html) to see an example of how to use delete_swift_password API.
2890
2932
  def delete_swift_password(user_id, swift_password_id, opts = {})
2891
2933
  logger.debug 'Calling operation IdentityClient#delete_swift_password.' if logger
2892
2934
 
@@ -2968,6 +3010,7 @@ module OCI
2968
3010
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
2969
3011
  #
2970
3012
  # @return [Response] A Response object with data of type nil
3013
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_tag.rb.html) to see an example of how to use delete_tag API.
2971
3014
  def delete_tag(tag_namespace_id, tag_name, opts = {})
2972
3015
  logger.debug 'Calling operation IdentityClient#delete_tag.' if logger
2973
3016
 
@@ -3029,6 +3072,7 @@ module OCI
3029
3072
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3030
3073
  #
3031
3074
  # @return [Response] A Response object with data of type nil
3075
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_tag_default.rb.html) to see an example of how to use delete_tag_default API.
3032
3076
  def delete_tag_default(tag_default_id, opts = {})
3033
3077
  logger.debug 'Calling operation IdentityClient#delete_tag_default.' if logger
3034
3078
 
@@ -3096,6 +3140,7 @@ module OCI
3096
3140
  # particular request, please provide the request ID.
3097
3141
  #
3098
3142
  # @return [Response] A Response object with data of type nil
3143
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_tag_namespace.rb.html) to see an example of how to use delete_tag_namespace API.
3099
3144
  def delete_tag_namespace(tag_namespace_id, opts = {})
3100
3145
  logger.debug 'Calling operation IdentityClient#delete_tag_namespace.' if logger
3101
3146
 
@@ -3152,6 +3197,7 @@ module OCI
3152
3197
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3153
3198
  #
3154
3199
  # @return [Response] A Response object with data of type nil
3200
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/delete_user.rb.html) to see an example of how to use delete_user API.
3155
3201
  def delete_user(user_id, opts = {})
3156
3202
  logger.debug 'Calling operation IdentityClient#delete_user.' if logger
3157
3203
 
@@ -3209,6 +3255,7 @@ module OCI
3209
3255
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
3210
3256
  #
3211
3257
  # @return [Response] A Response object with data of type {OCI::Identity::Models::MfaTotpDevice MfaTotpDevice}
3258
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/generate_totp_seed.rb.html) to see an example of how to use generate_totp_seed API.
3212
3259
  def generate_totp_seed(user_id, mfa_totp_device_id, opts = {})
3213
3260
  logger.debug 'Calling operation IdentityClient#generate_totp_seed.' if logger
3214
3261
 
@@ -3266,6 +3313,7 @@ module OCI
3266
3313
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3267
3314
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3268
3315
  # @return [Response] A Response object with data of type {OCI::Identity::Models::AuthenticationPolicy AuthenticationPolicy}
3316
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_authentication_policy.rb.html) to see an example of how to use get_authentication_policy API.
3269
3317
  def get_authentication_policy(compartment_id, opts = {})
3270
3318
  logger.debug 'Calling operation IdentityClient#get_authentication_policy.' if logger
3271
3319
 
@@ -3327,6 +3375,7 @@ module OCI
3327
3375
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3328
3376
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3329
3377
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Compartment Compartment}
3378
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_compartment.rb.html) to see an example of how to use get_compartment API.
3330
3379
  def get_compartment(compartment_id, opts = {})
3331
3380
  logger.debug 'Calling operation IdentityClient#get_compartment.' if logger
3332
3381
 
@@ -3381,6 +3430,7 @@ module OCI
3381
3430
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3382
3431
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3383
3432
  # @return [Response] A Response object with data of type {OCI::Identity::Models::DynamicGroup DynamicGroup}
3433
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_dynamic_group.rb.html) to see an example of how to use get_dynamic_group API.
3384
3434
  def get_dynamic_group(dynamic_group_id, opts = {})
3385
3435
  logger.debug 'Calling operation IdentityClient#get_dynamic_group.' if logger
3386
3436
 
@@ -3439,6 +3489,7 @@ module OCI
3439
3489
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3440
3490
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3441
3491
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Group Group}
3492
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_group.rb.html) to see an example of how to use get_group API.
3442
3493
  def get_group(group_id, opts = {})
3443
3494
  logger.debug 'Calling operation IdentityClient#get_group.' if logger
3444
3495
 
@@ -3492,6 +3543,7 @@ module OCI
3492
3543
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3493
3544
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3494
3545
  # @return [Response] A Response object with data of type {OCI::Identity::Models::IdentityProvider IdentityProvider}
3546
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_identity_provider.rb.html) to see an example of how to use get_identity_provider API.
3495
3547
  def get_identity_provider(identity_provider_id, opts = {})
3496
3548
  logger.debug 'Calling operation IdentityClient#get_identity_provider.' if logger
3497
3549
 
@@ -3546,6 +3598,7 @@ module OCI
3546
3598
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3547
3599
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3548
3600
  # @return [Response] A Response object with data of type {OCI::Identity::Models::IdpGroupMapping IdpGroupMapping}
3601
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_idp_group_mapping.rb.html) to see an example of how to use get_idp_group_mapping API.
3549
3602
  def get_idp_group_mapping(identity_provider_id, mapping_id, opts = {})
3550
3603
  logger.debug 'Calling operation IdentityClient#get_idp_group_mapping.' if logger
3551
3604
 
@@ -3603,6 +3656,7 @@ module OCI
3603
3656
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3604
3657
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3605
3658
  # @return [Response] A Response object with data of type {OCI::Identity::Models::MfaTotpDeviceSummary MfaTotpDeviceSummary}
3659
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_mfa_totp_device.rb.html) to see an example of how to use get_mfa_totp_device API.
3606
3660
  def get_mfa_totp_device(user_id, mfa_totp_device_id, opts = {})
3607
3661
  logger.debug 'Calling operation IdentityClient#get_mfa_totp_device.' if logger
3608
3662
 
@@ -3659,6 +3713,7 @@ module OCI
3659
3713
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3660
3714
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3661
3715
  # @return [Response] A Response object with data of type {OCI::Identity::Models::NetworkSources NetworkSources}
3716
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_network_source.rb.html) to see an example of how to use get_network_source API.
3662
3717
  def get_network_source(network_source_id, opts = {})
3663
3718
  logger.debug 'Calling operation IdentityClient#get_network_source.' if logger
3664
3719
 
@@ -3712,6 +3767,7 @@ module OCI
3712
3767
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3713
3768
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3714
3769
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Policy Policy}
3770
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_policy.rb.html) to see an example of how to use get_policy API.
3715
3771
  def get_policy(policy_id, opts = {})
3716
3772
  logger.debug 'Calling operation IdentityClient#get_policy.' if logger
3717
3773
 
@@ -3768,6 +3824,7 @@ module OCI
3768
3824
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3769
3825
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3770
3826
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Tag Tag}
3827
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_tag.rb.html) to see an example of how to use get_tag API.
3771
3828
  def get_tag(tag_namespace_id, tag_name, opts = {})
3772
3829
  logger.debug 'Calling operation IdentityClient#get_tag.' if logger
3773
3830
 
@@ -3824,6 +3881,7 @@ module OCI
3824
3881
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3825
3882
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3826
3883
  # @return [Response] A Response object with data of type {OCI::Identity::Models::TagDefault TagDefault}
3884
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_tag_default.rb.html) to see an example of how to use get_tag_default API.
3827
3885
  def get_tag_default(tag_default_id, opts = {})
3828
3886
  logger.debug 'Calling operation IdentityClient#get_tag_default.' if logger
3829
3887
 
@@ -3879,6 +3937,7 @@ module OCI
3879
3937
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3880
3938
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3881
3939
  # @return [Response] A Response object with data of type {OCI::Identity::Models::TagNamespace TagNamespace}
3940
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_tag_namespace.rb.html) to see an example of how to use get_tag_namespace API.
3882
3941
  def get_tag_namespace(tag_namespace_id, opts = {})
3883
3942
  logger.debug 'Calling operation IdentityClient#get_tag_namespace.' if logger
3884
3943
 
@@ -3934,6 +3993,7 @@ module OCI
3934
3993
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3935
3994
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3936
3995
  # @return [Response] A Response object with data of type {OCI::Identity::Models::TaggingWorkRequest TaggingWorkRequest}
3996
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_tagging_work_request.rb.html) to see an example of how to use get_tagging_work_request API.
3937
3997
  def get_tagging_work_request(work_request_id, opts = {})
3938
3998
  logger.debug 'Calling operation IdentityClient#get_tagging_work_request.' if logger
3939
3999
 
@@ -3987,6 +4047,7 @@ module OCI
3987
4047
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
3988
4048
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
3989
4049
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Tenancy Tenancy}
4050
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_tenancy.rb.html) to see an example of how to use get_tenancy API.
3990
4051
  def get_tenancy(tenancy_id, opts = {})
3991
4052
  logger.debug 'Calling operation IdentityClient#get_tenancy.' if logger
3992
4053
 
@@ -4040,6 +4101,7 @@ module OCI
4040
4101
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4041
4102
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4042
4103
  # @return [Response] A Response object with data of type {OCI::Identity::Models::User User}
4104
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_user.rb.html) to see an example of how to use get_user API.
4043
4105
  def get_user(user_id, opts = {})
4044
4106
  logger.debug 'Calling operation IdentityClient#get_user.' if logger
4045
4107
 
@@ -4093,6 +4155,7 @@ module OCI
4093
4155
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4094
4156
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4095
4157
  # @return [Response] A Response object with data of type {OCI::Identity::Models::UserGroupMembership UserGroupMembership}
4158
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_user_group_membership.rb.html) to see an example of how to use get_user_group_membership API.
4096
4159
  def get_user_group_membership(user_group_membership_id, opts = {})
4097
4160
  logger.debug 'Calling operation IdentityClient#get_user_group_membership.' if logger
4098
4161
 
@@ -4148,6 +4211,7 @@ module OCI
4148
4211
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4149
4212
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4150
4213
  # @return [Response] A Response object with data of type {OCI::Identity::Models::UIPasswordInformation UIPasswordInformation}
4214
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_user_ui_password_information.rb.html) to see an example of how to use get_user_ui_password_information API.
4151
4215
  def get_user_ui_password_information(user_id, opts = {})
4152
4216
  logger.debug 'Calling operation IdentityClient#get_user_ui_password_information.' if logger
4153
4217
 
@@ -4203,6 +4267,7 @@ module OCI
4203
4267
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4204
4268
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4205
4269
  # @return [Response] A Response object with data of type {OCI::Identity::Models::WorkRequest WorkRequest}
4270
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/get_work_request.rb.html) to see an example of how to use get_work_request API.
4206
4271
  def get_work_request(work_request_id, opts = {})
4207
4272
  logger.debug 'Calling operation IdentityClient#get_work_request.' if logger
4208
4273
 
@@ -4260,6 +4325,7 @@ module OCI
4260
4325
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4261
4326
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4262
4327
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::ApiKey ApiKey}>
4328
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_api_keys.rb.html) to see an example of how to use list_api_keys API.
4263
4329
  def list_api_keys(user_id, opts = {})
4264
4330
  logger.debug 'Calling operation IdentityClient#list_api_keys.' if logger
4265
4331
 
@@ -4315,6 +4381,7 @@ module OCI
4315
4381
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4316
4382
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4317
4383
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::AuthToken AuthToken}>
4384
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_auth_tokens.rb.html) to see an example of how to use list_auth_tokens API.
4318
4385
  def list_auth_tokens(user_id, opts = {})
4319
4386
  logger.debug 'Calling operation IdentityClient#list_auth_tokens.' if logger
4320
4387
 
@@ -4374,6 +4441,7 @@ module OCI
4374
4441
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4375
4442
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4376
4443
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::AvailabilityDomain AvailabilityDomain}>
4444
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_availability_domains.rb.html) to see an example of how to use list_availability_domains API.
4377
4445
  def list_availability_domains(compartment_id, opts = {})
4378
4446
  logger.debug 'Calling operation IdentityClient#list_availability_domains.' if logger
4379
4447
 
@@ -4439,6 +4507,7 @@ module OCI
4439
4507
  # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
4440
4508
  # (default to 20)
4441
4509
  # @return [Response] A Response object with data of type {OCI::Identity::Models::BulkActionResourceTypeCollection BulkActionResourceTypeCollection}
4510
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_bulk_action_resource_types.rb.html) to see an example of how to use list_bulk_action_resource_types API.
4442
4511
  def list_bulk_action_resource_types(bulk_action_type, opts = {})
4443
4512
  logger.debug 'Calling operation IdentityClient#list_bulk_action_resource_types.' if logger
4444
4513
 
@@ -4499,6 +4568,7 @@ module OCI
4499
4568
  # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
4500
4569
  # (default to 20)
4501
4570
  # @return [Response] A Response object with data of type {OCI::Identity::Models::BulkEditTagsResourceTypeCollection BulkEditTagsResourceTypeCollection}
4571
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_bulk_edit_tags_resource_types.rb.html) to see an example of how to use list_bulk_edit_tags_resource_types API.
4502
4572
  def list_bulk_edit_tags_resource_types(opts = {})
4503
4573
  logger.debug 'Calling operation IdentityClient#list_bulk_edit_tags_resource_types.' if logger
4504
4574
 
@@ -4606,6 +4676,7 @@ module OCI
4606
4676
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
4607
4677
  #
4608
4678
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::Compartment Compartment}>
4679
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_compartments.rb.html) to see an example of how to use list_compartments API.
4609
4680
  def list_compartments(compartment_id, opts = {})
4610
4681
  logger.debug 'Calling operation IdentityClient#list_compartments.' if logger
4611
4682
 
@@ -4688,6 +4759,7 @@ module OCI
4688
4759
  # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
4689
4760
  # (default to 20)
4690
4761
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::Tag Tag}>
4762
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_cost_tracking_tags.rb.html) to see an example of how to use list_cost_tracking_tags API.
4691
4763
  def list_cost_tracking_tags(compartment_id, opts = {})
4692
4764
  logger.debug 'Calling operation IdentityClient#list_cost_tracking_tags.' if logger
4693
4765
 
@@ -4744,6 +4816,7 @@ module OCI
4744
4816
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4745
4817
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4746
4818
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::CustomerSecretKeySummary CustomerSecretKeySummary}>
4819
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_customer_secret_keys.rb.html) to see an example of how to use list_customer_secret_keys API.
4747
4820
  def list_customer_secret_keys(user_id, opts = {})
4748
4821
  logger.debug 'Calling operation IdentityClient#list_customer_secret_keys.' if logger
4749
4822
 
@@ -4822,6 +4895,7 @@ module OCI
4822
4895
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
4823
4896
  #
4824
4897
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::DynamicGroup DynamicGroup}>
4898
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_dynamic_groups.rb.html) to see an example of how to use list_dynamic_groups API.
4825
4899
  def list_dynamic_groups(compartment_id, opts = {})
4826
4900
  logger.debug 'Calling operation IdentityClient#list_dynamic_groups.' if logger
4827
4901
 
@@ -4898,6 +4972,7 @@ module OCI
4898
4972
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
4899
4973
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
4900
4974
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::FaultDomain FaultDomain}>
4975
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_fault_domains.rb.html) to see an example of how to use list_fault_domains API.
4901
4976
  def list_fault_domains(compartment_id, availability_domain, opts = {})
4902
4977
  logger.debug 'Calling operation IdentityClient#list_fault_domains.' if logger
4903
4978
 
@@ -4978,6 +5053,7 @@ module OCI
4978
5053
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
4979
5054
  #
4980
5055
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::Group Group}>
5056
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_groups.rb.html) to see an example of how to use list_groups API.
4981
5057
  def list_groups(compartment_id, opts = {})
4982
5058
  logger.debug 'Calling operation IdentityClient#list_groups.' if logger
4983
5059
 
@@ -5055,6 +5131,7 @@ module OCI
5055
5131
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
5056
5132
  #
5057
5133
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::IdentityProviderGroupSummary IdentityProviderGroupSummary}>
5134
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_identity_provider_groups.rb.html) to see an example of how to use list_identity_provider_groups API.
5058
5135
  def list_identity_provider_groups(identity_provider_id, opts = {})
5059
5136
  logger.debug 'Calling operation IdentityClient#list_identity_provider_groups.' if logger
5060
5137
 
@@ -5143,6 +5220,7 @@ module OCI
5143
5220
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
5144
5221
  #
5145
5222
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::IdentityProvider IdentityProvider}>
5223
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_identity_providers.rb.html) to see an example of how to use list_identity_providers API.
5146
5224
  def list_identity_providers(protocol, compartment_id, opts = {})
5147
5225
  logger.debug 'Calling operation IdentityClient#list_identity_providers.' if logger
5148
5226
 
@@ -5222,6 +5300,7 @@ module OCI
5222
5300
  # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
5223
5301
  # (default to 20)
5224
5302
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::IdpGroupMapping IdpGroupMapping}>
5303
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_idp_group_mappings.rb.html) to see an example of how to use list_idp_group_mappings API.
5225
5304
  def list_idp_group_mappings(identity_provider_id, opts = {})
5226
5305
  logger.debug 'Calling operation IdentityClient#list_idp_group_mappings.' if logger
5227
5306
 
@@ -5295,6 +5374,7 @@ module OCI
5295
5374
  #
5296
5375
  # Allowed values are: ASC, DESC
5297
5376
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::MfaTotpDeviceSummary MfaTotpDeviceSummary}>
5377
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_mfa_totp_devices.rb.html) to see an example of how to use list_mfa_totp_devices API.
5298
5378
  def list_mfa_totp_devices(user_id, opts = {})
5299
5379
  logger.debug 'Calling operation IdentityClient#list_mfa_totp_devices.' if logger
5300
5380
 
@@ -5384,6 +5464,7 @@ module OCI
5384
5464
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
5385
5465
  #
5386
5466
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::NetworkSourcesSummary NetworkSourcesSummary}>
5467
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_network_sources.rb.html) to see an example of how to use list_network_sources API.
5387
5468
  def list_network_sources(compartment_id, opts = {})
5388
5469
  logger.debug 'Calling operation IdentityClient#list_network_sources.' if logger
5389
5470
 
@@ -5460,6 +5541,7 @@ module OCI
5460
5541
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
5461
5542
  #
5462
5543
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::OAuth2ClientCredentialSummary OAuth2ClientCredentialSummary}>
5544
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_o_auth_client_credentials.rb.html) to see an example of how to use list_o_auth_client_credentials API.
5463
5545
  def list_o_auth_client_credentials(user_id, opts = {})
5464
5546
  logger.debug 'Calling operation IdentityClient#list_o_auth_client_credentials.' if logger
5465
5547
 
@@ -5546,6 +5628,7 @@ module OCI
5546
5628
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
5547
5629
  #
5548
5630
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::Policy Policy}>
5631
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_policies.rb.html) to see an example of how to use list_policies API.
5549
5632
  def list_policies(compartment_id, opts = {})
5550
5633
  logger.debug 'Calling operation IdentityClient#list_policies.' if logger
5551
5634
 
@@ -5616,6 +5699,7 @@ module OCI
5616
5699
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5617
5700
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5618
5701
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::RegionSubscription RegionSubscription}>
5702
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_region_subscriptions.rb.html) to see an example of how to use list_region_subscriptions API.
5619
5703
  def list_region_subscriptions(tenancy_id, opts = {})
5620
5704
  logger.debug 'Calling operation IdentityClient#list_region_subscriptions.' if logger
5621
5705
 
@@ -5668,6 +5752,7 @@ module OCI
5668
5752
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5669
5753
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5670
5754
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::Region Region}>
5755
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_regions.rb.html) to see an example of how to use list_regions API.
5671
5756
  def list_regions(opts = {})
5672
5757
  logger.debug 'Calling operation IdentityClient#list_regions.' if logger
5673
5758
 
@@ -5721,6 +5806,7 @@ module OCI
5721
5806
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5722
5807
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5723
5808
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::SmtpCredentialSummary SmtpCredentialSummary}>
5809
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_smtp_credentials.rb.html) to see an example of how to use list_smtp_credentials API.
5724
5810
  def list_smtp_credentials(user_id, opts = {})
5725
5811
  logger.debug 'Calling operation IdentityClient#list_smtp_credentials.' if logger
5726
5812
 
@@ -5778,6 +5864,7 @@ module OCI
5778
5864
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
5779
5865
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
5780
5866
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::SwiftPassword SwiftPassword}>
5867
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_swift_passwords.rb.html) to see an example of how to use list_swift_passwords API.
5781
5868
  def list_swift_passwords(user_id, opts = {})
5782
5869
  logger.debug 'Calling operation IdentityClient#list_swift_passwords.' if logger
5783
5870
 
@@ -5842,6 +5929,7 @@ module OCI
5842
5929
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
5843
5930
  #
5844
5931
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::TagDefaultSummary TagDefaultSummary}>
5932
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_tag_defaults.rb.html) to see an example of how to use list_tag_defaults API.
5845
5933
  def list_tag_defaults(opts = {})
5846
5934
  logger.debug 'Calling operation IdentityClient#list_tag_defaults.' if logger
5847
5935
 
@@ -5912,6 +6000,7 @@ module OCI
5912
6000
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
5913
6001
  #
5914
6002
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::TagNamespaceSummary TagNamespaceSummary}>
6003
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_tag_namespaces.rb.html) to see an example of how to use list_tag_namespaces API.
5915
6004
  def list_tag_namespaces(compartment_id, opts = {})
5916
6005
  logger.debug 'Calling operation IdentityClient#list_tag_namespaces.' if logger
5917
6006
 
@@ -5976,6 +6065,7 @@ module OCI
5976
6065
  # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
5977
6066
  # (default to 20)
5978
6067
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::TaggingWorkRequestErrorSummary TaggingWorkRequestErrorSummary}>
6068
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_tagging_work_request_errors.rb.html) to see an example of how to use list_tagging_work_request_errors API.
5979
6069
  def list_tagging_work_request_errors(work_request_id, opts = {})
5980
6070
  logger.debug 'Calling operation IdentityClient#list_tagging_work_request_errors.' if logger
5981
6071
 
@@ -6034,6 +6124,7 @@ module OCI
6034
6124
  # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
6035
6125
  # (default to 20)
6036
6126
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::TaggingWorkRequestLogSummary TaggingWorkRequestLogSummary}>
6127
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_tagging_work_request_logs.rb.html) to see an example of how to use list_tagging_work_request_logs API.
6037
6128
  def list_tagging_work_request_logs(work_request_id, opts = {})
6038
6129
  logger.debug 'Calling operation IdentityClient#list_tagging_work_request_logs.' if logger
6039
6130
 
@@ -6094,6 +6185,7 @@ module OCI
6094
6185
  # (default to 20)
6095
6186
  # @option opts [String] :resource_identifier The identifier of the resource the work request affects.
6096
6187
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::TaggingWorkRequestSummary TaggingWorkRequestSummary}>
6188
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_tagging_work_requests.rb.html) to see an example of how to use list_tagging_work_requests API.
6097
6189
  def list_tagging_work_requests(compartment_id, opts = {})
6098
6190
  logger.debug 'Calling operation IdentityClient#list_tagging_work_requests.' if logger
6099
6191
 
@@ -6156,6 +6248,7 @@ module OCI
6156
6248
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
6157
6249
  #
6158
6250
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::TagSummary TagSummary}>
6251
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_tags.rb.html) to see an example of how to use list_tags API.
6159
6252
  def list_tags(tag_namespace_id, opts = {})
6160
6253
  logger.debug 'Calling operation IdentityClient#list_tags.' if logger
6161
6254
 
@@ -6231,6 +6324,7 @@ module OCI
6231
6324
  # @option opts [Integer] :limit The maximum number of items to return in a paginated \"List\" call.
6232
6325
  # (default to 20)
6233
6326
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::UserGroupMembership UserGroupMembership}>
6327
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_user_group_memberships.rb.html) to see an example of how to use list_user_group_memberships API.
6234
6328
  def list_user_group_memberships(compartment_id, opts = {})
6235
6329
  logger.debug 'Calling operation IdentityClient#list_user_group_memberships.' if logger
6236
6330
 
@@ -6316,6 +6410,7 @@ module OCI
6316
6410
  # @option opts [String] :lifecycle_state A filter to only return resources that match the given lifecycle state. The state value is case-insensitive.
6317
6411
  #
6318
6412
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::User User}>
6413
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_users.rb.html) to see an example of how to use list_users API.
6319
6414
  def list_users(compartment_id, opts = {})
6320
6415
  logger.debug 'Calling operation IdentityClient#list_users.' if logger
6321
6416
 
@@ -6394,6 +6489,7 @@ module OCI
6394
6489
  # (default to 20)
6395
6490
  # @option opts [String] :resource_identifier The identifier of the resource the work request affects.
6396
6491
  # @return [Response] A Response object with data of type Array<{OCI::Identity::Models::WorkRequestSummary WorkRequestSummary}>
6492
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/list_work_requests.rb.html) to see an example of how to use list_work_requests API.
6397
6493
  def list_work_requests(compartment_id, opts = {})
6398
6494
  logger.debug 'Calling operation IdentityClient#list_work_requests.' if logger
6399
6495
 
@@ -6470,6 +6566,7 @@ module OCI
6470
6566
  # may be rejected).
6471
6567
  #
6472
6568
  # @return [Response] A Response object with data of type nil
6569
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/move_compartment.rb.html) to see an example of how to use move_compartment API.
6473
6570
  def move_compartment(compartment_id, move_compartment_details, opts = {})
6474
6571
  logger.debug 'Calling operation IdentityClient#move_compartment.' if logger
6475
6572
 
@@ -6533,6 +6630,7 @@ module OCI
6533
6630
  # particular request, please provide the request ID.
6534
6631
  #
6535
6632
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Compartment Compartment}
6633
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/recover_compartment.rb.html) to see an example of how to use recover_compartment API.
6536
6634
  def recover_compartment(compartment_id, opts = {})
6537
6635
  logger.debug 'Calling operation IdentityClient#recover_compartment.' if logger
6538
6636
 
@@ -6590,6 +6688,7 @@ module OCI
6590
6688
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
6591
6689
  #
6592
6690
  # @return [Response] A Response object with data of type nil
6691
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/remove_user_from_group.rb.html) to see an example of how to use remove_user_from_group API.
6593
6692
  def remove_user_from_group(user_group_membership_id, opts = {})
6594
6693
  logger.debug 'Calling operation IdentityClient#remove_user_from_group.' if logger
6595
6694
 
@@ -6643,6 +6742,7 @@ module OCI
6643
6742
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
6644
6743
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
6645
6744
  # @return [Response] A Response object with data of type {OCI::Identity::Models::ScimClientCredentials ScimClientCredentials}
6745
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/reset_idp_scim_client.rb.html) to see an example of how to use reset_idp_scim_client API.
6646
6746
  def reset_idp_scim_client(identity_provider_id, opts = {})
6647
6747
  logger.debug 'Calling operation IdentityClient#reset_idp_scim_client.' if logger
6648
6748
 
@@ -6702,6 +6802,7 @@ module OCI
6702
6802
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
6703
6803
  #
6704
6804
  # @return [Response] A Response object with data of type {OCI::Identity::Models::AuthToken AuthToken}
6805
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_auth_token.rb.html) to see an example of how to use update_auth_token API.
6705
6806
  def update_auth_token(user_id, auth_token_id, update_auth_token_details, opts = {})
6706
6807
  logger.debug 'Calling operation IdentityClient#update_auth_token.' if logger
6707
6808
 
@@ -6763,6 +6864,7 @@ module OCI
6763
6864
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
6764
6865
  #
6765
6866
  # @return [Response] A Response object with data of type {OCI::Identity::Models::AuthenticationPolicy AuthenticationPolicy}
6867
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_authentication_policy.rb.html) to see an example of how to use update_authentication_policy API.
6766
6868
  def update_authentication_policy(compartment_id, update_authentication_policy_details, opts = {})
6767
6869
  logger.debug 'Calling operation IdentityClient#update_authentication_policy.' if logger
6768
6870
 
@@ -6821,6 +6923,7 @@ module OCI
6821
6923
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
6822
6924
  #
6823
6925
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Compartment Compartment}
6926
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_compartment.rb.html) to see an example of how to use update_compartment API.
6824
6927
  def update_compartment(compartment_id, update_compartment_details, opts = {})
6825
6928
  logger.debug 'Calling operation IdentityClient#update_compartment.' if logger
6826
6929
 
@@ -6881,6 +6984,7 @@ module OCI
6881
6984
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
6882
6985
  #
6883
6986
  # @return [Response] A Response object with data of type {OCI::Identity::Models::CustomerSecretKeySummary CustomerSecretKeySummary}
6987
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_customer_secret_key.rb.html) to see an example of how to use update_customer_secret_key API.
6884
6988
  def update_customer_secret_key(user_id, customer_secret_key_id, update_customer_secret_key_details, opts = {})
6885
6989
  logger.debug 'Calling operation IdentityClient#update_customer_secret_key.' if logger
6886
6990
 
@@ -6941,6 +7045,7 @@ module OCI
6941
7045
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
6942
7046
  #
6943
7047
  # @return [Response] A Response object with data of type {OCI::Identity::Models::DynamicGroup DynamicGroup}
7048
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_dynamic_group.rb.html) to see an example of how to use update_dynamic_group API.
6944
7049
  def update_dynamic_group(dynamic_group_id, update_dynamic_group_details, opts = {})
6945
7050
  logger.debug 'Calling operation IdentityClient#update_dynamic_group.' if logger
6946
7051
 
@@ -6999,6 +7104,7 @@ module OCI
6999
7104
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
7000
7105
  #
7001
7106
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Group Group}
7107
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_group.rb.html) to see an example of how to use update_group API.
7002
7108
  def update_group(group_id, update_group_details, opts = {})
7003
7109
  logger.debug 'Calling operation IdentityClient#update_group.' if logger
7004
7110
 
@@ -7057,6 +7163,7 @@ module OCI
7057
7163
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
7058
7164
  #
7059
7165
  # @return [Response] A Response object with data of type {OCI::Identity::Models::IdentityProvider IdentityProvider}
7166
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_identity_provider.rb.html) to see an example of how to use update_identity_provider API.
7060
7167
  def update_identity_provider(identity_provider_id, update_identity_provider_details, opts = {})
7061
7168
  logger.debug 'Calling operation IdentityClient#update_identity_provider.' if logger
7062
7169
 
@@ -7116,6 +7223,7 @@ module OCI
7116
7223
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
7117
7224
  #
7118
7225
  # @return [Response] A Response object with data of type {OCI::Identity::Models::IdpGroupMapping IdpGroupMapping}
7226
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_idp_group_mapping.rb.html) to see an example of how to use update_idp_group_mapping API.
7119
7227
  def update_idp_group_mapping(identity_provider_id, mapping_id, update_idp_group_mapping_details, opts = {})
7120
7228
  logger.debug 'Calling operation IdentityClient#update_idp_group_mapping.' if logger
7121
7229
 
@@ -7176,6 +7284,7 @@ module OCI
7176
7284
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
7177
7285
  #
7178
7286
  # @return [Response] A Response object with data of type {OCI::Identity::Models::NetworkSources NetworkSources}
7287
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_network_source.rb.html) to see an example of how to use update_network_source API.
7179
7288
  def update_network_source(network_source_id, update_network_source_details, opts = {})
7180
7289
  logger.debug 'Calling operation IdentityClient#update_network_source.' if logger
7181
7290
 
@@ -7236,6 +7345,7 @@ module OCI
7236
7345
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
7237
7346
  #
7238
7347
  # @return [Response] A Response object with data of type {OCI::Identity::Models::OAuth2ClientCredential OAuth2ClientCredential}
7348
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_o_auth_client_credential.rb.html) to see an example of how to use update_o_auth_client_credential API.
7239
7349
  def update_o_auth_client_credential(user_id, oauth2_client_credential_id, update_o_auth2_client_credential_details, opts = {})
7240
7350
  logger.debug 'Calling operation IdentityClient#update_o_auth_client_credential.' if logger
7241
7351
 
@@ -7299,6 +7409,7 @@ module OCI
7299
7409
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
7300
7410
  #
7301
7411
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Policy Policy}
7412
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_policy.rb.html) to see an example of how to use update_policy API.
7302
7413
  def update_policy(policy_id, update_policy_details, opts = {})
7303
7414
  logger.debug 'Calling operation IdentityClient#update_policy.' if logger
7304
7415
 
@@ -7359,6 +7470,7 @@ module OCI
7359
7470
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
7360
7471
  #
7361
7472
  # @return [Response] A Response object with data of type {OCI::Identity::Models::SmtpCredentialSummary SmtpCredentialSummary}
7473
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_smtp_credential.rb.html) to see an example of how to use update_smtp_credential API.
7362
7474
  def update_smtp_credential(user_id, smtp_credential_id, update_smtp_credential_details, opts = {})
7363
7475
  logger.debug 'Calling operation IdentityClient#update_smtp_credential.' if logger
7364
7476
 
@@ -7423,6 +7535,7 @@ module OCI
7423
7535
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
7424
7536
  #
7425
7537
  # @return [Response] A Response object with data of type {OCI::Identity::Models::SwiftPassword SwiftPassword}
7538
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_swift_password.rb.html) to see an example of how to use update_swift_password API.
7426
7539
  def update_swift_password(user_id, swift_password_id, update_swift_password_details, opts = {})
7427
7540
  logger.debug 'Calling operation IdentityClient#update_swift_password.' if logger
7428
7541
 
@@ -7496,6 +7609,7 @@ module OCI
7496
7609
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
7497
7610
  #
7498
7611
  # @return [Response] A Response object with data of type {OCI::Identity::Models::Tag Tag}
7612
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_tag.rb.html) to see an example of how to use update_tag API.
7499
7613
  def update_tag(tag_namespace_id, tag_name, update_tag_details, opts = {})
7500
7614
  logger.debug 'Calling operation IdentityClient#update_tag.' if logger
7501
7615
 
@@ -7565,6 +7679,7 @@ module OCI
7565
7679
  # particular request, please provide the request ID.
7566
7680
  #
7567
7681
  # @return [Response] A Response object with data of type {OCI::Identity::Models::TagDefault TagDefault}
7682
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_tag_default.rb.html) to see an example of how to use update_tag_default API.
7568
7683
  def update_tag_default(tag_default_id, update_tag_default_details, opts = {})
7569
7684
  logger.debug 'Calling operation IdentityClient#update_tag_default.' if logger
7570
7685
 
@@ -7631,6 +7746,7 @@ module OCI
7631
7746
  # @option opts [OCI::Retry::RetryConfig] :retry_config The retry configuration to apply to this operation. If no key is provided then the service-level
7632
7747
  # retry configuration defined by {#retry_config} will be used. If an explicit `nil` value is provided then the operation will not retry
7633
7748
  # @return [Response] A Response object with data of type {OCI::Identity::Models::TagNamespace TagNamespace}
7749
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_tag_namespace.rb.html) to see an example of how to use update_tag_namespace API.
7634
7750
  def update_tag_namespace(tag_namespace_id, update_tag_namespace_details, opts = {})
7635
7751
  logger.debug 'Calling operation IdentityClient#update_tag_namespace.' if logger
7636
7752
 
@@ -7689,6 +7805,7 @@ module OCI
7689
7805
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
7690
7806
  #
7691
7807
  # @return [Response] A Response object with data of type {OCI::Identity::Models::User User}
7808
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_user.rb.html) to see an example of how to use update_user API.
7692
7809
  def update_user(user_id, update_user_details, opts = {})
7693
7810
  logger.debug 'Calling operation IdentityClient#update_user.' if logger
7694
7811
 
@@ -7748,6 +7865,7 @@ module OCI
7748
7865
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
7749
7866
  #
7750
7867
  # @return [Response] A Response object with data of type {OCI::Identity::Models::User User}
7868
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_user_capabilities.rb.html) to see an example of how to use update_user_capabilities API.
7751
7869
  def update_user_capabilities(user_id, update_user_capabilities_details, opts = {})
7752
7870
  logger.debug 'Calling operation IdentityClient#update_user_capabilities.' if logger
7753
7871
 
@@ -7807,6 +7925,7 @@ module OCI
7807
7925
  # will be updated or deleted only if the etag you provide matches the resource's current etag value.
7808
7926
  #
7809
7927
  # @return [Response] A Response object with data of type {OCI::Identity::Models::User User}
7928
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/update_user_state.rb.html) to see an example of how to use update_user_state API.
7810
7929
  def update_user_state(user_id, update_state_details, opts = {})
7811
7930
  logger.debug 'Calling operation IdentityClient#update_user_state.' if logger
7812
7931
 
@@ -7882,6 +8001,7 @@ module OCI
7882
8001
  # may be rejected).
7883
8002
  #
7884
8003
  # @return [Response] A Response object with data of type {OCI::Identity::Models::ApiKey ApiKey}
8004
+ # @note Click [here](https://docs.cloud.oracle.com/en-us/iaas/tools/ruby-sdk-examples/latest/identity/upload_api_key.rb.html) to see an example of how to use upload_api_key API.
7885
8005
  def upload_api_key(user_id, create_api_key_details, opts = {})
7886
8006
  logger.debug 'Calling operation IdentityClient#upload_api_key.' if logger
7887
8007