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,3209 @@
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 SchemaSubAttributes(object):
14
+ """
15
+ A list specifying the contained attributes
16
+ """
17
+
18
+ #: A constant which can be used with the type property of a SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
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 SchemaSubAttributes.
91
+ #: This constant has a value of "global"
92
+ UNIQUENESS_GLOBAL = "global"
93
+
94
+ #: A constant which can be used with the idcs_sensitive property of a SchemaSubAttributes.
95
+ #: This constant has a value of "encrypt"
96
+ IDCS_SENSITIVE_ENCRYPT = "encrypt"
97
+
98
+ #: A constant which can be used with the idcs_sensitive property of a SchemaSubAttributes.
99
+ #: This constant has a value of "hash"
100
+ IDCS_SENSITIVE_HASH = "hash"
101
+
102
+ #: A constant which can be used with the idcs_sensitive property of a SchemaSubAttributes.
103
+ #: This constant has a value of "hash_sc"
104
+ IDCS_SENSITIVE_HASH_SC = "hash_sc"
105
+
106
+ #: A constant which can be used with the idcs_sensitive property of a SchemaSubAttributes.
107
+ #: This constant has a value of "checksum"
108
+ IDCS_SENSITIVE_CHECKSUM = "checksum"
109
+
110
+ #: A constant which can be used with the idcs_sensitive property of a SchemaSubAttributes.
111
+ #: This constant has a value of "none"
112
+ IDCS_SENSITIVE_NONE = "none"
113
+
114
+ #: A constant which can be used with the idcsui_widget property of a SchemaSubAttributes.
115
+ #: This constant has a value of "inputtext"
116
+ IDCSUI_WIDGET_INPUTTEXT = "inputtext"
117
+
118
+ #: A constant which can be used with the idcsui_widget property of a SchemaSubAttributes.
119
+ #: This constant has a value of "checkbox"
120
+ IDCSUI_WIDGET_CHECKBOX = "checkbox"
121
+
122
+ #: A constant which can be used with the idcsui_widget property of a SchemaSubAttributes.
123
+ #: This constant has a value of "textarea"
124
+ IDCSUI_WIDGET_TEXTAREA = "textarea"
125
+
126
+ #: A constant which can be used with the idcsui_widget property of a SchemaSubAttributes.
127
+ #: This constant has a value of "combobox"
128
+ IDCSUI_WIDGET_COMBOBOX = "combobox"
129
+
130
+ def __init__(self, **kwargs):
131
+ """
132
+ Initializes a new SchemaSubAttributes object with values from keyword arguments.
133
+ The following keyword arguments are supported (corresponding to the getters/setters of this class):
134
+
135
+ :param name:
136
+ The value to assign to the name property of this SchemaSubAttributes.
137
+ :type name: str
138
+
139
+ :param idcs_requires_immediate_read_after_write_for_access_flows:
140
+ The value to assign to the idcs_requires_immediate_read_after_write_for_access_flows property of this SchemaSubAttributes.
141
+ :type idcs_requires_immediate_read_after_write_for_access_flows: bool
142
+
143
+ :param idcs_requires_write_for_access_flows:
144
+ The value to assign to the idcs_requires_write_for_access_flows property of this SchemaSubAttributes.
145
+ :type idcs_requires_write_for_access_flows: bool
146
+
147
+ :param idcs_display_name_message_id:
148
+ The value to assign to the idcs_display_name_message_id property of this SchemaSubAttributes.
149
+ :type idcs_display_name_message_id: str
150
+
151
+ :param idcs_rtsa_hide_attribute:
152
+ The value to assign to the idcs_rtsa_hide_attribute property of this SchemaSubAttributes.
153
+ :type idcs_rtsa_hide_attribute: bool
154
+
155
+ :param idcs_internal:
156
+ The value to assign to the idcs_internal property of this SchemaSubAttributes.
157
+ :type idcs_internal: bool
158
+
159
+ :param type:
160
+ The value to assign to the type property of this SchemaSubAttributes.
161
+ Allowed values for this property are: "string", "complex", "boolean", "decimal", "integer", "dateTime", "reference", "binary", 'UNKNOWN_ENUM_VALUE'.
162
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
163
+ :type type: str
164
+
165
+ :param multi_valued:
166
+ The value to assign to the multi_valued property of this SchemaSubAttributes.
167
+ :type multi_valued: bool
168
+
169
+ :param description:
170
+ The value to assign to the description property of this SchemaSubAttributes.
171
+ :type description: str
172
+
173
+ :param required:
174
+ The value to assign to the required property of this SchemaSubAttributes.
175
+ :type required: bool
176
+
177
+ :param idcs_return_empty_when_null:
178
+ The value to assign to the idcs_return_empty_when_null property of this SchemaSubAttributes.
179
+ :type idcs_return_empty_when_null: bool
180
+
181
+ :param canonical_values:
182
+ The value to assign to the canonical_values property of this SchemaSubAttributes.
183
+ :type canonical_values: list[str]
184
+
185
+ :param idcs_default_value:
186
+ The value to assign to the idcs_default_value property of this SchemaSubAttributes.
187
+ :type idcs_default_value: str
188
+
189
+ :param case_exact:
190
+ The value to assign to the case_exact property of this SchemaSubAttributes.
191
+ :type case_exact: bool
192
+
193
+ :param mutability:
194
+ The value to assign to the mutability property of this SchemaSubAttributes.
195
+ Allowed values for this property are: "readOnly", "readWrite", "immutable", "writeOnly", 'UNKNOWN_ENUM_VALUE'.
196
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
197
+ :type mutability: str
198
+
199
+ :param returned:
200
+ The value to assign to the returned property of this SchemaSubAttributes.
201
+ Allowed values for this property are: "always", "never", "default", "request", 'UNKNOWN_ENUM_VALUE'.
202
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
203
+ :type returned: str
204
+
205
+ :param idcs_csv_attribute_name:
206
+ The value to assign to the idcs_csv_attribute_name property of this SchemaSubAttributes.
207
+ :type idcs_csv_attribute_name: str
208
+
209
+ :param uniqueness:
210
+ The value to assign to the uniqueness property of this SchemaSubAttributes.
211
+ Allowed values for this property are: "none", "server", "global", 'UNKNOWN_ENUM_VALUE'.
212
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
213
+ :type uniqueness: str
214
+
215
+ :param reference_types:
216
+ The value to assign to the reference_types property of this SchemaSubAttributes.
217
+ :type reference_types: list[str]
218
+
219
+ :param idcs_deprecated_since_version:
220
+ The value to assign to the idcs_deprecated_since_version property of this SchemaSubAttributes.
221
+ :type idcs_deprecated_since_version: int
222
+
223
+ :param idcs_added_since_version:
224
+ The value to assign to the idcs_added_since_version property of this SchemaSubAttributes.
225
+ :type idcs_added_since_version: int
226
+
227
+ :param idcs_deprecated_since_release_number:
228
+ The value to assign to the idcs_deprecated_since_release_number property of this SchemaSubAttributes.
229
+ :type idcs_deprecated_since_release_number: str
230
+
231
+ :param idcs_added_since_release_number:
232
+ The value to assign to the idcs_added_since_release_number property of this SchemaSubAttributes.
233
+ :type idcs_added_since_release_number: str
234
+
235
+ :param idcs_min_length:
236
+ The value to assign to the idcs_min_length property of this SchemaSubAttributes.
237
+ :type idcs_min_length: int
238
+
239
+ :param idcs_max_length:
240
+ The value to assign to the idcs_max_length property of this SchemaSubAttributes.
241
+ :type idcs_max_length: int
242
+
243
+ :param idcs_min_value:
244
+ The value to assign to the idcs_min_value property of this SchemaSubAttributes.
245
+ :type idcs_min_value: int
246
+
247
+ :param idcs_max_value:
248
+ The value to assign to the idcs_max_value property of this SchemaSubAttributes.
249
+ :type idcs_max_value: int
250
+
251
+ :param idcs_only_one_value_can_be_true:
252
+ The value to assign to the idcs_only_one_value_can_be_true property of this SchemaSubAttributes.
253
+ :type idcs_only_one_value_can_be_true: bool
254
+
255
+ :param idcs_max_values_returned:
256
+ The value to assign to the idcs_max_values_returned property of this SchemaSubAttributes.
257
+ :type idcs_max_values_returned: int
258
+
259
+ :param idcs_one_value_must_be_true:
260
+ The value to assign to the idcs_one_value_must_be_true property of this SchemaSubAttributes.
261
+ :type idcs_one_value_must_be_true: bool
262
+
263
+ :param idcs_ref_resource_attributes:
264
+ The value to assign to the idcs_ref_resource_attributes property of this SchemaSubAttributes.
265
+ :type idcs_ref_resource_attributes: list[str]
266
+
267
+ :param idcs_indirect_ref_resource_attributes:
268
+ The value to assign to the idcs_indirect_ref_resource_attributes property of this SchemaSubAttributes.
269
+ :type idcs_indirect_ref_resource_attributes: list[str]
270
+
271
+ :param idcs_value_persisted:
272
+ The value to assign to the idcs_value_persisted property of this SchemaSubAttributes.
273
+ :type idcs_value_persisted: bool
274
+
275
+ :param idcs_sensitive:
276
+ The value to assign to the idcs_sensitive property of this SchemaSubAttributes.
277
+ Allowed values for this property are: "encrypt", "hash", "hash_sc", "checksum", "none", 'UNKNOWN_ENUM_VALUE'.
278
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
279
+ :type idcs_sensitive: str
280
+
281
+ :param idcs_trim_string_value:
282
+ The value to assign to the idcs_trim_string_value property of this SchemaSubAttributes.
283
+ :type idcs_trim_string_value: bool
284
+
285
+ :param idcs_searchable:
286
+ The value to assign to the idcs_searchable property of this SchemaSubAttributes.
287
+ :type idcs_searchable: bool
288
+
289
+ :param idcs_generated:
290
+ The value to assign to the idcs_generated property of this SchemaSubAttributes.
291
+ :type idcs_generated: bool
292
+
293
+ :param idcs_auditable:
294
+ The value to assign to the idcs_auditable property of this SchemaSubAttributes.
295
+ :type idcs_auditable: bool
296
+
297
+ :param idcs_target_attribute_name:
298
+ The value to assign to the idcs_target_attribute_name property of this SchemaSubAttributes.
299
+ :type idcs_target_attribute_name: str
300
+
301
+ :param idcs_target_norm_attribute_name:
302
+ The value to assign to the idcs_target_norm_attribute_name property of this SchemaSubAttributes.
303
+ :type idcs_target_norm_attribute_name: str
304
+
305
+ :param idcs_target_attribute_name_to_migrate_from:
306
+ The value to assign to the idcs_target_attribute_name_to_migrate_from property of this SchemaSubAttributes.
307
+ :type idcs_target_attribute_name_to_migrate_from: str
308
+
309
+ :param idcs_target_unique_constraint_name:
310
+ The value to assign to the idcs_target_unique_constraint_name property of this SchemaSubAttributes.
311
+ :type idcs_target_unique_constraint_name: str
312
+
313
+ :param idcs_to_target_mapper:
314
+ The value to assign to the idcs_to_target_mapper property of this SchemaSubAttributes.
315
+ :type idcs_to_target_mapper: str
316
+
317
+ :param idcs_from_target_mapper:
318
+ The value to assign to the idcs_from_target_mapper property of this SchemaSubAttributes.
319
+ :type idcs_from_target_mapper: str
320
+
321
+ :param idcs_display_name:
322
+ The value to assign to the idcs_display_name property of this SchemaSubAttributes.
323
+ :type idcs_display_name: str
324
+
325
+ :param idcs_canonical_value_source_resource_type:
326
+ The value to assign to the idcs_canonical_value_source_resource_type property of this SchemaSubAttributes.
327
+ :type idcs_canonical_value_source_resource_type: str
328
+
329
+ :param idcs_canonical_value_source_filter:
330
+ The value to assign to the idcs_canonical_value_source_filter property of this SchemaSubAttributes.
331
+ :type idcs_canonical_value_source_filter: str
332
+
333
+ :param idcs_canonical_value_source_resource_type_id:
334
+ The value to assign to the idcs_canonical_value_source_resource_type_id property of this SchemaSubAttributes.
335
+ :type idcs_canonical_value_source_resource_type_id: str
336
+
337
+ :param idcs_canonical_value_source_display_attr_name:
338
+ The value to assign to the idcs_canonical_value_source_display_attr_name property of this SchemaSubAttributes.
339
+ :type idcs_canonical_value_source_display_attr_name: str
340
+
341
+ :param idcs_canonical_value_source_key_attr_name:
342
+ The value to assign to the idcs_canonical_value_source_key_attr_name property of this SchemaSubAttributes.
343
+ :type idcs_canonical_value_source_key_attr_name: str
344
+
345
+ :param idcs_validate_reference:
346
+ The value to assign to the idcs_validate_reference property of this SchemaSubAttributes.
347
+ :type idcs_validate_reference: bool
348
+
349
+ :param idcs_scim_compliant:
350
+ The value to assign to the idcs_scim_compliant property of this SchemaSubAttributes.
351
+ :type idcs_scim_compliant: bool
352
+
353
+ :param idcs_attribute_mappable:
354
+ The value to assign to the idcs_attribute_mappable property of this SchemaSubAttributes.
355
+ :type idcs_attribute_mappable: bool
356
+
357
+ :param idcs_attribute_cacheable:
358
+ The value to assign to the idcs_attribute_cacheable property of this SchemaSubAttributes.
359
+ :type idcs_attribute_cacheable: bool
360
+
361
+ :param idcsui_order:
362
+ The value to assign to the idcsui_order property of this SchemaSubAttributes.
363
+ :type idcsui_order: int
364
+
365
+ :param idcsui_regexp:
366
+ The value to assign to the idcsui_regexp property of this SchemaSubAttributes.
367
+ :type idcsui_regexp: str
368
+
369
+ :param idcsui_visible:
370
+ The value to assign to the idcsui_visible property of this SchemaSubAttributes.
371
+ :type idcsui_visible: bool
372
+
373
+ :param idcsui_widget:
374
+ The value to assign to the idcsui_widget property of this SchemaSubAttributes.
375
+ Allowed values for this property are: "inputtext", "checkbox", "textarea", "combobox", 'UNKNOWN_ENUM_VALUE'.
376
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
377
+ :type idcsui_widget: str
378
+
379
+ :param idcs_value_persisted_in_other_attribute:
380
+ The value to assign to the idcs_value_persisted_in_other_attribute property of this SchemaSubAttributes.
381
+ :type idcs_value_persisted_in_other_attribute: bool
382
+
383
+ :param idcs_pii:
384
+ The value to assign to the idcs_pii property of this SchemaSubAttributes.
385
+ :type idcs_pii: bool
386
+
387
+ :param idcs_sanitize:
388
+ The value to assign to the idcs_sanitize property of this SchemaSubAttributes.
389
+ :type idcs_sanitize: bool
390
+
391
+ :param idcs_exclude_from_upgrade_patch:
392
+ The value to assign to the idcs_exclude_from_upgrade_patch property of this SchemaSubAttributes.
393
+ :type idcs_exclude_from_upgrade_patch: bool
394
+
395
+ """
396
+ self.swagger_types = {
397
+ 'name': 'str',
398
+ 'idcs_requires_immediate_read_after_write_for_access_flows': 'bool',
399
+ 'idcs_requires_write_for_access_flows': 'bool',
400
+ 'idcs_display_name_message_id': 'str',
401
+ 'idcs_rtsa_hide_attribute': 'bool',
402
+ 'idcs_internal': 'bool',
403
+ 'type': 'str',
404
+ 'multi_valued': 'bool',
405
+ 'description': 'str',
406
+ 'required': 'bool',
407
+ 'idcs_return_empty_when_null': 'bool',
408
+ 'canonical_values': 'list[str]',
409
+ 'idcs_default_value': 'str',
410
+ 'case_exact': 'bool',
411
+ 'mutability': 'str',
412
+ 'returned': 'str',
413
+ 'idcs_csv_attribute_name': 'str',
414
+ 'uniqueness': 'str',
415
+ 'reference_types': 'list[str]',
416
+ 'idcs_deprecated_since_version': 'int',
417
+ 'idcs_added_since_version': 'int',
418
+ 'idcs_deprecated_since_release_number': 'str',
419
+ 'idcs_added_since_release_number': 'str',
420
+ 'idcs_min_length': 'int',
421
+ 'idcs_max_length': 'int',
422
+ 'idcs_min_value': 'int',
423
+ 'idcs_max_value': 'int',
424
+ 'idcs_only_one_value_can_be_true': 'bool',
425
+ 'idcs_max_values_returned': 'int',
426
+ 'idcs_one_value_must_be_true': 'bool',
427
+ 'idcs_ref_resource_attributes': 'list[str]',
428
+ 'idcs_indirect_ref_resource_attributes': 'list[str]',
429
+ 'idcs_value_persisted': 'bool',
430
+ 'idcs_sensitive': 'str',
431
+ 'idcs_trim_string_value': 'bool',
432
+ 'idcs_searchable': 'bool',
433
+ 'idcs_generated': 'bool',
434
+ 'idcs_auditable': 'bool',
435
+ 'idcs_target_attribute_name': 'str',
436
+ 'idcs_target_norm_attribute_name': 'str',
437
+ 'idcs_target_attribute_name_to_migrate_from': 'str',
438
+ 'idcs_target_unique_constraint_name': 'str',
439
+ 'idcs_to_target_mapper': 'str',
440
+ 'idcs_from_target_mapper': 'str',
441
+ 'idcs_display_name': 'str',
442
+ 'idcs_canonical_value_source_resource_type': 'str',
443
+ 'idcs_canonical_value_source_filter': 'str',
444
+ 'idcs_canonical_value_source_resource_type_id': 'str',
445
+ 'idcs_canonical_value_source_display_attr_name': 'str',
446
+ 'idcs_canonical_value_source_key_attr_name': 'str',
447
+ 'idcs_validate_reference': 'bool',
448
+ 'idcs_scim_compliant': 'bool',
449
+ 'idcs_attribute_mappable': 'bool',
450
+ 'idcs_attribute_cacheable': 'bool',
451
+ 'idcsui_order': 'int',
452
+ 'idcsui_regexp': 'str',
453
+ 'idcsui_visible': 'bool',
454
+ 'idcsui_widget': 'str',
455
+ 'idcs_value_persisted_in_other_attribute': 'bool',
456
+ 'idcs_pii': 'bool',
457
+ 'idcs_sanitize': 'bool',
458
+ 'idcs_exclude_from_upgrade_patch': 'bool'
459
+ }
460
+
461
+ self.attribute_map = {
462
+ 'name': 'name',
463
+ 'idcs_requires_immediate_read_after_write_for_access_flows': 'idcsRequiresImmediateReadAfterWriteForAccessFlows',
464
+ 'idcs_requires_write_for_access_flows': 'idcsRequiresWriteForAccessFlows',
465
+ 'idcs_display_name_message_id': 'idcsDisplayNameMessageId',
466
+ 'idcs_rtsa_hide_attribute': 'idcsRtsaHideAttribute',
467
+ 'idcs_internal': 'idcsInternal',
468
+ 'type': 'type',
469
+ 'multi_valued': 'multiValued',
470
+ 'description': 'description',
471
+ 'required': 'required',
472
+ 'idcs_return_empty_when_null': 'idcsReturnEmptyWhenNull',
473
+ 'canonical_values': 'canonicalValues',
474
+ 'idcs_default_value': 'idcsDefaultValue',
475
+ 'case_exact': 'caseExact',
476
+ 'mutability': 'mutability',
477
+ 'returned': 'returned',
478
+ 'idcs_csv_attribute_name': 'idcsCsvAttributeName',
479
+ 'uniqueness': 'uniqueness',
480
+ 'reference_types': 'referenceTypes',
481
+ 'idcs_deprecated_since_version': 'idcsDeprecatedSinceVersion',
482
+ 'idcs_added_since_version': 'idcsAddedSinceVersion',
483
+ 'idcs_deprecated_since_release_number': 'idcsDeprecatedSinceReleaseNumber',
484
+ 'idcs_added_since_release_number': 'idcsAddedSinceReleaseNumber',
485
+ 'idcs_min_length': 'idcsMinLength',
486
+ 'idcs_max_length': 'idcsMaxLength',
487
+ 'idcs_min_value': 'idcsMinValue',
488
+ 'idcs_max_value': 'idcsMaxValue',
489
+ 'idcs_only_one_value_can_be_true': 'idcsOnlyOneValueCanBeTrue',
490
+ 'idcs_max_values_returned': 'idcsMaxValuesReturned',
491
+ 'idcs_one_value_must_be_true': 'idcsOneValueMustBeTrue',
492
+ 'idcs_ref_resource_attributes': 'idcsRefResourceAttributes',
493
+ 'idcs_indirect_ref_resource_attributes': 'idcsIndirectRefResourceAttributes',
494
+ 'idcs_value_persisted': 'idcsValuePersisted',
495
+ 'idcs_sensitive': 'idcsSensitive',
496
+ 'idcs_trim_string_value': 'idcsTrimStringValue',
497
+ 'idcs_searchable': 'idcsSearchable',
498
+ 'idcs_generated': 'idcsGenerated',
499
+ 'idcs_auditable': 'idcsAuditable',
500
+ 'idcs_target_attribute_name': 'idcsTargetAttributeName',
501
+ 'idcs_target_norm_attribute_name': 'idcsTargetNormAttributeName',
502
+ 'idcs_target_attribute_name_to_migrate_from': 'idcsTargetAttributeNameToMigrateFrom',
503
+ 'idcs_target_unique_constraint_name': 'idcsTargetUniqueConstraintName',
504
+ 'idcs_to_target_mapper': 'idcsToTargetMapper',
505
+ 'idcs_from_target_mapper': 'idcsFromTargetMapper',
506
+ 'idcs_display_name': 'idcsDisplayName',
507
+ 'idcs_canonical_value_source_resource_type': 'idcsCanonicalValueSourceResourceType',
508
+ 'idcs_canonical_value_source_filter': 'idcsCanonicalValueSourceFilter',
509
+ 'idcs_canonical_value_source_resource_type_id': 'idcsCanonicalValueSourceResourceTypeID',
510
+ 'idcs_canonical_value_source_display_attr_name': 'idcsCanonicalValueSourceDisplayAttrName',
511
+ 'idcs_canonical_value_source_key_attr_name': 'idcsCanonicalValueSourceKeyAttrName',
512
+ 'idcs_validate_reference': 'idcsValidateReference',
513
+ 'idcs_scim_compliant': 'idcsScimCompliant',
514
+ 'idcs_attribute_mappable': 'idcsAttributeMappable',
515
+ 'idcs_attribute_cacheable': 'idcsAttributeCacheable',
516
+ 'idcsui_order': 'idcsuiOrder',
517
+ 'idcsui_regexp': 'idcsuiRegexp',
518
+ 'idcsui_visible': 'idcsuiVisible',
519
+ 'idcsui_widget': 'idcsuiWidget',
520
+ 'idcs_value_persisted_in_other_attribute': 'idcsValuePersistedInOtherAttribute',
521
+ 'idcs_pii': 'idcsPii',
522
+ 'idcs_sanitize': 'idcsSanitize',
523
+ 'idcs_exclude_from_upgrade_patch': 'idcsExcludeFromUpgradePatch'
524
+ }
525
+
526
+ self._name = None
527
+ self._idcs_requires_immediate_read_after_write_for_access_flows = None
528
+ self._idcs_requires_write_for_access_flows = None
529
+ self._idcs_display_name_message_id = None
530
+ self._idcs_rtsa_hide_attribute = None
531
+ self._idcs_internal = None
532
+ self._type = None
533
+ self._multi_valued = None
534
+ self._description = None
535
+ self._required = None
536
+ self._idcs_return_empty_when_null = None
537
+ self._canonical_values = None
538
+ self._idcs_default_value = None
539
+ self._case_exact = None
540
+ self._mutability = None
541
+ self._returned = None
542
+ self._idcs_csv_attribute_name = None
543
+ self._uniqueness = None
544
+ self._reference_types = None
545
+ self._idcs_deprecated_since_version = None
546
+ self._idcs_added_since_version = None
547
+ self._idcs_deprecated_since_release_number = None
548
+ self._idcs_added_since_release_number = None
549
+ self._idcs_min_length = None
550
+ self._idcs_max_length = None
551
+ self._idcs_min_value = None
552
+ self._idcs_max_value = None
553
+ self._idcs_only_one_value_can_be_true = None
554
+ self._idcs_max_values_returned = None
555
+ self._idcs_one_value_must_be_true = None
556
+ self._idcs_ref_resource_attributes = None
557
+ self._idcs_indirect_ref_resource_attributes = None
558
+ self._idcs_value_persisted = None
559
+ self._idcs_sensitive = None
560
+ self._idcs_trim_string_value = None
561
+ self._idcs_searchable = None
562
+ self._idcs_generated = None
563
+ self._idcs_auditable = None
564
+ self._idcs_target_attribute_name = None
565
+ self._idcs_target_norm_attribute_name = None
566
+ self._idcs_target_attribute_name_to_migrate_from = None
567
+ self._idcs_target_unique_constraint_name = None
568
+ self._idcs_to_target_mapper = None
569
+ self._idcs_from_target_mapper = None
570
+ self._idcs_display_name = None
571
+ self._idcs_canonical_value_source_resource_type = None
572
+ self._idcs_canonical_value_source_filter = None
573
+ self._idcs_canonical_value_source_resource_type_id = None
574
+ self._idcs_canonical_value_source_display_attr_name = None
575
+ self._idcs_canonical_value_source_key_attr_name = None
576
+ self._idcs_validate_reference = None
577
+ self._idcs_scim_compliant = None
578
+ self._idcs_attribute_mappable = None
579
+ self._idcs_attribute_cacheable = None
580
+ self._idcsui_order = None
581
+ self._idcsui_regexp = None
582
+ self._idcsui_visible = None
583
+ self._idcsui_widget = None
584
+ self._idcs_value_persisted_in_other_attribute = None
585
+ self._idcs_pii = None
586
+ self._idcs_sanitize = None
587
+ self._idcs_exclude_from_upgrade_patch = None
588
+
589
+ @property
590
+ def name(self):
591
+ """
592
+ Gets the name of this SchemaSubAttributes.
593
+ Attribute's name
594
+
595
+ **SCIM++ Properties:**
596
+ - caseExact: true
597
+ - multiValued: false
598
+ - mutability: readWrite
599
+ - required: false
600
+ - returned: default
601
+ - type: string
602
+ - uniqueness: none
603
+
604
+
605
+ :return: The name of this SchemaSubAttributes.
606
+ :rtype: str
607
+ """
608
+ return self._name
609
+
610
+ @name.setter
611
+ def name(self, name):
612
+ """
613
+ Sets the name of this SchemaSubAttributes.
614
+ Attribute's name
615
+
616
+ **SCIM++ Properties:**
617
+ - caseExact: true
618
+ - multiValued: false
619
+ - mutability: readWrite
620
+ - required: false
621
+ - returned: default
622
+ - type: string
623
+ - uniqueness: none
624
+
625
+
626
+ :param name: The name of this SchemaSubAttributes.
627
+ :type: str
628
+ """
629
+ self._name = name
630
+
631
+ @property
632
+ def idcs_requires_immediate_read_after_write_for_access_flows(self):
633
+ """
634
+ Gets the idcs_requires_immediate_read_after_write_for_access_flows of this SchemaSubAttributes.
635
+ 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.
636
+
637
+ **Added In:** 2209220956
638
+
639
+ **SCIM++ Properties:**
640
+ - multiValued: false
641
+ - mutability: readWrite
642
+ - required: false
643
+ - returned: never
644
+ - type: boolean
645
+
646
+
647
+ :return: The idcs_requires_immediate_read_after_write_for_access_flows of this SchemaSubAttributes.
648
+ :rtype: bool
649
+ """
650
+ return self._idcs_requires_immediate_read_after_write_for_access_flows
651
+
652
+ @idcs_requires_immediate_read_after_write_for_access_flows.setter
653
+ def idcs_requires_immediate_read_after_write_for_access_flows(self, idcs_requires_immediate_read_after_write_for_access_flows):
654
+ """
655
+ Sets the idcs_requires_immediate_read_after_write_for_access_flows of this SchemaSubAttributes.
656
+ 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.
657
+
658
+ **Added In:** 2209220956
659
+
660
+ **SCIM++ Properties:**
661
+ - multiValued: false
662
+ - mutability: readWrite
663
+ - required: false
664
+ - returned: never
665
+ - type: boolean
666
+
667
+
668
+ :param idcs_requires_immediate_read_after_write_for_access_flows: The idcs_requires_immediate_read_after_write_for_access_flows of this SchemaSubAttributes.
669
+ :type: bool
670
+ """
671
+ self._idcs_requires_immediate_read_after_write_for_access_flows = idcs_requires_immediate_read_after_write_for_access_flows
672
+
673
+ @property
674
+ def idcs_requires_write_for_access_flows(self):
675
+ """
676
+ Gets the idcs_requires_write_for_access_flows of this SchemaSubAttributes.
677
+ If true, indicates that the attribute value must be written to the home region for access flows initiated from a replica region.
678
+
679
+ **Added In:** 2205120021
680
+
681
+ **SCIM++ Properties:**
682
+ - multiValued: false
683
+ - mutability: readWrite
684
+ - required: false
685
+ - returned: default
686
+ - type: boolean
687
+ - uniqueness: none
688
+
689
+
690
+ :return: The idcs_requires_write_for_access_flows of this SchemaSubAttributes.
691
+ :rtype: bool
692
+ """
693
+ return self._idcs_requires_write_for_access_flows
694
+
695
+ @idcs_requires_write_for_access_flows.setter
696
+ def idcs_requires_write_for_access_flows(self, idcs_requires_write_for_access_flows):
697
+ """
698
+ Sets the idcs_requires_write_for_access_flows of this SchemaSubAttributes.
699
+ If true, indicates that the attribute value must be written to the home region for access flows initiated from a replica region.
700
+
701
+ **Added In:** 2205120021
702
+
703
+ **SCIM++ Properties:**
704
+ - multiValued: false
705
+ - mutability: readWrite
706
+ - required: false
707
+ - returned: default
708
+ - type: boolean
709
+ - uniqueness: none
710
+
711
+
712
+ :param idcs_requires_write_for_access_flows: The idcs_requires_write_for_access_flows of this SchemaSubAttributes.
713
+ :type: bool
714
+ """
715
+ self._idcs_requires_write_for_access_flows = idcs_requires_write_for_access_flows
716
+
717
+ @property
718
+ def idcs_display_name_message_id(self):
719
+ """
720
+ Gets the idcs_display_name_message_id of this SchemaSubAttributes.
721
+ Localized schema attribute display name for use by UI client for displaying attribute labels
722
+
723
+ **SCIM++ Properties:**
724
+ - caseExact: false
725
+ - multiValued: false
726
+ - mutability: readOnly
727
+ - required: false
728
+ - returned: default
729
+ - type: string
730
+ - uniqueness: none
731
+
732
+
733
+ :return: The idcs_display_name_message_id of this SchemaSubAttributes.
734
+ :rtype: str
735
+ """
736
+ return self._idcs_display_name_message_id
737
+
738
+ @idcs_display_name_message_id.setter
739
+ def idcs_display_name_message_id(self, idcs_display_name_message_id):
740
+ """
741
+ Sets the idcs_display_name_message_id of this SchemaSubAttributes.
742
+ Localized schema attribute display name for use by UI client for displaying attribute labels
743
+
744
+ **SCIM++ Properties:**
745
+ - caseExact: false
746
+ - multiValued: false
747
+ - mutability: readOnly
748
+ - required: false
749
+ - returned: default
750
+ - type: string
751
+ - uniqueness: none
752
+
753
+
754
+ :param idcs_display_name_message_id: The idcs_display_name_message_id of this SchemaSubAttributes.
755
+ :type: str
756
+ """
757
+ self._idcs_display_name_message_id = idcs_display_name_message_id
758
+
759
+ @property
760
+ def idcs_rtsa_hide_attribute(self):
761
+ """
762
+ Gets the idcs_rtsa_hide_attribute of this SchemaSubAttributes.
763
+ Specifies if the attributes in this schema can be displayed externally
764
+
765
+ **Added In:** 19.1.4
766
+
767
+ **SCIM++ Properties:**
768
+ - caseExact: false
769
+ - multiValued: false
770
+ - mutability: readOnly
771
+ - required: false
772
+ - returned: default
773
+ - type: boolean
774
+ - uniqueness: none
775
+
776
+
777
+ :return: The idcs_rtsa_hide_attribute of this SchemaSubAttributes.
778
+ :rtype: bool
779
+ """
780
+ return self._idcs_rtsa_hide_attribute
781
+
782
+ @idcs_rtsa_hide_attribute.setter
783
+ def idcs_rtsa_hide_attribute(self, idcs_rtsa_hide_attribute):
784
+ """
785
+ Sets the idcs_rtsa_hide_attribute of this SchemaSubAttributes.
786
+ Specifies if the attributes in this schema can be displayed externally
787
+
788
+ **Added In:** 19.1.4
789
+
790
+ **SCIM++ Properties:**
791
+ - caseExact: false
792
+ - multiValued: false
793
+ - mutability: readOnly
794
+ - required: false
795
+ - returned: default
796
+ - type: boolean
797
+ - uniqueness: none
798
+
799
+
800
+ :param idcs_rtsa_hide_attribute: The idcs_rtsa_hide_attribute of this SchemaSubAttributes.
801
+ :type: bool
802
+ """
803
+ self._idcs_rtsa_hide_attribute = idcs_rtsa_hide_attribute
804
+
805
+ @property
806
+ def idcs_internal(self):
807
+ """
808
+ Gets the idcs_internal of this SchemaSubAttributes.
809
+ 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 internal flag 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.
810
+
811
+ **SCIM++ Properties:**
812
+ - multiValued: false
813
+ - mutability: readWrite
814
+ - required: false
815
+ - returned: default
816
+ - type: boolean
817
+
818
+
819
+ :return: The idcs_internal of this SchemaSubAttributes.
820
+ :rtype: bool
821
+ """
822
+ return self._idcs_internal
823
+
824
+ @idcs_internal.setter
825
+ def idcs_internal(self, idcs_internal):
826
+ """
827
+ Sets the idcs_internal of this SchemaSubAttributes.
828
+ 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 internal flag 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.
829
+
830
+ **SCIM++ Properties:**
831
+ - multiValued: false
832
+ - mutability: readWrite
833
+ - required: false
834
+ - returned: default
835
+ - type: boolean
836
+
837
+
838
+ :param idcs_internal: The idcs_internal of this SchemaSubAttributes.
839
+ :type: bool
840
+ """
841
+ self._idcs_internal = idcs_internal
842
+
843
+ @property
844
+ def type(self):
845
+ """
846
+ Gets the type of this SchemaSubAttributes.
847
+ Attribute's data type--for example, String
848
+
849
+ **SCIM++ Properties:**
850
+ - caseExact: false
851
+ - multiValued: false
852
+ - mutability: readWrite
853
+ - required: false
854
+ - returned: default
855
+ - type: string
856
+ - uniqueness: none
857
+
858
+ Allowed values for this property are: "string", "complex", "boolean", "decimal", "integer", "dateTime", "reference", "binary", 'UNKNOWN_ENUM_VALUE'.
859
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
860
+
861
+
862
+ :return: The type of this SchemaSubAttributes.
863
+ :rtype: str
864
+ """
865
+ return self._type
866
+
867
+ @type.setter
868
+ def type(self, type):
869
+ """
870
+ Sets the type of this SchemaSubAttributes.
871
+ Attribute's data type--for example, String
872
+
873
+ **SCIM++ Properties:**
874
+ - caseExact: false
875
+ - multiValued: false
876
+ - mutability: readWrite
877
+ - required: false
878
+ - returned: default
879
+ - type: string
880
+ - uniqueness: none
881
+
882
+
883
+ :param type: The type of this SchemaSubAttributes.
884
+ :type: str
885
+ """
886
+ allowed_values = ["string", "complex", "boolean", "decimal", "integer", "dateTime", "reference", "binary"]
887
+ if not value_allowed_none_or_none_sentinel(type, allowed_values):
888
+ type = 'UNKNOWN_ENUM_VALUE'
889
+ self._type = type
890
+
891
+ @property
892
+ def multi_valued(self):
893
+ """
894
+ Gets the multi_valued of this SchemaSubAttributes.
895
+ Indicates the attribute's plurality
896
+
897
+ **SCIM++ Properties:**
898
+ - multiValued: false
899
+ - mutability: readWrite
900
+ - required: false
901
+ - returned: default
902
+ - type: boolean
903
+
904
+
905
+ :return: The multi_valued of this SchemaSubAttributes.
906
+ :rtype: bool
907
+ """
908
+ return self._multi_valued
909
+
910
+ @multi_valued.setter
911
+ def multi_valued(self, multi_valued):
912
+ """
913
+ Sets the multi_valued of this SchemaSubAttributes.
914
+ Indicates the attribute's plurality
915
+
916
+ **SCIM++ Properties:**
917
+ - multiValued: false
918
+ - mutability: readWrite
919
+ - required: false
920
+ - returned: default
921
+ - type: boolean
922
+
923
+
924
+ :param multi_valued: The multi_valued of this SchemaSubAttributes.
925
+ :type: bool
926
+ """
927
+ self._multi_valued = multi_valued
928
+
929
+ @property
930
+ def description(self):
931
+ """
932
+ Gets the description of this SchemaSubAttributes.
933
+ Attribute's human-readable description
934
+
935
+ **SCIM++ Properties:**
936
+ - caseExact: true
937
+ - multiValued: false
938
+ - mutability: readWrite
939
+ - required: false
940
+ - returned: default
941
+ - type: string
942
+ - uniqueness: none
943
+
944
+
945
+ :return: The description of this SchemaSubAttributes.
946
+ :rtype: str
947
+ """
948
+ return self._description
949
+
950
+ @description.setter
951
+ def description(self, description):
952
+ """
953
+ Sets the description of this SchemaSubAttributes.
954
+ Attribute's human-readable description
955
+
956
+ **SCIM++ Properties:**
957
+ - caseExact: true
958
+ - multiValued: false
959
+ - mutability: readWrite
960
+ - required: false
961
+ - returned: default
962
+ - type: string
963
+ - uniqueness: none
964
+
965
+
966
+ :param description: The description of this SchemaSubAttributes.
967
+ :type: str
968
+ """
969
+ self._description = description
970
+
971
+ @property
972
+ def required(self):
973
+ """
974
+ Gets the required of this SchemaSubAttributes.
975
+ Specifies if the attribute is required
976
+
977
+ **SCIM++ Properties:**
978
+ - multiValued: false
979
+ - mutability: readWrite
980
+ - required: false
981
+ - returned: default
982
+ - type: boolean
983
+
984
+
985
+ :return: The required of this SchemaSubAttributes.
986
+ :rtype: bool
987
+ """
988
+ return self._required
989
+
990
+ @required.setter
991
+ def required(self, required):
992
+ """
993
+ Sets the required of this SchemaSubAttributes.
994
+ Specifies if the attribute is required
995
+
996
+ **SCIM++ Properties:**
997
+ - multiValued: false
998
+ - mutability: readWrite
999
+ - required: false
1000
+ - returned: default
1001
+ - type: boolean
1002
+
1003
+
1004
+ :param required: The required of this SchemaSubAttributes.
1005
+ :type: bool
1006
+ """
1007
+ self._required = required
1008
+
1009
+ @property
1010
+ def idcs_return_empty_when_null(self):
1011
+ """
1012
+ Gets the idcs_return_empty_when_null of this SchemaSubAttributes.
1013
+ Specifies if the attribute is required
1014
+
1015
+ **Added In:** 2305190132
1016
+
1017
+ **SCIM++ Properties:**
1018
+ - multiValued: false
1019
+ - mutability: readWrite
1020
+ - required: false
1021
+ - returned: default
1022
+ - type: boolean
1023
+
1024
+
1025
+ :return: The idcs_return_empty_when_null of this SchemaSubAttributes.
1026
+ :rtype: bool
1027
+ """
1028
+ return self._idcs_return_empty_when_null
1029
+
1030
+ @idcs_return_empty_when_null.setter
1031
+ def idcs_return_empty_when_null(self, idcs_return_empty_when_null):
1032
+ """
1033
+ Sets the idcs_return_empty_when_null of this SchemaSubAttributes.
1034
+ Specifies if the attribute is required
1035
+
1036
+ **Added In:** 2305190132
1037
+
1038
+ **SCIM++ Properties:**
1039
+ - multiValued: false
1040
+ - mutability: readWrite
1041
+ - required: false
1042
+ - returned: default
1043
+ - type: boolean
1044
+
1045
+
1046
+ :param idcs_return_empty_when_null: The idcs_return_empty_when_null of this SchemaSubAttributes.
1047
+ :type: bool
1048
+ """
1049
+ self._idcs_return_empty_when_null = idcs_return_empty_when_null
1050
+
1051
+ @property
1052
+ def canonical_values(self):
1053
+ """
1054
+ Gets the canonical_values of this SchemaSubAttributes.
1055
+ A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \\\"work\\\", \\\"home\\\".
1056
+
1057
+ **SCIM++ Properties:**
1058
+ - caseExact: true
1059
+ - multiValued: true
1060
+ - mutability: readWrite
1061
+ - required: false
1062
+ - returned: default
1063
+ - type: string
1064
+ - uniqueness: none
1065
+
1066
+
1067
+ :return: The canonical_values of this SchemaSubAttributes.
1068
+ :rtype: list[str]
1069
+ """
1070
+ return self._canonical_values
1071
+
1072
+ @canonical_values.setter
1073
+ def canonical_values(self, canonical_values):
1074
+ """
1075
+ Sets the canonical_values of this SchemaSubAttributes.
1076
+ A collection of canonical values. Applicable Service Providers MUST specify the canonical types specified in the core schema specification--for example, \\\"work\\\", \\\"home\\\".
1077
+
1078
+ **SCIM++ Properties:**
1079
+ - caseExact: true
1080
+ - multiValued: true
1081
+ - mutability: readWrite
1082
+ - required: false
1083
+ - returned: default
1084
+ - type: string
1085
+ - uniqueness: none
1086
+
1087
+
1088
+ :param canonical_values: The canonical_values of this SchemaSubAttributes.
1089
+ :type: list[str]
1090
+ """
1091
+ self._canonical_values = canonical_values
1092
+
1093
+ @property
1094
+ def idcs_default_value(self):
1095
+ """
1096
+ Gets the idcs_default_value of this SchemaSubAttributes.
1097
+ Specifies the default value for an attribute. The value must be one from canonicalValues if defined.
1098
+
1099
+ **Added In:** 18.1.6
1100
+
1101
+ **SCIM++ Properties:**
1102
+ - caseExact: true
1103
+ - multiValued: false
1104
+ - mutability: readWrite
1105
+ - required: false
1106
+ - returned: default
1107
+ - type: string
1108
+ - uniqueness: none
1109
+
1110
+
1111
+ :return: The idcs_default_value of this SchemaSubAttributes.
1112
+ :rtype: str
1113
+ """
1114
+ return self._idcs_default_value
1115
+
1116
+ @idcs_default_value.setter
1117
+ def idcs_default_value(self, idcs_default_value):
1118
+ """
1119
+ Sets the idcs_default_value of this SchemaSubAttributes.
1120
+ Specifies the default value for an attribute. The value must be one from canonicalValues if defined.
1121
+
1122
+ **Added In:** 18.1.6
1123
+
1124
+ **SCIM++ Properties:**
1125
+ - caseExact: true
1126
+ - multiValued: false
1127
+ - mutability: readWrite
1128
+ - required: false
1129
+ - returned: default
1130
+ - type: string
1131
+ - uniqueness: none
1132
+
1133
+
1134
+ :param idcs_default_value: The idcs_default_value of this SchemaSubAttributes.
1135
+ :type: str
1136
+ """
1137
+ self._idcs_default_value = idcs_default_value
1138
+
1139
+ @property
1140
+ def case_exact(self):
1141
+ """
1142
+ Gets the case_exact of this SchemaSubAttributes.
1143
+ Specifies if the String attribute is case-sensitive
1144
+
1145
+ **SCIM++ Properties:**
1146
+ - multiValued: false
1147
+ - mutability: readWrite
1148
+ - required: false
1149
+ - returned: default
1150
+ - type: boolean
1151
+
1152
+
1153
+ :return: The case_exact of this SchemaSubAttributes.
1154
+ :rtype: bool
1155
+ """
1156
+ return self._case_exact
1157
+
1158
+ @case_exact.setter
1159
+ def case_exact(self, case_exact):
1160
+ """
1161
+ Sets the case_exact of this SchemaSubAttributes.
1162
+ Specifies if the String attribute is case-sensitive
1163
+
1164
+ **SCIM++ Properties:**
1165
+ - multiValued: false
1166
+ - mutability: readWrite
1167
+ - required: false
1168
+ - returned: default
1169
+ - type: boolean
1170
+
1171
+
1172
+ :param case_exact: The case_exact of this SchemaSubAttributes.
1173
+ :type: bool
1174
+ """
1175
+ self._case_exact = case_exact
1176
+
1177
+ @property
1178
+ def mutability(self):
1179
+ """
1180
+ Gets the mutability of this SchemaSubAttributes.
1181
+ Specifies if the attribute is mutable
1182
+
1183
+ **SCIM++ Properties:**
1184
+ - caseExact: true
1185
+ - multiValued: false
1186
+ - mutability: readWrite
1187
+ - required: false
1188
+ - returned: default
1189
+ - type: string
1190
+ - uniqueness: none
1191
+
1192
+ Allowed values for this property are: "readOnly", "readWrite", "immutable", "writeOnly", 'UNKNOWN_ENUM_VALUE'.
1193
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1194
+
1195
+
1196
+ :return: The mutability of this SchemaSubAttributes.
1197
+ :rtype: str
1198
+ """
1199
+ return self._mutability
1200
+
1201
+ @mutability.setter
1202
+ def mutability(self, mutability):
1203
+ """
1204
+ Sets the mutability of this SchemaSubAttributes.
1205
+ Specifies if the attribute is mutable
1206
+
1207
+ **SCIM++ Properties:**
1208
+ - caseExact: true
1209
+ - multiValued: false
1210
+ - mutability: readWrite
1211
+ - required: false
1212
+ - returned: default
1213
+ - type: string
1214
+ - uniqueness: none
1215
+
1216
+
1217
+ :param mutability: The mutability of this SchemaSubAttributes.
1218
+ :type: str
1219
+ """
1220
+ allowed_values = ["readOnly", "readWrite", "immutable", "writeOnly"]
1221
+ if not value_allowed_none_or_none_sentinel(mutability, allowed_values):
1222
+ mutability = 'UNKNOWN_ENUM_VALUE'
1223
+ self._mutability = mutability
1224
+
1225
+ @property
1226
+ def returned(self):
1227
+ """
1228
+ Gets the returned of this SchemaSubAttributes.
1229
+ 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
1230
+
1231
+ **SCIM++ Properties:**
1232
+ - caseExact: true
1233
+ - multiValued: false
1234
+ - mutability: readWrite
1235
+ - required: false
1236
+ - returned: default
1237
+ - type: string
1238
+ - uniqueness: none
1239
+
1240
+ Allowed values for this property are: "always", "never", "default", "request", 'UNKNOWN_ENUM_VALUE'.
1241
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1242
+
1243
+
1244
+ :return: The returned of this SchemaSubAttributes.
1245
+ :rtype: str
1246
+ """
1247
+ return self._returned
1248
+
1249
+ @returned.setter
1250
+ def returned(self, returned):
1251
+ """
1252
+ Sets the returned of this SchemaSubAttributes.
1253
+ 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
1254
+
1255
+ **SCIM++ Properties:**
1256
+ - caseExact: true
1257
+ - multiValued: false
1258
+ - mutability: readWrite
1259
+ - required: false
1260
+ - returned: default
1261
+ - type: string
1262
+ - uniqueness: none
1263
+
1264
+
1265
+ :param returned: The returned of this SchemaSubAttributes.
1266
+ :type: str
1267
+ """
1268
+ allowed_values = ["always", "never", "default", "request"]
1269
+ if not value_allowed_none_or_none_sentinel(returned, allowed_values):
1270
+ returned = 'UNKNOWN_ENUM_VALUE'
1271
+ self._returned = returned
1272
+
1273
+ @property
1274
+ def idcs_csv_attribute_name(self):
1275
+ """
1276
+ Gets the idcs_csv_attribute_name of this SchemaSubAttributes.
1277
+ The attribute that defines the CSV header name for import/export
1278
+
1279
+ **SCIM++ Properties:**
1280
+ - caseExact: true
1281
+ - multiValued: false
1282
+ - mutability: readWrite
1283
+ - required: false
1284
+ - returned: default
1285
+ - type: string
1286
+ - uniqueness: none
1287
+
1288
+
1289
+ :return: The idcs_csv_attribute_name of this SchemaSubAttributes.
1290
+ :rtype: str
1291
+ """
1292
+ return self._idcs_csv_attribute_name
1293
+
1294
+ @idcs_csv_attribute_name.setter
1295
+ def idcs_csv_attribute_name(self, idcs_csv_attribute_name):
1296
+ """
1297
+ Sets the idcs_csv_attribute_name of this SchemaSubAttributes.
1298
+ The attribute that defines the CSV header name for import/export
1299
+
1300
+ **SCIM++ Properties:**
1301
+ - caseExact: true
1302
+ - multiValued: false
1303
+ - mutability: readWrite
1304
+ - required: false
1305
+ - returned: default
1306
+ - type: string
1307
+ - uniqueness: none
1308
+
1309
+
1310
+ :param idcs_csv_attribute_name: The idcs_csv_attribute_name of this SchemaSubAttributes.
1311
+ :type: str
1312
+ """
1313
+ self._idcs_csv_attribute_name = idcs_csv_attribute_name
1314
+
1315
+ @property
1316
+ def uniqueness(self):
1317
+ """
1318
+ Gets the uniqueness of this SchemaSubAttributes.
1319
+ 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 a uniqueness of \\\"none\\\".
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: "none", "server", "global", 'UNKNOWN_ENUM_VALUE'.
1331
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1332
+
1333
+
1334
+ :return: The uniqueness of this SchemaSubAttributes.
1335
+ :rtype: str
1336
+ """
1337
+ return self._uniqueness
1338
+
1339
+ @uniqueness.setter
1340
+ def uniqueness(self, uniqueness):
1341
+ """
1342
+ Sets the uniqueness of this SchemaSubAttributes.
1343
+ 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 a uniqueness of \\\"none\\\".
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 uniqueness: The uniqueness of this SchemaSubAttributes.
1356
+ :type: str
1357
+ """
1358
+ allowed_values = ["none", "server", "global"]
1359
+ if not value_allowed_none_or_none_sentinel(uniqueness, allowed_values):
1360
+ uniqueness = 'UNKNOWN_ENUM_VALUE'
1361
+ self._uniqueness = uniqueness
1362
+
1363
+ @property
1364
+ def reference_types(self):
1365
+ """
1366
+ Gets the reference_types of this SchemaSubAttributes.
1367
+ 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.
1368
+
1369
+ **SCIM++ Properties:**
1370
+ - caseExact: true
1371
+ - multiValued: true
1372
+ - mutability: readWrite
1373
+ - required: false
1374
+ - returned: default
1375
+ - type: string
1376
+ - uniqueness: none
1377
+
1378
+
1379
+ :return: The reference_types of this SchemaSubAttributes.
1380
+ :rtype: list[str]
1381
+ """
1382
+ return self._reference_types
1383
+
1384
+ @reference_types.setter
1385
+ def reference_types(self, reference_types):
1386
+ """
1387
+ Sets the reference_types of this SchemaSubAttributes.
1388
+ 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.
1389
+
1390
+ **SCIM++ Properties:**
1391
+ - caseExact: true
1392
+ - multiValued: true
1393
+ - mutability: readWrite
1394
+ - required: false
1395
+ - returned: default
1396
+ - type: string
1397
+ - uniqueness: none
1398
+
1399
+
1400
+ :param reference_types: The reference_types of this SchemaSubAttributes.
1401
+ :type: list[str]
1402
+ """
1403
+ self._reference_types = reference_types
1404
+
1405
+ @property
1406
+ def idcs_deprecated_since_version(self):
1407
+ """
1408
+ Gets the idcs_deprecated_since_version of this SchemaSubAttributes.
1409
+ Indicates that the schema has been deprecated since version
1410
+
1411
+ **Deprecated Since: 19.3.3**
1412
+
1413
+ **SCIM++ Properties:**
1414
+ - multiValued: false
1415
+ - mutability: readWrite
1416
+ - required: false
1417
+ - returned: default
1418
+ - type: integer
1419
+
1420
+
1421
+ :return: The idcs_deprecated_since_version of this SchemaSubAttributes.
1422
+ :rtype: int
1423
+ """
1424
+ return self._idcs_deprecated_since_version
1425
+
1426
+ @idcs_deprecated_since_version.setter
1427
+ def idcs_deprecated_since_version(self, idcs_deprecated_since_version):
1428
+ """
1429
+ Sets the idcs_deprecated_since_version of this SchemaSubAttributes.
1430
+ Indicates that the schema has been deprecated since version
1431
+
1432
+ **Deprecated Since: 19.3.3**
1433
+
1434
+ **SCIM++ Properties:**
1435
+ - multiValued: false
1436
+ - mutability: readWrite
1437
+ - required: false
1438
+ - returned: default
1439
+ - type: integer
1440
+
1441
+
1442
+ :param idcs_deprecated_since_version: The idcs_deprecated_since_version of this SchemaSubAttributes.
1443
+ :type: int
1444
+ """
1445
+ self._idcs_deprecated_since_version = idcs_deprecated_since_version
1446
+
1447
+ @property
1448
+ def idcs_added_since_version(self):
1449
+ """
1450
+ Gets the idcs_added_since_version of this SchemaSubAttributes.
1451
+ Indicates that the schema has been added since version
1452
+
1453
+ **Deprecated Since: 19.3.3**
1454
+
1455
+ **SCIM++ Properties:**
1456
+ - multiValued: false
1457
+ - mutability: readWrite
1458
+ - required: false
1459
+ - returned: default
1460
+ - type: integer
1461
+
1462
+
1463
+ :return: The idcs_added_since_version of this SchemaSubAttributes.
1464
+ :rtype: int
1465
+ """
1466
+ return self._idcs_added_since_version
1467
+
1468
+ @idcs_added_since_version.setter
1469
+ def idcs_added_since_version(self, idcs_added_since_version):
1470
+ """
1471
+ Sets the idcs_added_since_version of this SchemaSubAttributes.
1472
+ Indicates that the schema has been added since version
1473
+
1474
+ **Deprecated Since: 19.3.3**
1475
+
1476
+ **SCIM++ Properties:**
1477
+ - multiValued: false
1478
+ - mutability: readWrite
1479
+ - required: false
1480
+ - returned: default
1481
+ - type: integer
1482
+
1483
+
1484
+ :param idcs_added_since_version: The idcs_added_since_version of this SchemaSubAttributes.
1485
+ :type: int
1486
+ """
1487
+ self._idcs_added_since_version = idcs_added_since_version
1488
+
1489
+ @property
1490
+ def idcs_deprecated_since_release_number(self):
1491
+ """
1492
+ Gets the idcs_deprecated_since_release_number of this SchemaSubAttributes.
1493
+ Indicates that the schema has been deprecated since this release number
1494
+
1495
+ **Added In:** 17.3.4
1496
+
1497
+ **SCIM++ Properties:**
1498
+ - multiValued: false
1499
+ - mutability: readWrite
1500
+ - required: false
1501
+ - returned: default
1502
+ - type: string
1503
+
1504
+
1505
+ :return: The idcs_deprecated_since_release_number of this SchemaSubAttributes.
1506
+ :rtype: str
1507
+ """
1508
+ return self._idcs_deprecated_since_release_number
1509
+
1510
+ @idcs_deprecated_since_release_number.setter
1511
+ def idcs_deprecated_since_release_number(self, idcs_deprecated_since_release_number):
1512
+ """
1513
+ Sets the idcs_deprecated_since_release_number of this SchemaSubAttributes.
1514
+ Indicates that the schema has been deprecated since this release number
1515
+
1516
+ **Added In:** 17.3.4
1517
+
1518
+ **SCIM++ Properties:**
1519
+ - multiValued: false
1520
+ - mutability: readWrite
1521
+ - required: false
1522
+ - returned: default
1523
+ - type: string
1524
+
1525
+
1526
+ :param idcs_deprecated_since_release_number: The idcs_deprecated_since_release_number of this SchemaSubAttributes.
1527
+ :type: str
1528
+ """
1529
+ self._idcs_deprecated_since_release_number = idcs_deprecated_since_release_number
1530
+
1531
+ @property
1532
+ def idcs_added_since_release_number(self):
1533
+ """
1534
+ Gets the idcs_added_since_release_number of this SchemaSubAttributes.
1535
+ Indicates that the schema has been added since this release number
1536
+
1537
+ **Added In:** 17.3.4
1538
+
1539
+ **SCIM++ Properties:**
1540
+ - multiValued: false
1541
+ - mutability: readWrite
1542
+ - required: false
1543
+ - returned: default
1544
+ - type: string
1545
+
1546
+
1547
+ :return: The idcs_added_since_release_number of this SchemaSubAttributes.
1548
+ :rtype: str
1549
+ """
1550
+ return self._idcs_added_since_release_number
1551
+
1552
+ @idcs_added_since_release_number.setter
1553
+ def idcs_added_since_release_number(self, idcs_added_since_release_number):
1554
+ """
1555
+ Sets the idcs_added_since_release_number of this SchemaSubAttributes.
1556
+ Indicates that the schema has been added since this release number
1557
+
1558
+ **Added In:** 17.3.4
1559
+
1560
+ **SCIM++ Properties:**
1561
+ - multiValued: false
1562
+ - mutability: readWrite
1563
+ - required: false
1564
+ - returned: default
1565
+ - type: string
1566
+
1567
+
1568
+ :param idcs_added_since_release_number: The idcs_added_since_release_number of this SchemaSubAttributes.
1569
+ :type: str
1570
+ """
1571
+ self._idcs_added_since_release_number = idcs_added_since_release_number
1572
+
1573
+ @property
1574
+ def idcs_min_length(self):
1575
+ """
1576
+ Gets the idcs_min_length of this SchemaSubAttributes.
1577
+ Specifies the minimum length of this attribute
1578
+
1579
+ **SCIM++ Properties:**
1580
+ - multiValued: false
1581
+ - mutability: readWrite
1582
+ - required: false
1583
+ - returned: default
1584
+ - type: integer
1585
+
1586
+
1587
+ :return: The idcs_min_length of this SchemaSubAttributes.
1588
+ :rtype: int
1589
+ """
1590
+ return self._idcs_min_length
1591
+
1592
+ @idcs_min_length.setter
1593
+ def idcs_min_length(self, idcs_min_length):
1594
+ """
1595
+ Sets the idcs_min_length of this SchemaSubAttributes.
1596
+ Specifies the minimum length of this attribute
1597
+
1598
+ **SCIM++ Properties:**
1599
+ - multiValued: false
1600
+ - mutability: readWrite
1601
+ - required: false
1602
+ - returned: default
1603
+ - type: integer
1604
+
1605
+
1606
+ :param idcs_min_length: The idcs_min_length of this SchemaSubAttributes.
1607
+ :type: int
1608
+ """
1609
+ self._idcs_min_length = idcs_min_length
1610
+
1611
+ @property
1612
+ def idcs_max_length(self):
1613
+ """
1614
+ Gets the idcs_max_length of this SchemaSubAttributes.
1615
+ Specifies the maximum length of this attribute
1616
+
1617
+ **SCIM++ Properties:**
1618
+ - multiValued: false
1619
+ - mutability: readWrite
1620
+ - required: false
1621
+ - returned: default
1622
+ - type: integer
1623
+
1624
+
1625
+ :return: The idcs_max_length of this SchemaSubAttributes.
1626
+ :rtype: int
1627
+ """
1628
+ return self._idcs_max_length
1629
+
1630
+ @idcs_max_length.setter
1631
+ def idcs_max_length(self, idcs_max_length):
1632
+ """
1633
+ Sets the idcs_max_length of this SchemaSubAttributes.
1634
+ Specifies the maximum length of this attribute
1635
+
1636
+ **SCIM++ Properties:**
1637
+ - multiValued: false
1638
+ - mutability: readWrite
1639
+ - required: false
1640
+ - returned: default
1641
+ - type: integer
1642
+
1643
+
1644
+ :param idcs_max_length: The idcs_max_length of this SchemaSubAttributes.
1645
+ :type: int
1646
+ """
1647
+ self._idcs_max_length = idcs_max_length
1648
+
1649
+ @property
1650
+ def idcs_min_value(self):
1651
+ """
1652
+ Gets the idcs_min_value of this SchemaSubAttributes.
1653
+ Specifies the minimum value of the integer attribute
1654
+
1655
+ **SCIM++ Properties:**
1656
+ - multiValued: false
1657
+ - mutability: readOnly
1658
+ - required: false
1659
+ - returned: default
1660
+ - type: integer
1661
+
1662
+
1663
+ :return: The idcs_min_value of this SchemaSubAttributes.
1664
+ :rtype: int
1665
+ """
1666
+ return self._idcs_min_value
1667
+
1668
+ @idcs_min_value.setter
1669
+ def idcs_min_value(self, idcs_min_value):
1670
+ """
1671
+ Sets the idcs_min_value of this SchemaSubAttributes.
1672
+ Specifies the minimum value of the integer attribute
1673
+
1674
+ **SCIM++ Properties:**
1675
+ - multiValued: false
1676
+ - mutability: readOnly
1677
+ - required: false
1678
+ - returned: default
1679
+ - type: integer
1680
+
1681
+
1682
+ :param idcs_min_value: The idcs_min_value of this SchemaSubAttributes.
1683
+ :type: int
1684
+ """
1685
+ self._idcs_min_value = idcs_min_value
1686
+
1687
+ @property
1688
+ def idcs_max_value(self):
1689
+ """
1690
+ Gets the idcs_max_value of this SchemaSubAttributes.
1691
+ Specifies the maximum value of the integer attribute
1692
+
1693
+ **SCIM++ Properties:**
1694
+ - multiValued: false
1695
+ - mutability: readOnly
1696
+ - required: false
1697
+ - returned: default
1698
+ - type: integer
1699
+
1700
+
1701
+ :return: The idcs_max_value of this SchemaSubAttributes.
1702
+ :rtype: int
1703
+ """
1704
+ return self._idcs_max_value
1705
+
1706
+ @idcs_max_value.setter
1707
+ def idcs_max_value(self, idcs_max_value):
1708
+ """
1709
+ Sets the idcs_max_value of this SchemaSubAttributes.
1710
+ Specifies the maximum value of the integer attribute
1711
+
1712
+ **SCIM++ Properties:**
1713
+ - multiValued: false
1714
+ - mutability: readOnly
1715
+ - required: false
1716
+ - returned: default
1717
+ - type: integer
1718
+
1719
+
1720
+ :param idcs_max_value: The idcs_max_value of this SchemaSubAttributes.
1721
+ :type: int
1722
+ """
1723
+ self._idcs_max_value = idcs_max_value
1724
+
1725
+ @property
1726
+ def idcs_only_one_value_can_be_true(self):
1727
+ """
1728
+ Gets the idcs_only_one_value_can_be_true of this SchemaSubAttributes.
1729
+ If true, specifies that the sub attribute value can be set to true on one and only one instance of the CMVA.
1730
+
1731
+ **SCIM++ Properties:**
1732
+ - caseExact: true
1733
+ - multiValued: false
1734
+ - mutability: readOnly
1735
+ - required: false
1736
+ - returned: default
1737
+ - type: boolean
1738
+ - uniqueness: none
1739
+
1740
+
1741
+ :return: The idcs_only_one_value_can_be_true of this SchemaSubAttributes.
1742
+ :rtype: bool
1743
+ """
1744
+ return self._idcs_only_one_value_can_be_true
1745
+
1746
+ @idcs_only_one_value_can_be_true.setter
1747
+ def idcs_only_one_value_can_be_true(self, idcs_only_one_value_can_be_true):
1748
+ """
1749
+ Sets the idcs_only_one_value_can_be_true of this SchemaSubAttributes.
1750
+ If true, specifies that the sub attribute value can be set to true on one and only one instance of the CMVA.
1751
+
1752
+ **SCIM++ Properties:**
1753
+ - caseExact: true
1754
+ - multiValued: false
1755
+ - mutability: readOnly
1756
+ - required: false
1757
+ - returned: default
1758
+ - type: boolean
1759
+ - uniqueness: none
1760
+
1761
+
1762
+ :param idcs_only_one_value_can_be_true: The idcs_only_one_value_can_be_true of this SchemaSubAttributes.
1763
+ :type: bool
1764
+ """
1765
+ self._idcs_only_one_value_can_be_true = idcs_only_one_value_can_be_true
1766
+
1767
+ @property
1768
+ def idcs_max_values_returned(self):
1769
+ """
1770
+ Gets the idcs_max_values_returned of this SchemaSubAttributes.
1771
+ **SCIM++ Properties:**
1772
+ - caseExact: true
1773
+ - multiValued: false
1774
+ - mutability: readOnly
1775
+ - required: false
1776
+ - returned: default
1777
+ - type: integer
1778
+ - uniqueness: none
1779
+ Specify a limit on the number of attribute-values that any caller will receive when requesting a CMVA attribute. If the no of CMVA instances exceeds the limit then Oracle Identity Cloud Service will throw exception. Users can choose to refine the filter on CMVA attribute.
1780
+
1781
+
1782
+ :return: The idcs_max_values_returned of this SchemaSubAttributes.
1783
+ :rtype: int
1784
+ """
1785
+ return self._idcs_max_values_returned
1786
+
1787
+ @idcs_max_values_returned.setter
1788
+ def idcs_max_values_returned(self, idcs_max_values_returned):
1789
+ """
1790
+ Sets the idcs_max_values_returned of this SchemaSubAttributes.
1791
+ **SCIM++ Properties:**
1792
+ - caseExact: true
1793
+ - multiValued: false
1794
+ - mutability: readOnly
1795
+ - required: false
1796
+ - returned: default
1797
+ - type: integer
1798
+ - uniqueness: none
1799
+ Specify a limit on the number of attribute-values that any caller will receive when requesting a CMVA attribute. If the no of CMVA instances exceeds the limit then Oracle Identity Cloud Service will throw exception. Users can choose to refine the filter on CMVA attribute.
1800
+
1801
+
1802
+ :param idcs_max_values_returned: The idcs_max_values_returned of this SchemaSubAttributes.
1803
+ :type: int
1804
+ """
1805
+ self._idcs_max_values_returned = idcs_max_values_returned
1806
+
1807
+ @property
1808
+ def idcs_one_value_must_be_true(self):
1809
+ """
1810
+ Gets the idcs_one_value_must_be_true of this SchemaSubAttributes.
1811
+ If true, ARM will ensure atleast one of the instances of CMVA has the attribute value set to true.
1812
+
1813
+ **SCIM++ Properties:**
1814
+ - caseExact: true
1815
+ - multiValued: false
1816
+ - mutability: readOnly
1817
+ - required: false
1818
+ - returned: default
1819
+ - type: boolean
1820
+ - uniqueness: none
1821
+
1822
+
1823
+ :return: The idcs_one_value_must_be_true of this SchemaSubAttributes.
1824
+ :rtype: bool
1825
+ """
1826
+ return self._idcs_one_value_must_be_true
1827
+
1828
+ @idcs_one_value_must_be_true.setter
1829
+ def idcs_one_value_must_be_true(self, idcs_one_value_must_be_true):
1830
+ """
1831
+ Sets the idcs_one_value_must_be_true of this SchemaSubAttributes.
1832
+ If true, ARM will ensure atleast one of the instances of CMVA has the attribute value set to true.
1833
+
1834
+ **SCIM++ Properties:**
1835
+ - caseExact: true
1836
+ - multiValued: false
1837
+ - mutability: readOnly
1838
+ - required: false
1839
+ - returned: default
1840
+ - type: boolean
1841
+ - uniqueness: none
1842
+
1843
+
1844
+ :param idcs_one_value_must_be_true: The idcs_one_value_must_be_true of this SchemaSubAttributes.
1845
+ :type: bool
1846
+ """
1847
+ self._idcs_one_value_must_be_true = idcs_one_value_must_be_true
1848
+
1849
+ @property
1850
+ def idcs_ref_resource_attributes(self):
1851
+ """
1852
+ Gets the idcs_ref_resource_attributes of this SchemaSubAttributes.
1853
+ Specifies the directly referenced Resources
1854
+
1855
+ **SCIM++ Properties:**
1856
+ - multiValued: true
1857
+ - mutability: readWrite
1858
+ - required: false
1859
+ - returned: default
1860
+ - type: string
1861
+
1862
+
1863
+ :return: The idcs_ref_resource_attributes of this SchemaSubAttributes.
1864
+ :rtype: list[str]
1865
+ """
1866
+ return self._idcs_ref_resource_attributes
1867
+
1868
+ @idcs_ref_resource_attributes.setter
1869
+ def idcs_ref_resource_attributes(self, idcs_ref_resource_attributes):
1870
+ """
1871
+ Sets the idcs_ref_resource_attributes of this SchemaSubAttributes.
1872
+ Specifies the directly referenced Resources
1873
+
1874
+ **SCIM++ Properties:**
1875
+ - multiValued: true
1876
+ - mutability: readWrite
1877
+ - required: false
1878
+ - returned: default
1879
+ - type: string
1880
+
1881
+
1882
+ :param idcs_ref_resource_attributes: The idcs_ref_resource_attributes of this SchemaSubAttributes.
1883
+ :type: list[str]
1884
+ """
1885
+ self._idcs_ref_resource_attributes = idcs_ref_resource_attributes
1886
+
1887
+ @property
1888
+ def idcs_indirect_ref_resource_attributes(self):
1889
+ """
1890
+ Gets the idcs_indirect_ref_resource_attributes of this SchemaSubAttributes.
1891
+ Specifies the indirectly referenced Resources
1892
+
1893
+ **SCIM++ Properties:**
1894
+ - multiValued: true
1895
+ - mutability: readWrite
1896
+ - required: false
1897
+ - returned: default
1898
+ - type: string
1899
+
1900
+
1901
+ :return: The idcs_indirect_ref_resource_attributes of this SchemaSubAttributes.
1902
+ :rtype: list[str]
1903
+ """
1904
+ return self._idcs_indirect_ref_resource_attributes
1905
+
1906
+ @idcs_indirect_ref_resource_attributes.setter
1907
+ def idcs_indirect_ref_resource_attributes(self, idcs_indirect_ref_resource_attributes):
1908
+ """
1909
+ Sets the idcs_indirect_ref_resource_attributes of this SchemaSubAttributes.
1910
+ Specifies the indirectly referenced Resources
1911
+
1912
+ **SCIM++ Properties:**
1913
+ - multiValued: true
1914
+ - mutability: readWrite
1915
+ - required: false
1916
+ - returned: default
1917
+ - type: string
1918
+
1919
+
1920
+ :param idcs_indirect_ref_resource_attributes: The idcs_indirect_ref_resource_attributes of this SchemaSubAttributes.
1921
+ :type: list[str]
1922
+ """
1923
+ self._idcs_indirect_ref_resource_attributes = idcs_indirect_ref_resource_attributes
1924
+
1925
+ @property
1926
+ def idcs_value_persisted(self):
1927
+ """
1928
+ Gets the idcs_value_persisted of this SchemaSubAttributes.
1929
+ Specifies whether the sub-attribute of the Resource attribute is persisted
1930
+
1931
+ **SCIM++ Properties:**
1932
+ - multiValued: false
1933
+ - mutability: readWrite
1934
+ - required: false
1935
+ - returned: default
1936
+ - type: boolean
1937
+
1938
+
1939
+ :return: The idcs_value_persisted of this SchemaSubAttributes.
1940
+ :rtype: bool
1941
+ """
1942
+ return self._idcs_value_persisted
1943
+
1944
+ @idcs_value_persisted.setter
1945
+ def idcs_value_persisted(self, idcs_value_persisted):
1946
+ """
1947
+ Sets the idcs_value_persisted of this SchemaSubAttributes.
1948
+ Specifies whether the sub-attribute of the Resource attribute is persisted
1949
+
1950
+ **SCIM++ Properties:**
1951
+ - multiValued: false
1952
+ - mutability: readWrite
1953
+ - required: false
1954
+ - returned: default
1955
+ - type: boolean
1956
+
1957
+
1958
+ :param idcs_value_persisted: The idcs_value_persisted of this SchemaSubAttributes.
1959
+ :type: bool
1960
+ """
1961
+ self._idcs_value_persisted = idcs_value_persisted
1962
+
1963
+ @property
1964
+ def idcs_sensitive(self):
1965
+ """
1966
+ Gets the idcs_sensitive of this SchemaSubAttributes.
1967
+ Specifiees if the attribute should be encrypted or hashed
1968
+
1969
+ **SCIM++ Properties:**
1970
+ - caseExact: true
1971
+ - multiValued: false
1972
+ - mutability: readWrite
1973
+ - required: false
1974
+ - returned: default
1975
+ - type: string
1976
+ - uniqueness: none
1977
+
1978
+ Allowed values for this property are: "encrypt", "hash", "hash_sc", "checksum", "none", 'UNKNOWN_ENUM_VALUE'.
1979
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
1980
+
1981
+
1982
+ :return: The idcs_sensitive of this SchemaSubAttributes.
1983
+ :rtype: str
1984
+ """
1985
+ return self._idcs_sensitive
1986
+
1987
+ @idcs_sensitive.setter
1988
+ def idcs_sensitive(self, idcs_sensitive):
1989
+ """
1990
+ Sets the idcs_sensitive of this SchemaSubAttributes.
1991
+ Specifiees if the attribute should be encrypted or hashed
1992
+
1993
+ **SCIM++ Properties:**
1994
+ - caseExact: true
1995
+ - multiValued: false
1996
+ - mutability: readWrite
1997
+ - required: false
1998
+ - returned: default
1999
+ - type: string
2000
+ - uniqueness: none
2001
+
2002
+
2003
+ :param idcs_sensitive: The idcs_sensitive of this SchemaSubAttributes.
2004
+ :type: str
2005
+ """
2006
+ allowed_values = ["encrypt", "hash", "hash_sc", "checksum", "none"]
2007
+ if not value_allowed_none_or_none_sentinel(idcs_sensitive, allowed_values):
2008
+ idcs_sensitive = 'UNKNOWN_ENUM_VALUE'
2009
+ self._idcs_sensitive = idcs_sensitive
2010
+
2011
+ @property
2012
+ def idcs_trim_string_value(self):
2013
+ """
2014
+ Gets the idcs_trim_string_value of this SchemaSubAttributes.
2015
+ Trims any leading and trailing blanks from String values. Default is True.
2016
+
2017
+ **SCIM++ Properties:**
2018
+ - multiValued: false
2019
+ - mutability: readOnly
2020
+ - required: false
2021
+ - returned: default
2022
+ - type: boolean
2023
+
2024
+
2025
+ :return: The idcs_trim_string_value of this SchemaSubAttributes.
2026
+ :rtype: bool
2027
+ """
2028
+ return self._idcs_trim_string_value
2029
+
2030
+ @idcs_trim_string_value.setter
2031
+ def idcs_trim_string_value(self, idcs_trim_string_value):
2032
+ """
2033
+ Sets the idcs_trim_string_value of this SchemaSubAttributes.
2034
+ Trims any leading and trailing blanks from String values. Default is True.
2035
+
2036
+ **SCIM++ Properties:**
2037
+ - multiValued: false
2038
+ - mutability: readOnly
2039
+ - required: false
2040
+ - returned: default
2041
+ - type: boolean
2042
+
2043
+
2044
+ :param idcs_trim_string_value: The idcs_trim_string_value of this SchemaSubAttributes.
2045
+ :type: bool
2046
+ """
2047
+ self._idcs_trim_string_value = idcs_trim_string_value
2048
+
2049
+ @property
2050
+ def idcs_searchable(self):
2051
+ """
2052
+ Gets the idcs_searchable of this SchemaSubAttributes.
2053
+ Specifies whether this attribute can be included in a search filter
2054
+
2055
+ **SCIM++ Properties:**
2056
+ - multiValued: false
2057
+ - mutability: readWrite
2058
+ - required: false
2059
+ - returned: default
2060
+ - type: boolean
2061
+
2062
+
2063
+ :return: The idcs_searchable of this SchemaSubAttributes.
2064
+ :rtype: bool
2065
+ """
2066
+ return self._idcs_searchable
2067
+
2068
+ @idcs_searchable.setter
2069
+ def idcs_searchable(self, idcs_searchable):
2070
+ """
2071
+ Sets the idcs_searchable of this SchemaSubAttributes.
2072
+ Specifies whether this attribute can be included in a search filter
2073
+
2074
+ **SCIM++ Properties:**
2075
+ - multiValued: false
2076
+ - mutability: readWrite
2077
+ - required: false
2078
+ - returned: default
2079
+ - type: boolean
2080
+
2081
+
2082
+ :param idcs_searchable: The idcs_searchable of this SchemaSubAttributes.
2083
+ :type: bool
2084
+ """
2085
+ self._idcs_searchable = idcs_searchable
2086
+
2087
+ @property
2088
+ def idcs_generated(self):
2089
+ """
2090
+ Gets the idcs_generated of this SchemaSubAttributes.
2091
+ Specifies whether this attribute value was generated
2092
+
2093
+ **SCIM++ Properties:**
2094
+ - multiValued: false
2095
+ - mutability: readWrite
2096
+ - required: false
2097
+ - returned: default
2098
+ - type: boolean
2099
+
2100
+
2101
+ :return: The idcs_generated of this SchemaSubAttributes.
2102
+ :rtype: bool
2103
+ """
2104
+ return self._idcs_generated
2105
+
2106
+ @idcs_generated.setter
2107
+ def idcs_generated(self, idcs_generated):
2108
+ """
2109
+ Sets the idcs_generated of this SchemaSubAttributes.
2110
+ Specifies whether this attribute value was generated
2111
+
2112
+ **SCIM++ Properties:**
2113
+ - multiValued: false
2114
+ - mutability: readWrite
2115
+ - required: false
2116
+ - returned: default
2117
+ - type: boolean
2118
+
2119
+
2120
+ :param idcs_generated: The idcs_generated of this SchemaSubAttributes.
2121
+ :type: bool
2122
+ """
2123
+ self._idcs_generated = idcs_generated
2124
+
2125
+ @property
2126
+ def idcs_auditable(self):
2127
+ """
2128
+ Gets the idcs_auditable of this SchemaSubAttributes.
2129
+ Specifies whether changes to this attribute value will be audited
2130
+
2131
+ **SCIM++ Properties:**
2132
+ - multiValued: false
2133
+ - mutability: readWrite
2134
+ - required: false
2135
+ - returned: default
2136
+ - type: boolean
2137
+
2138
+
2139
+ :return: The idcs_auditable of this SchemaSubAttributes.
2140
+ :rtype: bool
2141
+ """
2142
+ return self._idcs_auditable
2143
+
2144
+ @idcs_auditable.setter
2145
+ def idcs_auditable(self, idcs_auditable):
2146
+ """
2147
+ Sets the idcs_auditable of this SchemaSubAttributes.
2148
+ Specifies whether changes to this attribute value will be audited
2149
+
2150
+ **SCIM++ Properties:**
2151
+ - multiValued: false
2152
+ - mutability: readWrite
2153
+ - required: false
2154
+ - returned: default
2155
+ - type: boolean
2156
+
2157
+
2158
+ :param idcs_auditable: The idcs_auditable of this SchemaSubAttributes.
2159
+ :type: bool
2160
+ """
2161
+ self._idcs_auditable = idcs_auditable
2162
+
2163
+ @property
2164
+ def idcs_target_attribute_name(self):
2165
+ """
2166
+ Gets the idcs_target_attribute_name of this SchemaSubAttributes.
2167
+ Target attribute name that this attribute gets mapped to for persistence
2168
+
2169
+ **SCIM++ Properties:**
2170
+ - caseExact: true
2171
+ - multiValued: false
2172
+ - mutability: readWrite
2173
+ - required: false
2174
+ - returned: default
2175
+ - type: string
2176
+ - uniqueness: none
2177
+
2178
+
2179
+ :return: The idcs_target_attribute_name of this SchemaSubAttributes.
2180
+ :rtype: str
2181
+ """
2182
+ return self._idcs_target_attribute_name
2183
+
2184
+ @idcs_target_attribute_name.setter
2185
+ def idcs_target_attribute_name(self, idcs_target_attribute_name):
2186
+ """
2187
+ Sets the idcs_target_attribute_name of this SchemaSubAttributes.
2188
+ Target attribute name that this attribute gets mapped to for persistence
2189
+
2190
+ **SCIM++ Properties:**
2191
+ - caseExact: true
2192
+ - multiValued: false
2193
+ - mutability: readWrite
2194
+ - required: false
2195
+ - returned: default
2196
+ - type: string
2197
+ - uniqueness: none
2198
+
2199
+
2200
+ :param idcs_target_attribute_name: The idcs_target_attribute_name of this SchemaSubAttributes.
2201
+ :type: str
2202
+ """
2203
+ self._idcs_target_attribute_name = idcs_target_attribute_name
2204
+
2205
+ @property
2206
+ def idcs_target_norm_attribute_name(self):
2207
+ """
2208
+ Gets the idcs_target_norm_attribute_name of this SchemaSubAttributes.
2209
+ 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.
2210
+
2211
+ **Added In:** 19.1.4
2212
+
2213
+ **SCIM++ Properties:**
2214
+ - caseExact: true
2215
+ - multiValued: false
2216
+ - mutability: readWrite
2217
+ - required: false
2218
+ - returned: default
2219
+ - type: string
2220
+ - uniqueness: none
2221
+
2222
+
2223
+ :return: The idcs_target_norm_attribute_name of this SchemaSubAttributes.
2224
+ :rtype: str
2225
+ """
2226
+ return self._idcs_target_norm_attribute_name
2227
+
2228
+ @idcs_target_norm_attribute_name.setter
2229
+ def idcs_target_norm_attribute_name(self, idcs_target_norm_attribute_name):
2230
+ """
2231
+ Sets the idcs_target_norm_attribute_name of this SchemaSubAttributes.
2232
+ 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.
2233
+
2234
+ **Added In:** 19.1.4
2235
+
2236
+ **SCIM++ Properties:**
2237
+ - caseExact: true
2238
+ - multiValued: false
2239
+ - mutability: readWrite
2240
+ - required: false
2241
+ - returned: default
2242
+ - type: string
2243
+ - uniqueness: none
2244
+
2245
+
2246
+ :param idcs_target_norm_attribute_name: The idcs_target_norm_attribute_name of this SchemaSubAttributes.
2247
+ :type: str
2248
+ """
2249
+ self._idcs_target_norm_attribute_name = idcs_target_norm_attribute_name
2250
+
2251
+ @property
2252
+ def idcs_target_attribute_name_to_migrate_from(self):
2253
+ """
2254
+ Gets the idcs_target_attribute_name_to_migrate_from of this SchemaSubAttributes.
2255
+ Old Target attribute name from child table for CSVA attribute prior to migration. This maintains this attribute used to get mapped to for persistence
2256
+
2257
+ **Added In:** 19.2.1
2258
+
2259
+ **SCIM++ Properties:**
2260
+ - caseExact: true
2261
+ - multiValued: false
2262
+ - mutability: readWrite
2263
+ - required: false
2264
+ - returned: default
2265
+ - type: string
2266
+ - uniqueness: none
2267
+
2268
+
2269
+ :return: The idcs_target_attribute_name_to_migrate_from of this SchemaSubAttributes.
2270
+ :rtype: str
2271
+ """
2272
+ return self._idcs_target_attribute_name_to_migrate_from
2273
+
2274
+ @idcs_target_attribute_name_to_migrate_from.setter
2275
+ def idcs_target_attribute_name_to_migrate_from(self, idcs_target_attribute_name_to_migrate_from):
2276
+ """
2277
+ Sets the idcs_target_attribute_name_to_migrate_from of this SchemaSubAttributes.
2278
+ Old Target attribute name from child table for CSVA attribute prior to migration. This maintains this attribute used to get mapped to for persistence
2279
+
2280
+ **Added In:** 19.2.1
2281
+
2282
+ **SCIM++ Properties:**
2283
+ - caseExact: true
2284
+ - multiValued: false
2285
+ - mutability: readWrite
2286
+ - required: false
2287
+ - returned: default
2288
+ - type: string
2289
+ - uniqueness: none
2290
+
2291
+
2292
+ :param idcs_target_attribute_name_to_migrate_from: The idcs_target_attribute_name_to_migrate_from of this SchemaSubAttributes.
2293
+ :type: str
2294
+ """
2295
+ self._idcs_target_attribute_name_to_migrate_from = idcs_target_attribute_name_to_migrate_from
2296
+
2297
+ @property
2298
+ def idcs_target_unique_constraint_name(self):
2299
+ """
2300
+ Gets the idcs_target_unique_constraint_name of this SchemaSubAttributes.
2301
+ Target index name created for this attribute for performance
2302
+
2303
+ **SCIM++ Properties:**
2304
+ - caseExact: true
2305
+ - multiValued: false
2306
+ - mutability: readOnly
2307
+ - required: false
2308
+ - returned: default
2309
+ - type: string
2310
+ - uniqueness: none
2311
+
2312
+
2313
+ :return: The idcs_target_unique_constraint_name of this SchemaSubAttributes.
2314
+ :rtype: str
2315
+ """
2316
+ return self._idcs_target_unique_constraint_name
2317
+
2318
+ @idcs_target_unique_constraint_name.setter
2319
+ def idcs_target_unique_constraint_name(self, idcs_target_unique_constraint_name):
2320
+ """
2321
+ Sets the idcs_target_unique_constraint_name of this SchemaSubAttributes.
2322
+ Target index name created for this attribute for performance
2323
+
2324
+ **SCIM++ Properties:**
2325
+ - caseExact: true
2326
+ - multiValued: false
2327
+ - mutability: readOnly
2328
+ - required: false
2329
+ - returned: default
2330
+ - type: string
2331
+ - uniqueness: none
2332
+
2333
+
2334
+ :param idcs_target_unique_constraint_name: The idcs_target_unique_constraint_name of this SchemaSubAttributes.
2335
+ :type: str
2336
+ """
2337
+ self._idcs_target_unique_constraint_name = idcs_target_unique_constraint_name
2338
+
2339
+ @property
2340
+ def idcs_to_target_mapper(self):
2341
+ """
2342
+ Gets the idcs_to_target_mapper of this SchemaSubAttributes.
2343
+ Specifies the mapper to use when mapping this attribute value to DataProvider-specific semantics
2344
+
2345
+ **SCIM++ Properties:**
2346
+ - caseExact: true
2347
+ - multiValued: false
2348
+ - mutability: readWrite
2349
+ - required: false
2350
+ - returned: default
2351
+ - type: string
2352
+ - uniqueness: none
2353
+
2354
+
2355
+ :return: The idcs_to_target_mapper of this SchemaSubAttributes.
2356
+ :rtype: str
2357
+ """
2358
+ return self._idcs_to_target_mapper
2359
+
2360
+ @idcs_to_target_mapper.setter
2361
+ def idcs_to_target_mapper(self, idcs_to_target_mapper):
2362
+ """
2363
+ Sets the idcs_to_target_mapper of this SchemaSubAttributes.
2364
+ Specifies the mapper to use when mapping this attribute value to DataProvider-specific semantics
2365
+
2366
+ **SCIM++ Properties:**
2367
+ - caseExact: true
2368
+ - multiValued: false
2369
+ - mutability: readWrite
2370
+ - required: false
2371
+ - returned: default
2372
+ - type: string
2373
+ - uniqueness: none
2374
+
2375
+
2376
+ :param idcs_to_target_mapper: The idcs_to_target_mapper of this SchemaSubAttributes.
2377
+ :type: str
2378
+ """
2379
+ self._idcs_to_target_mapper = idcs_to_target_mapper
2380
+
2381
+ @property
2382
+ def idcs_from_target_mapper(self):
2383
+ """
2384
+ Gets the idcs_from_target_mapper of this SchemaSubAttributes.
2385
+ Specifies the mapper to use when mapping this attribute value from DataProvider-specific semantics
2386
+
2387
+ **SCIM++ Properties:**
2388
+ - caseExact: true
2389
+ - multiValued: false
2390
+ - mutability: readWrite
2391
+ - required: false
2392
+ - returned: default
2393
+ - type: string
2394
+ - uniqueness: none
2395
+
2396
+
2397
+ :return: The idcs_from_target_mapper of this SchemaSubAttributes.
2398
+ :rtype: str
2399
+ """
2400
+ return self._idcs_from_target_mapper
2401
+
2402
+ @idcs_from_target_mapper.setter
2403
+ def idcs_from_target_mapper(self, idcs_from_target_mapper):
2404
+ """
2405
+ Sets the idcs_from_target_mapper of this SchemaSubAttributes.
2406
+ Specifies the mapper to use when mapping this attribute value from DataProvider-specific semantics
2407
+
2408
+ **SCIM++ Properties:**
2409
+ - caseExact: true
2410
+ - multiValued: false
2411
+ - mutability: readWrite
2412
+ - required: false
2413
+ - returned: default
2414
+ - type: string
2415
+ - uniqueness: none
2416
+
2417
+
2418
+ :param idcs_from_target_mapper: The idcs_from_target_mapper of this SchemaSubAttributes.
2419
+ :type: str
2420
+ """
2421
+ self._idcs_from_target_mapper = idcs_from_target_mapper
2422
+
2423
+ @property
2424
+ def idcs_display_name(self):
2425
+ """
2426
+ Gets the idcs_display_name of this SchemaSubAttributes.
2427
+ Specifies the user-friendly displayable attribute name or catalog key used for localization
2428
+
2429
+ **SCIM++ Properties:**
2430
+ - caseExact: true
2431
+ - multiValued: false
2432
+ - mutability: readWrite
2433
+ - required: false
2434
+ - returned: default
2435
+ - type: string
2436
+ - uniqueness: none
2437
+
2438
+
2439
+ :return: The idcs_display_name of this SchemaSubAttributes.
2440
+ :rtype: str
2441
+ """
2442
+ return self._idcs_display_name
2443
+
2444
+ @idcs_display_name.setter
2445
+ def idcs_display_name(self, idcs_display_name):
2446
+ """
2447
+ Sets the idcs_display_name of this SchemaSubAttributes.
2448
+ Specifies the user-friendly displayable attribute name or catalog key used for localization
2449
+
2450
+ **SCIM++ Properties:**
2451
+ - caseExact: true
2452
+ - multiValued: false
2453
+ - mutability: readWrite
2454
+ - required: false
2455
+ - returned: default
2456
+ - type: string
2457
+ - uniqueness: none
2458
+
2459
+
2460
+ :param idcs_display_name: The idcs_display_name of this SchemaSubAttributes.
2461
+ :type: str
2462
+ """
2463
+ self._idcs_display_name = idcs_display_name
2464
+
2465
+ @property
2466
+ def idcs_canonical_value_source_resource_type(self):
2467
+ """
2468
+ Gets the idcs_canonical_value_source_resource_type of this SchemaSubAttributes.
2469
+ Specifies the Resource type to read from for dynamic canonical values
2470
+
2471
+ **SCIM++ Properties:**
2472
+ - caseExact: true
2473
+ - multiValued: false
2474
+ - mutability: readWrite
2475
+ - required: false
2476
+ - returned: default
2477
+ - type: string
2478
+ - uniqueness: none
2479
+
2480
+
2481
+ :return: The idcs_canonical_value_source_resource_type of this SchemaSubAttributes.
2482
+ :rtype: str
2483
+ """
2484
+ return self._idcs_canonical_value_source_resource_type
2485
+
2486
+ @idcs_canonical_value_source_resource_type.setter
2487
+ def idcs_canonical_value_source_resource_type(self, idcs_canonical_value_source_resource_type):
2488
+ """
2489
+ Sets the idcs_canonical_value_source_resource_type of this SchemaSubAttributes.
2490
+ Specifies the Resource type to read from for dynamic canonical values
2491
+
2492
+ **SCIM++ Properties:**
2493
+ - caseExact: true
2494
+ - multiValued: false
2495
+ - mutability: readWrite
2496
+ - required: false
2497
+ - returned: default
2498
+ - type: string
2499
+ - uniqueness: none
2500
+
2501
+
2502
+ :param idcs_canonical_value_source_resource_type: The idcs_canonical_value_source_resource_type of this SchemaSubAttributes.
2503
+ :type: str
2504
+ """
2505
+ self._idcs_canonical_value_source_resource_type = idcs_canonical_value_source_resource_type
2506
+
2507
+ @property
2508
+ def idcs_canonical_value_source_filter(self):
2509
+ """
2510
+ Gets the idcs_canonical_value_source_filter of this SchemaSubAttributes.
2511
+ Filter to use when getting canonical values for this schema attribute
2512
+
2513
+ **SCIM++ Properties:**
2514
+ - caseExact: false
2515
+ - idcsSearchable: false
2516
+ - multiValued: false
2517
+ - mutability: readWrite
2518
+ - required: false
2519
+ - returned: default
2520
+ - type: string
2521
+ - uniqueness: none
2522
+
2523
+
2524
+ :return: The idcs_canonical_value_source_filter of this SchemaSubAttributes.
2525
+ :rtype: str
2526
+ """
2527
+ return self._idcs_canonical_value_source_filter
2528
+
2529
+ @idcs_canonical_value_source_filter.setter
2530
+ def idcs_canonical_value_source_filter(self, idcs_canonical_value_source_filter):
2531
+ """
2532
+ Sets the idcs_canonical_value_source_filter of this SchemaSubAttributes.
2533
+ Filter to use when getting canonical values for this schema attribute
2534
+
2535
+ **SCIM++ Properties:**
2536
+ - caseExact: false
2537
+ - idcsSearchable: false
2538
+ - multiValued: false
2539
+ - mutability: readWrite
2540
+ - required: false
2541
+ - returned: default
2542
+ - type: string
2543
+ - uniqueness: none
2544
+
2545
+
2546
+ :param idcs_canonical_value_source_filter: The idcs_canonical_value_source_filter of this SchemaSubAttributes.
2547
+ :type: str
2548
+ """
2549
+ self._idcs_canonical_value_source_filter = idcs_canonical_value_source_filter
2550
+
2551
+ @property
2552
+ def idcs_canonical_value_source_resource_type_id(self):
2553
+ """
2554
+ Gets the idcs_canonical_value_source_resource_type_id of this SchemaSubAttributes.
2555
+ Specifies the Resource type ID to read from for dynamic canonical values
2556
+
2557
+ **Added In:** 17.4.4
2558
+
2559
+ **SCIM++ Properties:**
2560
+ - caseExact: true
2561
+ - multiValued: false
2562
+ - mutability: readWrite
2563
+ - required: false
2564
+ - returned: default
2565
+ - type: string
2566
+ - uniqueness: none
2567
+
2568
+
2569
+ :return: The idcs_canonical_value_source_resource_type_id of this SchemaSubAttributes.
2570
+ :rtype: str
2571
+ """
2572
+ return self._idcs_canonical_value_source_resource_type_id
2573
+
2574
+ @idcs_canonical_value_source_resource_type_id.setter
2575
+ def idcs_canonical_value_source_resource_type_id(self, idcs_canonical_value_source_resource_type_id):
2576
+ """
2577
+ Sets the idcs_canonical_value_source_resource_type_id of this SchemaSubAttributes.
2578
+ Specifies the Resource type ID to read from for dynamic canonical values
2579
+
2580
+ **Added In:** 17.4.4
2581
+
2582
+ **SCIM++ Properties:**
2583
+ - caseExact: true
2584
+ - multiValued: false
2585
+ - mutability: readWrite
2586
+ - required: false
2587
+ - returned: default
2588
+ - type: string
2589
+ - uniqueness: none
2590
+
2591
+
2592
+ :param idcs_canonical_value_source_resource_type_id: The idcs_canonical_value_source_resource_type_id of this SchemaSubAttributes.
2593
+ :type: str
2594
+ """
2595
+ self._idcs_canonical_value_source_resource_type_id = idcs_canonical_value_source_resource_type_id
2596
+
2597
+ @property
2598
+ def idcs_canonical_value_source_display_attr_name(self):
2599
+ """
2600
+ Gets the idcs_canonical_value_source_display_attr_name of this SchemaSubAttributes.
2601
+ Display name for the canonical value attribute name.
2602
+
2603
+ **Added In:** 17.4.4
2604
+
2605
+ **SCIM++ Properties:**
2606
+ - caseExact: false
2607
+ - idcsSearchable: false
2608
+ - multiValued: false
2609
+ - mutability: readWrite
2610
+ - required: false
2611
+ - returned: default
2612
+ - type: string
2613
+ - uniqueness: none
2614
+
2615
+
2616
+ :return: The idcs_canonical_value_source_display_attr_name of this SchemaSubAttributes.
2617
+ :rtype: str
2618
+ """
2619
+ return self._idcs_canonical_value_source_display_attr_name
2620
+
2621
+ @idcs_canonical_value_source_display_attr_name.setter
2622
+ def idcs_canonical_value_source_display_attr_name(self, idcs_canonical_value_source_display_attr_name):
2623
+ """
2624
+ Sets the idcs_canonical_value_source_display_attr_name of this SchemaSubAttributes.
2625
+ Display name for the canonical value attribute name.
2626
+
2627
+ **Added In:** 17.4.4
2628
+
2629
+ **SCIM++ Properties:**
2630
+ - caseExact: false
2631
+ - idcsSearchable: false
2632
+ - multiValued: false
2633
+ - mutability: readWrite
2634
+ - required: false
2635
+ - returned: default
2636
+ - type: string
2637
+ - uniqueness: none
2638
+
2639
+
2640
+ :param idcs_canonical_value_source_display_attr_name: The idcs_canonical_value_source_display_attr_name of this SchemaSubAttributes.
2641
+ :type: str
2642
+ """
2643
+ self._idcs_canonical_value_source_display_attr_name = idcs_canonical_value_source_display_attr_name
2644
+
2645
+ @property
2646
+ def idcs_canonical_value_source_key_attr_name(self):
2647
+ """
2648
+ Gets the idcs_canonical_value_source_key_attr_name of this SchemaSubAttributes.
2649
+ Source key attribute for the canonical value.
2650
+
2651
+ **Added In:** 17.4.4
2652
+
2653
+ **SCIM++ Properties:**
2654
+ - caseExact: true
2655
+ - multiValued: false
2656
+ - mutability: readWrite
2657
+ - required: false
2658
+ - returned: default
2659
+ - type: string
2660
+ - uniqueness: none
2661
+
2662
+
2663
+ :return: The idcs_canonical_value_source_key_attr_name of this SchemaSubAttributes.
2664
+ :rtype: str
2665
+ """
2666
+ return self._idcs_canonical_value_source_key_attr_name
2667
+
2668
+ @idcs_canonical_value_source_key_attr_name.setter
2669
+ def idcs_canonical_value_source_key_attr_name(self, idcs_canonical_value_source_key_attr_name):
2670
+ """
2671
+ Sets the idcs_canonical_value_source_key_attr_name of this SchemaSubAttributes.
2672
+ Source key attribute for the canonical value.
2673
+
2674
+ **Added In:** 17.4.4
2675
+
2676
+ **SCIM++ Properties:**
2677
+ - caseExact: true
2678
+ - multiValued: false
2679
+ - mutability: readWrite
2680
+ - required: false
2681
+ - returned: default
2682
+ - type: string
2683
+ - uniqueness: none
2684
+
2685
+
2686
+ :param idcs_canonical_value_source_key_attr_name: The idcs_canonical_value_source_key_attr_name of this SchemaSubAttributes.
2687
+ :type: str
2688
+ """
2689
+ self._idcs_canonical_value_source_key_attr_name = idcs_canonical_value_source_key_attr_name
2690
+
2691
+ @property
2692
+ def idcs_validate_reference(self):
2693
+ """
2694
+ Gets the idcs_validate_reference of this SchemaSubAttributes.
2695
+ Validate payload reference value during create, replace, and update. Default is True.
2696
+
2697
+ **SCIM++ Properties:**
2698
+ - caseExact: false
2699
+ - idcsSearchable: false
2700
+ - multiValued: false
2701
+ - mutability: readWrite
2702
+ - required: false
2703
+ - returned: default
2704
+ - type: boolean
2705
+ - uniqueness: none
2706
+
2707
+
2708
+ :return: The idcs_validate_reference of this SchemaSubAttributes.
2709
+ :rtype: bool
2710
+ """
2711
+ return self._idcs_validate_reference
2712
+
2713
+ @idcs_validate_reference.setter
2714
+ def idcs_validate_reference(self, idcs_validate_reference):
2715
+ """
2716
+ Sets the idcs_validate_reference of this SchemaSubAttributes.
2717
+ Validate payload reference value during create, replace, and update. Default is True.
2718
+
2719
+ **SCIM++ Properties:**
2720
+ - caseExact: false
2721
+ - idcsSearchable: false
2722
+ - multiValued: false
2723
+ - mutability: readWrite
2724
+ - required: false
2725
+ - returned: default
2726
+ - type: boolean
2727
+ - uniqueness: none
2728
+
2729
+
2730
+ :param idcs_validate_reference: The idcs_validate_reference of this SchemaSubAttributes.
2731
+ :type: bool
2732
+ """
2733
+ self._idcs_validate_reference = idcs_validate_reference
2734
+
2735
+ @property
2736
+ def idcs_scim_compliant(self):
2737
+ """
2738
+ Gets the idcs_scim_compliant of this SchemaSubAttributes.
2739
+ Indicates if the attribute is scim compliant, default is true
2740
+
2741
+ **SCIM++ Properties:**
2742
+ - multiValued: false
2743
+ - mutability: readOnly
2744
+ - required: false
2745
+ - returned: default
2746
+ - type: boolean
2747
+
2748
+
2749
+ :return: The idcs_scim_compliant of this SchemaSubAttributes.
2750
+ :rtype: bool
2751
+ """
2752
+ return self._idcs_scim_compliant
2753
+
2754
+ @idcs_scim_compliant.setter
2755
+ def idcs_scim_compliant(self, idcs_scim_compliant):
2756
+ """
2757
+ Sets the idcs_scim_compliant of this SchemaSubAttributes.
2758
+ Indicates if the attribute is scim compliant, default is true
2759
+
2760
+ **SCIM++ Properties:**
2761
+ - multiValued: false
2762
+ - mutability: readOnly
2763
+ - required: false
2764
+ - returned: default
2765
+ - type: boolean
2766
+
2767
+
2768
+ :param idcs_scim_compliant: The idcs_scim_compliant of this SchemaSubAttributes.
2769
+ :type: bool
2770
+ """
2771
+ self._idcs_scim_compliant = idcs_scim_compliant
2772
+
2773
+ @property
2774
+ def idcs_attribute_mappable(self):
2775
+ """
2776
+ Gets the idcs_attribute_mappable of this SchemaSubAttributes.
2777
+ 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.
2778
+
2779
+ **SCIM++ Properties:**
2780
+ - multiValued: false
2781
+ - mutability: readOnly
2782
+ - required: false
2783
+ - returned: default
2784
+ - type: boolean
2785
+
2786
+
2787
+ :return: The idcs_attribute_mappable of this SchemaSubAttributes.
2788
+ :rtype: bool
2789
+ """
2790
+ return self._idcs_attribute_mappable
2791
+
2792
+ @idcs_attribute_mappable.setter
2793
+ def idcs_attribute_mappable(self, idcs_attribute_mappable):
2794
+ """
2795
+ Sets the idcs_attribute_mappable of this SchemaSubAttributes.
2796
+ 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.
2797
+
2798
+ **SCIM++ Properties:**
2799
+ - multiValued: false
2800
+ - mutability: readOnly
2801
+ - required: false
2802
+ - returned: default
2803
+ - type: boolean
2804
+
2805
+
2806
+ :param idcs_attribute_mappable: The idcs_attribute_mappable of this SchemaSubAttributes.
2807
+ :type: bool
2808
+ """
2809
+ self._idcs_attribute_mappable = idcs_attribute_mappable
2810
+
2811
+ @property
2812
+ def idcs_attribute_cacheable(self):
2813
+ """
2814
+ Gets the idcs_attribute_cacheable of this SchemaSubAttributes.
2815
+ 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.
2816
+
2817
+ **Added In:** 17.3.4
2818
+
2819
+ **SCIM++ Properties:**
2820
+ - multiValued: false
2821
+ - mutability: readWrite
2822
+ - required: false
2823
+ - returned: default
2824
+ - type: boolean
2825
+
2826
+
2827
+ :return: The idcs_attribute_cacheable of this SchemaSubAttributes.
2828
+ :rtype: bool
2829
+ """
2830
+ return self._idcs_attribute_cacheable
2831
+
2832
+ @idcs_attribute_cacheable.setter
2833
+ def idcs_attribute_cacheable(self, idcs_attribute_cacheable):
2834
+ """
2835
+ Sets the idcs_attribute_cacheable of this SchemaSubAttributes.
2836
+ 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.
2837
+
2838
+ **Added In:** 17.3.4
2839
+
2840
+ **SCIM++ Properties:**
2841
+ - multiValued: false
2842
+ - mutability: readWrite
2843
+ - required: false
2844
+ - returned: default
2845
+ - type: boolean
2846
+
2847
+
2848
+ :param idcs_attribute_cacheable: The idcs_attribute_cacheable of this SchemaSubAttributes.
2849
+ :type: bool
2850
+ """
2851
+ self._idcs_attribute_cacheable = idcs_attribute_cacheable
2852
+
2853
+ @property
2854
+ def idcsui_order(self):
2855
+ """
2856
+ Gets the idcsui_order of this SchemaSubAttributes.
2857
+ Metadata used by Oracle Identity Cloud Service UI to sequence the attributes displayed on the Account Form.
2858
+
2859
+ **Added In:** 17.4.2
2860
+
2861
+ **SCIM++ Properties:**
2862
+ - multiValued: false
2863
+ - mutability: readWrite
2864
+ - required: false
2865
+ - returned: default
2866
+ - type: integer
2867
+
2868
+
2869
+ :return: The idcsui_order of this SchemaSubAttributes.
2870
+ :rtype: int
2871
+ """
2872
+ return self._idcsui_order
2873
+
2874
+ @idcsui_order.setter
2875
+ def idcsui_order(self, idcsui_order):
2876
+ """
2877
+ Sets the idcsui_order of this SchemaSubAttributes.
2878
+ Metadata used by Oracle Identity Cloud Service UI to sequence the attributes displayed on the Account Form.
2879
+
2880
+ **Added In:** 17.4.2
2881
+
2882
+ **SCIM++ Properties:**
2883
+ - multiValued: false
2884
+ - mutability: readWrite
2885
+ - required: false
2886
+ - returned: default
2887
+ - type: integer
2888
+
2889
+
2890
+ :param idcsui_order: The idcsui_order of this SchemaSubAttributes.
2891
+ :type: int
2892
+ """
2893
+ self._idcsui_order = idcsui_order
2894
+
2895
+ @property
2896
+ def idcsui_regexp(self):
2897
+ """
2898
+ Gets the idcsui_regexp of this SchemaSubAttributes.
2899
+ Metadata used by Oracle Identity Cloud Service UI to validate the attribute values using regular expressions.
2900
+
2901
+ **Added In:** 17.4.2
2902
+
2903
+ **SCIM++ Properties:**
2904
+ - multiValued: false
2905
+ - mutability: readWrite
2906
+ - required: false
2907
+ - returned: default
2908
+ - type: string
2909
+
2910
+
2911
+ :return: The idcsui_regexp of this SchemaSubAttributes.
2912
+ :rtype: str
2913
+ """
2914
+ return self._idcsui_regexp
2915
+
2916
+ @idcsui_regexp.setter
2917
+ def idcsui_regexp(self, idcsui_regexp):
2918
+ """
2919
+ Sets the idcsui_regexp of this SchemaSubAttributes.
2920
+ Metadata used by Oracle Identity Cloud Service UI to validate the attribute values using regular expressions.
2921
+
2922
+ **Added In:** 17.4.2
2923
+
2924
+ **SCIM++ Properties:**
2925
+ - multiValued: false
2926
+ - mutability: readWrite
2927
+ - required: false
2928
+ - returned: default
2929
+ - type: string
2930
+
2931
+
2932
+ :param idcsui_regexp: The idcsui_regexp of this SchemaSubAttributes.
2933
+ :type: str
2934
+ """
2935
+ self._idcsui_regexp = idcsui_regexp
2936
+
2937
+ @property
2938
+ def idcsui_visible(self):
2939
+ """
2940
+ Gets the idcsui_visible of this SchemaSubAttributes.
2941
+ Metadata used by Oracle Identity Cloud Service UI to decide whether the attribute must be displayed on the Account Form.
2942
+
2943
+ **Added In:** 17.4.2
2944
+
2945
+ **SCIM++ Properties:**
2946
+ - multiValued: false
2947
+ - mutability: readWrite
2948
+ - required: false
2949
+ - returned: default
2950
+ - type: boolean
2951
+
2952
+
2953
+ :return: The idcsui_visible of this SchemaSubAttributes.
2954
+ :rtype: bool
2955
+ """
2956
+ return self._idcsui_visible
2957
+
2958
+ @idcsui_visible.setter
2959
+ def idcsui_visible(self, idcsui_visible):
2960
+ """
2961
+ Sets the idcsui_visible of this SchemaSubAttributes.
2962
+ Metadata used by Oracle Identity Cloud Service UI to decide whether the attribute must be displayed on the Account Form.
2963
+
2964
+ **Added In:** 17.4.2
2965
+
2966
+ **SCIM++ Properties:**
2967
+ - multiValued: false
2968
+ - mutability: readWrite
2969
+ - required: false
2970
+ - returned: default
2971
+ - type: boolean
2972
+
2973
+
2974
+ :param idcsui_visible: The idcsui_visible of this SchemaSubAttributes.
2975
+ :type: bool
2976
+ """
2977
+ self._idcsui_visible = idcsui_visible
2978
+
2979
+ @property
2980
+ def idcsui_widget(self):
2981
+ """
2982
+ Gets the idcsui_widget of this SchemaSubAttributes.
2983
+ Metadata used by Oracle Identity Cloud Service UI to render a widget for this attribute on the Account Form.
2984
+
2985
+ **Added In:** 17.4.2
2986
+
2987
+ **SCIM++ Properties:**
2988
+ - multiValued: false
2989
+ - mutability: readWrite
2990
+ - required: false
2991
+ - returned: default
2992
+ - type: string
2993
+
2994
+ Allowed values for this property are: "inputtext", "checkbox", "textarea", "combobox", 'UNKNOWN_ENUM_VALUE'.
2995
+ Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'.
2996
+
2997
+
2998
+ :return: The idcsui_widget of this SchemaSubAttributes.
2999
+ :rtype: str
3000
+ """
3001
+ return self._idcsui_widget
3002
+
3003
+ @idcsui_widget.setter
3004
+ def idcsui_widget(self, idcsui_widget):
3005
+ """
3006
+ Sets the idcsui_widget of this SchemaSubAttributes.
3007
+ Metadata used by Oracle Identity Cloud Service UI to render a widget for this attribute on the Account Form.
3008
+
3009
+ **Added In:** 17.4.2
3010
+
3011
+ **SCIM++ Properties:**
3012
+ - multiValued: false
3013
+ - mutability: readWrite
3014
+ - required: false
3015
+ - returned: default
3016
+ - type: string
3017
+
3018
+
3019
+ :param idcsui_widget: The idcsui_widget of this SchemaSubAttributes.
3020
+ :type: str
3021
+ """
3022
+ allowed_values = ["inputtext", "checkbox", "textarea", "combobox"]
3023
+ if not value_allowed_none_or_none_sentinel(idcsui_widget, allowed_values):
3024
+ idcsui_widget = 'UNKNOWN_ENUM_VALUE'
3025
+ self._idcsui_widget = idcsui_widget
3026
+
3027
+ @property
3028
+ def idcs_value_persisted_in_other_attribute(self):
3029
+ """
3030
+ Gets the idcs_value_persisted_in_other_attribute of this SchemaSubAttributes.
3031
+ 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
3032
+
3033
+ **Added In:** 18.2.2
3034
+
3035
+ **SCIM++ Properties:**
3036
+ - multiValued: false
3037
+ - mutability: readWrite
3038
+ - required: false
3039
+ - returned: default
3040
+ - type: boolean
3041
+
3042
+
3043
+ :return: The idcs_value_persisted_in_other_attribute of this SchemaSubAttributes.
3044
+ :rtype: bool
3045
+ """
3046
+ return self._idcs_value_persisted_in_other_attribute
3047
+
3048
+ @idcs_value_persisted_in_other_attribute.setter
3049
+ def idcs_value_persisted_in_other_attribute(self, idcs_value_persisted_in_other_attribute):
3050
+ """
3051
+ Sets the idcs_value_persisted_in_other_attribute of this SchemaSubAttributes.
3052
+ 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
3053
+
3054
+ **Added In:** 18.2.2
3055
+
3056
+ **SCIM++ Properties:**
3057
+ - multiValued: false
3058
+ - mutability: readWrite
3059
+ - required: false
3060
+ - returned: default
3061
+ - type: boolean
3062
+
3063
+
3064
+ :param idcs_value_persisted_in_other_attribute: The idcs_value_persisted_in_other_attribute of this SchemaSubAttributes.
3065
+ :type: bool
3066
+ """
3067
+ self._idcs_value_persisted_in_other_attribute = idcs_value_persisted_in_other_attribute
3068
+
3069
+ @property
3070
+ def idcs_pii(self):
3071
+ """
3072
+ Gets the idcs_pii of this SchemaSubAttributes.
3073
+ 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.
3074
+
3075
+ **Added In:** 18.3.6
3076
+
3077
+ **SCIM++ Properties:**
3078
+ - multiValued: false
3079
+ - mutability: readOnly
3080
+ - required: false
3081
+ - returned: default
3082
+ - type: boolean
3083
+
3084
+
3085
+ :return: The idcs_pii of this SchemaSubAttributes.
3086
+ :rtype: bool
3087
+ """
3088
+ return self._idcs_pii
3089
+
3090
+ @idcs_pii.setter
3091
+ def idcs_pii(self, idcs_pii):
3092
+ """
3093
+ Sets the idcs_pii of this SchemaSubAttributes.
3094
+ 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.
3095
+
3096
+ **Added In:** 18.3.6
3097
+
3098
+ **SCIM++ Properties:**
3099
+ - multiValued: false
3100
+ - mutability: readOnly
3101
+ - required: false
3102
+ - returned: default
3103
+ - type: boolean
3104
+
3105
+
3106
+ :param idcs_pii: The idcs_pii of this SchemaSubAttributes.
3107
+ :type: bool
3108
+ """
3109
+ self._idcs_pii = idcs_pii
3110
+
3111
+ @property
3112
+ def idcs_sanitize(self):
3113
+ """
3114
+ Gets the idcs_sanitize of this SchemaSubAttributes.
3115
+ Specifies if the value of the attribute should be sanitized using OWASP library for HTML content
3116
+
3117
+ **Added In:** 20.1.3
3118
+
3119
+ **SCIM++ Properties:**
3120
+ - caseExact: true
3121
+ - multiValued: false
3122
+ - mutability: readWrite
3123
+ - required: false
3124
+ - returned: default
3125
+ - type: boolean
3126
+ - uniqueness: none
3127
+
3128
+
3129
+ :return: The idcs_sanitize of this SchemaSubAttributes.
3130
+ :rtype: bool
3131
+ """
3132
+ return self._idcs_sanitize
3133
+
3134
+ @idcs_sanitize.setter
3135
+ def idcs_sanitize(self, idcs_sanitize):
3136
+ """
3137
+ Sets the idcs_sanitize of this SchemaSubAttributes.
3138
+ Specifies if the value of the attribute should be sanitized using OWASP library for HTML content
3139
+
3140
+ **Added In:** 20.1.3
3141
+
3142
+ **SCIM++ Properties:**
3143
+ - caseExact: true
3144
+ - multiValued: false
3145
+ - mutability: readWrite
3146
+ - required: false
3147
+ - returned: default
3148
+ - type: boolean
3149
+ - uniqueness: none
3150
+
3151
+
3152
+ :param idcs_sanitize: The idcs_sanitize of this SchemaSubAttributes.
3153
+ :type: bool
3154
+ """
3155
+ self._idcs_sanitize = idcs_sanitize
3156
+
3157
+ @property
3158
+ def idcs_exclude_from_upgrade_patch(self):
3159
+ """
3160
+ Gets the idcs_exclude_from_upgrade_patch of this SchemaSubAttributes.
3161
+ Specifies whether the attribute should be excluded from the BulkApi patch generated by gradle task for upgrading OOTB resources.
3162
+
3163
+ **Added In:** 2104150946
3164
+
3165
+ **SCIM++ Properties:**
3166
+ - multiValued: false
3167
+ - mutability: readWrite
3168
+ - required: false
3169
+ - returned: never
3170
+ - type: boolean
3171
+
3172
+
3173
+ :return: The idcs_exclude_from_upgrade_patch of this SchemaSubAttributes.
3174
+ :rtype: bool
3175
+ """
3176
+ return self._idcs_exclude_from_upgrade_patch
3177
+
3178
+ @idcs_exclude_from_upgrade_patch.setter
3179
+ def idcs_exclude_from_upgrade_patch(self, idcs_exclude_from_upgrade_patch):
3180
+ """
3181
+ Sets the idcs_exclude_from_upgrade_patch of this SchemaSubAttributes.
3182
+ Specifies whether the attribute should be excluded from the BulkApi patch generated by gradle task for upgrading OOTB resources.
3183
+
3184
+ **Added In:** 2104150946
3185
+
3186
+ **SCIM++ Properties:**
3187
+ - multiValued: false
3188
+ - mutability: readWrite
3189
+ - required: false
3190
+ - returned: never
3191
+ - type: boolean
3192
+
3193
+
3194
+ :param idcs_exclude_from_upgrade_patch: The idcs_exclude_from_upgrade_patch of this SchemaSubAttributes.
3195
+ :type: bool
3196
+ """
3197
+ self._idcs_exclude_from_upgrade_patch = idcs_exclude_from_upgrade_patch
3198
+
3199
+ def __repr__(self):
3200
+ return formatted_flat_dict(self)
3201
+
3202
+ def __eq__(self, other):
3203
+ if other is None:
3204
+ return False
3205
+
3206
+ return self.__dict__ == other.__dict__
3207
+
3208
+ def __ne__(self, other):
3209
+ return not self == other