pulumi-oci 1.37.0a1715927489__py3-none-any.whl → 1.37.0a1716526633__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 +40 -0
  2. pulumi_oci/adm/_inputs.py +6 -6
  3. pulumi_oci/adm/outputs.py +6 -6
  4. pulumi_oci/aianomalydetection/_inputs.py +10 -8
  5. pulumi_oci/aianomalydetection/outputs.py +22 -8
  6. pulumi_oci/aidocument/_inputs.py +22 -18
  7. pulumi_oci/aidocument/outputs.py +36 -18
  8. pulumi_oci/ailanguage/_inputs.py +4 -20
  9. pulumi_oci/ailanguage/model.py +4 -4
  10. pulumi_oci/ailanguage/outputs.py +4 -20
  11. pulumi_oci/aivision/_inputs.py +0 -16
  12. pulumi_oci/aivision/outputs.py +0 -16
  13. pulumi_oci/analytics/_inputs.py +2 -2
  14. pulumi_oci/analytics/outputs.py +2 -2
  15. pulumi_oci/apigateway/_inputs.py +206 -414
  16. pulumi_oci/apigateway/outputs.py +206 -414
  17. pulumi_oci/apmconfig/_inputs.py +4 -4
  18. pulumi_oci/apmconfig/config.py +7 -7
  19. pulumi_oci/apmconfig/outputs.py +4 -4
  20. pulumi_oci/apmsynthetics/_inputs.py +18 -26
  21. pulumi_oci/apmsynthetics/config.py +7 -7
  22. pulumi_oci/apmsynthetics/outputs.py +18 -26
  23. pulumi_oci/autoscaling/_inputs.py +14 -16
  24. pulumi_oci/autoscaling/auto_scaling_configuration.py +20 -7
  25. pulumi_oci/autoscaling/outputs.py +14 -16
  26. pulumi_oci/bigdataservice/_inputs.py +32 -44
  27. pulumi_oci/bigdataservice/bds_instance.py +4 -4
  28. pulumi_oci/bigdataservice/outputs.py +32 -44
  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 +9 -0
  36. pulumi_oci/cloudguard/_inputs.py +1066 -488
  37. pulumi_oci/cloudguard/adhoc_query.py +596 -0
  38. pulumi_oci/cloudguard/cloud_guard_configuration.py +25 -57
  39. pulumi_oci/cloudguard/cloud_guard_data_source.py +54 -38
  40. pulumi_oci/cloudguard/data_mask_rule.py +62 -62
  41. pulumi_oci/cloudguard/detector_recipe.py +95 -53
  42. pulumi_oci/cloudguard/get_adhoc_queries.py +253 -0
  43. pulumi_oci/cloudguard/get_adhoc_query.py +249 -0
  44. pulumi_oci/cloudguard/get_cloud_guard_configuration.py +9 -7
  45. pulumi_oci/cloudguard/get_data_mask_rule.py +14 -14
  46. pulumi_oci/cloudguard/get_data_mask_rules.py +17 -17
  47. pulumi_oci/cloudguard/get_data_source.py +10 -10
  48. pulumi_oci/cloudguard/get_data_source_events.py +11 -7
  49. pulumi_oci/cloudguard/get_data_sources.py +24 -20
  50. pulumi_oci/cloudguard/get_detector_recipe.py +28 -15
  51. pulumi_oci/cloudguard/get_detector_recipes.py +13 -13
  52. pulumi_oci/cloudguard/get_guard_target.py +14 -14
  53. pulumi_oci/cloudguard/get_guard_targets.py +19 -17
  54. pulumi_oci/cloudguard/get_managed_list.py +14 -14
  55. pulumi_oci/cloudguard/get_managed_lists.py +16 -16
  56. pulumi_oci/cloudguard/get_problem_entities.py +5 -3
  57. pulumi_oci/cloudguard/get_responder_recipe.py +13 -13
  58. pulumi_oci/cloudguard/get_responder_recipes.py +15 -13
  59. pulumi_oci/cloudguard/get_saved_queries.py +190 -0
  60. pulumi_oci/cloudguard/get_saved_query.py +235 -0
  61. pulumi_oci/cloudguard/get_security_policies.py +14 -12
  62. pulumi_oci/cloudguard/get_security_policy.py +12 -8
  63. pulumi_oci/cloudguard/get_security_recipe.py +9 -9
  64. pulumi_oci/cloudguard/get_security_recipes.py +14 -12
  65. pulumi_oci/cloudguard/get_security_zone.py +8 -8
  66. pulumi_oci/cloudguard/get_security_zones.py +17 -15
  67. pulumi_oci/cloudguard/get_wlp_agent.py +258 -0
  68. pulumi_oci/cloudguard/get_wlp_agents.py +136 -0
  69. pulumi_oci/cloudguard/managed_list.py +57 -57
  70. pulumi_oci/cloudguard/outputs.py +3493 -1808
  71. pulumi_oci/cloudguard/responder_recipe.py +41 -39
  72. pulumi_oci/cloudguard/saved_query.py +595 -0
  73. pulumi_oci/cloudguard/security_recipe.py +43 -27
  74. pulumi_oci/cloudguard/security_zone.py +22 -20
  75. pulumi_oci/cloudguard/target.py +54 -54
  76. pulumi_oci/cloudguard/wlp_agent.py +654 -0
  77. pulumi_oci/cloudmigrations/_inputs.py +222 -496
  78. pulumi_oci/cloudmigrations/outputs.py +222 -496
  79. pulumi_oci/cloudmigrations/target_asset.py +15 -15
  80. pulumi_oci/clusterplacementgroups/_inputs.py +2 -2
  81. pulumi_oci/clusterplacementgroups/outputs.py +2 -2
  82. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +7 -7
  83. pulumi_oci/containerengine/_inputs.py +22 -22
  84. pulumi_oci/containerengine/container_instance.py +21 -21
  85. pulumi_oci/containerengine/outputs.py +22 -22
  86. pulumi_oci/containerengine/virtual_node_pool.py +7 -35
  87. pulumi_oci/core/_inputs.py +404 -670
  88. pulumi_oci/core/boot_volume.py +7 -7
  89. pulumi_oci/core/cluster_network.py +22 -22
  90. pulumi_oci/core/cross_connect_group.py +4 -20
  91. pulumi_oci/core/drg_route_table_route_rule.py +7 -0
  92. pulumi_oci/core/get_image.py +4 -0
  93. pulumi_oci/core/get_instance.py +4 -0
  94. pulumi_oci/core/get_public_ip.py +4 -0
  95. pulumi_oci/core/get_public_ips.py +8 -0
  96. pulumi_oci/core/get_vtap.py +2 -0
  97. pulumi_oci/core/get_vtaps.py +2 -0
  98. pulumi_oci/core/image.py +56 -0
  99. pulumi_oci/core/instance.py +48 -48
  100. pulumi_oci/core/instance_configuration.py +70 -28
  101. pulumi_oci/core/instance_pool.py +7 -7
  102. pulumi_oci/core/ipsec_connection_tunnel_management.py +8 -8
  103. pulumi_oci/core/network_security_group_security_rule.py +28 -105
  104. pulumi_oci/core/outputs.py +748 -668
  105. pulumi_oci/core/public_ip.py +8 -0
  106. pulumi_oci/core/vnic_attachment.py +8 -24
  107. pulumi_oci/core/volume.py +7 -7
  108. pulumi_oci/core/volume_group.py +7 -7
  109. pulumi_oci/core/vtap.py +14 -0
  110. pulumi_oci/database/_inputs.py +188 -220
  111. pulumi_oci/database/autonomous_database.py +21 -7
  112. pulumi_oci/database/autonomous_database_wallet.py +28 -0
  113. pulumi_oci/database/backup_destination.py +11 -11
  114. pulumi_oci/database/cloud_database_management.py +14 -0
  115. pulumi_oci/database/database.py +28 -44
  116. pulumi_oci/database/database_upgrade.py +4 -4
  117. pulumi_oci/database/db_home.py +0 -13
  118. pulumi_oci/database/get_autonomous_database_wallet.py +8 -0
  119. pulumi_oci/database/outputs.py +188 -220
  120. pulumi_oci/database/vm_cluster_network.py +4 -4
  121. pulumi_oci/databasemanagement/_inputs.py +8 -8
  122. pulumi_oci/databasemanagement/outputs.py +8 -8
  123. pulumi_oci/databasemigration/_inputs.py +34 -34
  124. pulumi_oci/databasemigration/connection.py +7 -7
  125. pulumi_oci/databasemigration/migration.py +7 -7
  126. pulumi_oci/databasemigration/outputs.py +34 -34
  127. pulumi_oci/databasetools/_inputs.py +12 -36
  128. pulumi_oci/databasetools/database_tools_connection.py +4 -4
  129. pulumi_oci/databasetools/database_tools_private_endpoint.py +4 -4
  130. pulumi_oci/databasetools/outputs.py +12 -36
  131. pulumi_oci/dataintegration/_inputs.py +318 -330
  132. pulumi_oci/dataintegration/outputs.py +318 -330
  133. pulumi_oci/dataintegration/workspace_application.py +7 -7
  134. pulumi_oci/dataintegration/workspace_application_patch.py +7 -7
  135. pulumi_oci/dataintegration/workspace_application_schedule.py +11 -11
  136. pulumi_oci/dataintegration/workspace_application_task_schedule.py +29 -29
  137. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  138. pulumi_oci/dataintegration/workspace_project.py +7 -7
  139. pulumi_oci/dataintegration/workspace_task.py +47 -47
  140. pulumi_oci/datalabellingservice/_inputs.py +10 -10
  141. pulumi_oci/datalabellingservice/outputs.py +10 -10
  142. pulumi_oci/datasafe/__init__.py +2 -0
  143. pulumi_oci/datasafe/_inputs.py +72 -80
  144. pulumi_oci/datasafe/library_masing_format.py +7 -7
  145. pulumi_oci/datasafe/masking_policies_masking_column.py +7 -7
  146. pulumi_oci/datasafe/masking_policy.py +7 -7
  147. pulumi_oci/datasafe/outputs.py +72 -80
  148. pulumi_oci/datasafe/report_definition.py +8 -24
  149. pulumi_oci/datasafe/set_security_assessment_baseline_management.py +304 -0
  150. pulumi_oci/datasafe/set_user_assessment_baseline_management.py +304 -0
  151. pulumi_oci/datasafe/target_database.py +21 -21
  152. pulumi_oci/datascience/_inputs.py +337 -65
  153. pulumi_oci/datascience/get_job_run.py +11 -1
  154. pulumi_oci/datascience/get_model_deployment.py +11 -1
  155. pulumi_oci/datascience/get_pipeline.py +3 -0
  156. pulumi_oci/datascience/get_pipeline_run.py +14 -1
  157. pulumi_oci/datascience/job_run.py +52 -3
  158. pulumi_oci/datascience/model_deployment.py +51 -2
  159. pulumi_oci/datascience/outputs.py +767 -104
  160. pulumi_oci/datascience/pipeline.py +34 -14
  161. pulumi_oci/datascience/pipeline_run.py +65 -0
  162. pulumi_oci/devops/_inputs.py +80 -462
  163. pulumi_oci/devops/deploy_stage.py +4 -4
  164. pulumi_oci/devops/deployment.py +7 -7
  165. pulumi_oci/devops/outputs.py +208 -1141
  166. pulumi_oci/disasterrecovery/_inputs.py +6 -6
  167. pulumi_oci/disasterrecovery/dr_plan_execution.py +4 -4
  168. pulumi_oci/disasterrecovery/dr_protection_group.py +4 -4
  169. pulumi_oci/disasterrecovery/outputs.py +6 -6
  170. pulumi_oci/dns/_inputs.py +20 -8
  171. pulumi_oci/dns/outputs.py +42 -8
  172. pulumi_oci/dns/rrset.py +7 -7
  173. pulumi_oci/dns/steering_policy.py +42 -0
  174. pulumi_oci/events/_inputs.py +4 -12
  175. pulumi_oci/events/outputs.py +4 -12
  176. pulumi_oci/events/rule.py +7 -7
  177. pulumi_oci/functions/_inputs.py +2 -2
  178. pulumi_oci/functions/outputs.py +2 -2
  179. pulumi_oci/goldengate/_inputs.py +2 -4
  180. pulumi_oci/goldengate/outputs.py +2 -4
  181. pulumi_oci/identity/_inputs.py +4860 -5954
  182. pulumi_oci/identity/domains_api_key.py +70 -70
  183. pulumi_oci/identity/domains_app.py +119 -140
  184. pulumi_oci/identity/domains_auth_token.py +21 -21
  185. pulumi_oci/identity/domains_cloud_gate.py +49 -49
  186. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  187. pulumi_oci/identity/domains_my_api_key.py +70 -70
  188. pulumi_oci/identity/domains_my_auth_token.py +21 -21
  189. pulumi_oci/identity/domains_my_customer_secret_key.py +21 -21
  190. pulumi_oci/identity/domains_my_oauth2client_credential.py +49 -70
  191. pulumi_oci/identity/domains_my_smtp_credential.py +21 -21
  192. pulumi_oci/identity/domains_my_support_account.py +21 -21
  193. pulumi_oci/identity/domains_my_user_db_credential.py +37 -41
  194. pulumi_oci/identity/domains_oauth2client_credential.py +49 -70
  195. pulumi_oci/identity/domains_policy.py +35 -49
  196. pulumi_oci/identity/domains_rule.py +28 -21
  197. pulumi_oci/identity/domains_setting.py +35 -21
  198. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  199. pulumi_oci/identity/domains_user.py +189 -175
  200. pulumi_oci/identity/domains_user_db_credential.py +37 -41
  201. pulumi_oci/identity/outputs.py +4913 -6007
  202. pulumi_oci/integration/_inputs.py +4 -0
  203. pulumi_oci/integration/outputs.py +16 -4
  204. pulumi_oci/jms/_inputs.py +0 -8
  205. pulumi_oci/jms/outputs.py +0 -8
  206. pulumi_oci/kms/_inputs.py +6 -6
  207. pulumi_oci/kms/outputs.py +6 -6
  208. pulumi_oci/loadbalancer/_inputs.py +14 -30
  209. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +7 -35
  210. pulumi_oci/loadbalancer/outputs.py +14 -30
  211. pulumi_oci/loganalytics/_inputs.py +26 -34
  212. pulumi_oci/loganalytics/outputs.py +26 -34
  213. pulumi_oci/logging/_inputs.py +60 -60
  214. pulumi_oci/logging/outputs.py +60 -60
  215. pulumi_oci/managementagent/_inputs.py +2 -46
  216. pulumi_oci/managementagent/outputs.py +2 -46
  217. pulumi_oci/marketplace/_inputs.py +6 -6
  218. pulumi_oci/marketplace/outputs.py +6 -6
  219. pulumi_oci/marketplace/publication.py +11 -11
  220. pulumi_oci/mediaservices/_inputs.py +8 -32
  221. pulumi_oci/mediaservices/media_asset.py +18 -18
  222. pulumi_oci/mediaservices/media_workflow.py +22 -38
  223. pulumi_oci/mediaservices/media_workflow_configuration.py +11 -11
  224. pulumi_oci/mediaservices/media_workflow_job.py +11 -11
  225. pulumi_oci/mediaservices/outputs.py +8 -32
  226. pulumi_oci/mediaservices/stream_cdn_config.py +4 -4
  227. pulumi_oci/mediaservices/stream_distribution_channel.py +11 -11
  228. pulumi_oci/mediaservices/stream_packaging_config.py +4 -4
  229. pulumi_oci/meteringcomputation/_inputs.py +2 -2
  230. pulumi_oci/meteringcomputation/outputs.py +2 -2
  231. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +4 -4
  232. pulumi_oci/monitoring/_inputs.py +4 -4
  233. pulumi_oci/monitoring/alarm.py +21 -0
  234. pulumi_oci/monitoring/get_alarm.py +3 -0
  235. pulumi_oci/monitoring/outputs.py +10 -4
  236. pulumi_oci/mysql/_inputs.py +30 -22
  237. pulumi_oci/mysql/outputs.py +30 -22
  238. pulumi_oci/mysql/replica.py +12 -28
  239. pulumi_oci/networkfirewall/get_network_firewall_policy_mapped_secret.py +2 -0
  240. pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py +14 -0
  241. pulumi_oci/networkfirewall/outputs.py +4 -0
  242. pulumi_oci/networkloadbalancer/_inputs.py +10 -26
  243. pulumi_oci/networkloadbalancer/outputs.py +10 -26
  244. pulumi_oci/nosql/_inputs.py +4 -12
  245. pulumi_oci/nosql/outputs.py +4 -12
  246. pulumi_oci/objectstorage/_inputs.py +4 -4
  247. pulumi_oci/objectstorage/outputs.py +4 -4
  248. pulumi_oci/ocvp/_inputs.py +86 -42
  249. pulumi_oci/ocvp/get_retrieve_password.py +1 -0
  250. pulumi_oci/ocvp/outputs.py +86 -42
  251. pulumi_oci/ocvp/sddc.py +49 -77
  252. pulumi_oci/ons/subscription.py +63 -0
  253. pulumi_oci/opa/_inputs.py +6 -2
  254. pulumi_oci/opa/outputs.py +18 -6
  255. pulumi_oci/opsi/_inputs.py +6 -6
  256. pulumi_oci/opsi/exadata_insight.py +28 -28
  257. pulumi_oci/opsi/outputs.py +6 -6
  258. pulumi_oci/optimizer/_inputs.py +4 -4
  259. pulumi_oci/optimizer/outputs.py +4 -4
  260. pulumi_oci/osmanagement/_inputs.py +2 -10
  261. pulumi_oci/osmanagement/outputs.py +2 -10
  262. pulumi_oci/osmanagementhub/_inputs.py +24 -8
  263. pulumi_oci/osmanagementhub/event.py +32 -0
  264. pulumi_oci/osmanagementhub/get_event.py +8 -0
  265. pulumi_oci/osmanagementhub/get_events.py +8 -0
  266. pulumi_oci/osmanagementhub/lifecycle_environment.py +14 -14
  267. pulumi_oci/osmanagementhub/outputs.py +40 -8
  268. pulumi_oci/osmanagementhub/software_source.py +7 -7
  269. pulumi_oci/ospgateway/_inputs.py +96 -96
  270. pulumi_oci/ospgateway/outputs.py +96 -96
  271. pulumi_oci/ospgateway/subscription.py +80 -80
  272. pulumi_oci/psql/_inputs.py +10 -18
  273. pulumi_oci/psql/db_system.py +14 -14
  274. pulumi_oci/psql/outputs.py +10 -18
  275. pulumi_oci/pulumi-plugin.json +1 -1
  276. pulumi_oci/queue/get_queue.py +9 -9
  277. pulumi_oci/queue/outputs.py +5 -5
  278. pulumi_oci/queue/queue.py +77 -26
  279. pulumi_oci/sch/_inputs.py +26 -26
  280. pulumi_oci/sch/connector.py +7 -7
  281. pulumi_oci/sch/outputs.py +26 -26
  282. pulumi_oci/servicecatalog/private_application.py +4 -4
  283. pulumi_oci/servicemesh/_inputs.py +8 -24
  284. pulumi_oci/servicemesh/ingress_gateway_route_table.py +7 -7
  285. pulumi_oci/servicemesh/outputs.py +8 -24
  286. pulumi_oci/stackmonitoring/_inputs.py +40 -56
  287. pulumi_oci/stackmonitoring/metric_extension.py +18 -18
  288. pulumi_oci/stackmonitoring/monitored_resource.py +7 -7
  289. pulumi_oci/stackmonitoring/outputs.py +40 -56
  290. pulumi_oci/visualbuilder/_inputs.py +6 -2
  291. pulumi_oci/visualbuilder/outputs.py +18 -6
  292. pulumi_oci/vnmonitoring/_inputs.py +10 -42
  293. pulumi_oci/vnmonitoring/outputs.py +10 -42
  294. pulumi_oci/vulnerabilityscanning/_inputs.py +4 -4
  295. pulumi_oci/vulnerabilityscanning/container_scan_target.py +7 -7
  296. pulumi_oci/vulnerabilityscanning/outputs.py +4 -4
  297. pulumi_oci/waas/_inputs.py +133 -205
  298. pulumi_oci/waas/outputs.py +133 -205
  299. pulumi_oci/waas/policy.py +7 -7
  300. pulumi_oci/waas/protection_rule.py +7 -7
  301. pulumi_oci/waf/_inputs.py +36 -30
  302. pulumi_oci/waf/network_address_list.py +7 -7
  303. pulumi_oci/waf/outputs.py +36 -30
  304. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/METADATA +1 -1
  305. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/RECORD +307 -296
  306. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.dist-info}/WHEEL +0 -0
  307. {pulumi_oci-1.37.0a1715927489.dist-info → pulumi_oci-1.37.0a1716526633.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) The source of masking columns.
36
+ :param pulumi.Input[Sequence[pulumi.Input['MaskingPolicyColumnSourceArgs']]] column_sources: (Updatable) Details to associate a column source with a masking policy.
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) The source of masking columns.
89
+ (Updatable) Details to associate a column source with a masking policy.
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) The source of masking columns.
294
+ :param pulumi.Input[Sequence[pulumi.Input['MaskingPolicyColumnSourceArgs']]] column_sources: (Updatable) Details to associate a column source with a masking policy.
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) The source of masking columns.
369
+ (Updatable) Details to associate a column source with a masking policy.
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) The source of masking columns.
657
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['MaskingPolicyColumnSourceArgs']]]] column_sources: (Updatable) Details to associate a column source with a masking policy.
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) The source of masking columns.
838
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['MaskingPolicyColumnSourceArgs']]]] column_sources: (Updatable) Details to associate a column source with a masking policy.
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) The source of masking columns.
896
+ (Updatable) Details to associate a column source with a masking policy.
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 format entry.
2026
+ :param str description: (Updatable) The description of the masking format.
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 format entry.
2054
+ (Updatable) The description of the masking format.
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: The name of the schema that contains the database column. This attribute cannot be updated for an existing masking column.
2162
+ :param str schema_name: (Updatable) The name of the schema that contains the substitution 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
- The name of the schema that contains the database column. This attribute cannot be updated for an existing masking column.
2355
+ (Updatable) The name of the schema that contains the substitution 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 that must be sorted.
2510
+ :param str field_name: (Updatable) Name of the column on which the filter must be applied.
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 if the summary is hidden. 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'.
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 that must be sorted.
2533
+ (Updatable) Name of the column on which the filter must be applied.
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 if the summary is hidden. Values can either be 'true' or 'false'.
2549
+ (Updatable) Indicates whether the filter 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) 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'.
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'.
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) Specifies the name of the report definition.
2613
+ (Updatable) Name of the column displayed on UI.
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 order in which the summary must be displayed.
2621
+ (Updatable) Specifies the display order of the column.
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) Name of the column that must be sorted.
2629
+ (Updatable) Specifies the corresponding field name in the data source.
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 summary is hidden. Values can either be 'true' or 'false'.
2637
+ (Updatable) Indicates if the column 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: 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.
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.
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
- The database type.
4075
+ (Updatable) 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
- The infrastructure type the database is running on.
4083
+ (Updatable) 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
- The OCID of the Autonomous Database registered as a target database in Data Safe.
4091
+ (Updatable) 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
- The OCID of the cloud database registered as a target database in Data Safe.
4099
+ (Updatable) 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
- The OCID of the compute instance on which the database is running.
4107
+ (Updatable) 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
- The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
4115
+ (Updatable) 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
- The port number of the database listener.
4123
+ (Updatable) 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
- The service name of the database registered as target database.
4131
+ (Updatable) 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
- The OCID of the VM cluster in which the database is running.
4139
+ (Updatable) 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: Details of the database for the registration in Data Safe.
4188
+ :param Sequence['TargetDatabasePeerTargetDatabaseDatabaseDetailArgs'] database_details: (Updatable) 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 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.
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.
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
- Details of the database for the registration in Data Safe.
4227
+ (Updatable) 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 being registered is considered as peer database to the primary database.
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.
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
- The description of the peer target database in Data Safe.
4251
+ (Updatable) The description of the 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
- The display name of the peer target database in Data Safe. The name is modifiable and does not need to be unique.
4259
+ (Updatable) The display name of the 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: 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.
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.
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
- The OCID of the Autonomous Database registered as a target database in Data Safe.
4391
+ (Updatable) 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
- The database type.
4399
+ (Updatable) 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
- The OCID of the cloud database registered as a target database in Data Safe.
4407
+ (Updatable) 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
- The infrastructure type the database is running on.
4415
+ (Updatable) 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
- The OCID of the compute instance on which the database is running.
4423
+ (Updatable) 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
- The list of database host IP Addresses. Fully qualified domain names can be used if connectionType is 'ONPREM_CONNECTOR'.
4431
+ (Updatable) 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
- The port number of the database listener.
4439
+ (Updatable) 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
- The service name of the database registered as target database.
4447
+ (Updatable) 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
- The OCID of the VM cluster in which the database is running.
4455
+ (Updatable) 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: (Updatable) The details required to establish a TLS enabled connection.
4642
+ :param 'TargetDatabasePeerTargetDatabaseDetailTlsConfigArgs' tls_config: 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
- (Updatable) The details required to establish a TLS enabled connection.
4690
+ The details required to establish a TLS enabled connection.
4691
4691
  """
4692
4692
  return pulumi.get(self, "tls_config")
4693
4693
 
@@ -4870,15 +4870,11 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfig(dict):
4870
4870
  store_password: Optional[str] = None,
4871
4871
  trust_store_content: Optional[str] = None):
4872
4872
  """
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
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.
4882
4878
  """
4883
4879
  pulumi.set(__self__, "status", status)
4884
4880
  if certificate_store_type is not None:
@@ -4894,7 +4890,7 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfig(dict):
4894
4890
  @pulumi.getter
4895
4891
  def status(self) -> str:
4896
4892
  """
4897
- (Updatable) Status to represent whether the database connection is TLS enabled or not.
4893
+ Status to represent whether the database connection is TLS enabled or not.
4898
4894
  """
4899
4895
  return pulumi.get(self, "status")
4900
4896
 
@@ -4902,7 +4898,7 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfig(dict):
4902
4898
  @pulumi.getter(name="certificateStoreType")
4903
4899
  def certificate_store_type(self) -> Optional[str]:
4904
4900
  """
4905
- (Updatable) The format of the certificate store.
4901
+ The format of the certificate store.
4906
4902
  """
4907
4903
  return pulumi.get(self, "certificate_store_type")
4908
4904
 
@@ -4910,7 +4906,7 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfig(dict):
4910
4906
  @pulumi.getter(name="keyStoreContent")
4911
4907
  def key_store_content(self) -> Optional[str]:
4912
4908
  """
4913
- (Updatable) Base64 encoded string of key store file content.
4909
+ Base64 encoded string of key store file content.
4914
4910
  """
4915
4911
  return pulumi.get(self, "key_store_content")
4916
4912
 
@@ -4918,7 +4914,7 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfig(dict):
4918
4914
  @pulumi.getter(name="storePassword")
4919
4915
  def store_password(self) -> Optional[str]:
4920
4916
  """
4921
- (Updatable) The password to read the trust store and key store files, if they are password protected.
4917
+ The password to read the trust store and key store files, if they are password protected.
4922
4918
  """
4923
4919
  return pulumi.get(self, "store_password")
4924
4920
 
@@ -4926,11 +4922,7 @@ class TargetDatabasePeerTargetDatabaseDetailTlsConfig(dict):
4926
4922
  @pulumi.getter(name="trustStoreContent")
4927
4923
  def trust_store_content(self) -> Optional[str]:
4928
4924
  """
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
4925
+ Base64 encoded string of trust store file content.
4934
4926
  """
4935
4927
  return pulumi.get(self, "trust_store_content")
4936
4928
 
@@ -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: (Updatable) Specifies the order in which the summary must be displayed.
218
+ :param pulumi.Input[int] display_order: 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,11 +225,7 @@ 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: (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
228
+ :param pulumi.Input[str] scim_filter: Additional scim filters used to get the specific summary.
233
229
  :param pulumi.Input[str] state: The current state of the report.
234
230
  :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).
235
231
  :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"}`
@@ -413,7 +409,7 @@ class _ReportDefinitionState:
413
409
  @pulumi.getter(name="displayOrder")
414
410
  def display_order(self) -> Optional[pulumi.Input[int]]:
415
411
  """
416
- (Updatable) Specifies the order in which the summary must be displayed.
412
+ Specifies the order in which the summary must be displayed.
417
413
  """
418
414
  return pulumi.get(self, "display_order")
419
415
 
@@ -533,11 +529,7 @@ class _ReportDefinitionState:
533
529
  @pulumi.getter(name="scimFilter")
534
530
  def scim_filter(self) -> Optional[pulumi.Input[str]]:
535
531
  """
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
532
+ Additional scim filters used to get the specific summary.
541
533
  """
542
534
  return pulumi.get(self, "scim_filter")
543
535
 
@@ -886,7 +878,7 @@ class ReportDefinition(pulumi.CustomResource):
886
878
  :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"}`
887
879
  :param pulumi.Input[str] description: (Updatable) The description of the report definition.
888
880
  :param pulumi.Input[str] display_name: (Updatable) Specifies the name of the report definition.
889
- :param pulumi.Input[int] display_order: (Updatable) Specifies the order in which the summary must be displayed.
881
+ :param pulumi.Input[int] display_order: Specifies the order in which the summary must be displayed.
890
882
  :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"}`
891
883
  :param pulumi.Input[bool] is_seeded: Signifies whether the definition is seeded or user defined. Values can either be 'true' or 'false'.
892
884
  :param pulumi.Input[str] parent_id: The OCID of the parent report definition.
@@ -896,11 +888,7 @@ class ReportDefinition(pulumi.CustomResource):
896
888
  :param pulumi.Input[str] scheduled_report_mime_type: Specifies the format of the report ( either .xls or .pdf )
897
889
  :param pulumi.Input[str] scheduled_report_name: The name of the report to be scheduled.
898
890
  :param pulumi.Input[int] scheduled_report_row_limit: Specifies the limit on the number of rows in the report.
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
891
+ :param pulumi.Input[str] scim_filter: Additional scim filters used to get the specific summary.
904
892
  :param pulumi.Input[str] state: The current state of the report.
905
893
  :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).
906
894
  :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"}`
@@ -1023,7 +1011,7 @@ class ReportDefinition(pulumi.CustomResource):
1023
1011
  @pulumi.getter(name="displayOrder")
1024
1012
  def display_order(self) -> pulumi.Output[int]:
1025
1013
  """
1026
- (Updatable) Specifies the order in which the summary must be displayed.
1014
+ Specifies the order in which the summary must be displayed.
1027
1015
  """
1028
1016
  return pulumi.get(self, "display_order")
1029
1017
 
@@ -1103,11 +1091,7 @@ class ReportDefinition(pulumi.CustomResource):
1103
1091
  @pulumi.getter(name="scimFilter")
1104
1092
  def scim_filter(self) -> pulumi.Output[str]:
1105
1093
  """
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
1094
+ Additional scim filters used to get the specific summary.
1111
1095
  """
1112
1096
  return pulumi.get(self, "scim_filter")
1113
1097