pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.38.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 (315) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/__init__.py +1 -0
  27. pulumi_oci/bigdataservice/_inputs.py +135 -46
  28. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  29. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +239 -0
  30. pulumi_oci/bigdataservice/outputs.py +206 -50
  31. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  32. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  33. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  34. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  35. pulumi_oci/cloudbridge/_inputs.py +18 -18
  36. pulumi_oci/cloudbridge/outputs.py +18 -18
  37. pulumi_oci/cloudguard/__init__.py +9 -0
  38. pulumi_oci/cloudguard/_inputs.py +1066 -488
  39. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  40. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  41. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  42. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  43. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  44. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  45. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  46. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  47. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  48. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  49. pulumi_oci/cloudguard/get_data_source.py +10 -10
  50. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  51. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  52. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  53. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  54. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  55. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  56. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  57. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  58. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  59. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  60. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  61. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  62. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  63. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  64. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  65. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  66. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  67. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  68. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  69. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  70. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  71. pulumi_oci/cloudguard/managed_list.py +57 -57
  72. pulumi_oci/cloudguard/outputs.py +3493 -1808
  73. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  74. pulumi_oci/cloudguard/saved_query.py +595 -0
  75. pulumi_oci/cloudguard/security_recipe.py +43 -27
  76. pulumi_oci/cloudguard/security_zone.py +22 -20
  77. pulumi_oci/cloudguard/target.py +54 -54
  78. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  79. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  80. pulumi_oci/cloudmigrations/outputs.py +222 -496
  81. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  82. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  83. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  84. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  85. pulumi_oci/containerengine/_inputs.py +22 -22
  86. pulumi_oci/containerengine/container_instance.py +21 -21
  87. pulumi_oci/containerengine/outputs.py +22 -22
  88. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  89. pulumi_oci/core/_inputs.py +404 -670
  90. pulumi_oci/core/boot_volume.py +7 -7
  91. pulumi_oci/core/cluster_network.py +22 -22
  92. pulumi_oci/core/cross_connect_group.py +4 -20
  93. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  94. pulumi_oci/core/get_image.py +4 -0
  95. pulumi_oci/core/get_instance.py +4 -0
  96. pulumi_oci/core/get_public_ip.py +4 -0
  97. pulumi_oci/core/get_public_ips.py +8 -0
  98. pulumi_oci/core/get_vtap.py +2 -0
  99. pulumi_oci/core/get_vtaps.py +2 -0
  100. pulumi_oci/core/image.py +56 -0
  101. pulumi_oci/core/instance.py +48 -48
  102. pulumi_oci/core/instance_configuration.py +70 -28
  103. pulumi_oci/core/instance_pool.py +7 -7
  104. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  105. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  106. pulumi_oci/core/outputs.py +748 -668
  107. pulumi_oci/core/public_ip.py +8 -0
  108. pulumi_oci/core/vnic_attachment.py +8 -24
  109. pulumi_oci/core/volume.py +7 -7
  110. pulumi_oci/core/volume_group.py +7 -7
  111. pulumi_oci/core/vtap.py +14 -0
  112. pulumi_oci/database/_inputs.py +188 -220
  113. pulumi_oci/database/autonomous_database.py +21 -7
  114. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  115. pulumi_oci/database/backup_destination.py +11 -11
  116. pulumi_oci/database/cloud_database_management.py +14 -0
  117. pulumi_oci/database/database.py +28 -44
  118. pulumi_oci/database/database_upgrade.py +4 -4
  119. pulumi_oci/database/db_home.py +0 -13
  120. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  121. pulumi_oci/database/outputs.py +188 -220
  122. pulumi_oci/database/vm_cluster_network.py +4 -4
  123. pulumi_oci/databasemanagement/_inputs.py +8 -8
  124. pulumi_oci/databasemanagement/outputs.py +8 -8
  125. pulumi_oci/databasemigration/_inputs.py +34 -34
  126. pulumi_oci/databasemigration/connection.py +7 -7
  127. pulumi_oci/databasemigration/migration.py +7 -7
  128. pulumi_oci/databasemigration/outputs.py +34 -34
  129. pulumi_oci/databasetools/_inputs.py +12 -36
  130. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  131. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  132. pulumi_oci/databasetools/outputs.py +12 -36
  133. pulumi_oci/dataintegration/_inputs.py +318 -330
  134. pulumi_oci/dataintegration/outputs.py +318 -330
  135. pulumi_oci/dataintegration/workspace_application.py +7 -7
  136. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  137. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  138. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  139. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  140. pulumi_oci/dataintegration/workspace_project.py +7 -7
  141. pulumi_oci/dataintegration/workspace_task.py +47 -47
  142. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  143. pulumi_oci/datalabellingservice/outputs.py +10 -10
  144. pulumi_oci/datasafe/__init__.py +2 -0
  145. pulumi_oci/datasafe/_inputs.py +72 -80
  146. pulumi_oci/datasafe/library_masing_format.py +7 -7
  147. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  148. pulumi_oci/datasafe/masking_policy.py +7 -7
  149. pulumi_oci/datasafe/outputs.py +72 -80
  150. pulumi_oci/datasafe/report_definition.py +8 -24
  151. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  152. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  153. pulumi_oci/datasafe/target_database.py +21 -21
  154. pulumi_oci/datascience/_inputs.py +337 -65
  155. pulumi_oci/datascience/get_job_run.py +11 -1
  156. pulumi_oci/datascience/get_model_deployment.py +11 -1
  157. pulumi_oci/datascience/get_pipeline.py +3 -0
  158. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  159. pulumi_oci/datascience/job_run.py +52 -3
  160. pulumi_oci/datascience/model_deployment.py +51 -2
  161. pulumi_oci/datascience/outputs.py +767 -104
  162. pulumi_oci/datascience/pipeline.py +34 -14
  163. pulumi_oci/datascience/pipeline_run.py +65 -0
  164. pulumi_oci/devops/_inputs.py +80 -462
  165. pulumi_oci/devops/deploy_stage.py +4 -4
  166. pulumi_oci/devops/deployment.py +7 -7
  167. pulumi_oci/devops/outputs.py +208 -1141
  168. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  169. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  170. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  171. pulumi_oci/disasterrecovery/outputs.py +6 -6
  172. pulumi_oci/dns/_inputs.py +20 -8
  173. pulumi_oci/dns/outputs.py +42 -8
  174. pulumi_oci/dns/rrset.py +7 -7
  175. pulumi_oci/dns/steering_policy.py +42 -0
  176. pulumi_oci/events/_inputs.py +4 -12
  177. pulumi_oci/events/outputs.py +4 -12
  178. pulumi_oci/events/rule.py +7 -7
  179. pulumi_oci/functions/_inputs.py +2 -2
  180. pulumi_oci/functions/outputs.py +2 -2
  181. pulumi_oci/goldengate/_inputs.py +2 -4
  182. pulumi_oci/goldengate/outputs.py +2 -4
  183. pulumi_oci/identity/_inputs.py +4860 -5954
  184. pulumi_oci/identity/domains_api_key.py +70 -70
  185. pulumi_oci/identity/domains_app.py +119 -140
  186. pulumi_oci/identity/domains_auth_token.py +21 -21
  187. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  188. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  189. pulumi_oci/identity/domains_my_api_key.py +70 -70
  190. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  191. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  192. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  193. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  194. pulumi_oci/identity/domains_my_support_account.py +21 -21
  195. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  196. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  197. pulumi_oci/identity/domains_policy.py +35 -49
  198. pulumi_oci/identity/domains_rule.py +28 -21
  199. pulumi_oci/identity/domains_setting.py +35 -21
  200. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  201. pulumi_oci/identity/domains_user.py +189 -175
  202. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  203. pulumi_oci/identity/outputs.py +4913 -6007
  204. pulumi_oci/integration/_inputs.py +4 -0
  205. pulumi_oci/integration/outputs.py +16 -4
  206. pulumi_oci/jms/_inputs.py +0 -8
  207. pulumi_oci/jms/get_java_downloads_java_download_report.py +28 -2
  208. pulumi_oci/jms/get_java_downloads_java_download_token.py +4 -4
  209. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +2 -2
  210. pulumi_oci/jms/java_downloads_java_download_report.py +96 -6
  211. pulumi_oci/jms/java_downloads_java_download_token.py +14 -12
  212. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +41 -16
  213. pulumi_oci/jms/outputs.py +38 -24
  214. pulumi_oci/kms/_inputs.py +6 -6
  215. pulumi_oci/kms/outputs.py +6 -6
  216. pulumi_oci/loadbalancer/_inputs.py +18 -30
  217. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  218. pulumi_oci/loadbalancer/outputs.py +18 -30
  219. pulumi_oci/loganalytics/_inputs.py +26 -34
  220. pulumi_oci/loganalytics/outputs.py +26 -34
  221. pulumi_oci/logging/_inputs.py +60 -60
  222. pulumi_oci/logging/outputs.py +60 -60
  223. pulumi_oci/managementagent/_inputs.py +2 -46
  224. pulumi_oci/managementagent/outputs.py +2 -46
  225. pulumi_oci/marketplace/_inputs.py +6 -6
  226. pulumi_oci/marketplace/outputs.py +6 -6
  227. pulumi_oci/marketplace/publication.py +11 -11
  228. pulumi_oci/mediaservices/_inputs.py +8 -32
  229. pulumi_oci/mediaservices/media_asset.py +18 -18
  230. pulumi_oci/mediaservices/media_workflow.py +22 -38
  231. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  232. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  233. pulumi_oci/mediaservices/outputs.py +8 -32
  234. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  235. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  236. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  237. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  238. pulumi_oci/meteringcomputation/outputs.py +2 -2
  239. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  240. pulumi_oci/monitoring/_inputs.py +4 -4
  241. pulumi_oci/monitoring/alarm.py +21 -0
  242. pulumi_oci/monitoring/get_alarm.py +3 -0
  243. pulumi_oci/monitoring/outputs.py +10 -4
  244. pulumi_oci/mysql/_inputs.py +30 -22
  245. pulumi_oci/mysql/outputs.py +30 -22
  246. pulumi_oci/mysql/replica.py +12 -28
  247. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  248. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  249. pulumi_oci/networkfirewall/outputs.py +4 -0
  250. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  251. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  252. pulumi_oci/nosql/_inputs.py +4 -12
  253. pulumi_oci/nosql/outputs.py +4 -12
  254. pulumi_oci/objectstorage/_inputs.py +4 -4
  255. pulumi_oci/objectstorage/outputs.py +4 -4
  256. pulumi_oci/ocvp/_inputs.py +86 -42
  257. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  258. pulumi_oci/ocvp/outputs.py +86 -42
  259. pulumi_oci/ocvp/sddc.py +49 -77
  260. pulumi_oci/ons/subscription.py +63 -0
  261. pulumi_oci/opa/_inputs.py +6 -2
  262. pulumi_oci/opa/outputs.py +18 -6
  263. pulumi_oci/opsi/_inputs.py +6 -6
  264. pulumi_oci/opsi/exadata_insight.py +28 -28
  265. pulumi_oci/opsi/outputs.py +6 -6
  266. pulumi_oci/optimizer/_inputs.py +4 -4
  267. pulumi_oci/optimizer/outputs.py +4 -4
  268. pulumi_oci/osmanagement/_inputs.py +2 -10
  269. pulumi_oci/osmanagement/outputs.py +2 -10
  270. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  271. pulumi_oci/osmanagementhub/event.py +32 -0
  272. pulumi_oci/osmanagementhub/get_event.py +8 -0
  273. pulumi_oci/osmanagementhub/get_events.py +8 -0
  274. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  275. pulumi_oci/osmanagementhub/outputs.py +40 -8
  276. pulumi_oci/osmanagementhub/software_source.py +7 -7
  277. pulumi_oci/ospgateway/_inputs.py +96 -96
  278. pulumi_oci/ospgateway/outputs.py +96 -96
  279. pulumi_oci/ospgateway/subscription.py +80 -80
  280. pulumi_oci/psql/_inputs.py +10 -18
  281. pulumi_oci/psql/db_system.py +14 -14
  282. pulumi_oci/psql/outputs.py +10 -18
  283. pulumi_oci/pulumi-plugin.json +1 -1
  284. pulumi_oci/queue/get_queue.py +9 -9
  285. pulumi_oci/queue/outputs.py +5 -5
  286. pulumi_oci/queue/queue.py +77 -26
  287. pulumi_oci/sch/_inputs.py +26 -26
  288. pulumi_oci/sch/connector.py +7 -7
  289. pulumi_oci/sch/outputs.py +26 -26
  290. pulumi_oci/servicecatalog/private_application.py +4 -4
  291. pulumi_oci/servicemesh/_inputs.py +8 -24
  292. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  293. pulumi_oci/servicemesh/outputs.py +8 -24
  294. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  295. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  296. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  297. pulumi_oci/stackmonitoring/outputs.py +40 -56
  298. pulumi_oci/visualbuilder/_inputs.py +6 -2
  299. pulumi_oci/visualbuilder/outputs.py +18 -6
  300. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  301. pulumi_oci/vnmonitoring/outputs.py +10 -42
  302. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  303. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  304. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  305. pulumi_oci/waas/_inputs.py +133 -205
  306. pulumi_oci/waas/outputs.py +133 -205
  307. pulumi_oci/waas/policy.py +7 -7
  308. pulumi_oci/waas/protection_rule.py +7 -7
  309. pulumi_oci/waf/_inputs.py +36 -30
  310. pulumi_oci/waf/network_address_list.py +7 -7
  311. pulumi_oci/waf/outputs.py +36 -30
  312. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/METADATA +1 -1
  313. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/RECORD +315 -303
  314. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/WHEEL +0 -0
  315. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.38.0.dist-info}/top_level.txt +0 -0
@@ -91,14 +91,15 @@ class DomainsUserArgs:
91
91
  * returned: always
92
92
  * type: string
93
93
  * uniqueness: global
94
- :param pulumi.Input[bool] active: (Updatable) Status of the account
95
-
96
- **Added In:** 17.4.6
94
+ :param pulumi.Input[bool] active: (Updatable) User status
97
95
 
98
96
  **SCIM++ Properties:**
97
+ * caseExact: false
98
+ * idcsCsvAttributeName: Active
99
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Active]]
99
100
  * idcsSearchable: true
100
101
  * multiValued: false
101
- * mutability: readOnly
102
+ * mutability: readWrite
102
103
  * required: false
103
104
  * returned: default
104
105
  * type: boolean
@@ -132,12 +133,16 @@ class DomainsUserArgs:
132
133
  * returned: default
133
134
  * type: string
134
135
  * uniqueness: none
135
- :param pulumi.Input[str] display_name: (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
136
+ :param pulumi.Input[str] display_name: (Updatable) Display name
136
137
 
137
138
  **SCIM++ Properties:**
138
- * idcsSearchable: false
139
+ * caseExact: false
140
+ * idcsCsvAttributeName: Display Name
141
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Display Name]]
142
+ * idcsPii: true
143
+ * idcsSearchable: true
139
144
  * multiValued: false
140
- * mutability: readOnly
145
+ * mutability: readWrite
141
146
  * required: false
142
147
  * returned: default
143
148
  * type: string
@@ -164,14 +169,15 @@ class DomainsUserArgs:
164
169
  * returned: default
165
170
  * type: complex
166
171
  * uniqueness: none
167
- :param pulumi.Input[str] external_id: (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
168
-
169
- **Added In:** 2011192329
172
+ :param pulumi.Input[str] external_id: (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
170
173
 
171
174
  **SCIM++ Properties:**
172
- * idcsSearchable: false
175
+ * caseExact: false
176
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:External Id]]
177
+ * idcsPii: true
178
+ * idcsSearchable: true
173
179
  * multiValued: false
174
- * mutability: readOnly
180
+ * mutability: readWrite
175
181
  * required: false
176
182
  * returned: default
177
183
  * type: string
@@ -200,18 +206,16 @@ class DomainsUserArgs:
200
206
  * returned: default
201
207
  * type: string
202
208
  * uniqueness: none
203
- :param pulumi.Input['DomainsUserNameArgs'] name: (Updatable) Name of the account assigned to the User.
204
-
205
- **Added In:** 17.4.6
209
+ :param pulumi.Input['DomainsUserNameArgs'] name: (Updatable) A complex attribute that contains attributes representing the name
206
210
 
207
211
  **SCIM++ Properties:**
208
- * caseExact: true
209
- * idcsSearchable: true
212
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]]
213
+ * idcsPii: true
210
214
  * multiValued: false
211
- * mutability: readOnly
215
+ * mutability: readWrite
212
216
  * required: false
213
217
  * returned: default
214
- * type: string
218
+ * type: complex
215
219
  * uniqueness: none
216
220
  :param pulumi.Input[str] nick_name: (Updatable) Nick name
217
221
 
@@ -227,19 +231,17 @@ class DomainsUserArgs:
227
231
  * returned: default
228
232
  * type: string
229
233
  * uniqueness: none
230
- :param pulumi.Input[str] ocid: (Updatable) The OCID of the user's support account.
231
-
232
- **Added In:** 2103141444
234
+ :param pulumi.Input[str] ocid: (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
233
235
 
234
236
  **SCIM++ Properties:**
235
237
  * caseExact: true
236
238
  * idcsSearchable: true
237
239
  * multiValued: false
238
- * mutability: readOnly
240
+ * mutability: immutable
239
241
  * required: false
240
- * returned: always
242
+ * returned: default
241
243
  * type: string
242
- * uniqueness: none
244
+ * uniqueness: global
243
245
  :param pulumi.Input[str] password: (Updatable) Password attribute. Max length for password is controlled via Password Policy.
244
246
 
245
247
  **SCIM++ Properties:**
@@ -552,14 +554,15 @@ class DomainsUserArgs:
552
554
  @pulumi.getter
553
555
  def active(self) -> Optional[pulumi.Input[bool]]:
554
556
  """
555
- (Updatable) Status of the account
556
-
557
- **Added In:** 17.4.6
557
+ (Updatable) User status
558
558
 
559
559
  **SCIM++ Properties:**
560
+ * caseExact: false
561
+ * idcsCsvAttributeName: Active
562
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Active]]
560
563
  * idcsSearchable: true
561
564
  * multiValued: false
562
- * mutability: readOnly
565
+ * mutability: readWrite
563
566
  * required: false
564
567
  * returned: default
565
568
  * type: boolean
@@ -659,12 +662,16 @@ class DomainsUserArgs:
659
662
  @pulumi.getter(name="displayName")
660
663
  def display_name(self) -> Optional[pulumi.Input[str]]:
661
664
  """
662
- (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
665
+ (Updatable) Display name
663
666
 
664
667
  **SCIM++ Properties:**
665
- * idcsSearchable: false
668
+ * caseExact: false
669
+ * idcsCsvAttributeName: Display Name
670
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Display Name]]
671
+ * idcsPii: true
672
+ * idcsSearchable: true
666
673
  * multiValued: false
667
- * mutability: readOnly
674
+ * mutability: readWrite
668
675
  * required: false
669
676
  * returned: default
670
677
  * type: string
@@ -724,14 +731,15 @@ class DomainsUserArgs:
724
731
  @pulumi.getter(name="externalId")
725
732
  def external_id(self) -> Optional[pulumi.Input[str]]:
726
733
  """
727
- (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
728
-
729
- **Added In:** 2011192329
734
+ (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
730
735
 
731
736
  **SCIM++ Properties:**
732
- * idcsSearchable: false
737
+ * caseExact: false
738
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:External Id]]
739
+ * idcsPii: true
740
+ * idcsSearchable: true
733
741
  * multiValued: false
734
- * mutability: readOnly
742
+ * mutability: readWrite
735
743
  * required: false
736
744
  * returned: default
737
745
  * type: string
@@ -793,18 +801,16 @@ class DomainsUserArgs:
793
801
  @pulumi.getter
794
802
  def name(self) -> Optional[pulumi.Input['DomainsUserNameArgs']]:
795
803
  """
796
- (Updatable) Name of the account assigned to the User.
797
-
798
- **Added In:** 17.4.6
804
+ (Updatable) A complex attribute that contains attributes representing the name
799
805
 
800
806
  **SCIM++ Properties:**
801
- * caseExact: true
802
- * idcsSearchable: true
807
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]]
808
+ * idcsPii: true
803
809
  * multiValued: false
804
- * mutability: readOnly
810
+ * mutability: readWrite
805
811
  * required: false
806
812
  * returned: default
807
- * type: string
813
+ * type: complex
808
814
  * uniqueness: none
809
815
  """
810
816
  return pulumi.get(self, "name")
@@ -842,19 +848,17 @@ class DomainsUserArgs:
842
848
  @pulumi.getter
843
849
  def ocid(self) -> Optional[pulumi.Input[str]]:
844
850
  """
845
- (Updatable) The OCID of the user's support account.
846
-
847
- **Added In:** 2103141444
851
+ (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
848
852
 
849
853
  **SCIM++ Properties:**
850
854
  * caseExact: true
851
855
  * idcsSearchable: true
852
856
  * multiValued: false
853
- * mutability: readOnly
857
+ * mutability: immutable
854
858
  * required: false
855
- * returned: always
859
+ * returned: default
856
860
  * type: string
857
- * uniqueness: none
861
+ * uniqueness: global
858
862
  """
859
863
  return pulumi.get(self, "ocid")
860
864
 
@@ -1403,14 +1407,15 @@ class _DomainsUserState:
1403
1407
  x509certificates: Optional[pulumi.Input[Sequence[pulumi.Input['DomainsUserX509certificateArgs']]]] = None):
1404
1408
  """
1405
1409
  Input properties used for looking up and filtering DomainsUser resources.
1406
- :param pulumi.Input[bool] active: (Updatable) Status of the account
1407
-
1408
- **Added In:** 17.4.6
1410
+ :param pulumi.Input[bool] active: (Updatable) User status
1409
1411
 
1410
1412
  **SCIM++ Properties:**
1413
+ * caseExact: false
1414
+ * idcsCsvAttributeName: Active
1415
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Active]]
1411
1416
  * idcsSearchable: true
1412
1417
  * multiValued: false
1413
- * mutability: readOnly
1418
+ * mutability: readWrite
1414
1419
  * required: false
1415
1420
  * returned: default
1416
1421
  * type: boolean
@@ -1466,12 +1471,16 @@ class _DomainsUserState:
1466
1471
  * returned: default
1467
1472
  * type: string
1468
1473
  * uniqueness: none
1469
- :param pulumi.Input[str] display_name: (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
1474
+ :param pulumi.Input[str] display_name: (Updatable) Display name
1470
1475
 
1471
1476
  **SCIM++ Properties:**
1472
- * idcsSearchable: false
1477
+ * caseExact: false
1478
+ * idcsCsvAttributeName: Display Name
1479
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Display Name]]
1480
+ * idcsPii: true
1481
+ * idcsSearchable: true
1473
1482
  * multiValued: false
1474
- * mutability: readOnly
1483
+ * mutability: readWrite
1475
1484
  * required: false
1476
1485
  * returned: default
1477
1486
  * type: string
@@ -1509,14 +1518,15 @@ class _DomainsUserState:
1509
1518
  * returned: default
1510
1519
  * type: complex
1511
1520
  * uniqueness: none
1512
- :param pulumi.Input[str] external_id: (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
1513
-
1514
- **Added In:** 2011192329
1521
+ :param pulumi.Input[str] external_id: (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
1515
1522
 
1516
1523
  **SCIM++ Properties:**
1517
- * idcsSearchable: false
1524
+ * caseExact: false
1525
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:External Id]]
1526
+ * idcsPii: true
1527
+ * idcsSearchable: true
1518
1528
  * multiValued: false
1519
- * mutability: readOnly
1529
+ * mutability: readWrite
1520
1530
  * required: false
1521
1531
  * returned: default
1522
1532
  * type: string
@@ -1607,18 +1617,16 @@ class _DomainsUserState:
1607
1617
  * returned: default
1608
1618
  * idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
1609
1619
  * type: complex
1610
- :param pulumi.Input['DomainsUserNameArgs'] name: (Updatable) Name of the account assigned to the User.
1611
-
1612
- **Added In:** 17.4.6
1620
+ :param pulumi.Input['DomainsUserNameArgs'] name: (Updatable) A complex attribute that contains attributes representing the name
1613
1621
 
1614
1622
  **SCIM++ Properties:**
1615
- * caseExact: true
1616
- * idcsSearchable: true
1623
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]]
1624
+ * idcsPii: true
1617
1625
  * multiValued: false
1618
- * mutability: readOnly
1626
+ * mutability: readWrite
1619
1627
  * required: false
1620
1628
  * returned: default
1621
- * type: string
1629
+ * type: complex
1622
1630
  * uniqueness: none
1623
1631
  :param pulumi.Input[str] nick_name: (Updatable) Nick name
1624
1632
 
@@ -1634,19 +1642,17 @@ class _DomainsUserState:
1634
1642
  * returned: default
1635
1643
  * type: string
1636
1644
  * uniqueness: none
1637
- :param pulumi.Input[str] ocid: (Updatable) The OCID of the user's support account.
1638
-
1639
- **Added In:** 2103141444
1645
+ :param pulumi.Input[str] ocid: (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
1640
1646
 
1641
1647
  **SCIM++ Properties:**
1642
1648
  * caseExact: true
1643
1649
  * idcsSearchable: true
1644
1650
  * multiValued: false
1645
- * mutability: readOnly
1651
+ * mutability: immutable
1646
1652
  * required: false
1647
- * returned: always
1653
+ * returned: default
1648
1654
  * type: string
1649
- * uniqueness: none
1655
+ * uniqueness: global
1650
1656
  :param pulumi.Input[str] password: (Updatable) Password attribute. Max length for password is controlled via Password Policy.
1651
1657
 
1652
1658
  **SCIM++ Properties:**
@@ -1968,14 +1974,15 @@ class _DomainsUserState:
1968
1974
  @pulumi.getter
1969
1975
  def active(self) -> Optional[pulumi.Input[bool]]:
1970
1976
  """
1971
- (Updatable) Status of the account
1972
-
1973
- **Added In:** 17.4.6
1977
+ (Updatable) User status
1974
1978
 
1975
1979
  **SCIM++ Properties:**
1980
+ * caseExact: false
1981
+ * idcsCsvAttributeName: Active
1982
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Active]]
1976
1983
  * idcsSearchable: true
1977
1984
  * multiValued: false
1978
- * mutability: readOnly
1985
+ * mutability: readWrite
1979
1986
  * required: false
1980
1987
  * returned: default
1981
1988
  * type: boolean
@@ -2119,12 +2126,16 @@ class _DomainsUserState:
2119
2126
  @pulumi.getter(name="displayName")
2120
2127
  def display_name(self) -> Optional[pulumi.Input[str]]:
2121
2128
  """
2122
- (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
2129
+ (Updatable) Display name
2123
2130
 
2124
2131
  **SCIM++ Properties:**
2125
- * idcsSearchable: false
2132
+ * caseExact: false
2133
+ * idcsCsvAttributeName: Display Name
2134
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Display Name]]
2135
+ * idcsPii: true
2136
+ * idcsSearchable: true
2126
2137
  * multiValued: false
2127
- * mutability: readOnly
2138
+ * mutability: readWrite
2128
2139
  * required: false
2129
2140
  * returned: default
2130
2141
  * type: string
@@ -2206,14 +2217,15 @@ class _DomainsUserState:
2206
2217
  @pulumi.getter(name="externalId")
2207
2218
  def external_id(self) -> Optional[pulumi.Input[str]]:
2208
2219
  """
2209
- (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
2210
-
2211
- **Added In:** 2011192329
2220
+ (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
2212
2221
 
2213
2222
  **SCIM++ Properties:**
2214
- * idcsSearchable: false
2223
+ * caseExact: false
2224
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:External Id]]
2225
+ * idcsPii: true
2226
+ * idcsSearchable: true
2215
2227
  * multiValued: false
2216
- * mutability: readOnly
2228
+ * mutability: readWrite
2217
2229
  * required: false
2218
2230
  * returned: default
2219
2231
  * type: string
@@ -2414,18 +2426,16 @@ class _DomainsUserState:
2414
2426
  @pulumi.getter
2415
2427
  def name(self) -> Optional[pulumi.Input['DomainsUserNameArgs']]:
2416
2428
  """
2417
- (Updatable) Name of the account assigned to the User.
2418
-
2419
- **Added In:** 17.4.6
2429
+ (Updatable) A complex attribute that contains attributes representing the name
2420
2430
 
2421
2431
  **SCIM++ Properties:**
2422
- * caseExact: true
2423
- * idcsSearchable: true
2432
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]]
2433
+ * idcsPii: true
2424
2434
  * multiValued: false
2425
- * mutability: readOnly
2435
+ * mutability: readWrite
2426
2436
  * required: false
2427
2437
  * returned: default
2428
- * type: string
2438
+ * type: complex
2429
2439
  * uniqueness: none
2430
2440
  """
2431
2441
  return pulumi.get(self, "name")
@@ -2463,19 +2473,17 @@ class _DomainsUserState:
2463
2473
  @pulumi.getter
2464
2474
  def ocid(self) -> Optional[pulumi.Input[str]]:
2465
2475
  """
2466
- (Updatable) The OCID of the user's support account.
2467
-
2468
- **Added In:** 2103141444
2476
+ (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
2469
2477
 
2470
2478
  **SCIM++ Properties:**
2471
2479
  * caseExact: true
2472
2480
  * idcsSearchable: true
2473
2481
  * multiValued: false
2474
- * mutability: readOnly
2482
+ * mutability: immutable
2475
2483
  * required: false
2476
- * returned: always
2484
+ * returned: default
2477
2485
  * type: string
2478
- * uniqueness: none
2486
+ * uniqueness: global
2479
2487
  """
2480
2488
  return pulumi.get(self, "ocid")
2481
2489
 
@@ -3132,14 +3140,15 @@ class DomainsUser(pulumi.CustomResource):
3132
3140
 
3133
3141
  :param str resource_name: The name of the resource.
3134
3142
  :param pulumi.ResourceOptions opts: Options for the resource.
3135
- :param pulumi.Input[bool] active: (Updatable) Status of the account
3136
-
3137
- **Added In:** 17.4.6
3143
+ :param pulumi.Input[bool] active: (Updatable) User status
3138
3144
 
3139
3145
  **SCIM++ Properties:**
3146
+ * caseExact: false
3147
+ * idcsCsvAttributeName: Active
3148
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Active]]
3140
3149
  * idcsSearchable: true
3141
3150
  * multiValued: false
3142
- * mutability: readOnly
3151
+ * mutability: readWrite
3143
3152
  * required: false
3144
3153
  * returned: default
3145
3154
  * type: boolean
@@ -3173,12 +3182,16 @@ class DomainsUser(pulumi.CustomResource):
3173
3182
  * returned: default
3174
3183
  * type: string
3175
3184
  * uniqueness: none
3176
- :param pulumi.Input[str] display_name: (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
3185
+ :param pulumi.Input[str] display_name: (Updatable) Display name
3177
3186
 
3178
3187
  **SCIM++ Properties:**
3179
- * idcsSearchable: false
3188
+ * caseExact: false
3189
+ * idcsCsvAttributeName: Display Name
3190
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Display Name]]
3191
+ * idcsPii: true
3192
+ * idcsSearchable: true
3180
3193
  * multiValued: false
3181
- * mutability: readOnly
3194
+ * mutability: readWrite
3182
3195
  * required: false
3183
3196
  * returned: default
3184
3197
  * type: string
@@ -3205,14 +3218,15 @@ class DomainsUser(pulumi.CustomResource):
3205
3218
  * returned: default
3206
3219
  * type: complex
3207
3220
  * uniqueness: none
3208
- :param pulumi.Input[str] external_id: (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
3209
-
3210
- **Added In:** 2011192329
3221
+ :param pulumi.Input[str] external_id: (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
3211
3222
 
3212
3223
  **SCIM++ Properties:**
3213
- * idcsSearchable: false
3224
+ * caseExact: false
3225
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:External Id]]
3226
+ * idcsPii: true
3227
+ * idcsSearchable: true
3214
3228
  * multiValued: false
3215
- * mutability: readOnly
3229
+ * mutability: readWrite
3216
3230
  * required: false
3217
3231
  * returned: default
3218
3232
  * type: string
@@ -3242,18 +3256,16 @@ class DomainsUser(pulumi.CustomResource):
3242
3256
  * returned: default
3243
3257
  * type: string
3244
3258
  * uniqueness: none
3245
- :param pulumi.Input[pulumi.InputType['DomainsUserNameArgs']] name: (Updatable) Name of the account assigned to the User.
3246
-
3247
- **Added In:** 17.4.6
3259
+ :param pulumi.Input[pulumi.InputType['DomainsUserNameArgs']] name: (Updatable) A complex attribute that contains attributes representing the name
3248
3260
 
3249
3261
  **SCIM++ Properties:**
3250
- * caseExact: true
3251
- * idcsSearchable: true
3262
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]]
3263
+ * idcsPii: true
3252
3264
  * multiValued: false
3253
- * mutability: readOnly
3265
+ * mutability: readWrite
3254
3266
  * required: false
3255
3267
  * returned: default
3256
- * type: string
3268
+ * type: complex
3257
3269
  * uniqueness: none
3258
3270
  :param pulumi.Input[str] nick_name: (Updatable) Nick name
3259
3271
 
@@ -3269,19 +3281,17 @@ class DomainsUser(pulumi.CustomResource):
3269
3281
  * returned: default
3270
3282
  * type: string
3271
3283
  * uniqueness: none
3272
- :param pulumi.Input[str] ocid: (Updatable) The OCID of the user's support account.
3273
-
3274
- **Added In:** 2103141444
3284
+ :param pulumi.Input[str] ocid: (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
3275
3285
 
3276
3286
  **SCIM++ Properties:**
3277
3287
  * caseExact: true
3278
3288
  * idcsSearchable: true
3279
3289
  * multiValued: false
3280
- * mutability: readOnly
3290
+ * mutability: immutable
3281
3291
  * required: false
3282
- * returned: always
3292
+ * returned: default
3283
3293
  * type: string
3284
- * uniqueness: none
3294
+ * uniqueness: global
3285
3295
  :param pulumi.Input[str] password: (Updatable) Password attribute. Max length for password is controlled via Password Policy.
3286
3296
 
3287
3297
  **SCIM++ Properties:**
@@ -3699,14 +3709,15 @@ class DomainsUser(pulumi.CustomResource):
3699
3709
  :param str resource_name: The unique name of the resulting resource.
3700
3710
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
3701
3711
  :param pulumi.ResourceOptions opts: Options for the resource.
3702
- :param pulumi.Input[bool] active: (Updatable) Status of the account
3703
-
3704
- **Added In:** 17.4.6
3712
+ :param pulumi.Input[bool] active: (Updatable) User status
3705
3713
 
3706
3714
  **SCIM++ Properties:**
3715
+ * caseExact: false
3716
+ * idcsCsvAttributeName: Active
3717
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Active]]
3707
3718
  * idcsSearchable: true
3708
3719
  * multiValued: false
3709
- * mutability: readOnly
3720
+ * mutability: readWrite
3710
3721
  * required: false
3711
3722
  * returned: default
3712
3723
  * type: boolean
@@ -3762,12 +3773,16 @@ class DomainsUser(pulumi.CustomResource):
3762
3773
  * returned: default
3763
3774
  * type: string
3764
3775
  * uniqueness: none
3765
- :param pulumi.Input[str] display_name: (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
3776
+ :param pulumi.Input[str] display_name: (Updatable) Display name
3766
3777
 
3767
3778
  **SCIM++ Properties:**
3768
- * idcsSearchable: false
3779
+ * caseExact: false
3780
+ * idcsCsvAttributeName: Display Name
3781
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Display Name]]
3782
+ * idcsPii: true
3783
+ * idcsSearchable: true
3769
3784
  * multiValued: false
3770
- * mutability: readOnly
3785
+ * mutability: readWrite
3771
3786
  * required: false
3772
3787
  * returned: default
3773
3788
  * type: string
@@ -3805,14 +3820,15 @@ class DomainsUser(pulumi.CustomResource):
3805
3820
  * returned: default
3806
3821
  * type: complex
3807
3822
  * uniqueness: none
3808
- :param pulumi.Input[str] external_id: (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
3809
-
3810
- **Added In:** 2011192329
3823
+ :param pulumi.Input[str] external_id: (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
3811
3824
 
3812
3825
  **SCIM++ Properties:**
3813
- * idcsSearchable: false
3826
+ * caseExact: false
3827
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:External Id]]
3828
+ * idcsPii: true
3829
+ * idcsSearchable: true
3814
3830
  * multiValued: false
3815
- * mutability: readOnly
3831
+ * mutability: readWrite
3816
3832
  * required: false
3817
3833
  * returned: default
3818
3834
  * type: string
@@ -3903,18 +3919,16 @@ class DomainsUser(pulumi.CustomResource):
3903
3919
  * returned: default
3904
3920
  * idcsCsvAttributeNameMappings: [[columnHeaderName:Created Date, mapsTo:meta.created]]
3905
3921
  * type: complex
3906
- :param pulumi.Input[pulumi.InputType['DomainsUserNameArgs']] name: (Updatable) Name of the account assigned to the User.
3907
-
3908
- **Added In:** 17.4.6
3922
+ :param pulumi.Input[pulumi.InputType['DomainsUserNameArgs']] name: (Updatable) A complex attribute that contains attributes representing the name
3909
3923
 
3910
3924
  **SCIM++ Properties:**
3911
- * caseExact: true
3912
- * idcsSearchable: true
3925
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]]
3926
+ * idcsPii: true
3913
3927
  * multiValued: false
3914
- * mutability: readOnly
3928
+ * mutability: readWrite
3915
3929
  * required: false
3916
3930
  * returned: default
3917
- * type: string
3931
+ * type: complex
3918
3932
  * uniqueness: none
3919
3933
  :param pulumi.Input[str] nick_name: (Updatable) Nick name
3920
3934
 
@@ -3930,19 +3944,17 @@ class DomainsUser(pulumi.CustomResource):
3930
3944
  * returned: default
3931
3945
  * type: string
3932
3946
  * uniqueness: none
3933
- :param pulumi.Input[str] ocid: (Updatable) The OCID of the user's support account.
3934
-
3935
- **Added In:** 2103141444
3947
+ :param pulumi.Input[str] ocid: (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
3936
3948
 
3937
3949
  **SCIM++ Properties:**
3938
3950
  * caseExact: true
3939
3951
  * idcsSearchable: true
3940
3952
  * multiValued: false
3941
- * mutability: readOnly
3953
+ * mutability: immutable
3942
3954
  * required: false
3943
- * returned: always
3955
+ * returned: default
3944
3956
  * type: string
3945
- * uniqueness: none
3957
+ * uniqueness: global
3946
3958
  :param pulumi.Input[str] password: (Updatable) Password attribute. Max length for password is controlled via Password Policy.
3947
3959
 
3948
3960
  **SCIM++ Properties:**
@@ -4209,14 +4221,15 @@ class DomainsUser(pulumi.CustomResource):
4209
4221
  @pulumi.getter
4210
4222
  def active(self) -> pulumi.Output[bool]:
4211
4223
  """
4212
- (Updatable) Status of the account
4213
-
4214
- **Added In:** 17.4.6
4224
+ (Updatable) User status
4215
4225
 
4216
4226
  **SCIM++ Properties:**
4227
+ * caseExact: false
4228
+ * idcsCsvAttributeName: Active
4229
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Active]]
4217
4230
  * idcsSearchable: true
4218
4231
  * multiValued: false
4219
- * mutability: readOnly
4232
+ * mutability: readWrite
4220
4233
  * required: false
4221
4234
  * returned: default
4222
4235
  * type: boolean
@@ -4328,12 +4341,16 @@ class DomainsUser(pulumi.CustomResource):
4328
4341
  @pulumi.getter(name="displayName")
4329
4342
  def display_name(self) -> pulumi.Output[str]:
4330
4343
  """
4331
- (Updatable) The displayName of the User's manager. OPTIONAL and READ-ONLY.
4344
+ (Updatable) Display name
4332
4345
 
4333
4346
  **SCIM++ Properties:**
4334
- * idcsSearchable: false
4347
+ * caseExact: false
4348
+ * idcsCsvAttributeName: Display Name
4349
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Display Name]]
4350
+ * idcsPii: true
4351
+ * idcsSearchable: true
4335
4352
  * multiValued: false
4336
- * mutability: readOnly
4353
+ * mutability: readWrite
4337
4354
  * required: false
4338
4355
  * returned: default
4339
4356
  * type: string
@@ -4399,14 +4416,15 @@ class DomainsUser(pulumi.CustomResource):
4399
4416
  @pulumi.getter(name="externalId")
4400
4417
  def external_id(self) -> pulumi.Output[str]:
4401
4418
  """
4402
- (Updatable) An identifier for the Resource as defined by the Service Consumer. READ-ONLY.
4403
-
4404
- **Added In:** 2011192329
4419
+ (Updatable) An identifier for the Resource as defined by the Service Consumer. The externalId may simplify identification of the Resource between Service Consumer and Service Provider by allowing the Consumer to refer to the Resource with its own identifier, obviating the need to store a local mapping between the local identifier of the Resource and the identifier used by the Service Provider. Each Resource MAY include a non-empty externalId value. The value of the externalId attribute is always issued by the Service Consumer and can never be specified by the Service Provider. The Service Provider MUST always interpret the externalId as scoped to the Service Consumer's tenant.
4405
4420
 
4406
4421
  **SCIM++ Properties:**
4407
- * idcsSearchable: false
4422
+ * caseExact: false
4423
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:External Id]]
4424
+ * idcsPii: true
4425
+ * idcsSearchable: true
4408
4426
  * multiValued: false
4409
- * mutability: readOnly
4427
+ * mutability: readWrite
4410
4428
  * required: false
4411
4429
  * returned: default
4412
4430
  * type: string
@@ -4567,18 +4585,16 @@ class DomainsUser(pulumi.CustomResource):
4567
4585
  @pulumi.getter
4568
4586
  def name(self) -> pulumi.Output['outputs.DomainsUserName']:
4569
4587
  """
4570
- (Updatable) Name of the account assigned to the User.
4571
-
4572
- **Added In:** 17.4.6
4588
+ (Updatable) A complex attribute that contains attributes representing the name
4573
4589
 
4574
4590
  **SCIM++ Properties:**
4575
- * caseExact: true
4576
- * idcsSearchable: true
4591
+ * idcsCsvAttributeNameMappings: [[columnHeaderName:Formatted Name, mapsTo:name.formatted], [columnHeaderName:Honorific Prefix, mapsTo:name.honorificPrefix], [columnHeaderName:First Name, mapsTo:name.givenName], [columnHeaderName:Middle Name, mapsTo:name.middleName], [columnHeaderName:Last Name, mapsTo:name.familyName], [columnHeaderName:Honorific Suffix, mapsTo:name.honorificSuffix]]
4592
+ * idcsPii: true
4577
4593
  * multiValued: false
4578
- * mutability: readOnly
4594
+ * mutability: readWrite
4579
4595
  * required: false
4580
4596
  * returned: default
4581
- * type: string
4597
+ * type: complex
4582
4598
  * uniqueness: none
4583
4599
  """
4584
4600
  return pulumi.get(self, "name")
@@ -4608,19 +4624,17 @@ class DomainsUser(pulumi.CustomResource):
4608
4624
  @pulumi.getter
4609
4625
  def ocid(self) -> pulumi.Output[str]:
4610
4626
  """
4611
- (Updatable) The OCID of the user's support account.
4612
-
4613
- **Added In:** 2103141444
4627
+ (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
4614
4628
 
4615
4629
  **SCIM++ Properties:**
4616
4630
  * caseExact: true
4617
4631
  * idcsSearchable: true
4618
4632
  * multiValued: false
4619
- * mutability: readOnly
4633
+ * mutability: immutable
4620
4634
  * required: false
4621
- * returned: always
4635
+ * returned: default
4622
4636
  * type: string
4623
- * uniqueness: none
4637
+ * uniqueness: global
4624
4638
  """
4625
4639
  return pulumi.get(self, "ocid")
4626
4640