oci 2.115.0__py3-none-any.whl → 2.116.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 (566) hide show
  1. oci/__init__.py +2 -2
  2. oci/access_governance_cp/access_governance_cp_client.py +8 -8
  3. oci/adm/application_dependency_management_client.py +36 -36
  4. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  5. oci/ai_document/ai_service_document_client.py +22 -22
  6. oci/ai_language/ai_service_language_client.py +36 -36
  7. oci/ai_speech/ai_service_speech_client.py +9 -9
  8. oci/ai_speech/models/__init__.py +4 -0
  9. oci/ai_speech/models/create_transcription_job_details.py +4 -4
  10. oci/ai_speech/models/diarization.py +103 -0
  11. oci/ai_speech/models/transcription_job.py +6 -6
  12. oci/ai_speech/models/transcription_job_summary.py +6 -6
  13. oci/ai_speech/models/transcription_model_details.py +29 -2
  14. oci/ai_speech/models/transcription_settings.py +68 -0
  15. oci/ai_speech/models/update_transcription_job_details.py +4 -4
  16. oci/ai_vision/ai_service_vision_client.py +25 -25
  17. oci/analytics/analytics_client.py +23 -23
  18. oci/announcements_service/announcement_client.py +4 -4
  19. oci/announcements_service/announcement_subscription_client.py +9 -9
  20. oci/announcements_service/announcements_preferences_client.py +4 -4
  21. oci/apigateway/api_gateway_client.py +21 -21
  22. oci/apigateway/deployment_client.py +6 -6
  23. oci/apigateway/gateway_client.py +6 -6
  24. oci/apigateway/subscribers_client.py +6 -6
  25. oci/apigateway/usage_plans_client.py +6 -6
  26. oci/apigateway/work_requests_client.py +5 -5
  27. oci/apm_config/config_client.py +8 -8
  28. oci/apm_control_plane/apm_domain_client.py +14 -14
  29. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  30. oci/apm_traces/query_client.py +2 -2
  31. oci/apm_traces/trace_client.py +4 -4
  32. oci/application_migration/application_migration_client.py +19 -19
  33. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  34. oci/artifacts/artifacts_client.py +32 -32
  35. oci/audit/audit_client.py +3 -3
  36. oci/auth/signers/ephemeral_resource_principals_v21_signer.py +3 -17
  37. oci/autoscaling/auto_scaling_client.py +11 -11
  38. oci/bastion/bastion_client.py +15 -15
  39. oci/bds/bds_client.py +521 -47
  40. oci/bds/bds_client_composite_operations.py +123 -0
  41. oci/bds/models/__init__.py +14 -0
  42. oci/bds/models/certificate_service_info_details.py +72 -0
  43. oci/bds/models/certificate_service_info_summary.py +206 -0
  44. oci/bds/models/disable_certificate_details.py +103 -0
  45. oci/bds/models/enable_certificate_details.py +196 -0
  46. oci/bds/models/host_cert_details.py +134 -0
  47. oci/bds/models/host_specific_certificate_details.py +150 -0
  48. oci/bds/models/renew_certificate_details.py +196 -0
  49. oci/bds/models/work_request.py +7 -3
  50. oci/blockchain/blockchain_platform_client.py +27 -27
  51. oci/budget/budget_client.py +10 -10
  52. oci/certificates/certificates_client.py +5 -5
  53. oci/certificates_management/certificates_management_client.py +32 -32
  54. oci/cims/incident_client.py +8 -8
  55. oci/cims/user_client.py +1 -1
  56. oci/cloud_bridge/common_client.py +5 -5
  57. oci/cloud_bridge/discovery_client.py +14 -14
  58. oci/cloud_bridge/inventory_client.py +16 -16
  59. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  60. oci/cloud_guard/cloud_guard_client.py +133 -133
  61. oci/cloud_migrations/migration_client.py +43 -43
  62. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
  63. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  64. oci/compute_instance_agent/plugin_client.py +2 -2
  65. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  66. oci/container_engine/container_engine_client.py +44 -44
  67. oci/container_instances/container_instance_client.py +18 -18
  68. oci/core/blockstorage_client.py +60 -60
  69. oci/core/compute_client.py +1480 -210
  70. oci/core/compute_client_composite_operations.py +195 -0
  71. oci/core/compute_management_client.py +32 -32
  72. oci/core/models/__init__.py +42 -0
  73. oci/core/models/capacity_source.py +101 -0
  74. oci/core/models/change_compute_capacity_topology_compartment_details.py +78 -0
  75. oci/core/models/compute_bare_metal_host.py +458 -0
  76. oci/core/models/compute_bare_metal_host_collection.py +72 -0
  77. oci/core/models/compute_bare_metal_host_summary.py +422 -0
  78. oci/core/models/compute_capacity_topology.py +425 -0
  79. oci/core/models/compute_capacity_topology_collection.py +72 -0
  80. oci/core/models/compute_capacity_topology_summary.py +370 -0
  81. oci/core/models/compute_hpc_island.py +267 -0
  82. oci/core/models/compute_hpc_island_collection.py +72 -0
  83. oci/core/models/compute_hpc_island_summary.py +251 -0
  84. oci/core/models/compute_network_block.py +302 -0
  85. oci/core/models/compute_network_block_collection.py +72 -0
  86. oci/core/models/compute_network_block_summary.py +286 -0
  87. oci/core/models/create_capacity_source_details.py +89 -0
  88. oci/core/models/create_compute_capacity_topology_details.py +253 -0
  89. oci/core/models/create_dedicated_capacity_source_details.py +85 -0
  90. oci/core/models/dedicated_capacity_source.py +86 -0
  91. oci/core/models/update_capacity_source_details.py +89 -0
  92. oci/core/models/update_compute_capacity_topology_details.py +183 -0
  93. oci/core/models/update_dedicated_capacity_source_details.py +50 -0
  94. oci/core/virtual_network_client.py +242 -242
  95. oci/dashboard_service/dashboard_client.py +6 -6
  96. oci/dashboard_service/dashboard_group_client.py +6 -6
  97. oci/data_catalog/data_catalog_client.py +141 -141
  98. oci/data_flow/data_flow_client.py +42 -42
  99. oci/data_integration/data_integration_client.py +163 -163
  100. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  101. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  102. oci/data_safe/data_safe_client.py +252 -252
  103. oci/data_science/data_science_client.py +91 -91
  104. oci/database/database_client.py +645 -319
  105. oci/database/database_client_composite_operations.py +176 -0
  106. oci/database/models/__init__.py +8 -0
  107. oci/database/models/autonomous_container_database.py +7 -3
  108. oci/database/models/autonomous_container_database_summary.py +7 -3
  109. oci/database/models/configure_saas_admin_user_details.py +284 -0
  110. oci/database/models/create_autonomous_container_database_dataguard_association_details.py +321 -0
  111. oci/database/models/database_connection_string_profile.py +33 -2
  112. oci/database/models/generate_autonomous_database_wallet_details.py +33 -2
  113. oci/database/models/saas_admin_user_configuration.py +284 -0
  114. oci/database/models/saas_admin_user_status.py +154 -0
  115. oci/database_management/db_management_client.py +182 -182
  116. oci/database_management/diagnosability_client.py +4 -4
  117. oci/database_management/managed_my_sql_databases_client.py +6 -6
  118. oci/database_management/perfhub_client.py +1 -1
  119. oci/database_management/sql_tuning_client.py +17 -17
  120. oci/database_migration/database_migration_client.py +41 -41
  121. oci/database_tools/database_tools_client.py +23 -23
  122. oci/devops/devops_client.py +89 -89
  123. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  124. oci/dns/dns_client.py +52 -52
  125. oci/dts/appliance_export_job_client.py +6 -6
  126. oci/dts/shipping_vendors_client.py +1 -1
  127. oci/dts/transfer_appliance_client.py +8 -8
  128. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  129. oci/dts/transfer_device_client.py +5 -5
  130. oci/dts/transfer_job_client.py +6 -6
  131. oci/dts/transfer_package_client.py +7 -7
  132. oci/em_warehouse/em_data_lake_client.py +13 -13
  133. oci/em_warehouse/em_warehouse_client.py +13 -13
  134. oci/email/email_client.py +25 -25
  135. oci/events/events_client.py +6 -6
  136. oci/file_storage/file_storage_client.py +50 -50
  137. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  138. oci/functions/functions_invoke_client.py +1 -1
  139. oci/functions/functions_management_client.py +16 -16
  140. oci/fusion_apps/data_masking_activity_client.py +3 -3
  141. oci/fusion_apps/fusion_applications_client.py +39 -39
  142. oci/fusion_apps/fusion_environment_client.py +15 -15
  143. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  144. oci/fusion_apps/refresh_activity_client.py +4 -4
  145. oci/fusion_apps/scheduled_activity_client.py +2 -2
  146. oci/fusion_apps/service_attachment_client.py +2 -2
  147. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  148. oci/golden_gate/golden_gate_client.py +57 -57
  149. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  150. oci/governance_rules_control_plane/work_request_client.py +5 -5
  151. oci/healthchecks/health_checks_client.py +17 -17
  152. oci/identity/identity_client.py +145 -145
  153. oci/identity_data_plane/dataplane_client.py +2 -2
  154. oci/identity_domains/identity_domains_client.py +20355 -6173
  155. oci/identity_domains/models/__init__.py +216 -0
  156. oci/identity_domains/models/app_extension_radius_app_app.py +55 -0
  157. oci/identity_domains/models/approval_workflow.py +832 -0
  158. oci/identity_domains/models/approval_workflow_approval_workflow_steps.py +294 -0
  159. oci/identity_domains/models/approval_workflow_assignment.py +771 -0
  160. oci/identity_domains/models/approval_workflow_assignment_approval_workflow.py +318 -0
  161. oci/identity_domains/models/approval_workflow_assignment_assigned_to.py +318 -0
  162. oci/identity_domains/models/approval_workflow_assignments.py +196 -0
  163. oci/identity_domains/models/approval_workflow_max_duration.py +185 -0
  164. oci/identity_domains/models/approval_workflow_step.py +929 -0
  165. oci/identity_domains/models/approval_workflow_step_approvers.py +294 -0
  166. oci/identity_domains/models/approval_workflow_steps.py +196 -0
  167. oci/identity_domains/models/approval_workflows.py +196 -0
  168. oci/identity_domains/models/authentication_factors_remover.py +51 -2
  169. oci/identity_domains/models/branding_setting.py +1556 -0
  170. oci/identity_domains/models/branding_settings.py +196 -0
  171. oci/identity_domains/models/branding_settings_company_names.py +131 -0
  172. oci/identity_domains/models/branding_settings_default_company_names.py +143 -0
  173. oci/identity_domains/models/branding_settings_default_images.py +188 -0
  174. oci/identity_domains/models/branding_settings_default_login_texts.py +143 -0
  175. oci/identity_domains/models/branding_settings_images.py +176 -0
  176. oci/identity_domains/models/branding_settings_login_texts.py +131 -0
  177. oci/identity_domains/models/cloud_gate.py +1239 -0
  178. oci/identity_domains/models/cloud_gate_ext_mappings.py +610 -0
  179. oci/identity_domains/models/cloud_gate_ext_servers.py +296 -0
  180. oci/identity_domains/models/cloud_gate_ext_upstream_server_groups.py +316 -0
  181. oci/identity_domains/models/cloud_gate_ext_upstream_servers.py +426 -0
  182. oci/identity_domains/models/cloud_gate_mapping.py +1068 -0
  183. oci/identity_domains/models/cloud_gate_mapping_cloud_gate.py +153 -0
  184. oci/identity_domains/models/cloud_gate_mapping_gateway_app.py +204 -0
  185. oci/identity_domains/models/cloud_gate_mapping_search_request.py +364 -0
  186. oci/identity_domains/models/cloud_gate_mapping_server.py +153 -0
  187. oci/identity_domains/models/cloud_gate_mapping_upstream_server_group.py +217 -0
  188. oci/identity_domains/models/cloud_gate_mappings.py +196 -0
  189. oci/identity_domains/models/cloud_gate_oauth_client.py +208 -0
  190. oci/identity_domains/models/cloud_gate_search_request.py +364 -0
  191. oci/identity_domains/models/cloud_gate_server.py +1042 -0
  192. oci/identity_domains/models/cloud_gate_server_cloud_gate.py +153 -0
  193. oci/identity_domains/models/cloud_gate_server_search_request.py +364 -0
  194. oci/identity_domains/models/cloud_gate_servers.py +196 -0
  195. oci/identity_domains/models/cloud_gates.py +196 -0
  196. oci/identity_domains/models/condition.py +1063 -0
  197. oci/identity_domains/models/condition_search_request.py +364 -0
  198. oci/identity_domains/models/conditions.py +196 -0
  199. oci/identity_domains/models/defined_tags.py +2 -0
  200. oci/identity_domains/models/extension_social_identity_provider.py +55 -0
  201. oci/identity_domains/models/freeform_tags.py +2 -0
  202. oci/identity_domains/models/identity_provider_relay_idp_param_mappings.py +159 -0
  203. oci/identity_domains/models/me_password_changer.py +2 -2
  204. oci/identity_domains/models/my_authentication_factors_remover.py +51 -2
  205. oci/identity_domains/models/my_completed_approval.py +1146 -0
  206. oci/identity_domains/models/my_completed_approvals.py +196 -0
  207. oci/identity_domains/models/my_pending_approval.py +1146 -0
  208. oci/identity_domains/models/my_pending_approvals.py +196 -0
  209. oci/identity_domains/models/my_request.py +217 -2
  210. oci/identity_domains/models/my_request_approval_details.py +398 -0
  211. oci/identity_domains/models/my_request_requesting.py +53 -0
  212. oci/identity_domains/models/network_perimeter.py +852 -0
  213. oci/identity_domains/models/network_perimeter_ip_addresses.py +228 -0
  214. oci/identity_domains/models/network_perimeter_search_request.py +364 -0
  215. oci/identity_domains/models/network_perimeters.py +196 -0
  216. oci/identity_domains/models/notification_setting.py +1038 -0
  217. oci/identity_domains/models/notification_settings.py +196 -0
  218. oci/identity_domains/models/notification_settings_event_settings.py +143 -0
  219. oci/identity_domains/models/notification_settings_from_email_address.py +278 -0
  220. oci/identity_domains/models/notification_settings_search_request.py +171 -0
  221. oci/identity_domains/models/o_auth_client_certificate.py +1187 -0
  222. oci/identity_domains/models/o_auth_client_certificate_search_request.py +364 -0
  223. oci/identity_domains/models/o_auth_client_certificates.py +196 -0
  224. oci/identity_domains/models/o_auth_partner_certificate.py +1187 -0
  225. oci/identity_domains/models/o_auth_partner_certificate_search_request.py +364 -0
  226. oci/identity_domains/models/o_auth_partner_certificates.py +196 -0
  227. oci/identity_domains/models/policies.py +196 -0
  228. oci/identity_domains/models/policy.py +979 -0
  229. oci/identity_domains/models/policy_policy_type.py +150 -0
  230. oci/identity_domains/models/policy_rules.py +247 -0
  231. oci/identity_domains/models/policy_search_request.py +364 -0
  232. oci/identity_domains/models/rule.py +1110 -0
  233. oci/identity_domains/models/rule_condition_group.py +270 -0
  234. oci/identity_domains/models/rule_policy_type.py +150 -0
  235. oci/identity_domains/models/rule_return.py +188 -0
  236. oci/identity_domains/models/rule_search_request.py +364 -0
  237. oci/identity_domains/models/rules.py +196 -0
  238. oci/identity_domains/models/schema.py +537 -0
  239. oci/identity_domains/models/schema_attributes.py +4165 -0
  240. oci/identity_domains/models/schema_idcs_complex_attribute_name_mappings.py +188 -0
  241. oci/identity_domains/models/schema_idcs_csv_attribute_name_mappings.py +433 -0
  242. oci/identity_domains/models/schema_localized_canonical_values.py +188 -0
  243. oci/identity_domains/models/schema_localized_display_name.py +147 -0
  244. oci/identity_domains/models/schema_referenced_resource_type_unique_attribute_name_mappings.py +139 -0
  245. oci/identity_domains/models/schema_resolve_value_using_resource_type.py +139 -0
  246. oci/identity_domains/models/schema_search_request.py +329 -0
  247. oci/identity_domains/models/schema_sub_attributes.py +3209 -0
  248. oci/identity_domains/models/schemas.py +196 -0
  249. oci/identity_domains/models/self_registration_profile.py +1636 -0
  250. oci/identity_domains/models/self_registration_profile_after_submit_text.py +194 -0
  251. oci/identity_domains/models/self_registration_profile_consent_text.py +194 -0
  252. oci/identity_domains/models/self_registration_profile_default_groups.py +190 -0
  253. oci/identity_domains/models/self_registration_profile_display_name.py +194 -0
  254. oci/identity_domains/models/self_registration_profile_email_template.py +202 -0
  255. oci/identity_domains/models/self_registration_profile_footer_text.py +194 -0
  256. oci/identity_domains/models/self_registration_profile_header_text.py +194 -0
  257. oci/identity_domains/models/self_registration_profile_search_request.py +364 -0
  258. oci/identity_domains/models/self_registration_profile_user_attributes.py +286 -0
  259. oci/identity_domains/models/self_registration_profiles.py +196 -0
  260. oci/identity_domains/models/setting.py +3110 -0
  261. oci/identity_domains/models/settings.py +196 -0
  262. oci/identity_domains/models/settings_certificate_validation.py +566 -0
  263. oci/identity_domains/models/settings_cloud_gate_cors_settings.py +318 -0
  264. oci/identity_domains/models/settings_company_names.py +135 -0
  265. oci/identity_domains/models/settings_default_company_names.py +143 -0
  266. oci/identity_domains/models/settings_default_images.py +188 -0
  267. oci/identity_domains/models/settings_default_login_texts.py +145 -0
  268. oci/identity_domains/models/settings_images.py +176 -0
  269. oci/identity_domains/models/settings_login_texts.py +137 -0
  270. oci/identity_domains/models/settings_purge_configs.py +139 -0
  271. oci/identity_domains/models/settings_search_request.py +171 -0
  272. oci/identity_domains/models/settings_tenant_custom_claims.py +438 -0
  273. oci/identity_domains/models/user_ext_risk_scores.py +4 -0
  274. oci/integration/integration_instance_client.py +15 -15
  275. oci/jms/java_management_service_client.py +1352 -164
  276. oci/jms/java_management_service_client_composite_operations.py +226 -0
  277. oci/jms/models/__init__.py +32 -0
  278. oci/jms/models/agent.py +240 -0
  279. oci/jms/models/announcement_summary.py +1 -1
  280. oci/jms/models/application_work_item_details.py +2 -2
  281. oci/jms/models/basic_work_item_details.py +2 -2
  282. oci/jms/models/blocklist.py +31 -3
  283. oci/jms/models/blocklist_entry.py +31 -3
  284. oci/jms/models/create_blocklist_details.py +31 -3
  285. oci/jms/models/create_drs_file_details.py +134 -0
  286. oci/jms/models/disable_drs_details.py +69 -0
  287. oci/jms/models/drs_file.py +272 -0
  288. oci/jms/models/drs_file_collection.py +72 -0
  289. oci/jms/models/drs_file_summary.py +272 -0
  290. oci/jms/models/drs_target.py +72 -0
  291. oci/jms/models/enable_drs_details.py +69 -0
  292. oci/jms/models/export_setting.py +485 -0
  293. oci/jms/models/export_status.py +201 -0
  294. oci/jms/models/fleet.py +31 -0
  295. oci/jms/models/fleet_agent_configuration.py +27 -0
  296. oci/jms/models/fleet_summary.py +31 -0
  297. oci/jms/models/java_artifact.py +262 -2
  298. oci/jms/models/java_family.py +103 -2
  299. oci/jms/models/java_family_summary.py +70 -2
  300. oci/jms/models/java_migration_analysis_result.py +31 -0
  301. oci/jms/models/java_migration_analysis_result_summary.py +31 -0
  302. oci/jms/models/java_release.py +66 -2
  303. oci/jms/models/java_release_summary.py +66 -2
  304. oci/jms/models/lcm_work_item_details.py +86 -0
  305. oci/jms/models/manage_drs_details.py +73 -0
  306. oci/jms/models/managed_instance_usage.py +82 -0
  307. oci/jms/models/patch_detail.py +103 -0
  308. oci/jms/models/performance_tuning_analysis.py +2 -2
  309. oci/jms/models/plugin.py +103 -0
  310. oci/jms/models/request_crypto_analyses_details.py +2 -2
  311. oci/jms/models/update_drs_file_details.py +134 -0
  312. oci/jms/models/update_export_setting_details.py +349 -0
  313. oci/jms/models/update_fleet_agent_configuration_details.py +29 -2
  314. oci/jms/models/work_item_details.py +34 -6
  315. oci/jms/models/work_request.py +31 -3
  316. oci/jms_java_downloads/__init__.py +14 -0
  317. oci/jms_java_downloads/java_download_client.py +3088 -0
  318. oci/jms_java_downloads/java_download_client_composite_operations.py +384 -0
  319. oci/jms_java_downloads/models/__init__.py +80 -0
  320. oci/jms_java_downloads/models/create_java_download_report_details.py +289 -0
  321. oci/jms_java_downloads/models/create_java_download_token_details.py +336 -0
  322. oci/jms_java_downloads/models/create_java_license_acceptance_record_details.py +174 -0
  323. oci/jms_java_downloads/models/download_url.py +119 -0
  324. oci/jms_java_downloads/models/generate_artifact_download_url_details.py +72 -0
  325. oci/jms_java_downloads/models/java_download_count_aggregation.py +289 -0
  326. oci/jms_java_downloads/models/java_download_count_aggregation_collection.py +123 -0
  327. oci/jms_java_downloads/models/java_download_record.py +351 -0
  328. oci/jms_java_downloads/models/java_download_record_collection.py +72 -0
  329. oci/jms_java_downloads/models/java_download_record_summary.py +351 -0
  330. oci/jms_java_downloads/models/java_download_report.py +533 -0
  331. oci/jms_java_downloads/models/java_download_report_collection.py +72 -0
  332. oci/jms_java_downloads/models/java_download_report_summary.py +532 -0
  333. oci/jms_java_downloads/models/java_download_token.py +710 -0
  334. oci/jms_java_downloads/models/java_download_token_collection.py +72 -0
  335. oci/jms_java_downloads/models/java_download_token_summary.py +710 -0
  336. oci/jms_java_downloads/models/java_license.py +154 -0
  337. oci/jms_java_downloads/models/java_license_acceptance_record.py +513 -0
  338. oci/jms_java_downloads/models/java_license_acceptance_record_collection.py +72 -0
  339. oci/jms_java_downloads/models/java_license_acceptance_record_summary.py +513 -0
  340. oci/jms_java_downloads/models/java_license_collection.py +72 -0
  341. oci/jms_java_downloads/models/java_license_summary.py +154 -0
  342. oci/jms_java_downloads/models/principal.py +138 -0
  343. oci/jms_java_downloads/models/request_summarized_java_download_counts_details.py +415 -0
  344. oci/jms_java_downloads/models/update_java_download_token_details.py +270 -0
  345. oci/jms_java_downloads/models/update_java_license_acceptance_record_details.py +88 -0
  346. oci/jms_java_downloads/models/work_request.py +412 -0
  347. oci/jms_java_downloads/models/work_request_error.py +136 -0
  348. oci/jms_java_downloads/models/work_request_error_collection.py +72 -0
  349. oci/jms_java_downloads/models/work_request_log_entry.py +103 -0
  350. oci/jms_java_downloads/models/work_request_log_entry_collection.py +72 -0
  351. oci/jms_java_downloads/models/work_request_resource.py +203 -0
  352. oci/jms_java_downloads/models/work_request_summary.py +412 -0
  353. oci/jms_java_downloads/models/work_request_summary_collection.py +72 -0
  354. oci/key_management/ekm_client.py +5 -5
  355. oci/key_management/kms_crypto_client.py +6 -6
  356. oci/key_management/kms_management_client.py +21 -21
  357. oci/key_management/kms_vault_client.py +14 -14
  358. oci/license_manager/license_manager_client.py +18 -18
  359. oci/limits/limits_client.py +4 -4
  360. oci/limits/quotas_client.py +7 -7
  361. oci/load_balancer/load_balancer_client.py +61 -61
  362. oci/lockbox/lockbox_client.py +23 -23
  363. oci/log_analytics/log_analytics_client.py +192 -192
  364. oci/logging/logging_management_client.py +30 -30
  365. oci/loggingingestion/logging_client.py +1 -1
  366. oci/loggingsearch/log_search_client.py +1 -1
  367. oci/management_agent/management_agent_client.py +23 -23
  368. oci/management_dashboard/dashx_apis_client.py +14 -14
  369. oci/marketplace/account_client.py +2 -2
  370. oci/marketplace/marketplace_client.py +30 -30
  371. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  372. oci/media_services/media_services_client.py +48 -48
  373. oci/media_services/media_stream_client.py +2 -2
  374. oci/monitoring/monitoring_client.py +13 -13
  375. oci/mysql/channels_client.py +7 -7
  376. oci/mysql/db_backups_client.py +6 -6
  377. oci/mysql/db_system_client.py +17 -17
  378. oci/mysql/mysqlaas_client.py +7 -7
  379. oci/mysql/replicas_client.py +5 -5
  380. oci/mysql/work_requests_client.py +4 -4
  381. oci/network_firewall/network_firewall_client.py +80 -80
  382. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  383. oci/nosql/nosql_client.py +24 -24
  384. oci/object_storage/object_storage_client.py +50 -50
  385. oci/oce/oce_instance_client.py +10 -10
  386. oci/oci_control_center/occ_metrics_client.py +3 -3
  387. oci/ocvp/esxi_host_client.py +6 -6
  388. oci/ocvp/sddc_client.py +13 -13
  389. oci/ocvp/work_request_client.py +4 -4
  390. oci/oda/management_client.py +56 -56
  391. oci/oda/oda_client.py +17 -17
  392. oci/oda/odapackage_client.py +7 -7
  393. oci/onesubscription/billing_schedule_client.py +1 -1
  394. oci/onesubscription/commitment_client.py +2 -2
  395. oci/onesubscription/computed_usage_client.py +3 -3
  396. oci/onesubscription/invoice_summary_client.py +2 -2
  397. oci/onesubscription/organization_subscription_client.py +1 -1
  398. oci/onesubscription/ratecard_client.py +1 -1
  399. oci/onesubscription/subscribed_service_client.py +2 -2
  400. oci/onesubscription/subscription_client.py +1 -1
  401. oci/ons/notification_control_plane_client.py +6 -6
  402. oci/ons/notification_data_plane_client.py +10 -10
  403. oci/opa/opa_instance_client.py +11 -11
  404. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  405. oci/opensearch/opensearch_cluster_client.py +14 -14
  406. oci/operator_access_control/access_requests_client.py +9 -9
  407. oci/operator_access_control/operator_actions_client.py +2 -2
  408. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  409. oci/operator_access_control/operator_control_client.py +6 -6
  410. oci/opsi/operations_insights_client.py +159 -159
  411. oci/optimizer/optimizer_client.py +26 -26
  412. oci/os_management/event_client.py +8 -8
  413. oci/os_management/os_management_client.py +69 -69
  414. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  415. oci/os_management_hub/managed_instance_client.py +22 -22
  416. oci/os_management_hub/managed_instance_group_client.py +22 -22
  417. oci/os_management_hub/management_station_client.py +8 -8
  418. oci/os_management_hub/onboarding_client.py +5 -5
  419. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  420. oci/os_management_hub/scheduled_job_client.py +6 -6
  421. oci/os_management_hub/software_source_client.py +22 -22
  422. oci/os_management_hub/work_request_client.py +4 -4
  423. oci/osp_gateway/address_rule_service_client.py +1 -1
  424. oci/osp_gateway/address_service_client.py +2 -2
  425. oci/osp_gateway/invoice_service_client.py +5 -5
  426. oci/osp_gateway/subscription_service_client.py +5 -5
  427. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  428. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  429. oci/osub_subscription/commitment_client.py +2 -2
  430. oci/osub_subscription/ratecard_client.py +1 -1
  431. oci/osub_subscription/subscription_client.py +1 -1
  432. oci/osub_usage/computed_usage_client.py +3 -3
  433. oci/psql/__init__.py +14 -0
  434. oci/psql/models/__init__.py +166 -0
  435. oci/psql/models/backup.py +645 -0
  436. oci/psql/models/backup_collection.py +72 -0
  437. oci/psql/models/backup_policy.py +156 -0
  438. oci/psql/models/backup_source_details.py +113 -0
  439. oci/psql/models/backup_summary.py +481 -0
  440. oci/psql/models/change_backup_compartment_details.py +74 -0
  441. oci/psql/models/change_configuration_compartment_details.py +74 -0
  442. oci/psql/models/change_db_system_compartment_details.py +78 -0
  443. oci/psql/models/config_overrides.py +103 -0
  444. oci/psql/models/config_params.py +289 -0
  445. oci/psql/models/configuration.py +532 -0
  446. oci/psql/models/configuration_collection.py +72 -0
  447. oci/psql/models/configuration_details.py +72 -0
  448. oci/psql/models/configuration_summary.py +450 -0
  449. oci/psql/models/connection_details.py +134 -0
  450. oci/psql/models/create_backup_details.py +262 -0
  451. oci/psql/models/create_configuration_details.py +384 -0
  452. oci/psql/models/create_db_instance_details.py +136 -0
  453. oci/psql/models/create_db_system_details.py +585 -0
  454. oci/psql/models/credentials.py +100 -0
  455. oci/psql/models/daily_backup_policy.py +89 -0
  456. oci/psql/models/db_configuration_override_collection.py +72 -0
  457. oci/psql/models/db_instance.py +325 -0
  458. oci/psql/models/db_instance_endpoint.py +99 -0
  459. oci/psql/models/db_system.py +827 -0
  460. oci/psql/models/db_system_collection.py +72 -0
  461. oci/psql/models/db_system_details.py +103 -0
  462. oci/psql/models/db_system_summary.py +574 -0
  463. oci/psql/models/default_config_params.py +258 -0
  464. oci/psql/models/default_configuration.py +406 -0
  465. oci/psql/models/default_configuration_collection.py +72 -0
  466. oci/psql/models/default_configuration_details.py +72 -0
  467. oci/psql/models/default_configuration_summary.py +320 -0
  468. oci/psql/models/endpoint.py +134 -0
  469. oci/psql/models/failover_db_system_details.py +107 -0
  470. oci/psql/models/management_policy.py +99 -0
  471. oci/psql/models/management_policy_details.py +99 -0
  472. oci/psql/models/monthly_backup_policy.py +122 -0
  473. oci/psql/models/network_details.py +136 -0
  474. oci/psql/models/none_backup_policy.py +58 -0
  475. oci/psql/models/none_source_details.py +51 -0
  476. oci/psql/models/oci_optimized_storage_details.py +95 -0
  477. oci/psql/models/password_details.py +110 -0
  478. oci/psql/models/patch_db_system_details.py +74 -0
  479. oci/psql/models/patch_insert_instruction.py +171 -0
  480. oci/psql/models/patch_instruction.py +184 -0
  481. oci/psql/models/patch_merge_instruction.py +97 -0
  482. oci/psql/models/patch_move_instruction.py +147 -0
  483. oci/psql/models/patch_prohibit_instruction.py +100 -0
  484. oci/psql/models/patch_remove_instruction.py +59 -0
  485. oci/psql/models/patch_replace_instruction.py +92 -0
  486. oci/psql/models/patch_require_instruction.py +99 -0
  487. oci/psql/models/plain_text_password_details.py +82 -0
  488. oci/psql/models/primary_db_instance_details.py +72 -0
  489. oci/psql/models/reset_master_user_password_details.py +69 -0
  490. oci/psql/models/restart_db_instance_in_db_system_details.py +119 -0
  491. oci/psql/models/restore_db_system_details.py +105 -0
  492. oci/psql/models/shape_collection.py +72 -0
  493. oci/psql/models/shape_summary.py +165 -0
  494. oci/psql/models/source_details.py +109 -0
  495. oci/psql/models/storage_details.py +161 -0
  496. oci/psql/models/update_backup_details.py +200 -0
  497. oci/psql/models/update_configuration_details.py +103 -0
  498. oci/psql/models/update_db_config_params.py +121 -0
  499. oci/psql/models/update_db_system_db_instance_details.py +103 -0
  500. oci/psql/models/update_db_system_details.py +250 -0
  501. oci/psql/models/update_storage_details_params.py +74 -0
  502. oci/psql/models/vault_secret_password_details.py +113 -0
  503. oci/psql/models/weekly_backup_policy.py +157 -0
  504. oci/psql/models/work_request.py +412 -0
  505. oci/psql/models/work_request_error.py +136 -0
  506. oci/psql/models/work_request_error_collection.py +72 -0
  507. oci/psql/models/work_request_log_entry.py +103 -0
  508. oci/psql/models/work_request_log_entry_collection.py +72 -0
  509. oci/psql/models/work_request_resource.py +228 -0
  510. oci/psql/models/work_request_summary.py +412 -0
  511. oci/psql/models/work_request_summary_collection.py +72 -0
  512. oci/psql/postgresql_client.py +3980 -0
  513. oci/psql/postgresql_client_composite_operations.py +807 -0
  514. oci/queue/queue_admin_client.py +11 -11
  515. oci/queue/queue_client.py +8 -8
  516. oci/recovery/database_recovery_client.py +23 -23
  517. oci/redis/redis_cluster_client.py +11 -11
  518. oci/resource_manager/resource_manager_client.py +52 -52
  519. oci/resource_search/resource_search_client.py +3 -3
  520. oci/rover/rover_bundle_client.py +8 -8
  521. oci/rover/rover_cluster_client.py +8 -8
  522. oci/rover/rover_entitlement_client.py +6 -6
  523. oci/rover/rover_node_client.py +15 -15
  524. oci/rover/shape_client.py +1 -1
  525. oci/rover/work_requests_client.py +5 -5
  526. oci/sch/service_connector_client.py +12 -12
  527. oci/secrets/secrets_client.py +3 -3
  528. oci/service_catalog/service_catalog_client.py +26 -26
  529. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  530. oci/service_mesh/service_mesh_client.py +48 -48
  531. oci/stack_monitoring/stack_monitoring_client.py +58 -58
  532. oci/streaming/stream_admin_client.py +18 -18
  533. oci/streaming/stream_client.py +8 -8
  534. oci/tenant_manager_control_plane/domain_client.py +5 -5
  535. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  536. oci/tenant_manager_control_plane/governance_client.py +2 -2
  537. oci/tenant_manager_control_plane/link_client.py +3 -3
  538. oci/tenant_manager_control_plane/orders_client.py +2 -2
  539. oci/tenant_manager_control_plane/organization_client.py +10 -10
  540. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  541. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  542. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  543. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  544. oci/threat_intelligence/threatintel_client.py +5 -5
  545. oci/usage/resources_client.py +2 -2
  546. oci/usage/rewards_client.py +6 -6
  547. oci/usage/usagelimits_client.py +1 -1
  548. oci/usage_api/usageapi_client.py +19 -19
  549. oci/vault/vaults_client.py +11 -11
  550. oci/vbs_inst/vbs_instance_client.py +10 -10
  551. oci/version.py +1 -1
  552. oci/visual_builder/vb_instance_client.py +13 -13
  553. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  554. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  555. oci/waa/waa_client.py +13 -13
  556. oci/waa/work_request_client.py +4 -4
  557. oci/waas/redirect_client.py +6 -6
  558. oci/waas/waas_client.py +66 -66
  559. oci/waf/waf_client.py +24 -24
  560. oci/work_requests/work_request_client.py +4 -4
  561. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/METADATA +1 -1
  562. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/RECORD +566 -289
  563. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/LICENSE.txt +0 -0
  564. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  565. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/WHEEL +0 -0
  566. {oci-2.115.0.dist-info → oci-2.116.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3110 @@
1
+ # coding: utf-8
2
+ # Copyright (c) 2016, 2023, 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 Setting(object):
14
+ """
15
+ Settings schema
16
+ """
17
+
18
+ #: A constant which can be used with the idcs_prevented_operations property of a Setting.
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 Setting.
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 Setting.
27
+ #: This constant has a value of "delete"
28
+ IDCS_PREVENTED_OPERATIONS_DELETE = "delete"
29
+
30
+ #: A constant which can be used with the re_auth_factor property of a Setting.
31
+ #: This constant has a value of "password"
32
+ RE_AUTH_FACTOR_PASSWORD = "password"
33
+
34
+ #: A constant which can be used with the csr_access property of a Setting.
35
+ #: This constant has a value of "readOnly"
36
+ CSR_ACCESS_READ_ONLY = "readOnly"
37
+
38
+ #: A constant which can be used with the csr_access property of a Setting.
39
+ #: This constant has a value of "readWrite"
40
+ CSR_ACCESS_READ_WRITE = "readWrite"
41
+
42
+ #: A constant which can be used with the csr_access property of a Setting.
43
+ #: This constant has a value of "none"
44
+ CSR_ACCESS_NONE = "none"
45
+
46
+ #: A constant which can be used with the default_trust_scope property of a Setting.
47
+ #: This constant has a value of "Explicit"
48
+ DEFAULT_TRUST_SCOPE_EXPLICIT = "Explicit"
49
+
50
+ #: A constant which can be used with the default_trust_scope property of a Setting.
51
+ #: This constant has a value of "Account"
52
+ DEFAULT_TRUST_SCOPE_ACCOUNT = "Account"
53
+
54
+ #: A constant which can be used with the default_trust_scope property of a Setting.
55
+ #: This constant has a value of "Tags"
56
+ DEFAULT_TRUST_SCOPE_TAGS = "Tags"
57
+
58
+ def __init__(self, **kwargs):
59
+ """
60
+ Initializes a new Setting object with values from keyword arguments.
61
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
62
+
63
+ :param id:
64
+ The value to assign to the id property of this Setting.
65
+ :type id: str
66
+
67
+ :param ocid:
68
+ The value to assign to the ocid property of this Setting.
69
+ :type ocid: str
70
+
71
+ :param schemas:
72
+ The value to assign to the schemas property of this Setting.
73
+ :type schemas: list[str]
74
+
75
+ :param meta:
76
+ The value to assign to the meta property of this Setting.
77
+ :type meta: oci.identity_domains.models.Meta
78
+
79
+ :param idcs_created_by:
80
+ The value to assign to the idcs_created_by property of this Setting.
81
+ :type idcs_created_by: oci.identity_domains.models.IdcsCreatedBy
82
+
83
+ :param idcs_last_modified_by:
84
+ The value to assign to the idcs_last_modified_by property of this Setting.
85
+ :type idcs_last_modified_by: oci.identity_domains.models.IdcsLastModifiedBy
86
+
87
+ :param idcs_prevented_operations:
88
+ The value to assign to the idcs_prevented_operations property of this Setting.
89
+ Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'.
90
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
91
+ :type idcs_prevented_operations: list[str]
92
+
93
+ :param tags:
94
+ The value to assign to the tags property of this Setting.
95
+ :type tags: list[oci.identity_domains.models.Tags]
96
+
97
+ :param delete_in_progress:
98
+ The value to assign to the delete_in_progress property of this Setting.
99
+ :type delete_in_progress: bool
100
+
101
+ :param idcs_last_upgraded_in_release:
102
+ The value to assign to the idcs_last_upgraded_in_release property of this Setting.
103
+ :type idcs_last_upgraded_in_release: str
104
+
105
+ :param domain_ocid:
106
+ The value to assign to the domain_ocid property of this Setting.
107
+ :type domain_ocid: str
108
+
109
+ :param compartment_ocid:
110
+ The value to assign to the compartment_ocid property of this Setting.
111
+ :type compartment_ocid: str
112
+
113
+ :param tenancy_ocid:
114
+ The value to assign to the tenancy_ocid property of this Setting.
115
+ :type tenancy_ocid: str
116
+
117
+ :param external_id:
118
+ The value to assign to the external_id property of this Setting.
119
+ :type external_id: str
120
+
121
+ :param contact_emails:
122
+ The value to assign to the contact_emails property of this Setting.
123
+ :type contact_emails: list[str]
124
+
125
+ :param custom_branding:
126
+ The value to assign to the custom_branding property of this Setting.
127
+ :type custom_branding: bool
128
+
129
+ :param preferred_language:
130
+ The value to assign to the preferred_language property of this Setting.
131
+ :type preferred_language: str
132
+
133
+ :param timezone:
134
+ The value to assign to the timezone property of this Setting.
135
+ :type timezone: str
136
+
137
+ :param diagnostic_record_for_search_identifies_returned_resources:
138
+ The value to assign to the diagnostic_record_for_search_identifies_returned_resources property of this Setting.
139
+ :type diagnostic_record_for_search_identifies_returned_resources: bool
140
+
141
+ :param re_auth_when_changing_my_authentication_factors:
142
+ The value to assign to the re_auth_when_changing_my_authentication_factors property of this Setting.
143
+ :type re_auth_when_changing_my_authentication_factors: bool
144
+
145
+ :param re_auth_factor:
146
+ The value to assign to the re_auth_factor property of this Setting.
147
+ Allowed values for items in this list are: "password", 'UNKNOWN_ENUM_VALUE'.
148
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
149
+ :type re_auth_factor: list[str]
150
+
151
+ :param locale:
152
+ The value to assign to the locale property of this Setting.
153
+ :type locale: str
154
+
155
+ :param csr_access:
156
+ The value to assign to the csr_access property of this Setting.
157
+ Allowed values for this property are: "readOnly", "readWrite", "none", 'UNKNOWN_ENUM_VALUE'.
158
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
159
+ :type csr_access: str
160
+
161
+ :param signing_cert_public_access:
162
+ The value to assign to the signing_cert_public_access property of this Setting.
163
+ :type signing_cert_public_access: bool
164
+
165
+ :param sub_mapping_attr:
166
+ The value to assign to the sub_mapping_attr property of this Setting.
167
+ :type sub_mapping_attr: str
168
+
169
+ :param account_always_trust_scope:
170
+ The value to assign to the account_always_trust_scope property of this Setting.
171
+ :type account_always_trust_scope: bool
172
+
173
+ :param default_trust_scope:
174
+ The value to assign to the default_trust_scope property of this Setting.
175
+ Allowed values for this property are: "Explicit", "Account", "Tags", 'UNKNOWN_ENUM_VALUE'.
176
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
177
+ :type default_trust_scope: str
178
+
179
+ :param issuer:
180
+ The value to assign to the issuer property of this Setting.
181
+ :type issuer: str
182
+
183
+ :param prev_issuer:
184
+ The value to assign to the prev_issuer property of this Setting.
185
+ :type prev_issuer: str
186
+
187
+ :param diagnostic_level:
188
+ The value to assign to the diagnostic_level property of this Setting.
189
+ :type diagnostic_level: int
190
+
191
+ :param diagnostic_tracing_upto:
192
+ The value to assign to the diagnostic_tracing_upto property of this Setting.
193
+ :type diagnostic_tracing_upto: str
194
+
195
+ :param allowed_domains:
196
+ The value to assign to the allowed_domains property of this Setting.
197
+ :type allowed_domains: list[str]
198
+
199
+ :param enable_terms_of_use:
200
+ The value to assign to the enable_terms_of_use property of this Setting.
201
+ :type enable_terms_of_use: bool
202
+
203
+ :param terms_of_use_url:
204
+ The value to assign to the terms_of_use_url property of this Setting.
205
+ :type terms_of_use_url: str
206
+
207
+ :param privacy_policy_url:
208
+ The value to assign to the privacy_policy_url property of this Setting.
209
+ :type privacy_policy_url: str
210
+
211
+ :param migration_status:
212
+ The value to assign to the migration_status property of this Setting.
213
+ :type migration_status: str
214
+
215
+ :param on_premises_provisioning:
216
+ The value to assign to the on_premises_provisioning property of this Setting.
217
+ :type on_premises_provisioning: bool
218
+
219
+ :param allowed_forgot_password_flow_return_urls:
220
+ The value to assign to the allowed_forgot_password_flow_return_urls property of this Setting.
221
+ :type allowed_forgot_password_flow_return_urls: list[str]
222
+
223
+ :param allowed_notification_redirect_urls:
224
+ The value to assign to the allowed_notification_redirect_urls property of this Setting.
225
+ :type allowed_notification_redirect_urls: list[str]
226
+
227
+ :param audit_event_retention_period:
228
+ The value to assign to the audit_event_retention_period property of this Setting.
229
+ :type audit_event_retention_period: int
230
+
231
+ :param is_hosted_page:
232
+ The value to assign to the is_hosted_page property of this Setting.
233
+ :type is_hosted_page: bool
234
+
235
+ :param custom_html_location:
236
+ The value to assign to the custom_html_location property of this Setting.
237
+ :type custom_html_location: str
238
+
239
+ :param custom_css_location:
240
+ The value to assign to the custom_css_location property of this Setting.
241
+ :type custom_css_location: str
242
+
243
+ :param custom_translation:
244
+ The value to assign to the custom_translation property of this Setting.
245
+ :type custom_translation: str
246
+
247
+ :param cloud_account_name:
248
+ The value to assign to the cloud_account_name property of this Setting.
249
+ :type cloud_account_name: str
250
+
251
+ :param cloud_migration_url_enabled:
252
+ The value to assign to the cloud_migration_url_enabled property of this Setting.
253
+ :type cloud_migration_url_enabled: bool
254
+
255
+ :param cloud_migration_custom_url:
256
+ The value to assign to the cloud_migration_custom_url property of this Setting.
257
+ :type cloud_migration_custom_url: str
258
+
259
+ :param service_admin_cannot_list_other_users:
260
+ The value to assign to the service_admin_cannot_list_other_users property of this Setting.
261
+ :type service_admin_cannot_list_other_users: bool
262
+
263
+ :param max_no_of_app_role_members_to_return:
264
+ The value to assign to the max_no_of_app_role_members_to_return property of this Setting.
265
+ :type max_no_of_app_role_members_to_return: int
266
+
267
+ :param max_no_of_app_cmva_to_return:
268
+ The value to assign to the max_no_of_app_cmva_to_return property of this Setting.
269
+ :type max_no_of_app_cmva_to_return: int
270
+
271
+ :param iam_upst_session_expiry:
272
+ The value to assign to the iam_upst_session_expiry property of this Setting.
273
+ :type iam_upst_session_expiry: int
274
+
275
+ :param cloud_gate_cors_settings:
276
+ The value to assign to the cloud_gate_cors_settings property of this Setting.
277
+ :type cloud_gate_cors_settings: oci.identity_domains.models.SettingsCloudGateCorsSettings
278
+
279
+ :param certificate_validation:
280
+ The value to assign to the certificate_validation property of this Setting.
281
+ :type certificate_validation: oci.identity_domains.models.SettingsCertificateValidation
282
+
283
+ :param tenant_custom_claims:
284
+ The value to assign to the tenant_custom_claims property of this Setting.
285
+ :type tenant_custom_claims: list[oci.identity_domains.models.SettingsTenantCustomClaims]
286
+
287
+ :param purge_configs:
288
+ The value to assign to the purge_configs property of this Setting.
289
+ :type purge_configs: list[oci.identity_domains.models.SettingsPurgeConfigs]
290
+
291
+ :param default_company_names:
292
+ The value to assign to the default_company_names property of this Setting.
293
+ :type default_company_names: list[oci.identity_domains.models.SettingsDefaultCompanyNames]
294
+
295
+ :param default_login_texts:
296
+ The value to assign to the default_login_texts property of this Setting.
297
+ :type default_login_texts: list[oci.identity_domains.models.SettingsDefaultLoginTexts]
298
+
299
+ :param default_images:
300
+ The value to assign to the default_images property of this Setting.
301
+ :type default_images: list[oci.identity_domains.models.SettingsDefaultImages]
302
+
303
+ :param company_names:
304
+ The value to assign to the company_names property of this Setting.
305
+ :type company_names: list[oci.identity_domains.models.SettingsCompanyNames]
306
+
307
+ :param login_texts:
308
+ The value to assign to the login_texts property of this Setting.
309
+ :type login_texts: list[oci.identity_domains.models.SettingsLoginTexts]
310
+
311
+ :param images:
312
+ The value to assign to the images property of this Setting.
313
+ :type images: list[oci.identity_domains.models.SettingsImages]
314
+
315
+ """
316
+ self.swagger_types = {
317
+ 'id': 'str',
318
+ 'ocid': 'str',
319
+ 'schemas': 'list[str]',
320
+ 'meta': 'Meta',
321
+ 'idcs_created_by': 'IdcsCreatedBy',
322
+ 'idcs_last_modified_by': 'IdcsLastModifiedBy',
323
+ 'idcs_prevented_operations': 'list[str]',
324
+ 'tags': 'list[Tags]',
325
+ 'delete_in_progress': 'bool',
326
+ 'idcs_last_upgraded_in_release': 'str',
327
+ 'domain_ocid': 'str',
328
+ 'compartment_ocid': 'str',
329
+ 'tenancy_ocid': 'str',
330
+ 'external_id': 'str',
331
+ 'contact_emails': 'list[str]',
332
+ 'custom_branding': 'bool',
333
+ 'preferred_language': 'str',
334
+ 'timezone': 'str',
335
+ 'diagnostic_record_for_search_identifies_returned_resources': 'bool',
336
+ 're_auth_when_changing_my_authentication_factors': 'bool',
337
+ 're_auth_factor': 'list[str]',
338
+ 'locale': 'str',
339
+ 'csr_access': 'str',
340
+ 'signing_cert_public_access': 'bool',
341
+ 'sub_mapping_attr': 'str',
342
+ 'account_always_trust_scope': 'bool',
343
+ 'default_trust_scope': 'str',
344
+ 'issuer': 'str',
345
+ 'prev_issuer': 'str',
346
+ 'diagnostic_level': 'int',
347
+ 'diagnostic_tracing_upto': 'str',
348
+ 'allowed_domains': 'list[str]',
349
+ 'enable_terms_of_use': 'bool',
350
+ 'terms_of_use_url': 'str',
351
+ 'privacy_policy_url': 'str',
352
+ 'migration_status': 'str',
353
+ 'on_premises_provisioning': 'bool',
354
+ 'allowed_forgot_password_flow_return_urls': 'list[str]',
355
+ 'allowed_notification_redirect_urls': 'list[str]',
356
+ 'audit_event_retention_period': 'int',
357
+ 'is_hosted_page': 'bool',
358
+ 'custom_html_location': 'str',
359
+ 'custom_css_location': 'str',
360
+ 'custom_translation': 'str',
361
+ 'cloud_account_name': 'str',
362
+ 'cloud_migration_url_enabled': 'bool',
363
+ 'cloud_migration_custom_url': 'str',
364
+ 'service_admin_cannot_list_other_users': 'bool',
365
+ 'max_no_of_app_role_members_to_return': 'int',
366
+ 'max_no_of_app_cmva_to_return': 'int',
367
+ 'iam_upst_session_expiry': 'int',
368
+ 'cloud_gate_cors_settings': 'SettingsCloudGateCorsSettings',
369
+ 'certificate_validation': 'SettingsCertificateValidation',
370
+ 'tenant_custom_claims': 'list[SettingsTenantCustomClaims]',
371
+ 'purge_configs': 'list[SettingsPurgeConfigs]',
372
+ 'default_company_names': 'list[SettingsDefaultCompanyNames]',
373
+ 'default_login_texts': 'list[SettingsDefaultLoginTexts]',
374
+ 'default_images': 'list[SettingsDefaultImages]',
375
+ 'company_names': 'list[SettingsCompanyNames]',
376
+ 'login_texts': 'list[SettingsLoginTexts]',
377
+ 'images': 'list[SettingsImages]'
378
+ }
379
+
380
+ self.attribute_map = {
381
+ 'id': 'id',
382
+ 'ocid': 'ocid',
383
+ 'schemas': 'schemas',
384
+ 'meta': 'meta',
385
+ 'idcs_created_by': 'idcsCreatedBy',
386
+ 'idcs_last_modified_by': 'idcsLastModifiedBy',
387
+ 'idcs_prevented_operations': 'idcsPreventedOperations',
388
+ 'tags': 'tags',
389
+ 'delete_in_progress': 'deleteInProgress',
390
+ 'idcs_last_upgraded_in_release': 'idcsLastUpgradedInRelease',
391
+ 'domain_ocid': 'domainOcid',
392
+ 'compartment_ocid': 'compartmentOcid',
393
+ 'tenancy_ocid': 'tenancyOcid',
394
+ 'external_id': 'externalId',
395
+ 'contact_emails': 'contactEmails',
396
+ 'custom_branding': 'customBranding',
397
+ 'preferred_language': 'preferredLanguage',
398
+ 'timezone': 'timezone',
399
+ 'diagnostic_record_for_search_identifies_returned_resources': 'diagnosticRecordForSearchIdentifiesReturnedResources',
400
+ 're_auth_when_changing_my_authentication_factors': 'reAuthWhenChangingMyAuthenticationFactors',
401
+ 're_auth_factor': 'reAuthFactor',
402
+ 'locale': 'locale',
403
+ 'csr_access': 'csrAccess',
404
+ 'signing_cert_public_access': 'signingCertPublicAccess',
405
+ 'sub_mapping_attr': 'subMappingAttr',
406
+ 'account_always_trust_scope': 'accountAlwaysTrustScope',
407
+ 'default_trust_scope': 'defaultTrustScope',
408
+ 'issuer': 'issuer',
409
+ 'prev_issuer': 'prevIssuer',
410
+ 'diagnostic_level': 'diagnosticLevel',
411
+ 'diagnostic_tracing_upto': 'diagnosticTracingUpto',
412
+ 'allowed_domains': 'allowedDomains',
413
+ 'enable_terms_of_use': 'enableTermsOfUse',
414
+ 'terms_of_use_url': 'termsOfUseUrl',
415
+ 'privacy_policy_url': 'privacyPolicyUrl',
416
+ 'migration_status': 'migrationStatus',
417
+ 'on_premises_provisioning': 'onPremisesProvisioning',
418
+ 'allowed_forgot_password_flow_return_urls': 'allowedForgotPasswordFlowReturnUrls',
419
+ 'allowed_notification_redirect_urls': 'allowedNotificationRedirectUrls',
420
+ 'audit_event_retention_period': 'auditEventRetentionPeriod',
421
+ 'is_hosted_page': 'isHostedPage',
422
+ 'custom_html_location': 'customHtmlLocation',
423
+ 'custom_css_location': 'customCssLocation',
424
+ 'custom_translation': 'customTranslation',
425
+ 'cloud_account_name': 'cloudAccountName',
426
+ 'cloud_migration_url_enabled': 'cloudMigrationUrlEnabled',
427
+ 'cloud_migration_custom_url': 'cloudMigrationCustomUrl',
428
+ 'service_admin_cannot_list_other_users': 'serviceAdminCannotListOtherUsers',
429
+ 'max_no_of_app_role_members_to_return': 'maxNoOfAppRoleMembersToReturn',
430
+ 'max_no_of_app_cmva_to_return': 'maxNoOfAppCMVAToReturn',
431
+ 'iam_upst_session_expiry': 'iamUpstSessionExpiry',
432
+ 'cloud_gate_cors_settings': 'cloudGateCorsSettings',
433
+ 'certificate_validation': 'certificateValidation',
434
+ 'tenant_custom_claims': 'tenantCustomClaims',
435
+ 'purge_configs': 'purgeConfigs',
436
+ 'default_company_names': 'defaultCompanyNames',
437
+ 'default_login_texts': 'defaultLoginTexts',
438
+ 'default_images': 'defaultImages',
439
+ 'company_names': 'companyNames',
440
+ 'login_texts': 'loginTexts',
441
+ 'images': 'images'
442
+ }
443
+
444
+ self._id = None
445
+ self._ocid = None
446
+ self._schemas = None
447
+ self._meta = None
448
+ self._idcs_created_by = None
449
+ self._idcs_last_modified_by = None
450
+ self._idcs_prevented_operations = None
451
+ self._tags = None
452
+ self._delete_in_progress = None
453
+ self._idcs_last_upgraded_in_release = None
454
+ self._domain_ocid = None
455
+ self._compartment_ocid = None
456
+ self._tenancy_ocid = None
457
+ self._external_id = None
458
+ self._contact_emails = None
459
+ self._custom_branding = None
460
+ self._preferred_language = None
461
+ self._timezone = None
462
+ self._diagnostic_record_for_search_identifies_returned_resources = None
463
+ self._re_auth_when_changing_my_authentication_factors = None
464
+ self._re_auth_factor = None
465
+ self._locale = None
466
+ self._csr_access = None
467
+ self._signing_cert_public_access = None
468
+ self._sub_mapping_attr = None
469
+ self._account_always_trust_scope = None
470
+ self._default_trust_scope = None
471
+ self._issuer = None
472
+ self._prev_issuer = None
473
+ self._diagnostic_level = None
474
+ self._diagnostic_tracing_upto = None
475
+ self._allowed_domains = None
476
+ self._enable_terms_of_use = None
477
+ self._terms_of_use_url = None
478
+ self._privacy_policy_url = None
479
+ self._migration_status = None
480
+ self._on_premises_provisioning = None
481
+ self._allowed_forgot_password_flow_return_urls = None
482
+ self._allowed_notification_redirect_urls = None
483
+ self._audit_event_retention_period = None
484
+ self._is_hosted_page = None
485
+ self._custom_html_location = None
486
+ self._custom_css_location = None
487
+ self._custom_translation = None
488
+ self._cloud_account_name = None
489
+ self._cloud_migration_url_enabled = None
490
+ self._cloud_migration_custom_url = None
491
+ self._service_admin_cannot_list_other_users = None
492
+ self._max_no_of_app_role_members_to_return = None
493
+ self._max_no_of_app_cmva_to_return = None
494
+ self._iam_upst_session_expiry = None
495
+ self._cloud_gate_cors_settings = None
496
+ self._certificate_validation = None
497
+ self._tenant_custom_claims = None
498
+ self._purge_configs = None
499
+ self._default_company_names = None
500
+ self._default_login_texts = None
501
+ self._default_images = None
502
+ self._company_names = None
503
+ self._login_texts = None
504
+ self._images = None
505
+
506
+ @property
507
+ def id(self):
508
+ """
509
+ Gets the id of this Setting.
510
+ 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.
511
+
512
+ **SCIM++ Properties:**
513
+ - caseExact: false
514
+ - idcsSearchable: true
515
+ - multiValued: false
516
+ - mutability: readOnly
517
+ - required: false
518
+ - returned: always
519
+ - type: string
520
+ - uniqueness: global
521
+
522
+
523
+ :return: The id of this Setting.
524
+ :rtype: str
525
+ """
526
+ return self._id
527
+
528
+ @id.setter
529
+ def id(self, id):
530
+ """
531
+ Sets the id of this Setting.
532
+ 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.
533
+
534
+ **SCIM++ Properties:**
535
+ - caseExact: false
536
+ - idcsSearchable: true
537
+ - multiValued: false
538
+ - mutability: readOnly
539
+ - required: false
540
+ - returned: always
541
+ - type: string
542
+ - uniqueness: global
543
+
544
+
545
+ :param id: The id of this Setting.
546
+ :type: str
547
+ """
548
+ self._id = id
549
+
550
+ @property
551
+ def ocid(self):
552
+ """
553
+ Gets the ocid of this Setting.
554
+ Unique OCI identifier for the SCIM Resource.
555
+
556
+ **SCIM++ Properties:**
557
+ - caseExact: true
558
+ - idcsSearchable: true
559
+ - multiValued: false
560
+ - mutability: immutable
561
+ - required: false
562
+ - returned: default
563
+ - type: string
564
+ - uniqueness: global
565
+
566
+
567
+ :return: The ocid of this Setting.
568
+ :rtype: str
569
+ """
570
+ return self._ocid
571
+
572
+ @ocid.setter
573
+ def ocid(self, ocid):
574
+ """
575
+ Sets the ocid of this Setting.
576
+ Unique OCI identifier for the SCIM Resource.
577
+
578
+ **SCIM++ Properties:**
579
+ - caseExact: true
580
+ - idcsSearchable: true
581
+ - multiValued: false
582
+ - mutability: immutable
583
+ - required: false
584
+ - returned: default
585
+ - type: string
586
+ - uniqueness: global
587
+
588
+
589
+ :param ocid: The ocid of this Setting.
590
+ :type: str
591
+ """
592
+ self._ocid = ocid
593
+
594
+ @property
595
+ def schemas(self):
596
+ """
597
+ **[Required]** Gets the schemas of this Setting.
598
+ 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.
599
+
600
+ **SCIM++ Properties:**
601
+ - caseExact: false
602
+ - idcsSearchable: false
603
+ - multiValued: true
604
+ - mutability: readWrite
605
+ - required: true
606
+ - returned: default
607
+ - type: string
608
+ - uniqueness: none
609
+
610
+
611
+ :return: The schemas of this Setting.
612
+ :rtype: list[str]
613
+ """
614
+ return self._schemas
615
+
616
+ @schemas.setter
617
+ def schemas(self, schemas):
618
+ """
619
+ Sets the schemas of this Setting.
620
+ 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.
621
+
622
+ **SCIM++ Properties:**
623
+ - caseExact: false
624
+ - idcsSearchable: false
625
+ - multiValued: true
626
+ - mutability: readWrite
627
+ - required: true
628
+ - returned: default
629
+ - type: string
630
+ - uniqueness: none
631
+
632
+
633
+ :param schemas: The schemas of this Setting.
634
+ :type: list[str]
635
+ """
636
+ self._schemas = schemas
637
+
638
+ @property
639
+ def meta(self):
640
+ """
641
+ Gets the meta of this Setting.
642
+
643
+ :return: The meta of this Setting.
644
+ :rtype: oci.identity_domains.models.Meta
645
+ """
646
+ return self._meta
647
+
648
+ @meta.setter
649
+ def meta(self, meta):
650
+ """
651
+ Sets the meta of this Setting.
652
+
653
+ :param meta: The meta of this Setting.
654
+ :type: oci.identity_domains.models.Meta
655
+ """
656
+ self._meta = meta
657
+
658
+ @property
659
+ def idcs_created_by(self):
660
+ """
661
+ Gets the idcs_created_by of this Setting.
662
+
663
+ :return: The idcs_created_by of this Setting.
664
+ :rtype: oci.identity_domains.models.IdcsCreatedBy
665
+ """
666
+ return self._idcs_created_by
667
+
668
+ @idcs_created_by.setter
669
+ def idcs_created_by(self, idcs_created_by):
670
+ """
671
+ Sets the idcs_created_by of this Setting.
672
+
673
+ :param idcs_created_by: The idcs_created_by of this Setting.
674
+ :type: oci.identity_domains.models.IdcsCreatedBy
675
+ """
676
+ self._idcs_created_by = idcs_created_by
677
+
678
+ @property
679
+ def idcs_last_modified_by(self):
680
+ """
681
+ Gets the idcs_last_modified_by of this Setting.
682
+
683
+ :return: The idcs_last_modified_by of this Setting.
684
+ :rtype: oci.identity_domains.models.IdcsLastModifiedBy
685
+ """
686
+ return self._idcs_last_modified_by
687
+
688
+ @idcs_last_modified_by.setter
689
+ def idcs_last_modified_by(self, idcs_last_modified_by):
690
+ """
691
+ Sets the idcs_last_modified_by of this Setting.
692
+
693
+ :param idcs_last_modified_by: The idcs_last_modified_by of this Setting.
694
+ :type: oci.identity_domains.models.IdcsLastModifiedBy
695
+ """
696
+ self._idcs_last_modified_by = idcs_last_modified_by
697
+
698
+ @property
699
+ def idcs_prevented_operations(self):
700
+ """
701
+ Gets the idcs_prevented_operations of this Setting.
702
+ Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
703
+
704
+ **SCIM++ Properties:**
705
+ - idcsSearchable: false
706
+ - multiValued: true
707
+ - mutability: readOnly
708
+ - required: false
709
+ - returned: request
710
+ - type: string
711
+ - uniqueness: none
712
+
713
+ Allowed values for items in this list are: "replace", "update", "delete", 'UNKNOWN_ENUM_VALUE'.
714
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
715
+
716
+
717
+ :return: The idcs_prevented_operations of this Setting.
718
+ :rtype: list[str]
719
+ """
720
+ return self._idcs_prevented_operations
721
+
722
+ @idcs_prevented_operations.setter
723
+ def idcs_prevented_operations(self, idcs_prevented_operations):
724
+ """
725
+ Sets the idcs_prevented_operations of this Setting.
726
+ Each value of this attribute specifies an operation that only an internal client may perform on this particular resource.
727
+
728
+ **SCIM++ Properties:**
729
+ - idcsSearchable: false
730
+ - multiValued: true
731
+ - mutability: readOnly
732
+ - required: false
733
+ - returned: request
734
+ - type: string
735
+ - uniqueness: none
736
+
737
+
738
+ :param idcs_prevented_operations: The idcs_prevented_operations of this Setting.
739
+ :type: list[str]
740
+ """
741
+ allowed_values = ["replace", "update", "delete"]
742
+ if idcs_prevented_operations:
743
+ 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]
744
+ self._idcs_prevented_operations = idcs_prevented_operations
745
+
746
+ @property
747
+ def tags(self):
748
+ """
749
+ Gets the tags of this Setting.
750
+ A list of tags on this resource.
751
+
752
+ **SCIM++ Properties:**
753
+ - idcsCompositeKey: [key, value]
754
+ - idcsSearchable: true
755
+ - multiValued: true
756
+ - mutability: readWrite
757
+ - required: false
758
+ - returned: request
759
+ - type: complex
760
+ - uniqueness: none
761
+
762
+
763
+ :return: The tags of this Setting.
764
+ :rtype: list[oci.identity_domains.models.Tags]
765
+ """
766
+ return self._tags
767
+
768
+ @tags.setter
769
+ def tags(self, tags):
770
+ """
771
+ Sets the tags of this Setting.
772
+ A list of tags on this resource.
773
+
774
+ **SCIM++ Properties:**
775
+ - idcsCompositeKey: [key, value]
776
+ - idcsSearchable: true
777
+ - multiValued: true
778
+ - mutability: readWrite
779
+ - required: false
780
+ - returned: request
781
+ - type: complex
782
+ - uniqueness: none
783
+
784
+
785
+ :param tags: The tags of this Setting.
786
+ :type: list[oci.identity_domains.models.Tags]
787
+ """
788
+ self._tags = tags
789
+
790
+ @property
791
+ def delete_in_progress(self):
792
+ """
793
+ Gets the delete_in_progress of this Setting.
794
+ 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.
795
+
796
+ **SCIM++ Properties:**
797
+ - caseExact: false
798
+ - idcsSearchable: true
799
+ - multiValued: false
800
+ - mutability: readOnly
801
+ - required: false
802
+ - returned: default
803
+ - type: boolean
804
+ - uniqueness: none
805
+
806
+
807
+ :return: The delete_in_progress of this Setting.
808
+ :rtype: bool
809
+ """
810
+ return self._delete_in_progress
811
+
812
+ @delete_in_progress.setter
813
+ def delete_in_progress(self, delete_in_progress):
814
+ """
815
+ Sets the delete_in_progress of this Setting.
816
+ 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.
817
+
818
+ **SCIM++ Properties:**
819
+ - caseExact: false
820
+ - idcsSearchable: true
821
+ - multiValued: false
822
+ - mutability: readOnly
823
+ - required: false
824
+ - returned: default
825
+ - type: boolean
826
+ - uniqueness: none
827
+
828
+
829
+ :param delete_in_progress: The delete_in_progress of this Setting.
830
+ :type: bool
831
+ """
832
+ self._delete_in_progress = delete_in_progress
833
+
834
+ @property
835
+ def idcs_last_upgraded_in_release(self):
836
+ """
837
+ Gets the idcs_last_upgraded_in_release of this Setting.
838
+ The release number when the resource was upgraded.
839
+
840
+ **SCIM++ Properties:**
841
+ - caseExact: false
842
+ - idcsSearchable: false
843
+ - multiValued: false
844
+ - mutability: readOnly
845
+ - required: false
846
+ - returned: request
847
+ - type: string
848
+ - uniqueness: none
849
+
850
+
851
+ :return: The idcs_last_upgraded_in_release of this Setting.
852
+ :rtype: str
853
+ """
854
+ return self._idcs_last_upgraded_in_release
855
+
856
+ @idcs_last_upgraded_in_release.setter
857
+ def idcs_last_upgraded_in_release(self, idcs_last_upgraded_in_release):
858
+ """
859
+ Sets the idcs_last_upgraded_in_release of this Setting.
860
+ The release number when the resource was upgraded.
861
+
862
+ **SCIM++ Properties:**
863
+ - caseExact: false
864
+ - idcsSearchable: false
865
+ - multiValued: false
866
+ - mutability: readOnly
867
+ - required: false
868
+ - returned: request
869
+ - type: string
870
+ - uniqueness: none
871
+
872
+
873
+ :param idcs_last_upgraded_in_release: The idcs_last_upgraded_in_release of this Setting.
874
+ :type: str
875
+ """
876
+ self._idcs_last_upgraded_in_release = idcs_last_upgraded_in_release
877
+
878
+ @property
879
+ def domain_ocid(self):
880
+ """
881
+ Gets the domain_ocid of this Setting.
882
+ OCI Domain Id (ocid) in which the resource lives.
883
+
884
+ **SCIM++ Properties:**
885
+ - caseExact: false
886
+ - idcsSearchable: false
887
+ - multiValued: false
888
+ - mutability: readOnly
889
+ - required: false
890
+ - returned: default
891
+ - type: string
892
+ - uniqueness: none
893
+
894
+
895
+ :return: The domain_ocid of this Setting.
896
+ :rtype: str
897
+ """
898
+ return self._domain_ocid
899
+
900
+ @domain_ocid.setter
901
+ def domain_ocid(self, domain_ocid):
902
+ """
903
+ Sets the domain_ocid of this Setting.
904
+ OCI Domain Id (ocid) in which the resource lives.
905
+
906
+ **SCIM++ Properties:**
907
+ - caseExact: false
908
+ - idcsSearchable: false
909
+ - multiValued: false
910
+ - mutability: readOnly
911
+ - required: false
912
+ - returned: default
913
+ - type: string
914
+ - uniqueness: none
915
+
916
+
917
+ :param domain_ocid: The domain_ocid of this Setting.
918
+ :type: str
919
+ """
920
+ self._domain_ocid = domain_ocid
921
+
922
+ @property
923
+ def compartment_ocid(self):
924
+ """
925
+ Gets the compartment_ocid of this Setting.
926
+ OCI Compartment Id (ocid) in which the resource lives.
927
+
928
+ **SCIM++ Properties:**
929
+ - caseExact: false
930
+ - idcsSearchable: false
931
+ - multiValued: false
932
+ - mutability: readOnly
933
+ - required: false
934
+ - returned: default
935
+ - type: string
936
+ - uniqueness: none
937
+
938
+
939
+ :return: The compartment_ocid of this Setting.
940
+ :rtype: str
941
+ """
942
+ return self._compartment_ocid
943
+
944
+ @compartment_ocid.setter
945
+ def compartment_ocid(self, compartment_ocid):
946
+ """
947
+ Sets the compartment_ocid of this Setting.
948
+ OCI Compartment Id (ocid) in which the resource lives.
949
+
950
+ **SCIM++ Properties:**
951
+ - caseExact: false
952
+ - idcsSearchable: false
953
+ - multiValued: false
954
+ - mutability: readOnly
955
+ - required: false
956
+ - returned: default
957
+ - type: string
958
+ - uniqueness: none
959
+
960
+
961
+ :param compartment_ocid: The compartment_ocid of this Setting.
962
+ :type: str
963
+ """
964
+ self._compartment_ocid = compartment_ocid
965
+
966
+ @property
967
+ def tenancy_ocid(self):
968
+ """
969
+ Gets the tenancy_ocid of this Setting.
970
+ OCI Tenant Id (ocid) in which the resource lives.
971
+
972
+ **SCIM++ Properties:**
973
+ - caseExact: false
974
+ - idcsSearchable: false
975
+ - multiValued: false
976
+ - mutability: readOnly
977
+ - required: false
978
+ - returned: default
979
+ - type: string
980
+ - uniqueness: none
981
+
982
+
983
+ :return: The tenancy_ocid of this Setting.
984
+ :rtype: str
985
+ """
986
+ return self._tenancy_ocid
987
+
988
+ @tenancy_ocid.setter
989
+ def tenancy_ocid(self, tenancy_ocid):
990
+ """
991
+ Sets the tenancy_ocid of this Setting.
992
+ OCI Tenant Id (ocid) in which the resource lives.
993
+
994
+ **SCIM++ Properties:**
995
+ - caseExact: false
996
+ - idcsSearchable: false
997
+ - multiValued: false
998
+ - mutability: readOnly
999
+ - required: false
1000
+ - returned: default
1001
+ - type: string
1002
+ - uniqueness: none
1003
+
1004
+
1005
+ :param tenancy_ocid: The tenancy_ocid of this Setting.
1006
+ :type: str
1007
+ """
1008
+ self._tenancy_ocid = tenancy_ocid
1009
+
1010
+ @property
1011
+ def external_id(self):
1012
+ """
1013
+ Gets the external_id of this Setting.
1014
+ An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
1015
+
1016
+ **SCIM++ Properties:**
1017
+ - caseExact: false
1018
+ - multiValued: false
1019
+ - mutability: readWrite
1020
+ - required: false
1021
+ - returned: default
1022
+ - type: string
1023
+ - uniqueness: none
1024
+
1025
+
1026
+ :return: The external_id of this Setting.
1027
+ :rtype: str
1028
+ """
1029
+ return self._external_id
1030
+
1031
+ @external_id.setter
1032
+ def external_id(self, external_id):
1033
+ """
1034
+ Sets the external_id of this Setting.
1035
+ An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
1036
+
1037
+ **SCIM++ Properties:**
1038
+ - caseExact: false
1039
+ - multiValued: false
1040
+ - mutability: readWrite
1041
+ - required: false
1042
+ - returned: default
1043
+ - type: string
1044
+ - uniqueness: none
1045
+
1046
+
1047
+ :param external_id: The external_id of this Setting.
1048
+ :type: str
1049
+ """
1050
+ self._external_id = external_id
1051
+
1052
+ @property
1053
+ def contact_emails(self):
1054
+ """
1055
+ Gets the contact_emails of this Setting.
1056
+ Contact emails used to notify tenants. Can be one or more user or group alias emails.
1057
+
1058
+ **SCIM++ Properties:**
1059
+ - caseExact: false
1060
+ - multiValued: true
1061
+ - mutability: readWrite
1062
+ - required: false
1063
+ - returned: default
1064
+ - type: string
1065
+ - uniqueness: none
1066
+
1067
+
1068
+ :return: The contact_emails of this Setting.
1069
+ :rtype: list[str]
1070
+ """
1071
+ return self._contact_emails
1072
+
1073
+ @contact_emails.setter
1074
+ def contact_emails(self, contact_emails):
1075
+ """
1076
+ Sets the contact_emails of this Setting.
1077
+ Contact emails used to notify tenants. Can be one or more user or group alias emails.
1078
+
1079
+ **SCIM++ Properties:**
1080
+ - caseExact: false
1081
+ - multiValued: true
1082
+ - mutability: readWrite
1083
+ - required: false
1084
+ - returned: default
1085
+ - type: string
1086
+ - uniqueness: none
1087
+
1088
+
1089
+ :param contact_emails: The contact_emails of this Setting.
1090
+ :type: list[str]
1091
+ """
1092
+ self._contact_emails = contact_emails
1093
+
1094
+ @property
1095
+ def custom_branding(self):
1096
+ """
1097
+ Gets the custom_branding of this Setting.
1098
+ Indicates if the branding is default or custom
1099
+
1100
+ **SCIM++ Properties:**
1101
+ - multiValued: false
1102
+ - mutability: readWrite
1103
+ - required: false
1104
+ - returned: default
1105
+ - type: boolean
1106
+
1107
+
1108
+ :return: The custom_branding of this Setting.
1109
+ :rtype: bool
1110
+ """
1111
+ return self._custom_branding
1112
+
1113
+ @custom_branding.setter
1114
+ def custom_branding(self, custom_branding):
1115
+ """
1116
+ Sets the custom_branding of this Setting.
1117
+ Indicates if the branding is default or custom
1118
+
1119
+ **SCIM++ Properties:**
1120
+ - multiValued: false
1121
+ - mutability: readWrite
1122
+ - required: false
1123
+ - returned: default
1124
+ - type: boolean
1125
+
1126
+
1127
+ :param custom_branding: The custom_branding of this Setting.
1128
+ :type: bool
1129
+ """
1130
+ self._custom_branding = custom_branding
1131
+
1132
+ @property
1133
+ def preferred_language(self):
1134
+ """
1135
+ Gets the preferred_language of this Setting.
1136
+ Preferred written or spoken language used for localized user interfaces
1137
+
1138
+ **SCIM++ Properties:**
1139
+ - caseExact: false
1140
+ - idcsCanonicalValueSourceFilter: attrName eq \"languages\" and attrValues.value eq \"$(preferredLanguage)\"
1141
+ - idcsCanonicalValueSourceResourceType: AllowedValue
1142
+ - multiValued: false
1143
+ - mutability: readWrite
1144
+ - required: false
1145
+ - returned: default
1146
+ - type: string
1147
+ - uniqueness: none
1148
+
1149
+
1150
+ :return: The preferred_language of this Setting.
1151
+ :rtype: str
1152
+ """
1153
+ return self._preferred_language
1154
+
1155
+ @preferred_language.setter
1156
+ def preferred_language(self, preferred_language):
1157
+ """
1158
+ Sets the preferred_language of this Setting.
1159
+ Preferred written or spoken language used for localized user interfaces
1160
+
1161
+ **SCIM++ Properties:**
1162
+ - caseExact: false
1163
+ - idcsCanonicalValueSourceFilter: attrName eq \"languages\" and attrValues.value eq \"$(preferredLanguage)\"
1164
+ - idcsCanonicalValueSourceResourceType: AllowedValue
1165
+ - multiValued: false
1166
+ - mutability: readWrite
1167
+ - required: false
1168
+ - returned: default
1169
+ - type: string
1170
+ - uniqueness: none
1171
+
1172
+
1173
+ :param preferred_language: The preferred_language of this Setting.
1174
+ :type: str
1175
+ """
1176
+ self._preferred_language = preferred_language
1177
+
1178
+ @property
1179
+ def timezone(self):
1180
+ """
1181
+ Gets the timezone of this Setting.
1182
+ User's timezone
1183
+
1184
+ **SCIM++ Properties:**
1185
+ - caseExact: false
1186
+ - idcsCanonicalValueSourceFilter: attrName eq \"timezones\" and attrValues.value eq \"$(timezone)\"
1187
+ - idcsCanonicalValueSourceResourceType: AllowedValue
1188
+ - multiValued: false
1189
+ - mutability: readWrite
1190
+ - required: false
1191
+ - returned: default
1192
+ - type: string
1193
+ - uniqueness: none
1194
+
1195
+
1196
+ :return: The timezone of this Setting.
1197
+ :rtype: str
1198
+ """
1199
+ return self._timezone
1200
+
1201
+ @timezone.setter
1202
+ def timezone(self, timezone):
1203
+ """
1204
+ Sets the timezone of this Setting.
1205
+ User's timezone
1206
+
1207
+ **SCIM++ Properties:**
1208
+ - caseExact: false
1209
+ - idcsCanonicalValueSourceFilter: attrName eq \"timezones\" and attrValues.value eq \"$(timezone)\"
1210
+ - idcsCanonicalValueSourceResourceType: AllowedValue
1211
+ - multiValued: false
1212
+ - mutability: readWrite
1213
+ - required: false
1214
+ - returned: default
1215
+ - type: string
1216
+ - uniqueness: none
1217
+
1218
+
1219
+ :param timezone: The timezone of this Setting.
1220
+ :type: str
1221
+ """
1222
+ self._timezone = timezone
1223
+
1224
+ @property
1225
+ def diagnostic_record_for_search_identifies_returned_resources(self):
1226
+ """
1227
+ Gets the diagnostic_record_for_search_identifies_returned_resources of this Setting.
1228
+ Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.
1229
+
1230
+ **Added In:** 2011192329
1231
+
1232
+ **SCIM++ Properties:**
1233
+ - caseExact: false
1234
+ - multiValued: false
1235
+ - mutability: readWrite
1236
+ - required: false
1237
+ - returned: default
1238
+ - type: boolean
1239
+ - uniqueness: none
1240
+
1241
+
1242
+ :return: The diagnostic_record_for_search_identifies_returned_resources of this Setting.
1243
+ :rtype: bool
1244
+ """
1245
+ return self._diagnostic_record_for_search_identifies_returned_resources
1246
+
1247
+ @diagnostic_record_for_search_identifies_returned_resources.setter
1248
+ def diagnostic_record_for_search_identifies_returned_resources(self, diagnostic_record_for_search_identifies_returned_resources):
1249
+ """
1250
+ Sets the diagnostic_record_for_search_identifies_returned_resources of this Setting.
1251
+ Controls whether DiagnosticRecords for external search-operations (against SCIM resource-types in the Admin service) identify returned resources. If true, indicates that for each successful external search-operation at least one DiagnosticRecord will include at least one identifier for each matching resource that is returned in that search-response. If false, no DiagnosticRecord should be expected to identify returned resources for a search-operation. The default value is false.
1252
+
1253
+ **Added In:** 2011192329
1254
+
1255
+ **SCIM++ Properties:**
1256
+ - caseExact: false
1257
+ - multiValued: false
1258
+ - mutability: readWrite
1259
+ - required: false
1260
+ - returned: default
1261
+ - type: boolean
1262
+ - uniqueness: none
1263
+
1264
+
1265
+ :param diagnostic_record_for_search_identifies_returned_resources: The diagnostic_record_for_search_identifies_returned_resources of this Setting.
1266
+ :type: bool
1267
+ """
1268
+ self._diagnostic_record_for_search_identifies_returned_resources = diagnostic_record_for_search_identifies_returned_resources
1269
+
1270
+ @property
1271
+ def re_auth_when_changing_my_authentication_factors(self):
1272
+ """
1273
+ Gets the re_auth_when_changing_my_authentication_factors of this Setting.
1274
+ Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.
1275
+
1276
+ **Added In:** 20.1.3
1277
+
1278
+ **SCIM++ Properties:**
1279
+ - caseExact: false
1280
+ - multiValued: false
1281
+ - mutability: readWrite
1282
+ - required: false
1283
+ - returned: default
1284
+ - type: boolean
1285
+ - uniqueness: none
1286
+
1287
+
1288
+ :return: The re_auth_when_changing_my_authentication_factors of this Setting.
1289
+ :rtype: bool
1290
+ """
1291
+ return self._re_auth_when_changing_my_authentication_factors
1292
+
1293
+ @re_auth_when_changing_my_authentication_factors.setter
1294
+ def re_auth_when_changing_my_authentication_factors(self, re_auth_when_changing_my_authentication_factors):
1295
+ """
1296
+ Sets the re_auth_when_changing_my_authentication_factors of this Setting.
1297
+ Specifies whether re-authentication is required or not when a user changes one of their security factors such as password or email. Default is true to ensure more secure behavior.
1298
+
1299
+ **Added In:** 20.1.3
1300
+
1301
+ **SCIM++ Properties:**
1302
+ - caseExact: false
1303
+ - multiValued: false
1304
+ - mutability: readWrite
1305
+ - required: false
1306
+ - returned: default
1307
+ - type: boolean
1308
+ - uniqueness: none
1309
+
1310
+
1311
+ :param re_auth_when_changing_my_authentication_factors: The re_auth_when_changing_my_authentication_factors of this Setting.
1312
+ :type: bool
1313
+ """
1314
+ self._re_auth_when_changing_my_authentication_factors = re_auth_when_changing_my_authentication_factors
1315
+
1316
+ @property
1317
+ def re_auth_factor(self):
1318
+ """
1319
+ Gets the re_auth_factor of this Setting.
1320
+ If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is \\\"password\\\".
1321
+
1322
+ **Added In:** 20.1.3
1323
+
1324
+ **SCIM++ Properties:**
1325
+ - multiValued: true
1326
+ - mutability: readWrite
1327
+ - required: false
1328
+ - returned: default
1329
+ - type: string
1330
+
1331
+ Allowed values for items in this list are: "password", 'UNKNOWN_ENUM_VALUE'.
1332
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1333
+
1334
+
1335
+ :return: The re_auth_factor of this Setting.
1336
+ :rtype: list[str]
1337
+ """
1338
+ return self._re_auth_factor
1339
+
1340
+ @re_auth_factor.setter
1341
+ def re_auth_factor(self, re_auth_factor):
1342
+ """
1343
+ Sets the re_auth_factor of this Setting.
1344
+ If reAuthWhenChangingMyAuthenticationFactors is true (default), this attribute specifies which re-authentication factor to use. Allowed value is \\\"password\\\".
1345
+
1346
+ **Added In:** 20.1.3
1347
+
1348
+ **SCIM++ Properties:**
1349
+ - multiValued: true
1350
+ - mutability: readWrite
1351
+ - required: false
1352
+ - returned: default
1353
+ - type: string
1354
+
1355
+
1356
+ :param re_auth_factor: The re_auth_factor of this Setting.
1357
+ :type: list[str]
1358
+ """
1359
+ allowed_values = ["password"]
1360
+ if re_auth_factor:
1361
+ re_auth_factor[:] = ['UNKNOWN_ENUM_VALUE' if not value_allowed_none_or_none_sentinel(x, allowed_values) else x for x in re_auth_factor]
1362
+ self._re_auth_factor = re_auth_factor
1363
+
1364
+ @property
1365
+ def locale(self):
1366
+ """
1367
+ Gets the locale of this Setting.
1368
+ Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
1369
+
1370
+ **SCIM++ Properties:**
1371
+ - caseExact: false
1372
+ - idcsCanonicalValueSourceFilter: attrName eq \"locales\" and attrValues.value eq \"$(locale)\"
1373
+ - idcsCanonicalValueSourceResourceType: AllowedValue
1374
+ - multiValued: false
1375
+ - mutability: readWrite
1376
+ - required: false
1377
+ - returned: default
1378
+ - type: string
1379
+ - uniqueness: none
1380
+
1381
+
1382
+ :return: The locale of this Setting.
1383
+ :rtype: str
1384
+ """
1385
+ return self._locale
1386
+
1387
+ @locale.setter
1388
+ def locale(self, locale):
1389
+ """
1390
+ Sets the locale of this Setting.
1391
+ Default location for purposes of localizing items such as currency, date and time format, numerical representations, and so on.
1392
+
1393
+ **SCIM++ Properties:**
1394
+ - caseExact: false
1395
+ - idcsCanonicalValueSourceFilter: attrName eq \"locales\" and attrValues.value eq \"$(locale)\"
1396
+ - idcsCanonicalValueSourceResourceType: AllowedValue
1397
+ - multiValued: false
1398
+ - mutability: readWrite
1399
+ - required: false
1400
+ - returned: default
1401
+ - type: string
1402
+ - uniqueness: none
1403
+
1404
+
1405
+ :param locale: The locale of this Setting.
1406
+ :type: str
1407
+ """
1408
+ self._locale = locale
1409
+
1410
+ @property
1411
+ def csr_access(self):
1412
+ """
1413
+ **[Required]** Gets the csr_access of this Setting.
1414
+ This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.
1415
+
1416
+ **SCIM++ Properties:**
1417
+ - multiValued: false
1418
+ - mutability: readWrite
1419
+ - required: true
1420
+ - returned: default
1421
+ - type: string
1422
+
1423
+ Allowed values for this property are: "readOnly", "readWrite", "none", 'UNKNOWN_ENUM_VALUE'.
1424
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1425
+
1426
+
1427
+ :return: The csr_access of this Setting.
1428
+ :rtype: str
1429
+ """
1430
+ return self._csr_access
1431
+
1432
+ @csr_access.setter
1433
+ def csr_access(self, csr_access):
1434
+ """
1435
+ Sets the csr_access of this Setting.
1436
+ This value indicates whether Customer Service Representatives can login and have readOnly or readWrite access. A value of 'none' means CSR cannot login to the services.
1437
+
1438
+ **SCIM++ Properties:**
1439
+ - multiValued: false
1440
+ - mutability: readWrite
1441
+ - required: true
1442
+ - returned: default
1443
+ - type: string
1444
+
1445
+
1446
+ :param csr_access: The csr_access of this Setting.
1447
+ :type: str
1448
+ """
1449
+ allowed_values = ["readOnly", "readWrite", "none"]
1450
+ if not value_allowed_none_or_none_sentinel(csr_access, allowed_values):
1451
+ csr_access = 'UNKNOWN_ENUM_VALUE'
1452
+ self._csr_access = csr_access
1453
+
1454
+ @property
1455
+ def signing_cert_public_access(self):
1456
+ """
1457
+ Gets the signing_cert_public_access of this Setting.
1458
+ Indicates if access on SigningCert is allowed to public or not
1459
+
1460
+ **Added In:** 17.3.4
1461
+
1462
+ **SCIM++ Properties:**
1463
+ - multiValued: false
1464
+ - mutability: readWrite
1465
+ - required: false
1466
+ - returned: default
1467
+ - type: boolean
1468
+
1469
+
1470
+ :return: The signing_cert_public_access of this Setting.
1471
+ :rtype: bool
1472
+ """
1473
+ return self._signing_cert_public_access
1474
+
1475
+ @signing_cert_public_access.setter
1476
+ def signing_cert_public_access(self, signing_cert_public_access):
1477
+ """
1478
+ Sets the signing_cert_public_access of this Setting.
1479
+ Indicates if access on SigningCert is allowed to public or not
1480
+
1481
+ **Added In:** 17.3.4
1482
+
1483
+ **SCIM++ Properties:**
1484
+ - multiValued: false
1485
+ - mutability: readWrite
1486
+ - required: false
1487
+ - returned: default
1488
+ - type: boolean
1489
+
1490
+
1491
+ :param signing_cert_public_access: The signing_cert_public_access of this Setting.
1492
+ :type: bool
1493
+ """
1494
+ self._signing_cert_public_access = signing_cert_public_access
1495
+
1496
+ @property
1497
+ def sub_mapping_attr(self):
1498
+ """
1499
+ Gets the sub_mapping_attr of this Setting.
1500
+ **Added In:** 20.1.3
1501
+
1502
+ **SCIM++ Properties:**
1503
+ - caseExact: false
1504
+ - multiValued: false
1505
+ - mutability: readWrite
1506
+ - required: false
1507
+ - returned: default
1508
+ - type: string
1509
+ - uniqueness: none
1510
+ Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
1511
+
1512
+
1513
+ :return: The sub_mapping_attr of this Setting.
1514
+ :rtype: str
1515
+ """
1516
+ return self._sub_mapping_attr
1517
+
1518
+ @sub_mapping_attr.setter
1519
+ def sub_mapping_attr(self, sub_mapping_attr):
1520
+ """
1521
+ Sets the sub_mapping_attr of this Setting.
1522
+ **Added In:** 20.1.3
1523
+
1524
+ **SCIM++ Properties:**
1525
+ - caseExact: false
1526
+ - multiValued: false
1527
+ - mutability: readWrite
1528
+ - required: false
1529
+ - returned: default
1530
+ - type: string
1531
+ - uniqueness: none
1532
+ Subject mapping user profile attribute. The input format should be SCIM compliant. This attribute should be of type String and multivalued to false.
1533
+
1534
+
1535
+ :param sub_mapping_attr: The sub_mapping_attr of this Setting.
1536
+ :type: str
1537
+ """
1538
+ self._sub_mapping_attr = sub_mapping_attr
1539
+
1540
+ @property
1541
+ def account_always_trust_scope(self):
1542
+ """
1543
+ Gets the account_always_trust_scope of this Setting.
1544
+ Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.
1545
+
1546
+ **Added In:** 18.1.6
1547
+
1548
+ **SCIM++ Properties:**
1549
+ - multiValued: false
1550
+ - mutability: readWrite
1551
+ - required: false
1552
+ - returned: default
1553
+ - type: boolean
1554
+
1555
+
1556
+ :return: The account_always_trust_scope of this Setting.
1557
+ :rtype: bool
1558
+ """
1559
+ return self._account_always_trust_scope
1560
+
1561
+ @account_always_trust_scope.setter
1562
+ def account_always_trust_scope(self, account_always_trust_scope):
1563
+ """
1564
+ Sets the account_always_trust_scope of this Setting.
1565
+ Indicates whether all the Apps in this customer tenancy should trust each other. A value of true overrides the 'defaultTrustScope' attribute here in Settings, as well as any App-specific 'trustScope' attribute, to force in effect 'trustScope=Account' for every App in this customer tenancy.
1566
+
1567
+ **Added In:** 18.1.6
1568
+
1569
+ **SCIM++ Properties:**
1570
+ - multiValued: false
1571
+ - mutability: readWrite
1572
+ - required: false
1573
+ - returned: default
1574
+ - type: boolean
1575
+
1576
+
1577
+ :param account_always_trust_scope: The account_always_trust_scope of this Setting.
1578
+ :type: bool
1579
+ """
1580
+ self._account_always_trust_scope = account_always_trust_scope
1581
+
1582
+ @property
1583
+ def default_trust_scope(self):
1584
+ """
1585
+ Gets the default_trust_scope of this Setting.
1586
+ **Deprecated Since: 18.3.6**
1587
+
1588
+ **SCIM++ Properties:**
1589
+ - multiValued: false
1590
+ - mutability: readWrite
1591
+ - required: false
1592
+ - returned: default
1593
+ - type: string
1594
+ Indicates the default trust scope for all apps
1595
+
1596
+ Allowed values for this property are: "Explicit", "Account", "Tags", 'UNKNOWN_ENUM_VALUE'.
1597
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1598
+
1599
+
1600
+ :return: The default_trust_scope of this Setting.
1601
+ :rtype: str
1602
+ """
1603
+ return self._default_trust_scope
1604
+
1605
+ @default_trust_scope.setter
1606
+ def default_trust_scope(self, default_trust_scope):
1607
+ """
1608
+ Sets the default_trust_scope of this Setting.
1609
+ **Deprecated Since: 18.3.6**
1610
+
1611
+ **SCIM++ Properties:**
1612
+ - multiValued: false
1613
+ - mutability: readWrite
1614
+ - required: false
1615
+ - returned: default
1616
+ - type: string
1617
+ Indicates the default trust scope for all apps
1618
+
1619
+
1620
+ :param default_trust_scope: The default_trust_scope of this Setting.
1621
+ :type: str
1622
+ """
1623
+ allowed_values = ["Explicit", "Account", "Tags"]
1624
+ if not value_allowed_none_or_none_sentinel(default_trust_scope, allowed_values):
1625
+ default_trust_scope = 'UNKNOWN_ENUM_VALUE'
1626
+ self._default_trust_scope = default_trust_scope
1627
+
1628
+ @property
1629
+ def issuer(self):
1630
+ """
1631
+ Gets the issuer of this Setting.
1632
+ Tenant issuer.
1633
+
1634
+ **Added In:** 20.1.3
1635
+
1636
+ **SCIM++ Properties:**
1637
+ - caseExact: false
1638
+ - multiValued: false
1639
+ - mutability: readWrite
1640
+ - required: false
1641
+ - returned: default
1642
+ - type: string
1643
+ - uniqueness: none
1644
+
1645
+
1646
+ :return: The issuer of this Setting.
1647
+ :rtype: str
1648
+ """
1649
+ return self._issuer
1650
+
1651
+ @issuer.setter
1652
+ def issuer(self, issuer):
1653
+ """
1654
+ Sets the issuer of this Setting.
1655
+ Tenant issuer.
1656
+
1657
+ **Added In:** 20.1.3
1658
+
1659
+ **SCIM++ Properties:**
1660
+ - caseExact: false
1661
+ - multiValued: false
1662
+ - mutability: readWrite
1663
+ - required: false
1664
+ - returned: default
1665
+ - type: string
1666
+ - uniqueness: none
1667
+
1668
+
1669
+ :param issuer: The issuer of this Setting.
1670
+ :type: str
1671
+ """
1672
+ self._issuer = issuer
1673
+
1674
+ @property
1675
+ def prev_issuer(self):
1676
+ """
1677
+ Gets the prev_issuer of this Setting.
1678
+ Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.
1679
+
1680
+ **Added In:** 20.1.3
1681
+
1682
+ **SCIM++ Properties:**
1683
+ - caseExact: false
1684
+ - multiValued: false
1685
+ - mutability: readWrite
1686
+ - required: false
1687
+ - returned: request
1688
+ - type: string
1689
+ - uniqueness: none
1690
+
1691
+
1692
+ :return: The prev_issuer of this Setting.
1693
+ :rtype: str
1694
+ """
1695
+ return self._prev_issuer
1696
+
1697
+ @prev_issuer.setter
1698
+ def prev_issuer(self, prev_issuer):
1699
+ """
1700
+ Sets the prev_issuer of this Setting.
1701
+ Previous Tenant issuer. This is an Oracle Identity Cloud Service internal attribute which is not meant to be directly modified by ID Admin. Even if the request body (Settings) contains this attribute, the actual value will be set according to the Oracle Identity Cloud Service internal logic rather than solely based on the value provided in the request payload.
1702
+
1703
+ **Added In:** 20.1.3
1704
+
1705
+ **SCIM++ Properties:**
1706
+ - caseExact: false
1707
+ - multiValued: false
1708
+ - mutability: readWrite
1709
+ - required: false
1710
+ - returned: request
1711
+ - type: string
1712
+ - uniqueness: none
1713
+
1714
+
1715
+ :param prev_issuer: The prev_issuer of this Setting.
1716
+ :type: str
1717
+ """
1718
+ self._prev_issuer = prev_issuer
1719
+
1720
+ @property
1721
+ def diagnostic_level(self):
1722
+ """
1723
+ Gets the diagnostic_level of this Setting.
1724
+ The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.
1725
+
1726
+ **SCIM++ Properties:**
1727
+ - caseExact: false
1728
+ - idcsSearchable: false
1729
+ - multiValued: false
1730
+ - mutability: readWrite
1731
+ - required: false
1732
+ - returned: default
1733
+ - type: integer
1734
+ - uniqueness: none
1735
+
1736
+
1737
+ :return: The diagnostic_level of this Setting.
1738
+ :rtype: int
1739
+ """
1740
+ return self._diagnostic_level
1741
+
1742
+ @diagnostic_level.setter
1743
+ def diagnostic_level(self, diagnostic_level):
1744
+ """
1745
+ Sets the diagnostic_level of this Setting.
1746
+ The level of diagnostic logging that is currently in effect. A level of 0 (zero) indicates that diagnostic logging is disabled. A level of 1 (one) indicates that diagnostic logging is enabled.
1747
+
1748
+ **SCIM++ Properties:**
1749
+ - caseExact: false
1750
+ - idcsSearchable: false
1751
+ - multiValued: false
1752
+ - mutability: readWrite
1753
+ - required: false
1754
+ - returned: default
1755
+ - type: integer
1756
+ - uniqueness: none
1757
+
1758
+
1759
+ :param diagnostic_level: The diagnostic_level of this Setting.
1760
+ :type: int
1761
+ """
1762
+ self._diagnostic_level = diagnostic_level
1763
+
1764
+ @property
1765
+ def diagnostic_tracing_upto(self):
1766
+ """
1767
+ Gets the diagnostic_tracing_upto of this Setting.
1768
+ The end time up to which diagnostic recording is switched on
1769
+
1770
+ **SCIM++ Properties:**
1771
+ - caseExact: false
1772
+ - idcsSearchable: false
1773
+ - multiValued: false
1774
+ - mutability: readOnly
1775
+ - required: false
1776
+ - returned: default
1777
+ - type: dateTime
1778
+ - uniqueness: none
1779
+
1780
+
1781
+ :return: The diagnostic_tracing_upto of this Setting.
1782
+ :rtype: str
1783
+ """
1784
+ return self._diagnostic_tracing_upto
1785
+
1786
+ @diagnostic_tracing_upto.setter
1787
+ def diagnostic_tracing_upto(self, diagnostic_tracing_upto):
1788
+ """
1789
+ Sets the diagnostic_tracing_upto of this Setting.
1790
+ The end time up to which diagnostic recording is switched on
1791
+
1792
+ **SCIM++ Properties:**
1793
+ - caseExact: false
1794
+ - idcsSearchable: false
1795
+ - multiValued: false
1796
+ - mutability: readOnly
1797
+ - required: false
1798
+ - returned: default
1799
+ - type: dateTime
1800
+ - uniqueness: none
1801
+
1802
+
1803
+ :param diagnostic_tracing_upto: The diagnostic_tracing_upto of this Setting.
1804
+ :type: str
1805
+ """
1806
+ self._diagnostic_tracing_upto = diagnostic_tracing_upto
1807
+
1808
+ @property
1809
+ def allowed_domains(self):
1810
+ """
1811
+ Gets the allowed_domains of this Setting.
1812
+ One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.
1813
+
1814
+ **SCIM++ Properties:**
1815
+ - caseExact: false
1816
+ - multiValued: true
1817
+ - mutability: readWrite
1818
+ - required: false
1819
+ - returned: default
1820
+ - type: string
1821
+ - uniqueness: none
1822
+
1823
+
1824
+ :return: The allowed_domains of this Setting.
1825
+ :rtype: list[str]
1826
+ """
1827
+ return self._allowed_domains
1828
+
1829
+ @allowed_domains.setter
1830
+ def allowed_domains(self, allowed_domains):
1831
+ """
1832
+ Sets the allowed_domains of this Setting.
1833
+ One or more email domains allowed in a user's email field. If unassigned, any domain is allowed.
1834
+
1835
+ **SCIM++ Properties:**
1836
+ - caseExact: false
1837
+ - multiValued: true
1838
+ - mutability: readWrite
1839
+ - required: false
1840
+ - returned: default
1841
+ - type: string
1842
+ - uniqueness: none
1843
+
1844
+
1845
+ :param allowed_domains: The allowed_domains of this Setting.
1846
+ :type: list[str]
1847
+ """
1848
+ self._allowed_domains = allowed_domains
1849
+
1850
+ @property
1851
+ def enable_terms_of_use(self):
1852
+ """
1853
+ Gets the enable_terms_of_use of this Setting.
1854
+ Indicates if Terms of Use is enabled in UI
1855
+
1856
+ **Added In:** 18.2.4
1857
+
1858
+ **SCIM++ Properties:**
1859
+ - caseExact: false
1860
+ - multiValued: false
1861
+ - mutability: readWrite
1862
+ - required: false
1863
+ - returned: default
1864
+ - type: boolean
1865
+ - uniqueness: none
1866
+
1867
+
1868
+ :return: The enable_terms_of_use of this Setting.
1869
+ :rtype: bool
1870
+ """
1871
+ return self._enable_terms_of_use
1872
+
1873
+ @enable_terms_of_use.setter
1874
+ def enable_terms_of_use(self, enable_terms_of_use):
1875
+ """
1876
+ Sets the enable_terms_of_use of this Setting.
1877
+ Indicates if Terms of Use is enabled in UI
1878
+
1879
+ **Added In:** 18.2.4
1880
+
1881
+ **SCIM++ Properties:**
1882
+ - caseExact: false
1883
+ - multiValued: false
1884
+ - mutability: readWrite
1885
+ - required: false
1886
+ - returned: default
1887
+ - type: boolean
1888
+ - uniqueness: none
1889
+
1890
+
1891
+ :param enable_terms_of_use: The enable_terms_of_use of this Setting.
1892
+ :type: bool
1893
+ """
1894
+ self._enable_terms_of_use = enable_terms_of_use
1895
+
1896
+ @property
1897
+ def terms_of_use_url(self):
1898
+ """
1899
+ Gets the terms_of_use_url of this Setting.
1900
+ Terms of Use URL
1901
+
1902
+ **Added In:** 18.2.4
1903
+
1904
+ **SCIM++ Properties:**
1905
+ - caseExact: false
1906
+ - multiValued: false
1907
+ - mutability: readWrite
1908
+ - required: false
1909
+ - returned: default
1910
+ - type: string
1911
+ - uniqueness: none
1912
+
1913
+
1914
+ :return: The terms_of_use_url of this Setting.
1915
+ :rtype: str
1916
+ """
1917
+ return self._terms_of_use_url
1918
+
1919
+ @terms_of_use_url.setter
1920
+ def terms_of_use_url(self, terms_of_use_url):
1921
+ """
1922
+ Sets the terms_of_use_url of this Setting.
1923
+ Terms of Use URL
1924
+
1925
+ **Added In:** 18.2.4
1926
+
1927
+ **SCIM++ Properties:**
1928
+ - caseExact: false
1929
+ - multiValued: false
1930
+ - mutability: readWrite
1931
+ - required: false
1932
+ - returned: default
1933
+ - type: string
1934
+ - uniqueness: none
1935
+
1936
+
1937
+ :param terms_of_use_url: The terms_of_use_url of this Setting.
1938
+ :type: str
1939
+ """
1940
+ self._terms_of_use_url = terms_of_use_url
1941
+
1942
+ @property
1943
+ def privacy_policy_url(self):
1944
+ """
1945
+ Gets the privacy_policy_url of this Setting.
1946
+ Privacy Policy URL
1947
+
1948
+ **Added In:** 18.2.4
1949
+
1950
+ **SCIM++ Properties:**
1951
+ - caseExact: false
1952
+ - multiValued: false
1953
+ - mutability: readWrite
1954
+ - required: false
1955
+ - returned: default
1956
+ - type: string
1957
+ - uniqueness: none
1958
+
1959
+
1960
+ :return: The privacy_policy_url of this Setting.
1961
+ :rtype: str
1962
+ """
1963
+ return self._privacy_policy_url
1964
+
1965
+ @privacy_policy_url.setter
1966
+ def privacy_policy_url(self, privacy_policy_url):
1967
+ """
1968
+ Sets the privacy_policy_url of this Setting.
1969
+ Privacy Policy URL
1970
+
1971
+ **Added In:** 18.2.4
1972
+
1973
+ **SCIM++ Properties:**
1974
+ - caseExact: false
1975
+ - multiValued: false
1976
+ - mutability: readWrite
1977
+ - required: false
1978
+ - returned: default
1979
+ - type: string
1980
+ - uniqueness: none
1981
+
1982
+
1983
+ :param privacy_policy_url: The privacy_policy_url of this Setting.
1984
+ :type: str
1985
+ """
1986
+ self._privacy_policy_url = privacy_policy_url
1987
+
1988
+ @property
1989
+ def migration_status(self):
1990
+ """
1991
+ Gets the migration_status of this Setting.
1992
+ Database Migration Status
1993
+
1994
+ **Added In:** 19.2.1
1995
+
1996
+ **SCIM++ Properties:**
1997
+ - caseExact: true
1998
+ - multiValued: false
1999
+ - mutability: readOnly
2000
+ - required: false
2001
+ - returned: default
2002
+ - type: string
2003
+ - uniqueness: none
2004
+
2005
+
2006
+ :return: The migration_status of this Setting.
2007
+ :rtype: str
2008
+ """
2009
+ return self._migration_status
2010
+
2011
+ @migration_status.setter
2012
+ def migration_status(self, migration_status):
2013
+ """
2014
+ Sets the migration_status of this Setting.
2015
+ Database Migration Status
2016
+
2017
+ **Added In:** 19.2.1
2018
+
2019
+ **SCIM++ Properties:**
2020
+ - caseExact: true
2021
+ - multiValued: false
2022
+ - mutability: readOnly
2023
+ - required: false
2024
+ - returned: default
2025
+ - type: string
2026
+ - uniqueness: none
2027
+
2028
+
2029
+ :param migration_status: The migration_status of this Setting.
2030
+ :type: str
2031
+ """
2032
+ self._migration_status = migration_status
2033
+
2034
+ @property
2035
+ def on_premises_provisioning(self):
2036
+ """
2037
+ Gets the on_premises_provisioning of this Setting.
2038
+ On-Premises provisioning feature toggle.
2039
+
2040
+ **Added In:** 19.2.1
2041
+
2042
+ **SCIM++ Properties:**
2043
+ - caseExact: false
2044
+ - multiValued: false
2045
+ - mutability: readOnly
2046
+ - required: false
2047
+ - returned: default
2048
+ - type: boolean
2049
+ - uniqueness: none
2050
+
2051
+
2052
+ :return: The on_premises_provisioning of this Setting.
2053
+ :rtype: bool
2054
+ """
2055
+ return self._on_premises_provisioning
2056
+
2057
+ @on_premises_provisioning.setter
2058
+ def on_premises_provisioning(self, on_premises_provisioning):
2059
+ """
2060
+ Sets the on_premises_provisioning of this Setting.
2061
+ On-Premises provisioning feature toggle.
2062
+
2063
+ **Added In:** 19.2.1
2064
+
2065
+ **SCIM++ Properties:**
2066
+ - caseExact: false
2067
+ - multiValued: false
2068
+ - mutability: readOnly
2069
+ - required: false
2070
+ - returned: default
2071
+ - type: boolean
2072
+ - uniqueness: none
2073
+
2074
+
2075
+ :param on_premises_provisioning: The on_premises_provisioning of this Setting.
2076
+ :type: bool
2077
+ """
2078
+ self._on_premises_provisioning = on_premises_provisioning
2079
+
2080
+ @property
2081
+ def allowed_forgot_password_flow_return_urls(self):
2082
+ """
2083
+ Gets the allowed_forgot_password_flow_return_urls of this Setting.
2084
+ If specified, indicates the set of Urls which can be returned to after successful forgot password flow
2085
+
2086
+ **Added In:** 19.3.3
2087
+
2088
+ **SCIM++ Properties:**
2089
+ - type: string
2090
+ - multiValued: true
2091
+ - required: false
2092
+ - mutability: readWrite
2093
+ - returned: default
2094
+ - uniqueness: none
2095
+ - caseExact: false
2096
+
2097
+
2098
+ :return: The allowed_forgot_password_flow_return_urls of this Setting.
2099
+ :rtype: list[str]
2100
+ """
2101
+ return self._allowed_forgot_password_flow_return_urls
2102
+
2103
+ @allowed_forgot_password_flow_return_urls.setter
2104
+ def allowed_forgot_password_flow_return_urls(self, allowed_forgot_password_flow_return_urls):
2105
+ """
2106
+ Sets the allowed_forgot_password_flow_return_urls of this Setting.
2107
+ If specified, indicates the set of Urls which can be returned to after successful forgot password flow
2108
+
2109
+ **Added In:** 19.3.3
2110
+
2111
+ **SCIM++ Properties:**
2112
+ - type: string
2113
+ - multiValued: true
2114
+ - required: false
2115
+ - mutability: readWrite
2116
+ - returned: default
2117
+ - uniqueness: none
2118
+ - caseExact: false
2119
+
2120
+
2121
+ :param allowed_forgot_password_flow_return_urls: The allowed_forgot_password_flow_return_urls of this Setting.
2122
+ :type: list[str]
2123
+ """
2124
+ self._allowed_forgot_password_flow_return_urls = allowed_forgot_password_flow_return_urls
2125
+
2126
+ @property
2127
+ def allowed_notification_redirect_urls(self):
2128
+ """
2129
+ Gets the allowed_notification_redirect_urls of this Setting.
2130
+ If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of \\\"notificationRedirectUrl\\\" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.
2131
+
2132
+ **Added In:** 2009041201
2133
+
2134
+ **SCIM++ Properties:**
2135
+ - type: string
2136
+ - multiValued: true
2137
+ - required: false
2138
+ - mutability: readWrite
2139
+ - returned: default
2140
+ - uniqueness: none
2141
+ - caseExact: false
2142
+
2143
+
2144
+ :return: The allowed_notification_redirect_urls of this Setting.
2145
+ :rtype: list[str]
2146
+ """
2147
+ return self._allowed_notification_redirect_urls
2148
+
2149
+ @allowed_notification_redirect_urls.setter
2150
+ def allowed_notification_redirect_urls(self, allowed_notification_redirect_urls):
2151
+ """
2152
+ Sets the allowed_notification_redirect_urls of this Setting.
2153
+ If specified, indicates the set of allowed notification redirect Urls which can be specified as the value of \\\"notificationRedirectUrl\\\" in the POST .../admin/v1/MePasswordResetRequestor request payload, which will then be included in the reset password email notification sent to a user as part of the forgot password / password reset flow.
2154
+
2155
+ **Added In:** 2009041201
2156
+
2157
+ **SCIM++ Properties:**
2158
+ - type: string
2159
+ - multiValued: true
2160
+ - required: false
2161
+ - mutability: readWrite
2162
+ - returned: default
2163
+ - uniqueness: none
2164
+ - caseExact: false
2165
+
2166
+
2167
+ :param allowed_notification_redirect_urls: The allowed_notification_redirect_urls of this Setting.
2168
+ :type: list[str]
2169
+ """
2170
+ self._allowed_notification_redirect_urls = allowed_notification_redirect_urls
2171
+
2172
+ @property
2173
+ def audit_event_retention_period(self):
2174
+ """
2175
+ Gets the audit_event_retention_period of this Setting.
2176
+ Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged
2177
+
2178
+ **Added In:** 19.2.1
2179
+
2180
+ **SCIM++ Properties:**
2181
+ - multiValued: false
2182
+ - mutability: readWrite
2183
+ - required: false
2184
+ - returned: default
2185
+ - type: integer
2186
+
2187
+
2188
+ :return: The audit_event_retention_period of this Setting.
2189
+ :rtype: int
2190
+ """
2191
+ return self._audit_event_retention_period
2192
+
2193
+ @audit_event_retention_period.setter
2194
+ def audit_event_retention_period(self, audit_event_retention_period):
2195
+ """
2196
+ Sets the audit_event_retention_period of this Setting.
2197
+ Audit Event retention period. If set, overrides default of 30 days after which Audit Events will be purged
2198
+
2199
+ **Added In:** 19.2.1
2200
+
2201
+ **SCIM++ Properties:**
2202
+ - multiValued: false
2203
+ - mutability: readWrite
2204
+ - required: false
2205
+ - returned: default
2206
+ - type: integer
2207
+
2208
+
2209
+ :param audit_event_retention_period: The audit_event_retention_period of this Setting.
2210
+ :type: int
2211
+ """
2212
+ self._audit_event_retention_period = audit_event_retention_period
2213
+
2214
+ @property
2215
+ def is_hosted_page(self):
2216
+ """
2217
+ Gets the is_hosted_page of this Setting.
2218
+ Indicates if 'hosted' option was selected
2219
+
2220
+ **Added In:** 20.1.3
2221
+
2222
+ **SCIM++ Properties:**
2223
+ - caseExact: false
2224
+ - multiValued: false
2225
+ - mutability: readWrite
2226
+ - required: false
2227
+ - returned: default
2228
+ - type: boolean
2229
+ - uniqueness: none
2230
+
2231
+
2232
+ :return: The is_hosted_page of this Setting.
2233
+ :rtype: bool
2234
+ """
2235
+ return self._is_hosted_page
2236
+
2237
+ @is_hosted_page.setter
2238
+ def is_hosted_page(self, is_hosted_page):
2239
+ """
2240
+ Sets the is_hosted_page of this Setting.
2241
+ Indicates if 'hosted' option was selected
2242
+
2243
+ **Added In:** 20.1.3
2244
+
2245
+ **SCIM++ Properties:**
2246
+ - caseExact: false
2247
+ - multiValued: false
2248
+ - mutability: readWrite
2249
+ - required: false
2250
+ - returned: default
2251
+ - type: boolean
2252
+ - uniqueness: none
2253
+
2254
+
2255
+ :param is_hosted_page: The is_hosted_page of this Setting.
2256
+ :type: bool
2257
+ """
2258
+ self._is_hosted_page = is_hosted_page
2259
+
2260
+ @property
2261
+ def custom_html_location(self):
2262
+ """
2263
+ Gets the custom_html_location of this Setting.
2264
+ Storage URL location where the sanitized custom html is located
2265
+
2266
+ **Added In:** 20.1.3
2267
+
2268
+ **SCIM++ Properties:**
2269
+ - caseExact: false
2270
+ - multiValued: false
2271
+ - mutability: readWrite
2272
+ - required: false
2273
+ - returned: default
2274
+ - type: string
2275
+ - uniqueness: none
2276
+
2277
+
2278
+ :return: The custom_html_location of this Setting.
2279
+ :rtype: str
2280
+ """
2281
+ return self._custom_html_location
2282
+
2283
+ @custom_html_location.setter
2284
+ def custom_html_location(self, custom_html_location):
2285
+ """
2286
+ Sets the custom_html_location of this Setting.
2287
+ Storage URL location where the sanitized custom html is located
2288
+
2289
+ **Added In:** 20.1.3
2290
+
2291
+ **SCIM++ Properties:**
2292
+ - caseExact: false
2293
+ - multiValued: false
2294
+ - mutability: readWrite
2295
+ - required: false
2296
+ - returned: default
2297
+ - type: string
2298
+ - uniqueness: none
2299
+
2300
+
2301
+ :param custom_html_location: The custom_html_location of this Setting.
2302
+ :type: str
2303
+ """
2304
+ self._custom_html_location = custom_html_location
2305
+
2306
+ @property
2307
+ def custom_css_location(self):
2308
+ """
2309
+ Gets the custom_css_location of this Setting.
2310
+ Storage URL location where the sanitized custom css is located
2311
+
2312
+ **Added In:** 20.1.3
2313
+
2314
+ **SCIM++ Properties:**
2315
+ - caseExact: false
2316
+ - multiValued: false
2317
+ - mutability: readWrite
2318
+ - required: false
2319
+ - returned: default
2320
+ - type: string
2321
+ - uniqueness: none
2322
+
2323
+
2324
+ :return: The custom_css_location of this Setting.
2325
+ :rtype: str
2326
+ """
2327
+ return self._custom_css_location
2328
+
2329
+ @custom_css_location.setter
2330
+ def custom_css_location(self, custom_css_location):
2331
+ """
2332
+ Sets the custom_css_location of this Setting.
2333
+ Storage URL location where the sanitized custom css is located
2334
+
2335
+ **Added In:** 20.1.3
2336
+
2337
+ **SCIM++ Properties:**
2338
+ - caseExact: false
2339
+ - multiValued: false
2340
+ - mutability: readWrite
2341
+ - required: false
2342
+ - returned: default
2343
+ - type: string
2344
+ - uniqueness: none
2345
+
2346
+
2347
+ :param custom_css_location: The custom_css_location of this Setting.
2348
+ :type: str
2349
+ """
2350
+ self._custom_css_location = custom_css_location
2351
+
2352
+ @property
2353
+ def custom_translation(self):
2354
+ """
2355
+ Gets the custom_translation of this Setting.
2356
+ Custom translations (JSON String)
2357
+
2358
+ **Added In:** 20.1.3
2359
+
2360
+ **SCIM++ Properties:**
2361
+ - caseExact: false
2362
+ - multiValued: false
2363
+ - mutability: readWrite
2364
+ - required: false
2365
+ - returned: default
2366
+ - type: string
2367
+ - uniqueness: none
2368
+
2369
+
2370
+ :return: The custom_translation of this Setting.
2371
+ :rtype: str
2372
+ """
2373
+ return self._custom_translation
2374
+
2375
+ @custom_translation.setter
2376
+ def custom_translation(self, custom_translation):
2377
+ """
2378
+ Sets the custom_translation of this Setting.
2379
+ Custom translations (JSON String)
2380
+
2381
+ **Added In:** 20.1.3
2382
+
2383
+ **SCIM++ Properties:**
2384
+ - caseExact: false
2385
+ - multiValued: false
2386
+ - mutability: readWrite
2387
+ - required: false
2388
+ - returned: default
2389
+ - type: string
2390
+ - uniqueness: none
2391
+
2392
+
2393
+ :param custom_translation: The custom_translation of this Setting.
2394
+ :type: str
2395
+ """
2396
+ self._custom_translation = custom_translation
2397
+
2398
+ @property
2399
+ def cloud_account_name(self):
2400
+ """
2401
+ Gets the cloud_account_name of this Setting.
2402
+ The attribute to store the cloud account name
2403
+
2404
+ **Deprecated Since: 2011192329**
2405
+
2406
+ **SCIM++ Properties:**
2407
+ - caseExact: false
2408
+ - multiValued: false
2409
+ - mutability: readOnly
2410
+ - required: false
2411
+ - returned: default
2412
+ - type: string
2413
+ - uniqueness: none
2414
+
2415
+
2416
+ :return: The cloud_account_name of this Setting.
2417
+ :rtype: str
2418
+ """
2419
+ return self._cloud_account_name
2420
+
2421
+ @cloud_account_name.setter
2422
+ def cloud_account_name(self, cloud_account_name):
2423
+ """
2424
+ Sets the cloud_account_name of this Setting.
2425
+ The attribute to store the cloud account name
2426
+
2427
+ **Deprecated Since: 2011192329**
2428
+
2429
+ **SCIM++ Properties:**
2430
+ - caseExact: false
2431
+ - multiValued: false
2432
+ - mutability: readOnly
2433
+ - required: false
2434
+ - returned: default
2435
+ - type: string
2436
+ - uniqueness: none
2437
+
2438
+
2439
+ :param cloud_account_name: The cloud_account_name of this Setting.
2440
+ :type: str
2441
+ """
2442
+ self._cloud_account_name = cloud_account_name
2443
+
2444
+ @property
2445
+ def cloud_migration_url_enabled(self):
2446
+ """
2447
+ Gets the cloud_migration_url_enabled of this Setting.
2448
+ CloudAccountMigration: Enable Custom SIM Migrator Url.
2449
+
2450
+ **Added In:** 2012271618
2451
+
2452
+ **SCIM++ Properties:**
2453
+ - caseExact: false
2454
+ - multiValued: false
2455
+ - mutability: readWrite
2456
+ - required: false
2457
+ - returned: default
2458
+ - type: boolean
2459
+ - uniqueness: none
2460
+
2461
+
2462
+ :return: The cloud_migration_url_enabled of this Setting.
2463
+ :rtype: bool
2464
+ """
2465
+ return self._cloud_migration_url_enabled
2466
+
2467
+ @cloud_migration_url_enabled.setter
2468
+ def cloud_migration_url_enabled(self, cloud_migration_url_enabled):
2469
+ """
2470
+ Sets the cloud_migration_url_enabled of this Setting.
2471
+ CloudAccountMigration: Enable Custom SIM Migrator Url.
2472
+
2473
+ **Added In:** 2012271618
2474
+
2475
+ **SCIM++ Properties:**
2476
+ - caseExact: false
2477
+ - multiValued: false
2478
+ - mutability: readWrite
2479
+ - required: false
2480
+ - returned: default
2481
+ - type: boolean
2482
+ - uniqueness: none
2483
+
2484
+
2485
+ :param cloud_migration_url_enabled: The cloud_migration_url_enabled of this Setting.
2486
+ :type: bool
2487
+ """
2488
+ self._cloud_migration_url_enabled = cloud_migration_url_enabled
2489
+
2490
+ @property
2491
+ def cloud_migration_custom_url(self):
2492
+ """
2493
+ Gets the cloud_migration_custom_url of this Setting.
2494
+ If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.
2495
+
2496
+ **Added In:** 2012271618
2497
+
2498
+ **SCIM++ Properties:**
2499
+ - type: string
2500
+ - multiValued: false
2501
+ - required: false
2502
+ - mutability: readWrite
2503
+ - returned: default
2504
+ - uniqueness: none
2505
+ - caseExact: false
2506
+
2507
+
2508
+ :return: The cloud_migration_custom_url of this Setting.
2509
+ :rtype: str
2510
+ """
2511
+ return self._cloud_migration_custom_url
2512
+
2513
+ @cloud_migration_custom_url.setter
2514
+ def cloud_migration_custom_url(self, cloud_migration_custom_url):
2515
+ """
2516
+ Sets the cloud_migration_custom_url of this Setting.
2517
+ If specified, indicates the custom SIM Migrator Url which can be used while SIM to Oracle Identity Cloud Service CloudAccount Migration.
2518
+
2519
+ **Added In:** 2012271618
2520
+
2521
+ **SCIM++ Properties:**
2522
+ - type: string
2523
+ - multiValued: false
2524
+ - required: false
2525
+ - mutability: readWrite
2526
+ - returned: default
2527
+ - uniqueness: none
2528
+ - caseExact: false
2529
+
2530
+
2531
+ :param cloud_migration_custom_url: The cloud_migration_custom_url of this Setting.
2532
+ :type: str
2533
+ """
2534
+ self._cloud_migration_custom_url = cloud_migration_custom_url
2535
+
2536
+ @property
2537
+ def service_admin_cannot_list_other_users(self):
2538
+ """
2539
+ Gets the service_admin_cannot_list_other_users of this Setting.
2540
+ By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.
2541
+
2542
+ **Added In:** 2108190438
2543
+
2544
+ **SCIM++ Properties:**
2545
+ - caseExact: false
2546
+ - multiValued: false
2547
+ - mutability: readWrite
2548
+ - required: false
2549
+ - returned: default
2550
+ - type: boolean
2551
+
2552
+
2553
+ :return: The service_admin_cannot_list_other_users of this Setting.
2554
+ :rtype: bool
2555
+ """
2556
+ return self._service_admin_cannot_list_other_users
2557
+
2558
+ @service_admin_cannot_list_other_users.setter
2559
+ def service_admin_cannot_list_other_users(self, service_admin_cannot_list_other_users):
2560
+ """
2561
+ Sets the service_admin_cannot_list_other_users of this Setting.
2562
+ By default, a service admin can list all users in stripe. If true, a service admin cannot list other users.
2563
+
2564
+ **Added In:** 2108190438
2565
+
2566
+ **SCIM++ Properties:**
2567
+ - caseExact: false
2568
+ - multiValued: false
2569
+ - mutability: readWrite
2570
+ - required: false
2571
+ - returned: default
2572
+ - type: boolean
2573
+
2574
+
2575
+ :param service_admin_cannot_list_other_users: The service_admin_cannot_list_other_users of this Setting.
2576
+ :type: bool
2577
+ """
2578
+ self._service_admin_cannot_list_other_users = service_admin_cannot_list_other_users
2579
+
2580
+ @property
2581
+ def max_no_of_app_role_members_to_return(self):
2582
+ """
2583
+ Gets the max_no_of_app_role_members_to_return of this Setting.
2584
+ Limit the maximum return of members for an AppRole
2585
+
2586
+ **Added In:** 2111112015
2587
+
2588
+ **SCIM++ Properties:**
2589
+ - idcsMinValue: 0
2590
+ - multiValued: false
2591
+ - mutability: readWrite
2592
+ - required: false
2593
+ - returned: default
2594
+ - type: integer
2595
+ - uniqueness: none
2596
+
2597
+
2598
+ :return: The max_no_of_app_role_members_to_return of this Setting.
2599
+ :rtype: int
2600
+ """
2601
+ return self._max_no_of_app_role_members_to_return
2602
+
2603
+ @max_no_of_app_role_members_to_return.setter
2604
+ def max_no_of_app_role_members_to_return(self, max_no_of_app_role_members_to_return):
2605
+ """
2606
+ Sets the max_no_of_app_role_members_to_return of this Setting.
2607
+ Limit the maximum return of members for an AppRole
2608
+
2609
+ **Added In:** 2111112015
2610
+
2611
+ **SCIM++ Properties:**
2612
+ - idcsMinValue: 0
2613
+ - multiValued: false
2614
+ - mutability: readWrite
2615
+ - required: false
2616
+ - returned: default
2617
+ - type: integer
2618
+ - uniqueness: none
2619
+
2620
+
2621
+ :param max_no_of_app_role_members_to_return: The max_no_of_app_role_members_to_return of this Setting.
2622
+ :type: int
2623
+ """
2624
+ self._max_no_of_app_role_members_to_return = max_no_of_app_role_members_to_return
2625
+
2626
+ @property
2627
+ def max_no_of_app_cmva_to_return(self):
2628
+ """
2629
+ Gets the max_no_of_app_cmva_to_return of this Setting.
2630
+ Limit the maximum return of CMVA for an App
2631
+
2632
+ **Added In:** 2111112015
2633
+
2634
+ **SCIM++ Properties:**
2635
+ - idcsMinValue: 0
2636
+ - multiValued: false
2637
+ - mutability: readWrite
2638
+ - required: false
2639
+ - returned: default
2640
+ - type: integer
2641
+ - uniqueness: none
2642
+
2643
+
2644
+ :return: The max_no_of_app_cmva_to_return of this Setting.
2645
+ :rtype: int
2646
+ """
2647
+ return self._max_no_of_app_cmva_to_return
2648
+
2649
+ @max_no_of_app_cmva_to_return.setter
2650
+ def max_no_of_app_cmva_to_return(self, max_no_of_app_cmva_to_return):
2651
+ """
2652
+ Sets the max_no_of_app_cmva_to_return of this Setting.
2653
+ Limit the maximum return of CMVA for an App
2654
+
2655
+ **Added In:** 2111112015
2656
+
2657
+ **SCIM++ Properties:**
2658
+ - idcsMinValue: 0
2659
+ - multiValued: false
2660
+ - mutability: readWrite
2661
+ - required: false
2662
+ - returned: default
2663
+ - type: integer
2664
+ - uniqueness: none
2665
+
2666
+
2667
+ :param max_no_of_app_cmva_to_return: The max_no_of_app_cmva_to_return of this Setting.
2668
+ :type: int
2669
+ """
2670
+ self._max_no_of_app_cmva_to_return = max_no_of_app_cmva_to_return
2671
+
2672
+ @property
2673
+ def iam_upst_session_expiry(self):
2674
+ """
2675
+ Gets the iam_upst_session_expiry of this Setting.
2676
+ Maximum duration for IAM User Principal Session Token expiry
2677
+
2678
+ **Added In:** 2307071836
2679
+
2680
+ **SCIM++ Properties:**
2681
+ - idcsSearchable: false
2682
+ - multiValued: false
2683
+ - mutability: readWrite
2684
+ - required: false
2685
+ - returned: default
2686
+ - type: integer
2687
+ - uniqueness: none
2688
+
2689
+
2690
+ :return: The iam_upst_session_expiry of this Setting.
2691
+ :rtype: int
2692
+ """
2693
+ return self._iam_upst_session_expiry
2694
+
2695
+ @iam_upst_session_expiry.setter
2696
+ def iam_upst_session_expiry(self, iam_upst_session_expiry):
2697
+ """
2698
+ Sets the iam_upst_session_expiry of this Setting.
2699
+ Maximum duration for IAM User Principal Session Token expiry
2700
+
2701
+ **Added In:** 2307071836
2702
+
2703
+ **SCIM++ Properties:**
2704
+ - idcsSearchable: false
2705
+ - multiValued: false
2706
+ - mutability: readWrite
2707
+ - required: false
2708
+ - returned: default
2709
+ - type: integer
2710
+ - uniqueness: none
2711
+
2712
+
2713
+ :param iam_upst_session_expiry: The iam_upst_session_expiry of this Setting.
2714
+ :type: int
2715
+ """
2716
+ self._iam_upst_session_expiry = iam_upst_session_expiry
2717
+
2718
+ @property
2719
+ def cloud_gate_cors_settings(self):
2720
+ """
2721
+ Gets the cloud_gate_cors_settings of this Setting.
2722
+
2723
+ :return: The cloud_gate_cors_settings of this Setting.
2724
+ :rtype: oci.identity_domains.models.SettingsCloudGateCorsSettings
2725
+ """
2726
+ return self._cloud_gate_cors_settings
2727
+
2728
+ @cloud_gate_cors_settings.setter
2729
+ def cloud_gate_cors_settings(self, cloud_gate_cors_settings):
2730
+ """
2731
+ Sets the cloud_gate_cors_settings of this Setting.
2732
+
2733
+ :param cloud_gate_cors_settings: The cloud_gate_cors_settings of this Setting.
2734
+ :type: oci.identity_domains.models.SettingsCloudGateCorsSettings
2735
+ """
2736
+ self._cloud_gate_cors_settings = cloud_gate_cors_settings
2737
+
2738
+ @property
2739
+ def certificate_validation(self):
2740
+ """
2741
+ Gets the certificate_validation of this Setting.
2742
+
2743
+ :return: The certificate_validation of this Setting.
2744
+ :rtype: oci.identity_domains.models.SettingsCertificateValidation
2745
+ """
2746
+ return self._certificate_validation
2747
+
2748
+ @certificate_validation.setter
2749
+ def certificate_validation(self, certificate_validation):
2750
+ """
2751
+ Sets the certificate_validation of this Setting.
2752
+
2753
+ :param certificate_validation: The certificate_validation of this Setting.
2754
+ :type: oci.identity_domains.models.SettingsCertificateValidation
2755
+ """
2756
+ self._certificate_validation = certificate_validation
2757
+
2758
+ @property
2759
+ def tenant_custom_claims(self):
2760
+ """
2761
+ Gets the tenant_custom_claims of this Setting.
2762
+ Custom claims associated with the specific tenant
2763
+
2764
+ **Added In:** 18.4.2
2765
+
2766
+ **SCIM++ Properties:**
2767
+ - idcsCompositeKey: [name]
2768
+ - multiValued: true
2769
+ - mutability: readWrite
2770
+ - required: false
2771
+ - returned: default
2772
+ - type: complex
2773
+ - uniqueness: none
2774
+
2775
+
2776
+ :return: The tenant_custom_claims of this Setting.
2777
+ :rtype: list[oci.identity_domains.models.SettingsTenantCustomClaims]
2778
+ """
2779
+ return self._tenant_custom_claims
2780
+
2781
+ @tenant_custom_claims.setter
2782
+ def tenant_custom_claims(self, tenant_custom_claims):
2783
+ """
2784
+ Sets the tenant_custom_claims of this Setting.
2785
+ Custom claims associated with the specific tenant
2786
+
2787
+ **Added In:** 18.4.2
2788
+
2789
+ **SCIM++ Properties:**
2790
+ - idcsCompositeKey: [name]
2791
+ - multiValued: true
2792
+ - mutability: readWrite
2793
+ - required: false
2794
+ - returned: default
2795
+ - type: complex
2796
+ - uniqueness: none
2797
+
2798
+
2799
+ :param tenant_custom_claims: The tenant_custom_claims of this Setting.
2800
+ :type: list[oci.identity_domains.models.SettingsTenantCustomClaims]
2801
+ """
2802
+ self._tenant_custom_claims = tenant_custom_claims
2803
+
2804
+ @property
2805
+ def purge_configs(self):
2806
+ """
2807
+ Gets the purge_configs of this Setting.
2808
+ Purge Configs for different Resource Types
2809
+
2810
+ **Deprecated Since: 19.1.6**
2811
+
2812
+ **SCIM++ Properties:**
2813
+ - idcsCompositeKey: [resourceName]
2814
+ - multiValued: true
2815
+ - mutability: readWrite
2816
+ - required: false
2817
+ - returned: default
2818
+ - type: complex
2819
+
2820
+
2821
+ :return: The purge_configs of this Setting.
2822
+ :rtype: list[oci.identity_domains.models.SettingsPurgeConfigs]
2823
+ """
2824
+ return self._purge_configs
2825
+
2826
+ @purge_configs.setter
2827
+ def purge_configs(self, purge_configs):
2828
+ """
2829
+ Sets the purge_configs of this Setting.
2830
+ Purge Configs for different Resource Types
2831
+
2832
+ **Deprecated Since: 19.1.6**
2833
+
2834
+ **SCIM++ Properties:**
2835
+ - idcsCompositeKey: [resourceName]
2836
+ - multiValued: true
2837
+ - mutability: readWrite
2838
+ - required: false
2839
+ - returned: default
2840
+ - type: complex
2841
+
2842
+
2843
+ :param purge_configs: The purge_configs of this Setting.
2844
+ :type: list[oci.identity_domains.models.SettingsPurgeConfigs]
2845
+ """
2846
+ self._purge_configs = purge_configs
2847
+
2848
+ @property
2849
+ def default_company_names(self):
2850
+ """
2851
+ Gets the default_company_names of this Setting.
2852
+ Default name of the Company in different locales
2853
+
2854
+ **Added In:** 18.2.2
2855
+
2856
+ **SCIM++ Properties:**
2857
+ - idcsCompositeKey: [locale]
2858
+ - multiValued: true
2859
+ - mutability: readOnly
2860
+ - required: false
2861
+ - returned: default
2862
+ - type: complex
2863
+
2864
+
2865
+ :return: The default_company_names of this Setting.
2866
+ :rtype: list[oci.identity_domains.models.SettingsDefaultCompanyNames]
2867
+ """
2868
+ return self._default_company_names
2869
+
2870
+ @default_company_names.setter
2871
+ def default_company_names(self, default_company_names):
2872
+ """
2873
+ Sets the default_company_names of this Setting.
2874
+ Default name of the Company in different locales
2875
+
2876
+ **Added In:** 18.2.2
2877
+
2878
+ **SCIM++ Properties:**
2879
+ - idcsCompositeKey: [locale]
2880
+ - multiValued: true
2881
+ - mutability: readOnly
2882
+ - required: false
2883
+ - returned: default
2884
+ - type: complex
2885
+
2886
+
2887
+ :param default_company_names: The default_company_names of this Setting.
2888
+ :type: list[oci.identity_domains.models.SettingsDefaultCompanyNames]
2889
+ """
2890
+ self._default_company_names = default_company_names
2891
+
2892
+ @property
2893
+ def default_login_texts(self):
2894
+ """
2895
+ Gets the default_login_texts of this Setting.
2896
+ Default Login text in different locales
2897
+
2898
+ **Added In:** 18.2.2
2899
+
2900
+ **SCIM++ Properties:**
2901
+ - idcsCompositeKey: [locale]
2902
+ - multiValued: true
2903
+ - mutability: readOnly
2904
+ - required: false
2905
+ - returned: default
2906
+ - type: complex
2907
+
2908
+
2909
+ :return: The default_login_texts of this Setting.
2910
+ :rtype: list[oci.identity_domains.models.SettingsDefaultLoginTexts]
2911
+ """
2912
+ return self._default_login_texts
2913
+
2914
+ @default_login_texts.setter
2915
+ def default_login_texts(self, default_login_texts):
2916
+ """
2917
+ Sets the default_login_texts of this Setting.
2918
+ Default Login text in different locales
2919
+
2920
+ **Added In:** 18.2.2
2921
+
2922
+ **SCIM++ Properties:**
2923
+ - idcsCompositeKey: [locale]
2924
+ - multiValued: true
2925
+ - mutability: readOnly
2926
+ - required: false
2927
+ - returned: default
2928
+ - type: complex
2929
+
2930
+
2931
+ :param default_login_texts: The default_login_texts of this Setting.
2932
+ :type: list[oci.identity_domains.models.SettingsDefaultLoginTexts]
2933
+ """
2934
+ self._default_login_texts = default_login_texts
2935
+
2936
+ @property
2937
+ def default_images(self):
2938
+ """
2939
+ Gets the default_images of this Setting.
2940
+ References to various images
2941
+
2942
+ **Added In:** 18.2.2
2943
+
2944
+ **SCIM++ Properties:**
2945
+ - idcsCompositeKey: [type]
2946
+ - multiValued: true
2947
+ - mutability: readOnly
2948
+ - required: false
2949
+ - returned: default
2950
+ - type: complex
2951
+
2952
+
2953
+ :return: The default_images of this Setting.
2954
+ :rtype: list[oci.identity_domains.models.SettingsDefaultImages]
2955
+ """
2956
+ return self._default_images
2957
+
2958
+ @default_images.setter
2959
+ def default_images(self, default_images):
2960
+ """
2961
+ Sets the default_images of this Setting.
2962
+ References to various images
2963
+
2964
+ **Added In:** 18.2.2
2965
+
2966
+ **SCIM++ Properties:**
2967
+ - idcsCompositeKey: [type]
2968
+ - multiValued: true
2969
+ - mutability: readOnly
2970
+ - required: false
2971
+ - returned: default
2972
+ - type: complex
2973
+
2974
+
2975
+ :param default_images: The default_images of this Setting.
2976
+ :type: list[oci.identity_domains.models.SettingsDefaultImages]
2977
+ """
2978
+ self._default_images = default_images
2979
+
2980
+ @property
2981
+ def company_names(self):
2982
+ """
2983
+ Gets the company_names of this Setting.
2984
+ Name of the company in different locales
2985
+
2986
+ **SCIM++ Properties:**
2987
+ - idcsCompositeKey: [locale]
2988
+ - multiValued: true
2989
+ - mutability: readWrite
2990
+ - required: false
2991
+ - returned: default
2992
+ - type: complex
2993
+
2994
+
2995
+ :return: The company_names of this Setting.
2996
+ :rtype: list[oci.identity_domains.models.SettingsCompanyNames]
2997
+ """
2998
+ return self._company_names
2999
+
3000
+ @company_names.setter
3001
+ def company_names(self, company_names):
3002
+ """
3003
+ Sets the company_names of this Setting.
3004
+ Name of the company in different locales
3005
+
3006
+ **SCIM++ Properties:**
3007
+ - idcsCompositeKey: [locale]
3008
+ - multiValued: true
3009
+ - mutability: readWrite
3010
+ - required: false
3011
+ - returned: default
3012
+ - type: complex
3013
+
3014
+
3015
+ :param company_names: The company_names of this Setting.
3016
+ :type: list[oci.identity_domains.models.SettingsCompanyNames]
3017
+ """
3018
+ self._company_names = company_names
3019
+
3020
+ @property
3021
+ def login_texts(self):
3022
+ """
3023
+ Gets the login_texts of this Setting.
3024
+ Login text in different locales
3025
+
3026
+ **SCIM++ Properties:**
3027
+ - idcsCompositeKey: [locale]
3028
+ - multiValued: true
3029
+ - mutability: readWrite
3030
+ - required: false
3031
+ - returned: default
3032
+ - type: complex
3033
+
3034
+
3035
+ :return: The login_texts of this Setting.
3036
+ :rtype: list[oci.identity_domains.models.SettingsLoginTexts]
3037
+ """
3038
+ return self._login_texts
3039
+
3040
+ @login_texts.setter
3041
+ def login_texts(self, login_texts):
3042
+ """
3043
+ Sets the login_texts of this Setting.
3044
+ Login text in different locales
3045
+
3046
+ **SCIM++ Properties:**
3047
+ - idcsCompositeKey: [locale]
3048
+ - multiValued: true
3049
+ - mutability: readWrite
3050
+ - required: false
3051
+ - returned: default
3052
+ - type: complex
3053
+
3054
+
3055
+ :param login_texts: The login_texts of this Setting.
3056
+ :type: list[oci.identity_domains.models.SettingsLoginTexts]
3057
+ """
3058
+ self._login_texts = login_texts
3059
+
3060
+ @property
3061
+ def images(self):
3062
+ """
3063
+ Gets the images of this Setting.
3064
+ References to various images
3065
+
3066
+ **SCIM++ Properties:**
3067
+ - idcsCompositeKey: [type]
3068
+ - multiValued: true
3069
+ - mutability: readWrite
3070
+ - required: false
3071
+ - returned: default
3072
+ - type: complex
3073
+
3074
+
3075
+ :return: The images of this Setting.
3076
+ :rtype: list[oci.identity_domains.models.SettingsImages]
3077
+ """
3078
+ return self._images
3079
+
3080
+ @images.setter
3081
+ def images(self, images):
3082
+ """
3083
+ Sets the images of this Setting.
3084
+ References to various images
3085
+
3086
+ **SCIM++ Properties:**
3087
+ - idcsCompositeKey: [type]
3088
+ - multiValued: true
3089
+ - mutability: readWrite
3090
+ - required: false
3091
+ - returned: default
3092
+ - type: complex
3093
+
3094
+
3095
+ :param images: The images of this Setting.
3096
+ :type: list[oci.identity_domains.models.SettingsImages]
3097
+ """
3098
+ self._images = images
3099
+
3100
+ def __repr__(self):
3101
+ return formatted_flat_dict(self)
3102
+
3103
+ def __eq__(self, other):
3104
+ if other is None:
3105
+ return False
3106
+
3107
+ return self.__dict__ == other.__dict__
3108
+
3109
+ def __ne__(self, other):
3110
+ return not self == other