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
@@ -33,7 +33,7 @@ class MaskingPolicyArgs:
33
33
  recompile: Optional[pulumi.Input[str]] = None):
34
34
  """
35
35
  The set of arguments for constructing a MaskingPolicy resource.
36
- :param pulumi.Input[Sequence[pulumi.Input['MaskingPolicyColumnSourceArgs']]] column_sources: (Updatable) Details to associate a column source with a masking policy.
36
+ :param pulumi.Input[Sequence[pulumi.Input['MaskingPolicyColumnSourceArgs']]] column_sources: (Updatable) The source of masking columns.
37
37
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the masking policy should be created.
38
38
  :param pulumi.Input[int] add_masking_columns_from_sdm_trigger: (Updatable) An optional property when incremented triggers Add Masking Columns From Sdm. Could be set to any integer value.
39
39
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
@@ -86,7 +86,7 @@ class MaskingPolicyArgs:
86
86
  @pulumi.getter(name="columnSources")
87
87
  def column_sources(self) -> pulumi.Input[Sequence[pulumi.Input['MaskingPolicyColumnSourceArgs']]]:
88
88
  """
89
- (Updatable) Details to associate a column source with a masking policy.
89
+ (Updatable) The source of masking columns.
90
90
  """
91
91
  return pulumi.get(self, "column_sources")
92
92
 
@@ -291,7 +291,7 @@ class _MaskingPolicyState:
291
291
  """
292
292
  Input properties used for looking up and filtering MaskingPolicy resources.
293
293
  :param pulumi.Input[int] add_masking_columns_from_sdm_trigger: (Updatable) An optional property when incremented triggers Add Masking Columns From Sdm. Could be set to any integer value.
294
- :param pulumi.Input[Sequence[pulumi.Input['MaskingPolicyColumnSourceArgs']]] column_sources: (Updatable) Details to associate a column source with a masking policy.
294
+ :param pulumi.Input[Sequence[pulumi.Input['MaskingPolicyColumnSourceArgs']]] column_sources: (Updatable) The source of masking columns.
295
295
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the masking policy should be created.
296
296
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
297
297
  :param pulumi.Input[str] description: (Updatable) The description of the masking policy.
@@ -366,7 +366,7 @@ class _MaskingPolicyState:
366
366
  @pulumi.getter(name="columnSources")
367
367
  def column_sources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MaskingPolicyColumnSourceArgs']]]]:
368
368
  """
369
- (Updatable) Details to associate a column source with a masking policy.
369
+ (Updatable) The source of masking columns.
370
370
  """
371
371
  return pulumi.get(self, "column_sources")
372
372
 
@@ -654,7 +654,7 @@ class MaskingPolicy(pulumi.CustomResource):
654
654
  :param str resource_name: The name of the resource.
655
655
  :param pulumi.ResourceOptions opts: Options for the resource.
656
656
  :param pulumi.Input[int] add_masking_columns_from_sdm_trigger: (Updatable) An optional property when incremented triggers Add Masking Columns From Sdm. Could be set to any integer value.
657
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['MaskingPolicyColumnSourceArgs']]]] column_sources: (Updatable) Details to associate a column source with a masking policy.
657
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['MaskingPolicyColumnSourceArgs']]]] column_sources: (Updatable) The source of masking columns.
658
658
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the masking policy should be created.
659
659
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
660
660
  :param pulumi.Input[str] description: (Updatable) The description of the masking policy.
@@ -835,7 +835,7 @@ class MaskingPolicy(pulumi.CustomResource):
835
835
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
836
836
  :param pulumi.ResourceOptions opts: Options for the resource.
837
837
  :param pulumi.Input[int] add_masking_columns_from_sdm_trigger: (Updatable) An optional property when incremented triggers Add Masking Columns From Sdm. Could be set to any integer value.
838
- :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['MaskingPolicyColumnSourceArgs']]]] column_sources: (Updatable) Details to associate a column source with a masking policy.
838
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['MaskingPolicyColumnSourceArgs']]]] column_sources: (Updatable) The source of masking columns.
839
839
  :param pulumi.Input[str] compartment_id: (Updatable) The OCID of the compartment where the masking policy should be created.
840
840
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
841
841
  :param pulumi.Input[str] description: (Updatable) The description of the masking policy.
@@ -893,7 +893,7 @@ class MaskingPolicy(pulumi.CustomResource):
893
893
  @pulumi.getter(name="columnSources")
894
894
  def column_sources(self) -> pulumi.Output[Sequence['outputs.MaskingPolicyColumnSource']]:
895
895
  """
896
- (Updatable) Details to associate a column source with a masking policy.
896
+ (Updatable) The source of masking columns.
897
897
  """
898
898
  return pulumi.get(self, "column_sources")
899
899
 
@@ -2023,7 +2023,7 @@ class MaskingPoliciesMaskingColumnMaskingFormat(dict):
2023
2023
  """
2024
2024
  :param Sequence['MaskingPoliciesMaskingColumnMaskingFormatFormatEntryArgs'] format_entries: (Updatable) An array of format entries. The combined output of all the format entries is used for masking the column data values.
2025
2025
  :param str condition: (Updatable) A condition that must be true for applying the masking format. It can be any valid SQL construct that can be used in a SQL predicate. It enables you to do <a href="https://docs.oracle.com/en/cloud/paas/data-safe/udscs/conditional-masking.html">conditional masking</a> so that you can mask the column data values differently using different masking formats and the associated conditions.
2026
- :param str description: (Updatable) The description of the masking format.
2026
+ :param str description: (Updatable) The description of the format entry.
2027
2027
  """
2028
2028
  pulumi.set(__self__, "format_entries", format_entries)
2029
2029
  if condition is not None:
@@ -2051,7 +2051,7 @@ class MaskingPoliciesMaskingColumnMaskingFormat(dict):
2051
2051
  @pulumi.getter
2052
2052
  def description(self) -> Optional[str]:
2053
2053
  """
2054
- (Updatable) The description of the masking format.
2054
+ (Updatable) The description of the format entry.
2055
2055
  """
2056
2056
  return pulumi.get(self, "description")
2057
2057
 
@@ -2159,7 +2159,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntry(dict):
2159
2159
 
2160
2160
  If a regular expression is provided, the column values in all the rows must match the regular expression. Deterministic Encryption supports a subset of the regular expression language. It supports encryption of fixed-length strings, and does not support * or + syntax of regular expressions. The encrypted values also match the regular expression, which helps to ensure that the original format is preserved. If an original value does not match the regular expression, Deterministic Encryption might not produce a one-to-one mapping. All non-confirming values are mapped to a single encrypted value, thereby producing a many-to-one mapping.
2161
2161
  :param str replace_with: (Updatable) The value that should be used to replace the data matching the regular expression. It can be a fixed string, fixed number, null value, or SQL expression.
2162
- :param str schema_name: (Updatable) The name of the schema that contains the substitution column.
2162
+ :param str schema_name: The name of the schema that contains the database column. This attribute cannot be updated for an existing masking column.
2163
2163
  :param str sql_expression: (Updatable) The SQL expression to be used to generate the masked values. It can consist of one or more values, operators, and SQL functions that evaluate to a value. It can also contain substitution columns from the same table. Specify the substitution columns within percent (%) symbols.
2164
2164
  :param str start_date: (Updatable) The lower bound of the range within which all the original column values fall. The start date must be less than or equal to the end date.
2165
2165
  :param int start_length: (Updatable) The minimum number of characters the generated strings should have. It can be any integer greater than zero, but it must be less than or equal to the end length.
@@ -2352,7 +2352,7 @@ class MaskingPoliciesMaskingColumnMaskingFormatFormatEntry(dict):
2352
2352
  @pulumi.getter(name="schemaName")
2353
2353
  def schema_name(self) -> Optional[str]:
2354
2354
  """
2355
- (Updatable) The name of the schema that contains the substitution column.
2355
+ The name of the schema that contains the database column. This attribute cannot be updated for an existing masking column.
2356
2356
  """
2357
2357
  return pulumi.get(self, "schema_name")
2358
2358
 
@@ -2507,9 +2507,9 @@ class ReportDefinitionColumnFilter(dict):
2507
2507
  operator: str):
2508
2508
  """
2509
2509
  :param Sequence[str] expressions: (Updatable) An array of expressions based on the operator type. A filter may have one or more expressions.
2510
- :param str field_name: (Updatable) Name of the column on which the filter must be applied.
2510
+ :param str field_name: (Updatable) Name of the column that must be sorted.
2511
2511
  :param bool is_enabled: (Updatable) Indicates whether the filter is enabled. Values can either be 'true' or 'false'.
2512
- :param bool is_hidden: (Updatable) Indicates whether the filter is hidden. Values can either be 'true' or 'false'.
2512
+ :param bool is_hidden: (Updatable) Indicates if the summary is hidden. Values can either be 'true' or 'false'.
2513
2513
  :param str operator: (Updatable) Specifies the type of operator that must be applied for example in, eq etc.
2514
2514
  """
2515
2515
  pulumi.set(__self__, "expressions", expressions)
@@ -2530,7 +2530,7 @@ class ReportDefinitionColumnFilter(dict):
2530
2530
  @pulumi.getter(name="fieldName")
2531
2531
  def field_name(self) -> str:
2532
2532
  """
2533
- (Updatable) Name of the column on which the filter must be applied.
2533
+ (Updatable) Name of the column that must be sorted.
2534
2534
  """
2535
2535
  return pulumi.get(self, "field_name")
2536
2536
 
@@ -2546,7 +2546,7 @@ class ReportDefinitionColumnFilter(dict):
2546
2546
  @pulumi.getter(name="isHidden")
2547
2547
  def is_hidden(self) -> bool:
2548
2548
  """
2549
- (Updatable) Indicates whether the filter is hidden. Values can either be 'true' or 'false'.
2549
+ (Updatable) Indicates if the summary is hidden. Values can either be 'true' or 'false'.
2550
2550
  """
2551
2551
  return pulumi.get(self, "is_hidden")
2552
2552
 
@@ -2593,10 +2593,10 @@ class ReportDefinitionColumnInfo(dict):
2593
2593
  is_hidden: bool,
2594
2594
  data_type: Optional[str] = None):
2595
2595
  """
2596
- :param str display_name: (Updatable) Name of the column displayed on UI.
2597
- :param int display_order: (Updatable) Specifies the display order of the column.
2598
- :param str field_name: (Updatable) Specifies the corresponding field name in the data source.
2599
- :param bool is_hidden: (Updatable) Indicates if the column is hidden. Values can either be 'true' or 'false'.
2596
+ :param str display_name: (Updatable) Specifies the name of the report definition.
2597
+ :param int display_order: (Updatable) Specifies the order in which the summary must be displayed.
2598
+ :param str field_name: (Updatable) Name of the column that must be sorted.
2599
+ :param bool is_hidden: (Updatable) Indicates if the summary is hidden. Values can either be 'true' or 'false'.
2600
2600
  :param str data_type: (Updatable) Specifies the data type of the column.
2601
2601
  """
2602
2602
  pulumi.set(__self__, "display_name", display_name)
@@ -2610,7 +2610,7 @@ class ReportDefinitionColumnInfo(dict):
2610
2610
  @pulumi.getter(name="displayName")
2611
2611
  def display_name(self) -> str:
2612
2612
  """
2613
- (Updatable) Name of the column displayed on UI.
2613
+ (Updatable) Specifies the name of the report definition.
2614
2614
  """
2615
2615
  return pulumi.get(self, "display_name")
2616
2616
 
@@ -2618,7 +2618,7 @@ class ReportDefinitionColumnInfo(dict):
2618
2618
  @pulumi.getter(name="displayOrder")
2619
2619
  def display_order(self) -> int:
2620
2620
  """
2621
- (Updatable) Specifies the display order of the column.
2621
+ (Updatable) Specifies the order in which the summary must be displayed.
2622
2622
  """
2623
2623
  return pulumi.get(self, "display_order")
2624
2624
 
@@ -2626,7 +2626,7 @@ class ReportDefinitionColumnInfo(dict):
2626
2626
  @pulumi.getter(name="fieldName")
2627
2627
  def field_name(self) -> str:
2628
2628
  """
2629
- (Updatable) Specifies the corresponding field name in the data source.
2629
+ (Updatable) Name of the column that must be sorted.
2630
2630
  """
2631
2631
  return pulumi.get(self, "field_name")
2632
2632
 
@@ -2634,7 +2634,7 @@ class ReportDefinitionColumnInfo(dict):
2634
2634
  @pulumi.getter(name="isHidden")
2635
2635
  def is_hidden(self) -> bool:
2636
2636
  """
2637
- (Updatable) Indicates if the column is hidden. Values can either be 'true' or 'false'.
2637
+ (Updatable) Indicates if the summary is hidden. Values can either be 'true' or 'false'.
2638
2638
  """
2639
2639
  return pulumi.get(self, "is_hidden")
2640
2640
 
@@ -4041,15 +4041,15 @@ class TargetDatabaseDatabaseDetails(dict):
4041
4041
  service_name: Optional[str] = None,
4042
4042
  vm_cluster_id: Optional[str] = None):
4043
4043
  """
4044
- :param str database_type: (Updatable) The database type.
4045
- :param str infrastructure_type: (Updatable) The infrastructure type the database is running on.
4046
- :param str autonomous_database_id: (Updatable) The OCID of the Autonomous Database registered as a target database in Data Safe.
4047
- :param str db_system_id: (Updatable) The OCID of the cloud database registered as a target database in Data Safe.
4048
- :param str instance_id: (Updatable) The OCID of the compute instance on which the database is running.
4049
- :param Sequence[str] ip_addresses: (Updatable) The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
4050
- :param int listener_port: (Updatable) The port number of the database listener.
4051
- :param str service_name: (Updatable) The service name of the database registered as target database.
4052
- :param str vm_cluster_id: (Updatable) The OCID of the VM cluster in which the database is running.
4044
+ :param str database_type: The database type.
4045
+ :param str infrastructure_type: The infrastructure type the database is running on.
4046
+ :param str autonomous_database_id: The OCID of the Autonomous Database registered as a target database in Data Safe.
4047
+ :param str db_system_id: The OCID of the cloud database registered as a target database in Data Safe.
4048
+ :param str instance_id: The OCID of the compute instance on which the database is running.
4049
+ :param Sequence[str] ip_addresses: The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
4050
+ :param int listener_port: The port number of the database listener.
4051
+ :param str service_name: The service name of the database registered as target database.
4052
+ :param str vm_cluster_id: The OCID of the VM cluster in which the database is running.
4053
4053
  """
4054
4054
  pulumi.set(__self__, "database_type", database_type)
4055
4055
  pulumi.set(__self__, "infrastructure_type", infrastructure_type)
@@ -4072,7 +4072,7 @@ class TargetDatabaseDatabaseDetails(dict):
4072
4072
  @pulumi.getter(name="databaseType")
4073
4073
  def database_type(self) -> str:
4074
4074
  """
4075
- (Updatable) The database type.
4075
+ The database type.
4076
4076
  """
4077
4077
  return pulumi.get(self, "database_type")
4078
4078
 
@@ -4080,7 +4080,7 @@ class TargetDatabaseDatabaseDetails(dict):
4080
4080
  @pulumi.getter(name="infrastructureType")
4081
4081
  def infrastructure_type(self) -> str:
4082
4082
  """
4083
- (Updatable) The infrastructure type the database is running on.
4083
+ The infrastructure type the database is running on.
4084
4084
  """
4085
4085
  return pulumi.get(self, "infrastructure_type")
4086
4086
 
@@ -4088,7 +4088,7 @@ class TargetDatabaseDatabaseDetails(dict):
4088
4088
  @pulumi.getter(name="autonomousDatabaseId")
4089
4089
  def autonomous_database_id(self) -> Optional[str]:
4090
4090
  """
4091
- (Updatable) The OCID of the Autonomous Database registered as a target database in Data Safe.
4091
+ The OCID of the Autonomous Database registered as a target database in Data Safe.
4092
4092
  """
4093
4093
  return pulumi.get(self, "autonomous_database_id")
4094
4094
 
@@ -4096,7 +4096,7 @@ class TargetDatabaseDatabaseDetails(dict):
4096
4096
  @pulumi.getter(name="dbSystemId")
4097
4097
  def db_system_id(self) -> Optional[str]:
4098
4098
  """
4099
- (Updatable) The OCID of the cloud database registered as a target database in Data Safe.
4099
+ The OCID of the cloud database registered as a target database in Data Safe.
4100
4100
  """
4101
4101
  return pulumi.get(self, "db_system_id")
4102
4102
 
@@ -4104,7 +4104,7 @@ class TargetDatabaseDatabaseDetails(dict):
4104
4104
  @pulumi.getter(name="instanceId")
4105
4105
  def instance_id(self) -> Optional[str]:
4106
4106
  """
4107
- (Updatable) The OCID of the compute instance on which the database is running.
4107
+ The OCID of the compute instance on which the database is running.
4108
4108
  """
4109
4109
  return pulumi.get(self, "instance_id")
4110
4110
 
@@ -4112,7 +4112,7 @@ class TargetDatabaseDatabaseDetails(dict):
4112
4112
  @pulumi.getter(name="ipAddresses")
4113
4113
  def ip_addresses(self) -> Optional[Sequence[str]]:
4114
4114
  """
4115
- (Updatable) The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
4115
+ The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
4116
4116
  """
4117
4117
  return pulumi.get(self, "ip_addresses")
4118
4118
 
@@ -4120,7 +4120,7 @@ class TargetDatabaseDatabaseDetails(dict):
4120
4120
  @pulumi.getter(name="listenerPort")
4121
4121
  def listener_port(self) -> Optional[int]:
4122
4122
  """
4123
- (Updatable) The port number of the database listener.
4123
+ The port number of the database listener.
4124
4124
  """
4125
4125
  return pulumi.get(self, "listener_port")
4126
4126
 
@@ -4128,7 +4128,7 @@ class TargetDatabaseDatabaseDetails(dict):
4128
4128
  @pulumi.getter(name="serviceName")
4129
4129
  def service_name(self) -> Optional[str]:
4130
4130
  """
4131
- (Updatable) The service name of the database registered as target database.
4131
+ The service name of the database registered as target database.
4132
4132
  """
4133
4133
  return pulumi.get(self, "service_name")
4134
4134
 
@@ -4136,7 +4136,7 @@ class TargetDatabaseDatabaseDetails(dict):
4136
4136
  @pulumi.getter(name="vmClusterId")
4137
4137
  def vm_cluster_id(self) -> Optional[str]:
4138
4138
  """
4139
- (Updatable) The OCID of the VM cluster in which the database is running.
4139
+ The OCID of the VM cluster in which the database is running.
4140
4140
  """
4141
4141
  return pulumi.get(self, "vm_cluster_id")
4142
4142
 
@@ -4185,11 +4185,11 @@ class TargetDatabasePeerTargetDatabase(dict):
4185
4185
  time_created: Optional[str] = None,
4186
4186
  tls_configs: Optional[Sequence['outputs.TargetDatabasePeerTargetDatabaseTlsConfig']] = None):
4187
4187
  """
4188
- :param Sequence['TargetDatabasePeerTargetDatabaseDatabaseDetailArgs'] database_details: (Updatable) Details of the database for the registration in Data Safe.
4188
+ :param Sequence['TargetDatabasePeerTargetDatabaseDatabaseDetailArgs'] database_details: Details of the database for the registration in Data Safe.
4189
4189
  :param str database_unique_name: Unique name of the database associated to the peer target database.
4190
- :param str dataguard_association_id: The OCID of the Data Guard Association resource in which the database associated to the peer target database is considered as peer database to the primary database.
4191
- :param str description: (Updatable) The description of the target database in Data Safe.
4192
- :param str display_name: (Updatable) The display name of the target database in Data Safe. The name is modifiable and does not need to be unique.
4190
+ :param str dataguard_association_id: The OCID of the Data Guard Association resource in which the database being registered is considered as peer database to the primary database.
4191
+ :param str description: The description of the peer target database in Data Safe.
4192
+ :param str display_name: The display name of the peer target database in Data Safe. The name is modifiable and does not need to be unique.
4193
4193
  :param int key: The secondary key assigned for the peer target database in Data Safe.
4194
4194
  :param str lifecycle_details: Details about the current state of the peer target database in Data Safe.
4195
4195
  :param str role: Role of the database associated to the peer target database.
@@ -4224,7 +4224,7 @@ class TargetDatabasePeerTargetDatabase(dict):
4224
4224
  @pulumi.getter(name="databaseDetails")
4225
4225
  def database_details(self) -> Optional[Sequence['outputs.TargetDatabasePeerTargetDatabaseDatabaseDetail']]:
4226
4226
  """
4227
- (Updatable) Details of the database for the registration in Data Safe.
4227
+ Details of the database for the registration in Data Safe.
4228
4228
  """
4229
4229
  return pulumi.get(self, "database_details")
4230
4230
 
@@ -4240,7 +4240,7 @@ class TargetDatabasePeerTargetDatabase(dict):
4240
4240
  @pulumi.getter(name="dataguardAssociationId")
4241
4241
  def dataguard_association_id(self) -> Optional[str]:
4242
4242
  """
4243
- The OCID of the Data Guard Association resource in which the database associated to the peer target database is considered as peer database to the primary database.
4243
+ The OCID of the Data Guard Association resource in which the database being registered is considered as peer database to the primary database.
4244
4244
  """
4245
4245
  return pulumi.get(self, "dataguard_association_id")
4246
4246
 
@@ -4248,7 +4248,7 @@ class TargetDatabasePeerTargetDatabase(dict):
4248
4248
  @pulumi.getter
4249
4249
  def description(self) -> Optional[str]:
4250
4250
  """
4251
- (Updatable) The description of the target database in Data Safe.
4251
+ The description of the peer target database in Data Safe.
4252
4252
  """
4253
4253
  return pulumi.get(self, "description")
4254
4254
 
@@ -4256,7 +4256,7 @@ class TargetDatabasePeerTargetDatabase(dict):
4256
4256
  @pulumi.getter(name="displayName")
4257
4257
  def display_name(self) -> Optional[str]:
4258
4258
  """
4259
- (Updatable) The display name of the target database in Data Safe. The name is modifiable and does not need to be unique.
4259
+ The display name of the peer target database in Data Safe. The name is modifiable and does not need to be unique.
4260
4260
  """
4261
4261
  return pulumi.get(self, "display_name")
4262
4262
 
@@ -4355,15 +4355,15 @@ class TargetDatabasePeerTargetDatabaseDatabaseDetail(dict):
4355
4355
  service_name: Optional[str] = None,
4356
4356
  vm_cluster_id: Optional[str] = None):
4357
4357
  """
4358
- :param str autonomous_database_id: (Updatable) The OCID of the Autonomous Database registered as a target database in Data Safe.
4359
- :param str database_type: (Updatable) The database type.
4360
- :param str db_system_id: (Updatable) The OCID of the cloud database registered as a target database in Data Safe.
4361
- :param str infrastructure_type: (Updatable) The infrastructure type the database is running on.
4362
- :param str instance_id: (Updatable) The OCID of the compute instance on which the database is running.
4363
- :param Sequence[str] ip_addresses: (Updatable) The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
4364
- :param int listener_port: (Updatable) The port number of the database listener.
4365
- :param str service_name: (Updatable) The service name of the database registered as target database.
4366
- :param str vm_cluster_id: (Updatable) The OCID of the VM cluster in which the database is running.
4358
+ :param str autonomous_database_id: The OCID of the Autonomous Database registered as a target database in Data Safe.
4359
+ :param str database_type: The database type.
4360
+ :param str db_system_id: The OCID of the cloud database registered as a target database in Data Safe.
4361
+ :param str infrastructure_type: The infrastructure type the database is running on.
4362
+ :param str instance_id: The OCID of the compute instance on which the database is running.
4363
+ :param Sequence[str] ip_addresses: The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
4364
+ :param int listener_port: The port number of the database listener.
4365
+ :param str service_name: The service name of the database registered as target database.
4366
+ :param str vm_cluster_id: The OCID of the VM cluster in which the database is running.
4367
4367
  """
4368
4368
  if autonomous_database_id is not None:
4369
4369
  pulumi.set(__self__, "autonomous_database_id", autonomous_database_id)
@@ -4388,7 +4388,7 @@ class TargetDatabasePeerTargetDatabaseDatabaseDetail(dict):
4388
4388
  @pulumi.getter(name="autonomousDatabaseId")
4389
4389
  def autonomous_database_id(self) -> Optional[str]:
4390
4390
  """
4391
- (Updatable) The OCID of the Autonomous Database registered as a target database in Data Safe.
4391
+ The OCID of the Autonomous Database registered as a target database in Data Safe.
4392
4392
  """
4393
4393
  return pulumi.get(self, "autonomous_database_id")
4394
4394
 
@@ -4396,7 +4396,7 @@ class TargetDatabasePeerTargetDatabaseDatabaseDetail(dict):
4396
4396
  @pulumi.getter(name="databaseType")
4397
4397
  def database_type(self) -> Optional[str]:
4398
4398
  """
4399
- (Updatable) The database type.
4399
+ The database type.
4400
4400
  """
4401
4401
  return pulumi.get(self, "database_type")
4402
4402
 
@@ -4404,7 +4404,7 @@ class TargetDatabasePeerTargetDatabaseDatabaseDetail(dict):
4404
4404
  @pulumi.getter(name="dbSystemId")
4405
4405
  def db_system_id(self) -> Optional[str]:
4406
4406
  """
4407
- (Updatable) The OCID of the cloud database registered as a target database in Data Safe.
4407
+ The OCID of the cloud database registered as a target database in Data Safe.
4408
4408
  """
4409
4409
  return pulumi.get(self, "db_system_id")
4410
4410
 
@@ -4412,7 +4412,7 @@ class TargetDatabasePeerTargetDatabaseDatabaseDetail(dict):
4412
4412
  @pulumi.getter(name="infrastructureType")
4413
4413
  def infrastructure_type(self) -> Optional[str]:
4414
4414
  """
4415
- (Updatable) The infrastructure type the database is running on.
4415
+ The infrastructure type the database is running on.
4416
4416
  """
4417
4417
  return pulumi.get(self, "infrastructure_type")
4418
4418
 
@@ -4420,7 +4420,7 @@ class TargetDatabasePeerTargetDatabaseDatabaseDetail(dict):
4420
4420
  @pulumi.getter(name="instanceId")
4421
4421
  def instance_id(self) -> Optional[str]:
4422
4422
  """
4423
- (Updatable) The OCID of the compute instance on which the database is running.
4423
+ The OCID of the compute instance on which the database is running.
4424
4424
  """
4425
4425
  return pulumi.get(self, "instance_id")
4426
4426
 
@@ -4428,7 +4428,7 @@ class TargetDatabasePeerTargetDatabaseDatabaseDetail(dict):
4428
4428
  @pulumi.getter(name="ipAddresses")
4429
4429
  def ip_addresses(self) -> Optional[Sequence[str]]:
4430
4430
  """
4431
- (Updatable) The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
4431
+ The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
4432
4432
  """
4433
4433
  return pulumi.get(self, "ip_addresses")
4434
4434
 
@@ -4436,7 +4436,7 @@ class TargetDatabasePeerTargetDatabaseDatabaseDetail(dict):
4436
4436
  @pulumi.getter(name="listenerPort")
4437
4437
  def listener_port(self) -> Optional[int]:
4438
4438
  """
4439
- (Updatable) The port number of the database listener.
4439
+ The port number of the database listener.
4440
4440
  """
4441
4441
  return pulumi.get(self, "listener_port")
4442
4442
 
@@ -4444,7 +4444,7 @@ class TargetDatabasePeerTargetDatabaseDatabaseDetail(dict):
4444
4444
  @pulumi.getter(name="serviceName")
4445
4445
  def service_name(self) -> Optional[str]:
4446
4446
  """
4447
- (Updatable) The service name of the database registered as target database.
4447
+ The service name of the database registered as target database.
4448
4448
  """
4449
4449
  return pulumi.get(self, "service_name")
4450
4450
 
@@ -4452,7 +4452,7 @@ class TargetDatabasePeerTargetDatabaseDatabaseDetail(dict):
4452
4452
  @pulumi.getter(name="vmClusterId")
4453
4453
  def vm_cluster_id(self) -> Optional[str]:
4454
4454
  """
4455
- (Updatable) The OCID of the VM cluster in which the database is running.
4455
+ The OCID of the VM cluster in which the database is running.
4456
4456
  """
4457
4457
  return pulumi.get(self, "vm_cluster_id")
4458
4458
 
@@ -4639,7 +4639,7 @@ class TargetDatabasePeerTargetDatabaseDetail(dict):
4639
4639
  :param str dataguard_association_id: The OCID of the Data Guard Association resource in which the database being registered is considered as peer database to the primary database.
4640
4640
  :param str description: The description of the peer target database in Data Safe.
4641
4641
  :param str display_name: The display name of the peer target database in Data Safe. The name is modifiable and does not need to be unique.
4642
- :param 'TargetDatabasePeerTargetDatabaseDetailTlsConfigArgs' tls_config: The details required to establish a TLS enabled connection.
4642
+ :param 'TargetDatabasePeerTargetDatabaseDetailTlsConfigArgs' tls_config: (Updatable) The details required to establish a TLS enabled connection.
4643
4643
  """
4644
4644
  pulumi.set(__self__, "database_details", database_details)
4645
4645
  if dataguard_association_id is not None:
@@ -4687,7 +4687,7 @@ class TargetDatabasePeerTargetDatabaseDetail(dict):
4687
4687
  @pulumi.getter(name="tlsConfig")
4688
4688
  def tls_config(self) -> Optional['outputs.TargetDatabasePeerTargetDatabaseDetailTlsConfig']:
4689
4689
  """
4690
- The details required to establish a TLS enabled connection.
4690
+ (Updatable) The details required to establish a TLS enabled connection.
4691
4691
  """
4692
4692
  return pulumi.get(self, "tls_config")
4693
4693
 
@@ -4870,11 +4870,15 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfig(dict):
4870
4870
  store_password: Optional[str] = None,
4871
4871
  trust_store_content: Optional[str] = None):
4872
4872
  """
4873
- :param str status: Status to represent whether the database connection is TLS enabled or not.
4874
- :param str certificate_store_type: The format of the certificate store.
4875
- :param str key_store_content: Base64 encoded string of key store file content.
4876
- :param str store_password: The password to read the trust store and key store files, if they are password protected.
4877
- :param str trust_store_content: Base64 encoded string of trust store file content.
4873
+ :param str status: (Updatable) Status to represent whether the database connection is TLS enabled or not.
4874
+ :param str certificate_store_type: (Updatable) The format of the certificate store.
4875
+ :param str key_store_content: (Updatable) Base64 encoded string of key store file content.
4876
+ :param str store_password: (Updatable) The password to read the trust store and key store files, if they are password protected.
4877
+ :param str trust_store_content: (Updatable) Base64 encoded string of trust store file content.
4878
+
4879
+
4880
+ ** IMPORTANT **
4881
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4878
4882
  """
4879
4883
  pulumi.set(__self__, "status", status)
4880
4884
  if certificate_store_type is not None:
@@ -4890,7 +4894,7 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfig(dict):
4890
4894
  @pulumi.getter
4891
4895
  def status(self) -> str:
4892
4896
  """
4893
- Status to represent whether the database connection is TLS enabled or not.
4897
+ (Updatable) Status to represent whether the database connection is TLS enabled or not.
4894
4898
  """
4895
4899
  return pulumi.get(self, "status")
4896
4900
 
@@ -4898,7 +4902,7 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfig(dict):
4898
4902
  @pulumi.getter(name="certificateStoreType")
4899
4903
  def certificate_store_type(self) -> Optional[str]:
4900
4904
  """
4901
- The format of the certificate store.
4905
+ (Updatable) The format of the certificate store.
4902
4906
  """
4903
4907
  return pulumi.get(self, "certificate_store_type")
4904
4908
 
@@ -4906,7 +4910,7 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfig(dict):
4906
4910
  @pulumi.getter(name="keyStoreContent")
4907
4911
  def key_store_content(self) -> Optional[str]:
4908
4912
  """
4909
- Base64 encoded string of key store file content.
4913
+ (Updatable) Base64 encoded string of key store file content.
4910
4914
  """
4911
4915
  return pulumi.get(self, "key_store_content")
4912
4916
 
@@ -4914,7 +4918,7 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfig(dict):
4914
4918
  @pulumi.getter(name="storePassword")
4915
4919
  def store_password(self) -> Optional[str]:
4916
4920
  """
4917
- The password to read the trust store and key store files, if they are password protected.
4921
+ (Updatable) The password to read the trust store and key store files, if they are password protected.
4918
4922
  """
4919
4923
  return pulumi.get(self, "store_password")
4920
4924
 
@@ -4922,7 +4926,11 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfig(dict):
4922
4926
  @pulumi.getter(name="trustStoreContent")
4923
4927
  def trust_store_content(self) -> Optional[str]:
4924
4928
  """
4925
- Base64 encoded string of trust store file content.
4929
+ (Updatable) Base64 encoded string of trust store file content.
4930
+
4931
+
4932
+ ** IMPORTANT **
4933
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
4926
4934
  """
4927
4935
  return pulumi.get(self, "trust_store_content")
4928
4936
 
@@ -215,7 +215,7 @@ class _ReportDefinitionState:
215
215
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
216
216
  :param pulumi.Input[str] description: (Updatable) The description of the report definition.
217
217
  :param pulumi.Input[str] display_name: (Updatable) Specifies the name of the report definition.
218
- :param pulumi.Input[int] display_order: Specifies the order in which the summary must be displayed.
218
+ :param pulumi.Input[int] display_order: (Updatable) Specifies the order in which the summary must be displayed.
219
219
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
220
220
  :param pulumi.Input[bool] is_seeded: Signifies whether the definition is seeded or user defined. Values can either be 'true' or 'false'.
221
221
  :param pulumi.Input[str] parent_id: The OCID of the parent report definition.
@@ -225,7 +225,11 @@ class _ReportDefinitionState:
225
225
  :param pulumi.Input[str] scheduled_report_mime_type: Specifies the format of the report ( either .xls or .pdf )
226
226
  :param pulumi.Input[str] scheduled_report_name: The name of the report to be scheduled.
227
227
  :param pulumi.Input[int] scheduled_report_row_limit: Specifies the limit on the number of rows in the report.
228
- :param pulumi.Input[str] scim_filter: Additional scim filters used to get the specific summary.
228
+ :param pulumi.Input[str] scim_filter: (Updatable) Additional scim filters used to get the specific summary.
229
+
230
+
231
+ ** IMPORTANT **
232
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
229
233
  :param pulumi.Input[str] state: The current state of the report.
230
234
  :param pulumi.Input[Sequence[pulumi.Input['ReportDefinitionSummaryArgs']]] summaries: (Updatable) An array of report summary objects in the order (left to right) displayed in the report. A report summary object stores all information about summary of report to be displayed, including the name displayed on UI, the display order, corresponding group by and count of values, summary visibility (if the summary is visible to user).
231
235
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
@@ -409,7 +413,7 @@ class _ReportDefinitionState:
409
413
  @pulumi.getter(name="displayOrder")
410
414
  def display_order(self) -> Optional[pulumi.Input[int]]:
411
415
  """
412
- Specifies the order in which the summary must be displayed.
416
+ (Updatable) Specifies the order in which the summary must be displayed.
413
417
  """
414
418
  return pulumi.get(self, "display_order")
415
419
 
@@ -529,7 +533,11 @@ class _ReportDefinitionState:
529
533
  @pulumi.getter(name="scimFilter")
530
534
  def scim_filter(self) -> Optional[pulumi.Input[str]]:
531
535
  """
532
- Additional scim filters used to get the specific summary.
536
+ (Updatable) Additional scim filters used to get the specific summary.
537
+
538
+
539
+ ** IMPORTANT **
540
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
533
541
  """
534
542
  return pulumi.get(self, "scim_filter")
535
543
 
@@ -878,7 +886,7 @@ class ReportDefinition(pulumi.CustomResource):
878
886
  :param pulumi.Input[Mapping[str, Any]] defined_tags: (Updatable) Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Operations.CostCenter": "42"}`
879
887
  :param pulumi.Input[str] description: (Updatable) The description of the report definition.
880
888
  :param pulumi.Input[str] display_name: (Updatable) Specifies the name of the report definition.
881
- :param pulumi.Input[int] display_order: Specifies the order in which the summary must be displayed.
889
+ :param pulumi.Input[int] display_order: (Updatable) Specifies the order in which the summary must be displayed.
882
890
  :param pulumi.Input[Mapping[str, Any]] freeform_tags: (Updatable) Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm) Example: `{"Department": "Finance"}`
883
891
  :param pulumi.Input[bool] is_seeded: Signifies whether the definition is seeded or user defined. Values can either be 'true' or 'false'.
884
892
  :param pulumi.Input[str] parent_id: The OCID of the parent report definition.
@@ -888,7 +896,11 @@ class ReportDefinition(pulumi.CustomResource):
888
896
  :param pulumi.Input[str] scheduled_report_mime_type: Specifies the format of the report ( either .xls or .pdf )
889
897
  :param pulumi.Input[str] scheduled_report_name: The name of the report to be scheduled.
890
898
  :param pulumi.Input[int] scheduled_report_row_limit: Specifies the limit on the number of rows in the report.
891
- :param pulumi.Input[str] scim_filter: Additional scim filters used to get the specific summary.
899
+ :param pulumi.Input[str] scim_filter: (Updatable) Additional scim filters used to get the specific summary.
900
+
901
+
902
+ ** IMPORTANT **
903
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
892
904
  :param pulumi.Input[str] state: The current state of the report.
893
905
  :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['ReportDefinitionSummaryArgs']]]] summaries: (Updatable) An array of report summary objects in the order (left to right) displayed in the report. A report summary object stores all information about summary of report to be displayed, including the name displayed on UI, the display order, corresponding group by and count of values, summary visibility (if the summary is visible to user).
894
906
  :param pulumi.Input[Mapping[str, Any]] system_tags: System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: `{"orcl-cloud.free-tier-retained": "true"}`
@@ -1011,7 +1023,7 @@ class ReportDefinition(pulumi.CustomResource):
1011
1023
  @pulumi.getter(name="displayOrder")
1012
1024
  def display_order(self) -> pulumi.Output[int]:
1013
1025
  """
1014
- Specifies the order in which the summary must be displayed.
1026
+ (Updatable) Specifies the order in which the summary must be displayed.
1015
1027
  """
1016
1028
  return pulumi.get(self, "display_order")
1017
1029
 
@@ -1091,7 +1103,11 @@ class ReportDefinition(pulumi.CustomResource):
1091
1103
  @pulumi.getter(name="scimFilter")
1092
1104
  def scim_filter(self) -> pulumi.Output[str]:
1093
1105
  """
1094
- Additional scim filters used to get the specific summary.
1106
+ (Updatable) Additional scim filters used to get the specific summary.
1107
+
1108
+
1109
+ ** IMPORTANT **
1110
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
1095
1111
  """
1096
1112
  return pulumi.get(self, "scim_filter")
1097
1113