oci 2.129.3__py3-none-any.whl → 2.130.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (507) hide show
  1. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  2. oci/adm/application_dependency_management_client.py +36 -36
  3. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  4. oci/ai_document/ai_service_document_client.py +22 -22
  5. oci/ai_language/ai_service_language_client.py +44 -44
  6. oci/ai_speech/ai_service_speech_client.py +870 -87
  7. oci/ai_speech/ai_service_speech_client_composite_operations.py +146 -0
  8. oci/ai_speech/models/__init__.py +70 -0
  9. oci/ai_speech/models/change_customization_compartment_details.py +78 -0
  10. oci/ai_speech/models/create_customization_details.py +289 -0
  11. oci/ai_speech/models/create_realtime_session_token_details.py +142 -0
  12. oci/ai_speech/models/customization.py +544 -0
  13. oci/ai_speech/models/customization_collection.py +72 -0
  14. oci/ai_speech/models/customization_dataset_details.py +109 -0
  15. oci/ai_speech/models/customization_inference.py +173 -0
  16. oci/ai_speech/models/customization_inference_entity.py +138 -0
  17. oci/ai_speech/models/customization_model_details.py +139 -0
  18. oci/ai_speech/models/customization_referenced_entities.py +134 -0
  19. oci/ai_speech/models/customization_summary.py +396 -0
  20. oci/ai_speech/models/entity.py +134 -0
  21. oci/ai_speech/models/entity_list.py +166 -0
  22. oci/ai_speech/models/entity_list_dataset.py +115 -0
  23. oci/ai_speech/models/location_details.py +101 -0
  24. oci/ai_speech/models/object_list_dataset.py +144 -0
  25. oci/ai_speech/models/object_storage_dataset.py +109 -0
  26. oci/ai_speech/models/pronunciation.py +99 -0
  27. oci/ai_speech/models/realtime_message.py +168 -0
  28. oci/ai_speech/models/realtime_message_ack_audio.py +85 -0
  29. oci/ai_speech/models/realtime_message_ack_audio_details.py +134 -0
  30. oci/ai_speech/models/realtime_message_authentication.py +140 -0
  31. oci/ai_speech/models/realtime_message_authentication_credentials.py +89 -0
  32. oci/ai_speech/models/realtime_message_authentication_token.py +89 -0
  33. oci/ai_speech/models/realtime_message_connect.py +58 -0
  34. oci/ai_speech/models/realtime_message_error.py +120 -0
  35. oci/ai_speech/models/realtime_message_out.py +103 -0
  36. oci/ai_speech/models/realtime_message_result.py +89 -0
  37. oci/ai_speech/models/realtime_message_result_transcription.py +258 -0
  38. oci/ai_speech/models/realtime_message_result_transcription_token.py +212 -0
  39. oci/ai_speech/models/realtime_message_send_final_result.py +51 -0
  40. oci/ai_speech/models/realtime_model_details.py +139 -0
  41. oci/ai_speech/models/realtime_parameters.py +390 -0
  42. oci/ai_speech/models/realtime_session_token.py +200 -0
  43. oci/ai_speech/models/update_customization_details.py +254 -0
  44. oci/ai_vision/ai_service_vision_client.py +25 -25
  45. oci/analytics/analytics_client.py +23 -23
  46. oci/announcements_service/announcement_client.py +4 -4
  47. oci/announcements_service/announcement_subscription_client.py +9 -9
  48. oci/announcements_service/announcements_preferences_client.py +4 -4
  49. oci/apigateway/api_gateway_client.py +21 -21
  50. oci/apigateway/deployment_client.py +6 -6
  51. oci/apigateway/gateway_client.py +6 -6
  52. oci/apigateway/subscribers_client.py +6 -6
  53. oci/apigateway/usage_plans_client.py +6 -6
  54. oci/apigateway/work_requests_client.py +5 -5
  55. oci/apm_config/config_client.py +9 -9
  56. oci/apm_control_plane/apm_domain_client.py +14 -14
  57. oci/apm_synthetics/apm_synthetic_client.py +29 -29
  58. oci/apm_synthetics/models/__init__.py +14 -0
  59. oci/apm_synthetics/models/basic_authentication_details.py +99 -0
  60. oci/apm_synthetics/models/browser_monitor_configuration.py +1 -1
  61. oci/apm_synthetics/models/create_monitor_details.py +48 -9
  62. oci/apm_synthetics/models/database_wallet_details.py +103 -0
  63. oci/apm_synthetics/models/dns_sec_monitor_configuration.py +1 -1
  64. oci/apm_synthetics/models/dns_server_monitor_configuration.py +1 -1
  65. oci/apm_synthetics/models/dns_trace_monitor_configuration.py +1 -1
  66. oci/apm_synthetics/models/ftp_monitor_configuration.py +379 -0
  67. oci/apm_synthetics/models/monitor.py +112 -11
  68. oci/apm_synthetics/models/monitor_configuration.py +19 -3
  69. oci/apm_synthetics/models/monitor_summary.py +112 -11
  70. oci/apm_synthetics/models/network_monitor_configuration.py +1 -1
  71. oci/apm_synthetics/models/password.py +109 -0
  72. oci/apm_synthetics/models/password_in_text.py +82 -0
  73. oci/apm_synthetics/models/password_in_vault.py +83 -0
  74. oci/apm_synthetics/models/rest_monitor_configuration.py +1 -1
  75. oci/apm_synthetics/models/scripted_browser_monitor_configuration.py +1 -1
  76. oci/apm_synthetics/models/scripted_rest_monitor_configuration.py +1 -1
  77. oci/apm_synthetics/models/sql_monitor_configuration.py +307 -0
  78. oci/apm_synthetics/models/update_monitor_details.py +37 -6
  79. oci/apm_synthetics/models/vantage_point_info.py +33 -2
  80. oci/apm_synthetics/models/worker_monitor_list.py +11 -3
  81. oci/apm_traces/attributes_client.py +8 -8
  82. oci/apm_traces/query_client.py +2 -2
  83. oci/apm_traces/trace_client.py +4 -4
  84. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  85. oci/artifacts/artifacts_client.py +32 -32
  86. oci/audit/audit_client.py +3 -3
  87. oci/auth/certificate_retriever.py +13 -6
  88. oci/auth/signers/ephemeral_resource_principals_v21_signer.py +38 -5
  89. oci/auth/signers/instance_principals_security_token_signer.py +1 -1
  90. oci/auth/signers/key_pair_signer.py +2 -2
  91. oci/auth/signers/resource_principals_signer.py +17 -5
  92. oci/autoscaling/auto_scaling_client.py +11 -11
  93. oci/bastion/bastion_client.py +15 -15
  94. oci/bds/bds_client.py +66 -66
  95. oci/blockchain/blockchain_platform_client.py +27 -27
  96. oci/budget/budget_client.py +10 -10
  97. oci/capacity_management/capacity_management_client.py +22 -22
  98. oci/certificates/certificates_client.py +5 -5
  99. oci/certificates_management/certificates_management_client.py +32 -32
  100. oci/cims/incident_client.py +8 -8
  101. oci/cims/user_client.py +1 -1
  102. oci/cloud_bridge/common_client.py +5 -5
  103. oci/cloud_bridge/discovery_client.py +14 -14
  104. oci/cloud_bridge/inventory_client.py +16 -16
  105. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  106. oci/cloud_guard/cloud_guard_client.py +155 -155
  107. oci/cloud_migrations/migration_client.py +43 -43
  108. oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
  109. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  110. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  111. oci/compute_instance_agent/plugin_client.py +2 -2
  112. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  113. oci/container_engine/container_engine_client.py +44 -44
  114. oci/container_instances/container_instance_client.py +18 -18
  115. oci/core/blockstorage_client.py +60 -60
  116. oci/core/compute_client.py +508 -99
  117. oci/core/compute_client_composite_operations.py +39 -0
  118. oci/core/compute_management_client.py +32 -32
  119. oci/core/models/__init__.py +6 -0
  120. oci/core/models/instance_maintenance_event.py +1022 -0
  121. oci/core/models/instance_maintenance_event_summary.py +795 -0
  122. oci/core/models/update_instance_maintenance_event_details.py +281 -0
  123. oci/core/virtual_network_client.py +247 -247
  124. oci/dashboard_service/dashboard_client.py +6 -6
  125. oci/dashboard_service/dashboard_group_client.py +6 -6
  126. oci/data_catalog/data_catalog_client.py +149 -149
  127. oci/data_flow/data_flow_client.py +42 -42
  128. oci/data_integration/data_integration_client.py +163 -163
  129. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  130. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  131. oci/data_safe/data_safe_client.py +3762 -2702
  132. oci/data_safe/data_safe_client_composite_operations.py +307 -0
  133. oci/data_safe/models/__init__.py +14 -0
  134. oci/data_safe/models/alert.py +62 -0
  135. oci/data_safe/models/alert_policy.py +31 -0
  136. oci/data_safe/models/alert_policy_rule.py +127 -2
  137. oci/data_safe/models/alert_policy_rule_summary.py +127 -2
  138. oci/data_safe/models/alert_policy_summary.py +31 -0
  139. oci/data_safe/models/alert_summary.py +62 -0
  140. oci/data_safe/models/audit_event_summary.py +62 -0
  141. oci/data_safe/models/create_alert_policy_details.py +31 -0
  142. oci/data_safe/models/create_alert_policy_rule_details.py +33 -2
  143. oci/data_safe/models/create_discovery_job_details.py +33 -0
  144. oci/data_safe/models/create_security_assessment_details.py +31 -0
  145. oci/data_safe/models/create_sensitive_data_model_details.py +35 -0
  146. oci/data_safe/models/create_user_assessment_details.py +31 -0
  147. oci/data_safe/models/discovery_job.py +31 -0
  148. oci/data_safe/models/finding_summary.py +31 -0
  149. oci/data_safe/models/generate_report_details.py +2 -2
  150. oci/data_safe/models/references.py +34 -3
  151. oci/data_safe/models/report.py +44 -5
  152. oci/data_safe/models/report_definition.py +40 -5
  153. oci/data_safe/models/report_definition_summary.py +7 -3
  154. oci/data_safe/models/report_summary.py +13 -5
  155. oci/data_safe/models/schedule_report_details.py +2 -2
  156. oci/data_safe/models/security_assessment.py +31 -0
  157. oci/data_safe/models/sensitive_data_model.py +35 -0
  158. oci/data_safe/models/sensitive_data_model_sensitive_type_collection.py +72 -0
  159. oci/data_safe/models/sensitive_data_model_sensitive_type_summary.py +103 -0
  160. oci/data_safe/models/sql_firewall_allowed_sql.py +626 -0
  161. oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -3
  162. oci/data_safe/models/sql_firewall_allowed_sql_summary.py +7 -3
  163. oci/data_safe/models/tables_for_discovery.py +103 -0
  164. oci/data_safe/models/target_alert_policy_association.py +31 -0
  165. oci/data_safe/models/target_alert_policy_association_summary.py +31 -0
  166. oci/data_safe/models/unset_security_assessment_baseline_details.py +72 -0
  167. oci/data_safe/models/unset_user_assessment_baseline_details.py +72 -0
  168. oci/data_safe/models/update_alert_policy_details.py +240 -0
  169. oci/data_safe/models/update_alert_policy_rule_details.py +33 -2
  170. oci/data_safe/models/update_security_assessment_details.py +31 -0
  171. oci/data_safe/models/update_sensitive_data_model_details.py +35 -0
  172. oci/data_safe/models/update_user_assessment_details.py +31 -0
  173. oci/data_safe/models/user_assessment.py +31 -0
  174. oci/data_safe/models/user_assessment_summary.py +31 -0
  175. oci/data_safe/models/work_request.py +39 -3
  176. oci/data_safe/models/work_request_summary.py +39 -3
  177. oci/data_science/data_science_client.py +91 -91
  178. oci/database/database_client.py +707 -353
  179. oci/database/database_client_composite_operations.py +123 -0
  180. oci/database/models/__init__.py +8 -0
  181. oci/database/models/autonomous_database.py +103 -2
  182. oci/database/models/autonomous_database_summary.py +103 -2
  183. oci/database/models/change_autonomous_database_subscription_details.py +107 -0
  184. oci/database/models/change_cloud_exadata_infrastructure_subscription_details.py +107 -0
  185. oci/database/models/change_cloud_vm_cluster_subscription_details.py +107 -0
  186. oci/database/models/change_subscription_details.py +107 -0
  187. oci/database/models/cloud_exadata_infrastructure.py +35 -0
  188. oci/database/models/cloud_exadata_infrastructure_summary.py +35 -0
  189. oci/database/models/cloud_vm_cluster.py +35 -0
  190. oci/database/models/cloud_vm_cluster_summary.py +35 -0
  191. oci/database/models/create_autonomous_database_base.py +66 -0
  192. oci/database/models/create_autonomous_database_clone_details.py +14 -0
  193. oci/database/models/create_autonomous_database_details.py +14 -0
  194. oci/database/models/create_autonomous_database_from_backup_details.py +14 -0
  195. oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +14 -0
  196. oci/database/models/create_cloud_exadata_infrastructure_details.py +35 -0
  197. oci/database/models/create_cloud_vm_cluster_details.py +35 -0
  198. oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +14 -0
  199. oci/database/models/create_cross_region_disaster_recovery_details.py +14 -0
  200. oci/database/models/create_cross_tenancy_disaster_recovery_details.py +14 -0
  201. oci/database/models/create_refreshable_autonomous_database_clone_details.py +14 -0
  202. oci/database/models/update_autonomous_database_details.py +31 -0
  203. oci/database_management/db_management_client.py +208 -208
  204. oci/database_management/diagnosability_client.py +4 -4
  205. oci/database_management/managed_my_sql_databases_client.py +7 -7
  206. oci/database_management/perfhub_client.py +1 -1
  207. oci/database_management/sql_tuning_client.py +17 -17
  208. oci/database_migration/database_migration_client.py +792 -66
  209. oci/database_migration/database_migration_client_composite_operations.py +179 -0
  210. oci/database_migration/models/__init__.py +8 -0
  211. oci/database_migration/models/adb_dedicated_auto_create_tablespace_details.py +11 -3
  212. oci/database_migration/models/create_adb_dedicated_auto_create_tablespace_details.py +11 -3
  213. oci/database_migration/models/create_non_adb_auto_create_tablespace_details.py +11 -3
  214. oci/database_migration/models/create_parameter_file_version_details.py +181 -0
  215. oci/database_migration/models/job.py +31 -0
  216. oci/database_migration/models/non_adb_auto_create_tablespace_details.py +11 -3
  217. oci/database_migration/models/parameter_file_version.py +274 -0
  218. oci/database_migration/models/parameter_file_version_collection.py +72 -0
  219. oci/database_migration/models/parameter_file_version_summary.py +342 -0
  220. oci/database_migration/models/phase_status.py +80 -2
  221. oci/database_migration/models/update_adb_dedicated_auto_create_tablespace_details.py +11 -3
  222. oci/database_migration/models/update_non_adb_auto_create_tablespace_details.py +11 -3
  223. oci/database_tools/database_tools_client.py +23 -23
  224. oci/demand_signal/occ_demand_signal_client.py +7 -7
  225. oci/desktops/desktop_service_client.py +21 -21
  226. oci/devops/devops_client.py +89 -89
  227. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  228. oci/dns/dns_client.py +52 -52
  229. oci/dts/appliance_export_job_client.py +6 -6
  230. oci/dts/shipping_vendors_client.py +1 -1
  231. oci/dts/transfer_appliance_client.py +8 -8
  232. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  233. oci/dts/transfer_device_client.py +5 -5
  234. oci/dts/transfer_job_client.py +6 -6
  235. oci/dts/transfer_package_client.py +7 -7
  236. oci/em_warehouse/em_data_lake_client.py +13 -13
  237. oci/em_warehouse/em_warehouse_client.py +13 -13
  238. oci/email/email_client.py +31 -31
  239. oci/email_data_plane/email_dp_client.py +1 -1
  240. oci/events/events_client.py +6 -6
  241. oci/file_storage/file_storage_client.py +51 -51
  242. oci/fleet_software_update/fleet_software_update_client.py +259 -45
  243. oci/fleet_software_update/fleet_software_update_client_composite_operations.py +52 -1
  244. oci/fleet_software_update/models/__init__.py +4 -0
  245. oci/fleet_software_update/models/cloud_vm_cluster_target_summary.py +33 -2
  246. oci/fleet_software_update/models/create_fsu_cycle_details.py +27 -0
  247. oci/fleet_software_update/models/create_patch_fsu_cycle.py +7 -0
  248. oci/fleet_software_update/models/diagnostics_collection_details.py +94 -0
  249. oci/fleet_software_update/models/fsu_collection_target.py +239 -0
  250. oci/fleet_software_update/models/fsu_cycle.py +27 -0
  251. oci/fleet_software_update/models/fsu_cycle_summary.py +27 -0
  252. oci/fleet_software_update/models/gi_resource_id_filter.py +7 -3
  253. oci/fleet_software_update/models/image_id_fsu_target_details.py +4 -1
  254. oci/fleet_software_update/models/patch_fsu_cycle.py +7 -0
  255. oci/fleet_software_update/models/update_fsu_cycle_details.py +27 -0
  256. oci/fleet_software_update/models/update_patch_fsu_cycle.py +7 -0
  257. oci/fleet_software_update/models/vm_cluster_target_summary.py +33 -2
  258. oci/functions/functions_invoke_client.py +1 -1
  259. oci/functions/functions_management_client.py +16 -16
  260. oci/fusion_apps/data_masking_activity_client.py +3 -3
  261. oci/fusion_apps/fusion_applications_client.py +41 -41
  262. oci/fusion_apps/fusion_environment_client.py +15 -15
  263. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  264. oci/fusion_apps/refresh_activity_client.py +4 -4
  265. oci/fusion_apps/scheduled_activity_client.py +2 -2
  266. oci/fusion_apps/service_attachment_client.py +2 -2
  267. oci/generative_ai/generative_ai_client.py +22 -22
  268. oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
  269. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  270. oci/globally_distributed_database/sharded_database_service_client.py +30 -30
  271. oci/golden_gate/golden_gate_client.py +68 -68
  272. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  273. oci/governance_rules_control_plane/work_request_client.py +5 -5
  274. oci/healthchecks/health_checks_client.py +17 -17
  275. oci/identity/identity_client.py +145 -145
  276. oci/identity_data_plane/dataplane_client.py +2 -2
  277. oci/identity_domains/identity_domains_client.py +1525 -662
  278. oci/identity_domains/models/__init__.py +12 -0
  279. oci/identity_domains/models/extension_social_identity_provider.py +220 -0
  280. oci/identity_domains/models/identity_propagation_trust.py +0 -49
  281. oci/identity_domains/models/identity_provider_jit_prov_assigned_groups.py +214 -0
  282. oci/identity_domains/models/social_identity_provider.py +2083 -0
  283. oci/identity_domains/models/social_identity_provider_jit_prov_assigned_groups.py +202 -0
  284. oci/identity_domains/models/social_identity_provider_relay_idp_param_mappings.py +147 -0
  285. oci/identity_domains/models/social_identity_provider_search_request.py +364 -0
  286. oci/identity_domains/models/social_identity_providers.py +196 -0
  287. oci/integration/integration_instance_client.py +15 -15
  288. oci/jms/java_management_service_client.py +66 -66
  289. oci/jms_java_downloads/java_download_client.py +25 -25
  290. oci/key_management/ekm_client.py +5 -5
  291. oci/key_management/kms_crypto_client.py +6 -6
  292. oci/key_management/kms_hsm_cluster_client.py +12 -12
  293. oci/key_management/kms_management_client.py +21 -21
  294. oci/key_management/kms_vault_client.py +14 -14
  295. oci/license_manager/license_manager_client.py +18 -18
  296. oci/limits/limits_client.py +4 -4
  297. oci/limits/quotas_client.py +7 -7
  298. oci/load_balancer/load_balancer_client.py +61 -61
  299. oci/lockbox/lockbox_client.py +24 -24
  300. oci/log_analytics/log_analytics_client.py +193 -193
  301. oci/logging/logging_management_client.py +30 -30
  302. oci/loggingingestion/logging_client.py +1 -1
  303. oci/loggingsearch/log_search_client.py +1 -1
  304. oci/management_agent/management_agent_client.py +28 -28
  305. oci/management_dashboard/dashx_apis_client.py +14 -14
  306. oci/marketplace/account_client.py +2 -2
  307. oci/marketplace/marketplace_client.py +30 -30
  308. oci/marketplace_private_offer/attachment_client.py +5 -5
  309. oci/marketplace_private_offer/offer_client.py +6 -6
  310. oci/marketplace_publisher/attachment_client.py +5 -5
  311. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  312. oci/marketplace_publisher/offer_client.py +6 -6
  313. oci/media_services/media_services_client.py +60 -60
  314. oci/media_services/media_stream_client.py +2 -2
  315. oci/monitoring/monitoring_client.py +18 -18
  316. oci/mysql/channels_client.py +7 -7
  317. oci/mysql/db_backups_client.py +7 -7
  318. oci/mysql/db_system_client.py +17 -17
  319. oci/mysql/mysqlaas_client.py +7 -7
  320. oci/mysql/replicas_client.py +5 -5
  321. oci/mysql/work_requests_client.py +4 -4
  322. oci/network_firewall/models/__init__.py +22 -0
  323. oci/network_firewall/models/create_tunnel_inspection_rule_details.py +218 -0
  324. oci/network_firewall/models/create_vxlan_inspection_rule_details.py +127 -0
  325. oci/network_firewall/models/tunnel_inspection_rule.py +280 -0
  326. oci/network_firewall/models/tunnel_inspection_rule_summary.py +253 -0
  327. oci/network_firewall/models/tunnel_inspection_rule_summary_collection.py +72 -0
  328. oci/network_firewall/models/update_tunnel_inspection_rule_details.py +187 -0
  329. oci/network_firewall/models/update_vxlan_inspection_rule_details.py +120 -0
  330. oci/network_firewall/models/vxlan_inspection_rule.py +141 -0
  331. oci/network_firewall/models/vxlan_inspection_rule_match_criteria.py +104 -0
  332. oci/network_firewall/models/vxlan_inspection_rule_profile.py +72 -0
  333. oci/network_firewall/models/vxlan_inspection_rule_summary.py +134 -0
  334. oci/network_firewall/network_firewall_client.py +837 -97
  335. oci/network_firewall/network_firewall_client_composite_operations.py +42 -0
  336. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  337. oci/nosql/nosql_client.py +24 -24
  338. oci/object_storage/object_storage_client.py +50 -50
  339. oci/object_storage/transfer/internal/download/__init__.py +1 -1
  340. oci/oce/oce_instance_client.py +10 -10
  341. oci/oci_control_center/occ_metrics_client.py +3 -3
  342. oci/ocvp/cluster_client.py +5 -5
  343. oci/ocvp/esxi_host_client.py +8 -8
  344. oci/ocvp/sddc_client.py +14 -14
  345. oci/ocvp/work_request_client.py +4 -4
  346. oci/oda/management_client.py +59 -59
  347. oci/oda/oda_client.py +17 -17
  348. oci/oda/odapackage_client.py +7 -7
  349. oci/onesubscription/billing_schedule_client.py +1 -1
  350. oci/onesubscription/commitment_client.py +2 -2
  351. oci/onesubscription/computed_usage_client.py +3 -3
  352. oci/onesubscription/invoice_summary_client.py +2 -2
  353. oci/onesubscription/organization_subscription_client.py +1 -1
  354. oci/onesubscription/ratecard_client.py +1 -1
  355. oci/onesubscription/subscribed_service_client.py +2 -2
  356. oci/onesubscription/subscription_client.py +1 -1
  357. oci/ons/notification_control_plane_client.py +6 -6
  358. oci/ons/notification_data_plane_client.py +10 -10
  359. oci/opa/opa_instance_client.py +13 -13
  360. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  361. oci/opensearch/opensearch_cluster_client.py +14 -14
  362. oci/operator_access_control/access_requests_client.py +10 -10
  363. oci/operator_access_control/operator_actions_client.py +2 -2
  364. oci/operator_access_control/operator_control_assignment_client.py +8 -8
  365. oci/operator_access_control/operator_control_client.py +6 -6
  366. oci/opsi/models/__init__.py +22 -0
  367. oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
  368. oci/opsi/models/autonomous_database_insight.py +1 -1
  369. oci/opsi/models/autonomous_database_insight_summary.py +1 -1
  370. oci/opsi/models/create_database_insight_details.py +11 -3
  371. oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
  372. oci/opsi/models/create_mds_my_sql_database_insight_details.py +107 -0
  373. oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
  374. oci/opsi/models/database_configuration_summary.py +11 -3
  375. oci/opsi/models/database_insight.py +11 -3
  376. oci/opsi/models/database_insight_summary.py +11 -3
  377. oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
  378. oci/opsi/models/em_managed_external_database_insight.py +1 -1
  379. oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
  380. oci/opsi/models/enable_database_insight_details.py +11 -3
  381. oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
  382. oci/opsi/models/enable_mds_my_sql_database_insight_details.py +51 -0
  383. oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
  384. oci/opsi/models/host_containers.py +182 -0
  385. oci/opsi/models/host_cpu_usage.py +1 -1
  386. oci/opsi/models/host_filesystem_usage.py +30 -3
  387. oci/opsi/models/host_gpu_processes.py +1 -1
  388. oci/opsi/models/host_gpu_usage.py +1 -1
  389. oci/opsi/models/host_io_usage.py +244 -0
  390. oci/opsi/models/host_memory_usage.py +1 -1
  391. oci/opsi/models/host_network_activity_summary.py +1 -1
  392. oci/opsi/models/host_performance_metric_group.py +19 -3
  393. oci/opsi/models/host_top_processes.py +158 -3
  394. oci/opsi/models/ingest_my_sql_sql_stats_details.py +72 -0
  395. oci/opsi/models/ingest_my_sql_sql_stats_response_details.py +72 -0
  396. oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
  397. oci/opsi/models/macs_managed_external_database_insight.py +1 -1
  398. oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
  399. oci/opsi/models/mds_my_sql_database_insight.py +374 -0
  400. oci/opsi/models/mds_my_sql_database_insight_summary.py +210 -0
  401. oci/opsi/models/mds_mysql_database_configuration_summary.py +251 -0
  402. oci/opsi/models/my_sql_sql_stats.py +1074 -0
  403. oci/opsi/models/pe_comanaged_database_insight.py +1 -1
  404. oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
  405. oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
  406. oci/opsi/models/resource_statistics.py +64 -2
  407. oci/opsi/models/summarize_host_insight_host_recommendation_aggregation.py +11 -3
  408. oci/opsi/models/summarize_host_insight_resource_capacity_trend_aggregation_collection.py +11 -3
  409. oci/opsi/models/summarize_host_insight_resource_forecast_trend_aggregation.py +11 -3
  410. oci/opsi/models/summarize_host_insight_resource_statistics_aggregation_collection.py +11 -3
  411. oci/opsi/models/summarize_host_insight_resource_usage_aggregation.py +11 -3
  412. oci/opsi/models/summarize_host_insight_resource_usage_trend_aggregation_collection.py +11 -3
  413. oci/opsi/models/summarize_host_insight_resource_utilization_insight_aggregation.py +11 -3
  414. oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
  415. oci/opsi/models/update_database_insight_details.py +11 -3
  416. oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
  417. oci/opsi/models/update_macs_managed_external_database_insight_details.py +2 -2
  418. oci/opsi/models/update_mds_my_sql_database_insight.py +65 -0
  419. oci/opsi/models/update_pe_comanaged_database_insight_details.py +2 -2
  420. oci/opsi/operations_insights_client.py +464 -195
  421. oci/optimizer/optimizer_client.py +26 -26
  422. oci/os_management/event_client.py +8 -8
  423. oci/os_management/os_management_client.py +69 -69
  424. oci/os_management_hub/event_client.py +8 -8
  425. oci/os_management_hub/lifecycle_environment_client.py +12 -12
  426. oci/os_management_hub/managed_instance_client.py +31 -31
  427. oci/os_management_hub/managed_instance_group_client.py +25 -25
  428. oci/os_management_hub/management_station_client.py +10 -10
  429. oci/os_management_hub/onboarding_client.py +6 -6
  430. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  431. oci/os_management_hub/scheduled_job_client.py +7 -7
  432. oci/os_management_hub/software_source_client.py +27 -27
  433. oci/os_management_hub/work_request_client.py +4 -4
  434. oci/osp_gateway/address_rule_service_client.py +1 -1
  435. oci/osp_gateway/address_service_client.py +2 -2
  436. oci/osp_gateway/invoice_service_client.py +5 -5
  437. oci/osp_gateway/subscription_service_client.py +5 -5
  438. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  439. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  440. oci/osub_subscription/commitment_client.py +2 -2
  441. oci/osub_subscription/ratecard_client.py +1 -1
  442. oci/osub_subscription/subscription_client.py +1 -1
  443. oci/osub_usage/computed_usage_client.py +3 -3
  444. oci/psql/postgresql_client.py +33 -33
  445. oci/queue/queue_admin_client.py +11 -11
  446. oci/queue/queue_client.py +8 -8
  447. oci/recovery/database_recovery_client.py +25 -25
  448. oci/redis/models/create_redis_cluster_details.py +12 -2
  449. oci/redis/models/redis_cluster.py +19 -5
  450. oci/redis/models/redis_cluster_summary.py +12 -2
  451. oci/redis/models/update_redis_cluster_details.py +12 -2
  452. oci/redis/redis_cluster_client.py +11 -11
  453. oci/resource_manager/resource_manager_client.py +52 -52
  454. oci/resource_scheduler/schedule_client.py +13 -13
  455. oci/resource_search/resource_search_client.py +3 -3
  456. oci/rover/rover_bundle_client.py +8 -8
  457. oci/rover/rover_cluster_client.py +8 -8
  458. oci/rover/rover_entitlement_client.py +6 -6
  459. oci/rover/rover_node_client.py +15 -15
  460. oci/rover/shape_client.py +1 -1
  461. oci/rover/work_requests_client.py +5 -5
  462. oci/sch/connector_plugins_client.py +2 -2
  463. oci/sch/service_connector_client.py +12 -12
  464. oci/secrets/secrets_client.py +3 -3
  465. oci/service_catalog/service_catalog_client.py +26 -26
  466. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  467. oci/service_mesh/service_mesh_client.py +48 -48
  468. oci/stack_monitoring/models/baselineable_metric.py +155 -124
  469. oci/stack_monitoring/models/baselineable_metric_summary.py +31 -0
  470. oci/stack_monitoring/models/create_baselineable_metric_details.py +35 -4
  471. oci/stack_monitoring/models/update_baselineable_metric_details.py +31 -0
  472. oci/stack_monitoring/stack_monitoring_client.py +74 -64
  473. oci/streaming/stream_admin_client.py +18 -18
  474. oci/streaming/stream_client.py +8 -8
  475. oci/tenant_manager_control_plane/domain_client.py +5 -5
  476. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  477. oci/tenant_manager_control_plane/governance_client.py +2 -2
  478. oci/tenant_manager_control_plane/link_client.py +3 -3
  479. oci/tenant_manager_control_plane/orders_client.py +2 -2
  480. oci/tenant_manager_control_plane/organization_client.py +10 -10
  481. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  482. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  483. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  484. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  485. oci/threat_intelligence/threatintel_client.py +5 -5
  486. oci/usage/resources_client.py +2 -2
  487. oci/usage/rewards_client.py +6 -6
  488. oci/usage/usagelimits_client.py +1 -1
  489. oci/usage_api/usageapi_client.py +33 -33
  490. oci/vault/vaults_client.py +13 -13
  491. oci/vbs_inst/vbs_instance_client.py +10 -10
  492. oci/version.py +1 -1
  493. oci/visual_builder/vb_instance_client.py +13 -13
  494. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  495. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  496. oci/waa/waa_client.py +13 -13
  497. oci/waa/work_request_client.py +4 -4
  498. oci/waas/redirect_client.py +6 -6
  499. oci/waas/waas_client.py +66 -66
  500. oci/waf/waf_client.py +24 -24
  501. oci/work_requests/work_request_client.py +4 -4
  502. {oci-2.129.3.dist-info → oci-2.130.0.dist-info}/METADATA +1 -1
  503. {oci-2.129.3.dist-info → oci-2.130.0.dist-info}/RECORD +507 -417
  504. {oci-2.129.3.dist-info → oci-2.130.0.dist-info}/LICENSE.txt +0 -0
  505. {oci-2.129.3.dist-info → oci-2.130.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  506. {oci-2.129.3.dist-info → oci-2.130.0.dist-info}/WHEEL +0 -0
  507. {oci-2.129.3.dist-info → oci-2.130.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,2083 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved.
3
+ # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
4
+
5
+ # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: v1
6
+
7
+
8
+ from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401
9
+ from oci.decorators import init_model_state_from_kwargs
10
+
11
+
12
+ @init_model_state_from_kwargs
13
+ class SocialIdentityProvider(object):
14
+ """
15
+ Social Identity Provider
16
+ """
17
+
18
+ #: A constant which can be used with the idcs_prevented_operations property of a SocialIdentityProvider.
19
+ #: This constant has a value of "replace"
20
+ IDCS_PREVENTED_OPERATIONS_REPLACE = "replace"
21
+
22
+ #: A constant which can be used with the idcs_prevented_operations property of a SocialIdentityProvider.
23
+ #: This constant has a value of "update"
24
+ IDCS_PREVENTED_OPERATIONS_UPDATE = "update"
25
+
26
+ #: A constant which can be used with the idcs_prevented_operations property of a SocialIdentityProvider.
27
+ #: This constant has a value of "delete"
28
+ IDCS_PREVENTED_OPERATIONS_DELETE = "delete"
29
+
30
+ #: A constant which can be used with the status property of a SocialIdentityProvider.
31
+ #: This constant has a value of "created"
32
+ STATUS_CREATED = "created"
33
+
34
+ #: A constant which can be used with the status property of a SocialIdentityProvider.
35
+ #: This constant has a value of "deleted"
36
+ STATUS_DELETED = "deleted"
37
+
38
+ def __init__(self, **kwargs):
39
+ """
40
+ Initializes a new SocialIdentityProvider object with values from keyword arguments.
41
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
42
+
43
+ :param id:
44
+ The value to assign to the id property of this SocialIdentityProvider.
45
+ :type id: str
46
+
47
+ :param ocid:
48
+ The value to assign to the ocid property of this SocialIdentityProvider.
49
+ :type ocid: str
50
+
51
+ :param schemas:
52
+ The value to assign to the schemas property of this SocialIdentityProvider.
53
+ :type schemas: list[str]
54
+
55
+ :param meta:
56
+ The value to assign to the meta property of this SocialIdentityProvider.
57
+ :type meta: oci.identity_domains.models.Meta
58
+
59
+ :param idcs_created_by:
60
+ The value to assign to the idcs_created_by property of this SocialIdentityProvider.
61
+ :type idcs_created_by: oci.identity_domains.models.IdcsCreatedBy
62
+
63
+ :param idcs_last_modified_by:
64
+ The value to assign to the idcs_last_modified_by property of this SocialIdentityProvider.
65
+ :type idcs_last_modified_by: oci.identity_domains.models.IdcsLastModifiedBy
66
+
67
+ :param idcs_prevented_operations:
68
+ The value to assign to the idcs_prevented_operations property of this SocialIdentityProvider.
69
+ Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'.
70
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
71
+ :type idcs_prevented_operations: list[str]
72
+
73
+ :param tags:
74
+ The value to assign to the tags property of this SocialIdentityProvider.
75
+ :type tags: list[oci.identity_domains.models.Tags]
76
+
77
+ :param delete_in_progress:
78
+ The value to assign to the delete_in_progress property of this SocialIdentityProvider.
79
+ :type delete_in_progress: bool
80
+
81
+ :param idcs_last_upgraded_in_release:
82
+ The value to assign to the idcs_last_upgraded_in_release property of this SocialIdentityProvider.
83
+ :type idcs_last_upgraded_in_release: str
84
+
85
+ :param domain_ocid:
86
+ The value to assign to the domain_ocid property of this SocialIdentityProvider.
87
+ :type domain_ocid: str
88
+
89
+ :param compartment_ocid:
90
+ The value to assign to the compartment_ocid property of this SocialIdentityProvider.
91
+ :type compartment_ocid: str
92
+
93
+ :param tenancy_ocid:
94
+ The value to assign to the tenancy_ocid property of this SocialIdentityProvider.
95
+ :type tenancy_ocid: str
96
+
97
+ :param name:
98
+ The value to assign to the name property of this SocialIdentityProvider.
99
+ :type name: str
100
+
101
+ :param description:
102
+ The value to assign to the description property of this SocialIdentityProvider.
103
+ :type description: str
104
+
105
+ :param enabled:
106
+ The value to assign to the enabled property of this SocialIdentityProvider.
107
+ :type enabled: bool
108
+
109
+ :param account_linking_enabled:
110
+ The value to assign to the account_linking_enabled property of this SocialIdentityProvider.
111
+ :type account_linking_enabled: bool
112
+
113
+ :param social_jit_provisioning_enabled:
114
+ The value to assign to the social_jit_provisioning_enabled property of this SocialIdentityProvider.
115
+ :type social_jit_provisioning_enabled: bool
116
+
117
+ :param jit_prov_group_static_list_enabled:
118
+ The value to assign to the jit_prov_group_static_list_enabled property of this SocialIdentityProvider.
119
+ :type jit_prov_group_static_list_enabled: bool
120
+
121
+ :param jit_prov_assigned_groups:
122
+ The value to assign to the jit_prov_assigned_groups property of this SocialIdentityProvider.
123
+ :type jit_prov_assigned_groups: list[oci.identity_domains.models.SocialIdentityProviderJitProvAssignedGroups]
124
+
125
+ :param registration_enabled:
126
+ The value to assign to the registration_enabled property of this SocialIdentityProvider.
127
+ :type registration_enabled: bool
128
+
129
+ :param auto_redirect_enabled:
130
+ The value to assign to the auto_redirect_enabled property of this SocialIdentityProvider.
131
+ :type auto_redirect_enabled: bool
132
+
133
+ :param show_on_login:
134
+ The value to assign to the show_on_login property of this SocialIdentityProvider.
135
+ :type show_on_login: bool
136
+
137
+ :param status:
138
+ The value to assign to the status property of this SocialIdentityProvider.
139
+ Allowed values for this property are: "created", "deleted", 'UNKNOWN_ENUM_VALUE'.
140
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
141
+ :type status: str
142
+
143
+ :param id_attribute:
144
+ The value to assign to the id_attribute property of this SocialIdentityProvider.
145
+ :type id_attribute: str
146
+
147
+ :param authz_url:
148
+ The value to assign to the authz_url property of this SocialIdentityProvider.
149
+ :type authz_url: str
150
+
151
+ :param access_token_url:
152
+ The value to assign to the access_token_url property of this SocialIdentityProvider.
153
+ :type access_token_url: str
154
+
155
+ :param profile_url:
156
+ The value to assign to the profile_url property of this SocialIdentityProvider.
157
+ :type profile_url: str
158
+
159
+ :param scope:
160
+ The value to assign to the scope property of this SocialIdentityProvider.
161
+ :type scope: list[str]
162
+
163
+ :param admin_scope:
164
+ The value to assign to the admin_scope property of this SocialIdentityProvider.
165
+ :type admin_scope: list[str]
166
+
167
+ :param consumer_key:
168
+ The value to assign to the consumer_key property of this SocialIdentityProvider.
169
+ :type consumer_key: str
170
+
171
+ :param consumer_secret:
172
+ The value to assign to the consumer_secret property of this SocialIdentityProvider.
173
+ :type consumer_secret: str
174
+
175
+ :param service_provider_name:
176
+ The value to assign to the service_provider_name property of this SocialIdentityProvider.
177
+ :type service_provider_name: str
178
+
179
+ :param clock_skew_in_seconds:
180
+ The value to assign to the clock_skew_in_seconds property of this SocialIdentityProvider.
181
+ :type clock_skew_in_seconds: int
182
+
183
+ :param redirect_url:
184
+ The value to assign to the redirect_url property of this SocialIdentityProvider.
185
+ :type redirect_url: str
186
+
187
+ :param icon_url:
188
+ The value to assign to the icon_url property of this SocialIdentityProvider.
189
+ :type icon_url: str
190
+
191
+ :param discovery_url:
192
+ The value to assign to the discovery_url property of this SocialIdentityProvider.
193
+ :type discovery_url: str
194
+
195
+ :param client_credential_in_payload:
196
+ The value to assign to the client_credential_in_payload property of this SocialIdentityProvider.
197
+ :type client_credential_in_payload: bool
198
+
199
+ :param refresh_token_url:
200
+ The value to assign to the refresh_token_url property of this SocialIdentityProvider.
201
+ :type refresh_token_url: str
202
+
203
+ :param relay_idp_param_mappings:
204
+ The value to assign to the relay_idp_param_mappings property of this SocialIdentityProvider.
205
+ :type relay_idp_param_mappings: list[oci.identity_domains.models.SocialIdentityProviderRelayIdpParamMappings]
206
+
207
+ """
208
+ self.swagger_types = {
209
+ 'id': 'str',
210
+ 'ocid': 'str',
211
+ 'schemas': 'list[str]',
212
+ 'meta': 'Meta',
213
+ 'idcs_created_by': 'IdcsCreatedBy',
214
+ 'idcs_last_modified_by': 'IdcsLastModifiedBy',
215
+ 'idcs_prevented_operations': 'list[str]',
216
+ 'tags': 'list[Tags]',
217
+ 'delete_in_progress': 'bool',
218
+ 'idcs_last_upgraded_in_release': 'str',
219
+ 'domain_ocid': 'str',
220
+ 'compartment_ocid': 'str',
221
+ 'tenancy_ocid': 'str',
222
+ 'name': 'str',
223
+ 'description': 'str',
224
+ 'enabled': 'bool',
225
+ 'account_linking_enabled': 'bool',
226
+ 'social_jit_provisioning_enabled': 'bool',
227
+ 'jit_prov_group_static_list_enabled': 'bool',
228
+ 'jit_prov_assigned_groups': 'list[SocialIdentityProviderJitProvAssignedGroups]',
229
+ 'registration_enabled': 'bool',
230
+ 'auto_redirect_enabled': 'bool',
231
+ 'show_on_login': 'bool',
232
+ 'status': 'str',
233
+ 'id_attribute': 'str',
234
+ 'authz_url': 'str',
235
+ 'access_token_url': 'str',
236
+ 'profile_url': 'str',
237
+ 'scope': 'list[str]',
238
+ 'admin_scope': 'list[str]',
239
+ 'consumer_key': 'str',
240
+ 'consumer_secret': 'str',
241
+ 'service_provider_name': 'str',
242
+ 'clock_skew_in_seconds': 'int',
243
+ 'redirect_url': 'str',
244
+ 'icon_url': 'str',
245
+ 'discovery_url': 'str',
246
+ 'client_credential_in_payload': 'bool',
247
+ 'refresh_token_url': 'str',
248
+ 'relay_idp_param_mappings': 'list[SocialIdentityProviderRelayIdpParamMappings]'
249
+ }
250
+
251
+ self.attribute_map = {
252
+ 'id': 'id',
253
+ 'ocid': 'ocid',
254
+ 'schemas': 'schemas',
255
+ 'meta': 'meta',
256
+ 'idcs_created_by': 'idcsCreatedBy',
257
+ 'idcs_last_modified_by': 'idcsLastModifiedBy',
258
+ 'idcs_prevented_operations': 'idcsPreventedOperations',
259
+ 'tags': 'tags',
260
+ 'delete_in_progress': 'deleteInProgress',
261
+ 'idcs_last_upgraded_in_release': 'idcsLastUpgradedInRelease',
262
+ 'domain_ocid': 'domainOcid',
263
+ 'compartment_ocid': 'compartmentOcid',
264
+ 'tenancy_ocid': 'tenancyOcid',
265
+ 'name': 'name',
266
+ 'description': 'description',
267
+ 'enabled': 'enabled',
268
+ 'account_linking_enabled': 'accountLinkingEnabled',
269
+ 'social_jit_provisioning_enabled': 'socialJitProvisioningEnabled',
270
+ 'jit_prov_group_static_list_enabled': 'jitProvGroupStaticListEnabled',
271
+ 'jit_prov_assigned_groups': 'jitProvAssignedGroups',
272
+ 'registration_enabled': 'registrationEnabled',
273
+ 'auto_redirect_enabled': 'autoRedirectEnabled',
274
+ 'show_on_login': 'showOnLogin',
275
+ 'status': 'status',
276
+ 'id_attribute': 'idAttribute',
277
+ 'authz_url': 'authzUrl',
278
+ 'access_token_url': 'accessTokenUrl',
279
+ 'profile_url': 'profileUrl',
280
+ 'scope': 'scope',
281
+ 'admin_scope': 'adminScope',
282
+ 'consumer_key': 'consumerKey',
283
+ 'consumer_secret': 'consumerSecret',
284
+ 'service_provider_name': 'serviceProviderName',
285
+ 'clock_skew_in_seconds': 'clockSkewInSeconds',
286
+ 'redirect_url': 'redirectUrl',
287
+ 'icon_url': 'iconUrl',
288
+ 'discovery_url': 'discoveryUrl',
289
+ 'client_credential_in_payload': 'clientCredentialInPayload',
290
+ 'refresh_token_url': 'refreshTokenUrl',
291
+ 'relay_idp_param_mappings': 'relayIdpParamMappings'
292
+ }
293
+
294
+ self._id = None
295
+ self._ocid = None
296
+ self._schemas = None
297
+ self._meta = None
298
+ self._idcs_created_by = None
299
+ self._idcs_last_modified_by = None
300
+ self._idcs_prevented_operations = None
301
+ self._tags = None
302
+ self._delete_in_progress = None
303
+ self._idcs_last_upgraded_in_release = None
304
+ self._domain_ocid = None
305
+ self._compartment_ocid = None
306
+ self._tenancy_ocid = None
307
+ self._name = None
308
+ self._description = None
309
+ self._enabled = None
310
+ self._account_linking_enabled = None
311
+ self._social_jit_provisioning_enabled = None
312
+ self._jit_prov_group_static_list_enabled = None
313
+ self._jit_prov_assigned_groups = None
314
+ self._registration_enabled = None
315
+ self._auto_redirect_enabled = None
316
+ self._show_on_login = None
317
+ self._status = None
318
+ self._id_attribute = None
319
+ self._authz_url = None
320
+ self._access_token_url = None
321
+ self._profile_url = None
322
+ self._scope = None
323
+ self._admin_scope = None
324
+ self._consumer_key = None
325
+ self._consumer_secret = None
326
+ self._service_provider_name = None
327
+ self._clock_skew_in_seconds = None
328
+ self._redirect_url = None
329
+ self._icon_url = None
330
+ self._discovery_url = None
331
+ self._client_credential_in_payload = None
332
+ self._refresh_token_url = None
333
+ self._relay_idp_param_mappings = None
334
+
335
+ @property
336
+ def id(self):
337
+ """
338
+ Gets the id of this SocialIdentityProvider.
339
+ Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
340
+
341
+ **SCIM++ Properties:**
342
+ - caseExact: false
343
+ - idcsSearchable: true
344
+ - multiValued: false
345
+ - mutability: readOnly
346
+ - required: false
347
+ - returned: always
348
+ - type: string
349
+ - uniqueness: global
350
+
351
+
352
+ :return: The id of this SocialIdentityProvider.
353
+ :rtype: str
354
+ """
355
+ return self._id
356
+
357
+ @id.setter
358
+ def id(self, id):
359
+ """
360
+ Sets the id of this SocialIdentityProvider.
361
+ Unique identifier for the SCIM Resource as defined by the Service Provider. Each representation of the Resource MUST include a non-empty id value. This identifier MUST be unique across the Service Provider's entire set of Resources. It MUST be a stable, non-reassignable identifier that does not change when the same Resource is returned in subsequent requests. The value of the id attribute is always issued by the Service Provider and MUST never be specified by the Service Consumer. bulkId: is a reserved keyword and MUST NOT be used in the unique identifier.
362
+
363
+ **SCIM++ Properties:**
364
+ - caseExact: false
365
+ - idcsSearchable: true
366
+ - multiValued: false
367
+ - mutability: readOnly
368
+ - required: false
369
+ - returned: always
370
+ - type: string
371
+ - uniqueness: global
372
+
373
+
374
+ :param id: The id of this SocialIdentityProvider.
375
+ :type: str
376
+ """
377
+ self._id = id
378
+
379
+ @property
380
+ def ocid(self):
381
+ """
382
+ Gets the ocid of this SocialIdentityProvider.
383
+ Unique OCI identifier for the SCIM Resource.
384
+
385
+ **SCIM++ Properties:**
386
+ - caseExact: true
387
+ - idcsSearchable: true
388
+ - multiValued: false
389
+ - mutability: immutable
390
+ - required: false
391
+ - returned: default
392
+ - type: string
393
+ - uniqueness: global
394
+
395
+
396
+ :return: The ocid of this SocialIdentityProvider.
397
+ :rtype: str
398
+ """
399
+ return self._ocid
400
+
401
+ @ocid.setter
402
+ def ocid(self, ocid):
403
+ """
404
+ Sets the ocid of this SocialIdentityProvider.
405
+ Unique OCI identifier for the SCIM Resource.
406
+
407
+ **SCIM++ Properties:**
408
+ - caseExact: true
409
+ - idcsSearchable: true
410
+ - multiValued: false
411
+ - mutability: immutable
412
+ - required: false
413
+ - returned: default
414
+ - type: string
415
+ - uniqueness: global
416
+
417
+
418
+ :param ocid: The ocid of this SocialIdentityProvider.
419
+ :type: str
420
+ """
421
+ self._ocid = ocid
422
+
423
+ @property
424
+ def schemas(self):
425
+ """
426
+ **[Required]** Gets the schemas of this SocialIdentityProvider.
427
+ REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \\\"enterprise\\\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
428
+
429
+ **SCIM++ Properties:**
430
+ - caseExact: false
431
+ - idcsSearchable: false
432
+ - multiValued: true
433
+ - mutability: readWrite
434
+ - required: true
435
+ - returned: default
436
+ - type: string
437
+ - uniqueness: none
438
+
439
+
440
+ :return: The schemas of this SocialIdentityProvider.
441
+ :rtype: list[str]
442
+ """
443
+ return self._schemas
444
+
445
+ @schemas.setter
446
+ def schemas(self, schemas):
447
+ """
448
+ Sets the schemas of this SocialIdentityProvider.
449
+ REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \\\"enterprise\\\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
450
+
451
+ **SCIM++ Properties:**
452
+ - caseExact: false
453
+ - idcsSearchable: false
454
+ - multiValued: true
455
+ - mutability: readWrite
456
+ - required: true
457
+ - returned: default
458
+ - type: string
459
+ - uniqueness: none
460
+
461
+
462
+ :param schemas: The schemas of this SocialIdentityProvider.
463
+ :type: list[str]
464
+ """
465
+ self._schemas = schemas
466
+
467
+ @property
468
+ def meta(self):
469
+ """
470
+ Gets the meta of this SocialIdentityProvider.
471
+
472
+ :return: The meta of this SocialIdentityProvider.
473
+ :rtype: oci.identity_domains.models.Meta
474
+ """
475
+ return self._meta
476
+
477
+ @meta.setter
478
+ def meta(self, meta):
479
+ """
480
+ Sets the meta of this SocialIdentityProvider.
481
+
482
+ :param meta: The meta of this SocialIdentityProvider.
483
+ :type: oci.identity_domains.models.Meta
484
+ """
485
+ self._meta = meta
486
+
487
+ @property
488
+ def idcs_created_by(self):
489
+ """
490
+ Gets the idcs_created_by of this SocialIdentityProvider.
491
+
492
+ :return: The idcs_created_by of this SocialIdentityProvider.
493
+ :rtype: oci.identity_domains.models.IdcsCreatedBy
494
+ """
495
+ return self._idcs_created_by
496
+
497
+ @idcs_created_by.setter
498
+ def idcs_created_by(self, idcs_created_by):
499
+ """
500
+ Sets the idcs_created_by of this SocialIdentityProvider.
501
+
502
+ :param idcs_created_by: The idcs_created_by of this SocialIdentityProvider.
503
+ :type: oci.identity_domains.models.IdcsCreatedBy
504
+ """
505
+ self._idcs_created_by = idcs_created_by
506
+
507
+ @property
508
+ def idcs_last_modified_by(self):
509
+ """
510
+ Gets the idcs_last_modified_by of this SocialIdentityProvider.
511
+
512
+ :return: The idcs_last_modified_by of this SocialIdentityProvider.
513
+ :rtype: oci.identity_domains.models.IdcsLastModifiedBy
514
+ """
515
+ return self._idcs_last_modified_by
516
+
517
+ @idcs_last_modified_by.setter
518
+ def idcs_last_modified_by(self, idcs_last_modified_by):
519
+ """
520
+ Sets the idcs_last_modified_by of this SocialIdentityProvider.
521
+
522
+ :param idcs_last_modified_by: The idcs_last_modified_by of this SocialIdentityProvider.
523
+ :type: oci.identity_domains.models.IdcsLastModifiedBy
524
+ """
525
+ self._idcs_last_modified_by = idcs_last_modified_by
526
+
527
+ @property
528
+ def idcs_prevented_operations(self):
529
+ """
530
+ Gets the idcs_prevented_operations of this SocialIdentityProvider.
531
+ Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
532
+
533
+ **SCIM++ Properties:**
534
+ - idcsSearchable: false
535
+ - multiValued: true
536
+ - mutability: readOnly
537
+ - required: false
538
+ - returned: request
539
+ - type: string
540
+ - uniqueness: none
541
+
542
+ Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'.
543
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
544
+
545
+
546
+ :return: The idcs_prevented_operations of this SocialIdentityProvider.
547
+ :rtype: list[str]
548
+ """
549
+ return self._idcs_prevented_operations
550
+
551
+ @idcs_prevented_operations.setter
552
+ def idcs_prevented_operations(self, idcs_prevented_operations):
553
+ """
554
+ Sets the idcs_prevented_operations of this SocialIdentityProvider.
555
+ Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
556
+
557
+ **SCIM++ Properties:**
558
+ - idcsSearchable: false
559
+ - multiValued: true
560
+ - mutability: readOnly
561
+ - required: false
562
+ - returned: request
563
+ - type: string
564
+ - uniqueness: none
565
+
566
+
567
+ :param idcs_prevented_operations: The idcs_prevented_operations of this SocialIdentityProvider.
568
+ :type: list[str]
569
+ """
570
+ allowed_values = ["replace", "update", "delete"]
571
+ if idcs_prevented_operations:
572
+ idcs_prevented_operations[:] = ['UNKNOWN_ENUM_VALUE' if not value_allowed_none_or_none_sentinel(x, allowed_values) else x for x in idcs_prevented_operations]
573
+ self._idcs_prevented_operations = idcs_prevented_operations
574
+
575
+ @property
576
+ def tags(self):
577
+ """
578
+ Gets the tags of this SocialIdentityProvider.
579
+ A list of tags on this resource.
580
+
581
+ **SCIM++ Properties:**
582
+ - idcsCompositeKey: [key, value]
583
+ - idcsSearchable: true
584
+ - multiValued: true
585
+ - mutability: readWrite
586
+ - required: false
587
+ - returned: request
588
+ - type: complex
589
+ - uniqueness: none
590
+
591
+
592
+ :return: The tags of this SocialIdentityProvider.
593
+ :rtype: list[oci.identity_domains.models.Tags]
594
+ """
595
+ return self._tags
596
+
597
+ @tags.setter
598
+ def tags(self, tags):
599
+ """
600
+ Sets the tags of this SocialIdentityProvider.
601
+ A list of tags on this resource.
602
+
603
+ **SCIM++ Properties:**
604
+ - idcsCompositeKey: [key, value]
605
+ - idcsSearchable: true
606
+ - multiValued: true
607
+ - mutability: readWrite
608
+ - required: false
609
+ - returned: request
610
+ - type: complex
611
+ - uniqueness: none
612
+
613
+
614
+ :param tags: The tags of this SocialIdentityProvider.
615
+ :type: list[oci.identity_domains.models.Tags]
616
+ """
617
+ self._tags = tags
618
+
619
+ @property
620
+ def delete_in_progress(self):
621
+ """
622
+ Gets the delete_in_progress of this SocialIdentityProvider.
623
+ A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
624
+
625
+ **SCIM++ Properties:**
626
+ - caseExact: false
627
+ - idcsSearchable: true
628
+ - multiValued: false
629
+ - mutability: readOnly
630
+ - required: false
631
+ - returned: default
632
+ - type: boolean
633
+ - uniqueness: none
634
+
635
+
636
+ :return: The delete_in_progress of this SocialIdentityProvider.
637
+ :rtype: bool
638
+ """
639
+ return self._delete_in_progress
640
+
641
+ @delete_in_progress.setter
642
+ def delete_in_progress(self, delete_in_progress):
643
+ """
644
+ Sets the delete_in_progress of this SocialIdentityProvider.
645
+ A boolean flag indicating this resource in the process of being deleted. Usually set to true when synchronous deletion of the resource would take too long.
646
+
647
+ **SCIM++ Properties:**
648
+ - caseExact: false
649
+ - idcsSearchable: true
650
+ - multiValued: false
651
+ - mutability: readOnly
652
+ - required: false
653
+ - returned: default
654
+ - type: boolean
655
+ - uniqueness: none
656
+
657
+
658
+ :param delete_in_progress: The delete_in_progress of this SocialIdentityProvider.
659
+ :type: bool
660
+ """
661
+ self._delete_in_progress = delete_in_progress
662
+
663
+ @property
664
+ def idcs_last_upgraded_in_release(self):
665
+ """
666
+ Gets the idcs_last_upgraded_in_release of this SocialIdentityProvider.
667
+ The release number when the resource was upgraded.
668
+
669
+ **SCIM++ Properties:**
670
+ - caseExact: false
671
+ - idcsSearchable: false
672
+ - multiValued: false
673
+ - mutability: readOnly
674
+ - required: false
675
+ - returned: request
676
+ - type: string
677
+ - uniqueness: none
678
+
679
+
680
+ :return: The idcs_last_upgraded_in_release of this SocialIdentityProvider.
681
+ :rtype: str
682
+ """
683
+ return self._idcs_last_upgraded_in_release
684
+
685
+ @idcs_last_upgraded_in_release.setter
686
+ def idcs_last_upgraded_in_release(self, idcs_last_upgraded_in_release):
687
+ """
688
+ Sets the idcs_last_upgraded_in_release of this SocialIdentityProvider.
689
+ The release number when the resource was upgraded.
690
+
691
+ **SCIM++ Properties:**
692
+ - caseExact: false
693
+ - idcsSearchable: false
694
+ - multiValued: false
695
+ - mutability: readOnly
696
+ - required: false
697
+ - returned: request
698
+ - type: string
699
+ - uniqueness: none
700
+
701
+
702
+ :param idcs_last_upgraded_in_release: The idcs_last_upgraded_in_release of this SocialIdentityProvider.
703
+ :type: str
704
+ """
705
+ self._idcs_last_upgraded_in_release = idcs_last_upgraded_in_release
706
+
707
+ @property
708
+ def domain_ocid(self):
709
+ """
710
+ Gets the domain_ocid of this SocialIdentityProvider.
711
+ OCI Domain Id (ocid) in which the resource lives.
712
+
713
+ **SCIM++ Properties:**
714
+ - caseExact: false
715
+ - idcsSearchable: false
716
+ - multiValued: false
717
+ - mutability: readOnly
718
+ - required: false
719
+ - returned: default
720
+ - type: string
721
+ - uniqueness: none
722
+
723
+
724
+ :return: The domain_ocid of this SocialIdentityProvider.
725
+ :rtype: str
726
+ """
727
+ return self._domain_ocid
728
+
729
+ @domain_ocid.setter
730
+ def domain_ocid(self, domain_ocid):
731
+ """
732
+ Sets the domain_ocid of this SocialIdentityProvider.
733
+ OCI Domain Id (ocid) in which the resource lives.
734
+
735
+ **SCIM++ Properties:**
736
+ - caseExact: false
737
+ - idcsSearchable: false
738
+ - multiValued: false
739
+ - mutability: readOnly
740
+ - required: false
741
+ - returned: default
742
+ - type: string
743
+ - uniqueness: none
744
+
745
+
746
+ :param domain_ocid: The domain_ocid of this SocialIdentityProvider.
747
+ :type: str
748
+ """
749
+ self._domain_ocid = domain_ocid
750
+
751
+ @property
752
+ def compartment_ocid(self):
753
+ """
754
+ Gets the compartment_ocid of this SocialIdentityProvider.
755
+ OCI Compartment Id (ocid) in which the resource lives.
756
+
757
+ **SCIM++ Properties:**
758
+ - caseExact: false
759
+ - idcsSearchable: false
760
+ - multiValued: false
761
+ - mutability: readOnly
762
+ - required: false
763
+ - returned: default
764
+ - type: string
765
+ - uniqueness: none
766
+
767
+
768
+ :return: The compartment_ocid of this SocialIdentityProvider.
769
+ :rtype: str
770
+ """
771
+ return self._compartment_ocid
772
+
773
+ @compartment_ocid.setter
774
+ def compartment_ocid(self, compartment_ocid):
775
+ """
776
+ Sets the compartment_ocid of this SocialIdentityProvider.
777
+ OCI Compartment Id (ocid) in which the resource lives.
778
+
779
+ **SCIM++ Properties:**
780
+ - caseExact: false
781
+ - idcsSearchable: false
782
+ - multiValued: false
783
+ - mutability: readOnly
784
+ - required: false
785
+ - returned: default
786
+ - type: string
787
+ - uniqueness: none
788
+
789
+
790
+ :param compartment_ocid: The compartment_ocid of this SocialIdentityProvider.
791
+ :type: str
792
+ """
793
+ self._compartment_ocid = compartment_ocid
794
+
795
+ @property
796
+ def tenancy_ocid(self):
797
+ """
798
+ Gets the tenancy_ocid of this SocialIdentityProvider.
799
+ OCI Tenant Id (ocid) in which the resource lives.
800
+
801
+ **SCIM++ Properties:**
802
+ - caseExact: false
803
+ - idcsSearchable: false
804
+ - multiValued: false
805
+ - mutability: readOnly
806
+ - required: false
807
+ - returned: default
808
+ - type: string
809
+ - uniqueness: none
810
+
811
+
812
+ :return: The tenancy_ocid of this SocialIdentityProvider.
813
+ :rtype: str
814
+ """
815
+ return self._tenancy_ocid
816
+
817
+ @tenancy_ocid.setter
818
+ def tenancy_ocid(self, tenancy_ocid):
819
+ """
820
+ Sets the tenancy_ocid of this SocialIdentityProvider.
821
+ OCI Tenant Id (ocid) in which the resource lives.
822
+
823
+ **SCIM++ Properties:**
824
+ - caseExact: false
825
+ - idcsSearchable: false
826
+ - multiValued: false
827
+ - mutability: readOnly
828
+ - required: false
829
+ - returned: default
830
+ - type: string
831
+ - uniqueness: none
832
+
833
+
834
+ :param tenancy_ocid: The tenancy_ocid of this SocialIdentityProvider.
835
+ :type: str
836
+ """
837
+ self._tenancy_ocid = tenancy_ocid
838
+
839
+ @property
840
+ def name(self):
841
+ """
842
+ **[Required]** Gets the name of this SocialIdentityProvider.
843
+ Social provider name
844
+
845
+ **SCIM++ Properties:**
846
+ - caseExact: false
847
+ - idcsSearchable: true
848
+ - multiValued: false
849
+ - mutability: readWrite
850
+ - required: true
851
+ - returned: always
852
+ - type: string
853
+ - uniqueness: global
854
+
855
+
856
+ :return: The name of this SocialIdentityProvider.
857
+ :rtype: str
858
+ """
859
+ return self._name
860
+
861
+ @name.setter
862
+ def name(self, name):
863
+ """
864
+ Sets the name of this SocialIdentityProvider.
865
+ Social provider name
866
+
867
+ **SCIM++ Properties:**
868
+ - caseExact: false
869
+ - idcsSearchable: true
870
+ - multiValued: false
871
+ - mutability: readWrite
872
+ - required: true
873
+ - returned: always
874
+ - type: string
875
+ - uniqueness: global
876
+
877
+
878
+ :param name: The name of this SocialIdentityProvider.
879
+ :type: str
880
+ """
881
+ self._name = name
882
+
883
+ @property
884
+ def description(self):
885
+ """
886
+ Gets the description of this SocialIdentityProvider.
887
+ Social IDP description
888
+
889
+ **SCIM++ Properties:**
890
+ - caseExact: false
891
+ - idcsSearchable: true
892
+ - multiValued: false
893
+ - mutability: readWrite
894
+ - required: false
895
+ - returned: default
896
+ - type: string
897
+ - uniqueness: none
898
+
899
+
900
+ :return: The description of this SocialIdentityProvider.
901
+ :rtype: str
902
+ """
903
+ return self._description
904
+
905
+ @description.setter
906
+ def description(self, description):
907
+ """
908
+ Sets the description of this SocialIdentityProvider.
909
+ Social IDP description
910
+
911
+ **SCIM++ Properties:**
912
+ - caseExact: false
913
+ - idcsSearchable: true
914
+ - multiValued: false
915
+ - mutability: readWrite
916
+ - required: false
917
+ - returned: default
918
+ - type: string
919
+ - uniqueness: none
920
+
921
+
922
+ :param description: The description of this SocialIdentityProvider.
923
+ :type: str
924
+ """
925
+ self._description = description
926
+
927
+ @property
928
+ def enabled(self):
929
+ """
930
+ **[Required]** Gets the enabled of this SocialIdentityProvider.
931
+ Whether the IDP is enabled or not
932
+
933
+ **SCIM++ Properties:**
934
+ - caseExact: true
935
+ - idcsSearchable: true
936
+ - multiValued: false
937
+ - mutability: readWrite
938
+ - required: true
939
+ - returned: default
940
+ - type: boolean
941
+ - uniqueness: none
942
+
943
+
944
+ :return: The enabled of this SocialIdentityProvider.
945
+ :rtype: bool
946
+ """
947
+ return self._enabled
948
+
949
+ @enabled.setter
950
+ def enabled(self, enabled):
951
+ """
952
+ Sets the enabled of this SocialIdentityProvider.
953
+ Whether the IDP is enabled or not
954
+
955
+ **SCIM++ Properties:**
956
+ - caseExact: true
957
+ - idcsSearchable: true
958
+ - multiValued: false
959
+ - mutability: readWrite
960
+ - required: true
961
+ - returned: default
962
+ - type: boolean
963
+ - uniqueness: none
964
+
965
+
966
+ :param enabled: The enabled of this SocialIdentityProvider.
967
+ :type: bool
968
+ """
969
+ self._enabled = enabled
970
+
971
+ @property
972
+ def account_linking_enabled(self):
973
+ """
974
+ **[Required]** Gets the account_linking_enabled of this SocialIdentityProvider.
975
+ Whether account linking is enabled
976
+
977
+ **SCIM++ Properties:**
978
+ - caseExact: true
979
+ - idcsSearchable: true
980
+ - multiValued: false
981
+ - mutability: readWrite
982
+ - required: true
983
+ - returned: default
984
+ - type: boolean
985
+ - uniqueness: none
986
+
987
+
988
+ :return: The account_linking_enabled of this SocialIdentityProvider.
989
+ :rtype: bool
990
+ """
991
+ return self._account_linking_enabled
992
+
993
+ @account_linking_enabled.setter
994
+ def account_linking_enabled(self, account_linking_enabled):
995
+ """
996
+ Sets the account_linking_enabled of this SocialIdentityProvider.
997
+ Whether account linking is enabled
998
+
999
+ **SCIM++ Properties:**
1000
+ - caseExact: true
1001
+ - idcsSearchable: true
1002
+ - multiValued: false
1003
+ - mutability: readWrite
1004
+ - required: true
1005
+ - returned: default
1006
+ - type: boolean
1007
+ - uniqueness: none
1008
+
1009
+
1010
+ :param account_linking_enabled: The account_linking_enabled of this SocialIdentityProvider.
1011
+ :type: bool
1012
+ """
1013
+ self._account_linking_enabled = account_linking_enabled
1014
+
1015
+ @property
1016
+ def social_jit_provisioning_enabled(self):
1017
+ """
1018
+ Gets the social_jit_provisioning_enabled of this SocialIdentityProvider.
1019
+ Whether Social JIT Provisioning is enabled
1020
+
1021
+ **Added In:** 2307282043
1022
+
1023
+ **SCIM++ Properties:**
1024
+ - caseExact: true
1025
+ - idcsSearchable: true
1026
+ - multiValued: false
1027
+ - mutability: readWrite
1028
+ - required: false
1029
+ - returned: default
1030
+ - type: boolean
1031
+ - uniqueness: none
1032
+
1033
+
1034
+ :return: The social_jit_provisioning_enabled of this SocialIdentityProvider.
1035
+ :rtype: bool
1036
+ """
1037
+ return self._social_jit_provisioning_enabled
1038
+
1039
+ @social_jit_provisioning_enabled.setter
1040
+ def social_jit_provisioning_enabled(self, social_jit_provisioning_enabled):
1041
+ """
1042
+ Sets the social_jit_provisioning_enabled of this SocialIdentityProvider.
1043
+ Whether Social JIT Provisioning is enabled
1044
+
1045
+ **Added In:** 2307282043
1046
+
1047
+ **SCIM++ Properties:**
1048
+ - caseExact: true
1049
+ - idcsSearchable: true
1050
+ - multiValued: false
1051
+ - mutability: readWrite
1052
+ - required: false
1053
+ - returned: default
1054
+ - type: boolean
1055
+ - uniqueness: none
1056
+
1057
+
1058
+ :param social_jit_provisioning_enabled: The social_jit_provisioning_enabled of this SocialIdentityProvider.
1059
+ :type: bool
1060
+ """
1061
+ self._social_jit_provisioning_enabled = social_jit_provisioning_enabled
1062
+
1063
+ @property
1064
+ def jit_prov_group_static_list_enabled(self):
1065
+ """
1066
+ Gets the jit_prov_group_static_list_enabled of this SocialIdentityProvider.
1067
+ Set to true to indicate Social JIT User Provisioning Groups should be assigned from a static list
1068
+
1069
+ **Added In:** 2309290043
1070
+
1071
+ **SCIM++ Properties:**
1072
+ - caseExact: false
1073
+ - idcsSearchable: false
1074
+ - multiValued: false
1075
+ - mutability: readWrite
1076
+ - required: false
1077
+ - returned: default
1078
+ - type: boolean
1079
+ - uniqueness: none
1080
+
1081
+
1082
+ :return: The jit_prov_group_static_list_enabled of this SocialIdentityProvider.
1083
+ :rtype: bool
1084
+ """
1085
+ return self._jit_prov_group_static_list_enabled
1086
+
1087
+ @jit_prov_group_static_list_enabled.setter
1088
+ def jit_prov_group_static_list_enabled(self, jit_prov_group_static_list_enabled):
1089
+ """
1090
+ Sets the jit_prov_group_static_list_enabled of this SocialIdentityProvider.
1091
+ Set to true to indicate Social JIT User Provisioning Groups should be assigned from a static list
1092
+
1093
+ **Added In:** 2309290043
1094
+
1095
+ **SCIM++ Properties:**
1096
+ - caseExact: false
1097
+ - idcsSearchable: false
1098
+ - multiValued: false
1099
+ - mutability: readWrite
1100
+ - required: false
1101
+ - returned: default
1102
+ - type: boolean
1103
+ - uniqueness: none
1104
+
1105
+
1106
+ :param jit_prov_group_static_list_enabled: The jit_prov_group_static_list_enabled of this SocialIdentityProvider.
1107
+ :type: bool
1108
+ """
1109
+ self._jit_prov_group_static_list_enabled = jit_prov_group_static_list_enabled
1110
+
1111
+ @property
1112
+ def jit_prov_assigned_groups(self):
1113
+ """
1114
+ Gets the jit_prov_assigned_groups of this SocialIdentityProvider.
1115
+ Lists the groups each social JIT-provisioned user is a member. Just-in-Time user-provisioning applies this static list when jitProvGroupStaticListEnabled:true.
1116
+
1117
+ **Added In:** 2309290043
1118
+
1119
+ **SCIM++ Properties:**
1120
+ - idcsCompositeKey: [value]
1121
+ - idcsSearchable: false
1122
+ - multiValued: true
1123
+ - mutability: readWrite
1124
+ - required: false
1125
+ - returned: default
1126
+ - type: complex
1127
+ - uniqueness: none
1128
+
1129
+
1130
+ :return: The jit_prov_assigned_groups of this SocialIdentityProvider.
1131
+ :rtype: list[oci.identity_domains.models.SocialIdentityProviderJitProvAssignedGroups]
1132
+ """
1133
+ return self._jit_prov_assigned_groups
1134
+
1135
+ @jit_prov_assigned_groups.setter
1136
+ def jit_prov_assigned_groups(self, jit_prov_assigned_groups):
1137
+ """
1138
+ Sets the jit_prov_assigned_groups of this SocialIdentityProvider.
1139
+ Lists the groups each social JIT-provisioned user is a member. Just-in-Time user-provisioning applies this static list when jitProvGroupStaticListEnabled:true.
1140
+
1141
+ **Added In:** 2309290043
1142
+
1143
+ **SCIM++ Properties:**
1144
+ - idcsCompositeKey: [value]
1145
+ - idcsSearchable: false
1146
+ - multiValued: true
1147
+ - mutability: readWrite
1148
+ - required: false
1149
+ - returned: default
1150
+ - type: complex
1151
+ - uniqueness: none
1152
+
1153
+
1154
+ :param jit_prov_assigned_groups: The jit_prov_assigned_groups of this SocialIdentityProvider.
1155
+ :type: list[oci.identity_domains.models.SocialIdentityProviderJitProvAssignedGroups]
1156
+ """
1157
+ self._jit_prov_assigned_groups = jit_prov_assigned_groups
1158
+
1159
+ @property
1160
+ def registration_enabled(self):
1161
+ """
1162
+ **[Required]** Gets the registration_enabled of this SocialIdentityProvider.
1163
+ Whether registration is enabled
1164
+
1165
+ **SCIM++ Properties:**
1166
+ - caseExact: true
1167
+ - idcsSearchable: true
1168
+ - multiValued: false
1169
+ - mutability: readWrite
1170
+ - required: true
1171
+ - returned: default
1172
+ - type: boolean
1173
+ - uniqueness: none
1174
+
1175
+
1176
+ :return: The registration_enabled of this SocialIdentityProvider.
1177
+ :rtype: bool
1178
+ """
1179
+ return self._registration_enabled
1180
+
1181
+ @registration_enabled.setter
1182
+ def registration_enabled(self, registration_enabled):
1183
+ """
1184
+ Sets the registration_enabled of this SocialIdentityProvider.
1185
+ Whether registration is enabled
1186
+
1187
+ **SCIM++ Properties:**
1188
+ - caseExact: true
1189
+ - idcsSearchable: true
1190
+ - multiValued: false
1191
+ - mutability: readWrite
1192
+ - required: true
1193
+ - returned: default
1194
+ - type: boolean
1195
+ - uniqueness: none
1196
+
1197
+
1198
+ :param registration_enabled: The registration_enabled of this SocialIdentityProvider.
1199
+ :type: bool
1200
+ """
1201
+ self._registration_enabled = registration_enabled
1202
+
1203
+ @property
1204
+ def auto_redirect_enabled(self):
1205
+ """
1206
+ Gets the auto_redirect_enabled of this SocialIdentityProvider.
1207
+ Whether social auto redirect is enabled. The IDP policy should be configured with only one Social IDP, and without username/password selected.
1208
+
1209
+ **Added In:** 2310202314
1210
+
1211
+ **SCIM++ Properties:**
1212
+ - caseExact: true
1213
+ - idcsSearchable: true
1214
+ - multiValued: false
1215
+ - mutability: readWrite
1216
+ - required: false
1217
+ - returned: default
1218
+ - type: boolean
1219
+ - uniqueness: none
1220
+
1221
+
1222
+ :return: The auto_redirect_enabled of this SocialIdentityProvider.
1223
+ :rtype: bool
1224
+ """
1225
+ return self._auto_redirect_enabled
1226
+
1227
+ @auto_redirect_enabled.setter
1228
+ def auto_redirect_enabled(self, auto_redirect_enabled):
1229
+ """
1230
+ Sets the auto_redirect_enabled of this SocialIdentityProvider.
1231
+ Whether social auto redirect is enabled. The IDP policy should be configured with only one Social IDP, and without username/password selected.
1232
+
1233
+ **Added In:** 2310202314
1234
+
1235
+ **SCIM++ Properties:**
1236
+ - caseExact: true
1237
+ - idcsSearchable: true
1238
+ - multiValued: false
1239
+ - mutability: readWrite
1240
+ - required: false
1241
+ - returned: default
1242
+ - type: boolean
1243
+ - uniqueness: none
1244
+
1245
+
1246
+ :param auto_redirect_enabled: The auto_redirect_enabled of this SocialIdentityProvider.
1247
+ :type: bool
1248
+ """
1249
+ self._auto_redirect_enabled = auto_redirect_enabled
1250
+
1251
+ @property
1252
+ def show_on_login(self):
1253
+ """
1254
+ **[Required]** Gets the show_on_login of this SocialIdentityProvider.
1255
+ Whether show on login
1256
+
1257
+ **SCIM++ Properties:**
1258
+ - caseExact: true
1259
+ - idcsSearchable: true
1260
+ - multiValued: false
1261
+ - mutability: readWrite
1262
+ - required: true
1263
+ - returned: default
1264
+ - type: boolean
1265
+ - uniqueness: none
1266
+
1267
+
1268
+ :return: The show_on_login of this SocialIdentityProvider.
1269
+ :rtype: bool
1270
+ """
1271
+ return self._show_on_login
1272
+
1273
+ @show_on_login.setter
1274
+ def show_on_login(self, show_on_login):
1275
+ """
1276
+ Sets the show_on_login of this SocialIdentityProvider.
1277
+ Whether show on login
1278
+
1279
+ **SCIM++ Properties:**
1280
+ - caseExact: true
1281
+ - idcsSearchable: true
1282
+ - multiValued: false
1283
+ - mutability: readWrite
1284
+ - required: true
1285
+ - returned: default
1286
+ - type: boolean
1287
+ - uniqueness: none
1288
+
1289
+
1290
+ :param show_on_login: The show_on_login of this SocialIdentityProvider.
1291
+ :type: bool
1292
+ """
1293
+ self._show_on_login = show_on_login
1294
+
1295
+ @property
1296
+ def status(self):
1297
+ """
1298
+ Gets the status of this SocialIdentityProvider.
1299
+ Status
1300
+
1301
+ **Added In:** 17.4.6
1302
+
1303
+ **SCIM++ Properties:**
1304
+ - caseExact: true
1305
+ - idcsSearchable: true
1306
+ - multiValued: false
1307
+ - mutability: readWrite
1308
+ - required: false
1309
+ - returned: default
1310
+ - type: string
1311
+ - uniqueness: none
1312
+
1313
+ Allowed values for this property are: "created", "deleted", 'UNKNOWN_ENUM_VALUE'.
1314
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1315
+
1316
+
1317
+ :return: The status of this SocialIdentityProvider.
1318
+ :rtype: str
1319
+ """
1320
+ return self._status
1321
+
1322
+ @status.setter
1323
+ def status(self, status):
1324
+ """
1325
+ Sets the status of this SocialIdentityProvider.
1326
+ Status
1327
+
1328
+ **Added In:** 17.4.6
1329
+
1330
+ **SCIM++ Properties:**
1331
+ - caseExact: true
1332
+ - idcsSearchable: true
1333
+ - multiValued: false
1334
+ - mutability: readWrite
1335
+ - required: false
1336
+ - returned: default
1337
+ - type: string
1338
+ - uniqueness: none
1339
+
1340
+
1341
+ :param status: The status of this SocialIdentityProvider.
1342
+ :type: str
1343
+ """
1344
+ allowed_values = ["created", "deleted"]
1345
+ if not value_allowed_none_or_none_sentinel(status, allowed_values):
1346
+ status = 'UNKNOWN_ENUM_VALUE'
1347
+ self._status = status
1348
+
1349
+ @property
1350
+ def id_attribute(self):
1351
+ """
1352
+ Gets the id_attribute of this SocialIdentityProvider.
1353
+ Id attribute used for account linking
1354
+
1355
+ **SCIM++ Properties:**
1356
+ - caseExact: true
1357
+ - idcsSearchable: false
1358
+ - multiValued: false
1359
+ - mutability: immutable
1360
+ - required: false
1361
+ - returned: default
1362
+ - type: string
1363
+ - uniqueness: none
1364
+
1365
+
1366
+ :return: The id_attribute of this SocialIdentityProvider.
1367
+ :rtype: str
1368
+ """
1369
+ return self._id_attribute
1370
+
1371
+ @id_attribute.setter
1372
+ def id_attribute(self, id_attribute):
1373
+ """
1374
+ Sets the id_attribute of this SocialIdentityProvider.
1375
+ Id attribute used for account linking
1376
+
1377
+ **SCIM++ Properties:**
1378
+ - caseExact: true
1379
+ - idcsSearchable: false
1380
+ - multiValued: false
1381
+ - mutability: immutable
1382
+ - required: false
1383
+ - returned: default
1384
+ - type: string
1385
+ - uniqueness: none
1386
+
1387
+
1388
+ :param id_attribute: The id_attribute of this SocialIdentityProvider.
1389
+ :type: str
1390
+ """
1391
+ self._id_attribute = id_attribute
1392
+
1393
+ @property
1394
+ def authz_url(self):
1395
+ """
1396
+ Gets the authz_url of this SocialIdentityProvider.
1397
+ Social IDP Authorization URL
1398
+
1399
+ **SCIM++ Properties:**
1400
+ - caseExact: true
1401
+ - idcsSearchable: false
1402
+ - multiValued: false
1403
+ - mutability: readWrite
1404
+ - required: false
1405
+ - returned: default
1406
+ - type: string
1407
+ - uniqueness: none
1408
+
1409
+
1410
+ :return: The authz_url of this SocialIdentityProvider.
1411
+ :rtype: str
1412
+ """
1413
+ return self._authz_url
1414
+
1415
+ @authz_url.setter
1416
+ def authz_url(self, authz_url):
1417
+ """
1418
+ Sets the authz_url of this SocialIdentityProvider.
1419
+ Social IDP Authorization URL
1420
+
1421
+ **SCIM++ Properties:**
1422
+ - caseExact: true
1423
+ - idcsSearchable: false
1424
+ - multiValued: false
1425
+ - mutability: readWrite
1426
+ - required: false
1427
+ - returned: default
1428
+ - type: string
1429
+ - uniqueness: none
1430
+
1431
+
1432
+ :param authz_url: The authz_url of this SocialIdentityProvider.
1433
+ :type: str
1434
+ """
1435
+ self._authz_url = authz_url
1436
+
1437
+ @property
1438
+ def access_token_url(self):
1439
+ """
1440
+ Gets the access_token_url of this SocialIdentityProvider.
1441
+ Social IDP Access token URL
1442
+
1443
+ **SCIM++ Properties:**
1444
+ - caseExact: true
1445
+ - idcsSearchable: false
1446
+ - multiValued: false
1447
+ - mutability: readWrite
1448
+ - required: false
1449
+ - returned: default
1450
+ - type: string
1451
+ - uniqueness: none
1452
+
1453
+
1454
+ :return: The access_token_url of this SocialIdentityProvider.
1455
+ :rtype: str
1456
+ """
1457
+ return self._access_token_url
1458
+
1459
+ @access_token_url.setter
1460
+ def access_token_url(self, access_token_url):
1461
+ """
1462
+ Sets the access_token_url of this SocialIdentityProvider.
1463
+ Social IDP Access token URL
1464
+
1465
+ **SCIM++ Properties:**
1466
+ - caseExact: true
1467
+ - idcsSearchable: false
1468
+ - multiValued: false
1469
+ - mutability: readWrite
1470
+ - required: false
1471
+ - returned: default
1472
+ - type: string
1473
+ - uniqueness: none
1474
+
1475
+
1476
+ :param access_token_url: The access_token_url of this SocialIdentityProvider.
1477
+ :type: str
1478
+ """
1479
+ self._access_token_url = access_token_url
1480
+
1481
+ @property
1482
+ def profile_url(self):
1483
+ """
1484
+ Gets the profile_url of this SocialIdentityProvider.
1485
+ Social IDP User profile URL
1486
+
1487
+ **SCIM++ Properties:**
1488
+ - caseExact: true
1489
+ - idcsSearchable: false
1490
+ - multiValued: false
1491
+ - mutability: readWrite
1492
+ - required: false
1493
+ - returned: default
1494
+ - type: string
1495
+ - uniqueness: none
1496
+
1497
+
1498
+ :return: The profile_url of this SocialIdentityProvider.
1499
+ :rtype: str
1500
+ """
1501
+ return self._profile_url
1502
+
1503
+ @profile_url.setter
1504
+ def profile_url(self, profile_url):
1505
+ """
1506
+ Sets the profile_url of this SocialIdentityProvider.
1507
+ Social IDP User profile URL
1508
+
1509
+ **SCIM++ Properties:**
1510
+ - caseExact: true
1511
+ - idcsSearchable: false
1512
+ - multiValued: false
1513
+ - mutability: readWrite
1514
+ - required: false
1515
+ - returned: default
1516
+ - type: string
1517
+ - uniqueness: none
1518
+
1519
+
1520
+ :param profile_url: The profile_url of this SocialIdentityProvider.
1521
+ :type: str
1522
+ """
1523
+ self._profile_url = profile_url
1524
+
1525
+ @property
1526
+ def scope(self):
1527
+ """
1528
+ Gets the scope of this SocialIdentityProvider.
1529
+ Scope to request
1530
+
1531
+ **SCIM++ Properties:**
1532
+ - caseExact: true
1533
+ - idcsSearchable: false
1534
+ - multiValued: true
1535
+ - mutability: readWrite
1536
+ - required: false
1537
+ - returned: default
1538
+ - type: string
1539
+ - uniqueness: none
1540
+
1541
+
1542
+ :return: The scope of this SocialIdentityProvider.
1543
+ :rtype: list[str]
1544
+ """
1545
+ return self._scope
1546
+
1547
+ @scope.setter
1548
+ def scope(self, scope):
1549
+ """
1550
+ Sets the scope of this SocialIdentityProvider.
1551
+ Scope to request
1552
+
1553
+ **SCIM++ Properties:**
1554
+ - caseExact: true
1555
+ - idcsSearchable: false
1556
+ - multiValued: true
1557
+ - mutability: readWrite
1558
+ - required: false
1559
+ - returned: default
1560
+ - type: string
1561
+ - uniqueness: none
1562
+
1563
+
1564
+ :param scope: The scope of this SocialIdentityProvider.
1565
+ :type: list[str]
1566
+ """
1567
+ self._scope = scope
1568
+
1569
+ @property
1570
+ def admin_scope(self):
1571
+ """
1572
+ Gets the admin_scope of this SocialIdentityProvider.
1573
+ Admin scope to request
1574
+
1575
+ **SCIM++ Properties:**
1576
+ - caseExact: true
1577
+ - idcsSearchable: false
1578
+ - multiValued: true
1579
+ - mutability: readWrite
1580
+ - required: false
1581
+ - returned: default
1582
+ - type: string
1583
+ - uniqueness: none
1584
+
1585
+
1586
+ :return: The admin_scope of this SocialIdentityProvider.
1587
+ :rtype: list[str]
1588
+ """
1589
+ return self._admin_scope
1590
+
1591
+ @admin_scope.setter
1592
+ def admin_scope(self, admin_scope):
1593
+ """
1594
+ Sets the admin_scope of this SocialIdentityProvider.
1595
+ Admin scope to request
1596
+
1597
+ **SCIM++ Properties:**
1598
+ - caseExact: true
1599
+ - idcsSearchable: false
1600
+ - multiValued: true
1601
+ - mutability: readWrite
1602
+ - required: false
1603
+ - returned: default
1604
+ - type: string
1605
+ - uniqueness: none
1606
+
1607
+
1608
+ :param admin_scope: The admin_scope of this SocialIdentityProvider.
1609
+ :type: list[str]
1610
+ """
1611
+ self._admin_scope = admin_scope
1612
+
1613
+ @property
1614
+ def consumer_key(self):
1615
+ """
1616
+ **[Required]** Gets the consumer_key of this SocialIdentityProvider.
1617
+ Social IDP Client Application Client ID
1618
+
1619
+ **SCIM++ Properties:**
1620
+ - caseExact: true
1621
+ - idcsSearchable: false
1622
+ - multiValued: false
1623
+ - mutability: readWrite
1624
+ - required: true
1625
+ - returned: default
1626
+ - type: string
1627
+ - uniqueness: none
1628
+
1629
+
1630
+ :return: The consumer_key of this SocialIdentityProvider.
1631
+ :rtype: str
1632
+ """
1633
+ return self._consumer_key
1634
+
1635
+ @consumer_key.setter
1636
+ def consumer_key(self, consumer_key):
1637
+ """
1638
+ Sets the consumer_key of this SocialIdentityProvider.
1639
+ Social IDP Client Application Client ID
1640
+
1641
+ **SCIM++ Properties:**
1642
+ - caseExact: true
1643
+ - idcsSearchable: false
1644
+ - multiValued: false
1645
+ - mutability: readWrite
1646
+ - required: true
1647
+ - returned: default
1648
+ - type: string
1649
+ - uniqueness: none
1650
+
1651
+
1652
+ :param consumer_key: The consumer_key of this SocialIdentityProvider.
1653
+ :type: str
1654
+ """
1655
+ self._consumer_key = consumer_key
1656
+
1657
+ @property
1658
+ def consumer_secret(self):
1659
+ """
1660
+ **[Required]** Gets the consumer_secret of this SocialIdentityProvider.
1661
+ Social IDP Client Application Client Secret
1662
+
1663
+ **SCIM++ Properties:**
1664
+ - caseExact: true
1665
+ - idcsSearchable: false
1666
+ - idcsSensitive: encrypt
1667
+ - multiValued: false
1668
+ - mutability: readWrite
1669
+ - required: true
1670
+ - returned: default
1671
+ - type: string
1672
+ - uniqueness: none
1673
+
1674
+
1675
+ :return: The consumer_secret of this SocialIdentityProvider.
1676
+ :rtype: str
1677
+ """
1678
+ return self._consumer_secret
1679
+
1680
+ @consumer_secret.setter
1681
+ def consumer_secret(self, consumer_secret):
1682
+ """
1683
+ Sets the consumer_secret of this SocialIdentityProvider.
1684
+ Social IDP Client Application Client Secret
1685
+
1686
+ **SCIM++ Properties:**
1687
+ - caseExact: true
1688
+ - idcsSearchable: false
1689
+ - idcsSensitive: encrypt
1690
+ - multiValued: false
1691
+ - mutability: readWrite
1692
+ - required: true
1693
+ - returned: default
1694
+ - type: string
1695
+ - uniqueness: none
1696
+
1697
+
1698
+ :param consumer_secret: The consumer_secret of this SocialIdentityProvider.
1699
+ :type: str
1700
+ """
1701
+ self._consumer_secret = consumer_secret
1702
+
1703
+ @property
1704
+ def service_provider_name(self):
1705
+ """
1706
+ **[Required]** Gets the service_provider_name of this SocialIdentityProvider.
1707
+ Service Provider Name
1708
+
1709
+ **SCIM++ Properties:**
1710
+ - caseExact: true
1711
+ - idcsSearchable: true
1712
+ - multiValued: false
1713
+ - mutability: immutable
1714
+ - required: true
1715
+ - returned: default
1716
+ - type: string
1717
+ - uniqueness: none
1718
+
1719
+
1720
+ :return: The service_provider_name of this SocialIdentityProvider.
1721
+ :rtype: str
1722
+ """
1723
+ return self._service_provider_name
1724
+
1725
+ @service_provider_name.setter
1726
+ def service_provider_name(self, service_provider_name):
1727
+ """
1728
+ Sets the service_provider_name of this SocialIdentityProvider.
1729
+ Service Provider Name
1730
+
1731
+ **SCIM++ Properties:**
1732
+ - caseExact: true
1733
+ - idcsSearchable: true
1734
+ - multiValued: false
1735
+ - mutability: immutable
1736
+ - required: true
1737
+ - returned: default
1738
+ - type: string
1739
+ - uniqueness: none
1740
+
1741
+
1742
+ :param service_provider_name: The service_provider_name of this SocialIdentityProvider.
1743
+ :type: str
1744
+ """
1745
+ self._service_provider_name = service_provider_name
1746
+
1747
+ @property
1748
+ def clock_skew_in_seconds(self):
1749
+ """
1750
+ Gets the clock_skew_in_seconds of this SocialIdentityProvider.
1751
+ Social IDP allowed clock skew time
1752
+
1753
+ **SCIM++ Properties:**
1754
+ - idcsSearchable: false
1755
+ - multiValued: false
1756
+ - mutability: readWrite
1757
+ - required: false
1758
+ - returned: default
1759
+ - type: integer
1760
+ - uniqueness: none
1761
+
1762
+
1763
+ :return: The clock_skew_in_seconds of this SocialIdentityProvider.
1764
+ :rtype: int
1765
+ """
1766
+ return self._clock_skew_in_seconds
1767
+
1768
+ @clock_skew_in_seconds.setter
1769
+ def clock_skew_in_seconds(self, clock_skew_in_seconds):
1770
+ """
1771
+ Sets the clock_skew_in_seconds of this SocialIdentityProvider.
1772
+ Social IDP allowed clock skew time
1773
+
1774
+ **SCIM++ Properties:**
1775
+ - idcsSearchable: false
1776
+ - multiValued: false
1777
+ - mutability: readWrite
1778
+ - required: false
1779
+ - returned: default
1780
+ - type: integer
1781
+ - uniqueness: none
1782
+
1783
+
1784
+ :param clock_skew_in_seconds: The clock_skew_in_seconds of this SocialIdentityProvider.
1785
+ :type: int
1786
+ """
1787
+ self._clock_skew_in_seconds = clock_skew_in_seconds
1788
+
1789
+ @property
1790
+ def redirect_url(self):
1791
+ """
1792
+ Gets the redirect_url of this SocialIdentityProvider.
1793
+ redirect URL for social idp
1794
+
1795
+ **SCIM++ Properties:**
1796
+ - caseExact: true
1797
+ - idcsSearchable: false
1798
+ - multiValued: false
1799
+ - mutability: readWrite
1800
+ - required: false
1801
+ - returned: default
1802
+ - type: string
1803
+ - uniqueness: none
1804
+
1805
+
1806
+ :return: The redirect_url of this SocialIdentityProvider.
1807
+ :rtype: str
1808
+ """
1809
+ return self._redirect_url
1810
+
1811
+ @redirect_url.setter
1812
+ def redirect_url(self, redirect_url):
1813
+ """
1814
+ Sets the redirect_url of this SocialIdentityProvider.
1815
+ redirect URL for social idp
1816
+
1817
+ **SCIM++ Properties:**
1818
+ - caseExact: true
1819
+ - idcsSearchable: false
1820
+ - multiValued: false
1821
+ - mutability: readWrite
1822
+ - required: false
1823
+ - returned: default
1824
+ - type: string
1825
+ - uniqueness: none
1826
+
1827
+
1828
+ :param redirect_url: The redirect_url of this SocialIdentityProvider.
1829
+ :type: str
1830
+ """
1831
+ self._redirect_url = redirect_url
1832
+
1833
+ @property
1834
+ def icon_url(self):
1835
+ """
1836
+ Gets the icon_url of this SocialIdentityProvider.
1837
+ ICON URL for social idp
1838
+
1839
+ **Added In:** 17.4.6
1840
+
1841
+ **SCIM++ Properties:**
1842
+ - caseExact: true
1843
+ - idcsSearchable: false
1844
+ - multiValued: false
1845
+ - mutability: readWrite
1846
+ - required: false
1847
+ - returned: default
1848
+ - type: string
1849
+ - uniqueness: none
1850
+
1851
+
1852
+ :return: The icon_url of this SocialIdentityProvider.
1853
+ :rtype: str
1854
+ """
1855
+ return self._icon_url
1856
+
1857
+ @icon_url.setter
1858
+ def icon_url(self, icon_url):
1859
+ """
1860
+ Sets the icon_url of this SocialIdentityProvider.
1861
+ ICON URL for social idp
1862
+
1863
+ **Added In:** 17.4.6
1864
+
1865
+ **SCIM++ Properties:**
1866
+ - caseExact: true
1867
+ - idcsSearchable: false
1868
+ - multiValued: false
1869
+ - mutability: readWrite
1870
+ - required: false
1871
+ - returned: default
1872
+ - type: string
1873
+ - uniqueness: none
1874
+
1875
+
1876
+ :param icon_url: The icon_url of this SocialIdentityProvider.
1877
+ :type: str
1878
+ """
1879
+ self._icon_url = icon_url
1880
+
1881
+ @property
1882
+ def discovery_url(self):
1883
+ """
1884
+ Gets the discovery_url of this SocialIdentityProvider.
1885
+ Discovery URL
1886
+
1887
+ **Added In:** 17.4.6
1888
+
1889
+ **SCIM++ Properties:**
1890
+ - caseExact: true
1891
+ - idcsSearchable: false
1892
+ - multiValued: false
1893
+ - mutability: readWrite
1894
+ - required: false
1895
+ - returned: default
1896
+ - type: string
1897
+ - uniqueness: none
1898
+
1899
+
1900
+ :return: The discovery_url of this SocialIdentityProvider.
1901
+ :rtype: str
1902
+ """
1903
+ return self._discovery_url
1904
+
1905
+ @discovery_url.setter
1906
+ def discovery_url(self, discovery_url):
1907
+ """
1908
+ Sets the discovery_url of this SocialIdentityProvider.
1909
+ Discovery URL
1910
+
1911
+ **Added In:** 17.4.6
1912
+
1913
+ **SCIM++ Properties:**
1914
+ - caseExact: true
1915
+ - idcsSearchable: false
1916
+ - multiValued: false
1917
+ - mutability: readWrite
1918
+ - required: false
1919
+ - returned: default
1920
+ - type: string
1921
+ - uniqueness: none
1922
+
1923
+
1924
+ :param discovery_url: The discovery_url of this SocialIdentityProvider.
1925
+ :type: str
1926
+ """
1927
+ self._discovery_url = discovery_url
1928
+
1929
+ @property
1930
+ def client_credential_in_payload(self):
1931
+ """
1932
+ Gets the client_credential_in_payload of this SocialIdentityProvider.
1933
+ Whether the client credential is contained in payload
1934
+
1935
+ **Added In:** 18.4.2
1936
+
1937
+ **SCIM++ Properties:**
1938
+ - caseExact: true
1939
+ - idcsSearchable: false
1940
+ - multiValued: false
1941
+ - mutability: readWrite
1942
+ - required: false
1943
+ - returned: default
1944
+ - type: boolean
1945
+ - uniqueness: none
1946
+
1947
+
1948
+ :return: The client_credential_in_payload of this SocialIdentityProvider.
1949
+ :rtype: bool
1950
+ """
1951
+ return self._client_credential_in_payload
1952
+
1953
+ @client_credential_in_payload.setter
1954
+ def client_credential_in_payload(self, client_credential_in_payload):
1955
+ """
1956
+ Sets the client_credential_in_payload of this SocialIdentityProvider.
1957
+ Whether the client credential is contained in payload
1958
+
1959
+ **Added In:** 18.4.2
1960
+
1961
+ **SCIM++ Properties:**
1962
+ - caseExact: true
1963
+ - idcsSearchable: false
1964
+ - multiValued: false
1965
+ - mutability: readWrite
1966
+ - required: false
1967
+ - returned: default
1968
+ - type: boolean
1969
+ - uniqueness: none
1970
+
1971
+
1972
+ :param client_credential_in_payload: The client_credential_in_payload of this SocialIdentityProvider.
1973
+ :type: bool
1974
+ """
1975
+ self._client_credential_in_payload = client_credential_in_payload
1976
+
1977
+ @property
1978
+ def refresh_token_url(self):
1979
+ """
1980
+ Gets the refresh_token_url of this SocialIdentityProvider.
1981
+ Social IDP Refresh token URL
1982
+
1983
+ **Added In:** 19.1.4
1984
+
1985
+ **SCIM++ Properties:**
1986
+ - caseExact: true
1987
+ - idcsSearchable: false
1988
+ - multiValued: false
1989
+ - mutability: readWrite
1990
+ - required: false
1991
+ - returned: default
1992
+ - type: string
1993
+ - uniqueness: none
1994
+
1995
+
1996
+ :return: The refresh_token_url of this SocialIdentityProvider.
1997
+ :rtype: str
1998
+ """
1999
+ return self._refresh_token_url
2000
+
2001
+ @refresh_token_url.setter
2002
+ def refresh_token_url(self, refresh_token_url):
2003
+ """
2004
+ Sets the refresh_token_url of this SocialIdentityProvider.
2005
+ Social IDP Refresh token URL
2006
+
2007
+ **Added In:** 19.1.4
2008
+
2009
+ **SCIM++ Properties:**
2010
+ - caseExact: true
2011
+ - idcsSearchable: false
2012
+ - multiValued: false
2013
+ - mutability: readWrite
2014
+ - required: false
2015
+ - returned: default
2016
+ - type: string
2017
+ - uniqueness: none
2018
+
2019
+
2020
+ :param refresh_token_url: The refresh_token_url of this SocialIdentityProvider.
2021
+ :type: str
2022
+ """
2023
+ self._refresh_token_url = refresh_token_url
2024
+
2025
+ @property
2026
+ def relay_idp_param_mappings(self):
2027
+ """
2028
+ Gets the relay_idp_param_mappings of this SocialIdentityProvider.
2029
+ Relay Param variable for Social IDP
2030
+
2031
+ **Added In:** 2305190132
2032
+
2033
+ **SCIM++ Properties:**
2034
+ - idcsCompositeKey: [relayParamKey]
2035
+ - idcsSearchable: true
2036
+ - multiValued: true
2037
+ - mutability: readWrite
2038
+ - required: false
2039
+ - returned: default
2040
+ - type: complex
2041
+ - uniqueness: none
2042
+
2043
+
2044
+ :return: The relay_idp_param_mappings of this SocialIdentityProvider.
2045
+ :rtype: list[oci.identity_domains.models.SocialIdentityProviderRelayIdpParamMappings]
2046
+ """
2047
+ return self._relay_idp_param_mappings
2048
+
2049
+ @relay_idp_param_mappings.setter
2050
+ def relay_idp_param_mappings(self, relay_idp_param_mappings):
2051
+ """
2052
+ Sets the relay_idp_param_mappings of this SocialIdentityProvider.
2053
+ Relay Param variable for Social IDP
2054
+
2055
+ **Added In:** 2305190132
2056
+
2057
+ **SCIM++ Properties:**
2058
+ - idcsCompositeKey: [relayParamKey]
2059
+ - idcsSearchable: true
2060
+ - multiValued: true
2061
+ - mutability: readWrite
2062
+ - required: false
2063
+ - returned: default
2064
+ - type: complex
2065
+ - uniqueness: none
2066
+
2067
+
2068
+ :param relay_idp_param_mappings: The relay_idp_param_mappings of this SocialIdentityProvider.
2069
+ :type: list[oci.identity_domains.models.SocialIdentityProviderRelayIdpParamMappings]
2070
+ """
2071
+ self._relay_idp_param_mappings = relay_idp_param_mappings
2072
+
2073
+ def __repr__(self):
2074
+ return formatted_flat_dict(self)
2075
+
2076
+ def __eq__(self, other):
2077
+ if other is None:
2078
+ return False
2079
+
2080
+ return self.__dict__ == other.__dict__
2081
+
2082
+ def __ne__(self, other):
2083
+ return not self == other