oci 2.115.1__py3-none-any.whl → 2.117.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 (593) 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 +41 -41
  4. oci/adm/models/__init__.py +4 -0
  5. oci/adm/models/create_vulnerability_audit_details.py +27 -0
  6. oci/adm/models/usage_data_details.py +92 -0
  7. oci/adm/models/usage_data_via_object_storage_tuple_details.py +143 -0
  8. oci/adm/models/vulnerability.py +33 -2
  9. oci/adm/models/vulnerability_audit.py +86 -0
  10. oci/adm/models/work_request_summary.py +35 -2
  11. oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
  12. oci/ai_document/ai_service_document_client.py +22 -22
  13. oci/ai_language/ai_service_language_client.py +36 -36
  14. oci/ai_speech/ai_service_speech_client.py +9 -9
  15. oci/ai_speech/models/__init__.py +4 -0
  16. oci/ai_speech/models/create_transcription_job_details.py +4 -4
  17. oci/ai_speech/models/diarization.py +103 -0
  18. oci/ai_speech/models/transcription_job.py +6 -6
  19. oci/ai_speech/models/transcription_job_summary.py +6 -6
  20. oci/ai_speech/models/transcription_model_details.py +29 -2
  21. oci/ai_speech/models/transcription_settings.py +68 -0
  22. oci/ai_speech/models/update_transcription_job_details.py +4 -4
  23. oci/ai_vision/ai_service_vision_client.py +25 -25
  24. oci/analytics/analytics_client.py +23 -23
  25. oci/announcements_service/announcement_client.py +4 -4
  26. oci/announcements_service/announcement_subscription_client.py +9 -9
  27. oci/announcements_service/announcements_preferences_client.py +4 -4
  28. oci/apigateway/api_gateway_client.py +21 -21
  29. oci/apigateway/deployment_client.py +6 -6
  30. oci/apigateway/gateway_client.py +6 -6
  31. oci/apigateway/subscribers_client.py +6 -6
  32. oci/apigateway/usage_plans_client.py +6 -6
  33. oci/apigateway/work_requests_client.py +5 -5
  34. oci/apm_config/config_client.py +8 -8
  35. oci/apm_control_plane/apm_domain_client.py +14 -14
  36. oci/apm_synthetics/apm_synthetic_client.py +18 -18
  37. oci/apm_traces/query_client.py +2 -2
  38. oci/apm_traces/trace_client.py +4 -4
  39. oci/application_migration/application_migration_client.py +19 -19
  40. oci/appmgmt_control/appmgmt_control_client.py +8 -8
  41. oci/artifacts/artifacts_client.py +32 -32
  42. oci/audit/audit_client.py +3 -3
  43. oci/autoscaling/auto_scaling_client.py +11 -11
  44. oci/bastion/bastion_client.py +15 -15
  45. oci/bds/bds_client.py +521 -47
  46. oci/bds/bds_client_composite_operations.py +123 -0
  47. oci/bds/models/__init__.py +14 -0
  48. oci/bds/models/certificate_service_info_details.py +72 -0
  49. oci/bds/models/certificate_service_info_summary.py +206 -0
  50. oci/bds/models/disable_certificate_details.py +103 -0
  51. oci/bds/models/enable_certificate_details.py +196 -0
  52. oci/bds/models/host_cert_details.py +134 -0
  53. oci/bds/models/host_specific_certificate_details.py +150 -0
  54. oci/bds/models/renew_certificate_details.py +196 -0
  55. oci/bds/models/work_request.py +7 -3
  56. oci/blockchain/blockchain_platform_client.py +27 -27
  57. oci/budget/budget_client.py +10 -10
  58. oci/certificates/certificates_client.py +5 -5
  59. oci/certificates_management/certificates_management_client.py +32 -32
  60. oci/cims/incident_client.py +8 -8
  61. oci/cims/user_client.py +1 -1
  62. oci/cloud_bridge/common_client.py +5 -5
  63. oci/cloud_bridge/discovery_client.py +14 -14
  64. oci/cloud_bridge/inventory_client.py +16 -16
  65. oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
  66. oci/cloud_guard/cloud_guard_client.py +133 -133
  67. oci/cloud_migrations/migration_client.py +43 -43
  68. oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +14 -15
  69. oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
  70. oci/compute_instance_agent/plugin_client.py +2 -2
  71. oci/compute_instance_agent/pluginconfig_client.py +1 -1
  72. oci/container_engine/container_engine_client.py +44 -44
  73. oci/container_instances/container_instance_client.py +18 -18
  74. oci/core/blockstorage_client.py +60 -60
  75. oci/core/compute_client.py +1480 -210
  76. oci/core/compute_client_composite_operations.py +195 -0
  77. oci/core/compute_management_client.py +32 -32
  78. oci/core/models/__init__.py +42 -0
  79. oci/core/models/capacity_source.py +101 -0
  80. oci/core/models/change_compute_capacity_topology_compartment_details.py +78 -0
  81. oci/core/models/compute_bare_metal_host.py +458 -0
  82. oci/core/models/compute_bare_metal_host_collection.py +72 -0
  83. oci/core/models/compute_bare_metal_host_summary.py +422 -0
  84. oci/core/models/compute_capacity_topology.py +425 -0
  85. oci/core/models/compute_capacity_topology_collection.py +72 -0
  86. oci/core/models/compute_capacity_topology_summary.py +370 -0
  87. oci/core/models/compute_hpc_island.py +267 -0
  88. oci/core/models/compute_hpc_island_collection.py +72 -0
  89. oci/core/models/compute_hpc_island_summary.py +251 -0
  90. oci/core/models/compute_network_block.py +302 -0
  91. oci/core/models/compute_network_block_collection.py +72 -0
  92. oci/core/models/compute_network_block_summary.py +286 -0
  93. oci/core/models/create_capacity_source_details.py +89 -0
  94. oci/core/models/create_compute_capacity_topology_details.py +253 -0
  95. oci/core/models/create_dedicated_capacity_source_details.py +85 -0
  96. oci/core/models/dedicated_capacity_source.py +86 -0
  97. oci/core/models/update_capacity_source_details.py +89 -0
  98. oci/core/models/update_compute_capacity_topology_details.py +183 -0
  99. oci/core/models/update_dedicated_capacity_source_details.py +50 -0
  100. oci/core/virtual_network_client.py +242 -242
  101. oci/dashboard_service/dashboard_client.py +6 -6
  102. oci/dashboard_service/dashboard_group_client.py +6 -6
  103. oci/data_catalog/data_catalog_client.py +141 -141
  104. oci/data_flow/data_flow_client.py +42 -42
  105. oci/data_integration/data_integration_client.py +163 -163
  106. oci/data_labeling_service/data_labeling_management_client.py +17 -17
  107. oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
  108. oci/data_safe/data_safe_client.py +252 -252
  109. oci/data_science/data_science_client.py +91 -91
  110. oci/data_science/models/fast_launch_job_config_summary.py +7 -3
  111. oci/data_science/models/job_shape_summary.py +7 -3
  112. oci/data_science/models/model_deployment_shape_summary.py +7 -3
  113. oci/data_science/models/notebook_session_shape_summary.py +7 -3
  114. oci/database/database_client.py +2092 -1268
  115. oci/database/database_client_composite_operations.py +222 -0
  116. oci/database/models/__init__.py +14 -0
  117. oci/database/models/autonomous_container_database.py +33 -2
  118. oci/database/models/autonomous_container_database_backup_config.py +2 -0
  119. oci/database/models/autonomous_container_database_summary.py +33 -2
  120. oci/database/models/autonomous_vm_cluster.py +95 -2
  121. oci/database/models/autonomous_vm_cluster_summary.py +95 -2
  122. oci/database/models/cloud_autonomous_vm_cluster.py +95 -2
  123. oci/database/models/cloud_autonomous_vm_cluster_summary.py +95 -2
  124. oci/database/models/console_history.py +368 -0
  125. oci/database/models/console_history_collection.py +72 -0
  126. oci/database/models/console_history_summary.py +368 -0
  127. oci/database/models/create_cloud_vm_cluster_details.py +33 -2
  128. oci/database/models/create_console_history_details.py +151 -0
  129. oci/database/models/create_vm_cluster_details.py +33 -2
  130. oci/database/models/db_system_upgrade_history_entry.py +64 -2
  131. oci/database/models/db_system_upgrade_history_entry_summary.py +64 -2
  132. oci/database/models/peer_autonomous_container_database_backup_config.py +2 -0
  133. oci/database/models/system_version_collection.py +72 -0
  134. oci/database/models/system_version_summary.py +134 -0
  135. oci/database/models/update_autonomous_vm_cluster_details.py +95 -2
  136. oci/database/models/update_cloud_autonomous_vm_cluster_details.py +93 -0
  137. oci/database/models/update_console_history_details.py +150 -0
  138. oci/database/models/upgrade_db_system_details.py +31 -0
  139. oci/database_management/db_management_client.py +182 -182
  140. oci/database_management/diagnosability_client.py +4 -4
  141. oci/database_management/managed_my_sql_databases_client.py +6 -6
  142. oci/database_management/perfhub_client.py +1 -1
  143. oci/database_management/sql_tuning_client.py +17 -17
  144. oci/database_migration/database_migration_client.py +41 -41
  145. oci/database_tools/database_tools_client.py +23 -23
  146. oci/devops/devops_client.py +89 -89
  147. oci/disaster_recovery/disaster_recovery_client.py +29 -29
  148. oci/dns/dns_client.py +52 -52
  149. oci/dts/appliance_export_job_client.py +6 -6
  150. oci/dts/shipping_vendors_client.py +1 -1
  151. oci/dts/transfer_appliance_client.py +8 -8
  152. oci/dts/transfer_appliance_entitlement_client.py +3 -3
  153. oci/dts/transfer_device_client.py +5 -5
  154. oci/dts/transfer_job_client.py +6 -6
  155. oci/dts/transfer_package_client.py +7 -7
  156. oci/em_warehouse/em_data_lake_client.py +13 -13
  157. oci/em_warehouse/em_warehouse_client.py +13 -13
  158. oci/email/email_client.py +25 -25
  159. oci/events/events_client.py +6 -6
  160. oci/file_storage/file_storage_client.py +50 -50
  161. oci/fleet_software_update/fleet_software_update_client.py +44 -44
  162. oci/functions/functions_invoke_client.py +1 -1
  163. oci/functions/functions_management_client.py +16 -16
  164. oci/fusion_apps/data_masking_activity_client.py +3 -3
  165. oci/fusion_apps/fusion_applications_client.py +39 -39
  166. oci/fusion_apps/fusion_environment_client.py +15 -15
  167. oci/fusion_apps/fusion_environment_family_client.py +8 -8
  168. oci/fusion_apps/refresh_activity_client.py +4 -4
  169. oci/fusion_apps/scheduled_activity_client.py +2 -2
  170. oci/fusion_apps/service_attachment_client.py +2 -2
  171. oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
  172. oci/golden_gate/golden_gate_client.py +536 -57
  173. oci/golden_gate/golden_gate_client_composite_operations.py +90 -0
  174. oci/golden_gate/models/__init__.py +8 -0
  175. oci/golden_gate/models/certificate.py +713 -0
  176. oci/golden_gate/models/certificate_collection.py +72 -0
  177. oci/golden_gate/models/certificate_summary.py +269 -0
  178. oci/golden_gate/models/create_certificate_details.py +105 -0
  179. oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +2 -2
  180. oci/golden_gate/models/create_mysql_connection_details.py +10 -12
  181. oci/golden_gate/models/create_postgresql_connection_details.py +8 -6
  182. oci/golden_gate/models/microsoft_sqlserver_connection.py +2 -2
  183. oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +2 -2
  184. oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +2 -2
  185. oci/golden_gate/models/update_mysql_connection_details.py +10 -12
  186. oci/golden_gate/models/update_postgresql_connection_details.py +8 -6
  187. oci/golden_gate/models/work_request.py +11 -3
  188. oci/governance_rules_control_plane/governance_rule_client.py +15 -15
  189. oci/governance_rules_control_plane/work_request_client.py +5 -5
  190. oci/healthchecks/health_checks_client.py +17 -17
  191. oci/identity/identity_client.py +145 -145
  192. oci/identity_data_plane/dataplane_client.py +2 -2
  193. oci/identity_domains/identity_domains_client.py +20355 -6173
  194. oci/identity_domains/models/__init__.py +216 -0
  195. oci/identity_domains/models/app_extension_radius_app_app.py +55 -0
  196. oci/identity_domains/models/approval_workflow.py +832 -0
  197. oci/identity_domains/models/approval_workflow_approval_workflow_steps.py +294 -0
  198. oci/identity_domains/models/approval_workflow_assignment.py +771 -0
  199. oci/identity_domains/models/approval_workflow_assignment_approval_workflow.py +318 -0
  200. oci/identity_domains/models/approval_workflow_assignment_assigned_to.py +318 -0
  201. oci/identity_domains/models/approval_workflow_assignments.py +196 -0
  202. oci/identity_domains/models/approval_workflow_max_duration.py +185 -0
  203. oci/identity_domains/models/approval_workflow_step.py +929 -0
  204. oci/identity_domains/models/approval_workflow_step_approvers.py +294 -0
  205. oci/identity_domains/models/approval_workflow_steps.py +196 -0
  206. oci/identity_domains/models/approval_workflows.py +196 -0
  207. oci/identity_domains/models/authentication_factors_remover.py +51 -2
  208. oci/identity_domains/models/branding_setting.py +1556 -0
  209. oci/identity_domains/models/branding_settings.py +196 -0
  210. oci/identity_domains/models/branding_settings_company_names.py +131 -0
  211. oci/identity_domains/models/branding_settings_default_company_names.py +143 -0
  212. oci/identity_domains/models/branding_settings_default_images.py +188 -0
  213. oci/identity_domains/models/branding_settings_default_login_texts.py +143 -0
  214. oci/identity_domains/models/branding_settings_images.py +176 -0
  215. oci/identity_domains/models/branding_settings_login_texts.py +131 -0
  216. oci/identity_domains/models/cloud_gate.py +1239 -0
  217. oci/identity_domains/models/cloud_gate_ext_mappings.py +610 -0
  218. oci/identity_domains/models/cloud_gate_ext_servers.py +296 -0
  219. oci/identity_domains/models/cloud_gate_ext_upstream_server_groups.py +316 -0
  220. oci/identity_domains/models/cloud_gate_ext_upstream_servers.py +426 -0
  221. oci/identity_domains/models/cloud_gate_mapping.py +1068 -0
  222. oci/identity_domains/models/cloud_gate_mapping_cloud_gate.py +153 -0
  223. oci/identity_domains/models/cloud_gate_mapping_gateway_app.py +204 -0
  224. oci/identity_domains/models/cloud_gate_mapping_search_request.py +364 -0
  225. oci/identity_domains/models/cloud_gate_mapping_server.py +153 -0
  226. oci/identity_domains/models/cloud_gate_mapping_upstream_server_group.py +217 -0
  227. oci/identity_domains/models/cloud_gate_mappings.py +196 -0
  228. oci/identity_domains/models/cloud_gate_oauth_client.py +208 -0
  229. oci/identity_domains/models/cloud_gate_search_request.py +364 -0
  230. oci/identity_domains/models/cloud_gate_server.py +1042 -0
  231. oci/identity_domains/models/cloud_gate_server_cloud_gate.py +153 -0
  232. oci/identity_domains/models/cloud_gate_server_search_request.py +364 -0
  233. oci/identity_domains/models/cloud_gate_servers.py +196 -0
  234. oci/identity_domains/models/cloud_gates.py +196 -0
  235. oci/identity_domains/models/condition.py +1063 -0
  236. oci/identity_domains/models/condition_search_request.py +364 -0
  237. oci/identity_domains/models/conditions.py +196 -0
  238. oci/identity_domains/models/defined_tags.py +2 -0
  239. oci/identity_domains/models/extension_social_identity_provider.py +55 -0
  240. oci/identity_domains/models/freeform_tags.py +2 -0
  241. oci/identity_domains/models/identity_provider_relay_idp_param_mappings.py +159 -0
  242. oci/identity_domains/models/me_password_changer.py +2 -2
  243. oci/identity_domains/models/my_authentication_factors_remover.py +51 -2
  244. oci/identity_domains/models/my_completed_approval.py +1146 -0
  245. oci/identity_domains/models/my_completed_approvals.py +196 -0
  246. oci/identity_domains/models/my_pending_approval.py +1146 -0
  247. oci/identity_domains/models/my_pending_approvals.py +196 -0
  248. oci/identity_domains/models/my_request.py +217 -2
  249. oci/identity_domains/models/my_request_approval_details.py +398 -0
  250. oci/identity_domains/models/my_request_requesting.py +53 -0
  251. oci/identity_domains/models/network_perimeter.py +852 -0
  252. oci/identity_domains/models/network_perimeter_ip_addresses.py +228 -0
  253. oci/identity_domains/models/network_perimeter_search_request.py +364 -0
  254. oci/identity_domains/models/network_perimeters.py +196 -0
  255. oci/identity_domains/models/notification_setting.py +1038 -0
  256. oci/identity_domains/models/notification_settings.py +196 -0
  257. oci/identity_domains/models/notification_settings_event_settings.py +143 -0
  258. oci/identity_domains/models/notification_settings_from_email_address.py +278 -0
  259. oci/identity_domains/models/notification_settings_search_request.py +171 -0
  260. oci/identity_domains/models/o_auth_client_certificate.py +1187 -0
  261. oci/identity_domains/models/o_auth_client_certificate_search_request.py +364 -0
  262. oci/identity_domains/models/o_auth_client_certificates.py +196 -0
  263. oci/identity_domains/models/o_auth_partner_certificate.py +1187 -0
  264. oci/identity_domains/models/o_auth_partner_certificate_search_request.py +364 -0
  265. oci/identity_domains/models/o_auth_partner_certificates.py +196 -0
  266. oci/identity_domains/models/policies.py +196 -0
  267. oci/identity_domains/models/policy.py +979 -0
  268. oci/identity_domains/models/policy_policy_type.py +150 -0
  269. oci/identity_domains/models/policy_rules.py +247 -0
  270. oci/identity_domains/models/policy_search_request.py +364 -0
  271. oci/identity_domains/models/rule.py +1110 -0
  272. oci/identity_domains/models/rule_condition_group.py +270 -0
  273. oci/identity_domains/models/rule_policy_type.py +150 -0
  274. oci/identity_domains/models/rule_return.py +188 -0
  275. oci/identity_domains/models/rule_search_request.py +364 -0
  276. oci/identity_domains/models/rules.py +196 -0
  277. oci/identity_domains/models/schema.py +537 -0
  278. oci/identity_domains/models/schema_attributes.py +4165 -0
  279. oci/identity_domains/models/schema_idcs_complex_attribute_name_mappings.py +188 -0
  280. oci/identity_domains/models/schema_idcs_csv_attribute_name_mappings.py +433 -0
  281. oci/identity_domains/models/schema_localized_canonical_values.py +188 -0
  282. oci/identity_domains/models/schema_localized_display_name.py +147 -0
  283. oci/identity_domains/models/schema_referenced_resource_type_unique_attribute_name_mappings.py +139 -0
  284. oci/identity_domains/models/schema_resolve_value_using_resource_type.py +139 -0
  285. oci/identity_domains/models/schema_search_request.py +329 -0
  286. oci/identity_domains/models/schema_sub_attributes.py +3209 -0
  287. oci/identity_domains/models/schemas.py +196 -0
  288. oci/identity_domains/models/self_registration_profile.py +1636 -0
  289. oci/identity_domains/models/self_registration_profile_after_submit_text.py +194 -0
  290. oci/identity_domains/models/self_registration_profile_consent_text.py +194 -0
  291. oci/identity_domains/models/self_registration_profile_default_groups.py +190 -0
  292. oci/identity_domains/models/self_registration_profile_display_name.py +194 -0
  293. oci/identity_domains/models/self_registration_profile_email_template.py +202 -0
  294. oci/identity_domains/models/self_registration_profile_footer_text.py +194 -0
  295. oci/identity_domains/models/self_registration_profile_header_text.py +194 -0
  296. oci/identity_domains/models/self_registration_profile_search_request.py +364 -0
  297. oci/identity_domains/models/self_registration_profile_user_attributes.py +286 -0
  298. oci/identity_domains/models/self_registration_profiles.py +196 -0
  299. oci/identity_domains/models/setting.py +3110 -0
  300. oci/identity_domains/models/settings.py +196 -0
  301. oci/identity_domains/models/settings_certificate_validation.py +566 -0
  302. oci/identity_domains/models/settings_cloud_gate_cors_settings.py +318 -0
  303. oci/identity_domains/models/settings_company_names.py +135 -0
  304. oci/identity_domains/models/settings_default_company_names.py +143 -0
  305. oci/identity_domains/models/settings_default_images.py +188 -0
  306. oci/identity_domains/models/settings_default_login_texts.py +145 -0
  307. oci/identity_domains/models/settings_images.py +176 -0
  308. oci/identity_domains/models/settings_login_texts.py +137 -0
  309. oci/identity_domains/models/settings_purge_configs.py +139 -0
  310. oci/identity_domains/models/settings_search_request.py +171 -0
  311. oci/identity_domains/models/settings_tenant_custom_claims.py +438 -0
  312. oci/identity_domains/models/user_ext_risk_scores.py +4 -0
  313. oci/integration/integration_instance_client.py +15 -15
  314. oci/jms/java_management_service_client.py +66 -66
  315. oci/jms_java_downloads/java_download_client.py +25 -25
  316. oci/key_management/ekm_client.py +5 -5
  317. oci/key_management/kms_crypto_client.py +6 -6
  318. oci/key_management/kms_management_client.py +21 -21
  319. oci/key_management/kms_vault_client.py +14 -14
  320. oci/license_manager/license_manager_client.py +18 -18
  321. oci/limits/limits_client.py +4 -4
  322. oci/limits/quotas_client.py +7 -7
  323. oci/load_balancer/load_balancer_client.py +61 -61
  324. oci/lockbox/lockbox_client.py +23 -23
  325. oci/log_analytics/log_analytics_client.py +388 -192
  326. oci/log_analytics/models/export_details.py +15 -17
  327. oci/logging/logging_management_client.py +30 -30
  328. oci/loggingingestion/logging_client.py +1 -1
  329. oci/loggingsearch/log_search_client.py +1 -1
  330. oci/management_agent/management_agent_client.py +23 -23
  331. oci/management_dashboard/dashx_apis_client.py +14 -14
  332. oci/marketplace/account_client.py +2 -2
  333. oci/marketplace/marketplace_client.py +30 -30
  334. oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
  335. oci/media_services/media_services_client.py +48 -48
  336. oci/media_services/media_stream_client.py +2 -2
  337. oci/monitoring/monitoring_client.py +13 -13
  338. oci/mysql/channels_client.py +7 -7
  339. oci/mysql/db_backups_client.py +6 -6
  340. oci/mysql/db_system_client.py +17 -17
  341. oci/mysql/mysqlaas_client.py +7 -7
  342. oci/mysql/replicas_client.py +5 -5
  343. oci/mysql/work_requests_client.py +4 -4
  344. oci/network_firewall/network_firewall_client.py +80 -80
  345. oci/network_load_balancer/network_load_balancer_client.py +34 -34
  346. oci/nosql/nosql_client.py +24 -24
  347. oci/object_storage/object_storage_client.py +50 -50
  348. oci/oce/oce_instance_client.py +10 -10
  349. oci/oci_control_center/occ_metrics_client.py +3 -3
  350. oci/ocvp/__init__.py +4 -2
  351. oci/ocvp/cluster_client.py +732 -0
  352. oci/ocvp/cluster_client_composite_operations.py +160 -0
  353. oci/ocvp/esxi_host_client.py +262 -14
  354. oci/ocvp/esxi_host_client_composite_operations.py +84 -1
  355. oci/ocvp/models/__init__.py +29 -7
  356. oci/ocvp/models/change_sddc_compartment_details.py +1 -1
  357. oci/ocvp/models/cluster.py +1026 -0
  358. oci/ocvp/models/cluster_collection.py +72 -0
  359. oci/ocvp/models/cluster_summary.py +671 -0
  360. oci/ocvp/models/create_cluster_details.py +658 -0
  361. oci/ocvp/models/create_esxi_host_details.py +112 -161
  362. oci/ocvp/models/create_sddc_details.py +86 -814
  363. oci/ocvp/models/datastore_details.py +154 -0
  364. oci/ocvp/models/datastore_info.py +6 -6
  365. oci/ocvp/models/downgrade_hcx_details.py +1 -1
  366. oci/ocvp/models/esxi_host.py +132 -64
  367. oci/ocvp/models/esxi_host_collection.py +1 -1
  368. oci/ocvp/models/esxi_host_summary.py +100 -63
  369. oci/ocvp/models/hcx_license_summary.py +1 -1
  370. oci/ocvp/models/initial_cluster_configuration.py +518 -0
  371. oci/ocvp/models/initial_configuration.py +72 -0
  372. oci/ocvp/models/network_configuration.py +635 -0
  373. oci/ocvp/models/replace_host_details.py +78 -0
  374. oci/ocvp/models/sddc.py +176 -1269
  375. oci/ocvp/models/sddc_collection.py +1 -1
  376. oci/ocvp/models/sddc_password.py +123 -0
  377. oci/ocvp/models/sddc_summary.py +55 -161
  378. oci/ocvp/models/supported_commitment_summary.py +96 -0
  379. oci/ocvp/models/supported_commitment_summary_collection.py +72 -0
  380. oci/ocvp/models/supported_esxi_software_version_summary.py +135 -0
  381. oci/ocvp/models/supported_host_shape_collection.py +1 -1
  382. oci/ocvp/models/supported_host_shape_summary.py +54 -54
  383. oci/ocvp/models/supported_vmware_software_version_collection.py +1 -1
  384. oci/ocvp/models/supported_vmware_software_version_summary.py +34 -3
  385. oci/ocvp/models/update_cluster_details.py +265 -0
  386. oci/ocvp/models/update_esxi_host_details.py +32 -32
  387. oci/ocvp/models/update_sddc_details.py +42 -377
  388. oci/ocvp/models/vsphere_license.py +1 -1
  389. oci/ocvp/models/vsphere_upgrade_object.py +1 -1
  390. oci/ocvp/models/work_request.py +20 -4
  391. oci/ocvp/models/work_request_collection.py +1 -1
  392. oci/ocvp/models/work_request_error.py +1 -1
  393. oci/ocvp/models/work_request_error_collection.py +1 -1
  394. oci/ocvp/models/work_request_log_entry.py +1 -1
  395. oci/ocvp/models/work_request_log_entry_collection.py +1 -1
  396. oci/ocvp/models/work_request_resource.py +1 -1
  397. oci/ocvp/sddc_client.py +212 -68
  398. oci/ocvp/sddc_client_composite_operations.py +1 -1
  399. oci/ocvp/work_request_client.py +10 -10
  400. oci/ocvp/work_request_client_composite_operations.py +1 -1
  401. oci/oda/management_client.py +56 -56
  402. oci/oda/oda_client.py +17 -17
  403. oci/oda/odapackage_client.py +7 -7
  404. oci/onesubscription/billing_schedule_client.py +1 -1
  405. oci/onesubscription/commitment_client.py +2 -2
  406. oci/onesubscription/computed_usage_client.py +3 -3
  407. oci/onesubscription/invoice_summary_client.py +2 -2
  408. oci/onesubscription/organization_subscription_client.py +1 -1
  409. oci/onesubscription/ratecard_client.py +1 -1
  410. oci/onesubscription/subscribed_service_client.py +2 -2
  411. oci/onesubscription/subscription_client.py +1 -1
  412. oci/ons/notification_control_plane_client.py +6 -6
  413. oci/ons/notification_data_plane_client.py +10 -10
  414. oci/opa/opa_instance_client.py +11 -11
  415. oci/opensearch/opensearch_cluster_backup_client.py +4 -4
  416. oci/opensearch/opensearch_cluster_client.py +14 -14
  417. oci/operator_access_control/access_requests_client.py +9 -9
  418. oci/operator_access_control/operator_actions_client.py +2 -2
  419. oci/operator_access_control/operator_control_assignment_client.py +6 -6
  420. oci/operator_access_control/operator_control_client.py +6 -6
  421. oci/opsi/models/__init__.py +22 -0
  422. oci/opsi/models/awr_hub_objects.py +72 -0
  423. oci/opsi/models/awr_hub_source.py +904 -0
  424. oci/opsi/models/awr_hub_source_summary.py +904 -0
  425. oci/opsi/models/awr_hub_source_summary_collection.py +72 -0
  426. oci/opsi/models/awr_hub_sources.py +72 -0
  427. oci/opsi/models/change_awr_hub_source_compartment_details.py +72 -0
  428. oci/opsi/models/change_operations_insights_warehouse_compartment_details.py +76 -0
  429. oci/opsi/models/create_awr_hub_details.py +1 -1
  430. oci/opsi/models/create_awr_hub_source_details.py +377 -0
  431. oci/opsi/models/list_objects.py +134 -0
  432. oci/opsi/models/object_summary.py +329 -0
  433. oci/opsi/models/update_awr_hub_source_details.py +210 -0
  434. oci/opsi/models/work_request.py +27 -3
  435. oci/opsi/operations_insights_client.py +3221 -1507
  436. oci/opsi/operations_insights_client_composite_operations.py +283 -0
  437. oci/optimizer/optimizer_client.py +26 -26
  438. oci/os_management/event_client.py +8 -8
  439. oci/os_management/os_management_client.py +69 -69
  440. oci/os_management_hub/lifecycle_environment_client.py +11 -11
  441. oci/os_management_hub/managed_instance_client.py +22 -22
  442. oci/os_management_hub/managed_instance_group_client.py +22 -22
  443. oci/os_management_hub/management_station_client.py +8 -8
  444. oci/os_management_hub/onboarding_client.py +5 -5
  445. oci/os_management_hub/reporting_managed_instance_client.py +3 -3
  446. oci/os_management_hub/scheduled_job_client.py +6 -6
  447. oci/os_management_hub/software_source_client.py +22 -22
  448. oci/os_management_hub/work_request_client.py +4 -4
  449. oci/osp_gateway/address_rule_service_client.py +1 -1
  450. oci/osp_gateway/address_service_client.py +2 -2
  451. oci/osp_gateway/invoice_service_client.py +5 -5
  452. oci/osp_gateway/subscription_service_client.py +5 -5
  453. oci/osub_billing_schedule/billing_schedule_client.py +1 -1
  454. oci/osub_organization_subscription/organization_subscription_client.py +1 -1
  455. oci/osub_subscription/commitment_client.py +2 -2
  456. oci/osub_subscription/ratecard_client.py +1 -1
  457. oci/osub_subscription/subscription_client.py +1 -1
  458. oci/osub_usage/computed_usage_client.py +3 -3
  459. oci/psql/__init__.py +14 -0
  460. oci/psql/models/__init__.py +166 -0
  461. oci/psql/models/backup.py +645 -0
  462. oci/psql/models/backup_collection.py +72 -0
  463. oci/psql/models/backup_policy.py +156 -0
  464. oci/psql/models/backup_source_details.py +113 -0
  465. oci/psql/models/backup_summary.py +481 -0
  466. oci/psql/models/change_backup_compartment_details.py +74 -0
  467. oci/psql/models/change_configuration_compartment_details.py +74 -0
  468. oci/psql/models/change_db_system_compartment_details.py +78 -0
  469. oci/psql/models/config_overrides.py +103 -0
  470. oci/psql/models/config_params.py +289 -0
  471. oci/psql/models/configuration.py +532 -0
  472. oci/psql/models/configuration_collection.py +72 -0
  473. oci/psql/models/configuration_details.py +72 -0
  474. oci/psql/models/configuration_summary.py +450 -0
  475. oci/psql/models/connection_details.py +134 -0
  476. oci/psql/models/create_backup_details.py +262 -0
  477. oci/psql/models/create_configuration_details.py +384 -0
  478. oci/psql/models/create_db_instance_details.py +136 -0
  479. oci/psql/models/create_db_system_details.py +585 -0
  480. oci/psql/models/credentials.py +100 -0
  481. oci/psql/models/daily_backup_policy.py +89 -0
  482. oci/psql/models/db_configuration_override_collection.py +72 -0
  483. oci/psql/models/db_instance.py +325 -0
  484. oci/psql/models/db_instance_endpoint.py +99 -0
  485. oci/psql/models/db_system.py +827 -0
  486. oci/psql/models/db_system_collection.py +72 -0
  487. oci/psql/models/db_system_details.py +103 -0
  488. oci/psql/models/db_system_summary.py +574 -0
  489. oci/psql/models/default_config_params.py +258 -0
  490. oci/psql/models/default_configuration.py +406 -0
  491. oci/psql/models/default_configuration_collection.py +72 -0
  492. oci/psql/models/default_configuration_details.py +72 -0
  493. oci/psql/models/default_configuration_summary.py +320 -0
  494. oci/psql/models/endpoint.py +134 -0
  495. oci/psql/models/failover_db_system_details.py +107 -0
  496. oci/psql/models/management_policy.py +99 -0
  497. oci/psql/models/management_policy_details.py +99 -0
  498. oci/psql/models/monthly_backup_policy.py +122 -0
  499. oci/psql/models/network_details.py +136 -0
  500. oci/psql/models/none_backup_policy.py +58 -0
  501. oci/psql/models/none_source_details.py +51 -0
  502. oci/psql/models/oci_optimized_storage_details.py +95 -0
  503. oci/psql/models/password_details.py +110 -0
  504. oci/psql/models/patch_db_system_details.py +74 -0
  505. oci/psql/models/patch_insert_instruction.py +171 -0
  506. oci/psql/models/patch_instruction.py +184 -0
  507. oci/psql/models/patch_merge_instruction.py +97 -0
  508. oci/psql/models/patch_move_instruction.py +147 -0
  509. oci/psql/models/patch_prohibit_instruction.py +100 -0
  510. oci/psql/models/patch_remove_instruction.py +59 -0
  511. oci/psql/models/patch_replace_instruction.py +92 -0
  512. oci/psql/models/patch_require_instruction.py +99 -0
  513. oci/psql/models/plain_text_password_details.py +82 -0
  514. oci/psql/models/primary_db_instance_details.py +72 -0
  515. oci/psql/models/reset_master_user_password_details.py +69 -0
  516. oci/psql/models/restart_db_instance_in_db_system_details.py +119 -0
  517. oci/psql/models/restore_db_system_details.py +105 -0
  518. oci/psql/models/shape_collection.py +72 -0
  519. oci/psql/models/shape_summary.py +165 -0
  520. oci/psql/models/source_details.py +109 -0
  521. oci/psql/models/storage_details.py +161 -0
  522. oci/psql/models/update_backup_details.py +200 -0
  523. oci/psql/models/update_configuration_details.py +103 -0
  524. oci/psql/models/update_db_config_params.py +121 -0
  525. oci/psql/models/update_db_system_db_instance_details.py +103 -0
  526. oci/psql/models/update_db_system_details.py +250 -0
  527. oci/psql/models/update_storage_details_params.py +74 -0
  528. oci/psql/models/vault_secret_password_details.py +113 -0
  529. oci/psql/models/weekly_backup_policy.py +157 -0
  530. oci/psql/models/work_request.py +412 -0
  531. oci/psql/models/work_request_error.py +136 -0
  532. oci/psql/models/work_request_error_collection.py +72 -0
  533. oci/psql/models/work_request_log_entry.py +103 -0
  534. oci/psql/models/work_request_log_entry_collection.py +72 -0
  535. oci/psql/models/work_request_resource.py +228 -0
  536. oci/psql/models/work_request_summary.py +412 -0
  537. oci/psql/models/work_request_summary_collection.py +72 -0
  538. oci/psql/postgresql_client.py +3980 -0
  539. oci/psql/postgresql_client_composite_operations.py +807 -0
  540. oci/queue/queue_admin_client.py +11 -11
  541. oci/queue/queue_client.py +8 -8
  542. oci/recovery/database_recovery_client.py +23 -23
  543. oci/redis/redis_cluster_client.py +11 -11
  544. oci/regions_definitions.py +12 -4
  545. oci/resource_manager/resource_manager_client.py +52 -52
  546. oci/resource_search/resource_search_client.py +3 -3
  547. oci/rover/rover_bundle_client.py +8 -8
  548. oci/rover/rover_cluster_client.py +8 -8
  549. oci/rover/rover_entitlement_client.py +6 -6
  550. oci/rover/rover_node_client.py +15 -15
  551. oci/rover/shape_client.py +1 -1
  552. oci/rover/work_requests_client.py +5 -5
  553. oci/sch/service_connector_client.py +12 -12
  554. oci/secrets/secrets_client.py +3 -3
  555. oci/service_catalog/service_catalog_client.py +26 -26
  556. oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
  557. oci/service_mesh/service_mesh_client.py +48 -48
  558. oci/stack_monitoring/stack_monitoring_client.py +58 -58
  559. oci/streaming/stream_admin_client.py +18 -18
  560. oci/streaming/stream_client.py +8 -8
  561. oci/tenant_manager_control_plane/domain_client.py +5 -5
  562. oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
  563. oci/tenant_manager_control_plane/governance_client.py +2 -2
  564. oci/tenant_manager_control_plane/link_client.py +3 -3
  565. oci/tenant_manager_control_plane/orders_client.py +2 -2
  566. oci/tenant_manager_control_plane/organization_client.py +10 -10
  567. oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
  568. oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
  569. oci/tenant_manager_control_plane/subscription_client.py +11 -11
  570. oci/tenant_manager_control_plane/work_request_client.py +4 -4
  571. oci/threat_intelligence/threatintel_client.py +5 -5
  572. oci/usage/resources_client.py +2 -2
  573. oci/usage/rewards_client.py +6 -6
  574. oci/usage/usagelimits_client.py +1 -1
  575. oci/usage_api/usageapi_client.py +19 -19
  576. oci/vault/vaults_client.py +11 -11
  577. oci/vbs_inst/vbs_instance_client.py +10 -10
  578. oci/version.py +1 -1
  579. oci/visual_builder/vb_instance_client.py +13 -13
  580. oci/vn_monitoring/vn_monitoring_client.py +12 -12
  581. oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
  582. oci/waa/waa_client.py +13 -13
  583. oci/waa/work_request_client.py +4 -4
  584. oci/waas/redirect_client.py +6 -6
  585. oci/waas/waas_client.py +66 -66
  586. oci/waf/waf_client.py +24 -24
  587. oci/work_requests/work_request_client.py +4 -4
  588. {oci-2.115.1.dist-info → oci-2.117.0.dist-info}/METADATA +1 -1
  589. {oci-2.115.1.dist-info → oci-2.117.0.dist-info}/RECORD +593 -334
  590. {oci-2.115.1.dist-info → oci-2.117.0.dist-info}/LICENSE.txt +0 -0
  591. {oci-2.115.1.dist-info → oci-2.117.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
  592. {oci-2.115.1.dist-info → oci-2.117.0.dist-info}/WHEEL +0 -0
  593. {oci-2.115.1.dist-info → oci-2.117.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,4165 @@
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 SchemaAttributes(object):
14
+ """
15
+ A complex type that specifies the set of Resource attributes
16
+ """
17
+
18
+ #: A constant which can be used with the type property of a SchemaAttributes.
19
+ #: This constant has a value of "string"
20
+ TYPE_STRING = "string"
21
+
22
+ #: A constant which can be used with the type property of a SchemaAttributes.
23
+ #: This constant has a value of "complex"
24
+ TYPE_COMPLEX = "complex"
25
+
26
+ #: A constant which can be used with the type property of a SchemaAttributes.
27
+ #: This constant has a value of "boolean"
28
+ TYPE_BOOLEAN = "boolean"
29
+
30
+ #: A constant which can be used with the type property of a SchemaAttributes.
31
+ #: This constant has a value of "decimal"
32
+ TYPE_DECIMAL = "decimal"
33
+
34
+ #: A constant which can be used with the type property of a SchemaAttributes.
35
+ #: This constant has a value of "integer"
36
+ TYPE_INTEGER = "integer"
37
+
38
+ #: A constant which can be used with the type property of a SchemaAttributes.
39
+ #: This constant has a value of "dateTime"
40
+ TYPE_DATE_TIME = "dateTime"
41
+
42
+ #: A constant which can be used with the type property of a SchemaAttributes.
43
+ #: This constant has a value of "reference"
44
+ TYPE_REFERENCE = "reference"
45
+
46
+ #: A constant which can be used with the type property of a SchemaAttributes.
47
+ #: This constant has a value of "binary"
48
+ TYPE_BINARY = "binary"
49
+
50
+ #: A constant which can be used with the mutability property of a SchemaAttributes.
51
+ #: This constant has a value of "readOnly"
52
+ MUTABILITY_READ_ONLY = "readOnly"
53
+
54
+ #: A constant which can be used with the mutability property of a SchemaAttributes.
55
+ #: This constant has a value of "readWrite"
56
+ MUTABILITY_READ_WRITE = "readWrite"
57
+
58
+ #: A constant which can be used with the mutability property of a SchemaAttributes.
59
+ #: This constant has a value of "immutable"
60
+ MUTABILITY_IMMUTABLE = "immutable"
61
+
62
+ #: A constant which can be used with the mutability property of a SchemaAttributes.
63
+ #: This constant has a value of "writeOnly"
64
+ MUTABILITY_WRITE_ONLY = "writeOnly"
65
+
66
+ #: A constant which can be used with the returned property of a SchemaAttributes.
67
+ #: This constant has a value of "always"
68
+ RETURNED_ALWAYS = "always"
69
+
70
+ #: A constant which can be used with the returned property of a SchemaAttributes.
71
+ #: This constant has a value of "never"
72
+ RETURNED_NEVER = "never"
73
+
74
+ #: A constant which can be used with the returned property of a SchemaAttributes.
75
+ #: This constant has a value of "default"
76
+ RETURNED_DEFAULT = "default"
77
+
78
+ #: A constant which can be used with the returned property of a SchemaAttributes.
79
+ #: This constant has a value of "request"
80
+ RETURNED_REQUEST = "request"
81
+
82
+ #: A constant which can be used with the uniqueness property of a SchemaAttributes.
83
+ #: This constant has a value of "none"
84
+ UNIQUENESS_NONE = "none"
85
+
86
+ #: A constant which can be used with the uniqueness property of a SchemaAttributes.
87
+ #: This constant has a value of "server"
88
+ UNIQUENESS_SERVER = "server"
89
+
90
+ #: A constant which can be used with the uniqueness property of a SchemaAttributes.
91
+ #: This constant has a value of "global"
92
+ UNIQUENESS_GLOBAL = "global"
93
+
94
+ #: A constant which can be used with the idcs_icf_attribute_type property of a SchemaAttributes.
95
+ #: This constant has a value of "string"
96
+ IDCS_ICF_ATTRIBUTE_TYPE_STRING = "string"
97
+
98
+ #: A constant which can be used with the idcs_icf_attribute_type property of a SchemaAttributes.
99
+ #: This constant has a value of "long"
100
+ IDCS_ICF_ATTRIBUTE_TYPE_LONG = "long"
101
+
102
+ #: A constant which can be used with the idcs_icf_attribute_type property of a SchemaAttributes.
103
+ #: This constant has a value of "char"
104
+ IDCS_ICF_ATTRIBUTE_TYPE_CHAR = "char"
105
+
106
+ #: A constant which can be used with the idcs_icf_attribute_type property of a SchemaAttributes.
107
+ #: This constant has a value of "double"
108
+ IDCS_ICF_ATTRIBUTE_TYPE_DOUBLE = "double"
109
+
110
+ #: A constant which can be used with the idcs_icf_attribute_type property of a SchemaAttributes.
111
+ #: This constant has a value of "float"
112
+ IDCS_ICF_ATTRIBUTE_TYPE_FLOAT = "float"
113
+
114
+ #: A constant which can be used with the idcs_icf_attribute_type property of a SchemaAttributes.
115
+ #: This constant has a value of "integer"
116
+ IDCS_ICF_ATTRIBUTE_TYPE_INTEGER = "integer"
117
+
118
+ #: A constant which can be used with the idcs_icf_attribute_type property of a SchemaAttributes.
119
+ #: This constant has a value of "boolean"
120
+ IDCS_ICF_ATTRIBUTE_TYPE_BOOLEAN = "boolean"
121
+
122
+ #: A constant which can be used with the idcs_icf_attribute_type property of a SchemaAttributes.
123
+ #: This constant has a value of "bytes"
124
+ IDCS_ICF_ATTRIBUTE_TYPE_BYTES = "bytes"
125
+
126
+ #: A constant which can be used with the idcs_icf_attribute_type property of a SchemaAttributes.
127
+ #: This constant has a value of "bigdecimal"
128
+ IDCS_ICF_ATTRIBUTE_TYPE_BIGDECIMAL = "bigdecimal"
129
+
130
+ #: A constant which can be used with the idcs_icf_attribute_type property of a SchemaAttributes.
131
+ #: This constant has a value of "biginteger"
132
+ IDCS_ICF_ATTRIBUTE_TYPE_BIGINTEGER = "biginteger"
133
+
134
+ #: A constant which can be used with the idcs_icf_attribute_type property of a SchemaAttributes.
135
+ #: This constant has a value of "guardedbytes"
136
+ IDCS_ICF_ATTRIBUTE_TYPE_GUARDEDBYTES = "guardedbytes"
137
+
138
+ #: A constant which can be used with the idcs_icf_attribute_type property of a SchemaAttributes.
139
+ #: This constant has a value of "guardedstring"
140
+ IDCS_ICF_ATTRIBUTE_TYPE_GUARDEDSTRING = "guardedstring"
141
+
142
+ #: A constant which can be used with the idcs_sensitive property of a SchemaAttributes.
143
+ #: This constant has a value of "encrypt"
144
+ IDCS_SENSITIVE_ENCRYPT = "encrypt"
145
+
146
+ #: A constant which can be used with the idcs_sensitive property of a SchemaAttributes.
147
+ #: This constant has a value of "hash"
148
+ IDCS_SENSITIVE_HASH = "hash"
149
+
150
+ #: A constant which can be used with the idcs_sensitive property of a SchemaAttributes.
151
+ #: This constant has a value of "hash_sc"
152
+ IDCS_SENSITIVE_HASH_SC = "hash_sc"
153
+
154
+ #: A constant which can be used with the idcs_sensitive property of a SchemaAttributes.
155
+ #: This constant has a value of "checksum"
156
+ IDCS_SENSITIVE_CHECKSUM = "checksum"
157
+
158
+ #: A constant which can be used with the idcs_sensitive property of a SchemaAttributes.
159
+ #: This constant has a value of "none"
160
+ IDCS_SENSITIVE_NONE = "none"
161
+
162
+ #: A constant which can be used with the idcs_canonical_value_type property of a SchemaAttributes.
163
+ #: This constant has a value of "dynamic"
164
+ IDCS_CANONICAL_VALUE_TYPE_DYNAMIC = "dynamic"
165
+
166
+ #: A constant which can be used with the idcs_canonical_value_type property of a SchemaAttributes.
167
+ #: This constant has a value of "static"
168
+ IDCS_CANONICAL_VALUE_TYPE_STATIC = "static"
169
+
170
+ #: A constant which can be used with the idcsui_widget property of a SchemaAttributes.
171
+ #: This constant has a value of "inputtext"
172
+ IDCSUI_WIDGET_INPUTTEXT = "inputtext"
173
+
174
+ #: A constant which can be used with the idcsui_widget property of a SchemaAttributes.
175
+ #: This constant has a value of "checkbox"
176
+ IDCSUI_WIDGET_CHECKBOX = "checkbox"
177
+
178
+ #: A constant which can be used with the idcsui_widget property of a SchemaAttributes.
179
+ #: This constant has a value of "textarea"
180
+ IDCSUI_WIDGET_TEXTAREA = "textarea"
181
+
182
+ #: A constant which can be used with the idcsui_widget property of a SchemaAttributes.
183
+ #: This constant has a value of "combobox"
184
+ IDCSUI_WIDGET_COMBOBOX = "combobox"
185
+
186
+ #: A constant which can be used with the idcs_features property of a SchemaAttributes.
187
+ #: This constant has a value of "optionalPii"
188
+ IDCS_FEATURES_OPTIONAL_PII = "optionalPii"
189
+
190
+ #: A constant which can be used with the idcs_features property of a SchemaAttributes.
191
+ #: This constant has a value of "mfa"
192
+ IDCS_FEATURES_MFA = "mfa"
193
+
194
+ #: A constant which can be used with the idcs_features property of a SchemaAttributes.
195
+ #: This constant has a value of "social"
196
+ IDCS_FEATURES_SOCIAL = "social"
197
+
198
+ #: A constant which can be used with the idcs_features property of a SchemaAttributes.
199
+ #: This constant has a value of "schemaCustomization"
200
+ IDCS_FEATURES_SCHEMA_CUSTOMIZATION = "schemaCustomization"
201
+
202
+ def __init__(self, **kwargs):
203
+ """
204
+ Initializes a new SchemaAttributes object with values from keyword arguments.
205
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
206
+
207
+ :param name:
208
+ The value to assign to the name property of this SchemaAttributes.
209
+ :type name: str
210
+
211
+ :param idcs_display_name_message_id:
212
+ The value to assign to the idcs_display_name_message_id property of this SchemaAttributes.
213
+ :type idcs_display_name_message_id: str
214
+
215
+ :param idcs_rtsa_hide_attribute:
216
+ The value to assign to the idcs_rtsa_hide_attribute property of this SchemaAttributes.
217
+ :type idcs_rtsa_hide_attribute: bool
218
+
219
+ :param localized_display_name:
220
+ The value to assign to the localized_display_name property of this SchemaAttributes.
221
+ :type localized_display_name: oci.identity_domains.models.SchemaLocalizedDisplayName
222
+
223
+ :param type:
224
+ The value to assign to the type property of this SchemaAttributes.
225
+ Allowed values for this property are: "string", "complex", "boolean", "decimal", "integer", "dateTime", "reference", "binary", 'UNKNOWN_ENUM_VALUE'.
226
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
227
+ :type type: str
228
+
229
+ :param multi_valued:
230
+ The value to assign to the multi_valued property of this SchemaAttributes.
231
+ :type multi_valued: bool
232
+
233
+ :param description:
234
+ The value to assign to the description property of this SchemaAttributes.
235
+ :type description: str
236
+
237
+ :param required:
238
+ The value to assign to the required property of this SchemaAttributes.
239
+ :type required: bool
240
+
241
+ :param idcs_return_empty_when_null:
242
+ The value to assign to the idcs_return_empty_when_null property of this SchemaAttributes.
243
+ :type idcs_return_empty_when_null: bool
244
+
245
+ :param canonical_values:
246
+ The value to assign to the canonical_values property of this SchemaAttributes.
247
+ :type canonical_values: list[str]
248
+
249
+ :param idcs_default_value:
250
+ The value to assign to the idcs_default_value property of this SchemaAttributes.
251
+ :type idcs_default_value: str
252
+
253
+ :param localized_canonical_values:
254
+ The value to assign to the localized_canonical_values property of this SchemaAttributes.
255
+ :type localized_canonical_values: list[oci.identity_domains.models.SchemaLocalizedCanonicalValues]
256
+
257
+ :param case_exact:
258
+ The value to assign to the case_exact property of this SchemaAttributes.
259
+ :type case_exact: bool
260
+
261
+ :param mutability:
262
+ The value to assign to the mutability property of this SchemaAttributes.
263
+ Allowed values for this property are: "readOnly", "readWrite", "immutable", "writeOnly", 'UNKNOWN_ENUM_VALUE'.
264
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
265
+ :type mutability: str
266
+
267
+ :param returned:
268
+ The value to assign to the returned property of this SchemaAttributes.
269
+ Allowed values for this property are: "always", "never", "default", "request", 'UNKNOWN_ENUM_VALUE'.
270
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
271
+ :type returned: str
272
+
273
+ :param uniqueness:
274
+ The value to assign to the uniqueness property of this SchemaAttributes.
275
+ Allowed values for this property are: "none", "server", "global", 'UNKNOWN_ENUM_VALUE'.
276
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
277
+ :type uniqueness: str
278
+
279
+ :param idcs_csv_attribute_name:
280
+ The value to assign to the idcs_csv_attribute_name property of this SchemaAttributes.
281
+ :type idcs_csv_attribute_name: str
282
+
283
+ :param idcs_complex_attribute_name_mappings:
284
+ The value to assign to the idcs_complex_attribute_name_mappings property of this SchemaAttributes.
285
+ :type idcs_complex_attribute_name_mappings: list[oci.identity_domains.models.SchemaIdcsComplexAttributeNameMappings]
286
+
287
+ :param idcs_icf_bundle_attribute_name:
288
+ The value to assign to the idcs_icf_bundle_attribute_name property of this SchemaAttributes.
289
+ :type idcs_icf_bundle_attribute_name: str
290
+
291
+ :param idcs_icf_required:
292
+ The value to assign to the idcs_icf_required property of this SchemaAttributes.
293
+ :type idcs_icf_required: bool
294
+
295
+ :param idcs_icf_attribute_type:
296
+ The value to assign to the idcs_icf_attribute_type property of this SchemaAttributes.
297
+ Allowed values for this property are: "string", "long", "char", "double", "float", "integer", "boolean", "bytes", "bigdecimal", "biginteger", "guardedbytes", "guardedstring", 'UNKNOWN_ENUM_VALUE'.
298
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
299
+ :type idcs_icf_attribute_type: str
300
+
301
+ :param idcs_csv_attribute_name_mappings:
302
+ The value to assign to the idcs_csv_attribute_name_mappings property of this SchemaAttributes.
303
+ :type idcs_csv_attribute_name_mappings: list[oci.identity_domains.models.SchemaIdcsCsvAttributeNameMappings]
304
+
305
+ :param reference_types:
306
+ The value to assign to the reference_types property of this SchemaAttributes.
307
+ :type reference_types: list[str]
308
+
309
+ :param idcs_deprecated_since_version:
310
+ The value to assign to the idcs_deprecated_since_version property of this SchemaAttributes.
311
+ :type idcs_deprecated_since_version: int
312
+
313
+ :param idcs_added_since_version:
314
+ The value to assign to the idcs_added_since_version property of this SchemaAttributes.
315
+ :type idcs_added_since_version: int
316
+
317
+ :param idcs_deprecated_since_release_number:
318
+ The value to assign to the idcs_deprecated_since_release_number property of this SchemaAttributes.
319
+ :type idcs_deprecated_since_release_number: str
320
+
321
+ :param idcs_added_since_release_number:
322
+ The value to assign to the idcs_added_since_release_number property of this SchemaAttributes.
323
+ :type idcs_added_since_release_number: str
324
+
325
+ :param idcs_min_length:
326
+ The value to assign to the idcs_min_length property of this SchemaAttributes.
327
+ :type idcs_min_length: int
328
+
329
+ :param idcs_max_length:
330
+ The value to assign to the idcs_max_length property of this SchemaAttributes.
331
+ :type idcs_max_length: int
332
+
333
+ :param idcs_min_value:
334
+ The value to assign to the idcs_min_value property of this SchemaAttributes.
335
+ :type idcs_min_value: int
336
+
337
+ :param idcs_max_value:
338
+ The value to assign to the idcs_max_value property of this SchemaAttributes.
339
+ :type idcs_max_value: int
340
+
341
+ :param idcs_multi_language:
342
+ The value to assign to the idcs_multi_language property of this SchemaAttributes.
343
+ :type idcs_multi_language: bool
344
+
345
+ :param idcs_ref_resource_attributes:
346
+ The value to assign to the idcs_ref_resource_attributes property of this SchemaAttributes.
347
+ :type idcs_ref_resource_attributes: list[str]
348
+
349
+ :param idcs_indirect_ref_resource_attributes:
350
+ The value to assign to the idcs_indirect_ref_resource_attributes property of this SchemaAttributes.
351
+ :type idcs_indirect_ref_resource_attributes: list[str]
352
+
353
+ :param idcs_auto_increment_seq_name:
354
+ The value to assign to the idcs_auto_increment_seq_name property of this SchemaAttributes.
355
+ :type idcs_auto_increment_seq_name: str
356
+
357
+ :param idcs_value_persisted:
358
+ The value to assign to the idcs_value_persisted property of this SchemaAttributes.
359
+ :type idcs_value_persisted: bool
360
+
361
+ :param idcs_sensitive:
362
+ The value to assign to the idcs_sensitive property of this SchemaAttributes.
363
+ Allowed values for this property are: "encrypt", "hash", "hash_sc", "checksum", "none", 'UNKNOWN_ENUM_VALUE'.
364
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
365
+ :type idcs_sensitive: str
366
+
367
+ :param idcs_internal:
368
+ The value to assign to the idcs_internal property of this SchemaAttributes.
369
+ :type idcs_internal: bool
370
+
371
+ :param idcs_trim_string_value:
372
+ The value to assign to the idcs_trim_string_value property of this SchemaAttributes.
373
+ :type idcs_trim_string_value: bool
374
+
375
+ :param idcs_searchable:
376
+ The value to assign to the idcs_searchable property of this SchemaAttributes.
377
+ :type idcs_searchable: bool
378
+
379
+ :param idcs_generated:
380
+ The value to assign to the idcs_generated property of this SchemaAttributes.
381
+ :type idcs_generated: bool
382
+
383
+ :param idcs_auditable:
384
+ The value to assign to the idcs_auditable property of this SchemaAttributes.
385
+ :type idcs_auditable: bool
386
+
387
+ :param idcs_target_attribute_name:
388
+ The value to assign to the idcs_target_attribute_name property of this SchemaAttributes.
389
+ :type idcs_target_attribute_name: str
390
+
391
+ :param idcs_maps_to_same_target_attribute_name_as:
392
+ The value to assign to the idcs_maps_to_same_target_attribute_name_as property of this SchemaAttributes.
393
+ :type idcs_maps_to_same_target_attribute_name_as: str
394
+
395
+ :param idcs_target_norm_attribute_name:
396
+ The value to assign to the idcs_target_norm_attribute_name property of this SchemaAttributes.
397
+ :type idcs_target_norm_attribute_name: str
398
+
399
+ :param idcs_target_attribute_name_to_migrate_from:
400
+ The value to assign to the idcs_target_attribute_name_to_migrate_from property of this SchemaAttributes.
401
+ :type idcs_target_attribute_name_to_migrate_from: str
402
+
403
+ :param idcs_target_unique_constraint_name:
404
+ The value to assign to the idcs_target_unique_constraint_name property of this SchemaAttributes.
405
+ :type idcs_target_unique_constraint_name: str
406
+
407
+ :param idcs_to_target_mapper:
408
+ The value to assign to the idcs_to_target_mapper property of this SchemaAttributes.
409
+ :type idcs_to_target_mapper: str
410
+
411
+ :param idcs_from_target_mapper:
412
+ The value to assign to the idcs_from_target_mapper property of this SchemaAttributes.
413
+ :type idcs_from_target_mapper: str
414
+
415
+ :param idcs_display_name:
416
+ The value to assign to the idcs_display_name property of this SchemaAttributes.
417
+ :type idcs_display_name: str
418
+
419
+ :param idcs_canonical_value_source_resource_type:
420
+ The value to assign to the idcs_canonical_value_source_resource_type property of this SchemaAttributes.
421
+ :type idcs_canonical_value_source_resource_type: str
422
+
423
+ :param idcs_canonical_value_source_filter:
424
+ The value to assign to the idcs_canonical_value_source_filter property of this SchemaAttributes.
425
+ :type idcs_canonical_value_source_filter: str
426
+
427
+ :param idcs_canonical_value_source_resource_type_id:
428
+ The value to assign to the idcs_canonical_value_source_resource_type_id property of this SchemaAttributes.
429
+ :type idcs_canonical_value_source_resource_type_id: str
430
+
431
+ :param idcs_canonical_value_source_display_attr_name:
432
+ The value to assign to the idcs_canonical_value_source_display_attr_name property of this SchemaAttributes.
433
+ :type idcs_canonical_value_source_display_attr_name: str
434
+
435
+ :param idcs_canonical_value_source_key_attr_name:
436
+ The value to assign to the idcs_canonical_value_source_key_attr_name property of this SchemaAttributes.
437
+ :type idcs_canonical_value_source_key_attr_name: str
438
+
439
+ :param idcs_canonical_value_type:
440
+ The value to assign to the idcs_canonical_value_type property of this SchemaAttributes.
441
+ Allowed values for this property are: "dynamic", "static", 'UNKNOWN_ENUM_VALUE'.
442
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
443
+ :type idcs_canonical_value_type: str
444
+
445
+ :param idcs_validate_reference:
446
+ The value to assign to the idcs_validate_reference property of this SchemaAttributes.
447
+ :type idcs_validate_reference: bool
448
+
449
+ :param idcs_composite_key:
450
+ The value to assign to the idcs_composite_key property of this SchemaAttributes.
451
+ :type idcs_composite_key: list[str]
452
+
453
+ :param idcs_fetch_complex_attribute_values:
454
+ The value to assign to the idcs_fetch_complex_attribute_values property of this SchemaAttributes.
455
+ :type idcs_fetch_complex_attribute_values: bool
456
+
457
+ :param idcs_scim_compliant:
458
+ The value to assign to the idcs_scim_compliant property of this SchemaAttributes.
459
+ :type idcs_scim_compliant: bool
460
+
461
+ :param idcs_attribute_mappable:
462
+ The value to assign to the idcs_attribute_mappable property of this SchemaAttributes.
463
+ :type idcs_attribute_mappable: bool
464
+
465
+ :param idcs_value_persisted_in_other_attribute:
466
+ The value to assign to the idcs_value_persisted_in_other_attribute property of this SchemaAttributes.
467
+ :type idcs_value_persisted_in_other_attribute: bool
468
+
469
+ :param idcs_pii:
470
+ The value to assign to the idcs_pii property of this SchemaAttributes.
471
+ :type idcs_pii: bool
472
+
473
+ :param idcs_exclude_from_upgrade_patch:
474
+ The value to assign to the idcs_exclude_from_upgrade_patch property of this SchemaAttributes.
475
+ :type idcs_exclude_from_upgrade_patch: bool
476
+
477
+ :param sub_attributes:
478
+ The value to assign to the sub_attributes property of this SchemaAttributes.
479
+ :type sub_attributes: list[oci.identity_domains.models.SchemaSubAttributes]
480
+
481
+ :param idcs_ref_resource_attribute:
482
+ The value to assign to the idcs_ref_resource_attribute property of this SchemaAttributes.
483
+ :type idcs_ref_resource_attribute: str
484
+
485
+ :param idcs_attribute_cacheable:
486
+ The value to assign to the idcs_attribute_cacheable property of this SchemaAttributes.
487
+ :type idcs_attribute_cacheable: bool
488
+
489
+ :param idcsui_order:
490
+ The value to assign to the idcsui_order property of this SchemaAttributes.
491
+ :type idcsui_order: int
492
+
493
+ :param idcsui_regexp:
494
+ The value to assign to the idcsui_regexp property of this SchemaAttributes.
495
+ :type idcsui_regexp: str
496
+
497
+ :param idcsui_visible:
498
+ The value to assign to the idcsui_visible property of this SchemaAttributes.
499
+ :type idcsui_visible: bool
500
+
501
+ :param idcsui_widget:
502
+ The value to assign to the idcsui_widget property of this SchemaAttributes.
503
+ Allowed values for this property are: "inputtext", "checkbox", "textarea", "combobox", 'UNKNOWN_ENUM_VALUE'.
504
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
505
+ :type idcsui_widget: str
506
+
507
+ :param idcs_features:
508
+ The value to assign to the idcs_features property of this SchemaAttributes.
509
+ Allowed values for items in this list are: "optionalPii", "mfa", "social", "schemaCustomization", 'UNKNOWN_ENUM_VALUE'.
510
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
511
+ :type idcs_features: list[str]
512
+
513
+ :param idcs_optional_pii_canonical_values:
514
+ The value to assign to the idcs_optional_pii_canonical_values property of this SchemaAttributes.
515
+ :type idcs_optional_pii_canonical_values: list[str]
516
+
517
+ :param idcs_sanitize:
518
+ The value to assign to the idcs_sanitize property of this SchemaAttributes.
519
+ :type idcs_sanitize: bool
520
+
521
+ :param idcs_override_common_attribute:
522
+ The value to assign to the idcs_override_common_attribute property of this SchemaAttributes.
523
+ :type idcs_override_common_attribute: bool
524
+
525
+ :param idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete:
526
+ The value to assign to the idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete property of this SchemaAttributes.
527
+ :type idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete: bool
528
+
529
+ :param idcs_allow_updates_in_read_only_mode:
530
+ The value to assign to the idcs_allow_updates_in_read_only_mode property of this SchemaAttributes.
531
+ :type idcs_allow_updates_in_read_only_mode: bool
532
+
533
+ :param idcs_paginate_response:
534
+ The value to assign to the idcs_paginate_response property of this SchemaAttributes.
535
+ :type idcs_paginate_response: bool
536
+
537
+ :param idcs_requires_write_for_access_flows:
538
+ The value to assign to the idcs_requires_write_for_access_flows property of this SchemaAttributes.
539
+ :type idcs_requires_write_for_access_flows: bool
540
+
541
+ :param idcs_requires_immediate_read_after_write_for_access_flows:
542
+ The value to assign to the idcs_requires_immediate_read_after_write_for_access_flows property of this SchemaAttributes.
543
+ :type idcs_requires_immediate_read_after_write_for_access_flows: bool
544
+
545
+ """
546
+ self.swagger_types = {
547
+ 'name': 'str',
548
+ 'idcs_display_name_message_id': 'str',
549
+ 'idcs_rtsa_hide_attribute': 'bool',
550
+ 'localized_display_name': 'SchemaLocalizedDisplayName',
551
+ 'type': 'str',
552
+ 'multi_valued': 'bool',
553
+ 'description': 'str',
554
+ 'required': 'bool',
555
+ 'idcs_return_empty_when_null': 'bool',
556
+ 'canonical_values': 'list[str]',
557
+ 'idcs_default_value': 'str',
558
+ 'localized_canonical_values': 'list[SchemaLocalizedCanonicalValues]',
559
+ 'case_exact': 'bool',
560
+ 'mutability': 'str',
561
+ 'returned': 'str',
562
+ 'uniqueness': 'str',
563
+ 'idcs_csv_attribute_name': 'str',
564
+ 'idcs_complex_attribute_name_mappings': 'list[SchemaIdcsComplexAttributeNameMappings]',
565
+ 'idcs_icf_bundle_attribute_name': 'str',
566
+ 'idcs_icf_required': 'bool',
567
+ 'idcs_icf_attribute_type': 'str',
568
+ 'idcs_csv_attribute_name_mappings': 'list[SchemaIdcsCsvAttributeNameMappings]',
569
+ 'reference_types': 'list[str]',
570
+ 'idcs_deprecated_since_version': 'int',
571
+ 'idcs_added_since_version': 'int',
572
+ 'idcs_deprecated_since_release_number': 'str',
573
+ 'idcs_added_since_release_number': 'str',
574
+ 'idcs_min_length': 'int',
575
+ 'idcs_max_length': 'int',
576
+ 'idcs_min_value': 'int',
577
+ 'idcs_max_value': 'int',
578
+ 'idcs_multi_language': 'bool',
579
+ 'idcs_ref_resource_attributes': 'list[str]',
580
+ 'idcs_indirect_ref_resource_attributes': 'list[str]',
581
+ 'idcs_auto_increment_seq_name': 'str',
582
+ 'idcs_value_persisted': 'bool',
583
+ 'idcs_sensitive': 'str',
584
+ 'idcs_internal': 'bool',
585
+ 'idcs_trim_string_value': 'bool',
586
+ 'idcs_searchable': 'bool',
587
+ 'idcs_generated': 'bool',
588
+ 'idcs_auditable': 'bool',
589
+ 'idcs_target_attribute_name': 'str',
590
+ 'idcs_maps_to_same_target_attribute_name_as': 'str',
591
+ 'idcs_target_norm_attribute_name': 'str',
592
+ 'idcs_target_attribute_name_to_migrate_from': 'str',
593
+ 'idcs_target_unique_constraint_name': 'str',
594
+ 'idcs_to_target_mapper': 'str',
595
+ 'idcs_from_target_mapper': 'str',
596
+ 'idcs_display_name': 'str',
597
+ 'idcs_canonical_value_source_resource_type': 'str',
598
+ 'idcs_canonical_value_source_filter': 'str',
599
+ 'idcs_canonical_value_source_resource_type_id': 'str',
600
+ 'idcs_canonical_value_source_display_attr_name': 'str',
601
+ 'idcs_canonical_value_source_key_attr_name': 'str',
602
+ 'idcs_canonical_value_type': 'str',
603
+ 'idcs_validate_reference': 'bool',
604
+ 'idcs_composite_key': 'list[str]',
605
+ 'idcs_fetch_complex_attribute_values': 'bool',
606
+ 'idcs_scim_compliant': 'bool',
607
+ 'idcs_attribute_mappable': 'bool',
608
+ 'idcs_value_persisted_in_other_attribute': 'bool',
609
+ 'idcs_pii': 'bool',
610
+ 'idcs_exclude_from_upgrade_patch': 'bool',
611
+ 'sub_attributes': 'list[SchemaSubAttributes]',
612
+ 'idcs_ref_resource_attribute': 'str',
613
+ 'idcs_attribute_cacheable': 'bool',
614
+ 'idcsui_order': 'int',
615
+ 'idcsui_regexp': 'str',
616
+ 'idcsui_visible': 'bool',
617
+ 'idcsui_widget': 'str',
618
+ 'idcs_features': 'list[str]',
619
+ 'idcs_optional_pii_canonical_values': 'list[str]',
620
+ 'idcs_sanitize': 'bool',
621
+ 'idcs_override_common_attribute': 'bool',
622
+ 'idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete': 'bool',
623
+ 'idcs_allow_updates_in_read_only_mode': 'bool',
624
+ 'idcs_paginate_response': 'bool',
625
+ 'idcs_requires_write_for_access_flows': 'bool',
626
+ 'idcs_requires_immediate_read_after_write_for_access_flows': 'bool'
627
+ }
628
+
629
+ self.attribute_map = {
630
+ 'name': 'name',
631
+ 'idcs_display_name_message_id': 'idcsDisplayNameMessageId',
632
+ 'idcs_rtsa_hide_attribute': 'idcsRtsaHideAttribute',
633
+ 'localized_display_name': 'localizedDisplayName',
634
+ 'type': 'type',
635
+ 'multi_valued': 'multiValued',
636
+ 'description': 'description',
637
+ 'required': 'required',
638
+ 'idcs_return_empty_when_null': 'idcsReturnEmptyWhenNull',
639
+ 'canonical_values': 'canonicalValues',
640
+ 'idcs_default_value': 'idcsDefaultValue',
641
+ 'localized_canonical_values': 'localizedCanonicalValues',
642
+ 'case_exact': 'caseExact',
643
+ 'mutability': 'mutability',
644
+ 'returned': 'returned',
645
+ 'uniqueness': 'uniqueness',
646
+ 'idcs_csv_attribute_name': 'idcsCsvAttributeName',
647
+ 'idcs_complex_attribute_name_mappings': 'idcsComplexAttributeNameMappings',
648
+ 'idcs_icf_bundle_attribute_name': 'idcsICFBundleAttributeName',
649
+ 'idcs_icf_required': 'idcsICFRequired',
650
+ 'idcs_icf_attribute_type': 'idcsICFAttributeType',
651
+ 'idcs_csv_attribute_name_mappings': 'idcsCsvAttributeNameMappings',
652
+ 'reference_types': 'referenceTypes',
653
+ 'idcs_deprecated_since_version': 'idcsDeprecatedSinceVersion',
654
+ 'idcs_added_since_version': 'idcsAddedSinceVersion',
655
+ 'idcs_deprecated_since_release_number': 'idcsDeprecatedSinceReleaseNumber',
656
+ 'idcs_added_since_release_number': 'idcsAddedSinceReleaseNumber',
657
+ 'idcs_min_length': 'idcsMinLength',
658
+ 'idcs_max_length': 'idcsMaxLength',
659
+ 'idcs_min_value': 'idcsMinValue',
660
+ 'idcs_max_value': 'idcsMaxValue',
661
+ 'idcs_multi_language': 'idcsMultiLanguage',
662
+ 'idcs_ref_resource_attributes': 'idcsRefResourceAttributes',
663
+ 'idcs_indirect_ref_resource_attributes': 'idcsIndirectRefResourceAttributes',
664
+ 'idcs_auto_increment_seq_name': 'idcsAutoIncrementSeqName',
665
+ 'idcs_value_persisted': 'idcsValuePersisted',
666
+ 'idcs_sensitive': 'idcsSensitive',
667
+ 'idcs_internal': 'idcsInternal',
668
+ 'idcs_trim_string_value': 'idcsTrimStringValue',
669
+ 'idcs_searchable': 'idcsSearchable',
670
+ 'idcs_generated': 'idcsGenerated',
671
+ 'idcs_auditable': 'idcsAuditable',
672
+ 'idcs_target_attribute_name': 'idcsTargetAttributeName',
673
+ 'idcs_maps_to_same_target_attribute_name_as': 'idcsMapsToSameTargetAttributeNameAs',
674
+ 'idcs_target_norm_attribute_name': 'idcsTargetNormAttributeName',
675
+ 'idcs_target_attribute_name_to_migrate_from': 'idcsTargetAttributeNameToMigrateFrom',
676
+ 'idcs_target_unique_constraint_name': 'idcsTargetUniqueConstraintName',
677
+ 'idcs_to_target_mapper': 'idcsToTargetMapper',
678
+ 'idcs_from_target_mapper': 'idcsFromTargetMapper',
679
+ 'idcs_display_name': 'idcsDisplayName',
680
+ 'idcs_canonical_value_source_resource_type': 'idcsCanonicalValueSourceResourceType',
681
+ 'idcs_canonical_value_source_filter': 'idcsCanonicalValueSourceFilter',
682
+ 'idcs_canonical_value_source_resource_type_id': 'idcsCanonicalValueSourceResourceTypeID',
683
+ 'idcs_canonical_value_source_display_attr_name': 'idcsCanonicalValueSourceDisplayAttrName',
684
+ 'idcs_canonical_value_source_key_attr_name': 'idcsCanonicalValueSourceKeyAttrName',
685
+ 'idcs_canonical_value_type': 'idcsCanonicalValueType',
686
+ 'idcs_validate_reference': 'idcsValidateReference',
687
+ 'idcs_composite_key': 'idcsCompositeKey',
688
+ 'idcs_fetch_complex_attribute_values': 'idcsFetchComplexAttributeValues',
689
+ 'idcs_scim_compliant': 'idcsScimCompliant',
690
+ 'idcs_attribute_mappable': 'idcsAttributeMappable',
691
+ 'idcs_value_persisted_in_other_attribute': 'idcsValuePersistedInOtherAttribute',
692
+ 'idcs_pii': 'idcsPii',
693
+ 'idcs_exclude_from_upgrade_patch': 'idcsExcludeFromUpgradePatch',
694
+ 'sub_attributes': 'subAttributes',
695
+ 'idcs_ref_resource_attribute': 'idcsRefResourceAttribute',
696
+ 'idcs_attribute_cacheable': 'idcsAttributeCacheable',
697
+ 'idcsui_order': 'idcsuiOrder',
698
+ 'idcsui_regexp': 'idcsuiRegexp',
699
+ 'idcsui_visible': 'idcsuiVisible',
700
+ 'idcsui_widget': 'idcsuiWidget',
701
+ 'idcs_features': 'idcsFeatures',
702
+ 'idcs_optional_pii_canonical_values': 'idcsOptionalPiiCanonicalValues',
703
+ 'idcs_sanitize': 'idcsSanitize',
704
+ 'idcs_override_common_attribute': 'idcsOverrideCommonAttribute',
705
+ 'idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete': 'idcsIgnoreReadOnlyAndImmutableRefAttrsDuringForceDelete',
706
+ 'idcs_allow_updates_in_read_only_mode': 'idcsAllowUpdatesInReadOnlyMode',
707
+ 'idcs_paginate_response': 'idcsPaginateResponse',
708
+ 'idcs_requires_write_for_access_flows': 'idcsRequiresWriteForAccessFlows',
709
+ 'idcs_requires_immediate_read_after_write_for_access_flows': 'idcsRequiresImmediateReadAfterWriteForAccessFlows'
710
+ }
711
+
712
+ self._name = None
713
+ self._idcs_display_name_message_id = None
714
+ self._idcs_rtsa_hide_attribute = None
715
+ self._localized_display_name = None
716
+ self._type = None
717
+ self._multi_valued = None
718
+ self._description = None
719
+ self._required = None
720
+ self._idcs_return_empty_when_null = None
721
+ self._canonical_values = None
722
+ self._idcs_default_value = None
723
+ self._localized_canonical_values = None
724
+ self._case_exact = None
725
+ self._mutability = None
726
+ self._returned = None
727
+ self._uniqueness = None
728
+ self._idcs_csv_attribute_name = None
729
+ self._idcs_complex_attribute_name_mappings = None
730
+ self._idcs_icf_bundle_attribute_name = None
731
+ self._idcs_icf_required = None
732
+ self._idcs_icf_attribute_type = None
733
+ self._idcs_csv_attribute_name_mappings = None
734
+ self._reference_types = None
735
+ self._idcs_deprecated_since_version = None
736
+ self._idcs_added_since_version = None
737
+ self._idcs_deprecated_since_release_number = None
738
+ self._idcs_added_since_release_number = None
739
+ self._idcs_min_length = None
740
+ self._idcs_max_length = None
741
+ self._idcs_min_value = None
742
+ self._idcs_max_value = None
743
+ self._idcs_multi_language = None
744
+ self._idcs_ref_resource_attributes = None
745
+ self._idcs_indirect_ref_resource_attributes = None
746
+ self._idcs_auto_increment_seq_name = None
747
+ self._idcs_value_persisted = None
748
+ self._idcs_sensitive = None
749
+ self._idcs_internal = None
750
+ self._idcs_trim_string_value = None
751
+ self._idcs_searchable = None
752
+ self._idcs_generated = None
753
+ self._idcs_auditable = None
754
+ self._idcs_target_attribute_name = None
755
+ self._idcs_maps_to_same_target_attribute_name_as = None
756
+ self._idcs_target_norm_attribute_name = None
757
+ self._idcs_target_attribute_name_to_migrate_from = None
758
+ self._idcs_target_unique_constraint_name = None
759
+ self._idcs_to_target_mapper = None
760
+ self._idcs_from_target_mapper = None
761
+ self._idcs_display_name = None
762
+ self._idcs_canonical_value_source_resource_type = None
763
+ self._idcs_canonical_value_source_filter = None
764
+ self._idcs_canonical_value_source_resource_type_id = None
765
+ self._idcs_canonical_value_source_display_attr_name = None
766
+ self._idcs_canonical_value_source_key_attr_name = None
767
+ self._idcs_canonical_value_type = None
768
+ self._idcs_validate_reference = None
769
+ self._idcs_composite_key = None
770
+ self._idcs_fetch_complex_attribute_values = None
771
+ self._idcs_scim_compliant = None
772
+ self._idcs_attribute_mappable = None
773
+ self._idcs_value_persisted_in_other_attribute = None
774
+ self._idcs_pii = None
775
+ self._idcs_exclude_from_upgrade_patch = None
776
+ self._sub_attributes = None
777
+ self._idcs_ref_resource_attribute = None
778
+ self._idcs_attribute_cacheable = None
779
+ self._idcsui_order = None
780
+ self._idcsui_regexp = None
781
+ self._idcsui_visible = None
782
+ self._idcsui_widget = None
783
+ self._idcs_features = None
784
+ self._idcs_optional_pii_canonical_values = None
785
+ self._idcs_sanitize = None
786
+ self._idcs_override_common_attribute = None
787
+ self._idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete = None
788
+ self._idcs_allow_updates_in_read_only_mode = None
789
+ self._idcs_paginate_response = None
790
+ self._idcs_requires_write_for_access_flows = None
791
+ self._idcs_requires_immediate_read_after_write_for_access_flows = None
792
+
793
+ @property
794
+ def name(self):
795
+ """
796
+ Gets the name of this SchemaAttributes.
797
+ Attribute's name
798
+
799
+ **SCIM++ Properties:**
800
+ - caseExact: true
801
+ - multiValued: false
802
+ - mutability: readWrite
803
+ - required: false
804
+ - returned: default
805
+ - type: string
806
+ - uniqueness: none
807
+
808
+
809
+ :return: The name of this SchemaAttributes.
810
+ :rtype: str
811
+ """
812
+ return self._name
813
+
814
+ @name.setter
815
+ def name(self, name):
816
+ """
817
+ Sets the name of this SchemaAttributes.
818
+ Attribute's name
819
+
820
+ **SCIM++ Properties:**
821
+ - caseExact: true
822
+ - multiValued: false
823
+ - mutability: readWrite
824
+ - required: false
825
+ - returned: default
826
+ - type: string
827
+ - uniqueness: none
828
+
829
+
830
+ :param name: The name of this SchemaAttributes.
831
+ :type: str
832
+ """
833
+ self._name = name
834
+
835
+ @property
836
+ def idcs_display_name_message_id(self):
837
+ """
838
+ Gets the idcs_display_name_message_id of this SchemaAttributes.
839
+ Localized schema attribute display name for use by UI client for displaying attribute labels
840
+
841
+ **SCIM++ Properties:**
842
+ - caseExact: false
843
+ - multiValued: false
844
+ - mutability: readOnly
845
+ - required: false
846
+ - returned: default
847
+ - type: string
848
+ - uniqueness: none
849
+
850
+
851
+ :return: The idcs_display_name_message_id of this SchemaAttributes.
852
+ :rtype: str
853
+ """
854
+ return self._idcs_display_name_message_id
855
+
856
+ @idcs_display_name_message_id.setter
857
+ def idcs_display_name_message_id(self, idcs_display_name_message_id):
858
+ """
859
+ Sets the idcs_display_name_message_id of this SchemaAttributes.
860
+ Localized schema attribute display name for use by UI client for displaying attribute labels
861
+
862
+ **SCIM++ Properties:**
863
+ - caseExact: false
864
+ - multiValued: false
865
+ - mutability: readOnly
866
+ - required: false
867
+ - returned: default
868
+ - type: string
869
+ - uniqueness: none
870
+
871
+
872
+ :param idcs_display_name_message_id: The idcs_display_name_message_id of this SchemaAttributes.
873
+ :type: str
874
+ """
875
+ self._idcs_display_name_message_id = idcs_display_name_message_id
876
+
877
+ @property
878
+ def idcs_rtsa_hide_attribute(self):
879
+ """
880
+ Gets the idcs_rtsa_hide_attribute of this SchemaAttributes.
881
+ Specifies if the attributes in this schema should be hidden externally
882
+
883
+ **Added In:** 19.1.4
884
+
885
+ **SCIM++ Properties:**
886
+ - caseExact: false
887
+ - multiValued: false
888
+ - mutability: readOnly
889
+ - required: false
890
+ - returned: default
891
+ - type: boolean
892
+ - uniqueness: none
893
+
894
+
895
+ :return: The idcs_rtsa_hide_attribute of this SchemaAttributes.
896
+ :rtype: bool
897
+ """
898
+ return self._idcs_rtsa_hide_attribute
899
+
900
+ @idcs_rtsa_hide_attribute.setter
901
+ def idcs_rtsa_hide_attribute(self, idcs_rtsa_hide_attribute):
902
+ """
903
+ Sets the idcs_rtsa_hide_attribute of this SchemaAttributes.
904
+ Specifies if the attributes in this schema should be hidden externally
905
+
906
+ **Added In:** 19.1.4
907
+
908
+ **SCIM++ Properties:**
909
+ - caseExact: false
910
+ - multiValued: false
911
+ - mutability: readOnly
912
+ - required: false
913
+ - returned: default
914
+ - type: boolean
915
+ - uniqueness: none
916
+
917
+
918
+ :param idcs_rtsa_hide_attribute: The idcs_rtsa_hide_attribute of this SchemaAttributes.
919
+ :type: bool
920
+ """
921
+ self._idcs_rtsa_hide_attribute = idcs_rtsa_hide_attribute
922
+
923
+ @property
924
+ def localized_display_name(self):
925
+ """
926
+ Gets the localized_display_name of this SchemaAttributes.
927
+
928
+ :return: The localized_display_name of this SchemaAttributes.
929
+ :rtype: oci.identity_domains.models.SchemaLocalizedDisplayName
930
+ """
931
+ return self._localized_display_name
932
+
933
+ @localized_display_name.setter
934
+ def localized_display_name(self, localized_display_name):
935
+ """
936
+ Sets the localized_display_name of this SchemaAttributes.
937
+
938
+ :param localized_display_name: The localized_display_name of this SchemaAttributes.
939
+ :type: oci.identity_domains.models.SchemaLocalizedDisplayName
940
+ """
941
+ self._localized_display_name = localized_display_name
942
+
943
+ @property
944
+ def type(self):
945
+ """
946
+ Gets the type of this SchemaAttributes.
947
+ The attribute's data type--for example, String
948
+
949
+ **SCIM++ Properties:**
950
+ - caseExact: false
951
+ - multiValued: false
952
+ - mutability: readWrite
953
+ - required: false
954
+ - returned: default
955
+ - type: string
956
+ - uniqueness: none
957
+
958
+ Allowed values for this property are: "string", "complex", "boolean", "decimal", "integer", "dateTime", "reference", "binary", 'UNKNOWN_ENUM_VALUE'.
959
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
960
+
961
+
962
+ :return: The type of this SchemaAttributes.
963
+ :rtype: str
964
+ """
965
+ return self._type
966
+
967
+ @type.setter
968
+ def type(self, type):
969
+ """
970
+ Sets the type of this SchemaAttributes.
971
+ The attribute's data type--for example, String
972
+
973
+ **SCIM++ Properties:**
974
+ - caseExact: false
975
+ - multiValued: false
976
+ - mutability: readWrite
977
+ - required: false
978
+ - returned: default
979
+ - type: string
980
+ - uniqueness: none
981
+
982
+
983
+ :param type: The type of this SchemaAttributes.
984
+ :type: str
985
+ """
986
+ allowed_values = ["string", "complex", "boolean", "decimal", "integer", "dateTime", "reference", "binary"]
987
+ if not value_allowed_none_or_none_sentinel(type, allowed_values):
988
+ type = 'UNKNOWN_ENUM_VALUE'
989
+ self._type = type
990
+
991
+ @property
992
+ def multi_valued(self):
993
+ """
994
+ Gets the multi_valued of this SchemaAttributes.
995
+ Indicates the attribute's plurality
996
+
997
+ **SCIM++ Properties:**
998
+ - multiValued: false
999
+ - mutability: readWrite
1000
+ - required: false
1001
+ - returned: default
1002
+ - type: boolean
1003
+
1004
+
1005
+ :return: The multi_valued of this SchemaAttributes.
1006
+ :rtype: bool
1007
+ """
1008
+ return self._multi_valued
1009
+
1010
+ @multi_valued.setter
1011
+ def multi_valued(self, multi_valued):
1012
+ """
1013
+ Sets the multi_valued of this SchemaAttributes.
1014
+ Indicates the attribute's plurality
1015
+
1016
+ **SCIM++ Properties:**
1017
+ - multiValued: false
1018
+ - mutability: readWrite
1019
+ - required: false
1020
+ - returned: default
1021
+ - type: boolean
1022
+
1023
+
1024
+ :param multi_valued: The multi_valued of this SchemaAttributes.
1025
+ :type: bool
1026
+ """
1027
+ self._multi_valued = multi_valued
1028
+
1029
+ @property
1030
+ def description(self):
1031
+ """
1032
+ Gets the description of this SchemaAttributes.
1033
+ The attribute's human-readable description
1034
+
1035
+ **SCIM++ Properties:**
1036
+ - caseExact: true
1037
+ - multiValued: false
1038
+ - mutability: readWrite
1039
+ - required: false
1040
+ - returned: default
1041
+ - type: string
1042
+ - uniqueness: none
1043
+
1044
+
1045
+ :return: The description of this SchemaAttributes.
1046
+ :rtype: str
1047
+ """
1048
+ return self._description
1049
+
1050
+ @description.setter
1051
+ def description(self, description):
1052
+ """
1053
+ Sets the description of this SchemaAttributes.
1054
+ The attribute's human-readable description
1055
+
1056
+ **SCIM++ Properties:**
1057
+ - caseExact: true
1058
+ - multiValued: false
1059
+ - mutability: readWrite
1060
+ - required: false
1061
+ - returned: default
1062
+ - type: string
1063
+ - uniqueness: none
1064
+
1065
+
1066
+ :param description: The description of this SchemaAttributes.
1067
+ :type: str
1068
+ """
1069
+ self._description = description
1070
+
1071
+ @property
1072
+ def required(self):
1073
+ """
1074
+ Gets the required of this SchemaAttributes.
1075
+ Specifies if the attribute is required
1076
+
1077
+ **SCIM++ Properties:**
1078
+ - multiValued: false
1079
+ - mutability: readWrite
1080
+ - required: false
1081
+ - returned: default
1082
+ - type: boolean
1083
+
1084
+
1085
+ :return: The required of this SchemaAttributes.
1086
+ :rtype: bool
1087
+ """
1088
+ return self._required
1089
+
1090
+ @required.setter
1091
+ def required(self, required):
1092
+ """
1093
+ Sets the required of this SchemaAttributes.
1094
+ Specifies if the attribute is required
1095
+
1096
+ **SCIM++ Properties:**
1097
+ - multiValued: false
1098
+ - mutability: readWrite
1099
+ - required: false
1100
+ - returned: default
1101
+ - type: boolean
1102
+
1103
+
1104
+ :param required: The required of this SchemaAttributes.
1105
+ :type: bool
1106
+ """
1107
+ self._required = required
1108
+
1109
+ @property
1110
+ def idcs_return_empty_when_null(self):
1111
+ """
1112
+ Gets the idcs_return_empty_when_null of this SchemaAttributes.
1113
+ Specifies if the attribute is required
1114
+
1115
+ **Added In:** 2305190132
1116
+
1117
+ **SCIM++ Properties:**
1118
+ - multiValued: false
1119
+ - mutability: readWrite
1120
+ - required: false
1121
+ - returned: default
1122
+ - type: boolean
1123
+
1124
+
1125
+ :return: The idcs_return_empty_when_null of this SchemaAttributes.
1126
+ :rtype: bool
1127
+ """
1128
+ return self._idcs_return_empty_when_null
1129
+
1130
+ @idcs_return_empty_when_null.setter
1131
+ def idcs_return_empty_when_null(self, idcs_return_empty_when_null):
1132
+ """
1133
+ Sets the idcs_return_empty_when_null of this SchemaAttributes.
1134
+ Specifies if the attribute is required
1135
+
1136
+ **Added In:** 2305190132
1137
+
1138
+ **SCIM++ Properties:**
1139
+ - multiValued: false
1140
+ - mutability: readWrite
1141
+ - required: false
1142
+ - returned: default
1143
+ - type: boolean
1144
+
1145
+
1146
+ :param idcs_return_empty_when_null: The idcs_return_empty_when_null of this SchemaAttributes.
1147
+ :type: bool
1148
+ """
1149
+ self._idcs_return_empty_when_null = idcs_return_empty_when_null
1150
+
1151
+ @property
1152
+ def canonical_values(self):
1153
+ """
1154
+ Gets the canonical_values of this SchemaAttributes.
1155
+ A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \\\"work\\\", \\\"home\\\".
1156
+
1157
+ **SCIM++ Properties:**
1158
+ - caseExact: true
1159
+ - multiValued: true
1160
+ - mutability: readWrite
1161
+ - required: false
1162
+ - returned: default
1163
+ - type: string
1164
+ - uniqueness: none
1165
+
1166
+
1167
+ :return: The canonical_values of this SchemaAttributes.
1168
+ :rtype: list[str]
1169
+ """
1170
+ return self._canonical_values
1171
+
1172
+ @canonical_values.setter
1173
+ def canonical_values(self, canonical_values):
1174
+ """
1175
+ Sets the canonical_values of this SchemaAttributes.
1176
+ A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \\\"work\\\", \\\"home\\\".
1177
+
1178
+ **SCIM++ Properties:**
1179
+ - caseExact: true
1180
+ - multiValued: true
1181
+ - mutability: readWrite
1182
+ - required: false
1183
+ - returned: default
1184
+ - type: string
1185
+ - uniqueness: none
1186
+
1187
+
1188
+ :param canonical_values: The canonical_values of this SchemaAttributes.
1189
+ :type: list[str]
1190
+ """
1191
+ self._canonical_values = canonical_values
1192
+
1193
+ @property
1194
+ def idcs_default_value(self):
1195
+ """
1196
+ Gets the idcs_default_value of this SchemaAttributes.
1197
+ Specifies the default value for an attribute. The value must be one from canonicalValues if defined.
1198
+
1199
+ **Added In:** 18.1.6
1200
+
1201
+ **SCIM++ Properties:**
1202
+ - caseExact: true
1203
+ - multiValued: false
1204
+ - mutability: readWrite
1205
+ - required: false
1206
+ - returned: default
1207
+ - type: string
1208
+ - uniqueness: none
1209
+
1210
+
1211
+ :return: The idcs_default_value of this SchemaAttributes.
1212
+ :rtype: str
1213
+ """
1214
+ return self._idcs_default_value
1215
+
1216
+ @idcs_default_value.setter
1217
+ def idcs_default_value(self, idcs_default_value):
1218
+ """
1219
+ Sets the idcs_default_value of this SchemaAttributes.
1220
+ Specifies the default value for an attribute. The value must be one from canonicalValues if defined.
1221
+
1222
+ **Added In:** 18.1.6
1223
+
1224
+ **SCIM++ Properties:**
1225
+ - caseExact: true
1226
+ - multiValued: false
1227
+ - mutability: readWrite
1228
+ - required: false
1229
+ - returned: default
1230
+ - type: string
1231
+ - uniqueness: none
1232
+
1233
+
1234
+ :param idcs_default_value: The idcs_default_value of this SchemaAttributes.
1235
+ :type: str
1236
+ """
1237
+ self._idcs_default_value = idcs_default_value
1238
+
1239
+ @property
1240
+ def localized_canonical_values(self):
1241
+ """
1242
+ Gets the localized_canonical_values of this SchemaAttributes.
1243
+ A collection of Localized canonical values.
1244
+
1245
+ **SCIM++ Properties:**
1246
+ - multiValued: true
1247
+ - mutability: readWrite
1248
+ - required: false
1249
+ - returned: default
1250
+ - type: complex
1251
+
1252
+
1253
+ :return: The localized_canonical_values of this SchemaAttributes.
1254
+ :rtype: list[oci.identity_domains.models.SchemaLocalizedCanonicalValues]
1255
+ """
1256
+ return self._localized_canonical_values
1257
+
1258
+ @localized_canonical_values.setter
1259
+ def localized_canonical_values(self, localized_canonical_values):
1260
+ """
1261
+ Sets the localized_canonical_values of this SchemaAttributes.
1262
+ A collection of Localized canonical values.
1263
+
1264
+ **SCIM++ Properties:**
1265
+ - multiValued: true
1266
+ - mutability: readWrite
1267
+ - required: false
1268
+ - returned: default
1269
+ - type: complex
1270
+
1271
+
1272
+ :param localized_canonical_values: The localized_canonical_values of this SchemaAttributes.
1273
+ :type: list[oci.identity_domains.models.SchemaLocalizedCanonicalValues]
1274
+ """
1275
+ self._localized_canonical_values = localized_canonical_values
1276
+
1277
+ @property
1278
+ def case_exact(self):
1279
+ """
1280
+ Gets the case_exact of this SchemaAttributes.
1281
+ Specifies if the String attribute is case-sensitive
1282
+
1283
+ **SCIM++ Properties:**
1284
+ - multiValued: false
1285
+ - mutability: readWrite
1286
+ - required: false
1287
+ - returned: default
1288
+ - type: boolean
1289
+
1290
+
1291
+ :return: The case_exact of this SchemaAttributes.
1292
+ :rtype: bool
1293
+ """
1294
+ return self._case_exact
1295
+
1296
+ @case_exact.setter
1297
+ def case_exact(self, case_exact):
1298
+ """
1299
+ Sets the case_exact of this SchemaAttributes.
1300
+ Specifies if the String attribute is case-sensitive
1301
+
1302
+ **SCIM++ Properties:**
1303
+ - multiValued: false
1304
+ - mutability: readWrite
1305
+ - required: false
1306
+ - returned: default
1307
+ - type: boolean
1308
+
1309
+
1310
+ :param case_exact: The case_exact of this SchemaAttributes.
1311
+ :type: bool
1312
+ """
1313
+ self._case_exact = case_exact
1314
+
1315
+ @property
1316
+ def mutability(self):
1317
+ """
1318
+ Gets the mutability of this SchemaAttributes.
1319
+ Specifies if the attribute is mutable
1320
+
1321
+ **SCIM++ Properties:**
1322
+ - caseExact: true
1323
+ - multiValued: false
1324
+ - mutability: readWrite
1325
+ - required: false
1326
+ - returned: default
1327
+ - type: string
1328
+ - uniqueness: none
1329
+
1330
+ Allowed values for this property are: "readOnly", "readWrite", "immutable", "writeOnly", 'UNKNOWN_ENUM_VALUE'.
1331
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1332
+
1333
+
1334
+ :return: The mutability of this SchemaAttributes.
1335
+ :rtype: str
1336
+ """
1337
+ return self._mutability
1338
+
1339
+ @mutability.setter
1340
+ def mutability(self, mutability):
1341
+ """
1342
+ Sets the mutability of this SchemaAttributes.
1343
+ Specifies if the attribute is mutable
1344
+
1345
+ **SCIM++ Properties:**
1346
+ - caseExact: true
1347
+ - multiValued: false
1348
+ - mutability: readWrite
1349
+ - required: false
1350
+ - returned: default
1351
+ - type: string
1352
+ - uniqueness: none
1353
+
1354
+
1355
+ :param mutability: The mutability of this SchemaAttributes.
1356
+ :type: str
1357
+ """
1358
+ allowed_values = ["readOnly", "readWrite", "immutable", "writeOnly"]
1359
+ if not value_allowed_none_or_none_sentinel(mutability, allowed_values):
1360
+ mutability = 'UNKNOWN_ENUM_VALUE'
1361
+ self._mutability = mutability
1362
+
1363
+ @property
1364
+ def returned(self):
1365
+ """
1366
+ Gets the returned of this SchemaAttributes.
1367
+ A single keyword that indicates when an attribute and associated values are returned in response to a GET request or in response to a PUT, POST, or PATCH request
1368
+
1369
+ **SCIM++ Properties:**
1370
+ - caseExact: true
1371
+ - multiValued: false
1372
+ - mutability: readWrite
1373
+ - required: false
1374
+ - returned: default
1375
+ - type: string
1376
+ - uniqueness: none
1377
+
1378
+ Allowed values for this property are: "always", "never", "default", "request", 'UNKNOWN_ENUM_VALUE'.
1379
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1380
+
1381
+
1382
+ :return: The returned of this SchemaAttributes.
1383
+ :rtype: str
1384
+ """
1385
+ return self._returned
1386
+
1387
+ @returned.setter
1388
+ def returned(self, returned):
1389
+ """
1390
+ Sets the returned of this SchemaAttributes.
1391
+ A single keyword that indicates when an attribute and associated values are returned in response to a GET request or in response to a PUT, POST, or PATCH request
1392
+
1393
+ **SCIM++ Properties:**
1394
+ - caseExact: true
1395
+ - multiValued: false
1396
+ - mutability: readWrite
1397
+ - required: false
1398
+ - returned: default
1399
+ - type: string
1400
+ - uniqueness: none
1401
+
1402
+
1403
+ :param returned: The returned of this SchemaAttributes.
1404
+ :type: str
1405
+ """
1406
+ allowed_values = ["always", "never", "default", "request"]
1407
+ if not value_allowed_none_or_none_sentinel(returned, allowed_values):
1408
+ returned = 'UNKNOWN_ENUM_VALUE'
1409
+ self._returned = returned
1410
+
1411
+ @property
1412
+ def uniqueness(self):
1413
+ """
1414
+ Gets the uniqueness of this SchemaAttributes.
1415
+ A single keyword value that specifies how the Service Provider enforces uniqueness of attribute values. A server MAY reject an invalid value based on uniqueness by returning an HTTP response code of 400 (Bad Request). A client MAY enforce uniqueness on the client side to a greater degree than the Service Provider enforces. For example, a client could make a value unique while the server has the uniqueness of \\\"none\\\".
1416
+
1417
+ **SCIM++ Properties:**
1418
+ - caseExact: true
1419
+ - multiValued: false
1420
+ - required: false
1421
+ - returned: default
1422
+ - type: string
1423
+ - uniqueness: none
1424
+
1425
+ Allowed values for this property are: "none", "server", "global", 'UNKNOWN_ENUM_VALUE'.
1426
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1427
+
1428
+
1429
+ :return: The uniqueness of this SchemaAttributes.
1430
+ :rtype: str
1431
+ """
1432
+ return self._uniqueness
1433
+
1434
+ @uniqueness.setter
1435
+ def uniqueness(self, uniqueness):
1436
+ """
1437
+ Sets the uniqueness of this SchemaAttributes.
1438
+ A single keyword value that specifies how the Service Provider enforces uniqueness of attribute values. A server MAY reject an invalid value based on uniqueness by returning an HTTP response code of 400 (Bad Request). A client MAY enforce uniqueness on the client side to a greater degree than the Service Provider enforces. For example, a client could make a value unique while the server has the uniqueness of \\\"none\\\".
1439
+
1440
+ **SCIM++ Properties:**
1441
+ - caseExact: true
1442
+ - multiValued: false
1443
+ - required: false
1444
+ - returned: default
1445
+ - type: string
1446
+ - uniqueness: none
1447
+
1448
+
1449
+ :param uniqueness: The uniqueness of this SchemaAttributes.
1450
+ :type: str
1451
+ """
1452
+ allowed_values = ["none", "server", "global"]
1453
+ if not value_allowed_none_or_none_sentinel(uniqueness, allowed_values):
1454
+ uniqueness = 'UNKNOWN_ENUM_VALUE'
1455
+ self._uniqueness = uniqueness
1456
+
1457
+ @property
1458
+ def idcs_csv_attribute_name(self):
1459
+ """
1460
+ Gets the idcs_csv_attribute_name of this SchemaAttributes.
1461
+ The attribute defining the CSV header name for import/export
1462
+
1463
+ **SCIM++ Properties:**
1464
+ - caseExact: true
1465
+ - multiValued: false
1466
+ - mutability: readWrite
1467
+ - required: false
1468
+ - returned: default
1469
+ - type: string
1470
+ - uniqueness: none
1471
+
1472
+
1473
+ :return: The idcs_csv_attribute_name of this SchemaAttributes.
1474
+ :rtype: str
1475
+ """
1476
+ return self._idcs_csv_attribute_name
1477
+
1478
+ @idcs_csv_attribute_name.setter
1479
+ def idcs_csv_attribute_name(self, idcs_csv_attribute_name):
1480
+ """
1481
+ Sets the idcs_csv_attribute_name of this SchemaAttributes.
1482
+ The attribute defining the CSV header name for import/export
1483
+
1484
+ **SCIM++ Properties:**
1485
+ - caseExact: true
1486
+ - multiValued: false
1487
+ - mutability: readWrite
1488
+ - required: false
1489
+ - returned: default
1490
+ - type: string
1491
+ - uniqueness: none
1492
+
1493
+
1494
+ :param idcs_csv_attribute_name: The idcs_csv_attribute_name of this SchemaAttributes.
1495
+ :type: str
1496
+ """
1497
+ self._idcs_csv_attribute_name = idcs_csv_attribute_name
1498
+
1499
+ @property
1500
+ def idcs_complex_attribute_name_mappings(self):
1501
+ """
1502
+ Gets the idcs_complex_attribute_name_mappings of this SchemaAttributes.
1503
+ Specifies the mapping between external identity source attributes and Oracle Identity Cloud Service complex attributes (e.g. email => emails[work].value)
1504
+
1505
+ **SCIM++ Properties:**
1506
+ - multiValued: true
1507
+ - mutability: readOnly
1508
+ - required: false
1509
+ - returned: default
1510
+ - type: complex
1511
+
1512
+
1513
+ :return: The idcs_complex_attribute_name_mappings of this SchemaAttributes.
1514
+ :rtype: list[oci.identity_domains.models.SchemaIdcsComplexAttributeNameMappings]
1515
+ """
1516
+ return self._idcs_complex_attribute_name_mappings
1517
+
1518
+ @idcs_complex_attribute_name_mappings.setter
1519
+ def idcs_complex_attribute_name_mappings(self, idcs_complex_attribute_name_mappings):
1520
+ """
1521
+ Sets the idcs_complex_attribute_name_mappings of this SchemaAttributes.
1522
+ Specifies the mapping between external identity source attributes and Oracle Identity Cloud Service complex attributes (e.g. email => emails[work].value)
1523
+
1524
+ **SCIM++ Properties:**
1525
+ - multiValued: true
1526
+ - mutability: readOnly
1527
+ - required: false
1528
+ - returned: default
1529
+ - type: complex
1530
+
1531
+
1532
+ :param idcs_complex_attribute_name_mappings: The idcs_complex_attribute_name_mappings of this SchemaAttributes.
1533
+ :type: list[oci.identity_domains.models.SchemaIdcsComplexAttributeNameMappings]
1534
+ """
1535
+ self._idcs_complex_attribute_name_mappings = idcs_complex_attribute_name_mappings
1536
+
1537
+ @property
1538
+ def idcs_icf_bundle_attribute_name(self):
1539
+ """
1540
+ Gets the idcs_icf_bundle_attribute_name of this SchemaAttributes.
1541
+ Maps to ICF target attribute name
1542
+
1543
+ **SCIM++ Properties:**
1544
+ - caseExact: true
1545
+ - multiValued: false
1546
+ - mutability: readWrite
1547
+ - required: false
1548
+ - returned: default
1549
+ - type: string
1550
+ - uniqueness: none
1551
+
1552
+
1553
+ :return: The idcs_icf_bundle_attribute_name of this SchemaAttributes.
1554
+ :rtype: str
1555
+ """
1556
+ return self._idcs_icf_bundle_attribute_name
1557
+
1558
+ @idcs_icf_bundle_attribute_name.setter
1559
+ def idcs_icf_bundle_attribute_name(self, idcs_icf_bundle_attribute_name):
1560
+ """
1561
+ Sets the idcs_icf_bundle_attribute_name of this SchemaAttributes.
1562
+ Maps to ICF target attribute name
1563
+
1564
+ **SCIM++ Properties:**
1565
+ - caseExact: true
1566
+ - multiValued: false
1567
+ - mutability: readWrite
1568
+ - required: false
1569
+ - returned: default
1570
+ - type: string
1571
+ - uniqueness: none
1572
+
1573
+
1574
+ :param idcs_icf_bundle_attribute_name: The idcs_icf_bundle_attribute_name of this SchemaAttributes.
1575
+ :type: str
1576
+ """
1577
+ self._idcs_icf_bundle_attribute_name = idcs_icf_bundle_attribute_name
1578
+
1579
+ @property
1580
+ def idcs_icf_required(self):
1581
+ """
1582
+ Gets the idcs_icf_required of this SchemaAttributes.
1583
+ Metadata to identify the ICF required attribute
1584
+
1585
+ **SCIM++ Properties:**
1586
+ - caseExact: true
1587
+ - multiValued: false
1588
+ - mutability: readWrite
1589
+ - required: false
1590
+ - returned: default
1591
+ - type: boolean
1592
+ - uniqueness: none
1593
+
1594
+
1595
+ :return: The idcs_icf_required of this SchemaAttributes.
1596
+ :rtype: bool
1597
+ """
1598
+ return self._idcs_icf_required
1599
+
1600
+ @idcs_icf_required.setter
1601
+ def idcs_icf_required(self, idcs_icf_required):
1602
+ """
1603
+ Sets the idcs_icf_required of this SchemaAttributes.
1604
+ Metadata to identify the ICF required attribute
1605
+
1606
+ **SCIM++ Properties:**
1607
+ - caseExact: true
1608
+ - multiValued: false
1609
+ - mutability: readWrite
1610
+ - required: false
1611
+ - returned: default
1612
+ - type: boolean
1613
+ - uniqueness: none
1614
+
1615
+
1616
+ :param idcs_icf_required: The idcs_icf_required of this SchemaAttributes.
1617
+ :type: bool
1618
+ """
1619
+ self._idcs_icf_required = idcs_icf_required
1620
+
1621
+ @property
1622
+ def idcs_icf_attribute_type(self):
1623
+ """
1624
+ Gets the idcs_icf_attribute_type of this SchemaAttributes.
1625
+ Maps to ICF data type
1626
+
1627
+ **SCIM++ Properties:**
1628
+ - caseExact: true
1629
+ - multiValued: false
1630
+ - mutability: readWrite
1631
+ - required: false
1632
+ - returned: default
1633
+ - type: string
1634
+ - uniqueness: none
1635
+
1636
+ Allowed values for this property are: "string", "long", "char", "double", "float", "integer", "boolean", "bytes", "bigdecimal", "biginteger", "guardedbytes", "guardedstring", 'UNKNOWN_ENUM_VALUE'.
1637
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1638
+
1639
+
1640
+ :return: The idcs_icf_attribute_type of this SchemaAttributes.
1641
+ :rtype: str
1642
+ """
1643
+ return self._idcs_icf_attribute_type
1644
+
1645
+ @idcs_icf_attribute_type.setter
1646
+ def idcs_icf_attribute_type(self, idcs_icf_attribute_type):
1647
+ """
1648
+ Sets the idcs_icf_attribute_type of this SchemaAttributes.
1649
+ Maps to ICF data type
1650
+
1651
+ **SCIM++ Properties:**
1652
+ - caseExact: true
1653
+ - multiValued: false
1654
+ - mutability: readWrite
1655
+ - required: false
1656
+ - returned: default
1657
+ - type: string
1658
+ - uniqueness: none
1659
+
1660
+
1661
+ :param idcs_icf_attribute_type: The idcs_icf_attribute_type of this SchemaAttributes.
1662
+ :type: str
1663
+ """
1664
+ allowed_values = ["string", "long", "char", "double", "float", "integer", "boolean", "bytes", "bigdecimal", "biginteger", "guardedbytes", "guardedstring"]
1665
+ if not value_allowed_none_or_none_sentinel(idcs_icf_attribute_type, allowed_values):
1666
+ idcs_icf_attribute_type = 'UNKNOWN_ENUM_VALUE'
1667
+ self._idcs_icf_attribute_type = idcs_icf_attribute_type
1668
+
1669
+ @property
1670
+ def idcs_csv_attribute_name_mappings(self):
1671
+ """
1672
+ Gets the idcs_csv_attribute_name_mappings of this SchemaAttributes.
1673
+ Csv meta data for those resource type attributes which can be imported / exported from / to csv.
1674
+
1675
+ **SCIM++ Properties:**
1676
+ - multiValued: true
1677
+ - mutability: readWrite
1678
+ - required: false
1679
+ - returned: default
1680
+ - type: complex
1681
+
1682
+
1683
+ :return: The idcs_csv_attribute_name_mappings of this SchemaAttributes.
1684
+ :rtype: list[oci.identity_domains.models.SchemaIdcsCsvAttributeNameMappings]
1685
+ """
1686
+ return self._idcs_csv_attribute_name_mappings
1687
+
1688
+ @idcs_csv_attribute_name_mappings.setter
1689
+ def idcs_csv_attribute_name_mappings(self, idcs_csv_attribute_name_mappings):
1690
+ """
1691
+ Sets the idcs_csv_attribute_name_mappings of this SchemaAttributes.
1692
+ Csv meta data for those resource type attributes which can be imported / exported from / to csv.
1693
+
1694
+ **SCIM++ Properties:**
1695
+ - multiValued: true
1696
+ - mutability: readWrite
1697
+ - required: false
1698
+ - returned: default
1699
+ - type: complex
1700
+
1701
+
1702
+ :param idcs_csv_attribute_name_mappings: The idcs_csv_attribute_name_mappings of this SchemaAttributes.
1703
+ :type: list[oci.identity_domains.models.SchemaIdcsCsvAttributeNameMappings]
1704
+ """
1705
+ self._idcs_csv_attribute_name_mappings = idcs_csv_attribute_name_mappings
1706
+
1707
+ @property
1708
+ def reference_types(self):
1709
+ """
1710
+ Gets the reference_types of this SchemaAttributes.
1711
+ The names of the Resource types that may be referenced--for example, User. This is only applicable for attributes that are of the \\\"reference\\\" data type.
1712
+
1713
+ **SCIM++ Properties:**
1714
+ - caseExact: true
1715
+ - multiValued: true
1716
+ - mutability: readWrite
1717
+ - required: false
1718
+ - returned: default
1719
+ - type: string
1720
+ - uniqueness: none
1721
+
1722
+
1723
+ :return: The reference_types of this SchemaAttributes.
1724
+ :rtype: list[str]
1725
+ """
1726
+ return self._reference_types
1727
+
1728
+ @reference_types.setter
1729
+ def reference_types(self, reference_types):
1730
+ """
1731
+ Sets the reference_types of this SchemaAttributes.
1732
+ The names of the Resource types that may be referenced--for example, User. This is only applicable for attributes that are of the \\\"reference\\\" data type.
1733
+
1734
+ **SCIM++ Properties:**
1735
+ - caseExact: true
1736
+ - multiValued: true
1737
+ - mutability: readWrite
1738
+ - required: false
1739
+ - returned: default
1740
+ - type: string
1741
+ - uniqueness: none
1742
+
1743
+
1744
+ :param reference_types: The reference_types of this SchemaAttributes.
1745
+ :type: list[str]
1746
+ """
1747
+ self._reference_types = reference_types
1748
+
1749
+ @property
1750
+ def idcs_deprecated_since_version(self):
1751
+ """
1752
+ Gets the idcs_deprecated_since_version of this SchemaAttributes.
1753
+ Indicates that the schema has been deprecated since version
1754
+
1755
+ **Deprecated Since: 19.3.3**
1756
+
1757
+ **SCIM++ Properties:**
1758
+ - multiValued: false
1759
+ - mutability: readWrite
1760
+ - required: false
1761
+ - returned: default
1762
+ - type: integer
1763
+
1764
+
1765
+ :return: The idcs_deprecated_since_version of this SchemaAttributes.
1766
+ :rtype: int
1767
+ """
1768
+ return self._idcs_deprecated_since_version
1769
+
1770
+ @idcs_deprecated_since_version.setter
1771
+ def idcs_deprecated_since_version(self, idcs_deprecated_since_version):
1772
+ """
1773
+ Sets the idcs_deprecated_since_version of this SchemaAttributes.
1774
+ Indicates that the schema has been deprecated since version
1775
+
1776
+ **Deprecated Since: 19.3.3**
1777
+
1778
+ **SCIM++ Properties:**
1779
+ - multiValued: false
1780
+ - mutability: readWrite
1781
+ - required: false
1782
+ - returned: default
1783
+ - type: integer
1784
+
1785
+
1786
+ :param idcs_deprecated_since_version: The idcs_deprecated_since_version of this SchemaAttributes.
1787
+ :type: int
1788
+ """
1789
+ self._idcs_deprecated_since_version = idcs_deprecated_since_version
1790
+
1791
+ @property
1792
+ def idcs_added_since_version(self):
1793
+ """
1794
+ Gets the idcs_added_since_version of this SchemaAttributes.
1795
+ Indicates that the schema has been added since version
1796
+
1797
+ **Deprecated Since: 19.3.3**
1798
+
1799
+ **SCIM++ Properties:**
1800
+ - multiValued: false
1801
+ - mutability: readWrite
1802
+ - required: false
1803
+ - returned: default
1804
+ - type: integer
1805
+
1806
+
1807
+ :return: The idcs_added_since_version of this SchemaAttributes.
1808
+ :rtype: int
1809
+ """
1810
+ return self._idcs_added_since_version
1811
+
1812
+ @idcs_added_since_version.setter
1813
+ def idcs_added_since_version(self, idcs_added_since_version):
1814
+ """
1815
+ Sets the idcs_added_since_version of this SchemaAttributes.
1816
+ Indicates that the schema has been added since version
1817
+
1818
+ **Deprecated Since: 19.3.3**
1819
+
1820
+ **SCIM++ Properties:**
1821
+ - multiValued: false
1822
+ - mutability: readWrite
1823
+ - required: false
1824
+ - returned: default
1825
+ - type: integer
1826
+
1827
+
1828
+ :param idcs_added_since_version: The idcs_added_since_version of this SchemaAttributes.
1829
+ :type: int
1830
+ """
1831
+ self._idcs_added_since_version = idcs_added_since_version
1832
+
1833
+ @property
1834
+ def idcs_deprecated_since_release_number(self):
1835
+ """
1836
+ Gets the idcs_deprecated_since_release_number of this SchemaAttributes.
1837
+ Indicates that the schema has been deprecated since this release number
1838
+
1839
+ **Added In:** 17.3.4
1840
+
1841
+ **SCIM++ Properties:**
1842
+ - multiValued: false
1843
+ - mutability: readWrite
1844
+ - required: false
1845
+ - returned: default
1846
+ - type: string
1847
+
1848
+
1849
+ :return: The idcs_deprecated_since_release_number of this SchemaAttributes.
1850
+ :rtype: str
1851
+ """
1852
+ return self._idcs_deprecated_since_release_number
1853
+
1854
+ @idcs_deprecated_since_release_number.setter
1855
+ def idcs_deprecated_since_release_number(self, idcs_deprecated_since_release_number):
1856
+ """
1857
+ Sets the idcs_deprecated_since_release_number of this SchemaAttributes.
1858
+ Indicates that the schema has been deprecated since this release number
1859
+
1860
+ **Added In:** 17.3.4
1861
+
1862
+ **SCIM++ Properties:**
1863
+ - multiValued: false
1864
+ - mutability: readWrite
1865
+ - required: false
1866
+ - returned: default
1867
+ - type: string
1868
+
1869
+
1870
+ :param idcs_deprecated_since_release_number: The idcs_deprecated_since_release_number of this SchemaAttributes.
1871
+ :type: str
1872
+ """
1873
+ self._idcs_deprecated_since_release_number = idcs_deprecated_since_release_number
1874
+
1875
+ @property
1876
+ def idcs_added_since_release_number(self):
1877
+ """
1878
+ Gets the idcs_added_since_release_number of this SchemaAttributes.
1879
+ Indicates that the schema has been added since this release number
1880
+
1881
+ **Added In:** 17.3.4
1882
+
1883
+ **SCIM++ Properties:**
1884
+ - multiValued: false
1885
+ - mutability: readWrite
1886
+ - required: false
1887
+ - returned: default
1888
+ - type: string
1889
+
1890
+
1891
+ :return: The idcs_added_since_release_number of this SchemaAttributes.
1892
+ :rtype: str
1893
+ """
1894
+ return self._idcs_added_since_release_number
1895
+
1896
+ @idcs_added_since_release_number.setter
1897
+ def idcs_added_since_release_number(self, idcs_added_since_release_number):
1898
+ """
1899
+ Sets the idcs_added_since_release_number of this SchemaAttributes.
1900
+ Indicates that the schema has been added since this release number
1901
+
1902
+ **Added In:** 17.3.4
1903
+
1904
+ **SCIM++ Properties:**
1905
+ - multiValued: false
1906
+ - mutability: readWrite
1907
+ - required: false
1908
+ - returned: default
1909
+ - type: string
1910
+
1911
+
1912
+ :param idcs_added_since_release_number: The idcs_added_since_release_number of this SchemaAttributes.
1913
+ :type: str
1914
+ """
1915
+ self._idcs_added_since_release_number = idcs_added_since_release_number
1916
+
1917
+ @property
1918
+ def idcs_min_length(self):
1919
+ """
1920
+ Gets the idcs_min_length of this SchemaAttributes.
1921
+ Specifies the minimum length of the attribute
1922
+
1923
+ **SCIM++ Properties:**
1924
+ - multiValued: false
1925
+ - mutability: readWrite
1926
+ - required: false
1927
+ - returned: default
1928
+ - type: integer
1929
+
1930
+
1931
+ :return: The idcs_min_length of this SchemaAttributes.
1932
+ :rtype: int
1933
+ """
1934
+ return self._idcs_min_length
1935
+
1936
+ @idcs_min_length.setter
1937
+ def idcs_min_length(self, idcs_min_length):
1938
+ """
1939
+ Sets the idcs_min_length of this SchemaAttributes.
1940
+ Specifies the minimum length of the attribute
1941
+
1942
+ **SCIM++ Properties:**
1943
+ - multiValued: false
1944
+ - mutability: readWrite
1945
+ - required: false
1946
+ - returned: default
1947
+ - type: integer
1948
+
1949
+
1950
+ :param idcs_min_length: The idcs_min_length of this SchemaAttributes.
1951
+ :type: int
1952
+ """
1953
+ self._idcs_min_length = idcs_min_length
1954
+
1955
+ @property
1956
+ def idcs_max_length(self):
1957
+ """
1958
+ Gets the idcs_max_length of this SchemaAttributes.
1959
+ Specifies the maximum length of the attribute
1960
+
1961
+ **SCIM++ Properties:**
1962
+ - multiValued: false
1963
+ - mutability: readWrite
1964
+ - required: false
1965
+ - returned: default
1966
+ - type: integer
1967
+
1968
+
1969
+ :return: The idcs_max_length of this SchemaAttributes.
1970
+ :rtype: int
1971
+ """
1972
+ return self._idcs_max_length
1973
+
1974
+ @idcs_max_length.setter
1975
+ def idcs_max_length(self, idcs_max_length):
1976
+ """
1977
+ Sets the idcs_max_length of this SchemaAttributes.
1978
+ Specifies the maximum length of the attribute
1979
+
1980
+ **SCIM++ Properties:**
1981
+ - multiValued: false
1982
+ - mutability: readWrite
1983
+ - required: false
1984
+ - returned: default
1985
+ - type: integer
1986
+
1987
+
1988
+ :param idcs_max_length: The idcs_max_length of this SchemaAttributes.
1989
+ :type: int
1990
+ """
1991
+ self._idcs_max_length = idcs_max_length
1992
+
1993
+ @property
1994
+ def idcs_min_value(self):
1995
+ """
1996
+ Gets the idcs_min_value of this SchemaAttributes.
1997
+ Specifies the minimum value of the integer attribute
1998
+
1999
+ **SCIM++ Properties:**
2000
+ - multiValued: false
2001
+ - mutability: readOnly
2002
+ - required: false
2003
+ - returned: default
2004
+ - type: integer
2005
+
2006
+
2007
+ :return: The idcs_min_value of this SchemaAttributes.
2008
+ :rtype: int
2009
+ """
2010
+ return self._idcs_min_value
2011
+
2012
+ @idcs_min_value.setter
2013
+ def idcs_min_value(self, idcs_min_value):
2014
+ """
2015
+ Sets the idcs_min_value of this SchemaAttributes.
2016
+ Specifies the minimum value of the integer attribute
2017
+
2018
+ **SCIM++ Properties:**
2019
+ - multiValued: false
2020
+ - mutability: readOnly
2021
+ - required: false
2022
+ - returned: default
2023
+ - type: integer
2024
+
2025
+
2026
+ :param idcs_min_value: The idcs_min_value of this SchemaAttributes.
2027
+ :type: int
2028
+ """
2029
+ self._idcs_min_value = idcs_min_value
2030
+
2031
+ @property
2032
+ def idcs_max_value(self):
2033
+ """
2034
+ Gets the idcs_max_value of this SchemaAttributes.
2035
+ Specifies the maximum value of the integer attribute
2036
+
2037
+ **SCIM++ Properties:**
2038
+ - multiValued: false
2039
+ - mutability: readOnly
2040
+ - required: false
2041
+ - returned: default
2042
+ - type: integer
2043
+
2044
+
2045
+ :return: The idcs_max_value of this SchemaAttributes.
2046
+ :rtype: int
2047
+ """
2048
+ return self._idcs_max_value
2049
+
2050
+ @idcs_max_value.setter
2051
+ def idcs_max_value(self, idcs_max_value):
2052
+ """
2053
+ Sets the idcs_max_value of this SchemaAttributes.
2054
+ Specifies the maximum value of the integer attribute
2055
+
2056
+ **SCIM++ Properties:**
2057
+ - multiValued: false
2058
+ - mutability: readOnly
2059
+ - required: false
2060
+ - returned: default
2061
+ - type: integer
2062
+
2063
+
2064
+ :param idcs_max_value: The idcs_max_value of this SchemaAttributes.
2065
+ :type: int
2066
+ """
2067
+ self._idcs_max_value = idcs_max_value
2068
+
2069
+ @property
2070
+ def idcs_multi_language(self):
2071
+ """
2072
+ Gets the idcs_multi_language of this SchemaAttributes.
2073
+ If true, specifies that the attribute can have multiple language values set for the attribute on which this is set.
2074
+
2075
+ **SCIM++ Properties:**
2076
+ - caseExact: true
2077
+ - multiValued: false
2078
+ - mutability: readOnly
2079
+ - required: false
2080
+ - returned: default
2081
+ - type: boolean
2082
+ - uniqueness: none
2083
+
2084
+
2085
+ :return: The idcs_multi_language of this SchemaAttributes.
2086
+ :rtype: bool
2087
+ """
2088
+ return self._idcs_multi_language
2089
+
2090
+ @idcs_multi_language.setter
2091
+ def idcs_multi_language(self, idcs_multi_language):
2092
+ """
2093
+ Sets the idcs_multi_language of this SchemaAttributes.
2094
+ If true, specifies that the attribute can have multiple language values set for the attribute on which this is set.
2095
+
2096
+ **SCIM++ Properties:**
2097
+ - caseExact: true
2098
+ - multiValued: false
2099
+ - mutability: readOnly
2100
+ - required: false
2101
+ - returned: default
2102
+ - type: boolean
2103
+ - uniqueness: none
2104
+
2105
+
2106
+ :param idcs_multi_language: The idcs_multi_language of this SchemaAttributes.
2107
+ :type: bool
2108
+ """
2109
+ self._idcs_multi_language = idcs_multi_language
2110
+
2111
+ @property
2112
+ def idcs_ref_resource_attributes(self):
2113
+ """
2114
+ Gets the idcs_ref_resource_attributes of this SchemaAttributes.
2115
+ Specifies the directly referenced Resources
2116
+
2117
+ **SCIM++ Properties:**
2118
+ - multiValued: true
2119
+ - mutability: readWrite
2120
+ - required: false
2121
+ - returned: default
2122
+ - type: string
2123
+
2124
+
2125
+ :return: The idcs_ref_resource_attributes of this SchemaAttributes.
2126
+ :rtype: list[str]
2127
+ """
2128
+ return self._idcs_ref_resource_attributes
2129
+
2130
+ @idcs_ref_resource_attributes.setter
2131
+ def idcs_ref_resource_attributes(self, idcs_ref_resource_attributes):
2132
+ """
2133
+ Sets the idcs_ref_resource_attributes of this SchemaAttributes.
2134
+ Specifies the directly referenced Resources
2135
+
2136
+ **SCIM++ Properties:**
2137
+ - multiValued: true
2138
+ - mutability: readWrite
2139
+ - required: false
2140
+ - returned: default
2141
+ - type: string
2142
+
2143
+
2144
+ :param idcs_ref_resource_attributes: The idcs_ref_resource_attributes of this SchemaAttributes.
2145
+ :type: list[str]
2146
+ """
2147
+ self._idcs_ref_resource_attributes = idcs_ref_resource_attributes
2148
+
2149
+ @property
2150
+ def idcs_indirect_ref_resource_attributes(self):
2151
+ """
2152
+ Gets the idcs_indirect_ref_resource_attributes of this SchemaAttributes.
2153
+ Specifies the indirectly referenced Resources
2154
+
2155
+ **SCIM++ Properties:**
2156
+ - multiValued: true
2157
+ - mutability: readWrite
2158
+ - required: false
2159
+ - returned: default
2160
+ - type: string
2161
+
2162
+
2163
+ :return: The idcs_indirect_ref_resource_attributes of this SchemaAttributes.
2164
+ :rtype: list[str]
2165
+ """
2166
+ return self._idcs_indirect_ref_resource_attributes
2167
+
2168
+ @idcs_indirect_ref_resource_attributes.setter
2169
+ def idcs_indirect_ref_resource_attributes(self, idcs_indirect_ref_resource_attributes):
2170
+ """
2171
+ Sets the idcs_indirect_ref_resource_attributes of this SchemaAttributes.
2172
+ Specifies the indirectly referenced Resources
2173
+
2174
+ **SCIM++ Properties:**
2175
+ - multiValued: true
2176
+ - mutability: readWrite
2177
+ - required: false
2178
+ - returned: default
2179
+ - type: string
2180
+
2181
+
2182
+ :param idcs_indirect_ref_resource_attributes: The idcs_indirect_ref_resource_attributes of this SchemaAttributes.
2183
+ :type: list[str]
2184
+ """
2185
+ self._idcs_indirect_ref_resource_attributes = idcs_indirect_ref_resource_attributes
2186
+
2187
+ @property
2188
+ def idcs_auto_increment_seq_name(self):
2189
+ """
2190
+ Gets the idcs_auto_increment_seq_name of this SchemaAttributes.
2191
+ Sequence tracking ID name for the attribute
2192
+
2193
+ **SCIM++ Properties:**
2194
+ - multiValued: false
2195
+ - mutability: readWrite
2196
+ - required: false
2197
+ - returned: default
2198
+ - type: string
2199
+
2200
+
2201
+ :return: The idcs_auto_increment_seq_name of this SchemaAttributes.
2202
+ :rtype: str
2203
+ """
2204
+ return self._idcs_auto_increment_seq_name
2205
+
2206
+ @idcs_auto_increment_seq_name.setter
2207
+ def idcs_auto_increment_seq_name(self, idcs_auto_increment_seq_name):
2208
+ """
2209
+ Sets the idcs_auto_increment_seq_name of this SchemaAttributes.
2210
+ Sequence tracking ID name for the attribute
2211
+
2212
+ **SCIM++ Properties:**
2213
+ - multiValued: false
2214
+ - mutability: readWrite
2215
+ - required: false
2216
+ - returned: default
2217
+ - type: string
2218
+
2219
+
2220
+ :param idcs_auto_increment_seq_name: The idcs_auto_increment_seq_name of this SchemaAttributes.
2221
+ :type: str
2222
+ """
2223
+ self._idcs_auto_increment_seq_name = idcs_auto_increment_seq_name
2224
+
2225
+ @property
2226
+ def idcs_value_persisted(self):
2227
+ """
2228
+ Gets the idcs_value_persisted of this SchemaAttributes.
2229
+ Specifies whether the value of the Resource attribute is persisted
2230
+
2231
+ **SCIM++ Properties:**
2232
+ - multiValued: false
2233
+ - mutability: readWrite
2234
+ - required: false
2235
+ - returned: default
2236
+ - type: boolean
2237
+
2238
+
2239
+ :return: The idcs_value_persisted of this SchemaAttributes.
2240
+ :rtype: bool
2241
+ """
2242
+ return self._idcs_value_persisted
2243
+
2244
+ @idcs_value_persisted.setter
2245
+ def idcs_value_persisted(self, idcs_value_persisted):
2246
+ """
2247
+ Sets the idcs_value_persisted of this SchemaAttributes.
2248
+ Specifies whether the value of the Resource attribute is persisted
2249
+
2250
+ **SCIM++ Properties:**
2251
+ - multiValued: false
2252
+ - mutability: readWrite
2253
+ - required: false
2254
+ - returned: default
2255
+ - type: boolean
2256
+
2257
+
2258
+ :param idcs_value_persisted: The idcs_value_persisted of this SchemaAttributes.
2259
+ :type: bool
2260
+ """
2261
+ self._idcs_value_persisted = idcs_value_persisted
2262
+
2263
+ @property
2264
+ def idcs_sensitive(self):
2265
+ """
2266
+ Gets the idcs_sensitive of this SchemaAttributes.
2267
+ Flag to specify if the attribute should be encrypted or hashed
2268
+
2269
+ **SCIM++ Properties:**
2270
+ - caseExact: true
2271
+ - multiValued: false
2272
+ - mutability: readWrite
2273
+ - required: false
2274
+ - returned: default
2275
+ - type: string
2276
+ - uniqueness: none
2277
+
2278
+ Allowed values for this property are: "encrypt", "hash", "hash_sc", "checksum", "none", 'UNKNOWN_ENUM_VALUE'.
2279
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
2280
+
2281
+
2282
+ :return: The idcs_sensitive of this SchemaAttributes.
2283
+ :rtype: str
2284
+ """
2285
+ return self._idcs_sensitive
2286
+
2287
+ @idcs_sensitive.setter
2288
+ def idcs_sensitive(self, idcs_sensitive):
2289
+ """
2290
+ Sets the idcs_sensitive of this SchemaAttributes.
2291
+ Flag to specify if the attribute should be encrypted or hashed
2292
+
2293
+ **SCIM++ Properties:**
2294
+ - caseExact: true
2295
+ - multiValued: false
2296
+ - mutability: readWrite
2297
+ - required: false
2298
+ - returned: default
2299
+ - type: string
2300
+ - uniqueness: none
2301
+
2302
+
2303
+ :param idcs_sensitive: The idcs_sensitive of this SchemaAttributes.
2304
+ :type: str
2305
+ """
2306
+ allowed_values = ["encrypt", "hash", "hash_sc", "checksum", "none"]
2307
+ if not value_allowed_none_or_none_sentinel(idcs_sensitive, allowed_values):
2308
+ idcs_sensitive = 'UNKNOWN_ENUM_VALUE'
2309
+ self._idcs_sensitive = idcs_sensitive
2310
+
2311
+ @property
2312
+ def idcs_internal(self):
2313
+ """
2314
+ Gets the idcs_internal of this SchemaAttributes.
2315
+ Specifies whether the schema attribute is for internal use only. Internal attributes are not exposed via REST. This attribute overrides mutability for create/update if the request is internal and the attribute internalflag is set to True. This attribute overrides the return attribute while building SCIM response attributes when both the request is internal and the schema attribute is internal.
2316
+
2317
+ **SCIM++ Properties:**
2318
+ - multiValued: false
2319
+ - mutability: readWrite
2320
+ - required: false
2321
+ - returned: default
2322
+ - type: boolean
2323
+
2324
+
2325
+ :return: The idcs_internal of this SchemaAttributes.
2326
+ :rtype: bool
2327
+ """
2328
+ return self._idcs_internal
2329
+
2330
+ @idcs_internal.setter
2331
+ def idcs_internal(self, idcs_internal):
2332
+ """
2333
+ Sets the idcs_internal of this SchemaAttributes.
2334
+ Specifies whether the schema attribute is for internal use only. Internal attributes are not exposed via REST. This attribute overrides mutability for create/update if the request is internal and the attribute internalflag is set to True. This attribute overrides the return attribute while building SCIM response attributes when both the request is internal and the schema attribute is internal.
2335
+
2336
+ **SCIM++ Properties:**
2337
+ - multiValued: false
2338
+ - mutability: readWrite
2339
+ - required: false
2340
+ - returned: default
2341
+ - type: boolean
2342
+
2343
+
2344
+ :param idcs_internal: The idcs_internal of this SchemaAttributes.
2345
+ :type: bool
2346
+ """
2347
+ self._idcs_internal = idcs_internal
2348
+
2349
+ @property
2350
+ def idcs_trim_string_value(self):
2351
+ """
2352
+ Gets the idcs_trim_string_value of this SchemaAttributes.
2353
+ Trims any leading and trailing blanks from String values. Default is True.
2354
+
2355
+ **SCIM++ Properties:**
2356
+ - multiValued: false
2357
+ - mutability: readWrite
2358
+ - required: false
2359
+ - returned: default
2360
+ - type: boolean
2361
+
2362
+
2363
+ :return: The idcs_trim_string_value of this SchemaAttributes.
2364
+ :rtype: bool
2365
+ """
2366
+ return self._idcs_trim_string_value
2367
+
2368
+ @idcs_trim_string_value.setter
2369
+ def idcs_trim_string_value(self, idcs_trim_string_value):
2370
+ """
2371
+ Sets the idcs_trim_string_value of this SchemaAttributes.
2372
+ Trims any leading and trailing blanks from String values. Default is True.
2373
+
2374
+ **SCIM++ Properties:**
2375
+ - multiValued: false
2376
+ - mutability: readWrite
2377
+ - required: false
2378
+ - returned: default
2379
+ - type: boolean
2380
+
2381
+
2382
+ :param idcs_trim_string_value: The idcs_trim_string_value of this SchemaAttributes.
2383
+ :type: bool
2384
+ """
2385
+ self._idcs_trim_string_value = idcs_trim_string_value
2386
+
2387
+ @property
2388
+ def idcs_searchable(self):
2389
+ """
2390
+ Gets the idcs_searchable of this SchemaAttributes.
2391
+ Specifies whether this attribute can be included in a search filter
2392
+
2393
+ **SCIM++ Properties:**
2394
+ - multiValued: false
2395
+ - mutability: readWrite
2396
+ - required: false
2397
+ - returned: default
2398
+ - type: boolean
2399
+
2400
+
2401
+ :return: The idcs_searchable of this SchemaAttributes.
2402
+ :rtype: bool
2403
+ """
2404
+ return self._idcs_searchable
2405
+
2406
+ @idcs_searchable.setter
2407
+ def idcs_searchable(self, idcs_searchable):
2408
+ """
2409
+ Sets the idcs_searchable of this SchemaAttributes.
2410
+ Specifies whether this attribute can be included in a search filter
2411
+
2412
+ **SCIM++ Properties:**
2413
+ - multiValued: false
2414
+ - mutability: readWrite
2415
+ - required: false
2416
+ - returned: default
2417
+ - type: boolean
2418
+
2419
+
2420
+ :param idcs_searchable: The idcs_searchable of this SchemaAttributes.
2421
+ :type: bool
2422
+ """
2423
+ self._idcs_searchable = idcs_searchable
2424
+
2425
+ @property
2426
+ def idcs_generated(self):
2427
+ """
2428
+ Gets the idcs_generated of this SchemaAttributes.
2429
+ Specifies whether this attribute value was generated
2430
+
2431
+ **SCIM++ Properties:**
2432
+ - multiValued: false
2433
+ - mutability: readWrite
2434
+ - required: false
2435
+ - returned: default
2436
+ - type: boolean
2437
+
2438
+
2439
+ :return: The idcs_generated of this SchemaAttributes.
2440
+ :rtype: bool
2441
+ """
2442
+ return self._idcs_generated
2443
+
2444
+ @idcs_generated.setter
2445
+ def idcs_generated(self, idcs_generated):
2446
+ """
2447
+ Sets the idcs_generated of this SchemaAttributes.
2448
+ Specifies whether this attribute value was generated
2449
+
2450
+ **SCIM++ Properties:**
2451
+ - multiValued: false
2452
+ - mutability: readWrite
2453
+ - required: false
2454
+ - returned: default
2455
+ - type: boolean
2456
+
2457
+
2458
+ :param idcs_generated: The idcs_generated of this SchemaAttributes.
2459
+ :type: bool
2460
+ """
2461
+ self._idcs_generated = idcs_generated
2462
+
2463
+ @property
2464
+ def idcs_auditable(self):
2465
+ """
2466
+ Gets the idcs_auditable of this SchemaAttributes.
2467
+ Specifies whether changes to this attribute value are audited
2468
+
2469
+ **SCIM++ Properties:**
2470
+ - multiValued: false
2471
+ - mutability: readWrite
2472
+ - required: false
2473
+ - returned: default
2474
+ - type: boolean
2475
+
2476
+
2477
+ :return: The idcs_auditable of this SchemaAttributes.
2478
+ :rtype: bool
2479
+ """
2480
+ return self._idcs_auditable
2481
+
2482
+ @idcs_auditable.setter
2483
+ def idcs_auditable(self, idcs_auditable):
2484
+ """
2485
+ Sets the idcs_auditable of this SchemaAttributes.
2486
+ Specifies whether changes to this attribute value are audited
2487
+
2488
+ **SCIM++ Properties:**
2489
+ - multiValued: false
2490
+ - mutability: readWrite
2491
+ - required: false
2492
+ - returned: default
2493
+ - type: boolean
2494
+
2495
+
2496
+ :param idcs_auditable: The idcs_auditable of this SchemaAttributes.
2497
+ :type: bool
2498
+ """
2499
+ self._idcs_auditable = idcs_auditable
2500
+
2501
+ @property
2502
+ def idcs_target_attribute_name(self):
2503
+ """
2504
+ Gets the idcs_target_attribute_name of this SchemaAttributes.
2505
+ Target attribute name that this attribute gets mapped to for persistence
2506
+
2507
+ **SCIM++ Properties:**
2508
+ - caseExact: true
2509
+ - multiValued: false
2510
+ - mutability: readWrite
2511
+ - required: false
2512
+ - returned: default
2513
+ - type: string
2514
+ - uniqueness: none
2515
+
2516
+
2517
+ :return: The idcs_target_attribute_name of this SchemaAttributes.
2518
+ :rtype: str
2519
+ """
2520
+ return self._idcs_target_attribute_name
2521
+
2522
+ @idcs_target_attribute_name.setter
2523
+ def idcs_target_attribute_name(self, idcs_target_attribute_name):
2524
+ """
2525
+ Sets the idcs_target_attribute_name of this SchemaAttributes.
2526
+ Target attribute name that this attribute gets mapped to for persistence
2527
+
2528
+ **SCIM++ Properties:**
2529
+ - caseExact: true
2530
+ - multiValued: false
2531
+ - mutability: readWrite
2532
+ - required: false
2533
+ - returned: default
2534
+ - type: string
2535
+ - uniqueness: none
2536
+
2537
+
2538
+ :param idcs_target_attribute_name: The idcs_target_attribute_name of this SchemaAttributes.
2539
+ :type: str
2540
+ """
2541
+ self._idcs_target_attribute_name = idcs_target_attribute_name
2542
+
2543
+ @property
2544
+ def idcs_maps_to_same_target_attribute_name_as(self):
2545
+ """
2546
+ Gets the idcs_maps_to_same_target_attribute_name_as of this SchemaAttributes.
2547
+ Contains the canonical name of the other attribute sharing the same idcsTargetAttributeName
2548
+
2549
+ **Added In:** 2209122038
2550
+
2551
+ **SCIM++ Properties:**
2552
+ - caseExact: false
2553
+ - idcsSearchable: false
2554
+ - multiValued: false
2555
+ - mutability: readWrite
2556
+ - required: false
2557
+ - returned: always
2558
+ - type: string
2559
+ - uniqueness: none
2560
+
2561
+
2562
+ :return: The idcs_maps_to_same_target_attribute_name_as of this SchemaAttributes.
2563
+ :rtype: str
2564
+ """
2565
+ return self._idcs_maps_to_same_target_attribute_name_as
2566
+
2567
+ @idcs_maps_to_same_target_attribute_name_as.setter
2568
+ def idcs_maps_to_same_target_attribute_name_as(self, idcs_maps_to_same_target_attribute_name_as):
2569
+ """
2570
+ Sets the idcs_maps_to_same_target_attribute_name_as of this SchemaAttributes.
2571
+ Contains the canonical name of the other attribute sharing the same idcsTargetAttributeName
2572
+
2573
+ **Added In:** 2209122038
2574
+
2575
+ **SCIM++ Properties:**
2576
+ - caseExact: false
2577
+ - idcsSearchable: false
2578
+ - multiValued: false
2579
+ - mutability: readWrite
2580
+ - required: false
2581
+ - returned: always
2582
+ - type: string
2583
+ - uniqueness: none
2584
+
2585
+
2586
+ :param idcs_maps_to_same_target_attribute_name_as: The idcs_maps_to_same_target_attribute_name_as of this SchemaAttributes.
2587
+ :type: str
2588
+ """
2589
+ self._idcs_maps_to_same_target_attribute_name_as = idcs_maps_to_same_target_attribute_name_as
2590
+
2591
+ @property
2592
+ def idcs_target_norm_attribute_name(self):
2593
+ """
2594
+ Gets the idcs_target_norm_attribute_name of this SchemaAttributes.
2595
+ Target normalized attribute name that this normalized value of attribute gets mapped to for persistence. Only set for caseExact=false & searchable attributes. Do not use by default.
2596
+
2597
+ **Added In:** 19.2.1
2598
+
2599
+ **SCIM++ Properties:**
2600
+ - caseExact: true
2601
+ - multiValued: false
2602
+ - mutability: readWrite
2603
+ - required: false
2604
+ - returned: default
2605
+ - type: string
2606
+ - uniqueness: none
2607
+
2608
+
2609
+ :return: The idcs_target_norm_attribute_name of this SchemaAttributes.
2610
+ :rtype: str
2611
+ """
2612
+ return self._idcs_target_norm_attribute_name
2613
+
2614
+ @idcs_target_norm_attribute_name.setter
2615
+ def idcs_target_norm_attribute_name(self, idcs_target_norm_attribute_name):
2616
+ """
2617
+ Sets the idcs_target_norm_attribute_name of this SchemaAttributes.
2618
+ Target normalized attribute name that this normalized value of attribute gets mapped to for persistence. Only set for caseExact=false & searchable attributes. Do not use by default.
2619
+
2620
+ **Added In:** 19.2.1
2621
+
2622
+ **SCIM++ Properties:**
2623
+ - caseExact: true
2624
+ - multiValued: false
2625
+ - mutability: readWrite
2626
+ - required: false
2627
+ - returned: default
2628
+ - type: string
2629
+ - uniqueness: none
2630
+
2631
+
2632
+ :param idcs_target_norm_attribute_name: The idcs_target_norm_attribute_name of this SchemaAttributes.
2633
+ :type: str
2634
+ """
2635
+ self._idcs_target_norm_attribute_name = idcs_target_norm_attribute_name
2636
+
2637
+ @property
2638
+ def idcs_target_attribute_name_to_migrate_from(self):
2639
+ """
2640
+ Gets the idcs_target_attribute_name_to_migrate_from of this SchemaAttributes.
2641
+ Old Target attribute name from child table for CSVA attribute prior to migration. This maintains this attribute used to get mapped to for persistence
2642
+
2643
+ **Added In:** 19.2.1
2644
+
2645
+ **SCIM++ Properties:**
2646
+ - caseExact: true
2647
+ - multiValued: false
2648
+ - mutability: readWrite
2649
+ - required: false
2650
+ - returned: default
2651
+ - type: string
2652
+ - uniqueness: none
2653
+
2654
+
2655
+ :return: The idcs_target_attribute_name_to_migrate_from of this SchemaAttributes.
2656
+ :rtype: str
2657
+ """
2658
+ return self._idcs_target_attribute_name_to_migrate_from
2659
+
2660
+ @idcs_target_attribute_name_to_migrate_from.setter
2661
+ def idcs_target_attribute_name_to_migrate_from(self, idcs_target_attribute_name_to_migrate_from):
2662
+ """
2663
+ Sets the idcs_target_attribute_name_to_migrate_from of this SchemaAttributes.
2664
+ Old Target attribute name from child table for CSVA attribute prior to migration. This maintains this attribute used to get mapped to for persistence
2665
+
2666
+ **Added In:** 19.2.1
2667
+
2668
+ **SCIM++ Properties:**
2669
+ - caseExact: true
2670
+ - multiValued: false
2671
+ - mutability: readWrite
2672
+ - required: false
2673
+ - returned: default
2674
+ - type: string
2675
+ - uniqueness: none
2676
+
2677
+
2678
+ :param idcs_target_attribute_name_to_migrate_from: The idcs_target_attribute_name_to_migrate_from of this SchemaAttributes.
2679
+ :type: str
2680
+ """
2681
+ self._idcs_target_attribute_name_to_migrate_from = idcs_target_attribute_name_to_migrate_from
2682
+
2683
+ @property
2684
+ def idcs_target_unique_constraint_name(self):
2685
+ """
2686
+ Gets the idcs_target_unique_constraint_name of this SchemaAttributes.
2687
+ Target index name created for this attribute for performance
2688
+
2689
+ **SCIM++ Properties:**
2690
+ - caseExact: true
2691
+ - multiValued: false
2692
+ - mutability: readOnly
2693
+ - required: false
2694
+ - returned: default
2695
+ - type: string
2696
+ - uniqueness: none
2697
+
2698
+
2699
+ :return: The idcs_target_unique_constraint_name of this SchemaAttributes.
2700
+ :rtype: str
2701
+ """
2702
+ return self._idcs_target_unique_constraint_name
2703
+
2704
+ @idcs_target_unique_constraint_name.setter
2705
+ def idcs_target_unique_constraint_name(self, idcs_target_unique_constraint_name):
2706
+ """
2707
+ Sets the idcs_target_unique_constraint_name of this SchemaAttributes.
2708
+ Target index name created for this attribute for performance
2709
+
2710
+ **SCIM++ Properties:**
2711
+ - caseExact: true
2712
+ - multiValued: false
2713
+ - mutability: readOnly
2714
+ - required: false
2715
+ - returned: default
2716
+ - type: string
2717
+ - uniqueness: none
2718
+
2719
+
2720
+ :param idcs_target_unique_constraint_name: The idcs_target_unique_constraint_name of this SchemaAttributes.
2721
+ :type: str
2722
+ """
2723
+ self._idcs_target_unique_constraint_name = idcs_target_unique_constraint_name
2724
+
2725
+ @property
2726
+ def idcs_to_target_mapper(self):
2727
+ """
2728
+ Gets the idcs_to_target_mapper of this SchemaAttributes.
2729
+ Specifies the mapper to use when mapping this attribute value to DataProvider-specific semantics
2730
+
2731
+ **SCIM++ Properties:**
2732
+ - caseExact: true
2733
+ - multiValued: false
2734
+ - mutability: readWrite
2735
+ - required: false
2736
+ - returned: default
2737
+ - type: string
2738
+ - uniqueness: none
2739
+
2740
+
2741
+ :return: The idcs_to_target_mapper of this SchemaAttributes.
2742
+ :rtype: str
2743
+ """
2744
+ return self._idcs_to_target_mapper
2745
+
2746
+ @idcs_to_target_mapper.setter
2747
+ def idcs_to_target_mapper(self, idcs_to_target_mapper):
2748
+ """
2749
+ Sets the idcs_to_target_mapper of this SchemaAttributes.
2750
+ Specifies the mapper to use when mapping this attribute value to DataProvider-specific semantics
2751
+
2752
+ **SCIM++ Properties:**
2753
+ - caseExact: true
2754
+ - multiValued: false
2755
+ - mutability: readWrite
2756
+ - required: false
2757
+ - returned: default
2758
+ - type: string
2759
+ - uniqueness: none
2760
+
2761
+
2762
+ :param idcs_to_target_mapper: The idcs_to_target_mapper of this SchemaAttributes.
2763
+ :type: str
2764
+ """
2765
+ self._idcs_to_target_mapper = idcs_to_target_mapper
2766
+
2767
+ @property
2768
+ def idcs_from_target_mapper(self):
2769
+ """
2770
+ Gets the idcs_from_target_mapper of this SchemaAttributes.
2771
+ Specifies the mapper to use when mapping this attribute value from DataProvider-specific semantics
2772
+
2773
+ **SCIM++ Properties:**
2774
+ - caseExact: true
2775
+ - multiValued: false
2776
+ - mutability: readWrite
2777
+ - required: false
2778
+ - returned: default
2779
+ - type: string
2780
+ - uniqueness: none
2781
+
2782
+
2783
+ :return: The idcs_from_target_mapper of this SchemaAttributes.
2784
+ :rtype: str
2785
+ """
2786
+ return self._idcs_from_target_mapper
2787
+
2788
+ @idcs_from_target_mapper.setter
2789
+ def idcs_from_target_mapper(self, idcs_from_target_mapper):
2790
+ """
2791
+ Sets the idcs_from_target_mapper of this SchemaAttributes.
2792
+ Specifies the mapper to use when mapping this attribute value from DataProvider-specific semantics
2793
+
2794
+ **SCIM++ Properties:**
2795
+ - caseExact: true
2796
+ - multiValued: false
2797
+ - mutability: readWrite
2798
+ - required: false
2799
+ - returned: default
2800
+ - type: string
2801
+ - uniqueness: none
2802
+
2803
+
2804
+ :param idcs_from_target_mapper: The idcs_from_target_mapper of this SchemaAttributes.
2805
+ :type: str
2806
+ """
2807
+ self._idcs_from_target_mapper = idcs_from_target_mapper
2808
+
2809
+ @property
2810
+ def idcs_display_name(self):
2811
+ """
2812
+ Gets the idcs_display_name of this SchemaAttributes.
2813
+ Specifies the user-friendly displayable attribute name or catalog key used for localization
2814
+
2815
+ **SCIM++ Properties:**
2816
+ - caseExact: true
2817
+ - multiValued: false
2818
+ - mutability: readWrite
2819
+ - required: false
2820
+ - returned: default
2821
+ - type: string
2822
+ - uniqueness: none
2823
+
2824
+
2825
+ :return: The idcs_display_name of this SchemaAttributes.
2826
+ :rtype: str
2827
+ """
2828
+ return self._idcs_display_name
2829
+
2830
+ @idcs_display_name.setter
2831
+ def idcs_display_name(self, idcs_display_name):
2832
+ """
2833
+ Sets the idcs_display_name of this SchemaAttributes.
2834
+ Specifies the user-friendly displayable attribute name or catalog key used for localization
2835
+
2836
+ **SCIM++ Properties:**
2837
+ - caseExact: true
2838
+ - multiValued: false
2839
+ - mutability: readWrite
2840
+ - required: false
2841
+ - returned: default
2842
+ - type: string
2843
+ - uniqueness: none
2844
+
2845
+
2846
+ :param idcs_display_name: The idcs_display_name of this SchemaAttributes.
2847
+ :type: str
2848
+ """
2849
+ self._idcs_display_name = idcs_display_name
2850
+
2851
+ @property
2852
+ def idcs_canonical_value_source_resource_type(self):
2853
+ """
2854
+ Gets the idcs_canonical_value_source_resource_type of this SchemaAttributes.
2855
+ Specifies the Resource type to read from for dynamic canonical values
2856
+
2857
+ **SCIM++ Properties:**
2858
+ - caseExact: true
2859
+ - multiValued: false
2860
+ - mutability: readWrite
2861
+ - required: false
2862
+ - returned: default
2863
+ - type: string
2864
+ - uniqueness: none
2865
+
2866
+
2867
+ :return: The idcs_canonical_value_source_resource_type of this SchemaAttributes.
2868
+ :rtype: str
2869
+ """
2870
+ return self._idcs_canonical_value_source_resource_type
2871
+
2872
+ @idcs_canonical_value_source_resource_type.setter
2873
+ def idcs_canonical_value_source_resource_type(self, idcs_canonical_value_source_resource_type):
2874
+ """
2875
+ Sets the idcs_canonical_value_source_resource_type of this SchemaAttributes.
2876
+ Specifies the Resource type to read from for dynamic canonical values
2877
+
2878
+ **SCIM++ Properties:**
2879
+ - caseExact: true
2880
+ - multiValued: false
2881
+ - mutability: readWrite
2882
+ - required: false
2883
+ - returned: default
2884
+ - type: string
2885
+ - uniqueness: none
2886
+
2887
+
2888
+ :param idcs_canonical_value_source_resource_type: The idcs_canonical_value_source_resource_type of this SchemaAttributes.
2889
+ :type: str
2890
+ """
2891
+ self._idcs_canonical_value_source_resource_type = idcs_canonical_value_source_resource_type
2892
+
2893
+ @property
2894
+ def idcs_canonical_value_source_filter(self):
2895
+ """
2896
+ Gets the idcs_canonical_value_source_filter of this SchemaAttributes.
2897
+ Filter to use when getting canonical values for this schema attribute
2898
+
2899
+ **SCIM++ Properties:**
2900
+ - caseExact: false
2901
+ - idcsSearchable: false
2902
+ - multiValued: false
2903
+ - mutability: readWrite
2904
+ - required: false
2905
+ - returned: default
2906
+ - type: string
2907
+ - uniqueness: none
2908
+
2909
+
2910
+ :return: The idcs_canonical_value_source_filter of this SchemaAttributes.
2911
+ :rtype: str
2912
+ """
2913
+ return self._idcs_canonical_value_source_filter
2914
+
2915
+ @idcs_canonical_value_source_filter.setter
2916
+ def idcs_canonical_value_source_filter(self, idcs_canonical_value_source_filter):
2917
+ """
2918
+ Sets the idcs_canonical_value_source_filter of this SchemaAttributes.
2919
+ Filter to use when getting canonical values for this schema attribute
2920
+
2921
+ **SCIM++ Properties:**
2922
+ - caseExact: false
2923
+ - idcsSearchable: false
2924
+ - multiValued: false
2925
+ - mutability: readWrite
2926
+ - required: false
2927
+ - returned: default
2928
+ - type: string
2929
+ - uniqueness: none
2930
+
2931
+
2932
+ :param idcs_canonical_value_source_filter: The idcs_canonical_value_source_filter of this SchemaAttributes.
2933
+ :type: str
2934
+ """
2935
+ self._idcs_canonical_value_source_filter = idcs_canonical_value_source_filter
2936
+
2937
+ @property
2938
+ def idcs_canonical_value_source_resource_type_id(self):
2939
+ """
2940
+ Gets the idcs_canonical_value_source_resource_type_id of this SchemaAttributes.
2941
+ Specifies the Resource type ID to read from for dynamic canonical values
2942
+
2943
+ **Added In:** 17.4.6
2944
+
2945
+ **SCIM++ Properties:**
2946
+ - caseExact: true
2947
+ - multiValued: false
2948
+ - mutability: readWrite
2949
+ - required: false
2950
+ - returned: default
2951
+ - type: string
2952
+ - uniqueness: none
2953
+
2954
+
2955
+ :return: The idcs_canonical_value_source_resource_type_id of this SchemaAttributes.
2956
+ :rtype: str
2957
+ """
2958
+ return self._idcs_canonical_value_source_resource_type_id
2959
+
2960
+ @idcs_canonical_value_source_resource_type_id.setter
2961
+ def idcs_canonical_value_source_resource_type_id(self, idcs_canonical_value_source_resource_type_id):
2962
+ """
2963
+ Sets the idcs_canonical_value_source_resource_type_id of this SchemaAttributes.
2964
+ Specifies the Resource type ID to read from for dynamic canonical values
2965
+
2966
+ **Added In:** 17.4.6
2967
+
2968
+ **SCIM++ Properties:**
2969
+ - caseExact: true
2970
+ - multiValued: false
2971
+ - mutability: readWrite
2972
+ - required: false
2973
+ - returned: default
2974
+ - type: string
2975
+ - uniqueness: none
2976
+
2977
+
2978
+ :param idcs_canonical_value_source_resource_type_id: The idcs_canonical_value_source_resource_type_id of this SchemaAttributes.
2979
+ :type: str
2980
+ """
2981
+ self._idcs_canonical_value_source_resource_type_id = idcs_canonical_value_source_resource_type_id
2982
+
2983
+ @property
2984
+ def idcs_canonical_value_source_display_attr_name(self):
2985
+ """
2986
+ Gets the idcs_canonical_value_source_display_attr_name of this SchemaAttributes.
2987
+ Display name for the canonical value attribute name.
2988
+
2989
+ **Added In:** 17.4.6
2990
+
2991
+ **SCIM++ Properties:**
2992
+ - caseExact: false
2993
+ - idcsSearchable: false
2994
+ - multiValued: false
2995
+ - mutability: readWrite
2996
+ - required: false
2997
+ - returned: default
2998
+ - type: string
2999
+ - uniqueness: none
3000
+
3001
+
3002
+ :return: The idcs_canonical_value_source_display_attr_name of this SchemaAttributes.
3003
+ :rtype: str
3004
+ """
3005
+ return self._idcs_canonical_value_source_display_attr_name
3006
+
3007
+ @idcs_canonical_value_source_display_attr_name.setter
3008
+ def idcs_canonical_value_source_display_attr_name(self, idcs_canonical_value_source_display_attr_name):
3009
+ """
3010
+ Sets the idcs_canonical_value_source_display_attr_name of this SchemaAttributes.
3011
+ Display name for the canonical value attribute name.
3012
+
3013
+ **Added In:** 17.4.6
3014
+
3015
+ **SCIM++ Properties:**
3016
+ - caseExact: false
3017
+ - idcsSearchable: false
3018
+ - multiValued: false
3019
+ - mutability: readWrite
3020
+ - required: false
3021
+ - returned: default
3022
+ - type: string
3023
+ - uniqueness: none
3024
+
3025
+
3026
+ :param idcs_canonical_value_source_display_attr_name: The idcs_canonical_value_source_display_attr_name of this SchemaAttributes.
3027
+ :type: str
3028
+ """
3029
+ self._idcs_canonical_value_source_display_attr_name = idcs_canonical_value_source_display_attr_name
3030
+
3031
+ @property
3032
+ def idcs_canonical_value_source_key_attr_name(self):
3033
+ """
3034
+ Gets the idcs_canonical_value_source_key_attr_name of this SchemaAttributes.
3035
+ Source key attribute for the canonical value.
3036
+
3037
+ **Added In:** 17.4.6
3038
+
3039
+ **SCIM++ Properties:**
3040
+ - caseExact: true
3041
+ - multiValued: false
3042
+ - mutability: readWrite
3043
+ - required: false
3044
+ - returned: default
3045
+ - type: string
3046
+ - uniqueness: none
3047
+
3048
+
3049
+ :return: The idcs_canonical_value_source_key_attr_name of this SchemaAttributes.
3050
+ :rtype: str
3051
+ """
3052
+ return self._idcs_canonical_value_source_key_attr_name
3053
+
3054
+ @idcs_canonical_value_source_key_attr_name.setter
3055
+ def idcs_canonical_value_source_key_attr_name(self, idcs_canonical_value_source_key_attr_name):
3056
+ """
3057
+ Sets the idcs_canonical_value_source_key_attr_name of this SchemaAttributes.
3058
+ Source key attribute for the canonical value.
3059
+
3060
+ **Added In:** 17.4.6
3061
+
3062
+ **SCIM++ Properties:**
3063
+ - caseExact: true
3064
+ - multiValued: false
3065
+ - mutability: readWrite
3066
+ - required: false
3067
+ - returned: default
3068
+ - type: string
3069
+ - uniqueness: none
3070
+
3071
+
3072
+ :param idcs_canonical_value_source_key_attr_name: The idcs_canonical_value_source_key_attr_name of this SchemaAttributes.
3073
+ :type: str
3074
+ """
3075
+ self._idcs_canonical_value_source_key_attr_name = idcs_canonical_value_source_key_attr_name
3076
+
3077
+ @property
3078
+ def idcs_canonical_value_type(self):
3079
+ """
3080
+ Gets the idcs_canonical_value_type of this SchemaAttributes.
3081
+ Type of the canonical value.
3082
+
3083
+ **Added In:** 17.4.6
3084
+
3085
+ **SCIM++ Properties:**
3086
+ - caseExact: false
3087
+ - idcsSearchable: false
3088
+ - multiValued: false
3089
+ - mutability: readWrite
3090
+ - required: false
3091
+ - returned: default
3092
+ - type: string
3093
+ - uniqueness: none
3094
+
3095
+ Allowed values for this property are: "dynamic", "static", 'UNKNOWN_ENUM_VALUE'.
3096
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
3097
+
3098
+
3099
+ :return: The idcs_canonical_value_type of this SchemaAttributes.
3100
+ :rtype: str
3101
+ """
3102
+ return self._idcs_canonical_value_type
3103
+
3104
+ @idcs_canonical_value_type.setter
3105
+ def idcs_canonical_value_type(self, idcs_canonical_value_type):
3106
+ """
3107
+ Sets the idcs_canonical_value_type of this SchemaAttributes.
3108
+ Type of the canonical value.
3109
+
3110
+ **Added In:** 17.4.6
3111
+
3112
+ **SCIM++ Properties:**
3113
+ - caseExact: false
3114
+ - idcsSearchable: false
3115
+ - multiValued: false
3116
+ - mutability: readWrite
3117
+ - required: false
3118
+ - returned: default
3119
+ - type: string
3120
+ - uniqueness: none
3121
+
3122
+
3123
+ :param idcs_canonical_value_type: The idcs_canonical_value_type of this SchemaAttributes.
3124
+ :type: str
3125
+ """
3126
+ allowed_values = ["dynamic", "static"]
3127
+ if not value_allowed_none_or_none_sentinel(idcs_canonical_value_type, allowed_values):
3128
+ idcs_canonical_value_type = 'UNKNOWN_ENUM_VALUE'
3129
+ self._idcs_canonical_value_type = idcs_canonical_value_type
3130
+
3131
+ @property
3132
+ def idcs_validate_reference(self):
3133
+ """
3134
+ Gets the idcs_validate_reference of this SchemaAttributes.
3135
+ Validate payload reference value during create, replace, and update. Default is True.
3136
+
3137
+ **SCIM++ Properties:**
3138
+ - caseExact: false
3139
+ - idcsSearchable: false
3140
+ - multiValued: false
3141
+ - mutability: readWrite
3142
+ - required: false
3143
+ - returned: default
3144
+ - type: boolean
3145
+ - uniqueness: none
3146
+
3147
+
3148
+ :return: The idcs_validate_reference of this SchemaAttributes.
3149
+ :rtype: bool
3150
+ """
3151
+ return self._idcs_validate_reference
3152
+
3153
+ @idcs_validate_reference.setter
3154
+ def idcs_validate_reference(self, idcs_validate_reference):
3155
+ """
3156
+ Sets the idcs_validate_reference of this SchemaAttributes.
3157
+ Validate payload reference value during create, replace, and update. Default is True.
3158
+
3159
+ **SCIM++ Properties:**
3160
+ - caseExact: false
3161
+ - idcsSearchable: false
3162
+ - multiValued: false
3163
+ - mutability: readWrite
3164
+ - required: false
3165
+ - returned: default
3166
+ - type: boolean
3167
+ - uniqueness: none
3168
+
3169
+
3170
+ :param idcs_validate_reference: The idcs_validate_reference of this SchemaAttributes.
3171
+ :type: bool
3172
+ """
3173
+ self._idcs_validate_reference = idcs_validate_reference
3174
+
3175
+ @property
3176
+ def idcs_composite_key(self):
3177
+ """
3178
+ Gets the idcs_composite_key of this SchemaAttributes.
3179
+ The set of one or more sub attributes' names of a CMVA, whose values uniquely identify an instance of a CMVA
3180
+
3181
+ **SCIM++ Properties:**
3182
+ - caseExact: true
3183
+ - multiValued: true
3184
+ - mutability: readWrite
3185
+ - required: false
3186
+ - returned: default
3187
+ - type: string
3188
+ - uniqueness: none
3189
+
3190
+
3191
+ :return: The idcs_composite_key of this SchemaAttributes.
3192
+ :rtype: list[str]
3193
+ """
3194
+ return self._idcs_composite_key
3195
+
3196
+ @idcs_composite_key.setter
3197
+ def idcs_composite_key(self, idcs_composite_key):
3198
+ """
3199
+ Sets the idcs_composite_key of this SchemaAttributes.
3200
+ The set of one or more sub attributes' names of a CMVA, whose values uniquely identify an instance of a CMVA
3201
+
3202
+ **SCIM++ Properties:**
3203
+ - caseExact: true
3204
+ - multiValued: true
3205
+ - mutability: readWrite
3206
+ - required: false
3207
+ - returned: default
3208
+ - type: string
3209
+ - uniqueness: none
3210
+
3211
+
3212
+ :param idcs_composite_key: The idcs_composite_key of this SchemaAttributes.
3213
+ :type: list[str]
3214
+ """
3215
+ self._idcs_composite_key = idcs_composite_key
3216
+
3217
+ @property
3218
+ def idcs_fetch_complex_attribute_values(self):
3219
+ """
3220
+ Gets the idcs_fetch_complex_attribute_values of this SchemaAttributes.
3221
+ **SCIM++ Properties:**
3222
+ - caseExact: false
3223
+ - multiValued: false
3224
+ - mutability: readOnly
3225
+ - required: false
3226
+ - returned: default
3227
+ - type: boolean
3228
+ - uniqueness: none
3229
+ Whether the CMVA attribute will be fetched or not for current resource in AbstractResourceManager update operation before calling data provider update. Default is true.
3230
+
3231
+
3232
+ :return: The idcs_fetch_complex_attribute_values of this SchemaAttributes.
3233
+ :rtype: bool
3234
+ """
3235
+ return self._idcs_fetch_complex_attribute_values
3236
+
3237
+ @idcs_fetch_complex_attribute_values.setter
3238
+ def idcs_fetch_complex_attribute_values(self, idcs_fetch_complex_attribute_values):
3239
+ """
3240
+ Sets the idcs_fetch_complex_attribute_values of this SchemaAttributes.
3241
+ **SCIM++ Properties:**
3242
+ - caseExact: false
3243
+ - multiValued: false
3244
+ - mutability: readOnly
3245
+ - required: false
3246
+ - returned: default
3247
+ - type: boolean
3248
+ - uniqueness: none
3249
+ Whether the CMVA attribute will be fetched or not for current resource in AbstractResourceManager update operation before calling data provider update. Default is true.
3250
+
3251
+
3252
+ :param idcs_fetch_complex_attribute_values: The idcs_fetch_complex_attribute_values of this SchemaAttributes.
3253
+ :type: bool
3254
+ """
3255
+ self._idcs_fetch_complex_attribute_values = idcs_fetch_complex_attribute_values
3256
+
3257
+ @property
3258
+ def idcs_scim_compliant(self):
3259
+ """
3260
+ Gets the idcs_scim_compliant of this SchemaAttributes.
3261
+ Indicates if the attribute is scim compliant, default is true
3262
+
3263
+ **SCIM++ Properties:**
3264
+ - multiValued: false
3265
+ - mutability: readOnly
3266
+ - required: false
3267
+ - returned: default
3268
+ - type: boolean
3269
+
3270
+
3271
+ :return: The idcs_scim_compliant of this SchemaAttributes.
3272
+ :rtype: bool
3273
+ """
3274
+ return self._idcs_scim_compliant
3275
+
3276
+ @idcs_scim_compliant.setter
3277
+ def idcs_scim_compliant(self, idcs_scim_compliant):
3278
+ """
3279
+ Sets the idcs_scim_compliant of this SchemaAttributes.
3280
+ Indicates if the attribute is scim compliant, default is true
3281
+
3282
+ **SCIM++ Properties:**
3283
+ - multiValued: false
3284
+ - mutability: readOnly
3285
+ - required: false
3286
+ - returned: default
3287
+ - type: boolean
3288
+
3289
+
3290
+ :param idcs_scim_compliant: The idcs_scim_compliant of this SchemaAttributes.
3291
+ :type: bool
3292
+ """
3293
+ self._idcs_scim_compliant = idcs_scim_compliant
3294
+
3295
+ @property
3296
+ def idcs_attribute_mappable(self):
3297
+ """
3298
+ Gets the idcs_attribute_mappable of this SchemaAttributes.
3299
+ Specifies if the attribute can be used for mapping with external identity sources such as AD or LDAP. If isSchemaMappable: false for the schema in which this attribute is defined, then this flag is ignored
3300
+
3301
+ **SCIM++ Properties:**
3302
+ - multiValued: false
3303
+ - mutability: readOnly
3304
+ - required: false
3305
+ - returned: default
3306
+ - type: boolean
3307
+
3308
+
3309
+ :return: The idcs_attribute_mappable of this SchemaAttributes.
3310
+ :rtype: bool
3311
+ """
3312
+ return self._idcs_attribute_mappable
3313
+
3314
+ @idcs_attribute_mappable.setter
3315
+ def idcs_attribute_mappable(self, idcs_attribute_mappable):
3316
+ """
3317
+ Sets the idcs_attribute_mappable of this SchemaAttributes.
3318
+ Specifies if the attribute can be used for mapping with external identity sources such as AD or LDAP. If isSchemaMappable: false for the schema in which this attribute is defined, then this flag is ignored
3319
+
3320
+ **SCIM++ Properties:**
3321
+ - multiValued: false
3322
+ - mutability: readOnly
3323
+ - required: false
3324
+ - returned: default
3325
+ - type: boolean
3326
+
3327
+
3328
+ :param idcs_attribute_mappable: The idcs_attribute_mappable of this SchemaAttributes.
3329
+ :type: bool
3330
+ """
3331
+ self._idcs_attribute_mappable = idcs_attribute_mappable
3332
+
3333
+ @property
3334
+ def idcs_value_persisted_in_other_attribute(self):
3335
+ """
3336
+ Gets the idcs_value_persisted_in_other_attribute of this SchemaAttributes.
3337
+ If true, ARM should not validate the value of the attribute since it will be converted/migrated to another attribute internally by the manager which will build valid post, put, or patch payload, depending on the client requested operation
3338
+
3339
+ **Added In:** 18.2.2
3340
+
3341
+ **SCIM++ Properties:**
3342
+ - multiValued: false
3343
+ - mutability: readWrite
3344
+ - required: false
3345
+ - returned: default
3346
+ - type: boolean
3347
+
3348
+
3349
+ :return: The idcs_value_persisted_in_other_attribute of this SchemaAttributes.
3350
+ :rtype: bool
3351
+ """
3352
+ return self._idcs_value_persisted_in_other_attribute
3353
+
3354
+ @idcs_value_persisted_in_other_attribute.setter
3355
+ def idcs_value_persisted_in_other_attribute(self, idcs_value_persisted_in_other_attribute):
3356
+ """
3357
+ Sets the idcs_value_persisted_in_other_attribute of this SchemaAttributes.
3358
+ If true, ARM should not validate the value of the attribute since it will be converted/migrated to another attribute internally by the manager which will build valid post, put, or patch payload, depending on the client requested operation
3359
+
3360
+ **Added In:** 18.2.2
3361
+
3362
+ **SCIM++ Properties:**
3363
+ - multiValued: false
3364
+ - mutability: readWrite
3365
+ - required: false
3366
+ - returned: default
3367
+ - type: boolean
3368
+
3369
+
3370
+ :param idcs_value_persisted_in_other_attribute: The idcs_value_persisted_in_other_attribute of this SchemaAttributes.
3371
+ :type: bool
3372
+ """
3373
+ self._idcs_value_persisted_in_other_attribute = idcs_value_persisted_in_other_attribute
3374
+
3375
+ @property
3376
+ def idcs_pii(self):
3377
+ """
3378
+ Gets the idcs_pii of this SchemaAttributes.
3379
+ Specifies whether the attribute is PII (personal information). False by default for all attributes. If attribute with idcsPii = true, it's value must be obfuscated before it's written to the Oracle Identity Cloud Service system logs.
3380
+
3381
+ **Added In:** 18.4.2
3382
+
3383
+ **SCIM++ Properties:**
3384
+ - multiValued: false
3385
+ - mutability: readOnly
3386
+ - required: false
3387
+ - returned: default
3388
+ - type: boolean
3389
+
3390
+
3391
+ :return: The idcs_pii of this SchemaAttributes.
3392
+ :rtype: bool
3393
+ """
3394
+ return self._idcs_pii
3395
+
3396
+ @idcs_pii.setter
3397
+ def idcs_pii(self, idcs_pii):
3398
+ """
3399
+ Sets the idcs_pii of this SchemaAttributes.
3400
+ Specifies whether the attribute is PII (personal information). False by default for all attributes. If attribute with idcsPii = true, it's value must be obfuscated before it's written to the Oracle Identity Cloud Service system logs.
3401
+
3402
+ **Added In:** 18.4.2
3403
+
3404
+ **SCIM++ Properties:**
3405
+ - multiValued: false
3406
+ - mutability: readOnly
3407
+ - required: false
3408
+ - returned: default
3409
+ - type: boolean
3410
+
3411
+
3412
+ :param idcs_pii: The idcs_pii of this SchemaAttributes.
3413
+ :type: bool
3414
+ """
3415
+ self._idcs_pii = idcs_pii
3416
+
3417
+ @property
3418
+ def idcs_exclude_from_upgrade_patch(self):
3419
+ """
3420
+ Gets the idcs_exclude_from_upgrade_patch of this SchemaAttributes.
3421
+ Specifies whether the attribute should be excluded from the BulkApi patch generated by gradle task for upgrading OOTB resources.
3422
+
3423
+ **Added In:** 2104150946
3424
+
3425
+ **SCIM++ Properties:**
3426
+ - multiValued: false
3427
+ - mutability: readWrite
3428
+ - required: false
3429
+ - returned: never
3430
+ - type: boolean
3431
+
3432
+
3433
+ :return: The idcs_exclude_from_upgrade_patch of this SchemaAttributes.
3434
+ :rtype: bool
3435
+ """
3436
+ return self._idcs_exclude_from_upgrade_patch
3437
+
3438
+ @idcs_exclude_from_upgrade_patch.setter
3439
+ def idcs_exclude_from_upgrade_patch(self, idcs_exclude_from_upgrade_patch):
3440
+ """
3441
+ Sets the idcs_exclude_from_upgrade_patch of this SchemaAttributes.
3442
+ Specifies whether the attribute should be excluded from the BulkApi patch generated by gradle task for upgrading OOTB resources.
3443
+
3444
+ **Added In:** 2104150946
3445
+
3446
+ **SCIM++ Properties:**
3447
+ - multiValued: false
3448
+ - mutability: readWrite
3449
+ - required: false
3450
+ - returned: never
3451
+ - type: boolean
3452
+
3453
+
3454
+ :param idcs_exclude_from_upgrade_patch: The idcs_exclude_from_upgrade_patch of this SchemaAttributes.
3455
+ :type: bool
3456
+ """
3457
+ self._idcs_exclude_from_upgrade_patch = idcs_exclude_from_upgrade_patch
3458
+
3459
+ @property
3460
+ def sub_attributes(self):
3461
+ """
3462
+ Gets the sub_attributes of this SchemaAttributes.
3463
+ A list specifying the contained attributes
3464
+
3465
+ **SCIM++ Properties:**
3466
+ - multiValued: true
3467
+ - mutability: readWrite
3468
+ - required: false
3469
+ - returned: default
3470
+ - type: complex
3471
+
3472
+
3473
+ :return: The sub_attributes of this SchemaAttributes.
3474
+ :rtype: list[oci.identity_domains.models.SchemaSubAttributes]
3475
+ """
3476
+ return self._sub_attributes
3477
+
3478
+ @sub_attributes.setter
3479
+ def sub_attributes(self, sub_attributes):
3480
+ """
3481
+ Sets the sub_attributes of this SchemaAttributes.
3482
+ A list specifying the contained attributes
3483
+
3484
+ **SCIM++ Properties:**
3485
+ - multiValued: true
3486
+ - mutability: readWrite
3487
+ - required: false
3488
+ - returned: default
3489
+ - type: complex
3490
+
3491
+
3492
+ :param sub_attributes: The sub_attributes of this SchemaAttributes.
3493
+ :type: list[oci.identity_domains.models.SchemaSubAttributes]
3494
+ """
3495
+ self._sub_attributes = sub_attributes
3496
+
3497
+ @property
3498
+ def idcs_ref_resource_attribute(self):
3499
+ """
3500
+ Gets the idcs_ref_resource_attribute of this SchemaAttributes.
3501
+ Specifies the referenced Resource attribute
3502
+
3503
+ **Deprecated Since: 17.3.4**
3504
+
3505
+ **SCIM++ Properties:**
3506
+ - multiValued: false
3507
+ - mutability: readWrite
3508
+ - required: false
3509
+ - returned: default
3510
+ - type: string
3511
+
3512
+
3513
+ :return: The idcs_ref_resource_attribute of this SchemaAttributes.
3514
+ :rtype: str
3515
+ """
3516
+ return self._idcs_ref_resource_attribute
3517
+
3518
+ @idcs_ref_resource_attribute.setter
3519
+ def idcs_ref_resource_attribute(self, idcs_ref_resource_attribute):
3520
+ """
3521
+ Sets the idcs_ref_resource_attribute of this SchemaAttributes.
3522
+ Specifies the referenced Resource attribute
3523
+
3524
+ **Deprecated Since: 17.3.4**
3525
+
3526
+ **SCIM++ Properties:**
3527
+ - multiValued: false
3528
+ - mutability: readWrite
3529
+ - required: false
3530
+ - returned: default
3531
+ - type: string
3532
+
3533
+
3534
+ :param idcs_ref_resource_attribute: The idcs_ref_resource_attribute of this SchemaAttributes.
3535
+ :type: str
3536
+ """
3537
+ self._idcs_ref_resource_attribute = idcs_ref_resource_attribute
3538
+
3539
+ @property
3540
+ def idcs_attribute_cacheable(self):
3541
+ """
3542
+ Gets the idcs_attribute_cacheable of this SchemaAttributes.
3543
+ Specifies whether the attribute is cacheable. True by default for all attributes. If attribute with idcsAttributeCachable = false, is present \\\"attributesToGet\\\" while executing GET/SEARCH on cacheable resource, Cache is missed and data is fetched from Data Provider.
3544
+
3545
+ **Added In:** 17.3.4
3546
+
3547
+ **SCIM++ Properties:**
3548
+ - multiValued: false
3549
+ - mutability: readWrite
3550
+ - required: false
3551
+ - returned: default
3552
+ - type: boolean
3553
+
3554
+
3555
+ :return: The idcs_attribute_cacheable of this SchemaAttributes.
3556
+ :rtype: bool
3557
+ """
3558
+ return self._idcs_attribute_cacheable
3559
+
3560
+ @idcs_attribute_cacheable.setter
3561
+ def idcs_attribute_cacheable(self, idcs_attribute_cacheable):
3562
+ """
3563
+ Sets the idcs_attribute_cacheable of this SchemaAttributes.
3564
+ Specifies whether the attribute is cacheable. True by default for all attributes. If attribute with idcsAttributeCachable = false, is present \\\"attributesToGet\\\" while executing GET/SEARCH on cacheable resource, Cache is missed and data is fetched from Data Provider.
3565
+
3566
+ **Added In:** 17.3.4
3567
+
3568
+ **SCIM++ Properties:**
3569
+ - multiValued: false
3570
+ - mutability: readWrite
3571
+ - required: false
3572
+ - returned: default
3573
+ - type: boolean
3574
+
3575
+
3576
+ :param idcs_attribute_cacheable: The idcs_attribute_cacheable of this SchemaAttributes.
3577
+ :type: bool
3578
+ """
3579
+ self._idcs_attribute_cacheable = idcs_attribute_cacheable
3580
+
3581
+ @property
3582
+ def idcsui_order(self):
3583
+ """
3584
+ Gets the idcsui_order of this SchemaAttributes.
3585
+ Metadata used by Oracle Identity Cloud Service UI to sequence the attributes displayed on the Account Form.
3586
+
3587
+ **Added In:** 17.4.2
3588
+
3589
+ **SCIM++ Properties:**
3590
+ - multiValued: false
3591
+ - mutability: readWrite
3592
+ - required: false
3593
+ - returned: default
3594
+ - type: integer
3595
+
3596
+
3597
+ :return: The idcsui_order of this SchemaAttributes.
3598
+ :rtype: int
3599
+ """
3600
+ return self._idcsui_order
3601
+
3602
+ @idcsui_order.setter
3603
+ def idcsui_order(self, idcsui_order):
3604
+ """
3605
+ Sets the idcsui_order of this SchemaAttributes.
3606
+ Metadata used by Oracle Identity Cloud Service UI to sequence the attributes displayed on the Account Form.
3607
+
3608
+ **Added In:** 17.4.2
3609
+
3610
+ **SCIM++ Properties:**
3611
+ - multiValued: false
3612
+ - mutability: readWrite
3613
+ - required: false
3614
+ - returned: default
3615
+ - type: integer
3616
+
3617
+
3618
+ :param idcsui_order: The idcsui_order of this SchemaAttributes.
3619
+ :type: int
3620
+ """
3621
+ self._idcsui_order = idcsui_order
3622
+
3623
+ @property
3624
+ def idcsui_regexp(self):
3625
+ """
3626
+ Gets the idcsui_regexp of this SchemaAttributes.
3627
+ Metadata used by Oracle Identity Cloud Service UI to validate the attribute values using regular expressions.
3628
+
3629
+ **Added In:** 17.4.2
3630
+
3631
+ **SCIM++ Properties:**
3632
+ - multiValued: false
3633
+ - mutability: readWrite
3634
+ - required: false
3635
+ - returned: default
3636
+ - type: string
3637
+
3638
+
3639
+ :return: The idcsui_regexp of this SchemaAttributes.
3640
+ :rtype: str
3641
+ """
3642
+ return self._idcsui_regexp
3643
+
3644
+ @idcsui_regexp.setter
3645
+ def idcsui_regexp(self, idcsui_regexp):
3646
+ """
3647
+ Sets the idcsui_regexp of this SchemaAttributes.
3648
+ Metadata used by Oracle Identity Cloud Service UI to validate the attribute values using regular expressions.
3649
+
3650
+ **Added In:** 17.4.2
3651
+
3652
+ **SCIM++ Properties:**
3653
+ - multiValued: false
3654
+ - mutability: readWrite
3655
+ - required: false
3656
+ - returned: default
3657
+ - type: string
3658
+
3659
+
3660
+ :param idcsui_regexp: The idcsui_regexp of this SchemaAttributes.
3661
+ :type: str
3662
+ """
3663
+ self._idcsui_regexp = idcsui_regexp
3664
+
3665
+ @property
3666
+ def idcsui_visible(self):
3667
+ """
3668
+ Gets the idcsui_visible of this SchemaAttributes.
3669
+ Metadata used by Oracle Identity Cloud Service UI to decide whether the attribute must be displayed on the Account Form.
3670
+
3671
+ **Added In:** 17.4.2
3672
+
3673
+ **SCIM++ Properties:**
3674
+ - multiValued: false
3675
+ - mutability: readWrite
3676
+ - required: false
3677
+ - returned: default
3678
+ - type: boolean
3679
+
3680
+
3681
+ :return: The idcsui_visible of this SchemaAttributes.
3682
+ :rtype: bool
3683
+ """
3684
+ return self._idcsui_visible
3685
+
3686
+ @idcsui_visible.setter
3687
+ def idcsui_visible(self, idcsui_visible):
3688
+ """
3689
+ Sets the idcsui_visible of this SchemaAttributes.
3690
+ Metadata used by Oracle Identity Cloud Service UI to decide whether the attribute must be displayed on the Account Form.
3691
+
3692
+ **Added In:** 17.4.2
3693
+
3694
+ **SCIM++ Properties:**
3695
+ - multiValued: false
3696
+ - mutability: readWrite
3697
+ - required: false
3698
+ - returned: default
3699
+ - type: boolean
3700
+
3701
+
3702
+ :param idcsui_visible: The idcsui_visible of this SchemaAttributes.
3703
+ :type: bool
3704
+ """
3705
+ self._idcsui_visible = idcsui_visible
3706
+
3707
+ @property
3708
+ def idcsui_widget(self):
3709
+ """
3710
+ Gets the idcsui_widget of this SchemaAttributes.
3711
+ Metadata used by Oracle Identity Cloud Service UI to render a widget for this attribute on the Account Form.
3712
+
3713
+ **Added In:** 17.4.2
3714
+
3715
+ **SCIM++ Properties:**
3716
+ - multiValued: false
3717
+ - mutability: readWrite
3718
+ - required: false
3719
+ - returned: default
3720
+ - type: string
3721
+
3722
+ Allowed values for this property are: "inputtext", "checkbox", "textarea", "combobox", 'UNKNOWN_ENUM_VALUE'.
3723
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
3724
+
3725
+
3726
+ :return: The idcsui_widget of this SchemaAttributes.
3727
+ :rtype: str
3728
+ """
3729
+ return self._idcsui_widget
3730
+
3731
+ @idcsui_widget.setter
3732
+ def idcsui_widget(self, idcsui_widget):
3733
+ """
3734
+ Sets the idcsui_widget of this SchemaAttributes.
3735
+ Metadata used by Oracle Identity Cloud Service UI to render a widget for this attribute on the Account Form.
3736
+
3737
+ **Added In:** 17.4.2
3738
+
3739
+ **SCIM++ Properties:**
3740
+ - multiValued: false
3741
+ - mutability: readWrite
3742
+ - required: false
3743
+ - returned: default
3744
+ - type: string
3745
+
3746
+
3747
+ :param idcsui_widget: The idcsui_widget of this SchemaAttributes.
3748
+ :type: str
3749
+ """
3750
+ allowed_values = ["inputtext", "checkbox", "textarea", "combobox"]
3751
+ if not value_allowed_none_or_none_sentinel(idcsui_widget, allowed_values):
3752
+ idcsui_widget = 'UNKNOWN_ENUM_VALUE'
3753
+ self._idcsui_widget = idcsui_widget
3754
+
3755
+ @property
3756
+ def idcs_features(self):
3757
+ """
3758
+ Gets the idcs_features of this SchemaAttributes.
3759
+ The list of features that require this attribute
3760
+
3761
+ **Deprecated Since: 19.1.6**
3762
+
3763
+ **SCIM++ Properties:**
3764
+ - multiValued: true
3765
+ - mutability: readWrite
3766
+ - required: false
3767
+ - returned: default
3768
+ - type: string
3769
+
3770
+ Allowed values for items in this list are: "optionalPii", "mfa", "social", "schemaCustomization", 'UNKNOWN_ENUM_VALUE'.
3771
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
3772
+
3773
+
3774
+ :return: The idcs_features of this SchemaAttributes.
3775
+ :rtype: list[str]
3776
+ """
3777
+ return self._idcs_features
3778
+
3779
+ @idcs_features.setter
3780
+ def idcs_features(self, idcs_features):
3781
+ """
3782
+ Sets the idcs_features of this SchemaAttributes.
3783
+ The list of features that require this attribute
3784
+
3785
+ **Deprecated Since: 19.1.6**
3786
+
3787
+ **SCIM++ Properties:**
3788
+ - multiValued: true
3789
+ - mutability: readWrite
3790
+ - required: false
3791
+ - returned: default
3792
+ - type: string
3793
+
3794
+
3795
+ :param idcs_features: The idcs_features of this SchemaAttributes.
3796
+ :type: list[str]
3797
+ """
3798
+ allowed_values = ["optionalPii", "mfa", "social", "schemaCustomization"]
3799
+ if idcs_features:
3800
+ idcs_features[:] = ['UNKNOWN_ENUM_VALUE' if not value_allowed_none_or_none_sentinel(x, allowed_values) else x for x in idcs_features]
3801
+ self._idcs_features = idcs_features
3802
+
3803
+ @property
3804
+ def idcs_optional_pii_canonical_values(self):
3805
+ """
3806
+ Gets the idcs_optional_pii_canonical_values of this SchemaAttributes.
3807
+ A subset of \\\"canonicalValues\\\" that are not supported when the \\\"optionalPii\\\" feature is disabled in GlobalConfig.
3808
+
3809
+ **Deprecated Since: 19.1.6**
3810
+
3811
+ **SCIM++ Properties:**
3812
+ - caseExact: true
3813
+ - multiValued: true
3814
+ - mutability: readOnly
3815
+ - required: false
3816
+ - returned: default
3817
+ - type: string
3818
+ - uniqueness: none
3819
+
3820
+
3821
+ :return: The idcs_optional_pii_canonical_values of this SchemaAttributes.
3822
+ :rtype: list[str]
3823
+ """
3824
+ return self._idcs_optional_pii_canonical_values
3825
+
3826
+ @idcs_optional_pii_canonical_values.setter
3827
+ def idcs_optional_pii_canonical_values(self, idcs_optional_pii_canonical_values):
3828
+ """
3829
+ Sets the idcs_optional_pii_canonical_values of this SchemaAttributes.
3830
+ A subset of \\\"canonicalValues\\\" that are not supported when the \\\"optionalPii\\\" feature is disabled in GlobalConfig.
3831
+
3832
+ **Deprecated Since: 19.1.6**
3833
+
3834
+ **SCIM++ Properties:**
3835
+ - caseExact: true
3836
+ - multiValued: true
3837
+ - mutability: readOnly
3838
+ - required: false
3839
+ - returned: default
3840
+ - type: string
3841
+ - uniqueness: none
3842
+
3843
+
3844
+ :param idcs_optional_pii_canonical_values: The idcs_optional_pii_canonical_values of this SchemaAttributes.
3845
+ :type: list[str]
3846
+ """
3847
+ self._idcs_optional_pii_canonical_values = idcs_optional_pii_canonical_values
3848
+
3849
+ @property
3850
+ def idcs_sanitize(self):
3851
+ """
3852
+ Gets the idcs_sanitize of this SchemaAttributes.
3853
+ Specifies if the value of the attribute should be sanitized using OWASP library for HTML content
3854
+
3855
+ **Added In:** 20.1.3
3856
+
3857
+ **SCIM++ Properties:**
3858
+ - caseExact: true
3859
+ - multiValued: false
3860
+ - mutability: readWrite
3861
+ - required: false
3862
+ - returned: default
3863
+ - type: boolean
3864
+ - uniqueness: none
3865
+
3866
+
3867
+ :return: The idcs_sanitize of this SchemaAttributes.
3868
+ :rtype: bool
3869
+ """
3870
+ return self._idcs_sanitize
3871
+
3872
+ @idcs_sanitize.setter
3873
+ def idcs_sanitize(self, idcs_sanitize):
3874
+ """
3875
+ Sets the idcs_sanitize of this SchemaAttributes.
3876
+ Specifies if the value of the attribute should be sanitized using OWASP library for HTML content
3877
+
3878
+ **Added In:** 20.1.3
3879
+
3880
+ **SCIM++ Properties:**
3881
+ - caseExact: true
3882
+ - multiValued: false
3883
+ - mutability: readWrite
3884
+ - required: false
3885
+ - returned: default
3886
+ - type: boolean
3887
+ - uniqueness: none
3888
+
3889
+
3890
+ :param idcs_sanitize: The idcs_sanitize of this SchemaAttributes.
3891
+ :type: bool
3892
+ """
3893
+ self._idcs_sanitize = idcs_sanitize
3894
+
3895
+ @property
3896
+ def idcs_override_common_attribute(self):
3897
+ """
3898
+ Gets the idcs_override_common_attribute of this SchemaAttributes.
3899
+ Specifies whether the attribute from resource schema should override from common schema with the same name.
3900
+
3901
+ **Added In:** 2102181953
3902
+
3903
+ **SCIM++ Properties:**
3904
+ - multiValued: false
3905
+ - mutability: readOnly
3906
+ - required: false
3907
+ - returned: default
3908
+ - type: boolean
3909
+
3910
+
3911
+ :return: The idcs_override_common_attribute of this SchemaAttributes.
3912
+ :rtype: bool
3913
+ """
3914
+ return self._idcs_override_common_attribute
3915
+
3916
+ @idcs_override_common_attribute.setter
3917
+ def idcs_override_common_attribute(self, idcs_override_common_attribute):
3918
+ """
3919
+ Sets the idcs_override_common_attribute of this SchemaAttributes.
3920
+ Specifies whether the attribute from resource schema should override from common schema with the same name.
3921
+
3922
+ **Added In:** 2102181953
3923
+
3924
+ **SCIM++ Properties:**
3925
+ - multiValued: false
3926
+ - mutability: readOnly
3927
+ - required: false
3928
+ - returned: default
3929
+ - type: boolean
3930
+
3931
+
3932
+ :param idcs_override_common_attribute: The idcs_override_common_attribute of this SchemaAttributes.
3933
+ :type: bool
3934
+ """
3935
+ self._idcs_override_common_attribute = idcs_override_common_attribute
3936
+
3937
+ @property
3938
+ def idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete(self):
3939
+ """
3940
+ Gets the idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete of this SchemaAttributes.
3941
+ Specifies whether the readOnly and immutable reference attributes should be ignored when forceDelete=true.
3942
+
3943
+ **Added In:** 2104220644
3944
+
3945
+ **SCIM++ Properties:**
3946
+ - multiValued: false
3947
+ - mutability: readWrite
3948
+ - required: false
3949
+ - returned: default
3950
+ - type: boolean
3951
+ - uniqueness: none
3952
+
3953
+
3954
+ :return: The idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete of this SchemaAttributes.
3955
+ :rtype: bool
3956
+ """
3957
+ return self._idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete
3958
+
3959
+ @idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete.setter
3960
+ def idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete(self, idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete):
3961
+ """
3962
+ Sets the idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete of this SchemaAttributes.
3963
+ Specifies whether the readOnly and immutable reference attributes should be ignored when forceDelete=true.
3964
+
3965
+ **Added In:** 2104220644
3966
+
3967
+ **SCIM++ Properties:**
3968
+ - multiValued: false
3969
+ - mutability: readWrite
3970
+ - required: false
3971
+ - returned: default
3972
+ - type: boolean
3973
+ - uniqueness: none
3974
+
3975
+
3976
+ :param idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete: The idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete of this SchemaAttributes.
3977
+ :type: bool
3978
+ """
3979
+ self._idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete = idcs_ignore_read_only_and_immutable_ref_attrs_during_force_delete
3980
+
3981
+ @property
3982
+ def idcs_allow_updates_in_read_only_mode(self):
3983
+ """
3984
+ Gets the idcs_allow_updates_in_read_only_mode of this SchemaAttributes.
3985
+ Set this attribute to True if the resource is eligibal for update while system is in readonly mode.
3986
+
3987
+ **Added In:** 2106170416
3988
+
3989
+ **SCIM++ Properties:**
3990
+ - multiValued: false
3991
+ - mutability: readWrite
3992
+ - required: false
3993
+ - returned: default
3994
+ - type: boolean
3995
+ - uniqueness: none
3996
+
3997
+
3998
+ :return: The idcs_allow_updates_in_read_only_mode of this SchemaAttributes.
3999
+ :rtype: bool
4000
+ """
4001
+ return self._idcs_allow_updates_in_read_only_mode
4002
+
4003
+ @idcs_allow_updates_in_read_only_mode.setter
4004
+ def idcs_allow_updates_in_read_only_mode(self, idcs_allow_updates_in_read_only_mode):
4005
+ """
4006
+ Sets the idcs_allow_updates_in_read_only_mode of this SchemaAttributes.
4007
+ Set this attribute to True if the resource is eligibal for update while system is in readonly mode.
4008
+
4009
+ **Added In:** 2106170416
4010
+
4011
+ **SCIM++ Properties:**
4012
+ - multiValued: false
4013
+ - mutability: readWrite
4014
+ - required: false
4015
+ - returned: default
4016
+ - type: boolean
4017
+ - uniqueness: none
4018
+
4019
+
4020
+ :param idcs_allow_updates_in_read_only_mode: The idcs_allow_updates_in_read_only_mode of this SchemaAttributes.
4021
+ :type: bool
4022
+ """
4023
+ self._idcs_allow_updates_in_read_only_mode = idcs_allow_updates_in_read_only_mode
4024
+
4025
+ @property
4026
+ def idcs_paginate_response(self):
4027
+ """
4028
+ Gets the idcs_paginate_response of this SchemaAttributes.
4029
+ Set this attribute to True if the pagination is required on an attribute.
4030
+
4031
+ **Added In:** 2202230830
4032
+
4033
+ **SCIM++ Properties:**
4034
+ - multiValued: false
4035
+ - mutability: readWrite
4036
+ - required: false
4037
+ - returned: default
4038
+ - type: boolean
4039
+ - uniqueness: none
4040
+
4041
+
4042
+ :return: The idcs_paginate_response of this SchemaAttributes.
4043
+ :rtype: bool
4044
+ """
4045
+ return self._idcs_paginate_response
4046
+
4047
+ @idcs_paginate_response.setter
4048
+ def idcs_paginate_response(self, idcs_paginate_response):
4049
+ """
4050
+ Sets the idcs_paginate_response of this SchemaAttributes.
4051
+ Set this attribute to True if the pagination is required on an attribute.
4052
+
4053
+ **Added In:** 2202230830
4054
+
4055
+ **SCIM++ Properties:**
4056
+ - multiValued: false
4057
+ - mutability: readWrite
4058
+ - required: false
4059
+ - returned: default
4060
+ - type: boolean
4061
+ - uniqueness: none
4062
+
4063
+
4064
+ :param idcs_paginate_response: The idcs_paginate_response of this SchemaAttributes.
4065
+ :type: bool
4066
+ """
4067
+ self._idcs_paginate_response = idcs_paginate_response
4068
+
4069
+ @property
4070
+ def idcs_requires_write_for_access_flows(self):
4071
+ """
4072
+ Gets the idcs_requires_write_for_access_flows of this SchemaAttributes.
4073
+ If true, indicates that the attribute value must be written to the home region for access flows initiated from a replica region.
4074
+
4075
+ **Added In:** 2209220956
4076
+
4077
+ **SCIM++ Properties:**
4078
+ - multiValued: false
4079
+ - mutability: readWrite
4080
+ - required: false
4081
+ - returned: default
4082
+ - type: boolean
4083
+ - uniqueness: none
4084
+
4085
+
4086
+ :return: The idcs_requires_write_for_access_flows of this SchemaAttributes.
4087
+ :rtype: bool
4088
+ """
4089
+ return self._idcs_requires_write_for_access_flows
4090
+
4091
+ @idcs_requires_write_for_access_flows.setter
4092
+ def idcs_requires_write_for_access_flows(self, idcs_requires_write_for_access_flows):
4093
+ """
4094
+ Sets the idcs_requires_write_for_access_flows of this SchemaAttributes.
4095
+ If true, indicates that the attribute value must be written to the home region for access flows initiated from a replica region.
4096
+
4097
+ **Added In:** 2209220956
4098
+
4099
+ **SCIM++ Properties:**
4100
+ - multiValued: false
4101
+ - mutability: readWrite
4102
+ - required: false
4103
+ - returned: default
4104
+ - type: boolean
4105
+ - uniqueness: none
4106
+
4107
+
4108
+ :param idcs_requires_write_for_access_flows: The idcs_requires_write_for_access_flows of this SchemaAttributes.
4109
+ :type: bool
4110
+ """
4111
+ self._idcs_requires_write_for_access_flows = idcs_requires_write_for_access_flows
4112
+
4113
+ @property
4114
+ def idcs_requires_immediate_read_after_write_for_access_flows(self):
4115
+ """
4116
+ Gets the idcs_requires_immediate_read_after_write_for_access_flows of this SchemaAttributes.
4117
+ If true, indicates that the attribute value must be written to the home region and requires immediate read-after-write consistency for access flows initiated from a replica region.
4118
+
4119
+ **Added In:** 2209220956
4120
+
4121
+ **SCIM++ Properties:**
4122
+ - multiValued: false
4123
+ - mutability: readWrite
4124
+ - required: false
4125
+ - returned: never
4126
+ - type: boolean
4127
+
4128
+
4129
+ :return: The idcs_requires_immediate_read_after_write_for_access_flows of this SchemaAttributes.
4130
+ :rtype: bool
4131
+ """
4132
+ return self._idcs_requires_immediate_read_after_write_for_access_flows
4133
+
4134
+ @idcs_requires_immediate_read_after_write_for_access_flows.setter
4135
+ def idcs_requires_immediate_read_after_write_for_access_flows(self, idcs_requires_immediate_read_after_write_for_access_flows):
4136
+ """
4137
+ Sets the idcs_requires_immediate_read_after_write_for_access_flows of this SchemaAttributes.
4138
+ If true, indicates that the attribute value must be written to the home region and requires immediate read-after-write consistency for access flows initiated from a replica region.
4139
+
4140
+ **Added In:** 2209220956
4141
+
4142
+ **SCIM++ Properties:**
4143
+ - multiValued: false
4144
+ - mutability: readWrite
4145
+ - required: false
4146
+ - returned: never
4147
+ - type: boolean
4148
+
4149
+
4150
+ :param idcs_requires_immediate_read_after_write_for_access_flows: The idcs_requires_immediate_read_after_write_for_access_flows of this SchemaAttributes.
4151
+ :type: bool
4152
+ """
4153
+ self._idcs_requires_immediate_read_after_write_for_access_flows = idcs_requires_immediate_read_after_write_for_access_flows
4154
+
4155
+ def __repr__(self):
4156
+ return formatted_flat_dict(self)
4157
+
4158
+ def __eq__(self, other):
4159
+ if other is None:
4160
+ return False
4161
+
4162
+ return self.__dict__ == other.__dict__
4163
+
4164
+ def __ne__(self, other):
4165
+ return not self == other