pulumi-oci 1.37.0__py3-none-any.whl → 1.37.0a1715927489__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 (307) hide show
  1. pulumi_oci/__init__.py +0 -40
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +8 -10
  5. pulumi_oci/aianomalydetection/outputs.py +8 -22
  6. pulumi_oci/aidocument/_inputs.py +18 -22
  7. pulumi_oci/aidocument/outputs.py +18 -36
  8. pulumi_oci/ailanguage/_inputs.py +20 -4
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +20 -4
  11. pulumi_oci/aivision/_inputs.py +16 -0
  12. pulumi_oci/aivision/outputs.py +16 -0
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +414 -206
  16. pulumi_oci/apigateway/outputs.py +414 -206
  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 +26 -18
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +26 -18
  23. pulumi_oci/autoscaling/_inputs.py +16 -14
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +7 -20
  25. pulumi_oci/autoscaling/outputs.py +16 -14
  26. pulumi_oci/bigdataservice/_inputs.py +44 -32
  27. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  28. pulumi_oci/bigdataservice/outputs.py +44 -32
  29. pulumi_oci/certificatesmanagement/_inputs.py +16 -16
  30. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  31. pulumi_oci/certificatesmanagement/certificate_authority.py +8 -8
  32. pulumi_oci/certificatesmanagement/outputs.py +16 -16
  33. pulumi_oci/cloudbridge/_inputs.py +18 -18
  34. pulumi_oci/cloudbridge/outputs.py +18 -18
  35. pulumi_oci/cloudguard/__init__.py +0 -9
  36. pulumi_oci/cloudguard/_inputs.py +488 -1066
  37. pulumi_oci/cloudguard/cloud_guard_configuration.py +57 -25
  38. pulumi_oci/cloudguard/cloud_guard_data_source.py +38 -54
  39. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  40. pulumi_oci/cloudguard/detector_recipe.py +53 -95
  41. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +7 -9
  42. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  43. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  44. pulumi_oci/cloudguard/get_data_source.py +10 -10
  45. pulumi_oci/cloudguard/get_data_source_events.py +7 -11
  46. pulumi_oci/cloudguard/get_data_sources.py +20 -24
  47. pulumi_oci/cloudguard/get_detector_recipe.py +15 -28
  48. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  49. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  50. pulumi_oci/cloudguard/get_guard_targets.py +17 -19
  51. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  52. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  53. pulumi_oci/cloudguard/get_problem_entities.py +3 -5
  54. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  55. pulumi_oci/cloudguard/get_responder_recipes.py +13 -15
  56. pulumi_oci/cloudguard/get_security_policies.py +12 -14
  57. pulumi_oci/cloudguard/get_security_policy.py +8 -12
  58. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  59. pulumi_oci/cloudguard/get_security_recipes.py +12 -14
  60. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  61. pulumi_oci/cloudguard/get_security_zones.py +15 -17
  62. pulumi_oci/cloudguard/managed_list.py +57 -57
  63. pulumi_oci/cloudguard/outputs.py +1808 -3493
  64. pulumi_oci/cloudguard/responder_recipe.py +39 -41
  65. pulumi_oci/cloudguard/security_recipe.py +27 -43
  66. pulumi_oci/cloudguard/security_zone.py +20 -22
  67. pulumi_oci/cloudguard/target.py +54 -54
  68. pulumi_oci/cloudmigrations/_inputs.py +496 -222
  69. pulumi_oci/cloudmigrations/outputs.py +498 -224
  70. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  71. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  72. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  73. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  74. pulumi_oci/containerengine/_inputs.py +22 -22
  75. pulumi_oci/containerengine/container_instance.py +21 -21
  76. pulumi_oci/containerengine/outputs.py +22 -22
  77. pulumi_oci/containerengine/virtual_node_pool.py +35 -7
  78. pulumi_oci/core/_inputs.py +668 -402
  79. pulumi_oci/core/boot_volume.py +7 -7
  80. pulumi_oci/core/cluster_network.py +22 -22
  81. pulumi_oci/core/cross_connect_group.py +20 -4
  82. pulumi_oci/core/drg_route_table_route_rule.py +0 -7
  83. pulumi_oci/core/get_image.py +0 -4
  84. pulumi_oci/core/get_instance.py +0 -4
  85. pulumi_oci/core/get_public_ip.py +0 -4
  86. pulumi_oci/core/get_public_ips.py +0 -8
  87. pulumi_oci/core/get_vtap.py +0 -2
  88. pulumi_oci/core/get_vtaps.py +0 -2
  89. pulumi_oci/core/image.py +0 -56
  90. pulumi_oci/core/instance.py +48 -48
  91. pulumi_oci/core/instance_configuration.py +28 -70
  92. pulumi_oci/core/instance_pool.py +7 -7
  93. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  94. pulumi_oci/core/network_security_group_security_rule.py +105 -28
  95. pulumi_oci/core/outputs.py +668 -748
  96. pulumi_oci/core/public_ip.py +0 -8
  97. pulumi_oci/core/vnic_attachment.py +24 -8
  98. pulumi_oci/core/volume.py +7 -7
  99. pulumi_oci/core/volume_group.py +7 -7
  100. pulumi_oci/core/vtap.py +0 -14
  101. pulumi_oci/database/_inputs.py +220 -188
  102. pulumi_oci/database/autonomous_database.py +7 -21
  103. pulumi_oci/database/autonomous_database_wallet.py +0 -28
  104. pulumi_oci/database/backup_destination.py +11 -11
  105. pulumi_oci/database/cloud_database_management.py +0 -14
  106. pulumi_oci/database/database.py +44 -28
  107. pulumi_oci/database/database_upgrade.py +4 -4
  108. pulumi_oci/database/db_home.py +13 -0
  109. pulumi_oci/database/get_autonomous_database_wallet.py +0 -8
  110. pulumi_oci/database/outputs.py +220 -188
  111. pulumi_oci/database/vm_cluster_network.py +4 -4
  112. pulumi_oci/databasemanagement/_inputs.py +8 -8
  113. pulumi_oci/databasemanagement/outputs.py +8 -8
  114. pulumi_oci/databasemigration/_inputs.py +34 -34
  115. pulumi_oci/databasemigration/connection.py +7 -7
  116. pulumi_oci/databasemigration/migration.py +7 -7
  117. pulumi_oci/databasemigration/outputs.py +34 -34
  118. pulumi_oci/databasetools/_inputs.py +36 -12
  119. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  120. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  121. pulumi_oci/databasetools/outputs.py +36 -12
  122. pulumi_oci/dataintegration/_inputs.py +330 -318
  123. pulumi_oci/dataintegration/outputs.py +330 -318
  124. pulumi_oci/dataintegration/workspace_application.py +7 -7
  125. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  126. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  127. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  128. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  129. pulumi_oci/dataintegration/workspace_project.py +7 -7
  130. pulumi_oci/dataintegration/workspace_task.py +47 -47
  131. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  132. pulumi_oci/datalabellingservice/outputs.py +10 -10
  133. pulumi_oci/datasafe/__init__.py +0 -2
  134. pulumi_oci/datasafe/_inputs.py +80 -72
  135. pulumi_oci/datasafe/library_masing_format.py +7 -7
  136. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  137. pulumi_oci/datasafe/masking_policy.py +7 -7
  138. pulumi_oci/datasafe/outputs.py +80 -72
  139. pulumi_oci/datasafe/report_definition.py +24 -8
  140. pulumi_oci/datasafe/target_database.py +21 -21
  141. pulumi_oci/datascience/_inputs.py +65 -337
  142. pulumi_oci/datascience/get_job_run.py +1 -11
  143. pulumi_oci/datascience/get_model_deployment.py +1 -11
  144. pulumi_oci/datascience/get_pipeline.py +0 -3
  145. pulumi_oci/datascience/get_pipeline_run.py +1 -14
  146. pulumi_oci/datascience/job_run.py +3 -52
  147. pulumi_oci/datascience/model_deployment.py +2 -51
  148. pulumi_oci/datascience/outputs.py +94 -757
  149. pulumi_oci/datascience/pipeline.py +14 -34
  150. pulumi_oci/datascience/pipeline_run.py +0 -65
  151. pulumi_oci/devops/_inputs.py +462 -80
  152. pulumi_oci/devops/deploy_stage.py +4 -4
  153. pulumi_oci/devops/deployment.py +7 -7
  154. pulumi_oci/devops/outputs.py +1143 -210
  155. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  156. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  157. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  158. pulumi_oci/disasterrecovery/outputs.py +6 -6
  159. pulumi_oci/dns/_inputs.py +8 -20
  160. pulumi_oci/dns/outputs.py +8 -42
  161. pulumi_oci/dns/rrset.py +7 -7
  162. pulumi_oci/dns/steering_policy.py +0 -42
  163. pulumi_oci/events/_inputs.py +12 -4
  164. pulumi_oci/events/outputs.py +12 -4
  165. pulumi_oci/events/rule.py +7 -7
  166. pulumi_oci/functions/_inputs.py +2 -2
  167. pulumi_oci/functions/outputs.py +2 -2
  168. pulumi_oci/goldengate/_inputs.py +4 -2
  169. pulumi_oci/goldengate/outputs.py +4 -2
  170. pulumi_oci/identity/_inputs.py +5954 -4860
  171. pulumi_oci/identity/domains_api_key.py +70 -70
  172. pulumi_oci/identity/domains_app.py +140 -119
  173. pulumi_oci/identity/domains_auth_token.py +21 -21
  174. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  175. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  176. pulumi_oci/identity/domains_my_api_key.py +70 -70
  177. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  178. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  179. pulumi_oci/identity/domains_my_oauth2client_credential.py +70 -49
  180. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  181. pulumi_oci/identity/domains_my_support_account.py +21 -21
  182. pulumi_oci/identity/domains_my_user_db_credential.py +41 -37
  183. pulumi_oci/identity/domains_oauth2client_credential.py +70 -49
  184. pulumi_oci/identity/domains_policy.py +49 -35
  185. pulumi_oci/identity/domains_rule.py +21 -28
  186. pulumi_oci/identity/domains_setting.py +21 -35
  187. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  188. pulumi_oci/identity/domains_user.py +175 -189
  189. pulumi_oci/identity/domains_user_db_credential.py +41 -37
  190. pulumi_oci/identity/outputs.py +6007 -4913
  191. pulumi_oci/integration/_inputs.py +0 -4
  192. pulumi_oci/integration/outputs.py +4 -16
  193. pulumi_oci/jms/_inputs.py +8 -0
  194. pulumi_oci/jms/outputs.py +8 -0
  195. pulumi_oci/kms/_inputs.py +6 -6
  196. pulumi_oci/kms/outputs.py +6 -6
  197. pulumi_oci/loadbalancer/_inputs.py +30 -14
  198. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +35 -7
  199. pulumi_oci/loadbalancer/outputs.py +30 -14
  200. pulumi_oci/loganalytics/_inputs.py +34 -26
  201. pulumi_oci/loganalytics/outputs.py +34 -26
  202. pulumi_oci/logging/_inputs.py +60 -60
  203. pulumi_oci/logging/outputs.py +60 -60
  204. pulumi_oci/managementagent/_inputs.py +46 -2
  205. pulumi_oci/managementagent/outputs.py +46 -2
  206. pulumi_oci/marketplace/_inputs.py +6 -6
  207. pulumi_oci/marketplace/outputs.py +6 -6
  208. pulumi_oci/marketplace/publication.py +11 -11
  209. pulumi_oci/mediaservices/_inputs.py +32 -8
  210. pulumi_oci/mediaservices/media_asset.py +18 -18
  211. pulumi_oci/mediaservices/media_workflow.py +38 -22
  212. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  213. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  214. pulumi_oci/mediaservices/outputs.py +32 -8
  215. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  216. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  217. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  218. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  219. pulumi_oci/meteringcomputation/outputs.py +2 -2
  220. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  221. pulumi_oci/monitoring/_inputs.py +4 -4
  222. pulumi_oci/monitoring/alarm.py +0 -21
  223. pulumi_oci/monitoring/get_alarm.py +0 -3
  224. pulumi_oci/monitoring/outputs.py +4 -10
  225. pulumi_oci/mysql/_inputs.py +22 -30
  226. pulumi_oci/mysql/outputs.py +22 -30
  227. pulumi_oci/mysql/replica.py +28 -12
  228. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +0 -2
  229. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +0 -14
  230. pulumi_oci/networkfirewall/outputs.py +0 -4
  231. pulumi_oci/networkloadbalancer/_inputs.py +26 -10
  232. pulumi_oci/networkloadbalancer/outputs.py +26 -10
  233. pulumi_oci/nosql/_inputs.py +12 -4
  234. pulumi_oci/nosql/outputs.py +12 -4
  235. pulumi_oci/objectstorage/_inputs.py +4 -4
  236. pulumi_oci/objectstorage/outputs.py +4 -4
  237. pulumi_oci/ocvp/_inputs.py +42 -86
  238. pulumi_oci/ocvp/get_retrieve_password.py +0 -1
  239. pulumi_oci/ocvp/outputs.py +42 -86
  240. pulumi_oci/ocvp/sddc.py +77 -49
  241. pulumi_oci/ons/subscription.py +0 -63
  242. pulumi_oci/opa/_inputs.py +2 -6
  243. pulumi_oci/opa/outputs.py +6 -18
  244. pulumi_oci/opsi/_inputs.py +6 -6
  245. pulumi_oci/opsi/exadata_insight.py +28 -28
  246. pulumi_oci/opsi/outputs.py +6 -6
  247. pulumi_oci/optimizer/_inputs.py +4 -4
  248. pulumi_oci/optimizer/outputs.py +4 -4
  249. pulumi_oci/osmanagement/_inputs.py +10 -2
  250. pulumi_oci/osmanagement/outputs.py +10 -2
  251. pulumi_oci/osmanagementhub/_inputs.py +8 -24
  252. pulumi_oci/osmanagementhub/event.py +0 -32
  253. pulumi_oci/osmanagementhub/get_event.py +0 -8
  254. pulumi_oci/osmanagementhub/get_events.py +0 -8
  255. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  256. pulumi_oci/osmanagementhub/outputs.py +8 -40
  257. pulumi_oci/osmanagementhub/software_source.py +7 -7
  258. pulumi_oci/ospgateway/_inputs.py +96 -96
  259. pulumi_oci/ospgateway/outputs.py +96 -96
  260. pulumi_oci/ospgateway/subscription.py +80 -80
  261. pulumi_oci/psql/_inputs.py +18 -10
  262. pulumi_oci/psql/db_system.py +14 -14
  263. pulumi_oci/psql/outputs.py +18 -10
  264. pulumi_oci/pulumi-plugin.json +1 -1
  265. pulumi_oci/queue/get_queue.py +9 -9
  266. pulumi_oci/queue/outputs.py +5 -5
  267. pulumi_oci/queue/queue.py +26 -77
  268. pulumi_oci/sch/_inputs.py +26 -26
  269. pulumi_oci/sch/connector.py +7 -7
  270. pulumi_oci/sch/outputs.py +26 -26
  271. pulumi_oci/servicecatalog/private_application.py +4 -4
  272. pulumi_oci/servicemesh/_inputs.py +24 -8
  273. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  274. pulumi_oci/servicemesh/outputs.py +24 -8
  275. pulumi_oci/stackmonitoring/_inputs.py +56 -40
  276. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  277. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  278. pulumi_oci/stackmonitoring/outputs.py +56 -40
  279. pulumi_oci/visualbuilder/_inputs.py +2 -6
  280. pulumi_oci/visualbuilder/outputs.py +6 -18
  281. pulumi_oci/vnmonitoring/_inputs.py +42 -10
  282. pulumi_oci/vnmonitoring/outputs.py +42 -10
  283. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  284. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  285. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  286. pulumi_oci/waas/_inputs.py +205 -133
  287. pulumi_oci/waas/outputs.py +205 -133
  288. pulumi_oci/waas/policy.py +7 -7
  289. pulumi_oci/waas/protection_rule.py +7 -7
  290. pulumi_oci/waf/_inputs.py +30 -36
  291. pulumi_oci/waf/network_address_list.py +7 -7
  292. pulumi_oci/waf/outputs.py +30 -36
  293. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/METADATA +1 -1
  294. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/RECORD +296 -307
  295. pulumi_oci/cloudguard/adhoc_query.py +0 -596
  296. pulumi_oci/cloudguard/get_adhoc_queries.py +0 -253
  297. pulumi_oci/cloudguard/get_adhoc_query.py +0 -249
  298. pulumi_oci/cloudguard/get_saved_queries.py +0 -190
  299. pulumi_oci/cloudguard/get_saved_query.py +0 -235
  300. pulumi_oci/cloudguard/get_wlp_agent.py +0 -258
  301. pulumi_oci/cloudguard/get_wlp_agents.py +0 -136
  302. pulumi_oci/cloudguard/saved_query.py +0 -595
  303. pulumi_oci/cloudguard/wlp_agent.py +0 -654
  304. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
  305. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
  306. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/WHEEL +0 -0
  307. {pulumi_oci-1.37.0.dist-info → pulumi_oci-1.37.0a1715927489.dist-info}/top_level.txt +0 -0
@@ -122,17 +122,17 @@ class DomainsAppArgs:
122
122
  * required: true
123
123
  * returned: default
124
124
  * type: complex
125
- :param pulumi.Input[str] display_name: (Updatable) Display name of the application. Display name is intended to be user-friendly, and an administrator can change the value at any time.
125
+ :param pulumi.Input[str] display_name: (Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
126
126
 
127
127
  **SCIM++ Properties:**
128
128
  * caseExact: false
129
- * idcsSearchable: true
129
+ * idcsSearchable: false
130
130
  * multiValued: false
131
131
  * mutability: readWrite
132
- * required: true
133
- * returned: always
132
+ * required: false
133
+ * returned: default
134
134
  * type: string
135
- * uniqueness: server
135
+ * uniqueness: none
136
136
  :param pulumi.Input[str] idcs_endpoint: The basic endpoint for the identity domain
137
137
  :param pulumi.Input[Sequence[pulumi.Input[str]]] schemas: (Updatable) REQUIRED. The schemas attribute is an array of Strings which allows introspection of the supported schema version for a SCIM representation as well any schema extensions supported by that representation. Each String value must be a unique URI. This specification defines URIs for User, Group, and a standard \\"enterprise\\" extension. All representations of SCIM schema MUST include a non-zero value array with value(s) of the URIs supported by that representation. Duplicate values MUST NOT be included. Value order is not specified and MUST not impact behavior.
138
138
 
@@ -145,15 +145,16 @@ class DomainsAppArgs:
145
145
  * returned: default
146
146
  * type: string
147
147
  * uniqueness: none
148
- :param pulumi.Input[int] access_token_expiry: (Updatable) Expiry-time in seconds for an Access Token. Any token that allows access to this App will expire after the specified duration.
148
+ :param pulumi.Input[int] access_token_expiry: (Updatable) Access token expiry
149
149
 
150
150
  **SCIM++ Properties:**
151
- * idcsSearchable: false
151
+ * caseExact: true
152
+ * idcsSearchable: true
152
153
  * multiValued: false
153
154
  * mutability: readWrite
154
155
  * required: false
155
156
  * returned: default
156
- * type: integer
157
+ * type: dateTime
157
158
  * uniqueness: none
158
159
  :param pulumi.Input[bool] active: (Updatable) If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
159
160
 
@@ -404,13 +405,12 @@ class DomainsAppArgs:
404
405
  * returned: default
405
406
  * type: string
406
407
  * uniqueness: none
407
- :param pulumi.Input[str] description: (Updatable) Description of the application.
408
+ :param pulumi.Input[str] description: (Updatable) The description of the AppRole.
408
409
 
409
410
  **SCIM++ Properties:**
410
- * caseExact: false
411
- * idcsSearchable: true
411
+ * idcsSearchable: false
412
412
  * multiValued: false
413
- * mutability: readWrite
413
+ * mutability: readOnly
414
414
  * required: false
415
415
  * returned: default
416
416
  * type: string
@@ -710,17 +710,20 @@ class DomainsAppArgs:
710
710
  * returned: default
711
711
  * type: string
712
712
  * uniqueness: none
713
- :param pulumi.Input[str] name: Name of the application. Also serves as username if the application authenticates to Oracle Public Cloud infrastructure. This name may not be user-friendly and cannot be changed once an App is created.
713
+ :param pulumi.Input[str] name: (Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
714
+
715
+ **Deprecated Since: 18.2.2**
714
716
 
715
717
  **SCIM++ Properties:**
716
718
  * caseExact: false
717
- * idcsSearchable: true
719
+ * idcsSearchable: false
720
+ * idcsValuePersistedInOtherAttribute: true
718
721
  * multiValued: false
719
- * mutability: immutable
720
- * required: false
722
+ * mutability: readWrite
723
+ * required: true
721
724
  * returned: default
722
725
  * type: string
723
- * uniqueness: server
726
+ * uniqueness: none
724
727
  :param pulumi.Input[str] ocid: (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
725
728
 
726
729
  **SCIM++ Properties:**
@@ -1199,17 +1202,17 @@ class DomainsAppArgs:
1199
1202
  @pulumi.getter(name="displayName")
1200
1203
  def display_name(self) -> pulumi.Input[str]:
1201
1204
  """
1202
- (Updatable) Display name of the application. Display name is intended to be user-friendly, and an administrator can change the value at any time.
1205
+ (Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
1203
1206
 
1204
1207
  **SCIM++ Properties:**
1205
1208
  * caseExact: false
1206
- * idcsSearchable: true
1209
+ * idcsSearchable: false
1207
1210
  * multiValued: false
1208
1211
  * mutability: readWrite
1209
- * required: true
1210
- * returned: always
1212
+ * required: false
1213
+ * returned: default
1211
1214
  * type: string
1212
- * uniqueness: server
1215
+ * uniqueness: none
1213
1216
  """
1214
1217
  return pulumi.get(self, "display_name")
1215
1218
 
@@ -1255,15 +1258,16 @@ class DomainsAppArgs:
1255
1258
  @pulumi.getter(name="accessTokenExpiry")
1256
1259
  def access_token_expiry(self) -> Optional[pulumi.Input[int]]:
1257
1260
  """
1258
- (Updatable) Expiry-time in seconds for an Access Token. Any token that allows access to this App will expire after the specified duration.
1261
+ (Updatable) Access token expiry
1259
1262
 
1260
1263
  **SCIM++ Properties:**
1261
- * idcsSearchable: false
1264
+ * caseExact: true
1265
+ * idcsSearchable: true
1262
1266
  * multiValued: false
1263
1267
  * mutability: readWrite
1264
1268
  * required: false
1265
1269
  * returned: default
1266
- * type: integer
1270
+ * type: dateTime
1267
1271
  * uniqueness: none
1268
1272
  """
1269
1273
  return pulumi.get(self, "access_token_expiry")
@@ -1800,13 +1804,12 @@ class DomainsAppArgs:
1800
1804
  @pulumi.getter
1801
1805
  def description(self) -> Optional[pulumi.Input[str]]:
1802
1806
  """
1803
- (Updatable) Description of the application.
1807
+ (Updatable) The description of the AppRole.
1804
1808
 
1805
1809
  **SCIM++ Properties:**
1806
- * caseExact: false
1807
- * idcsSearchable: true
1810
+ * idcsSearchable: false
1808
1811
  * multiValued: false
1809
- * mutability: readWrite
1812
+ * mutability: readOnly
1810
1813
  * required: false
1811
1814
  * returned: default
1812
1815
  * type: string
@@ -2414,17 +2417,20 @@ class DomainsAppArgs:
2414
2417
  @pulumi.getter
2415
2418
  def name(self) -> Optional[pulumi.Input[str]]:
2416
2419
  """
2417
- Name of the application. Also serves as username if the application authenticates to Oracle Public Cloud infrastructure. This name may not be user-friendly and cannot be changed once an App is created.
2420
+ (Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
2421
+
2422
+ **Deprecated Since: 18.2.2**
2418
2423
 
2419
2424
  **SCIM++ Properties:**
2420
2425
  * caseExact: false
2421
- * idcsSearchable: true
2426
+ * idcsSearchable: false
2427
+ * idcsValuePersistedInOtherAttribute: true
2422
2428
  * multiValued: false
2423
- * mutability: immutable
2424
- * required: false
2429
+ * mutability: readWrite
2430
+ * required: true
2425
2431
  * returned: default
2426
2432
  * type: string
2427
- * uniqueness: server
2433
+ * uniqueness: none
2428
2434
  """
2429
2435
  return pulumi.get(self, "name")
2430
2436
 
@@ -3221,15 +3227,16 @@ class _DomainsAppState:
3221
3227
  user_roles: Optional[pulumi.Input[Sequence[pulumi.Input['DomainsAppUserRoleArgs']]]] = None):
3222
3228
  """
3223
3229
  Input properties used for looking up and filtering DomainsApp resources.
3224
- :param pulumi.Input[int] access_token_expiry: (Updatable) Expiry-time in seconds for an Access Token. Any token that allows access to this App will expire after the specified duration.
3230
+ :param pulumi.Input[int] access_token_expiry: (Updatable) Access token expiry
3225
3231
 
3226
3232
  **SCIM++ Properties:**
3227
- * idcsSearchable: false
3233
+ * caseExact: true
3234
+ * idcsSearchable: true
3228
3235
  * multiValued: false
3229
3236
  * mutability: readWrite
3230
3237
  * required: false
3231
3238
  * returned: default
3232
- * type: integer
3239
+ * type: dateTime
3233
3240
  * uniqueness: none
3234
3241
  :param pulumi.Input[Sequence[pulumi.Input['DomainsAppAccountArgs']]] accounts: (Updatable) Accounts of App
3235
3242
 
@@ -3568,13 +3575,12 @@ class _DomainsAppState:
3568
3575
  * returned: default
3569
3576
  * type: boolean
3570
3577
  * uniqueness: none
3571
- :param pulumi.Input[str] description: (Updatable) Description of the application.
3578
+ :param pulumi.Input[str] description: (Updatable) The description of the AppRole.
3572
3579
 
3573
3580
  **SCIM++ Properties:**
3574
- * caseExact: false
3575
- * idcsSearchable: true
3581
+ * idcsSearchable: false
3576
3582
  * multiValued: false
3577
- * mutability: readWrite
3583
+ * mutability: readOnly
3578
3584
  * required: false
3579
3585
  * returned: default
3580
3586
  * type: string
@@ -3591,17 +3597,17 @@ class _DomainsAppState:
3591
3597
  * returned: always
3592
3598
  * type: boolean
3593
3599
  * uniqueness: none
3594
- :param pulumi.Input[str] display_name: (Updatable) Display name of the application. Display name is intended to be user-friendly, and an administrator can change the value at any time.
3600
+ :param pulumi.Input[str] display_name: (Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
3595
3601
 
3596
3602
  **SCIM++ Properties:**
3597
3603
  * caseExact: false
3598
- * idcsSearchable: true
3604
+ * idcsSearchable: false
3599
3605
  * multiValued: false
3600
3606
  * mutability: readWrite
3601
- * required: true
3602
- * returned: always
3607
+ * required: false
3608
+ * returned: default
3603
3609
  * type: string
3604
- * uniqueness: server
3610
+ * uniqueness: none
3605
3611
  :param pulumi.Input[str] domain_ocid: (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
3606
3612
 
3607
3613
  **SCIM++ Properties:**
@@ -4059,17 +4065,20 @@ class _DomainsAppState:
4059
4065
  * returned: default
4060
4066
  * type: boolean
4061
4067
  * uniqueness: none
4062
- :param pulumi.Input[str] name: Name of the application. Also serves as username if the application authenticates to Oracle Public Cloud infrastructure. This name may not be user-friendly and cannot be changed once an App is created.
4068
+ :param pulumi.Input[str] name: (Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
4069
+
4070
+ **Deprecated Since: 18.2.2**
4063
4071
 
4064
4072
  **SCIM++ Properties:**
4065
4073
  * caseExact: false
4066
- * idcsSearchable: true
4074
+ * idcsSearchable: false
4075
+ * idcsValuePersistedInOtherAttribute: true
4067
4076
  * multiValued: false
4068
- * mutability: immutable
4069
- * required: false
4077
+ * mutability: readWrite
4078
+ * required: true
4070
4079
  * returned: default
4071
4080
  * type: string
4072
- * uniqueness: server
4081
+ * uniqueness: none
4073
4082
  :param pulumi.Input[str] ocid: (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
4074
4083
 
4075
4084
  **SCIM++ Properties:**
@@ -4626,15 +4635,16 @@ class _DomainsAppState:
4626
4635
  @pulumi.getter(name="accessTokenExpiry")
4627
4636
  def access_token_expiry(self) -> Optional[pulumi.Input[int]]:
4628
4637
  """
4629
- (Updatable) Expiry-time in seconds for an Access Token. Any token that allows access to this App will expire after the specified duration.
4638
+ (Updatable) Access token expiry
4630
4639
 
4631
4640
  **SCIM++ Properties:**
4632
- * idcsSearchable: false
4641
+ * caseExact: true
4642
+ * idcsSearchable: true
4633
4643
  * multiValued: false
4634
4644
  * mutability: readWrite
4635
4645
  * required: false
4636
4646
  * returned: default
4637
- * type: integer
4647
+ * type: dateTime
4638
4648
  * uniqueness: none
4639
4649
  """
4640
4650
  return pulumi.get(self, "access_token_expiry")
@@ -5347,13 +5357,12 @@ class _DomainsAppState:
5347
5357
  @pulumi.getter
5348
5358
  def description(self) -> Optional[pulumi.Input[str]]:
5349
5359
  """
5350
- (Updatable) Description of the application.
5360
+ (Updatable) The description of the AppRole.
5351
5361
 
5352
5362
  **SCIM++ Properties:**
5353
- * caseExact: false
5354
- * idcsSearchable: true
5363
+ * idcsSearchable: false
5355
5364
  * multiValued: false
5356
- * mutability: readWrite
5365
+ * mutability: readOnly
5357
5366
  * required: false
5358
5367
  * returned: default
5359
5368
  * type: string
@@ -5392,17 +5401,17 @@ class _DomainsAppState:
5392
5401
  @pulumi.getter(name="displayName")
5393
5402
  def display_name(self) -> Optional[pulumi.Input[str]]:
5394
5403
  """
5395
- (Updatable) Display name of the application. Display name is intended to be user-friendly, and an administrator can change the value at any time.
5404
+ (Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
5396
5405
 
5397
5406
  **SCIM++ Properties:**
5398
5407
  * caseExact: false
5399
- * idcsSearchable: true
5408
+ * idcsSearchable: false
5400
5409
  * multiValued: false
5401
5410
  * mutability: readWrite
5402
- * required: true
5403
- * returned: always
5411
+ * required: false
5412
+ * returned: default
5404
5413
  * type: string
5405
- * uniqueness: server
5414
+ * uniqueness: none
5406
5415
  """
5407
5416
  return pulumi.get(self, "display_name")
5408
5417
 
@@ -6344,17 +6353,20 @@ class _DomainsAppState:
6344
6353
  @pulumi.getter
6345
6354
  def name(self) -> Optional[pulumi.Input[str]]:
6346
6355
  """
6347
- Name of the application. Also serves as username if the application authenticates to Oracle Public Cloud infrastructure. This name may not be user-friendly and cannot be changed once an App is created.
6356
+ (Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
6357
+
6358
+ **Deprecated Since: 18.2.2**
6348
6359
 
6349
6360
  **SCIM++ Properties:**
6350
6361
  * caseExact: false
6351
- * idcsSearchable: true
6362
+ * idcsSearchable: false
6363
+ * idcsValuePersistedInOtherAttribute: true
6352
6364
  * multiValued: false
6353
- * mutability: immutable
6354
- * required: false
6365
+ * mutability: readWrite
6366
+ * required: true
6355
6367
  * returned: default
6356
6368
  * type: string
6357
- * uniqueness: server
6369
+ * uniqueness: none
6358
6370
  """
6359
6371
  return pulumi.get(self, "name")
6360
6372
 
@@ -7227,15 +7239,16 @@ class DomainsApp(pulumi.CustomResource):
7227
7239
 
7228
7240
  :param str resource_name: The name of the resource.
7229
7241
  :param pulumi.ResourceOptions opts: Options for the resource.
7230
- :param pulumi.Input[int] access_token_expiry: (Updatable) Expiry-time in seconds for an Access Token. Any token that allows access to this App will expire after the specified duration.
7242
+ :param pulumi.Input[int] access_token_expiry: (Updatable) Access token expiry
7231
7243
 
7232
7244
  **SCIM++ Properties:**
7233
- * idcsSearchable: false
7245
+ * caseExact: true
7246
+ * idcsSearchable: true
7234
7247
  * multiValued: false
7235
7248
  * mutability: readWrite
7236
7249
  * required: false
7237
7250
  * returned: default
7238
- * type: integer
7251
+ * type: dateTime
7239
7252
  * uniqueness: none
7240
7253
  :param pulumi.Input[bool] active: (Updatable) If true, this App is able to participate in runtime services, such as automatic-login, OAuth, and SAML. If false, all runtime services are disabled for this App, and only administrative operations can be performed.
7241
7254
 
@@ -7495,13 +7508,12 @@ class DomainsApp(pulumi.CustomResource):
7495
7508
  * returned: default
7496
7509
  * type: string
7497
7510
  * uniqueness: none
7498
- :param pulumi.Input[str] description: (Updatable) Description of the application.
7511
+ :param pulumi.Input[str] description: (Updatable) The description of the AppRole.
7499
7512
 
7500
7513
  **SCIM++ Properties:**
7501
- * caseExact: false
7502
- * idcsSearchable: true
7514
+ * idcsSearchable: false
7503
7515
  * multiValued: false
7504
- * mutability: readWrite
7516
+ * mutability: readOnly
7505
7517
  * required: false
7506
7518
  * returned: default
7507
7519
  * type: string
@@ -7518,17 +7530,17 @@ class DomainsApp(pulumi.CustomResource):
7518
7530
  * returned: always
7519
7531
  * type: boolean
7520
7532
  * uniqueness: none
7521
- :param pulumi.Input[str] display_name: (Updatable) Display name of the application. Display name is intended to be user-friendly, and an administrator can change the value at any time.
7533
+ :param pulumi.Input[str] display_name: (Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
7522
7534
 
7523
7535
  **SCIM++ Properties:**
7524
7536
  * caseExact: false
7525
- * idcsSearchable: true
7537
+ * idcsSearchable: false
7526
7538
  * multiValued: false
7527
7539
  * mutability: readWrite
7528
- * required: true
7529
- * returned: always
7540
+ * required: false
7541
+ * returned: default
7530
7542
  * type: string
7531
- * uniqueness: server
7543
+ * uniqueness: none
7532
7544
  :param pulumi.Input[str] error_page_url: (Updatable) This attribute specifies the URL of the page to which an application will redirect an end-user in case of error.
7533
7545
 
7534
7546
  **SCIM++ Properties:**
@@ -7813,17 +7825,20 @@ class DomainsApp(pulumi.CustomResource):
7813
7825
  * returned: default
7814
7826
  * type: string
7815
7827
  * uniqueness: none
7816
- :param pulumi.Input[str] name: Name of the application. Also serves as username if the application authenticates to Oracle Public Cloud infrastructure. This name may not be user-friendly and cannot be changed once an App is created.
7828
+ :param pulumi.Input[str] name: (Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
7829
+
7830
+ **Deprecated Since: 18.2.2**
7817
7831
 
7818
7832
  **SCIM++ Properties:**
7819
7833
  * caseExact: false
7820
- * idcsSearchable: true
7834
+ * idcsSearchable: false
7835
+ * idcsValuePersistedInOtherAttribute: true
7821
7836
  * multiValued: false
7822
- * mutability: immutable
7823
- * required: false
7837
+ * mutability: readWrite
7838
+ * required: true
7824
7839
  * returned: default
7825
7840
  * type: string
7826
- * uniqueness: server
7841
+ * uniqueness: none
7827
7842
  :param pulumi.Input[str] ocid: (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
7828
7843
 
7829
7844
  **SCIM++ Properties:**
@@ -8507,15 +8522,16 @@ class DomainsApp(pulumi.CustomResource):
8507
8522
  :param str resource_name: The unique name of the resulting resource.
8508
8523
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
8509
8524
  :param pulumi.ResourceOptions opts: Options for the resource.
8510
- :param pulumi.Input[int] access_token_expiry: (Updatable) Expiry-time in seconds for an Access Token. Any token that allows access to this App will expire after the specified duration.
8525
+ :param pulumi.Input[int] access_token_expiry: (Updatable) Access token expiry
8511
8526
 
8512
8527
  **SCIM++ Properties:**
8513
- * idcsSearchable: false
8528
+ * caseExact: true
8529
+ * idcsSearchable: true
8514
8530
  * multiValued: false
8515
8531
  * mutability: readWrite
8516
8532
  * required: false
8517
8533
  * returned: default
8518
- * type: integer
8534
+ * type: dateTime
8519
8535
  * uniqueness: none
8520
8536
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DomainsAppAccountArgs']]]] accounts: (Updatable) Accounts of App
8521
8537
 
@@ -8854,13 +8870,12 @@ class DomainsApp(pulumi.CustomResource):
8854
8870
  * returned: default
8855
8871
  * type: boolean
8856
8872
  * uniqueness: none
8857
- :param pulumi.Input[str] description: (Updatable) Description of the application.
8873
+ :param pulumi.Input[str] description: (Updatable) The description of the AppRole.
8858
8874
 
8859
8875
  **SCIM++ Properties:**
8860
- * caseExact: false
8861
- * idcsSearchable: true
8876
+ * idcsSearchable: false
8862
8877
  * multiValued: false
8863
- * mutability: readWrite
8878
+ * mutability: readOnly
8864
8879
  * required: false
8865
8880
  * returned: default
8866
8881
  * type: string
@@ -8877,17 +8892,17 @@ class DomainsApp(pulumi.CustomResource):
8877
8892
  * returned: always
8878
8893
  * type: boolean
8879
8894
  * uniqueness: none
8880
- :param pulumi.Input[str] display_name: (Updatable) Display name of the application. Display name is intended to be user-friendly, and an administrator can change the value at any time.
8895
+ :param pulumi.Input[str] display_name: (Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
8881
8896
 
8882
8897
  **SCIM++ Properties:**
8883
8898
  * caseExact: false
8884
- * idcsSearchable: true
8899
+ * idcsSearchable: false
8885
8900
  * multiValued: false
8886
8901
  * mutability: readWrite
8887
- * required: true
8888
- * returned: always
8902
+ * required: false
8903
+ * returned: default
8889
8904
  * type: string
8890
- * uniqueness: server
8905
+ * uniqueness: none
8891
8906
  :param pulumi.Input[str] domain_ocid: (Updatable) Oracle Cloud Infrastructure Domain Id (ocid) in which the resource lives.
8892
8907
 
8893
8908
  **SCIM++ Properties:**
@@ -9345,17 +9360,20 @@ class DomainsApp(pulumi.CustomResource):
9345
9360
  * returned: default
9346
9361
  * type: boolean
9347
9362
  * uniqueness: none
9348
- :param pulumi.Input[str] name: Name of the application. Also serves as username if the application authenticates to Oracle Public Cloud infrastructure. This name may not be user-friendly and cannot be changed once an App is created.
9363
+ :param pulumi.Input[str] name: (Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
9364
+
9365
+ **Deprecated Since: 18.2.2**
9349
9366
 
9350
9367
  **SCIM++ Properties:**
9351
9368
  * caseExact: false
9352
- * idcsSearchable: true
9369
+ * idcsSearchable: false
9370
+ * idcsValuePersistedInOtherAttribute: true
9353
9371
  * multiValued: false
9354
- * mutability: immutable
9355
- * required: false
9372
+ * mutability: readWrite
9373
+ * required: true
9356
9374
  * returned: default
9357
9375
  * type: string
9358
- * uniqueness: server
9376
+ * uniqueness: none
9359
9377
  :param pulumi.Input[str] ocid: (Updatable) Unique Oracle Cloud Infrastructure identifier for the SCIM Resource.
9360
9378
 
9361
9379
  **SCIM++ Properties:**
@@ -9796,15 +9814,16 @@ class DomainsApp(pulumi.CustomResource):
9796
9814
  @pulumi.getter(name="accessTokenExpiry")
9797
9815
  def access_token_expiry(self) -> pulumi.Output[int]:
9798
9816
  """
9799
- (Updatable) Expiry-time in seconds for an Access Token. Any token that allows access to this App will expire after the specified duration.
9817
+ (Updatable) Access token expiry
9800
9818
 
9801
9819
  **SCIM++ Properties:**
9802
- * idcsSearchable: false
9820
+ * caseExact: true
9821
+ * idcsSearchable: true
9803
9822
  * multiValued: false
9804
9823
  * mutability: readWrite
9805
9824
  * required: false
9806
9825
  * returned: default
9807
- * type: integer
9826
+ * type: dateTime
9808
9827
  * uniqueness: none
9809
9828
  """
9810
9829
  return pulumi.get(self, "access_token_expiry")
@@ -10381,13 +10400,12 @@ class DomainsApp(pulumi.CustomResource):
10381
10400
  @pulumi.getter
10382
10401
  def description(self) -> pulumi.Output[str]:
10383
10402
  """
10384
- (Updatable) Description of the application.
10403
+ (Updatable) The description of the AppRole.
10385
10404
 
10386
10405
  **SCIM++ Properties:**
10387
- * caseExact: false
10388
- * idcsSearchable: true
10406
+ * idcsSearchable: false
10389
10407
  * multiValued: false
10390
- * mutability: readWrite
10408
+ * mutability: readOnly
10391
10409
  * required: false
10392
10410
  * returned: default
10393
10411
  * type: string
@@ -10418,17 +10436,17 @@ class DomainsApp(pulumi.CustomResource):
10418
10436
  @pulumi.getter(name="displayName")
10419
10437
  def display_name(self) -> pulumi.Output[str]:
10420
10438
  """
10421
- (Updatable) Display name of the application. Display name is intended to be user-friendly, and an administrator can change the value at any time.
10439
+ (Updatable) Display name of the flatfile bundle configuration property. This attribute maps to \\"displayName\\" attribute in \\"ConfigurationProperty\\" in ICF.
10422
10440
 
10423
10441
  **SCIM++ Properties:**
10424
10442
  * caseExact: false
10425
- * idcsSearchable: true
10443
+ * idcsSearchable: false
10426
10444
  * multiValued: false
10427
10445
  * mutability: readWrite
10428
- * required: true
10429
- * returned: always
10446
+ * required: false
10447
+ * returned: default
10430
10448
  * type: string
10431
- * uniqueness: server
10449
+ * uniqueness: none
10432
10450
  """
10433
10451
  return pulumi.get(self, "display_name")
10434
10452
 
@@ -11194,17 +11212,20 @@ class DomainsApp(pulumi.CustomResource):
11194
11212
  @pulumi.getter
11195
11213
  def name(self) -> pulumi.Output[str]:
11196
11214
  """
11197
- Name of the application. Also serves as username if the application authenticates to Oracle Public Cloud infrastructure. This name may not be user-friendly and cannot be changed once an App is created.
11215
+ (Updatable) The attribute represents the name of the attribute that will be used in the Security Assertion Markup Language (SAML) assertion
11216
+
11217
+ **Deprecated Since: 18.2.2**
11198
11218
 
11199
11219
  **SCIM++ Properties:**
11200
11220
  * caseExact: false
11201
- * idcsSearchable: true
11221
+ * idcsSearchable: false
11222
+ * idcsValuePersistedInOtherAttribute: true
11202
11223
  * multiValued: false
11203
- * mutability: immutable
11204
- * required: false
11224
+ * mutability: readWrite
11225
+ * required: true
11205
11226
  * returned: default
11206
11227
  * type: string
11207
- * uniqueness: server
11228
+ * uniqueness: none
11208
11229
  """
11209
11230
  return pulumi.get(self, "name")
11210
11231