pulumi-oci 2.7.0a1723456529__py3-none-any.whl → 2.8.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1034) hide show
  1. pulumi_oci/__init__.py +16 -0
  2. pulumi_oci/adm/_inputs.py +4 -4
  3. pulumi_oci/adm/get_knowledgebase.py +3 -3
  4. pulumi_oci/adm/get_remediation_recipe.py +3 -3
  5. pulumi_oci/adm/get_remediation_run.py +3 -3
  6. pulumi_oci/adm/get_vulnerability_audit.py +3 -3
  7. pulumi_oci/adm/knowledge_base.py +35 -35
  8. pulumi_oci/adm/outputs.py +45 -45
  9. pulumi_oci/adm/remediation_recipe.py +35 -35
  10. pulumi_oci/adm/remediation_run.py +35 -35
  11. pulumi_oci/adm/vulnerability_audit.py +35 -35
  12. pulumi_oci/aianomalydetection/ai_private_endpoint.py +35 -35
  13. pulumi_oci/aianomalydetection/data_asset.py +35 -35
  14. pulumi_oci/aianomalydetection/detect_anomaly_job.py +21 -21
  15. pulumi_oci/aianomalydetection/get_ai_private_endpoint.py +3 -3
  16. pulumi_oci/aianomalydetection/get_detect_anomaly_job.py +3 -3
  17. pulumi_oci/aianomalydetection/get_detection_data_asset.py +3 -3
  18. pulumi_oci/aianomalydetection/get_detection_model.py +3 -3
  19. pulumi_oci/aianomalydetection/get_detection_project.py +3 -3
  20. pulumi_oci/aianomalydetection/model.py +35 -35
  21. pulumi_oci/aianomalydetection/outputs.py +45 -45
  22. pulumi_oci/aianomalydetection/project.py +35 -35
  23. pulumi_oci/aidocument/get_model.py +3 -3
  24. pulumi_oci/aidocument/get_project.py +3 -3
  25. pulumi_oci/aidocument/model.py +35 -35
  26. pulumi_oci/aidocument/outputs.py +18 -18
  27. pulumi_oci/aidocument/project.py +35 -35
  28. pulumi_oci/ailanguage/endpoint.py +35 -35
  29. pulumi_oci/ailanguage/get_endpoint.py +3 -3
  30. pulumi_oci/ailanguage/get_model.py +3 -3
  31. pulumi_oci/ailanguage/get_project.py +3 -3
  32. pulumi_oci/ailanguage/model.py +35 -35
  33. pulumi_oci/ailanguage/outputs.py +33 -33
  34. pulumi_oci/ailanguage/project.py +35 -35
  35. pulumi_oci/aivision/get_model.py +3 -3
  36. pulumi_oci/aivision/get_project.py +3 -3
  37. pulumi_oci/aivision/model.py +35 -35
  38. pulumi_oci/aivision/outputs.py +18 -18
  39. pulumi_oci/aivision/project.py +35 -35
  40. pulumi_oci/analytics/_inputs.py +4 -4
  41. pulumi_oci/analytics/analytics_instance.py +227 -53
  42. pulumi_oci/analytics/get_analytics_instance.py +53 -4
  43. pulumi_oci/analytics/get_analytics_instances.py +1 -1
  44. pulumi_oci/analytics/outputs.py +58 -18
  45. pulumi_oci/announcementsservice/announcement_subscription.py +35 -35
  46. pulumi_oci/announcementsservice/get_announcement_subscription.py +3 -3
  47. pulumi_oci/announcementsservice/outputs.py +9 -9
  48. pulumi_oci/apigateway/_inputs.py +8 -8
  49. pulumi_oci/apigateway/api.py +28 -28
  50. pulumi_oci/apigateway/certificate.py +28 -28
  51. pulumi_oci/apigateway/deployment.py +28 -28
  52. pulumi_oci/apigateway/gateway.py +28 -28
  53. pulumi_oci/apigateway/get_api.py +2 -2
  54. pulumi_oci/apigateway/get_certificate.py +2 -2
  55. pulumi_oci/apigateway/get_deployment.py +2 -2
  56. pulumi_oci/apigateway/get_gateway.py +2 -2
  57. pulumi_oci/apigateway/get_subscriber.py +2 -2
  58. pulumi_oci/apigateway/get_usage_plan.py +2 -2
  59. pulumi_oci/apigateway/outputs.py +54 -54
  60. pulumi_oci/apigateway/subscriber.py +28 -28
  61. pulumi_oci/apigateway/usage_plan.py +28 -28
  62. pulumi_oci/apm/apm_domain.py +28 -28
  63. pulumi_oci/apm/get_apm_domain.py +2 -2
  64. pulumi_oci/apm/outputs.py +6 -6
  65. pulumi_oci/apmconfig/config.py +28 -28
  66. pulumi_oci/apmconfig/get_config.py +2 -2
  67. pulumi_oci/apmconfig/outputs.py +6 -6
  68. pulumi_oci/apmsynthetics/config.py +28 -28
  69. pulumi_oci/apmsynthetics/dedicated_vantage_point.py +28 -28
  70. pulumi_oci/apmsynthetics/get_dedicated_vantage_point.py +2 -2
  71. pulumi_oci/apmsynthetics/get_monitor.py +2 -2
  72. pulumi_oci/apmsynthetics/get_on_premise_vantage_point.py +2 -2
  73. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_worker.py +2 -2
  74. pulumi_oci/apmsynthetics/get_script.py +2 -2
  75. pulumi_oci/apmsynthetics/on_premise_vantage_point.py +28 -28
  76. pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +28 -28
  77. pulumi_oci/apmsynthetics/outputs.py +30 -30
  78. pulumi_oci/apmsynthetics/script.py +28 -28
  79. pulumi_oci/artifacts/container_image_signature.py +35 -35
  80. pulumi_oci/artifacts/container_repository.py +35 -35
  81. pulumi_oci/artifacts/generic_artifact.py +28 -28
  82. pulumi_oci/artifacts/get_container_image.py +3 -3
  83. pulumi_oci/artifacts/get_container_image_signature.py +3 -3
  84. pulumi_oci/artifacts/get_container_repository.py +3 -3
  85. pulumi_oci/artifacts/get_generic_artifact.py +2 -2
  86. pulumi_oci/artifacts/get_repository.py +2 -2
  87. pulumi_oci/artifacts/outputs.py +39 -39
  88. pulumi_oci/artifacts/repository.py +28 -28
  89. pulumi_oci/audit/outputs.py +27 -27
  90. pulumi_oci/autoscaling/auto_scaling_configuration.py +28 -28
  91. pulumi_oci/autoscaling/get_auto_scaling_configuration.py +2 -2
  92. pulumi_oci/autoscaling/outputs.py +6 -6
  93. pulumi_oci/bastion/bastion.py +35 -35
  94. pulumi_oci/bastion/get_bastion.py +3 -3
  95. pulumi_oci/bastion/get_session.py +1 -1
  96. pulumi_oci/bastion/outputs.py +12 -12
  97. pulumi_oci/bastion/session.py +7 -7
  98. pulumi_oci/bigdataservice/bds_instance.py +28 -28
  99. pulumi_oci/bigdataservice/get_bds_instance.py +2 -2
  100. pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +1 -1
  101. pulumi_oci/bigdataservice/outputs.py +6 -6
  102. pulumi_oci/blockchain/blockchain_platform.py +28 -28
  103. pulumi_oci/blockchain/get_blockchain_platform.py +2 -2
  104. pulumi_oci/blockchain/outputs.py +6 -6
  105. pulumi_oci/budget/budget.py +28 -28
  106. pulumi_oci/budget/get_alert_rule.py +2 -2
  107. pulumi_oci/budget/get_budget.py +2 -2
  108. pulumi_oci/budget/outputs.py +12 -12
  109. pulumi_oci/budget/rule.py +28 -28
  110. pulumi_oci/capacitymanagement/_inputs.py +4 -4
  111. pulumi_oci/capacitymanagement/get_occ_availability_catalog.py +3 -3
  112. pulumi_oci/capacitymanagement/get_occ_capacity_request.py +3 -3
  113. pulumi_oci/capacitymanagement/get_occ_customer_group.py +3 -3
  114. pulumi_oci/capacitymanagement/occ_availability_catalog.py +35 -35
  115. pulumi_oci/capacitymanagement/occ_capacity_request.py +35 -35
  116. pulumi_oci/capacitymanagement/outputs.py +43 -43
  117. pulumi_oci/certificatesmanagement/ca_bundle.py +28 -28
  118. pulumi_oci/certificatesmanagement/certificate.py +28 -28
  119. pulumi_oci/certificatesmanagement/certificate_authority.py +28 -28
  120. pulumi_oci/certificatesmanagement/get_ca_bundle.py +2 -2
  121. pulumi_oci/certificatesmanagement/get_certificate.py +2 -2
  122. pulumi_oci/certificatesmanagement/get_certificate_authority.py +2 -2
  123. pulumi_oci/certificatesmanagement/outputs.py +18 -18
  124. pulumi_oci/cloudbridge/_inputs.py +8 -8
  125. pulumi_oci/cloudbridge/agent.py +35 -35
  126. pulumi_oci/cloudbridge/agent_dependency.py +42 -42
  127. pulumi_oci/cloudbridge/agent_plugin.py +21 -21
  128. pulumi_oci/cloudbridge/asset.py +35 -35
  129. pulumi_oci/cloudbridge/asset_source.py +42 -42
  130. pulumi_oci/cloudbridge/discovery_schedule.py +35 -35
  131. pulumi_oci/cloudbridge/environment.py +35 -35
  132. pulumi_oci/cloudbridge/get_agent.py +3 -3
  133. pulumi_oci/cloudbridge/get_agent_dependency.py +3 -3
  134. pulumi_oci/cloudbridge/get_agent_plugin.py +3 -3
  135. pulumi_oci/cloudbridge/get_asset.py +3 -3
  136. pulumi_oci/cloudbridge/get_asset_source.py +3 -3
  137. pulumi_oci/cloudbridge/get_discovery_schedule.py +3 -3
  138. pulumi_oci/cloudbridge/get_environment.py +3 -3
  139. pulumi_oci/cloudbridge/get_inventory.py +3 -3
  140. pulumi_oci/cloudbridge/inventory.py +35 -35
  141. pulumi_oci/cloudbridge/outputs.py +93 -93
  142. pulumi_oci/cloudguard/_inputs.py +12 -12
  143. pulumi_oci/cloudguard/adhoc_query.py +35 -35
  144. pulumi_oci/cloudguard/cloud_guard_data_source.py +35 -35
  145. pulumi_oci/cloudguard/data_mask_rule.py +35 -35
  146. pulumi_oci/cloudguard/detector_recipe.py +35 -35
  147. pulumi_oci/cloudguard/get_adhoc_query.py +3 -3
  148. pulumi_oci/cloudguard/get_data_mask_rule.py +3 -3
  149. pulumi_oci/cloudguard/get_data_source.py +3 -3
  150. pulumi_oci/cloudguard/get_detector_recipe.py +3 -3
  151. pulumi_oci/cloudguard/get_guard_target.py +3 -3
  152. pulumi_oci/cloudguard/get_managed_list.py +3 -3
  153. pulumi_oci/cloudguard/get_responder_recipe.py +3 -3
  154. pulumi_oci/cloudguard/get_saved_query.py +3 -3
  155. pulumi_oci/cloudguard/get_security_policy.py +2 -2
  156. pulumi_oci/cloudguard/get_security_recipe.py +2 -2
  157. pulumi_oci/cloudguard/get_security_zone.py +2 -2
  158. pulumi_oci/cloudguard/get_wlp_agent.py +3 -3
  159. pulumi_oci/cloudguard/managed_list.py +35 -35
  160. pulumi_oci/cloudguard/outputs.py +126 -126
  161. pulumi_oci/cloudguard/responder_recipe.py +35 -35
  162. pulumi_oci/cloudguard/saved_query.py +35 -35
  163. pulumi_oci/cloudguard/security_recipe.py +28 -28
  164. pulumi_oci/cloudguard/security_zone.py +28 -28
  165. pulumi_oci/cloudguard/target.py +35 -35
  166. pulumi_oci/cloudguard/wlp_agent.py +35 -35
  167. pulumi_oci/cloudmigrations/_inputs.py +56 -56
  168. pulumi_oci/cloudmigrations/get_migration.py +3 -3
  169. pulumi_oci/cloudmigrations/get_migration_asset.py +1 -1
  170. pulumi_oci/cloudmigrations/get_migration_plan.py +4 -4
  171. pulumi_oci/cloudmigrations/get_replication_schedule.py +3 -3
  172. pulumi_oci/cloudmigrations/migration.py +35 -35
  173. pulumi_oci/cloudmigrations/migration_asset.py +7 -7
  174. pulumi_oci/cloudmigrations/migration_plan.py +42 -42
  175. pulumi_oci/cloudmigrations/outputs.py +177 -177
  176. pulumi_oci/cloudmigrations/replication_schedule.py +35 -35
  177. pulumi_oci/clusterplacementgroups/cluster_placement_group.py +35 -35
  178. pulumi_oci/clusterplacementgroups/get_cluster_placement_group.py +3 -3
  179. pulumi_oci/clusterplacementgroups/outputs.py +9 -9
  180. pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +35 -35
  181. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +35 -35
  182. pulumi_oci/computecloud/get_at_customer_ccc_infrastructure.py +3 -3
  183. pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedule.py +3 -3
  184. pulumi_oci/computecloud/outputs.py +18 -18
  185. pulumi_oci/containerengine/_inputs.py +64 -64
  186. pulumi_oci/containerengine/cluster.py +28 -28
  187. pulumi_oci/containerengine/cluster_workload_mapping.py +28 -28
  188. pulumi_oci/containerengine/container_instance.py +35 -35
  189. pulumi_oci/containerengine/get_cluster_workload_mapping.py +2 -2
  190. pulumi_oci/containerengine/get_node_pool.py +3 -3
  191. pulumi_oci/containerengine/get_virtual_node_pool.py +3 -3
  192. pulumi_oci/containerengine/node_pool.py +42 -42
  193. pulumi_oci/containerengine/outputs.py +135 -135
  194. pulumi_oci/containerengine/virtual_node_pool.py +35 -35
  195. pulumi_oci/containerinstances/get_container_instance.py +3 -3
  196. pulumi_oci/containerinstances/outputs.py +43 -43
  197. pulumi_oci/core/_inputs.py +124 -124
  198. pulumi_oci/core/boot_volume.py +35 -35
  199. pulumi_oci/core/boot_volume_backup.py +35 -35
  200. pulumi_oci/core/capture_filter.py +28 -28
  201. pulumi_oci/core/cluster_network.py +28 -28
  202. pulumi_oci/core/compute_capacity_reservation.py +28 -28
  203. pulumi_oci/core/compute_capacity_topology.py +28 -28
  204. pulumi_oci/core/compute_cluster.py +28 -28
  205. pulumi_oci/core/compute_image_capability_schema.py +42 -92
  206. pulumi_oci/core/console_history.py +28 -28
  207. pulumi_oci/core/cpe.py +28 -28
  208. pulumi_oci/core/cross_connect.py +28 -28
  209. pulumi_oci/core/cross_connect_group.py +28 -28
  210. pulumi_oci/core/dedicated_vm_host.py +28 -28
  211. pulumi_oci/core/default_dhcp_options.py +20 -20
  212. pulumi_oci/core/default_route_table.py +20 -20
  213. pulumi_oci/core/default_security_list.py +20 -20
  214. pulumi_oci/core/dhcp_options.py +28 -28
  215. pulumi_oci/core/drg.py +28 -28
  216. pulumi_oci/core/drg_attachment.py +28 -28
  217. pulumi_oci/core/drg_attachment_management.py +28 -28
  218. pulumi_oci/core/drg_route_distribution.py +28 -28
  219. pulumi_oci/core/drg_route_table.py +28 -28
  220. pulumi_oci/core/drg_route_table_route_rule.py +7 -7
  221. pulumi_oci/core/get_block_volume_replica.py +2 -2
  222. pulumi_oci/core/get_boot_volume.py +3 -3
  223. pulumi_oci/core/get_boot_volume_backup.py +3 -3
  224. pulumi_oci/core/get_boot_volume_replica.py +2 -2
  225. pulumi_oci/core/get_byoip_range.py +2 -2
  226. pulumi_oci/core/get_capture_filter.py +2 -2
  227. pulumi_oci/core/get_cluster_network.py +2 -2
  228. pulumi_oci/core/get_compute_capacity_reservation.py +2 -2
  229. pulumi_oci/core/get_compute_capacity_topology.py +2 -2
  230. pulumi_oci/core/get_compute_cluster.py +2 -2
  231. pulumi_oci/core/get_compute_global_image_capability_schema.py +2 -2
  232. pulumi_oci/core/get_compute_global_image_capability_schemas_version.py +1 -1
  233. pulumi_oci/core/get_compute_image_capability_schema.py +3 -3
  234. pulumi_oci/core/get_cross_connect.py +2 -2
  235. pulumi_oci/core/get_cross_connect_group.py +2 -2
  236. pulumi_oci/core/get_dedicated_vm_host.py +2 -2
  237. pulumi_oci/core/get_drg_route_distribution.py +2 -2
  238. pulumi_oci/core/get_drg_route_rule.py +2 -2
  239. pulumi_oci/core/get_image.py +2 -2
  240. pulumi_oci/core/get_instance.py +5 -5
  241. pulumi_oci/core/get_instance_configuration.py +2 -2
  242. pulumi_oci/core/get_instance_maintenance_event.py +3 -3
  243. pulumi_oci/core/get_instance_pool.py +2 -2
  244. pulumi_oci/core/get_ipv6.py +2 -2
  245. pulumi_oci/core/get_nat_gateway.py +2 -2
  246. pulumi_oci/core/get_network_security_group.py +2 -2
  247. pulumi_oci/core/get_private_ip.py +2 -2
  248. pulumi_oci/core/get_public_ip.py +2 -2
  249. pulumi_oci/core/get_public_ip_pool.py +2 -2
  250. pulumi_oci/core/get_subnet.py +2 -2
  251. pulumi_oci/core/get_vcn.py +2 -2
  252. pulumi_oci/core/get_virtual_circuit.py +2 -2
  253. pulumi_oci/core/get_vlan.py +2 -2
  254. pulumi_oci/core/get_vnic.py +2 -2
  255. pulumi_oci/core/get_volume.py +3 -3
  256. pulumi_oci/core/get_volume_group_replica.py +2 -2
  257. pulumi_oci/core/get_vtap.py +2 -2
  258. pulumi_oci/core/image.py +28 -28
  259. pulumi_oci/core/instance.py +59 -59
  260. pulumi_oci/core/instance_configuration.py +28 -28
  261. pulumi_oci/core/instance_console_connection.py +28 -28
  262. pulumi_oci/core/instance_maintenance_event.py +35 -35
  263. pulumi_oci/core/instance_pool.py +28 -28
  264. pulumi_oci/core/internet_gateway.py +28 -28
  265. pulumi_oci/core/ipsec.py +28 -28
  266. pulumi_oci/core/ipv6.py +28 -28
  267. pulumi_oci/core/local_peering_gateway.py +28 -28
  268. pulumi_oci/core/nat_gateway.py +28 -28
  269. pulumi_oci/core/network_security_group.py +28 -28
  270. pulumi_oci/core/outputs.py +620 -620
  271. pulumi_oci/core/private_ip.py +28 -28
  272. pulumi_oci/core/public_ip.py +28 -28
  273. pulumi_oci/core/public_ip_pool.py +28 -28
  274. pulumi_oci/core/remote_peering_connection.py +28 -28
  275. pulumi_oci/core/route_table.py +28 -28
  276. pulumi_oci/core/security_list.py +28 -28
  277. pulumi_oci/core/service_gateway.py +28 -28
  278. pulumi_oci/core/subnet.py +28 -28
  279. pulumi_oci/core/vcn.py +28 -28
  280. pulumi_oci/core/virtual_circuit.py +28 -28
  281. pulumi_oci/core/virtual_network.py +20 -20
  282. pulumi_oci/core/vlan.py +28 -28
  283. pulumi_oci/core/volume.py +35 -35
  284. pulumi_oci/core/volume_backup.py +35 -35
  285. pulumi_oci/core/volume_backup_policy.py +28 -28
  286. pulumi_oci/core/volume_group.py +28 -28
  287. pulumi_oci/core/volume_group_backup.py +28 -28
  288. pulumi_oci/core/vtap.py +28 -28
  289. pulumi_oci/database/_inputs.py +66 -66
  290. pulumi_oci/database/application_vip.py +14 -14
  291. pulumi_oci/database/autonomous_container_database.py +28 -28
  292. pulumi_oci/database/autonomous_database.py +42 -42
  293. pulumi_oci/database/autonomous_database_software_image.py +28 -28
  294. pulumi_oci/database/autonomous_exadata_infrastructure.py +28 -28
  295. pulumi_oci/database/autonomous_vm_cluster.py +28 -28
  296. pulumi_oci/database/backup_destination.py +28 -28
  297. pulumi_oci/database/cloud_autonomous_vm_cluster.py +28 -28
  298. pulumi_oci/database/cloud_exadata_infrastructure.py +35 -35
  299. pulumi_oci/database/cloud_vm_cluster.py +35 -35
  300. pulumi_oci/database/data_guard_association.py +56 -56
  301. pulumi_oci/database/database.py +14 -14
  302. pulumi_oci/database/database_software_image.py +28 -28
  303. pulumi_oci/database/database_upgrade.py +14 -14
  304. pulumi_oci/database/db_home.py +28 -28
  305. pulumi_oci/database/db_node.py +28 -28
  306. pulumi_oci/database/db_node_console_connection.py +28 -28
  307. pulumi_oci/database/db_node_console_history.py +28 -28
  308. pulumi_oci/database/db_system.py +28 -28
  309. pulumi_oci/database/db_systems_upgrade.py +14 -14
  310. pulumi_oci/database/exadata_infrastructure.py +28 -28
  311. pulumi_oci/database/exadata_infrastructure_compute.py +14 -14
  312. pulumi_oci/database/exadata_infrastructure_storage.py +20 -20
  313. pulumi_oci/database/exadb_vm_cluster.py +35 -35
  314. pulumi_oci/database/exascale_db_storage_vault.py +35 -35
  315. pulumi_oci/database/external_container_database.py +28 -28
  316. pulumi_oci/database/external_database_connector.py +28 -28
  317. pulumi_oci/database/external_non_container_database.py +28 -28
  318. pulumi_oci/database/external_pluggable_database.py +28 -28
  319. pulumi_oci/database/get_application_vip.py +2 -2
  320. pulumi_oci/database/get_autonomous_container_database.py +2 -2
  321. pulumi_oci/database/get_autonomous_container_database_resource_usage.py +2 -2
  322. pulumi_oci/database/get_autonomous_database.py +4 -4
  323. pulumi_oci/database/get_autonomous_database_software_image.py +2 -2
  324. pulumi_oci/database/get_autonomous_exadata_infrastructure.py +2 -2
  325. pulumi_oci/database/get_autonomous_virtual_machine.py +2 -2
  326. pulumi_oci/database/get_autonomous_vm_cluster.py +2 -2
  327. pulumi_oci/database/get_backup_destination.py +2 -2
  328. pulumi_oci/database/get_cloud_autonomous_vm_cluster.py +2 -2
  329. pulumi_oci/database/get_cloud_exadata_infrastructure.py +3 -3
  330. pulumi_oci/database/get_cloud_vm_cluster.py +3 -3
  331. pulumi_oci/database/get_data_guard_association.py +4 -4
  332. pulumi_oci/database/get_database.py +2 -2
  333. pulumi_oci/database/get_database_software_image.py +2 -2
  334. pulumi_oci/database/get_db_home.py +2 -2
  335. pulumi_oci/database/get_db_node.py +2 -2
  336. pulumi_oci/database/get_db_node_console_connection.py +2 -2
  337. pulumi_oci/database/get_db_node_console_history.py +2 -2
  338. pulumi_oci/database/get_db_server.py +2 -2
  339. pulumi_oci/database/get_exadata_infrastructure.py +2 -2
  340. pulumi_oci/database/get_exadb_vm_cluster.py +3 -3
  341. pulumi_oci/database/get_exascale_db_storage_vault.py +3 -3
  342. pulumi_oci/database/get_external_container_database.py +2 -2
  343. pulumi_oci/database/get_external_database_connector.py +2 -2
  344. pulumi_oci/database/get_external_non_container_database.py +2 -2
  345. pulumi_oci/database/get_external_pluggable_database.py +2 -2
  346. pulumi_oci/database/get_key_store.py +2 -2
  347. pulumi_oci/database/get_maintenance_run.py +14 -1
  348. pulumi_oci/database/get_oneoff_patch.py +2 -2
  349. pulumi_oci/database/get_pluggable_database.py +2 -2
  350. pulumi_oci/database/get_vm_cluster.py +2 -2
  351. pulumi_oci/database/get_vm_cluster_network.py +2 -2
  352. pulumi_oci/database/get_vm_cluster_recommended_network.py +10 -10
  353. pulumi_oci/database/key_store.py +28 -28
  354. pulumi_oci/database/maintenance_run.py +56 -7
  355. pulumi_oci/database/oneoff_patch.py +28 -28
  356. pulumi_oci/database/outputs.py +379 -346
  357. pulumi_oci/database/pluggable_database.py +28 -28
  358. pulumi_oci/database/pluggable_database_managements_management.py +14 -14
  359. pulumi_oci/database/pluggable_databases_local_clone.py +14 -14
  360. pulumi_oci/database/pluggable_databases_remote_clone.py +14 -14
  361. pulumi_oci/database/vm_cluster.py +28 -28
  362. pulumi_oci/database/vm_cluster_add_virtual_network.py +14 -14
  363. pulumi_oci/database/vm_cluster_network.py +28 -28
  364. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +14 -14
  365. pulumi_oci/databasemanagement/_inputs.py +52 -52
  366. pulumi_oci/databasemanagement/db_management_private_endpoint.py +35 -35
  367. pulumi_oci/databasemanagement/external_asm.py +42 -42
  368. pulumi_oci/databasemanagement/external_asm_instance.py +35 -35
  369. pulumi_oci/databasemanagement/external_cluster.py +42 -42
  370. pulumi_oci/databasemanagement/external_cluster_instance.py +35 -35
  371. pulumi_oci/databasemanagement/external_db_home.py +42 -42
  372. pulumi_oci/databasemanagement/external_db_node.py +42 -42
  373. pulumi_oci/databasemanagement/external_db_system.py +35 -35
  374. pulumi_oci/databasemanagement/external_db_system_connector.py +35 -35
  375. pulumi_oci/databasemanagement/external_db_system_discovery.py +35 -35
  376. pulumi_oci/databasemanagement/external_exadata_infrastructure.py +42 -42
  377. pulumi_oci/databasemanagement/external_exadata_storage_connector.py +42 -42
  378. pulumi_oci/databasemanagement/external_exadata_storage_grid.py +42 -42
  379. pulumi_oci/databasemanagement/external_exadata_storage_server.py +42 -42
  380. pulumi_oci/databasemanagement/external_listener.py +42 -42
  381. pulumi_oci/databasemanagement/get_db_management_private_endpoint.py +3 -3
  382. pulumi_oci/databasemanagement/get_external_asm.py +4 -4
  383. pulumi_oci/databasemanagement/get_external_asm_instance.py +3 -3
  384. pulumi_oci/databasemanagement/get_external_cluster.py +4 -4
  385. pulumi_oci/databasemanagement/get_external_cluster_instance.py +3 -3
  386. pulumi_oci/databasemanagement/get_external_db_home.py +4 -4
  387. pulumi_oci/databasemanagement/get_external_db_node.py +4 -4
  388. pulumi_oci/databasemanagement/get_external_db_system.py +3 -3
  389. pulumi_oci/databasemanagement/get_external_db_system_connector.py +3 -3
  390. pulumi_oci/databasemanagement/get_external_db_system_discovery.py +3 -3
  391. pulumi_oci/databasemanagement/get_external_exadata_infrastructure.py +4 -4
  392. pulumi_oci/databasemanagement/get_external_exadata_storage_connector.py +4 -4
  393. pulumi_oci/databasemanagement/get_external_exadata_storage_grid.py +4 -4
  394. pulumi_oci/databasemanagement/get_external_exadata_storage_server.py +4 -4
  395. pulumi_oci/databasemanagement/get_external_listener.py +4 -4
  396. pulumi_oci/databasemanagement/get_managed_database.py +3 -3
  397. pulumi_oci/databasemanagement/get_managed_database_group.py +3 -3
  398. pulumi_oci/databasemanagement/get_named_credential.py +3 -3
  399. pulumi_oci/databasemanagement/managed_database.py +42 -42
  400. pulumi_oci/databasemanagement/managed_database_group.py +35 -35
  401. pulumi_oci/databasemanagement/named_credential.py +35 -35
  402. pulumi_oci/databasemanagement/outputs.py +282 -282
  403. pulumi_oci/databasemigration/_inputs.py +12 -12
  404. pulumi_oci/databasemigration/connection.py +35 -35
  405. pulumi_oci/databasemigration/get_connection.py +3 -3
  406. pulumi_oci/databasemigration/get_migration.py +3 -3
  407. pulumi_oci/databasemigration/get_migrations.py +3 -3
  408. pulumi_oci/databasemigration/job.py +35 -35
  409. pulumi_oci/databasemigration/migration.py +35 -35
  410. pulumi_oci/databasemigration/outputs.py +18 -18
  411. pulumi_oci/databasetools/database_tools_connection.py +49 -49
  412. pulumi_oci/databasetools/database_tools_private_endpoint.py +35 -35
  413. pulumi_oci/databasetools/get_database_tools_connection.py +4 -4
  414. pulumi_oci/databasetools/get_database_tools_endpoint_service.py +3 -3
  415. pulumi_oci/databasetools/get_database_tools_private_endpoint.py +3 -3
  416. pulumi_oci/databasetools/outputs.py +30 -30
  417. pulumi_oci/datacatalog/catalog.py +35 -35
  418. pulumi_oci/datacatalog/catalog_private_endpoint.py +35 -35
  419. pulumi_oci/datacatalog/connection.py +24 -24
  420. pulumi_oci/datacatalog/data_asset.py +10 -10
  421. pulumi_oci/datacatalog/get_catalog.py +3 -3
  422. pulumi_oci/datacatalog/get_catalog_private_endpoint.py +3 -3
  423. pulumi_oci/datacatalog/get_catalog_type.py +1 -1
  424. pulumi_oci/datacatalog/get_connection.py +2 -2
  425. pulumi_oci/datacatalog/get_data_asset.py +1 -1
  426. pulumi_oci/datacatalog/get_metastore.py +3 -3
  427. pulumi_oci/datacatalog/metastore.py +35 -35
  428. pulumi_oci/datacatalog/outputs.py +35 -35
  429. pulumi_oci/dataflow/application.py +42 -42
  430. pulumi_oci/dataflow/get_application.py +3 -3
  431. pulumi_oci/dataflow/get_invoke_run.py +3 -3
  432. pulumi_oci/dataflow/get_pool.py +2 -2
  433. pulumi_oci/dataflow/get_private_endpoint.py +2 -2
  434. pulumi_oci/dataflow/get_sql_endpoint.py +4 -4
  435. pulumi_oci/dataflow/invoke_run.py +42 -42
  436. pulumi_oci/dataflow/outputs.py +42 -42
  437. pulumi_oci/dataflow/pool.py +28 -28
  438. pulumi_oci/dataflow/private_endpoint.py +28 -28
  439. pulumi_oci/dataflow/sql_endpoint.py +49 -49
  440. pulumi_oci/dataintegration/_inputs.py +44 -44
  441. pulumi_oci/dataintegration/get_workspace.py +2 -2
  442. pulumi_oci/dataintegration/get_workspace_application.py +3 -3
  443. pulumi_oci/dataintegration/get_workspace_application_patch.py +2 -2
  444. pulumi_oci/dataintegration/get_workspace_export_request.py +1 -1
  445. pulumi_oci/dataintegration/get_workspace_folder.py +1 -1
  446. pulumi_oci/dataintegration/get_workspace_import_request.py +1 -1
  447. pulumi_oci/dataintegration/get_workspace_project.py +1 -1
  448. pulumi_oci/dataintegration/get_workspace_task.py +1 -1
  449. pulumi_oci/dataintegration/outputs.py +135 -135
  450. pulumi_oci/dataintegration/workspace.py +28 -28
  451. pulumi_oci/dataintegration/workspace_application.py +35 -35
  452. pulumi_oci/dataintegration/workspace_application_patch.py +14 -14
  453. pulumi_oci/dataintegration/workspace_export_request.py +7 -7
  454. pulumi_oci/dataintegration/workspace_folder.py +7 -7
  455. pulumi_oci/dataintegration/workspace_import_request.py +7 -7
  456. pulumi_oci/dataintegration/workspace_project.py +7 -7
  457. pulumi_oci/dataintegration/workspace_task.py +7 -7
  458. pulumi_oci/datalabellingservice/dataset.py +35 -35
  459. pulumi_oci/datalabellingservice/get_dataset.py +3 -3
  460. pulumi_oci/datalabellingservice/outputs.py +9 -9
  461. pulumi_oci/datasafe/__init__.py +2 -0
  462. pulumi_oci/datasafe/_inputs.py +132 -12
  463. pulumi_oci/datasafe/alert.py +42 -42
  464. pulumi_oci/datasafe/alert_policy.py +35 -35
  465. pulumi_oci/datasafe/audit_archive_retrieval.py +35 -35
  466. pulumi_oci/datasafe/audit_policy.py +35 -35
  467. pulumi_oci/datasafe/audit_policy_management.py +35 -35
  468. pulumi_oci/datasafe/audit_profile.py +35 -35
  469. pulumi_oci/datasafe/audit_profile_management.py +28 -28
  470. pulumi_oci/datasafe/audit_trail.py +35 -35
  471. pulumi_oci/datasafe/audit_trail_management.py +35 -35
  472. pulumi_oci/datasafe/calculate_audit_volume_available.py +391 -0
  473. pulumi_oci/datasafe/calculate_audit_volume_collected.py +343 -0
  474. pulumi_oci/datasafe/data_safe_configuration.py +14 -14
  475. pulumi_oci/datasafe/data_safe_private_endpoint.py +35 -35
  476. pulumi_oci/datasafe/database_security_config.py +35 -35
  477. pulumi_oci/datasafe/database_security_config_management.py +25 -25
  478. pulumi_oci/datasafe/discovery_mod.py +35 -35
  479. pulumi_oci/datasafe/get_alert.py +4 -4
  480. pulumi_oci/datasafe/get_alert_policy.py +3 -3
  481. pulumi_oci/datasafe/get_audit_archive_retrieval.py +3 -3
  482. pulumi_oci/datasafe/get_audit_policy.py +3 -3
  483. pulumi_oci/datasafe/get_audit_profile.py +3 -3
  484. pulumi_oci/datasafe/get_audit_trail.py +3 -3
  485. pulumi_oci/datasafe/get_data_safe_configuration.py +2 -2
  486. pulumi_oci/datasafe/get_data_safe_private_endpoint.py +3 -3
  487. pulumi_oci/datasafe/get_discovery_job.py +3 -3
  488. pulumi_oci/datasafe/get_library_masking_format.py +2 -2
  489. pulumi_oci/datasafe/get_masking_policy.py +2 -2
  490. pulumi_oci/datasafe/get_masking_policy_health_report.py +2 -2
  491. pulumi_oci/datasafe/get_onprem_connector.py +3 -3
  492. pulumi_oci/datasafe/get_report.py +3 -3
  493. pulumi_oci/datasafe/get_report_definition.py +3 -3
  494. pulumi_oci/datasafe/get_sdm_masking_policy_difference.py +3 -3
  495. pulumi_oci/datasafe/get_security_assessment.py +3 -3
  496. pulumi_oci/datasafe/get_security_policy.py +3 -3
  497. pulumi_oci/datasafe/get_security_policy_deployment.py +3 -3
  498. pulumi_oci/datasafe/get_security_policy_report.py +3 -3
  499. pulumi_oci/datasafe/get_sensitive_data_model.py +3 -3
  500. pulumi_oci/datasafe/get_sensitive_type.py +3 -3
  501. pulumi_oci/datasafe/get_target_alert_policy_association.py +3 -3
  502. pulumi_oci/datasafe/get_target_database.py +3 -3
  503. pulumi_oci/datasafe/get_user_assessment.py +3 -3
  504. pulumi_oci/datasafe/library_masing_format.py +28 -28
  505. pulumi_oci/datasafe/masking_policy.py +28 -28
  506. pulumi_oci/datasafe/on_prem_connector.py +35 -35
  507. pulumi_oci/datasafe/outputs.py +393 -261
  508. pulumi_oci/datasafe/report.py +35 -35
  509. pulumi_oci/datasafe/report_definition.py +35 -35
  510. pulumi_oci/datasafe/sdm_masking_policy_difference.py +35 -35
  511. pulumi_oci/datasafe/security_assessment.py +35 -35
  512. pulumi_oci/datasafe/security_policy.py +35 -35
  513. pulumi_oci/datasafe/security_policy_deployment.py +35 -35
  514. pulumi_oci/datasafe/security_policy_deployment_management.py +25 -25
  515. pulumi_oci/datasafe/security_policy_management.py +25 -25
  516. pulumi_oci/datasafe/sensitive_data_model.py +35 -35
  517. pulumi_oci/datasafe/sensitive_type.py +35 -35
  518. pulumi_oci/datasafe/sql_collection.py +35 -35
  519. pulumi_oci/datasafe/sql_firewall_policy.py +35 -35
  520. pulumi_oci/datasafe/sql_firewall_policy_management.py +25 -25
  521. pulumi_oci/datasafe/target_alert_policy_association.py +35 -35
  522. pulumi_oci/datasafe/target_database.py +35 -35
  523. pulumi_oci/datasafe/user_assessment.py +35 -35
  524. pulumi_oci/datascience/_inputs.py +36 -36
  525. pulumi_oci/datascience/get_job.py +2 -2
  526. pulumi_oci/datascience/get_job_run.py +2 -2
  527. pulumi_oci/datascience/get_model.py +2 -2
  528. pulumi_oci/datascience/get_model_deployment.py +2 -2
  529. pulumi_oci/datascience/get_model_version_set.py +3 -3
  530. pulumi_oci/datascience/get_notebook_session.py +2 -2
  531. pulumi_oci/datascience/get_pipeline.py +3 -3
  532. pulumi_oci/datascience/get_pipeline_run.py +3 -3
  533. pulumi_oci/datascience/get_private_endpoint.py +3 -3
  534. pulumi_oci/datascience/get_project.py +3 -3
  535. pulumi_oci/datascience/job.py +28 -28
  536. pulumi_oci/datascience/job_run.py +28 -28
  537. pulumi_oci/datascience/model.py +28 -28
  538. pulumi_oci/datascience/model_deployment.py +28 -28
  539. pulumi_oci/datascience/model_version_set.py +35 -35
  540. pulumi_oci/datascience/notebook_session.py +28 -28
  541. pulumi_oci/datascience/outputs.py +156 -156
  542. pulumi_oci/datascience/pipeline.py +35 -35
  543. pulumi_oci/datascience/pipeline_run.py +42 -42
  544. pulumi_oci/datascience/private_endpoint.py +35 -35
  545. pulumi_oci/datascience/project.py +35 -35
  546. pulumi_oci/demandsignal/_inputs.py +4 -4
  547. pulumi_oci/demandsignal/get_occ_demand_signal.py +3 -3
  548. pulumi_oci/demandsignal/occ_demand_signal.py +35 -35
  549. pulumi_oci/demandsignal/outputs.py +18 -18
  550. pulumi_oci/devops/_inputs.py +8 -8
  551. pulumi_oci/devops/build_pipeline.py +35 -35
  552. pulumi_oci/devops/build_pipeline_stage.py +35 -35
  553. pulumi_oci/devops/build_run.py +35 -35
  554. pulumi_oci/devops/connection.py +35 -35
  555. pulumi_oci/devops/deploy_artifact.py +35 -35
  556. pulumi_oci/devops/deploy_environment.py +35 -35
  557. pulumi_oci/devops/deploy_pipeline.py +35 -35
  558. pulumi_oci/devops/deploy_stage.py +49 -49
  559. pulumi_oci/devops/deployment.py +35 -35
  560. pulumi_oci/devops/get_build_pipeline.py +3 -3
  561. pulumi_oci/devops/get_build_pipeline_stage.py +3 -3
  562. pulumi_oci/devops/get_build_run.py +3 -3
  563. pulumi_oci/devops/get_connection.py +3 -3
  564. pulumi_oci/devops/get_deploy_artifact.py +3 -3
  565. pulumi_oci/devops/get_deploy_environment.py +3 -3
  566. pulumi_oci/devops/get_deploy_pipeline.py +3 -3
  567. pulumi_oci/devops/get_deploy_stage.py +4 -4
  568. pulumi_oci/devops/get_deployment.py +3 -3
  569. pulumi_oci/devops/get_project.py +3 -3
  570. pulumi_oci/devops/get_repository.py +3 -3
  571. pulumi_oci/devops/get_repository_ref.py +2 -2
  572. pulumi_oci/devops/get_trigger.py +3 -3
  573. pulumi_oci/devops/outputs.py +179 -179
  574. pulumi_oci/devops/project.py +35 -35
  575. pulumi_oci/devops/repository.py +35 -35
  576. pulumi_oci/devops/repository_protected_branch_management.py +7 -7
  577. pulumi_oci/devops/repository_ref.py +14 -14
  578. pulumi_oci/devops/trigger.py +35 -35
  579. pulumi_oci/disasterrecovery/_inputs.py +66 -2
  580. pulumi_oci/disasterrecovery/dr_plan.py +35 -35
  581. pulumi_oci/disasterrecovery/dr_plan_execution.py +35 -35
  582. pulumi_oci/disasterrecovery/dr_protection_group.py +43 -35
  583. pulumi_oci/disasterrecovery/get_dr_plan.py +3 -3
  584. pulumi_oci/disasterrecovery/get_dr_plan_execution.py +3 -3
  585. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +1 -18
  586. pulumi_oci/disasterrecovery/get_dr_protection_group.py +3 -3
  587. pulumi_oci/disasterrecovery/outputs.py +177 -37
  588. pulumi_oci/dns/action_create_zone_from_zone_file.py +14 -14
  589. pulumi_oci/dns/get_resolver.py +2 -2
  590. pulumi_oci/dns/get_steering_policy.py +2 -2
  591. pulumi_oci/dns/get_tsig_key.py +2 -2
  592. pulumi_oci/dns/get_view.py +2 -2
  593. pulumi_oci/dns/outputs.py +30 -30
  594. pulumi_oci/dns/resolver.py +28 -28
  595. pulumi_oci/dns/steering_policy.py +28 -28
  596. pulumi_oci/dns/tsig_key.py +28 -28
  597. pulumi_oci/dns/view.py +28 -28
  598. pulumi_oci/dns/zone.py +28 -28
  599. pulumi_oci/email/dkim.py +35 -35
  600. pulumi_oci/email/email_domain.py +35 -35
  601. pulumi_oci/email/email_return_path.py +35 -35
  602. pulumi_oci/email/get_dkim.py +3 -3
  603. pulumi_oci/email/get_email_domain.py +3 -3
  604. pulumi_oci/email/get_email_return_path.py +3 -3
  605. pulumi_oci/email/get_sender.py +3 -3
  606. pulumi_oci/email/outputs.py +36 -36
  607. pulumi_oci/email/sender.py +35 -35
  608. pulumi_oci/events/get_rule.py +2 -2
  609. pulumi_oci/events/outputs.py +6 -6
  610. pulumi_oci/events/rule.py +28 -28
  611. pulumi_oci/filestorage/file_system.py +28 -28
  612. pulumi_oci/filestorage/filesystem_snapshot_policy.py +28 -28
  613. pulumi_oci/filestorage/get_filesystem_snapshot_policy.py +2 -2
  614. pulumi_oci/filestorage/get_outbound_connector.py +2 -2
  615. pulumi_oci/filestorage/get_replication.py +2 -2
  616. pulumi_oci/filestorage/get_replication_target.py +2 -2
  617. pulumi_oci/filestorage/get_snapshot.py +2 -2
  618. pulumi_oci/filestorage/mount_target.py +28 -28
  619. pulumi_oci/filestorage/outbound_connector.py +28 -28
  620. pulumi_oci/filestorage/outputs.py +42 -42
  621. pulumi_oci/filestorage/replication.py +28 -28
  622. pulumi_oci/filestorage/snapshot.py +28 -28
  623. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +25 -25
  624. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +25 -25
  625. pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +3 -3
  626. pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +3 -3
  627. pulumi_oci/fleetsoftwareupdate/outputs.py +12 -12
  628. pulumi_oci/functions/application.py +42 -42
  629. pulumi_oci/functions/function.py +42 -42
  630. pulumi_oci/functions/get_application.py +3 -3
  631. pulumi_oci/functions/get_function.py +3 -3
  632. pulumi_oci/functions/get_fusion_environment.py +2 -2
  633. pulumi_oci/functions/get_fusion_environment_family.py +2 -2
  634. pulumi_oci/functions/get_fusion_environment_service_attachment.py +2 -2
  635. pulumi_oci/functions/get_pbf_listing.py +3 -3
  636. pulumi_oci/functions/get_pbf_listing_version.py +3 -3
  637. pulumi_oci/functions/outputs.py +56 -56
  638. pulumi_oci/fusionapps/fusion_environment.py +28 -28
  639. pulumi_oci/fusionapps/fusion_environment_family.py +28 -28
  640. pulumi_oci/fusionapps/fusion_environment_service_attachment.py +21 -21
  641. pulumi_oci/generativeai/dedicated_ai_cluster.py +35 -35
  642. pulumi_oci/generativeai/endpoint.py +35 -35
  643. pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -3
  644. pulumi_oci/generativeai/get_endpoint.py +3 -3
  645. pulumi_oci/generativeai/get_model.py +3 -3
  646. pulumi_oci/generativeai/model.py +35 -35
  647. pulumi_oci/generativeai/outputs.py +20 -20
  648. pulumi_oci/genericartifactscontent/artifact_by_path.py +14 -14
  649. pulumi_oci/genericartifactscontent/get_artifact_by_path.py +2 -2
  650. pulumi_oci/globallydistributeddatabase/_inputs.py +16 -16
  651. pulumi_oci/globallydistributeddatabase/get_private_endpoint.py +3 -3
  652. pulumi_oci/globallydistributeddatabase/get_sharded_database.py +3 -3
  653. pulumi_oci/globallydistributeddatabase/outputs.py +42 -42
  654. pulumi_oci/globallydistributeddatabase/private_endpoint.py +35 -35
  655. pulumi_oci/globallydistributeddatabase/sharded_database.py +35 -35
  656. pulumi_oci/goldengate/connection.py +35 -35
  657. pulumi_oci/goldengate/database_registration.py +35 -35
  658. pulumi_oci/goldengate/deployment.py +35 -35
  659. pulumi_oci/goldengate/deployment_backup.py +35 -35
  660. pulumi_oci/goldengate/get_connection.py +3 -3
  661. pulumi_oci/goldengate/get_database_registration.py +3 -3
  662. pulumi_oci/goldengate/get_deployment.py +3 -3
  663. pulumi_oci/goldengate/get_deployment_backup.py +3 -3
  664. pulumi_oci/goldengate/get_deployment_upgrade.py +3 -3
  665. pulumi_oci/goldengate/outputs.py +45 -45
  666. pulumi_oci/healthchecks/get_http_monitor.py +3 -3
  667. pulumi_oci/healthchecks/get_ping_monitor.py +2 -2
  668. pulumi_oci/healthchecks/http_monitor.py +42 -42
  669. pulumi_oci/healthchecks/http_probe.py +14 -14
  670. pulumi_oci/healthchecks/outputs.py +15 -15
  671. pulumi_oci/healthchecks/ping_monitor.py +28 -28
  672. pulumi_oci/identity/compartment.py +28 -28
  673. pulumi_oci/identity/domain.py +28 -28
  674. pulumi_oci/identity/dynamic_group.py +28 -28
  675. pulumi_oci/identity/get_compartment.py +2 -2
  676. pulumi_oci/identity/get_domain.py +2 -2
  677. pulumi_oci/identity/get_group.py +2 -2
  678. pulumi_oci/identity/get_network_source.py +2 -2
  679. pulumi_oci/identity/get_tag.py +2 -2
  680. pulumi_oci/identity/get_tenancy.py +2 -2
  681. pulumi_oci/identity/get_user.py +2 -2
  682. pulumi_oci/identity/group.py +28 -28
  683. pulumi_oci/identity/identity_provider.py +42 -42
  684. pulumi_oci/identity/network_source.py +28 -28
  685. pulumi_oci/identity/outputs.py +69 -69
  686. pulumi_oci/identity/policy.py +28 -28
  687. pulumi_oci/identity/tag.py +28 -28
  688. pulumi_oci/identity/tag_namespace.py +28 -28
  689. pulumi_oci/identity/user.py +28 -28
  690. pulumi_oci/integration/get_integration_instance.py +40 -4
  691. pulumi_oci/integration/integration_instance.py +144 -28
  692. pulumi_oci/integration/outputs.py +41 -12
  693. pulumi_oci/jms/fleet.py +35 -35
  694. pulumi_oci/jms/get_fleet.py +3 -3
  695. pulumi_oci/jms/get_java_downloads_java_download_report.py +3 -3
  696. pulumi_oci/jms/get_java_downloads_java_download_token.py +3 -3
  697. pulumi_oci/jms/get_java_downloads_java_license_acceptance_record.py +3 -3
  698. pulumi_oci/jms/get_jms_plugin.py +3 -3
  699. pulumi_oci/jms/java_downloads_java_download_report.py +35 -35
  700. pulumi_oci/jms/java_downloads_java_download_token.py +35 -35
  701. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +28 -28
  702. pulumi_oci/jms/jms_plugin.py +35 -35
  703. pulumi_oci/jms/outputs.py +45 -45
  704. pulumi_oci/kms/ekms_private_endpoint.py +28 -28
  705. pulumi_oci/kms/encrypted_data.py +28 -28
  706. pulumi_oci/kms/generated_key.py +28 -28
  707. pulumi_oci/kms/get_decrypted_data.py +5 -5
  708. pulumi_oci/kms/get_ekms_private_endpoint.py +2 -2
  709. pulumi_oci/kms/get_encrypted_data.py +5 -5
  710. pulumi_oci/kms/get_key.py +2 -2
  711. pulumi_oci/kms/get_vault.py +2 -2
  712. pulumi_oci/kms/key.py +28 -28
  713. pulumi_oci/kms/outputs.py +18 -18
  714. pulumi_oci/kms/vault.py +28 -28
  715. pulumi_oci/licensemanager/get_license_record.py +3 -3
  716. pulumi_oci/licensemanager/get_product_license.py +3 -3
  717. pulumi_oci/licensemanager/license_record.py +35 -35
  718. pulumi_oci/licensemanager/outputs.py +18 -18
  719. pulumi_oci/licensemanager/product_license.py +35 -35
  720. pulumi_oci/limits/get_limit_definitions.py +24 -7
  721. pulumi_oci/limits/get_limit_values.py +24 -7
  722. pulumi_oci/limits/get_quota.py +2 -2
  723. pulumi_oci/limits/get_resource_availability.py +24 -5
  724. pulumi_oci/limits/get_services.py +24 -7
  725. pulumi_oci/limits/outputs.py +41 -8
  726. pulumi_oci/limits/quota.py +28 -28
  727. pulumi_oci/loadbalancer/load_balancer.py +35 -35
  728. pulumi_oci/loadbalancer/outputs.py +9 -9
  729. pulumi_oci/loganalytics/get_log_analytics_entity.py +3 -3
  730. pulumi_oci/loganalytics/get_log_analytics_log_group.py +2 -2
  731. pulumi_oci/loganalytics/get_log_analytics_object_collection_rule.py +2 -2
  732. pulumi_oci/loganalytics/get_namespace_ingest_time_rule.py +2 -2
  733. pulumi_oci/loganalytics/get_namespace_scheduled_task.py +2 -2
  734. pulumi_oci/loganalytics/log_analytics_entity.py +42 -42
  735. pulumi_oci/loganalytics/log_analytics_log_group.py +28 -28
  736. pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +28 -28
  737. pulumi_oci/loganalytics/namespace_ingest_time_rule.py +28 -28
  738. pulumi_oci/loganalytics/namespace_scheduled_task.py +28 -28
  739. pulumi_oci/loganalytics/outputs.py +45 -45
  740. pulumi_oci/logging/_inputs.py +36 -36
  741. pulumi_oci/logging/get_log.py +2 -2
  742. pulumi_oci/logging/get_log_group.py +2 -2
  743. pulumi_oci/logging/get_log_saved_search.py +2 -2
  744. pulumi_oci/logging/get_unified_agent_configuration.py +2 -2
  745. pulumi_oci/logging/log.py +28 -28
  746. pulumi_oci/logging/log_group.py +28 -28
  747. pulumi_oci/logging/log_saved_search.py +28 -28
  748. pulumi_oci/logging/outputs.py +81 -81
  749. pulumi_oci/logging/unified_agent_configuration.py +28 -28
  750. pulumi_oci/managementagent/get_management_agent.py +2 -2
  751. pulumi_oci/managementagent/management_agent.py +28 -28
  752. pulumi_oci/managementagent/outputs.py +6 -6
  753. pulumi_oci/marketplace/accepted_agreement.py +28 -28
  754. pulumi_oci/marketplace/get_accepted_agreement.py +2 -2
  755. pulumi_oci/marketplace/get_publication.py +3 -3
  756. pulumi_oci/marketplace/outputs.py +15 -15
  757. pulumi_oci/marketplace/publication.py +35 -35
  758. pulumi_oci/mediaservices/_inputs.py +4 -4
  759. pulumi_oci/mediaservices/get_media_asset.py +3 -3
  760. pulumi_oci/mediaservices/get_media_workflow.py +3 -3
  761. pulumi_oci/mediaservices/get_media_workflow_configuration.py +3 -3
  762. pulumi_oci/mediaservices/get_media_workflow_job.py +3 -3
  763. pulumi_oci/mediaservices/get_stream_cdn_config.py +3 -3
  764. pulumi_oci/mediaservices/get_stream_distribution_channel.py +3 -3
  765. pulumi_oci/mediaservices/get_stream_packaging_config.py +3 -3
  766. pulumi_oci/mediaservices/media_asset.py +35 -35
  767. pulumi_oci/mediaservices/media_workflow.py +35 -35
  768. pulumi_oci/mediaservices/media_workflow_configuration.py +35 -35
  769. pulumi_oci/mediaservices/media_workflow_job.py +35 -35
  770. pulumi_oci/mediaservices/outputs.py +75 -75
  771. pulumi_oci/mediaservices/stream_cdn_config.py +35 -35
  772. pulumi_oci/mediaservices/stream_distribution_channel.py +35 -35
  773. pulumi_oci/mediaservices/stream_packaging_config.py +35 -35
  774. pulumi_oci/meteringcomputation/get_schedule.py +3 -3
  775. pulumi_oci/meteringcomputation/outputs.py +9 -9
  776. pulumi_oci/meteringcomputation/schedule.py +35 -35
  777. pulumi_oci/monitoring/alarm.py +28 -28
  778. pulumi_oci/monitoring/alarm_suppression.py +42 -42
  779. pulumi_oci/monitoring/get_alarm.py +2 -2
  780. pulumi_oci/monitoring/get_alarm_suppression.py +3 -3
  781. pulumi_oci/monitoring/get_metrics.py +5 -5
  782. pulumi_oci/monitoring/outputs.py +27 -27
  783. pulumi_oci/mysql/_inputs.py +234 -34
  784. pulumi_oci/mysql/channel.py +28 -28
  785. pulumi_oci/mysql/get_channel.py +2 -2
  786. pulumi_oci/mysql/get_mysql_backup.py +3 -3
  787. pulumi_oci/mysql/get_mysql_configuration.py +2 -2
  788. pulumi_oci/mysql/get_mysql_db_system.py +17 -4
  789. pulumi_oci/mysql/get_replica.py +2 -2
  790. pulumi_oci/mysql/mysql_backup.py +32 -32
  791. pulumi_oci/mysql/mysql_configuration.py +28 -28
  792. pulumi_oci/mysql/mysql_db_system.py +83 -28
  793. pulumi_oci/mysql/outputs.py +605 -112
  794. pulumi_oci/mysql/replica.py +28 -28
  795. pulumi_oci/networkfirewall/get_network_firewall.py +3 -3
  796. pulumi_oci/networkfirewall/get_network_firewall_policy.py +3 -3
  797. pulumi_oci/networkfirewall/network_firewall.py +35 -35
  798. pulumi_oci/networkfirewall/network_firewall_policy.py +35 -35
  799. pulumi_oci/networkfirewall/outputs.py +18 -18
  800. pulumi_oci/networkloadbalancer/backend_set.py +2 -2
  801. pulumi_oci/networkloadbalancer/get_listener.py +29 -3
  802. pulumi_oci/networkloadbalancer/get_network_load_balancer.py +3 -3
  803. pulumi_oci/networkloadbalancer/listener.py +122 -24
  804. pulumi_oci/networkloadbalancer/network_load_balancer.py +42 -42
  805. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +2 -2
  806. pulumi_oci/networkloadbalancer/outputs.py +36 -14
  807. pulumi_oci/nosql/get_table.py +3 -3
  808. pulumi_oci/nosql/outputs.py +9 -9
  809. pulumi_oci/nosql/table.py +35 -35
  810. pulumi_oci/objectstorage/bucket.py +42 -42
  811. pulumi_oci/objectstorage/get_bucket.py +3 -3
  812. pulumi_oci/objectstorage/get_object.py +1 -1
  813. pulumi_oci/objectstorage/get_object_head.py +1 -1
  814. pulumi_oci/objectstorage/outputs.py +9 -9
  815. pulumi_oci/objectstorage/storage_object.py +14 -14
  816. pulumi_oci/oce/get_oce_instance.py +4 -4
  817. pulumi_oci/oce/instance.py +42 -42
  818. pulumi_oci/oce/outputs.py +12 -12
  819. pulumi_oci/ocvp/cluster.py +28 -28
  820. pulumi_oci/ocvp/esxi_host.py +28 -28
  821. pulumi_oci/ocvp/get_cluster.py +2 -2
  822. pulumi_oci/ocvp/get_exsi_host.py +2 -2
  823. pulumi_oci/ocvp/get_retrieve_password.py +1 -1
  824. pulumi_oci/ocvp/get_sddc.py +2 -2
  825. pulumi_oci/ocvp/outputs.py +18 -18
  826. pulumi_oci/ocvp/sddc.py +28 -28
  827. pulumi_oci/oda/get_oda_instance.py +2 -2
  828. pulumi_oci/oda/get_oda_private_endpoint.py +2 -2
  829. pulumi_oci/oda/oda_instance.py +28 -28
  830. pulumi_oci/oda/oda_private_endpoint.py +28 -28
  831. pulumi_oci/oda/outputs.py +12 -12
  832. pulumi_oci/ons/get_notification_topic.py +2 -2
  833. pulumi_oci/ons/get_subscription.py +2 -2
  834. pulumi_oci/ons/notification_topic.py +28 -28
  835. pulumi_oci/ons/outputs.py +12 -12
  836. pulumi_oci/ons/subscription.py +28 -28
  837. pulumi_oci/opa/get_opa_instance.py +3 -3
  838. pulumi_oci/opa/opa_instance.py +35 -35
  839. pulumi_oci/opa/outputs.py +9 -9
  840. pulumi_oci/opensearch/cluster.py +42 -42
  841. pulumi_oci/opensearch/get_opensearch_cluster.py +3 -3
  842. pulumi_oci/opensearch/outputs.py +9 -9
  843. pulumi_oci/operatoraccesscontrol/get_access_request.py +2 -2
  844. pulumi_oci/operatoraccesscontrol/get_control.py +2 -2
  845. pulumi_oci/operatoraccesscontrol/get_control_assignment.py +2 -2
  846. pulumi_oci/operatoraccesscontrol/operator_control.py +28 -28
  847. pulumi_oci/operatoraccesscontrol/operator_control_assignment.py +28 -28
  848. pulumi_oci/operatoraccesscontrol/outputs.py +18 -18
  849. pulumi_oci/opsi/_inputs.py +12 -12
  850. pulumi_oci/opsi/awr_hub.py +35 -35
  851. pulumi_oci/opsi/awr_hub_source.py +35 -35
  852. pulumi_oci/opsi/database_insight.py +35 -35
  853. pulumi_oci/opsi/enterprise_manager_bridge.py +35 -35
  854. pulumi_oci/opsi/exadata_insight.py +35 -35
  855. pulumi_oci/opsi/get_awr_hub.py +3 -3
  856. pulumi_oci/opsi/get_awr_hub_source.py +3 -3
  857. pulumi_oci/opsi/get_database_insight.py +3 -3
  858. pulumi_oci/opsi/get_enterprise_manager_bridge.py +3 -3
  859. pulumi_oci/opsi/get_exadata_insight.py +3 -3
  860. pulumi_oci/opsi/get_host_insight.py +3 -3
  861. pulumi_oci/opsi/get_news_report.py +3 -3
  862. pulumi_oci/opsi/get_operations_insights_private_endpoint.py +3 -3
  863. pulumi_oci/opsi/get_operations_insights_warehouse.py +3 -3
  864. pulumi_oci/opsi/get_operations_insights_warehouse_user.py +3 -3
  865. pulumi_oci/opsi/get_opsi_configuration.py +3 -3
  866. pulumi_oci/opsi/host_insight.py +35 -35
  867. pulumi_oci/opsi/news_report.py +35 -35
  868. pulumi_oci/opsi/operations_insights_private_endpoint.py +35 -35
  869. pulumi_oci/opsi/operations_insights_warehouse.py +35 -35
  870. pulumi_oci/opsi/operations_insights_warehouse_user.py +35 -35
  871. pulumi_oci/opsi/opsi_configuration.py +42 -42
  872. pulumi_oci/opsi/outputs.py +126 -126
  873. pulumi_oci/optimizer/get_category.py +1 -1
  874. pulumi_oci/optimizer/get_profile.py +3 -3
  875. pulumi_oci/optimizer/get_recommendation.py +1 -1
  876. pulumi_oci/optimizer/get_resource_action.py +2 -2
  877. pulumi_oci/optimizer/outputs.py +26 -26
  878. pulumi_oci/optimizer/profile.py +33 -33
  879. pulumi_oci/optimizer/recommendation.py +7 -7
  880. pulumi_oci/optimizer/resource_action.py +14 -14
  881. pulumi_oci/osmanagement/get_managed_instance_group.py +2 -2
  882. pulumi_oci/osmanagement/get_software_source.py +2 -2
  883. pulumi_oci/osmanagement/managed_instance_group.py +28 -28
  884. pulumi_oci/osmanagement/outputs.py +12 -12
  885. pulumi_oci/osmanagement/software_source.py +28 -28
  886. pulumi_oci/osmanagementhub/_inputs.py +12 -12
  887. pulumi_oci/osmanagementhub/event.py +35 -35
  888. pulumi_oci/osmanagementhub/get_event.py +3 -3
  889. pulumi_oci/osmanagementhub/get_lifecycle_environment.py +3 -3
  890. pulumi_oci/osmanagementhub/get_lifecycle_stage.py +3 -3
  891. pulumi_oci/osmanagementhub/get_managed_instance_group.py +3 -3
  892. pulumi_oci/osmanagementhub/get_management_station.py +3 -3
  893. pulumi_oci/osmanagementhub/get_profile.py +3 -3
  894. pulumi_oci/osmanagementhub/get_scheduled_job.py +3 -3
  895. pulumi_oci/osmanagementhub/get_software_source.py +3 -3
  896. pulumi_oci/osmanagementhub/lifecycle_environment.py +35 -35
  897. pulumi_oci/osmanagementhub/managed_instance_group.py +35 -35
  898. pulumi_oci/osmanagementhub/management_station.py +35 -35
  899. pulumi_oci/osmanagementhub/outputs.py +108 -108
  900. pulumi_oci/osmanagementhub/profile.py +35 -35
  901. pulumi_oci/osmanagementhub/scheduled_job.py +35 -35
  902. pulumi_oci/osmanagementhub/software_source.py +35 -35
  903. pulumi_oci/psql/_inputs.py +4 -4
  904. pulumi_oci/psql/backup.py +35 -35
  905. pulumi_oci/psql/configuration.py +42 -42
  906. pulumi_oci/psql/db_system.py +35 -35
  907. pulumi_oci/psql/get_backup.py +3 -3
  908. pulumi_oci/psql/get_configuration.py +3 -3
  909. pulumi_oci/psql/get_db_system.py +3 -3
  910. pulumi_oci/psql/outputs.py +34 -34
  911. pulumi_oci/pulumi-plugin.json +1 -1
  912. pulumi_oci/queue/get_queue.py +3 -3
  913. pulumi_oci/queue/outputs.py +9 -9
  914. pulumi_oci/queue/queue.py +35 -35
  915. pulumi_oci/recoverymod/get_protected_database.py +3 -3
  916. pulumi_oci/recoverymod/get_protection_policy.py +3 -3
  917. pulumi_oci/recoverymod/get_recovery_service_subnet.py +3 -3
  918. pulumi_oci/recoverymod/outputs.py +27 -27
  919. pulumi_oci/recoverymod/protected_database.py +35 -35
  920. pulumi_oci/recoverymod/protection_policy.py +35 -35
  921. pulumi_oci/recoverymod/recovery_service_subnet.py +35 -35
  922. pulumi_oci/redis/__init__.py +1 -0
  923. pulumi_oci/redis/_inputs.py +40 -0
  924. pulumi_oci/redis/get_redis_cluster.py +50 -24
  925. pulumi_oci/redis/get_redis_cluster_nodes.py +156 -0
  926. pulumi_oci/redis/get_redis_clusters.py +8 -8
  927. pulumi_oci/redis/outputs.py +169 -37
  928. pulumi_oci/redis/redis_cluster.py +212 -114
  929. pulumi_oci/resourcemanager/get_private_endpoint.py +2 -2
  930. pulumi_oci/resourcemanager/get_stack.py +3 -3
  931. pulumi_oci/resourcemanager/outputs.py +14 -14
  932. pulumi_oci/resourcemanager/private_endpoint.py +28 -28
  933. pulumi_oci/resourcescheduler/_inputs.py +4 -4
  934. pulumi_oci/resourcescheduler/get_schedule.py +3 -3
  935. pulumi_oci/resourcescheduler/outputs.py +18 -18
  936. pulumi_oci/resourcescheduler/schedule.py +35 -35
  937. pulumi_oci/sch/connector.py +35 -35
  938. pulumi_oci/sch/get_service_connector.py +3 -3
  939. pulumi_oci/sch/outputs.py +9 -9
  940. pulumi_oci/secrets/get_secretbundle.py +1 -1
  941. pulumi_oci/servicecatalog/catalog.py +28 -28
  942. pulumi_oci/servicecatalog/get_private_application.py +2 -2
  943. pulumi_oci/servicecatalog/get_service_catalog.py +2 -2
  944. pulumi_oci/servicecatalog/outputs.py +12 -12
  945. pulumi_oci/servicecatalog/private_application.py +28 -28
  946. pulumi_oci/servicemanagerproxy/outputs.py +4 -4
  947. pulumi_oci/servicemesh/access_policy.py +35 -35
  948. pulumi_oci/servicemesh/get_access_policy.py +3 -3
  949. pulumi_oci/servicemesh/get_ingress_gateway.py +3 -3
  950. pulumi_oci/servicemesh/get_ingress_gateway_route_table.py +3 -3
  951. pulumi_oci/servicemesh/get_mesh.py +3 -3
  952. pulumi_oci/servicemesh/get_virtual_deployment.py +3 -3
  953. pulumi_oci/servicemesh/get_virtual_service.py +3 -3
  954. pulumi_oci/servicemesh/get_virtual_service_route_table.py +3 -3
  955. pulumi_oci/servicemesh/ingress_gateway.py +35 -35
  956. pulumi_oci/servicemesh/ingress_gateway_route_table.py +35 -35
  957. pulumi_oci/servicemesh/mesh.py +35 -35
  958. pulumi_oci/servicemesh/outputs.py +63 -63
  959. pulumi_oci/servicemesh/virtual_deployment.py +35 -35
  960. pulumi_oci/servicemesh/virtual_service.py +35 -35
  961. pulumi_oci/servicemesh/virtual_service_route_table.py +35 -35
  962. pulumi_oci/stackmonitoring/_inputs.py +44 -44
  963. pulumi_oci/stackmonitoring/baselineable_metric.py +21 -21
  964. pulumi_oci/stackmonitoring/config.py +35 -35
  965. pulumi_oci/stackmonitoring/discovery_job.py +35 -35
  966. pulumi_oci/stackmonitoring/get_baselineable_metric.py +3 -3
  967. pulumi_oci/stackmonitoring/get_config.py +3 -3
  968. pulumi_oci/stackmonitoring/get_discovery_job.py +3 -3
  969. pulumi_oci/stackmonitoring/get_monitored_resource.py +3 -3
  970. pulumi_oci/stackmonitoring/get_monitored_resource_task.py +3 -3
  971. pulumi_oci/stackmonitoring/get_monitored_resource_type.py +3 -3
  972. pulumi_oci/stackmonitoring/get_process_set.py +3 -3
  973. pulumi_oci/stackmonitoring/monitored_resource.py +35 -35
  974. pulumi_oci/stackmonitoring/monitored_resource_task.py +35 -35
  975. pulumi_oci/stackmonitoring/monitored_resource_type.py +35 -35
  976. pulumi_oci/stackmonitoring/monitored_resources_search.py +14 -14
  977. pulumi_oci/stackmonitoring/outputs.py +114 -114
  978. pulumi_oci/stackmonitoring/process_set.py +35 -35
  979. pulumi_oci/streaming/connect_harness.py +28 -28
  980. pulumi_oci/streaming/get_connect_harness.py +2 -2
  981. pulumi_oci/streaming/get_stream.py +2 -2
  982. pulumi_oci/streaming/get_stream_pool.py +2 -2
  983. pulumi_oci/streaming/outputs.py +18 -18
  984. pulumi_oci/streaming/stream.py +28 -28
  985. pulumi_oci/streaming/stream_pool.py +28 -28
  986. pulumi_oci/vault/get_secret.py +3 -3
  987. pulumi_oci/vault/outputs.py +9 -9
  988. pulumi_oci/vault/secret.py +42 -42
  989. pulumi_oci/vbs/get_inst_vbs_instance.py +3 -3
  990. pulumi_oci/vbs/inst_vbs_instance.py +35 -35
  991. pulumi_oci/vbs/outputs.py +9 -9
  992. pulumi_oci/visualbuilder/get_vb_instance.py +3 -3
  993. pulumi_oci/visualbuilder/outputs.py +9 -9
  994. pulumi_oci/visualbuilder/vb_instance.py +35 -35
  995. pulumi_oci/vnmonitoring/get_path_analyzer_test.py +3 -3
  996. pulumi_oci/vnmonitoring/outputs.py +9 -9
  997. pulumi_oci/vnmonitoring/path_analyzer_test.py +35 -35
  998. pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +35 -35
  999. pulumi_oci/vulnerabilityscanning/container_scan_target.py +35 -35
  1000. pulumi_oci/vulnerabilityscanning/get_container_scan_recipe.py +3 -3
  1001. pulumi_oci/vulnerabilityscanning/get_container_scan_target.py +3 -3
  1002. pulumi_oci/vulnerabilityscanning/get_host_scan_recipe.py +3 -3
  1003. pulumi_oci/vulnerabilityscanning/get_host_scan_target.py +3 -3
  1004. pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +35 -35
  1005. pulumi_oci/vulnerabilityscanning/host_scan_target.py +35 -35
  1006. pulumi_oci/vulnerabilityscanning/outputs.py +45 -45
  1007. pulumi_oci/waa/app_acceleration.py +42 -42
  1008. pulumi_oci/waa/app_acceleration_policy.py +42 -42
  1009. pulumi_oci/waa/get_app_acceleration.py +3 -3
  1010. pulumi_oci/waa/get_app_acceleration_policy.py +3 -3
  1011. pulumi_oci/waa/outputs.py +18 -18
  1012. pulumi_oci/waas/_inputs.py +4 -4
  1013. pulumi_oci/waas/address_list.py +28 -28
  1014. pulumi_oci/waas/certificate.py +28 -28
  1015. pulumi_oci/waas/custom_protection_rule.py +28 -28
  1016. pulumi_oci/waas/get_address_list.py +2 -2
  1017. pulumi_oci/waas/get_certificate.py +2 -2
  1018. pulumi_oci/waas/get_custom_protection_rule.py +2 -2
  1019. pulumi_oci/waas/get_http_redirect.py +2 -2
  1020. pulumi_oci/waas/get_waas_policy.py +2 -2
  1021. pulumi_oci/waas/http_redirect.py +28 -28
  1022. pulumi_oci/waas/outputs.py +39 -39
  1023. pulumi_oci/waas/policy.py +28 -28
  1024. pulumi_oci/waf/app_firewall.py +42 -42
  1025. pulumi_oci/waf/app_firewall_policy.py +42 -42
  1026. pulumi_oci/waf/get_network_address_list.py +3 -3
  1027. pulumi_oci/waf/get_web_app_firewall.py +3 -3
  1028. pulumi_oci/waf/get_web_app_firewall_policy.py +3 -3
  1029. pulumi_oci/waf/network_address_list.py +42 -42
  1030. pulumi_oci/waf/outputs.py +27 -27
  1031. {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/METADATA +1 -1
  1032. {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/RECORD +1034 -1031
  1033. {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/WHEEL +1 -1
  1034. {pulumi_oci-2.7.0a1723456529.dist-info → pulumi_oci-2.8.0.dist-info}/top_level.txt +0 -0
@@ -19,6 +19,8 @@ __all__ = [
19
19
  'AuditPolicyManagementAuditConditionEnableCondition',
20
20
  'AuditPolicyManagementAuditSpecification',
21
21
  'AuditProfileAuditTrail',
22
+ 'CalculateAuditVolumeAvailableAvailableAuditVolume',
23
+ 'CalculateAuditVolumeCollectedCollectedAuditVolume',
22
24
  'DataSafeConfigurationGlobalSetting',
23
25
  'DatabaseSecurityConfigManagementSqlFirewallConfig',
24
26
  'DatabaseSecurityConfigSqlFirewallConfig',
@@ -1176,10 +1178,10 @@ class AuditProfileAuditTrail(dict):
1176
1178
  audit_collection_start_time: Optional[str] = None,
1177
1179
  audit_profile_id: Optional[str] = None,
1178
1180
  compartment_id: Optional[str] = None,
1179
- defined_tags: Optional[Mapping[str, Any]] = None,
1181
+ defined_tags: Optional[Mapping[str, str]] = None,
1180
1182
  description: Optional[str] = None,
1181
1183
  display_name: Optional[str] = None,
1182
- freeform_tags: Optional[Mapping[str, Any]] = None,
1184
+ freeform_tags: Optional[Mapping[str, str]] = None,
1183
1185
  id: Optional[str] = None,
1184
1186
  is_auto_purge_enabled: Optional[bool] = None,
1185
1187
  lifecycle_details: Optional[str] = None,
@@ -1189,7 +1191,7 @@ class AuditProfileAuditTrail(dict):
1189
1191
  purge_job_time: Optional[str] = None,
1190
1192
  state: Optional[str] = None,
1191
1193
  status: Optional[str] = None,
1192
- system_tags: Optional[Mapping[str, Any]] = None,
1194
+ system_tags: Optional[Mapping[str, str]] = None,
1193
1195
  target_id: Optional[str] = None,
1194
1196
  time_created: Optional[str] = None,
1195
1197
  time_last_collected: Optional[str] = None,
@@ -1201,10 +1203,10 @@ class AuditProfileAuditTrail(dict):
1201
1203
  :param str audit_collection_start_time: The date from which the audit trail must start collecting data, in the format defined by RFC3339.
1202
1204
  :param str audit_profile_id: The OCID of the audit.
1203
1205
  :param str compartment_id: (Updatable) The OCID of the compartment that contains the audit.
1204
- :param 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"}`
1206
+ :param Mapping[str, str] 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"}`
1205
1207
  :param str description: (Updatable) The description of the audit profile.
1206
1208
  :param str display_name: (Updatable) The display name of the audit profile. The name does not have to be unique, and it's changeable.
1207
- :param 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"}`
1209
+ :param Mapping[str, str] 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"}`
1208
1210
  :param str id: The OCID of the audit profile.
1209
1211
  :param bool is_auto_purge_enabled: Indicates if auto purge is enabled on the target database, which helps delete audit data in the target database every seven days so that the database's audit trail does not become too large.
1210
1212
  :param str lifecycle_details: Details about the current state of the audit profile in Data Safe.
@@ -1214,7 +1216,7 @@ class AuditProfileAuditTrail(dict):
1214
1216
  :param str purge_job_time: The date and time of the last purge job, which deletes audit data in the target database every seven days so that the database's audit trail does not become too large. In the format defined by RFC3339.
1215
1217
  :param str state: The current state of the audit profile.
1216
1218
  :param str status: The current sub-state of the audit trail.
1217
- :param 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"}`
1219
+ :param Mapping[str, str] 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"}`
1218
1220
  :param str target_id: The OCID of the Data Safe target for which the audit profile is created.
1219
1221
  :param str time_created: The date and time the audit profile was created, in the format defined by RFC3339.
1220
1222
  :param str time_last_collected: The date and time until when the audit events were collected from the target database by the Data Safe audit trail collection process, in the format defined by RFC3339.
@@ -1298,7 +1300,7 @@ class AuditProfileAuditTrail(dict):
1298
1300
 
1299
1301
  @property
1300
1302
  @pulumi.getter(name="definedTags")
1301
- def defined_tags(self) -> Optional[Mapping[str, Any]]:
1303
+ def defined_tags(self) -> Optional[Mapping[str, str]]:
1302
1304
  """
1303
1305
  (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"}`
1304
1306
  """
@@ -1322,7 +1324,7 @@ class AuditProfileAuditTrail(dict):
1322
1324
 
1323
1325
  @property
1324
1326
  @pulumi.getter(name="freeformTags")
1325
- def freeform_tags(self) -> Optional[Mapping[str, Any]]:
1327
+ def freeform_tags(self) -> Optional[Mapping[str, str]]:
1326
1328
  """
1327
1329
  (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"}`
1328
1330
  """
@@ -1402,7 +1404,7 @@ class AuditProfileAuditTrail(dict):
1402
1404
 
1403
1405
  @property
1404
1406
  @pulumi.getter(name="systemTags")
1405
- def system_tags(self) -> Optional[Mapping[str, Any]]:
1407
+ def system_tags(self) -> Optional[Mapping[str, str]]:
1406
1408
  """
1407
1409
  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"}`
1408
1410
  """
@@ -1465,6 +1467,136 @@ class AuditProfileAuditTrail(dict):
1465
1467
  return pulumi.get(self, "work_request_id")
1466
1468
 
1467
1469
 
1470
+ @pulumi.output_type
1471
+ class CalculateAuditVolumeAvailableAvailableAuditVolume(dict):
1472
+ @staticmethod
1473
+ def __key_warning(key: str):
1474
+ suggest = None
1475
+ if key == "auditProfileId":
1476
+ suggest = "audit_profile_id"
1477
+ elif key == "monthInConsideration":
1478
+ suggest = "month_in_consideration"
1479
+ elif key == "trailLocation":
1480
+ suggest = "trail_location"
1481
+
1482
+ if suggest:
1483
+ pulumi.log.warn(f"Key '{key}' not found in CalculateAuditVolumeAvailableAvailableAuditVolume. Access the value via the '{suggest}' property getter instead.")
1484
+
1485
+ def __getitem__(self, key: str) -> Any:
1486
+ CalculateAuditVolumeAvailableAvailableAuditVolume.__key_warning(key)
1487
+ return super().__getitem__(key)
1488
+
1489
+ def get(self, key: str, default = None) -> Any:
1490
+ CalculateAuditVolumeAvailableAvailableAuditVolume.__key_warning(key)
1491
+ return super().get(key, default)
1492
+
1493
+ def __init__(__self__, *,
1494
+ audit_profile_id: Optional[str] = None,
1495
+ month_in_consideration: Optional[str] = None,
1496
+ trail_location: Optional[str] = None,
1497
+ volume: Optional[str] = None):
1498
+ """
1499
+ :param str audit_profile_id: The OCID of the audit.
1500
+ """
1501
+ if audit_profile_id is not None:
1502
+ pulumi.set(__self__, "audit_profile_id", audit_profile_id)
1503
+ if month_in_consideration is not None:
1504
+ pulumi.set(__self__, "month_in_consideration", month_in_consideration)
1505
+ if trail_location is not None:
1506
+ pulumi.set(__self__, "trail_location", trail_location)
1507
+ if volume is not None:
1508
+ pulumi.set(__self__, "volume", volume)
1509
+
1510
+ @property
1511
+ @pulumi.getter(name="auditProfileId")
1512
+ def audit_profile_id(self) -> Optional[str]:
1513
+ """
1514
+ The OCID of the audit.
1515
+ """
1516
+ return pulumi.get(self, "audit_profile_id")
1517
+
1518
+ @property
1519
+ @pulumi.getter(name="monthInConsideration")
1520
+ def month_in_consideration(self) -> Optional[str]:
1521
+ return pulumi.get(self, "month_in_consideration")
1522
+
1523
+ @property
1524
+ @pulumi.getter(name="trailLocation")
1525
+ def trail_location(self) -> Optional[str]:
1526
+ return pulumi.get(self, "trail_location")
1527
+
1528
+ @property
1529
+ @pulumi.getter
1530
+ def volume(self) -> Optional[str]:
1531
+ return pulumi.get(self, "volume")
1532
+
1533
+
1534
+ @pulumi.output_type
1535
+ class CalculateAuditVolumeCollectedCollectedAuditVolume(dict):
1536
+ @staticmethod
1537
+ def __key_warning(key: str):
1538
+ suggest = None
1539
+ if key == "archivedVolume":
1540
+ suggest = "archived_volume"
1541
+ elif key == "auditProfileId":
1542
+ suggest = "audit_profile_id"
1543
+ elif key == "monthInConsideration":
1544
+ suggest = "month_in_consideration"
1545
+ elif key == "onlineVolume":
1546
+ suggest = "online_volume"
1547
+
1548
+ if suggest:
1549
+ pulumi.log.warn(f"Key '{key}' not found in CalculateAuditVolumeCollectedCollectedAuditVolume. Access the value via the '{suggest}' property getter instead.")
1550
+
1551
+ def __getitem__(self, key: str) -> Any:
1552
+ CalculateAuditVolumeCollectedCollectedAuditVolume.__key_warning(key)
1553
+ return super().__getitem__(key)
1554
+
1555
+ def get(self, key: str, default = None) -> Any:
1556
+ CalculateAuditVolumeCollectedCollectedAuditVolume.__key_warning(key)
1557
+ return super().get(key, default)
1558
+
1559
+ def __init__(__self__, *,
1560
+ archived_volume: Optional[str] = None,
1561
+ audit_profile_id: Optional[str] = None,
1562
+ month_in_consideration: Optional[str] = None,
1563
+ online_volume: Optional[str] = None):
1564
+ """
1565
+ :param str audit_profile_id: The OCID of the audit.
1566
+ """
1567
+ if archived_volume is not None:
1568
+ pulumi.set(__self__, "archived_volume", archived_volume)
1569
+ if audit_profile_id is not None:
1570
+ pulumi.set(__self__, "audit_profile_id", audit_profile_id)
1571
+ if month_in_consideration is not None:
1572
+ pulumi.set(__self__, "month_in_consideration", month_in_consideration)
1573
+ if online_volume is not None:
1574
+ pulumi.set(__self__, "online_volume", online_volume)
1575
+
1576
+ @property
1577
+ @pulumi.getter(name="archivedVolume")
1578
+ def archived_volume(self) -> Optional[str]:
1579
+ return pulumi.get(self, "archived_volume")
1580
+
1581
+ @property
1582
+ @pulumi.getter(name="auditProfileId")
1583
+ def audit_profile_id(self) -> Optional[str]:
1584
+ """
1585
+ The OCID of the audit.
1586
+ """
1587
+ return pulumi.get(self, "audit_profile_id")
1588
+
1589
+ @property
1590
+ @pulumi.getter(name="monthInConsideration")
1591
+ def month_in_consideration(self) -> Optional[str]:
1592
+ return pulumi.get(self, "month_in_consideration")
1593
+
1594
+ @property
1595
+ @pulumi.getter(name="onlineVolume")
1596
+ def online_volume(self) -> Optional[str]:
1597
+ return pulumi.get(self, "online_volume")
1598
+
1599
+
1468
1600
  @pulumi.output_type
1469
1601
  class DataSafeConfigurationGlobalSetting(dict):
1470
1602
  @staticmethod
@@ -5429,15 +5561,15 @@ class GetAlertAnalyticItemResult(dict):
5429
5561
  @pulumi.output_type
5430
5562
  class GetAlertAnalyticItemDimensionResult(dict):
5431
5563
  def __init__(__self__, *,
5432
- group_by: Mapping[str, Any]):
5564
+ group_by: Mapping[str, str]):
5433
5565
  """
5434
- :param Mapping[str, Any] group_by: A groupBy can only be used in combination with summaryField parameter. A groupBy value has to be a subset of the values mentioned in summaryField parameter.
5566
+ :param Mapping[str, str] group_by: A groupBy can only be used in combination with summaryField parameter. A groupBy value has to be a subset of the values mentioned in summaryField parameter.
5435
5567
  """
5436
5568
  pulumi.set(__self__, "group_by", group_by)
5437
5569
 
5438
5570
  @property
5439
5571
  @pulumi.getter(name="groupBy")
5440
- def group_by(self) -> Mapping[str, Any]:
5572
+ def group_by(self) -> Mapping[str, str]:
5441
5573
  """
5442
5574
  A groupBy can only be used in combination with summaryField parameter. A groupBy value has to be a subset of the values mentioned in summaryField parameter.
5443
5575
  """
@@ -5462,31 +5594,31 @@ class GetAlertPoliciesAlertPolicyCollectionItemResult(dict):
5462
5594
  alert_policy_rule_details: Sequence['outputs.GetAlertPoliciesAlertPolicyCollectionItemAlertPolicyRuleDetailResult'],
5463
5595
  alert_policy_type: str,
5464
5596
  compartment_id: str,
5465
- defined_tags: Mapping[str, Any],
5597
+ defined_tags: Mapping[str, str],
5466
5598
  description: str,
5467
5599
  display_name: str,
5468
- freeform_tags: Mapping[str, Any],
5600
+ freeform_tags: Mapping[str, str],
5469
5601
  id: str,
5470
5602
  is_user_defined: bool,
5471
5603
  lifecycle_details: str,
5472
5604
  severity: str,
5473
5605
  state: str,
5474
- system_tags: Mapping[str, Any],
5606
+ system_tags: Mapping[str, str],
5475
5607
  time_created: str,
5476
5608
  time_updated: str):
5477
5609
  """
5478
5610
  :param str alert_policy_type: Indicates the Data Safe feature to which the alert policy belongs.
5479
5611
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
5480
- :param Mapping[str, Any] defined_tags: 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"}`
5612
+ :param Mapping[str, str] defined_tags: 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"}`
5481
5613
  :param str description: The description of the alert policy.
5482
5614
  :param str display_name: A filter to return only resources that match the specified display name.
5483
- :param Mapping[str, Any] freeform_tags: 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"}`
5615
+ :param Mapping[str, str] freeform_tags: 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"}`
5484
5616
  :param str id: The OCID of the alert policy.
5485
5617
  :param bool is_user_defined: An optional filter to return only alert policies that are user-defined or not.
5486
5618
  :param str lifecycle_details: Details about the current state of the alert policy.
5487
5619
  :param str severity: Severity level of the alert raised by this policy.
5488
5620
  :param str state: An optional filter to return only alert policies that have the given life-cycle state.
5489
- :param 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"}`
5621
+ :param Mapping[str, str] 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"}`
5490
5622
  :param str time_created: Creation date and time of the alert policy, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
5491
5623
  :param str time_updated: Last date and time the alert policy was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
5492
5624
  """
@@ -5529,7 +5661,7 @@ class GetAlertPoliciesAlertPolicyCollectionItemResult(dict):
5529
5661
 
5530
5662
  @property
5531
5663
  @pulumi.getter(name="definedTags")
5532
- def defined_tags(self) -> Mapping[str, Any]:
5664
+ def defined_tags(self) -> Mapping[str, str]:
5533
5665
  """
5534
5666
  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"}`
5535
5667
  """
@@ -5553,7 +5685,7 @@ class GetAlertPoliciesAlertPolicyCollectionItemResult(dict):
5553
5685
 
5554
5686
  @property
5555
5687
  @pulumi.getter(name="freeformTags")
5556
- def freeform_tags(self) -> Mapping[str, Any]:
5688
+ def freeform_tags(self) -> Mapping[str, str]:
5557
5689
  """
5558
5690
  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"}`
5559
5691
  """
@@ -5601,7 +5733,7 @@ class GetAlertPoliciesAlertPolicyCollectionItemResult(dict):
5601
5733
 
5602
5734
  @property
5603
5735
  @pulumi.getter(name="systemTags")
5604
- def system_tags(self) -> Mapping[str, Any]:
5736
+ def system_tags(self) -> Mapping[str, str]:
5605
5737
  """
5606
5738
  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"}`
5607
5739
  """
@@ -5867,11 +5999,11 @@ class GetAlertsAlertCollectionItemResult(dict):
5867
5999
  alert_type: str,
5868
6000
  comment: str,
5869
6001
  compartment_id: str,
5870
- defined_tags: Mapping[str, Any],
6002
+ defined_tags: Mapping[str, str],
5871
6003
  description: str,
5872
6004
  display_name: str,
5873
- feature_details: Mapping[str, Any],
5874
- freeform_tags: Mapping[str, Any],
6005
+ feature_details: Mapping[str, str],
6006
+ freeform_tags: Mapping[str, str],
5875
6007
  id: str,
5876
6008
  operation: str,
5877
6009
  operation_status: str,
@@ -5881,7 +6013,7 @@ class GetAlertsAlertCollectionItemResult(dict):
5881
6013
  severity: str,
5882
6014
  state: str,
5883
6015
  status: str,
5884
- system_tags: Mapping[str, Any],
6016
+ system_tags: Mapping[str, str],
5885
6017
  target_ids: Sequence[str],
5886
6018
  target_names: Sequence[str],
5887
6019
  time_created: str,
@@ -5892,11 +6024,11 @@ class GetAlertsAlertCollectionItemResult(dict):
5892
6024
  :param str alert_type: Type of the alert. Indicates the Data Safe feature triggering the alert.
5893
6025
  :param str comment: A comment for the alert. Entered by the user.
5894
6026
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
5895
- :param Mapping[str, Any] defined_tags: 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"}`
6027
+ :param Mapping[str, str] defined_tags: 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"}`
5896
6028
  :param str description: The description of the alert.
5897
6029
  :param str display_name: The display name of the alert.
5898
- :param Mapping[str, Any] feature_details: Map that contains maps of values. Example: `{"Operations": {"CostCenter": "42"}}`
5899
- :param Mapping[str, Any] freeform_tags: 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"}`
6030
+ :param Mapping[str, str] feature_details: Map that contains maps of values. Example: `{"Operations": {"CostCenter": "42"}}`
6031
+ :param Mapping[str, str] freeform_tags: 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"}`
5900
6032
  :param str id: A filter to return alert by it's OCID.
5901
6033
  :param str operation: The operation (event) that triggered alert.
5902
6034
  :param str operation_status: The result of the operation (event) that triggered alert.
@@ -5906,7 +6038,7 @@ class GetAlertsAlertCollectionItemResult(dict):
5906
6038
  :param str severity: Severity level of the alert.
5907
6039
  :param str state: The current state of the alert.
5908
6040
  :param str status: The status of the alert.
5909
- :param 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"}`
6041
+ :param Mapping[str, str] 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"}`
5910
6042
  :param Sequence[str] target_ids: Array of OCIDs of the target database which are associated with the alert.
5911
6043
  :param Sequence[str] target_names: Array of names of the target database.
5912
6044
  :param str time_created: Creation date and time of the alert, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
@@ -5985,7 +6117,7 @@ class GetAlertsAlertCollectionItemResult(dict):
5985
6117
 
5986
6118
  @property
5987
6119
  @pulumi.getter(name="definedTags")
5988
- def defined_tags(self) -> Mapping[str, Any]:
6120
+ def defined_tags(self) -> Mapping[str, str]:
5989
6121
  """
5990
6122
  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"}`
5991
6123
  """
@@ -6009,7 +6141,7 @@ class GetAlertsAlertCollectionItemResult(dict):
6009
6141
 
6010
6142
  @property
6011
6143
  @pulumi.getter(name="featureDetails")
6012
- def feature_details(self) -> Mapping[str, Any]:
6144
+ def feature_details(self) -> Mapping[str, str]:
6013
6145
  """
6014
6146
  Map that contains maps of values. Example: `{"Operations": {"CostCenter": "42"}}`
6015
6147
  """
@@ -6017,7 +6149,7 @@ class GetAlertsAlertCollectionItemResult(dict):
6017
6149
 
6018
6150
  @property
6019
6151
  @pulumi.getter(name="freeformTags")
6020
- def freeform_tags(self) -> Mapping[str, Any]:
6152
+ def freeform_tags(self) -> Mapping[str, str]:
6021
6153
  """
6022
6154
  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"}`
6023
6155
  """
@@ -6097,7 +6229,7 @@ class GetAlertsAlertCollectionItemResult(dict):
6097
6229
 
6098
6230
  @property
6099
6231
  @pulumi.getter(name="systemTags")
6100
- def system_tags(self) -> Mapping[str, Any]:
6232
+ def system_tags(self) -> Mapping[str, str]:
6101
6233
  """
6102
6234
  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"}`
6103
6235
  """
@@ -6180,17 +6312,17 @@ class GetAuditArchiveRetrievalsAuditArchiveRetrievalCollectionItemResult(dict):
6180
6312
  def __init__(__self__, *,
6181
6313
  audit_event_count: str,
6182
6314
  compartment_id: str,
6183
- defined_tags: Mapping[str, Any],
6315
+ defined_tags: Mapping[str, str],
6184
6316
  description: str,
6185
6317
  display_name: str,
6186
6318
  end_date: str,
6187
6319
  error_info: str,
6188
- freeform_tags: Mapping[str, Any],
6320
+ freeform_tags: Mapping[str, str],
6189
6321
  id: str,
6190
6322
  lifecycle_details: str,
6191
6323
  start_date: str,
6192
6324
  state: str,
6193
- system_tags: Mapping[str, Any],
6325
+ system_tags: Mapping[str, str],
6194
6326
  target_id: str,
6195
6327
  time_completed: str,
6196
6328
  time_of_expiry: str,
@@ -6198,17 +6330,17 @@ class GetAuditArchiveRetrievalsAuditArchiveRetrievalCollectionItemResult(dict):
6198
6330
  """
6199
6331
  :param str audit_event_count: Total count of audit events to be retrieved from the archive for the specified date range.
6200
6332
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
6201
- :param Mapping[str, Any] defined_tags: 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"}`
6333
+ :param Mapping[str, str] defined_tags: 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"}`
6202
6334
  :param str description: Description of the archive retrieval.
6203
6335
  :param str display_name: A filter to return only resources that match the specified display name.
6204
6336
  :param str end_date: End month of the archive retrieval, in the format defined by RFC3339.
6205
6337
  :param str error_info: The Error details of a failed archive retrieval.
6206
- :param Mapping[str, Any] freeform_tags: 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"}`
6338
+ :param Mapping[str, str] freeform_tags: 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"}`
6207
6339
  :param str id: The OCID of the archive retrieval.
6208
6340
  :param str lifecycle_details: Details about the current state of the archive retrieval.
6209
6341
  :param str start_date: Start month of the archive retrieval, in the format defined by RFC3339.
6210
6342
  :param str state: A filter to return only resources that matches the specified lifecycle state.
6211
- :param 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"}`
6343
+ :param Mapping[str, str] 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"}`
6212
6344
  :param str target_id: The OCID of the target associated with the archive retrieval.
6213
6345
  :param str time_completed: The date time when archive retrieval request was fulfilled, in the format defined by RFC3339.
6214
6346
  :param str time_of_expiry: The date time when retrieved archive data will be deleted from Data Safe and unloaded back into archival.
@@ -6250,7 +6382,7 @@ class GetAuditArchiveRetrievalsAuditArchiveRetrievalCollectionItemResult(dict):
6250
6382
 
6251
6383
  @property
6252
6384
  @pulumi.getter(name="definedTags")
6253
- def defined_tags(self) -> Mapping[str, Any]:
6385
+ def defined_tags(self) -> Mapping[str, str]:
6254
6386
  """
6255
6387
  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"}`
6256
6388
  """
@@ -6290,7 +6422,7 @@ class GetAuditArchiveRetrievalsAuditArchiveRetrievalCollectionItemResult(dict):
6290
6422
 
6291
6423
  @property
6292
6424
  @pulumi.getter(name="freeformTags")
6293
- def freeform_tags(self) -> Mapping[str, Any]:
6425
+ def freeform_tags(self) -> Mapping[str, str]:
6294
6426
  """
6295
6427
  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"}`
6296
6428
  """
@@ -6330,7 +6462,7 @@ class GetAuditArchiveRetrievalsAuditArchiveRetrievalCollectionItemResult(dict):
6330
6462
 
6331
6463
  @property
6332
6464
  @pulumi.getter(name="systemTags")
6333
- def system_tags(self) -> Mapping[str, Any]:
6465
+ def system_tags(self) -> Mapping[str, str]:
6334
6466
  """
6335
6467
  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"}`
6336
6468
  """
@@ -6615,12 +6747,12 @@ class GetAuditEventItemResult(dict):
6615
6747
  compartment_id: str,
6616
6748
  database_type: str,
6617
6749
  db_user_name: str,
6618
- defined_tags: Mapping[str, Any],
6750
+ defined_tags: Mapping[str, str],
6619
6751
  error_code: str,
6620
6752
  error_message: str,
6621
6753
  event_name: str,
6622
6754
  extended_event_attributes: str,
6623
- freeform_tags: Mapping[str, Any],
6755
+ freeform_tags: Mapping[str, str],
6624
6756
  id: str,
6625
6757
  is_alerted: bool,
6626
6758
  object: str,
@@ -6653,12 +6785,12 @@ class GetAuditEventItemResult(dict):
6653
6785
  * AUTONOMOUS_DATABASE - Represents Oracle Autonomous Databases.
6654
6786
  * INSTALLED_DATABASE - Represents databases running on-premises or on compute instances.
6655
6787
  :param str db_user_name: Name of the database user whose actions were audited.
6656
- :param Mapping[str, Any] defined_tags: 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"}`
6788
+ :param Mapping[str, str] defined_tags: 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"}`
6657
6789
  :param str error_code: Oracle Error code generated by the action. Zero indicates the action was successful.
6658
6790
  :param str error_message: Detailed message on why the Error occurred.
6659
6791
  :param str event_name: Name of the detail action executed by the user on the target database. i.e ALTER SEQUENCE, CREATE TRIGGER, CREATE INDEX.
6660
6792
  :param str extended_event_attributes: List of all other attributes of the audit event seperated by a colon other than the one returned in audit record.
6661
- :param Mapping[str, Any] freeform_tags: 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"}`
6793
+ :param Mapping[str, str] freeform_tags: 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"}`
6662
6794
  :param str id: The OCID of the audit event.
6663
6795
  :param bool is_alerted: Indicates whether an alert was raised for this audit event.
6664
6796
  :param str object: Name of the object affected by the action.
@@ -6833,7 +6965,7 @@ class GetAuditEventItemResult(dict):
6833
6965
 
6834
6966
  @property
6835
6967
  @pulumi.getter(name="definedTags")
6836
- def defined_tags(self) -> Mapping[str, Any]:
6968
+ def defined_tags(self) -> Mapping[str, str]:
6837
6969
  """
6838
6970
  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"}`
6839
6971
  """
@@ -6873,7 +7005,7 @@ class GetAuditEventItemResult(dict):
6873
7005
 
6874
7006
  @property
6875
7007
  @pulumi.getter(name="freeformTags")
6876
- def freeform_tags(self) -> Mapping[str, Any]:
7008
+ def freeform_tags(self) -> Mapping[str, str]:
6877
7009
  """
6878
7010
  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"}`
6879
7011
  """
@@ -7022,13 +7154,13 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
7022
7154
  database_type: str,
7023
7155
  database_unique_name: str,
7024
7156
  db_user_name: str,
7025
- defined_tags: Mapping[str, Any],
7157
+ defined_tags: Mapping[str, str],
7026
7158
  error_code: str,
7027
7159
  error_message: str,
7028
7160
  event_name: str,
7029
7161
  extended_event_attributes: str,
7030
7162
  fga_policy_name: str,
7031
- freeform_tags: Mapping[str, Any],
7163
+ freeform_tags: Mapping[str, str],
7032
7164
  id: str,
7033
7165
  is_alerted: bool,
7034
7166
  object: str,
@@ -7065,13 +7197,13 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
7065
7197
  * INSTALLED_DATABASE - Represents databases running on-premises or on compute instances.
7066
7198
  :param str database_unique_name: Unique name of the database associated to the peer target database.
7067
7199
  :param str db_user_name: The name of the database user whose actions were audited.
7068
- :param Mapping[str, Any] defined_tags: 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"}`
7200
+ :param Mapping[str, str] defined_tags: 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"}`
7069
7201
  :param str error_code: Oracle Error code generated by the action. Zero indicates the action was successful.
7070
7202
  :param str error_message: The detailed message on why the error occurred.
7071
7203
  :param str event_name: The name of the detail action executed by the user on the target database. For example ALTER SEQUENCE, CREATE TRIGGER or CREATE INDEX.
7072
7204
  :param str extended_event_attributes: List of all other attributes of the audit event seperated by a colon other than the one returned in audit record.
7073
7205
  :param str fga_policy_name: Fine-grained auditing (FGA) policy name that generated this audit record.
7074
- :param Mapping[str, Any] freeform_tags: 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"}`
7206
+ :param Mapping[str, str] freeform_tags: 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"}`
7075
7207
  :param str id: The OCID of the audit event.
7076
7208
  :param bool is_alerted: Indicates whether an alert was raised for this audit event.
7077
7209
  :param str object: The name of the object affected by the action.
@@ -7269,7 +7401,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
7269
7401
 
7270
7402
  @property
7271
7403
  @pulumi.getter(name="definedTags")
7272
- def defined_tags(self) -> Mapping[str, Any]:
7404
+ def defined_tags(self) -> Mapping[str, str]:
7273
7405
  """
7274
7406
  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"}`
7275
7407
  """
@@ -7317,7 +7449,7 @@ class GetAuditEventsAuditEventCollectionItemResult(dict):
7317
7449
 
7318
7450
  @property
7319
7451
  @pulumi.getter(name="freeformTags")
7320
- def freeform_tags(self) -> Mapping[str, Any]:
7452
+ def freeform_tags(self) -> Mapping[str, str]:
7321
7453
  """
7322
7454
  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"}`
7323
7455
  """
@@ -7490,17 +7622,17 @@ class GetAuditPoliciesAuditPolicyCollectionItemResult(dict):
7490
7622
  audit_policy_id: str,
7491
7623
  audit_specifications: Sequence['outputs.GetAuditPoliciesAuditPolicyCollectionItemAuditSpecificationResult'],
7492
7624
  compartment_id: str,
7493
- defined_tags: Mapping[str, Any],
7625
+ defined_tags: Mapping[str, str],
7494
7626
  description: str,
7495
7627
  display_name: str,
7496
- freeform_tags: Mapping[str, Any],
7628
+ freeform_tags: Mapping[str, str],
7497
7629
  id: str,
7498
7630
  is_data_safe_service_account_excluded: bool,
7499
7631
  lifecycle_details: str,
7500
7632
  provision_trigger: int,
7501
7633
  retrieve_from_target_trigger: int,
7502
7634
  state: str,
7503
- system_tags: Mapping[str, Any],
7635
+ system_tags: Mapping[str, str],
7504
7636
  target_id: str,
7505
7637
  time_created: str,
7506
7638
  time_last_provisioned: str,
@@ -7511,15 +7643,15 @@ class GetAuditPoliciesAuditPolicyCollectionItemResult(dict):
7511
7643
  :param str audit_policy_id: An optional filter to return only resources that match the specified id.
7512
7644
  :param Sequence['GetAuditPoliciesAuditPolicyCollectionItemAuditSpecificationArgs'] audit_specifications: Represents all available audit policy specifications relevant for the target database. For more details on available audit polcies, refer to [documentation](https://docs.oracle.com/en/cloud/paas/data-safe/udscs/audit-policies.html#GUID-361A9A9A-7C21-4F5A-8945-9B3A0C472827).
7513
7645
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
7514
- :param Mapping[str, Any] defined_tags: 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"}`
7646
+ :param Mapping[str, str] defined_tags: 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"}`
7515
7647
  :param str description: Description of the audit policy.
7516
7648
  :param str display_name: A filter to return only resources that match the specified display name.
7517
- :param Mapping[str, Any] freeform_tags: 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"}`
7649
+ :param Mapping[str, str] freeform_tags: 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"}`
7518
7650
  :param str id: The OCID of the audit policy.
7519
7651
  :param bool is_data_safe_service_account_excluded: Option provided to users at the target to indicate whether the Data Safe service account has to be excluded while provisioning the audit policies.
7520
7652
  :param str lifecycle_details: Details about the current state of the audit policy in Data Safe.
7521
7653
  :param str state: The current state of the audit policy.
7522
- :param 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"}`
7654
+ :param Mapping[str, str] 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"}`
7523
7655
  :param str target_id: A filter to return only items related to a specific target OCID.
7524
7656
  :param str time_created: The time the the audit policy was created, in the format defined by RFC3339.
7525
7657
  :param str time_last_provisioned: Indicates the last provisioning time of audit policies on the target, in the format defined by RFC3339.
@@ -7581,7 +7713,7 @@ class GetAuditPoliciesAuditPolicyCollectionItemResult(dict):
7581
7713
 
7582
7714
  @property
7583
7715
  @pulumi.getter(name="definedTags")
7584
- def defined_tags(self) -> Mapping[str, Any]:
7716
+ def defined_tags(self) -> Mapping[str, str]:
7585
7717
  """
7586
7718
  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"}`
7587
7719
  """
@@ -7605,7 +7737,7 @@ class GetAuditPoliciesAuditPolicyCollectionItemResult(dict):
7605
7737
 
7606
7738
  @property
7607
7739
  @pulumi.getter(name="freeformTags")
7608
- def freeform_tags(self) -> Mapping[str, Any]:
7740
+ def freeform_tags(self) -> Mapping[str, str]:
7609
7741
  """
7610
7742
  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"}`
7611
7743
  """
@@ -7655,7 +7787,7 @@ class GetAuditPoliciesAuditPolicyCollectionItemResult(dict):
7655
7787
 
7656
7788
  @property
7657
7789
  @pulumi.getter(name="systemTags")
7658
- def system_tags(self) -> Mapping[str, Any]:
7790
+ def system_tags(self) -> Mapping[str, str]:
7659
7791
  """
7660
7792
  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"}`
7661
7793
  """
@@ -8242,10 +8374,10 @@ class GetAuditProfileAuditTrailResult(dict):
8242
8374
  audit_collection_start_time: str,
8243
8375
  audit_profile_id: str,
8244
8376
  compartment_id: str,
8245
- defined_tags: Mapping[str, Any],
8377
+ defined_tags: Mapping[str, str],
8246
8378
  description: str,
8247
8379
  display_name: str,
8248
- freeform_tags: Mapping[str, Any],
8380
+ freeform_tags: Mapping[str, str],
8249
8381
  id: str,
8250
8382
  is_auto_purge_enabled: bool,
8251
8383
  lifecycle_details: str,
@@ -8255,7 +8387,7 @@ class GetAuditProfileAuditTrailResult(dict):
8255
8387
  purge_job_time: str,
8256
8388
  state: str,
8257
8389
  status: str,
8258
- system_tags: Mapping[str, Any],
8390
+ system_tags: Mapping[str, str],
8259
8391
  target_id: str,
8260
8392
  time_created: str,
8261
8393
  time_last_collected: str,
@@ -8267,10 +8399,10 @@ class GetAuditProfileAuditTrailResult(dict):
8267
8399
  :param str audit_collection_start_time: The date from which the audit trail must start collecting data, in the format defined by RFC3339.
8268
8400
  :param str audit_profile_id: The OCID of the audit.
8269
8401
  :param str compartment_id: The OCID of the compartment that contains the audit.
8270
- :param Mapping[str, Any] defined_tags: 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"}`
8402
+ :param Mapping[str, str] defined_tags: 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"}`
8271
8403
  :param str description: The description of the audit profile.
8272
8404
  :param str display_name: The display name of the audit profile.
8273
- :param Mapping[str, Any] freeform_tags: 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"}`
8405
+ :param Mapping[str, str] freeform_tags: 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"}`
8274
8406
  :param str id: The OCID of the audit profile.
8275
8407
  :param bool is_auto_purge_enabled: Indicates if auto purge is enabled on the target database, which helps delete audit data in the target database every seven days so that the database's audit trail does not become too large.
8276
8408
  :param str lifecycle_details: Details about the current state of the audit profile in Data Safe.
@@ -8280,7 +8412,7 @@ class GetAuditProfileAuditTrailResult(dict):
8280
8412
  :param str purge_job_time: The date and time of the last purge job, which deletes audit data in the target database every seven days so that the database's audit trail does not become too large. In the format defined by RFC3339.
8281
8413
  :param str state: The current state of the audit profile.
8282
8414
  :param str status: The current sub-state of the audit trail.
8283
- :param 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"}`
8415
+ :param Mapping[str, str] 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"}`
8284
8416
  :param str target_id: The OCID of the Data Safe target for which the audit profile is created.
8285
8417
  :param str time_created: The date and time the audit profile was created, in the format defined by RFC3339.
8286
8418
  :param str time_last_collected: The date and time until when the audit events were collected from the target database by the Data Safe audit trail collection process, in the format defined by RFC3339.
@@ -8340,7 +8472,7 @@ class GetAuditProfileAuditTrailResult(dict):
8340
8472
 
8341
8473
  @property
8342
8474
  @pulumi.getter(name="definedTags")
8343
- def defined_tags(self) -> Mapping[str, Any]:
8475
+ def defined_tags(self) -> Mapping[str, str]:
8344
8476
  """
8345
8477
  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"}`
8346
8478
  """
@@ -8364,7 +8496,7 @@ class GetAuditProfileAuditTrailResult(dict):
8364
8496
 
8365
8497
  @property
8366
8498
  @pulumi.getter(name="freeformTags")
8367
- def freeform_tags(self) -> Mapping[str, Any]:
8499
+ def freeform_tags(self) -> Mapping[str, str]:
8368
8500
  """
8369
8501
  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"}`
8370
8502
  """
@@ -8444,7 +8576,7 @@ class GetAuditProfileAuditTrailResult(dict):
8444
8576
 
8445
8577
  @property
8446
8578
  @pulumi.getter(name="systemTags")
8447
- def system_tags(self) -> Mapping[str, Any]:
8579
+ def system_tags(self) -> Mapping[str, str]:
8448
8580
  """
8449
8581
  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"}`
8450
8582
  """
@@ -8879,10 +9011,10 @@ class GetAuditProfilesAuditProfileCollectionItemResult(dict):
8879
9011
  audit_trails: Sequence['outputs.GetAuditProfilesAuditProfileCollectionItemAuditTrailResult'],
8880
9012
  change_retention_trigger: int,
8881
9013
  compartment_id: str,
8882
- defined_tags: Mapping[str, Any],
9014
+ defined_tags: Mapping[str, str],
8883
9015
  description: str,
8884
9016
  display_name: str,
8885
- freeform_tags: Mapping[str, Any],
9017
+ freeform_tags: Mapping[str, str],
8886
9018
  id: str,
8887
9019
  is_override_global_retention_setting: bool,
8888
9020
  is_paid_usage_enabled: bool,
@@ -8890,7 +9022,7 @@ class GetAuditProfilesAuditProfileCollectionItemResult(dict):
8890
9022
  offline_months: int,
8891
9023
  online_months: int,
8892
9024
  state: str,
8893
- system_tags: Mapping[str, Any],
9025
+ system_tags: Mapping[str, str],
8894
9026
  target_id: str,
8895
9027
  time_created: str,
8896
9028
  time_updated: str):
@@ -8899,10 +9031,10 @@ class GetAuditProfilesAuditProfileCollectionItemResult(dict):
8899
9031
  :param str audit_profile_id: A optional filter to return only resources that match the specified id.
8900
9032
  :param Sequence['GetAuditProfilesAuditProfileCollectionItemAuditTrailArgs'] audit_trails: Indicates the list of available audit trails on the target.
8901
9033
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
8902
- :param Mapping[str, Any] defined_tags: 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"}`
9034
+ :param Mapping[str, str] defined_tags: 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"}`
8903
9035
  :param str description: The description of the audit profile.
8904
9036
  :param str display_name: A filter to return only resources that match the specified display name.
8905
- :param Mapping[str, Any] freeform_tags: 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"}`
9037
+ :param Mapping[str, str] freeform_tags: 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"}`
8906
9038
  :param str id: The OCID of the audit profile.
8907
9039
  :param bool is_override_global_retention_setting: A optional filter to return only resources that match the specified retention configured value.
8908
9040
  :param bool is_paid_usage_enabled: Indicates if you want to continue audit record collection beyond the free limit of one million audit records per month per target database, incurring additional charges. The default value is inherited from the global settings. You can change at the global level or at the target level.
@@ -8910,7 +9042,7 @@ class GetAuditProfilesAuditProfileCollectionItemResult(dict):
8910
9042
  :param int offline_months: Indicates the number of months the audit records will be stored offline in the Data Safe audit archive. Minimum: 0; Maximum: 72 months. If you have a requirement to store the audit data even longer in archive, please contact the Oracle Support.
8911
9043
  :param int online_months: Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum:12 months
8912
9044
  :param str state: A optional filter to return only resources that match the specified lifecycle state.
8913
- :param 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"}`
9045
+ :param Mapping[str, str] 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"}`
8914
9046
  :param str target_id: A filter to return only items related to a specific target OCID.
8915
9047
  :param str time_created: The date and time the audit profile was created, in the format defined by RFC3339.
8916
9048
  :param str time_updated: The date and time the audit profile was updated, in the format defined by RFC3339.
@@ -8975,7 +9107,7 @@ class GetAuditProfilesAuditProfileCollectionItemResult(dict):
8975
9107
 
8976
9108
  @property
8977
9109
  @pulumi.getter(name="definedTags")
8978
- def defined_tags(self) -> Mapping[str, Any]:
9110
+ def defined_tags(self) -> Mapping[str, str]:
8979
9111
  """
8980
9112
  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"}`
8981
9113
  """
@@ -8999,7 +9131,7 @@ class GetAuditProfilesAuditProfileCollectionItemResult(dict):
8999
9131
 
9000
9132
  @property
9001
9133
  @pulumi.getter(name="freeformTags")
9002
- def freeform_tags(self) -> Mapping[str, Any]:
9134
+ def freeform_tags(self) -> Mapping[str, str]:
9003
9135
  """
9004
9136
  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"}`
9005
9137
  """
@@ -9063,7 +9195,7 @@ class GetAuditProfilesAuditProfileCollectionItemResult(dict):
9063
9195
 
9064
9196
  @property
9065
9197
  @pulumi.getter(name="systemTags")
9066
- def system_tags(self) -> Mapping[str, Any]:
9198
+ def system_tags(self) -> Mapping[str, str]:
9067
9199
  """
9068
9200
  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"}`
9069
9201
  """
@@ -9100,10 +9232,10 @@ class GetAuditProfilesAuditProfileCollectionItemAuditTrailResult(dict):
9100
9232
  audit_collection_start_time: str,
9101
9233
  audit_profile_id: str,
9102
9234
  compartment_id: str,
9103
- defined_tags: Mapping[str, Any],
9235
+ defined_tags: Mapping[str, str],
9104
9236
  description: str,
9105
9237
  display_name: str,
9106
- freeform_tags: Mapping[str, Any],
9238
+ freeform_tags: Mapping[str, str],
9107
9239
  id: str,
9108
9240
  is_auto_purge_enabled: bool,
9109
9241
  lifecycle_details: str,
@@ -9113,7 +9245,7 @@ class GetAuditProfilesAuditProfileCollectionItemAuditTrailResult(dict):
9113
9245
  purge_job_time: str,
9114
9246
  state: str,
9115
9247
  status: str,
9116
- system_tags: Mapping[str, Any],
9248
+ system_tags: Mapping[str, str],
9117
9249
  target_id: str,
9118
9250
  time_created: str,
9119
9251
  time_last_collected: str,
@@ -9125,10 +9257,10 @@ class GetAuditProfilesAuditProfileCollectionItemAuditTrailResult(dict):
9125
9257
  :param str audit_collection_start_time: The date from which the audit trail must start collecting data, in the format defined by RFC3339.
9126
9258
  :param str audit_profile_id: A optional filter to return only resources that match the specified id.
9127
9259
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
9128
- :param Mapping[str, Any] defined_tags: 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"}`
9260
+ :param Mapping[str, str] defined_tags: 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"}`
9129
9261
  :param str description: The description of the audit profile.
9130
9262
  :param str display_name: A filter to return only resources that match the specified display name.
9131
- :param Mapping[str, Any] freeform_tags: 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"}`
9263
+ :param Mapping[str, str] freeform_tags: 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"}`
9132
9264
  :param str id: The OCID of the audit profile.
9133
9265
  :param bool is_auto_purge_enabled: Indicates if auto purge is enabled on the target database, which helps delete audit data in the target database every seven days so that the database's audit trail does not become too large.
9134
9266
  :param str lifecycle_details: Details about the current state of the audit profile in Data Safe.
@@ -9138,7 +9270,7 @@ class GetAuditProfilesAuditProfileCollectionItemAuditTrailResult(dict):
9138
9270
  :param str purge_job_time: The date and time of the last purge job, which deletes audit data in the target database every seven days so that the database's audit trail does not become too large. In the format defined by RFC3339.
9139
9271
  :param str state: A optional filter to return only resources that match the specified lifecycle state.
9140
9272
  :param str status: The current sub-state of the audit trail.
9141
- :param 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"}`
9273
+ :param Mapping[str, str] 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"}`
9142
9274
  :param str target_id: A filter to return only items related to a specific target OCID.
9143
9275
  :param str time_created: The date and time the audit profile was created, in the format defined by RFC3339.
9144
9276
  :param str time_last_collected: The date and time until when the audit events were collected from the target database by the Data Safe audit trail collection process, in the format defined by RFC3339.
@@ -9198,7 +9330,7 @@ class GetAuditProfilesAuditProfileCollectionItemAuditTrailResult(dict):
9198
9330
 
9199
9331
  @property
9200
9332
  @pulumi.getter(name="definedTags")
9201
- def defined_tags(self) -> Mapping[str, Any]:
9333
+ def defined_tags(self) -> Mapping[str, str]:
9202
9334
  """
9203
9335
  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"}`
9204
9336
  """
@@ -9222,7 +9354,7 @@ class GetAuditProfilesAuditProfileCollectionItemAuditTrailResult(dict):
9222
9354
 
9223
9355
  @property
9224
9356
  @pulumi.getter(name="freeformTags")
9225
- def freeform_tags(self) -> Mapping[str, Any]:
9357
+ def freeform_tags(self) -> Mapping[str, str]:
9226
9358
  """
9227
9359
  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"}`
9228
9360
  """
@@ -9302,7 +9434,7 @@ class GetAuditProfilesAuditProfileCollectionItemAuditTrailResult(dict):
9302
9434
 
9303
9435
  @property
9304
9436
  @pulumi.getter(name="systemTags")
9305
- def system_tags(self) -> Mapping[str, Any]:
9437
+ def system_tags(self) -> Mapping[str, str]:
9306
9438
  """
9307
9439
  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"}`
9308
9440
  """
@@ -9491,10 +9623,10 @@ class GetAuditTrailsAuditTrailCollectionItemResult(dict):
9491
9623
  audit_profile_id: str,
9492
9624
  audit_trail_id: str,
9493
9625
  compartment_id: str,
9494
- defined_tags: Mapping[str, Any],
9626
+ defined_tags: Mapping[str, str],
9495
9627
  description: str,
9496
9628
  display_name: str,
9497
- freeform_tags: Mapping[str, Any],
9629
+ freeform_tags: Mapping[str, str],
9498
9630
  id: str,
9499
9631
  is_auto_purge_enabled: bool,
9500
9632
  lifecycle_details: str,
@@ -9505,7 +9637,7 @@ class GetAuditTrailsAuditTrailCollectionItemResult(dict):
9505
9637
  resume_trigger: int,
9506
9638
  state: str,
9507
9639
  status: str,
9508
- system_tags: Mapping[str, Any],
9640
+ system_tags: Mapping[str, str],
9509
9641
  target_id: str,
9510
9642
  time_created: str,
9511
9643
  time_last_collected: str,
@@ -9518,10 +9650,10 @@ class GetAuditTrailsAuditTrailCollectionItemResult(dict):
9518
9650
  :param str audit_profile_id: The OCID of the parent audit.
9519
9651
  :param str audit_trail_id: A optional filter to return only resources that match the specified id.
9520
9652
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
9521
- :param Mapping[str, Any] defined_tags: 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"}`
9653
+ :param Mapping[str, str] defined_tags: 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"}`
9522
9654
  :param str description: The description of the audit trail.
9523
9655
  :param str display_name: A filter to return only resources that match the specified display name.
9524
- :param Mapping[str, Any] freeform_tags: 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"}`
9656
+ :param Mapping[str, str] freeform_tags: 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"}`
9525
9657
  :param str id: The OCID of the audit trail.
9526
9658
  :param bool is_auto_purge_enabled: Indicates if auto purge is enabled on the target database, which helps delete audit data in the target database every seven days so that the database's audit trail does not become too large.
9527
9659
  :param str lifecycle_details: Details about the current state of the audit trail in Data Safe.
@@ -9531,7 +9663,7 @@ class GetAuditTrailsAuditTrailCollectionItemResult(dict):
9531
9663
  :param str purge_job_time: The date and time of the last purge job, which deletes audit data in the target database every seven days so that the database's audit trail does not become too large. In the format defined by RFC3339.
9532
9664
  :param str state: A optional filter to return only resources that match the specified lifecycle state.
9533
9665
  :param str status: A optional filter to return only resources that match the specified sub-state of audit trail.
9534
- :param 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"}`
9666
+ :param Mapping[str, str] 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"}`
9535
9667
  :param str target_id: A filter to return only items related to a specific target OCID.
9536
9668
  :param str time_created: The date and time the audit trail was created, in the format defined by RFC3339.
9537
9669
  :param str time_last_collected: The date and time until when the audit events were collected from the target database by the Data Safe audit trail collection process, in the format defined by RFC3339.
@@ -9601,7 +9733,7 @@ class GetAuditTrailsAuditTrailCollectionItemResult(dict):
9601
9733
 
9602
9734
  @property
9603
9735
  @pulumi.getter(name="definedTags")
9604
- def defined_tags(self) -> Mapping[str, Any]:
9736
+ def defined_tags(self) -> Mapping[str, str]:
9605
9737
  """
9606
9738
  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"}`
9607
9739
  """
@@ -9625,7 +9757,7 @@ class GetAuditTrailsAuditTrailCollectionItemResult(dict):
9625
9757
 
9626
9758
  @property
9627
9759
  @pulumi.getter(name="freeformTags")
9628
- def freeform_tags(self) -> Mapping[str, Any]:
9760
+ def freeform_tags(self) -> Mapping[str, str]:
9629
9761
  """
9630
9762
  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"}`
9631
9763
  """
@@ -9710,7 +9842,7 @@ class GetAuditTrailsAuditTrailCollectionItemResult(dict):
9710
9842
 
9711
9843
  @property
9712
9844
  @pulumi.getter(name="systemTags")
9713
- def system_tags(self) -> Mapping[str, Any]:
9845
+ def system_tags(self) -> Mapping[str, str]:
9714
9846
  """
9715
9847
  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"}`
9716
9848
  """
@@ -9982,34 +10114,34 @@ class GetDataSafeConfigurationGlobalSettingResult(dict):
9982
10114
  class GetDataSafePrivateEndpointsDataSafePrivateEndpointResult(dict):
9983
10115
  def __init__(__self__, *,
9984
10116
  compartment_id: str,
9985
- defined_tags: Mapping[str, Any],
10117
+ defined_tags: Mapping[str, str],
9986
10118
  description: str,
9987
10119
  display_name: str,
9988
10120
  endpoint_fqdn: str,
9989
- freeform_tags: Mapping[str, Any],
10121
+ freeform_tags: Mapping[str, str],
9990
10122
  id: str,
9991
10123
  nsg_ids: Sequence[str],
9992
10124
  private_endpoint_id: str,
9993
10125
  private_endpoint_ip: str,
9994
10126
  state: str,
9995
10127
  subnet_id: str,
9996
- system_tags: Mapping[str, Any],
10128
+ system_tags: Mapping[str, str],
9997
10129
  time_created: str,
9998
10130
  vcn_id: str):
9999
10131
  """
10000
10132
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
10001
- :param Mapping[str, Any] defined_tags: 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"}`
10133
+ :param Mapping[str, str] defined_tags: 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"}`
10002
10134
  :param str description: The description of the private endpoint.
10003
10135
  :param str display_name: A filter to return only resources that match the specified display name.
10004
10136
  :param str endpoint_fqdn: The three-label fully qualified domain name (FQDN) of the private endpoint. The customer VCN's DNS records are updated with this FQDN.
10005
- :param Mapping[str, Any] freeform_tags: 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"}`
10137
+ :param Mapping[str, str] freeform_tags: 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"}`
10006
10138
  :param str id: The OCID of the Data Safe private endpoint.
10007
10139
  :param Sequence[str] nsg_ids: The OCIDs of the network security groups that the private endpoint belongs to.
10008
10140
  :param str private_endpoint_id: The OCID of the underlying private endpoint.
10009
10141
  :param str private_endpoint_ip: The private IP address of the private endpoint.
10010
10142
  :param str state: A filter to return only resources that match the specified lifecycle state.
10011
10143
  :param str subnet_id: The OCID of the subnet.
10012
- :param 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"}`
10144
+ :param Mapping[str, str] 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"}`
10013
10145
  :param str time_created: The date and time the private endpoint was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
10014
10146
  :param str vcn_id: A filter to return only resources that match the specified VCN OCID.
10015
10147
  """
@@ -10039,7 +10171,7 @@ class GetDataSafePrivateEndpointsDataSafePrivateEndpointResult(dict):
10039
10171
 
10040
10172
  @property
10041
10173
  @pulumi.getter(name="definedTags")
10042
- def defined_tags(self) -> Mapping[str, Any]:
10174
+ def defined_tags(self) -> Mapping[str, str]:
10043
10175
  """
10044
10176
  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"}`
10045
10177
  """
@@ -10071,7 +10203,7 @@ class GetDataSafePrivateEndpointsDataSafePrivateEndpointResult(dict):
10071
10203
 
10072
10204
  @property
10073
10205
  @pulumi.getter(name="freeformTags")
10074
- def freeform_tags(self) -> Mapping[str, Any]:
10206
+ def freeform_tags(self) -> Mapping[str, str]:
10075
10207
  """
10076
10208
  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"}`
10077
10209
  """
@@ -10127,7 +10259,7 @@ class GetDataSafePrivateEndpointsDataSafePrivateEndpointResult(dict):
10127
10259
 
10128
10260
  @property
10129
10261
  @pulumi.getter(name="systemTags")
10130
- def system_tags(self) -> Mapping[str, Any]:
10262
+ def system_tags(self) -> Mapping[str, str]:
10131
10263
  """
10132
10264
  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"}`
10133
10265
  """
@@ -11041,11 +11173,11 @@ class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionResult(dict):
11041
11173
  class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemResult(dict):
11042
11174
  def __init__(__self__, *,
11043
11175
  compartment_id: str,
11044
- defined_tags: Mapping[str, Any],
11176
+ defined_tags: Mapping[str, str],
11045
11177
  description: str,
11046
11178
  display_name: str,
11047
11179
  format_entries: Sequence['outputs.GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemFormatEntryResult'],
11048
- freeform_tags: Mapping[str, Any],
11180
+ freeform_tags: Mapping[str, str],
11049
11181
  id: str,
11050
11182
  sensitive_type_ids: Sequence[str],
11051
11183
  source: str,
@@ -11054,11 +11186,11 @@ class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemResult(dict):
11054
11186
  time_updated: str):
11055
11187
  """
11056
11188
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
11057
- :param Mapping[str, Any] defined_tags: 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"}`
11189
+ :param Mapping[str, str] defined_tags: 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"}`
11058
11190
  :param str description: The description of the format entry.
11059
11191
  :param str display_name: A filter to return only resources that match the specified display name.
11060
11192
  :param Sequence['GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemFormatEntryArgs'] format_entries: An array of format entries. The combined output of all the format entries is used for masking.
11061
- :param Mapping[str, Any] freeform_tags: 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"}`
11193
+ :param Mapping[str, str] freeform_tags: 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"}`
11062
11194
  :param str id: The OCID of the library masking format.
11063
11195
  :param Sequence[str] sensitive_type_ids: An array of OCIDs of the sensitive types compatible with the library masking format.
11064
11196
  :param str source: Specifies whether the library masking format is user-defined or predefined.
@@ -11089,7 +11221,7 @@ class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemResult(dict):
11089
11221
 
11090
11222
  @property
11091
11223
  @pulumi.getter(name="definedTags")
11092
- def defined_tags(self) -> Mapping[str, Any]:
11224
+ def defined_tags(self) -> Mapping[str, str]:
11093
11225
  """
11094
11226
  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"}`
11095
11227
  """
@@ -11121,7 +11253,7 @@ class GetLibraryMaskingFormatsLibraryMaskingFormatCollectionItemResult(dict):
11121
11253
 
11122
11254
  @property
11123
11255
  @pulumi.getter(name="freeformTags")
11124
- def freeform_tags(self) -> Mapping[str, Any]:
11256
+ def freeform_tags(self) -> Mapping[str, str]:
11125
11257
  """
11126
11258
  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"}`
11127
11259
  """
@@ -12608,10 +12740,10 @@ class GetMaskingPoliciesMaskingPolicyCollectionItemResult(dict):
12608
12740
  add_masking_columns_from_sdm_trigger: int,
12609
12741
  column_sources: Sequence['outputs.GetMaskingPoliciesMaskingPolicyCollectionItemColumnSourceResult'],
12610
12742
  compartment_id: str,
12611
- defined_tags: Mapping[str, Any],
12743
+ defined_tags: Mapping[str, str],
12612
12744
  description: str,
12613
12745
  display_name: str,
12614
- freeform_tags: Mapping[str, Any],
12746
+ freeform_tags: Mapping[str, str],
12615
12747
  generate_health_report_trigger: int,
12616
12748
  id: str,
12617
12749
  is_drop_temp_tables_enabled: bool,
@@ -12627,10 +12759,10 @@ class GetMaskingPoliciesMaskingPolicyCollectionItemResult(dict):
12627
12759
  """
12628
12760
  :param Sequence['GetMaskingPoliciesMaskingPolicyCollectionItemColumnSourceArgs'] column_sources: The source of masking columns.
12629
12761
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
12630
- :param Mapping[str, Any] defined_tags: 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"}`
12762
+ :param Mapping[str, str] defined_tags: 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"}`
12631
12763
  :param str description: The description of the masking policy.
12632
12764
  :param str display_name: A filter to return only resources that match the specified display name.
12633
- :param Mapping[str, Any] freeform_tags: 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"}`
12765
+ :param Mapping[str, str] freeform_tags: 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"}`
12634
12766
  :param str id: The OCID of the masking policy.
12635
12767
  :param bool is_drop_temp_tables_enabled: Indicates if the temporary tables created during a masking operation should be dropped after masking. It's enabled by default. Set this attribute to false to preserve the temporary tables. Masking creates temporary tables that map the original sensitive data values to mask values. By default, these temporary tables are dropped after masking. But, in some cases, you may want to preserve this information to track how masking changed your data. Note that doing so compromises security. These tables must be dropped before the database is available for unprivileged users.
12636
12768
  :param bool is_redo_logging_enabled: Indicates if redo logging is enabled during a masking operation. It's disabled by default. Set this attribute to true to enable redo logging. By default, masking disables redo logging and flashback logging to purge any original unmasked data from logs. However, in certain circumstances when you only want to test masking, rollback changes, and retry masking, you could enable logging and use a flashback database to retrieve the original unmasked data after it has been masked.
@@ -12686,7 +12818,7 @@ class GetMaskingPoliciesMaskingPolicyCollectionItemResult(dict):
12686
12818
 
12687
12819
  @property
12688
12820
  @pulumi.getter(name="definedTags")
12689
- def defined_tags(self) -> Mapping[str, Any]:
12821
+ def defined_tags(self) -> Mapping[str, str]:
12690
12822
  """
12691
12823
  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"}`
12692
12824
  """
@@ -12710,7 +12842,7 @@ class GetMaskingPoliciesMaskingPolicyCollectionItemResult(dict):
12710
12842
 
12711
12843
  @property
12712
12844
  @pulumi.getter(name="freeformTags")
12713
- def freeform_tags(self) -> Mapping[str, Any]:
12845
+ def freeform_tags(self) -> Mapping[str, str]:
12714
12846
  """
12715
12847
  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"}`
12716
12848
  """
@@ -13040,10 +13172,10 @@ class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionResult(dic
13040
13172
  class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult(dict):
13041
13173
  def __init__(__self__, *,
13042
13174
  compartment_id: str,
13043
- defined_tags: Mapping[str, Any],
13175
+ defined_tags: Mapping[str, str],
13044
13176
  description: str,
13045
13177
  display_name: str,
13046
- freeform_tags: Mapping[str, Any],
13178
+ freeform_tags: Mapping[str, str],
13047
13179
  id: str,
13048
13180
  masking_policy_id: str,
13049
13181
  state: str,
@@ -13052,10 +13184,10 @@ class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult
13052
13184
  time_updated: str):
13053
13185
  """
13054
13186
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
13055
- :param Mapping[str, Any] defined_tags: 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"}`
13187
+ :param Mapping[str, str] defined_tags: 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"}`
13056
13188
  :param str description: The description of the masking health report.
13057
13189
  :param str display_name: A filter to return only resources that match the specified display name.
13058
- :param Mapping[str, Any] freeform_tags: 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"}`
13190
+ :param Mapping[str, str] freeform_tags: 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"}`
13059
13191
  :param str id: The OCID of the health report.
13060
13192
  :param str masking_policy_id: A filter to return only the resources that match the specified masking policy OCID.
13061
13193
  :param str state: A filter to return only the resources that match the specified lifecycle states.
@@ -13085,7 +13217,7 @@ class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult
13085
13217
 
13086
13218
  @property
13087
13219
  @pulumi.getter(name="definedTags")
13088
- def defined_tags(self) -> Mapping[str, Any]:
13220
+ def defined_tags(self) -> Mapping[str, str]:
13089
13221
  """
13090
13222
  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"}`
13091
13223
  """
@@ -13109,7 +13241,7 @@ class GetMaskingPolicyHealthReportsMaskingPolicyHealthReportCollectionItemResult
13109
13241
 
13110
13242
  @property
13111
13243
  @pulumi.getter(name="freeformTags")
13112
- def freeform_tags(self) -> Mapping[str, Any]:
13244
+ def freeform_tags(self) -> Mapping[str, str]:
13113
13245
  """
13114
13246
  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"}`
13115
13247
  """
@@ -13879,27 +14011,27 @@ class GetOnpremConnectorsOnPremConnectorResult(dict):
13879
14011
  available_version: str,
13880
14012
  compartment_id: str,
13881
14013
  created_version: str,
13882
- defined_tags: Mapping[str, Any],
14014
+ defined_tags: Mapping[str, str],
13883
14015
  description: str,
13884
14016
  display_name: str,
13885
- freeform_tags: Mapping[str, Any],
14017
+ freeform_tags: Mapping[str, str],
13886
14018
  id: str,
13887
14019
  lifecycle_details: str,
13888
14020
  state: str,
13889
- system_tags: Mapping[str, Any],
14021
+ system_tags: Mapping[str, str],
13890
14022
  time_created: str):
13891
14023
  """
13892
14024
  :param str available_version: Latest available version of the on-premises connector.
13893
14025
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
13894
14026
  :param str created_version: Created version of the on-premises connector.
13895
- :param Mapping[str, Any] defined_tags: 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"}`
14027
+ :param Mapping[str, str] defined_tags: 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"}`
13896
14028
  :param str description: The description of the on-premises connector.
13897
14029
  :param str display_name: A filter to return only resources that match the specified display name.
13898
- :param Mapping[str, Any] freeform_tags: 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"}`
14030
+ :param Mapping[str, str] freeform_tags: 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"}`
13899
14031
  :param str id: The OCID of the on-premises connector.
13900
14032
  :param str lifecycle_details: Details about the current state of the on-premises connector.
13901
14033
  :param str state: The current state of the on-premises connector.
13902
- :param 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"}`
14034
+ :param Mapping[str, str] 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"}`
13903
14035
  :param str time_created: The date and time the on-premises connector was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
13904
14036
  """
13905
14037
  pulumi.set(__self__, "available_version", available_version)
@@ -13941,7 +14073,7 @@ class GetOnpremConnectorsOnPremConnectorResult(dict):
13941
14073
 
13942
14074
  @property
13943
14075
  @pulumi.getter(name="definedTags")
13944
- def defined_tags(self) -> Mapping[str, Any]:
14076
+ def defined_tags(self) -> Mapping[str, str]:
13945
14077
  """
13946
14078
  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"}`
13947
14079
  """
@@ -13965,7 +14097,7 @@ class GetOnpremConnectorsOnPremConnectorResult(dict):
13965
14097
 
13966
14098
  @property
13967
14099
  @pulumi.getter(name="freeformTags")
13968
- def freeform_tags(self) -> Mapping[str, Any]:
14100
+ def freeform_tags(self) -> Mapping[str, str]:
13969
14101
  """
13970
14102
  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"}`
13971
14103
  """
@@ -13997,7 +14129,7 @@ class GetOnpremConnectorsOnPremConnectorResult(dict):
13997
14129
 
13998
14130
  @property
13999
14131
  @pulumi.getter(name="systemTags")
14000
- def system_tags(self) -> Mapping[str, Any]:
14132
+ def system_tags(self) -> Mapping[str, str]:
14001
14133
  """
14002
14134
  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"}`
14003
14135
  """
@@ -14304,11 +14436,11 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
14304
14436
  compartment_id: str,
14305
14437
  compliance_standards: Sequence[str],
14306
14438
  data_source: str,
14307
- defined_tags: Mapping[str, Any],
14439
+ defined_tags: Mapping[str, str],
14308
14440
  description: str,
14309
14441
  display_name: str,
14310
14442
  display_order: int,
14311
- freeform_tags: Mapping[str, Any],
14443
+ freeform_tags: Mapping[str, str],
14312
14444
  id: str,
14313
14445
  is_seeded: bool,
14314
14446
  lifecycle_details: str,
@@ -14322,7 +14454,7 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
14322
14454
  scim_filter: str,
14323
14455
  state: str,
14324
14456
  summaries: Sequence['outputs.GetReportDefinitionsReportDefinitionCollectionItemSummaryResult'],
14325
- system_tags: Mapping[str, Any],
14457
+ system_tags: Mapping[str, str],
14326
14458
  time_created: str,
14327
14459
  time_updated: str):
14328
14460
  """
@@ -14333,11 +14465,11 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
14333
14465
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
14334
14466
  :param Sequence[str] compliance_standards: The list of the data protection regulations/standards used in the report that will help demonstrate compliance.
14335
14467
  :param str data_source: Specifies the name of a resource that provides data for the report. For example alerts, events.
14336
- :param Mapping[str, Any] defined_tags: 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"}`
14468
+ :param Mapping[str, str] defined_tags: 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"}`
14337
14469
  :param str description: A description of the report definition.
14338
14470
  :param str display_name: The name of the report definition to query.
14339
14471
  :param int display_order: Specifies the order in which the summary must be displayed.
14340
- :param Mapping[str, Any] freeform_tags: 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"}`
14472
+ :param Mapping[str, str] freeform_tags: 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"}`
14341
14473
  :param str id: The OCID of the report definition.
14342
14474
  :param bool is_seeded: A boolean flag indicating to list seeded report definitions. Set this parameter to get list of seeded report definitions.
14343
14475
  :param str lifecycle_details: Details about the current state of the report definition in Data Safe.
@@ -14351,7 +14483,7 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
14351
14483
  :param str scim_filter: Additional scim filters used to get the specific summary.
14352
14484
  :param str state: An optional filter to return only resources that match the specified lifecycle state.
14353
14485
  :param Sequence['GetReportDefinitionsReportDefinitionCollectionItemSummaryArgs'] summaries: 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).
14354
- :param 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"}`
14486
+ :param Mapping[str, str] 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"}`
14355
14487
  :param str time_created: Specifies the date and time the report definition was created.
14356
14488
  :param str time_updated: The date and time the report definition was updated.
14357
14489
  """
@@ -14442,7 +14574,7 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
14442
14574
 
14443
14575
  @property
14444
14576
  @pulumi.getter(name="definedTags")
14445
- def defined_tags(self) -> Mapping[str, Any]:
14577
+ def defined_tags(self) -> Mapping[str, str]:
14446
14578
  """
14447
14579
  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"}`
14448
14580
  """
@@ -14474,7 +14606,7 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
14474
14606
 
14475
14607
  @property
14476
14608
  @pulumi.getter(name="freeformTags")
14477
- def freeform_tags(self) -> Mapping[str, Any]:
14609
+ def freeform_tags(self) -> Mapping[str, str]:
14478
14610
  """
14479
14611
  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"}`
14480
14612
  """
@@ -14586,7 +14718,7 @@ class GetReportDefinitionsReportDefinitionCollectionItemResult(dict):
14586
14718
 
14587
14719
  @property
14588
14720
  @pulumi.getter(name="systemTags")
14589
- def system_tags(self) -> Mapping[str, Any]:
14721
+ def system_tags(self) -> Mapping[str, str]:
14590
14722
  """
14591
14723
  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"}`
14592
14724
  """
@@ -14889,31 +15021,31 @@ class GetReportsReportCollectionResult(dict):
14889
15021
  class GetReportsReportCollectionItemResult(dict):
14890
15022
  def __init__(__self__, *,
14891
15023
  compartment_id: str,
14892
- defined_tags: Mapping[str, Any],
15024
+ defined_tags: Mapping[str, str],
14893
15025
  description: str,
14894
15026
  display_name: str,
14895
- freeform_tags: Mapping[str, Any],
15027
+ freeform_tags: Mapping[str, str],
14896
15028
  id: str,
14897
15029
  lifecycle_details: str,
14898
15030
  mime_type: str,
14899
15031
  report_definition_id: str,
14900
15032
  report_id: str,
14901
15033
  state: str,
14902
- system_tags: Mapping[str, Any],
15034
+ system_tags: Mapping[str, str],
14903
15035
  time_generated: str,
14904
15036
  type: str):
14905
15037
  """
14906
15038
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
14907
- :param Mapping[str, Any] defined_tags: 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"}`
15039
+ :param Mapping[str, str] defined_tags: 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"}`
14908
15040
  :param str description: Specifies a description of the report.
14909
15041
  :param str display_name: The name of the report definition to query.
14910
- :param Mapping[str, Any] freeform_tags: 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"}`
15042
+ :param Mapping[str, str] freeform_tags: 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"}`
14911
15043
  :param str id: The OCID of the report.
14912
15044
  :param str lifecycle_details: Details about the current state of the report in Data Safe.
14913
15045
  :param str mime_type: Specifies the format of report to be .xls or .pdf or .json
14914
15046
  :param str report_definition_id: The ID of the report definition to filter the list of reports
14915
15047
  :param str state: An optional filter to return only resources that match the specified lifecycle state.
14916
- :param 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"}`
15048
+ :param Mapping[str, str] 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"}`
14917
15049
  :param str time_generated: Specifies the date and time the report was generated.
14918
15050
  :param str type: An optional filter to return only resources that match the specified type.
14919
15051
  """
@@ -14942,7 +15074,7 @@ class GetReportsReportCollectionItemResult(dict):
14942
15074
 
14943
15075
  @property
14944
15076
  @pulumi.getter(name="definedTags")
14945
- def defined_tags(self) -> Mapping[str, Any]:
15077
+ def defined_tags(self) -> Mapping[str, str]:
14946
15078
  """
14947
15079
  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"}`
14948
15080
  """
@@ -14966,7 +15098,7 @@ class GetReportsReportCollectionItemResult(dict):
14966
15098
 
14967
15099
  @property
14968
15100
  @pulumi.getter(name="freeformTags")
14969
- def freeform_tags(self) -> Mapping[str, Any]:
15101
+ def freeform_tags(self) -> Mapping[str, str]:
14970
15102
  """
14971
15103
  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"}`
14972
15104
  """
@@ -15019,7 +15151,7 @@ class GetReportsReportCollectionItemResult(dict):
15019
15151
 
15020
15152
  @property
15021
15153
  @pulumi.getter(name="systemTags")
15022
- def system_tags(self) -> Mapping[str, Any]:
15154
+ def system_tags(self) -> Mapping[str, str]:
15023
15155
  """
15024
15156
  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"}`
15025
15157
  """
@@ -15252,28 +15384,28 @@ class GetSdmMaskingPolicyDifferencesSdmMaskingPolicyDifferenceCollectionResult(d
15252
15384
  class GetSdmMaskingPolicyDifferencesSdmMaskingPolicyDifferenceCollectionItemResult(dict):
15253
15385
  def __init__(__self__, *,
15254
15386
  compartment_id: str,
15255
- defined_tags: Mapping[str, Any],
15387
+ defined_tags: Mapping[str, str],
15256
15388
  difference_type: str,
15257
15389
  display_name: str,
15258
- freeform_tags: Mapping[str, Any],
15390
+ freeform_tags: Mapping[str, str],
15259
15391
  id: str,
15260
15392
  masking_policy_id: str,
15261
15393
  sensitive_data_model_id: str,
15262
15394
  state: str,
15263
- system_tags: Mapping[str, Any],
15395
+ system_tags: Mapping[str, str],
15264
15396
  time_created: str,
15265
15397
  time_creation_started: str):
15266
15398
  """
15267
15399
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
15268
- :param Mapping[str, Any] defined_tags: 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"}`
15400
+ :param Mapping[str, str] defined_tags: 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"}`
15269
15401
  :param str difference_type: The type of the SDM masking policy difference. It defines the difference scope. NEW identifies new sensitive columns in the sensitive data model that are not in the masking policy. DELETED identifies columns that are present in the masking policy but have been deleted from the sensitive data model. MODIFIED identifies columns that are present in the sensitive data model as well as the masking policy but some of their attributes have been modified. ALL covers all the above three scenarios and reports new, deleted and modified columns.
15270
15402
  :param str display_name: A filter to return only resources that match the specified display name.
15271
- :param Mapping[str, Any] freeform_tags: 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"}`
15403
+ :param Mapping[str, str] freeform_tags: 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"}`
15272
15404
  :param str id: The OCID of the Sensitive data model and masking policy difference resource.
15273
15405
  :param str masking_policy_id: A filter to return only the resources that match the specified masking policy OCID.
15274
15406
  :param str sensitive_data_model_id: A filter to return only the resources that match the specified sensitive data model OCID.
15275
15407
  :param str state: A filter to return only the resources that match the specified lifecycle states.
15276
- :param 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"}`
15408
+ :param Mapping[str, str] 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"}`
15277
15409
  :param str time_created: The date and time the SDM masking policy difference was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
15278
15410
  :param str time_creation_started: The date and time the SDM masking policy difference creation started, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
15279
15411
  """
@@ -15300,7 +15432,7 @@ class GetSdmMaskingPolicyDifferencesSdmMaskingPolicyDifferenceCollectionItemResu
15300
15432
 
15301
15433
  @property
15302
15434
  @pulumi.getter(name="definedTags")
15303
- def defined_tags(self) -> Mapping[str, Any]:
15435
+ def defined_tags(self) -> Mapping[str, str]:
15304
15436
  """
15305
15437
  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"}`
15306
15438
  """
@@ -15324,7 +15456,7 @@ class GetSdmMaskingPolicyDifferencesSdmMaskingPolicyDifferenceCollectionItemResu
15324
15456
 
15325
15457
  @property
15326
15458
  @pulumi.getter(name="freeformTags")
15327
- def freeform_tags(self) -> Mapping[str, Any]:
15459
+ def freeform_tags(self) -> Mapping[str, str]:
15328
15460
  """
15329
15461
  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"}`
15330
15462
  """
@@ -15364,7 +15496,7 @@ class GetSdmMaskingPolicyDifferencesSdmMaskingPolicyDifferenceCollectionItemResu
15364
15496
 
15365
15497
  @property
15366
15498
  @pulumi.getter(name="systemTags")
15367
- def system_tags(self) -> Mapping[str, Any]:
15499
+ def system_tags(self) -> Mapping[str, str]:
15368
15500
  """
15369
15501
  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"}`
15370
15502
  """
@@ -20434,10 +20566,10 @@ class GetSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemResult(d
20434
20566
  column_encryption: str,
20435
20567
  compartment_id: str,
20436
20568
  database_vault: str,
20437
- defined_tags: Mapping[str, Any],
20569
+ defined_tags: Mapping[str, str],
20438
20570
  external_authentication: str,
20439
20571
  fine_grained_audit: str,
20440
- freeform_tags: Mapping[str, Any],
20572
+ freeform_tags: Mapping[str, str],
20441
20573
  global_authentication: str,
20442
20574
  network_encryption: str,
20443
20575
  password_authentication: str,
@@ -20451,10 +20583,10 @@ class GetSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemResult(d
20451
20583
  :param str column_encryption: The usage of security feature - Column Encryption.
20452
20584
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
20453
20585
  :param str database_vault: The usage of security feature - Database Vault.
20454
- :param Mapping[str, Any] defined_tags: 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"}`
20586
+ :param Mapping[str, str] defined_tags: 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"}`
20455
20587
  :param str external_authentication: The usage of security feature - External Authentication.
20456
20588
  :param str fine_grained_audit: The usage of security feature - Fine Grained Audit.
20457
- :param Mapping[str, Any] freeform_tags: 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"}`
20589
+ :param Mapping[str, str] freeform_tags: 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"}`
20458
20590
  :param str global_authentication: The usage of security feature - Global Authentication.
20459
20591
  :param str network_encryption: The usage of security feature - Network Encryption.
20460
20592
  :param str password_authentication: The usage of security feature - Password Authentication.
@@ -20515,7 +20647,7 @@ class GetSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemResult(d
20515
20647
 
20516
20648
  @property
20517
20649
  @pulumi.getter(name="definedTags")
20518
- def defined_tags(self) -> Mapping[str, Any]:
20650
+ def defined_tags(self) -> Mapping[str, str]:
20519
20651
  """
20520
20652
  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"}`
20521
20653
  """
@@ -20539,7 +20671,7 @@ class GetSecurityAssessmentSecurityFeaturesSecurityFeatureCollectionItemResult(d
20539
20671
 
20540
20672
  @property
20541
20673
  @pulumi.getter(name="freeformTags")
20542
- def freeform_tags(self) -> Mapping[str, Any]:
20674
+ def freeform_tags(self) -> Mapping[str, str]:
20543
20675
  """
20544
20676
  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"}`
20545
20677
  """
@@ -21401,10 +21533,10 @@ class GetSecurityAssessmentsFilterResult(dict):
21401
21533
  class GetSecurityAssessmentsSecurityAssessmentResult(dict):
21402
21534
  def __init__(__self__, *,
21403
21535
  compartment_id: str,
21404
- defined_tags: Mapping[str, Any],
21536
+ defined_tags: Mapping[str, str],
21405
21537
  description: str,
21406
21538
  display_name: str,
21407
- freeform_tags: Mapping[str, Any],
21539
+ freeform_tags: Mapping[str, str],
21408
21540
  id: str,
21409
21541
  ignored_assessment_ids: Sequence[str],
21410
21542
  ignored_targets: Sequence[str],
@@ -21418,7 +21550,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
21418
21550
  schedule_security_assessment_id: str,
21419
21551
  state: str,
21420
21552
  statistics: Sequence['outputs.GetSecurityAssessmentsSecurityAssessmentStatisticResult'],
21421
- system_tags: Mapping[str, Any],
21553
+ system_tags: Mapping[str, str],
21422
21554
  target_id: str,
21423
21555
  target_ids: Sequence[str],
21424
21556
  target_version: str,
@@ -21429,10 +21561,10 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
21429
21561
  type: str):
21430
21562
  """
21431
21563
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
21432
- :param Mapping[str, Any] defined_tags: 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"}`
21564
+ :param Mapping[str, str] defined_tags: 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"}`
21433
21565
  :param str description: The description of the security assessment.
21434
21566
  :param str display_name: A filter to return only resources that match the specified display name.
21435
- :param Mapping[str, Any] freeform_tags: 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"}`
21567
+ :param Mapping[str, str] freeform_tags: 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"}`
21436
21568
  :param str id: The OCID of the security assessment.
21437
21569
  :param Sequence[str] ignored_assessment_ids: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
21438
21570
  :param Sequence[str] ignored_targets: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
@@ -21446,7 +21578,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
21446
21578
  :param str schedule_security_assessment_id: The OCID of the security assessment that is responsible for creating this scheduled save assessment.
21447
21579
  :param str state: A filter to return only resources that match the specified lifecycle state.
21448
21580
  :param Sequence['GetSecurityAssessmentsSecurityAssessmentStatisticArgs'] statistics: Statistics showing the number of findings for each category grouped by risk levels for all the targets in the specified security assessment.
21449
- :param 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"}`
21581
+ :param Mapping[str, str] 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"}`
21450
21582
  :param str target_id: A filter to return only items related to a specific target OCID.
21451
21583
  :param Sequence[str] target_ids: Array of database target OCIDs.
21452
21584
  :param str target_version: The version of the target database.
@@ -21494,7 +21626,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
21494
21626
 
21495
21627
  @property
21496
21628
  @pulumi.getter(name="definedTags")
21497
- def defined_tags(self) -> Mapping[str, Any]:
21629
+ def defined_tags(self) -> Mapping[str, str]:
21498
21630
  """
21499
21631
  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"}`
21500
21632
  """
@@ -21518,7 +21650,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
21518
21650
 
21519
21651
  @property
21520
21652
  @pulumi.getter(name="freeformTags")
21521
- def freeform_tags(self) -> Mapping[str, Any]:
21653
+ def freeform_tags(self) -> Mapping[str, str]:
21522
21654
  """
21523
21655
  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"}`
21524
21656
  """
@@ -21630,7 +21762,7 @@ class GetSecurityAssessmentsSecurityAssessmentResult(dict):
21630
21762
 
21631
21763
  @property
21632
21764
  @pulumi.getter(name="systemTags")
21633
- def system_tags(self) -> Mapping[str, Any]:
21765
+ def system_tags(self) -> Mapping[str, str]:
21634
21766
  """
21635
21767
  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"}`
21636
21768
  """
@@ -22504,28 +22636,28 @@ class GetSecurityPoliciesSecurityPolicyCollectionResult(dict):
22504
22636
  class GetSecurityPoliciesSecurityPolicyCollectionItemResult(dict):
22505
22637
  def __init__(__self__, *,
22506
22638
  compartment_id: str,
22507
- defined_tags: Mapping[str, Any],
22639
+ defined_tags: Mapping[str, str],
22508
22640
  description: str,
22509
22641
  display_name: str,
22510
- freeform_tags: Mapping[str, Any],
22642
+ freeform_tags: Mapping[str, str],
22511
22643
  id: str,
22512
22644
  lifecycle_details: str,
22513
22645
  security_policy_id: str,
22514
22646
  state: str,
22515
- system_tags: Mapping[str, Any],
22647
+ system_tags: Mapping[str, str],
22516
22648
  time_created: str,
22517
22649
  time_updated: str):
22518
22650
  """
22519
22651
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
22520
- :param Mapping[str, Any] defined_tags: 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"}`
22652
+ :param Mapping[str, str] defined_tags: 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"}`
22521
22653
  :param str description: The description of the security policy.
22522
22654
  :param str display_name: A filter to return only resources that match the specified display name.
22523
- :param Mapping[str, Any] freeform_tags: 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"}`
22655
+ :param Mapping[str, str] freeform_tags: 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"}`
22524
22656
  :param str id: The OCID of the security policy.
22525
22657
  :param str lifecycle_details: Details about the current state of the security policy in Data Safe.
22526
22658
  :param str security_policy_id: An optional filter to return only resources that match the specified OCID of the security policy resource.
22527
22659
  :param str state: The current state of the security policy.
22528
- :param 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"}`
22660
+ :param Mapping[str, str] 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"}`
22529
22661
  :param str time_created: The time that the security policy was created, in the format defined by RFC3339.
22530
22662
  :param str time_updated: The last date and time the security policy was updated, in the format defined by RFC3339.
22531
22663
  """
@@ -22552,7 +22684,7 @@ class GetSecurityPoliciesSecurityPolicyCollectionItemResult(dict):
22552
22684
 
22553
22685
  @property
22554
22686
  @pulumi.getter(name="definedTags")
22555
- def defined_tags(self) -> Mapping[str, Any]:
22687
+ def defined_tags(self) -> Mapping[str, str]:
22556
22688
  """
22557
22689
  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"}`
22558
22690
  """
@@ -22576,7 +22708,7 @@ class GetSecurityPoliciesSecurityPolicyCollectionItemResult(dict):
22576
22708
 
22577
22709
  @property
22578
22710
  @pulumi.getter(name="freeformTags")
22579
- def freeform_tags(self) -> Mapping[str, Any]:
22711
+ def freeform_tags(self) -> Mapping[str, str]:
22580
22712
  """
22581
22713
  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"}`
22582
22714
  """
@@ -22616,7 +22748,7 @@ class GetSecurityPoliciesSecurityPolicyCollectionItemResult(dict):
22616
22748
 
22617
22749
  @property
22618
22750
  @pulumi.getter(name="systemTags")
22619
- def system_tags(self) -> Mapping[str, Any]:
22751
+ def system_tags(self) -> Mapping[str, str]:
22620
22752
  """
22621
22753
  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"}`
22622
22754
  """
@@ -22867,31 +22999,31 @@ class GetSecurityPolicyDeploymentsSecurityPolicyDeploymentCollectionResult(dict)
22867
22999
  class GetSecurityPolicyDeploymentsSecurityPolicyDeploymentCollectionItemResult(dict):
22868
23000
  def __init__(__self__, *,
22869
23001
  compartment_id: str,
22870
- defined_tags: Mapping[str, Any],
23002
+ defined_tags: Mapping[str, str],
22871
23003
  description: str,
22872
23004
  display_name: str,
22873
- freeform_tags: Mapping[str, Any],
23005
+ freeform_tags: Mapping[str, str],
22874
23006
  id: str,
22875
23007
  lifecycle_details: str,
22876
23008
  security_policy_deployment_id: str,
22877
23009
  security_policy_id: str,
22878
23010
  state: str,
22879
- system_tags: Mapping[str, Any],
23011
+ system_tags: Mapping[str, str],
22880
23012
  target_id: str,
22881
23013
  time_created: str,
22882
23014
  time_updated: str):
22883
23015
  """
22884
23016
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
22885
- :param Mapping[str, Any] defined_tags: 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"}`
23017
+ :param Mapping[str, str] defined_tags: 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"}`
22886
23018
  :param str description: The description of the security policy deployment.
22887
23019
  :param str display_name: A filter to return only resources that match the specified display name.
22888
- :param Mapping[str, Any] freeform_tags: 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"}`
23020
+ :param Mapping[str, str] freeform_tags: 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"}`
22889
23021
  :param str id: The OCID of the security policy deployment.
22890
23022
  :param str lifecycle_details: Details about the current state of the security policy deployment in Data Safe.
22891
23023
  :param str security_policy_deployment_id: An optional filter to return only resources that match the specified OCID of the security policy deployment resource.
22892
23024
  :param str security_policy_id: An optional filter to return only resources that match the specified OCID of the security policy resource.
22893
23025
  :param str state: The current state of the security policy deployment.
22894
- :param 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"}`
23026
+ :param Mapping[str, str] 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"}`
22895
23027
  :param str target_id: A filter to return only items related to a specific target OCID.
22896
23028
  :param str time_created: The time that the security policy deployment was created, in the format defined by RFC3339.
22897
23029
  :param str time_updated: The last date and time the security policy deployment was updated, in the format defined by RFC3339.
@@ -22921,7 +23053,7 @@ class GetSecurityPolicyDeploymentsSecurityPolicyDeploymentCollectionItemResult(d
22921
23053
 
22922
23054
  @property
22923
23055
  @pulumi.getter(name="definedTags")
22924
- def defined_tags(self) -> Mapping[str, Any]:
23056
+ def defined_tags(self) -> Mapping[str, str]:
22925
23057
  """
22926
23058
  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"}`
22927
23059
  """
@@ -22945,7 +23077,7 @@ class GetSecurityPolicyDeploymentsSecurityPolicyDeploymentCollectionItemResult(d
22945
23077
 
22946
23078
  @property
22947
23079
  @pulumi.getter(name="freeformTags")
22948
- def freeform_tags(self) -> Mapping[str, Any]:
23080
+ def freeform_tags(self) -> Mapping[str, str]:
22949
23081
  """
22950
23082
  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"}`
22951
23083
  """
@@ -22993,7 +23125,7 @@ class GetSecurityPolicyDeploymentsSecurityPolicyDeploymentCollectionItemResult(d
22993
23125
 
22994
23126
  @property
22995
23127
  @pulumi.getter(name="systemTags")
22996
- def system_tags(self) -> Mapping[str, Any]:
23128
+ def system_tags(self) -> Mapping[str, str]:
22997
23129
  """
22998
23130
  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"}`
22999
23131
  """
@@ -23717,27 +23849,27 @@ class GetSecurityPolicyReportsSecurityPolicyReportCollectionResult(dict):
23717
23849
  class GetSecurityPolicyReportsSecurityPolicyReportCollectionItemResult(dict):
23718
23850
  def __init__(__self__, *,
23719
23851
  compartment_id: str,
23720
- defined_tags: Mapping[str, Any],
23852
+ defined_tags: Mapping[str, str],
23721
23853
  description: str,
23722
23854
  display_name: str,
23723
- freeform_tags: Mapping[str, Any],
23855
+ freeform_tags: Mapping[str, str],
23724
23856
  id: str,
23725
23857
  lifecycle_details: str,
23726
23858
  state: str,
23727
- system_tags: Mapping[str, Any],
23859
+ system_tags: Mapping[str, str],
23728
23860
  target_id: str,
23729
23861
  time_created: str,
23730
23862
  time_updated: str):
23731
23863
  """
23732
23864
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
23733
- :param Mapping[str, Any] defined_tags: 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"}`
23865
+ :param Mapping[str, str] defined_tags: 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"}`
23734
23866
  :param str description: The description of the security policy report.
23735
23867
  :param str display_name: A filter to return only resources that match the specified display name.
23736
- :param Mapping[str, Any] freeform_tags: 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"}`
23868
+ :param Mapping[str, str] freeform_tags: 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"}`
23737
23869
  :param str id: The OCID of the security policy report.
23738
23870
  :param str lifecycle_details: Details about the current state of the security policy report.
23739
23871
  :param str state: The current state of the security policy report.
23740
- :param 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"}`
23872
+ :param Mapping[str, str] 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"}`
23741
23873
  :param str target_id: A filter to return only items related to a specific target OCID.
23742
23874
  :param str time_created: The date and time the security policy report was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
23743
23875
  :param str time_updated: The date and time the security policy report was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
@@ -23765,7 +23897,7 @@ class GetSecurityPolicyReportsSecurityPolicyReportCollectionItemResult(dict):
23765
23897
 
23766
23898
  @property
23767
23899
  @pulumi.getter(name="definedTags")
23768
- def defined_tags(self) -> Mapping[str, Any]:
23900
+ def defined_tags(self) -> Mapping[str, str]:
23769
23901
  """
23770
23902
  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"}`
23771
23903
  """
@@ -23789,7 +23921,7 @@ class GetSecurityPolicyReportsSecurityPolicyReportCollectionItemResult(dict):
23789
23921
 
23790
23922
  @property
23791
23923
  @pulumi.getter(name="freeformTags")
23792
- def freeform_tags(self) -> Mapping[str, Any]:
23924
+ def freeform_tags(self) -> Mapping[str, str]:
23793
23925
  """
23794
23926
  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"}`
23795
23927
  """
@@ -23821,7 +23953,7 @@ class GetSecurityPolicyReportsSecurityPolicyReportCollectionItemResult(dict):
23821
23953
 
23822
23954
  @property
23823
23955
  @pulumi.getter(name="systemTags")
23824
- def system_tags(self) -> Mapping[str, Any]:
23956
+ def system_tags(self) -> Mapping[str, str]:
23825
23957
  """
23826
23958
  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"}`
23827
23959
  """
@@ -24435,10 +24567,10 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
24435
24567
  def __init__(__self__, *,
24436
24568
  app_suite_name: str,
24437
24569
  compartment_id: str,
24438
- defined_tags: Mapping[str, Any],
24570
+ defined_tags: Mapping[str, str],
24439
24571
  description: str,
24440
24572
  display_name: str,
24441
- freeform_tags: Mapping[str, Any],
24573
+ freeform_tags: Mapping[str, str],
24442
24574
  id: str,
24443
24575
  is_app_defined_relation_discovery_enabled: bool,
24444
24576
  is_include_all_schemas: bool,
@@ -24447,7 +24579,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
24447
24579
  schemas_for_discoveries: Sequence[str],
24448
24580
  sensitive_type_ids_for_discoveries: Sequence[str],
24449
24581
  state: str,
24450
- system_tags: Mapping[str, Any],
24582
+ system_tags: Mapping[str, str],
24451
24583
  tables_for_discoveries: Sequence['outputs.GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryResult'],
24452
24584
  target_id: str,
24453
24585
  time_created: str,
@@ -24455,10 +24587,10 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
24455
24587
  """
24456
24588
  :param str app_suite_name: The application suite name identifying a collection of applications. The default value is GENERIC. It's useful only if maintaining a sensitive data model for a suite of applications.
24457
24589
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
24458
- :param Mapping[str, Any] defined_tags: 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"}`
24590
+ :param Mapping[str, str] defined_tags: 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"}`
24459
24591
  :param str description: The description of the sensitive data model.
24460
24592
  :param str display_name: A filter to return only resources that match the specified display name.
24461
- :param Mapping[str, Any] freeform_tags: 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"}`
24593
+ :param Mapping[str, str] freeform_tags: 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"}`
24462
24594
  :param str id: The OCID of the sensitive data model.
24463
24595
  :param bool is_app_defined_relation_discovery_enabled: Indicates if data discovery jobs should identify potential application-level (non-dictionary) referential relationships between columns. Note that data discovery automatically identifies and adds database-level (dictionary-defined) relationships. This option helps identify application-level relationships that are not defined in the database dictionary, which in turn, helps identify additional sensitive columns and preserve referential integrity during data masking. It's disabled by default and should be used only if there is a need to identify application-level relationships.
24464
24596
  :param bool is_include_all_schemas: Indicates if all the schemas in the associated target database should be scanned by data discovery jobs. If it is set to true, sensitive data is discovered in all schemas (except for schemas maintained by Oracle).
@@ -24467,7 +24599,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
24467
24599
  :param Sequence[str] schemas_for_discoveries: The schemas to be scanned by data discovery jobs.
24468
24600
  :param Sequence[str] sensitive_type_ids_for_discoveries: The OCIDs of the sensitive types to be used by data discovery jobs.
24469
24601
  :param str state: A filter to return only the resources that match the specified lifecycle state.
24470
- :param 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"}`
24602
+ :param Mapping[str, str] 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"}`
24471
24603
  :param Sequence['GetSensitiveDataModelsSensitiveDataModelCollectionItemTablesForDiscoveryArgs'] tables_for_discoveries: The data discovery jobs will scan the tables specified here, including both schemas and tables. For instance, the input could be in the format: [{schemaName: "HR", tableName: ["T1", "T2"]}, {schemaName: "OE", tableName : ["T3", "T4"]}].
24472
24604
  :param str target_id: A filter to return only items related to a specific target OCID.
24473
24605
  :param str time_created: The date and time the sensitive data model was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
@@ -24511,7 +24643,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
24511
24643
 
24512
24644
  @property
24513
24645
  @pulumi.getter(name="definedTags")
24514
- def defined_tags(self) -> Mapping[str, Any]:
24646
+ def defined_tags(self) -> Mapping[str, str]:
24515
24647
  """
24516
24648
  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"}`
24517
24649
  """
@@ -24535,7 +24667,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
24535
24667
 
24536
24668
  @property
24537
24669
  @pulumi.getter(name="freeformTags")
24538
- def freeform_tags(self) -> Mapping[str, Any]:
24670
+ def freeform_tags(self) -> Mapping[str, str]:
24539
24671
  """
24540
24672
  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"}`
24541
24673
  """
@@ -24607,7 +24739,7 @@ class GetSensitiveDataModelsSensitiveDataModelCollectionItemResult(dict):
24607
24739
 
24608
24740
  @property
24609
24741
  @pulumi.getter(name="systemTags")
24610
- def system_tags(self) -> Mapping[str, Any]:
24742
+ def system_tags(self) -> Mapping[str, str]:
24611
24743
  """
24612
24744
  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"}`
24613
24745
  """
@@ -24721,11 +24853,11 @@ class GetSensitiveTypesSensitiveTypeCollectionItemResult(dict):
24721
24853
  compartment_id: str,
24722
24854
  data_pattern: str,
24723
24855
  default_masking_format_id: str,
24724
- defined_tags: Mapping[str, Any],
24856
+ defined_tags: Mapping[str, str],
24725
24857
  description: str,
24726
24858
  display_name: str,
24727
24859
  entity_type: str,
24728
- freeform_tags: Mapping[str, Any],
24860
+ freeform_tags: Mapping[str, str],
24729
24861
  id: str,
24730
24862
  is_common: bool,
24731
24863
  name_pattern: str,
@@ -24734,7 +24866,7 @@ class GetSensitiveTypesSensitiveTypeCollectionItemResult(dict):
24734
24866
  short_name: str,
24735
24867
  source: str,
24736
24868
  state: str,
24737
- system_tags: Mapping[str, Any],
24869
+ system_tags: Mapping[str, str],
24738
24870
  time_created: str,
24739
24871
  time_updated: str):
24740
24872
  """
@@ -24742,11 +24874,11 @@ class GetSensitiveTypesSensitiveTypeCollectionItemResult(dict):
24742
24874
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
24743
24875
  :param str data_pattern: A regular expression to be used by data discovery for matching column data values.
24744
24876
  :param str default_masking_format_id: A filter to return only the sensitive types that have the default masking format identified by the specified OCID.
24745
- :param Mapping[str, Any] defined_tags: 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"}`
24877
+ :param Mapping[str, str] defined_tags: 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"}`
24746
24878
  :param str description: The description of the sensitive type.
24747
24879
  :param str display_name: A filter to return only resources that match the specified display name.
24748
24880
  :param str entity_type: A filter to return the sensitive type resources based on the value of their entityType attribute.
24749
- :param Mapping[str, Any] freeform_tags: 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"}`
24881
+ :param Mapping[str, str] freeform_tags: 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"}`
24750
24882
  :param str id: The OCID of the sensitive type.
24751
24883
  :param bool is_common: A filter to return only the common sensitive type resources. Common sensitive types belong to library sensitive types which are frequently used to perform sensitive data discovery.
24752
24884
  :param str name_pattern: A regular expression to be used by data discovery for matching column names.
@@ -24755,7 +24887,7 @@ class GetSensitiveTypesSensitiveTypeCollectionItemResult(dict):
24755
24887
  :param str short_name: The short name of the sensitive type.
24756
24888
  :param str source: Specifies whether the sensitive type is user-defined or predefined.
24757
24889
  :param str state: A filter to return only the resources that match the specified lifecycle state.
24758
- :param 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"}`
24890
+ :param Mapping[str, str] 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"}`
24759
24891
  :param str time_created: The date and time the sensitive type was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
24760
24892
  :param str time_updated: The date and time the sensitive type was last updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
24761
24893
  """
@@ -24814,7 +24946,7 @@ class GetSensitiveTypesSensitiveTypeCollectionItemResult(dict):
24814
24946
 
24815
24947
  @property
24816
24948
  @pulumi.getter(name="definedTags")
24817
- def defined_tags(self) -> Mapping[str, Any]:
24949
+ def defined_tags(self) -> Mapping[str, str]:
24818
24950
  """
24819
24951
  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"}`
24820
24952
  """
@@ -24846,7 +24978,7 @@ class GetSensitiveTypesSensitiveTypeCollectionItemResult(dict):
24846
24978
 
24847
24979
  @property
24848
24980
  @pulumi.getter(name="freeformTags")
24849
- def freeform_tags(self) -> Mapping[str, Any]:
24981
+ def freeform_tags(self) -> Mapping[str, str]:
24850
24982
  """
24851
24983
  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"}`
24852
24984
  """
@@ -24918,7 +25050,7 @@ class GetSensitiveTypesSensitiveTypeCollectionItemResult(dict):
24918
25050
 
24919
25051
  @property
24920
25052
  @pulumi.getter(name="systemTags")
24921
- def system_tags(self) -> Mapping[str, Any]:
25053
+ def system_tags(self) -> Mapping[str, str]:
24922
25054
  """
24923
25055
  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"}`
24924
25056
  """
@@ -24984,31 +25116,31 @@ class GetTargetAlertPolicyAssociationsTargetAlertPolicyAssociationCollectionResu
24984
25116
  class GetTargetAlertPolicyAssociationsTargetAlertPolicyAssociationCollectionItemResult(dict):
24985
25117
  def __init__(__self__, *,
24986
25118
  compartment_id: str,
24987
- defined_tags: Mapping[str, Any],
25119
+ defined_tags: Mapping[str, str],
24988
25120
  description: str,
24989
25121
  display_name: str,
24990
- freeform_tags: Mapping[str, Any],
25122
+ freeform_tags: Mapping[str, str],
24991
25123
  id: str,
24992
25124
  is_enabled: bool,
24993
25125
  lifecycle_details: str,
24994
25126
  policy_id: str,
24995
25127
  state: str,
24996
- system_tags: Mapping[str, Any],
25128
+ system_tags: Mapping[str, str],
24997
25129
  target_id: str,
24998
25130
  time_created: str,
24999
25131
  time_updated: str):
25000
25132
  """
25001
25133
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
25002
- :param Mapping[str, Any] defined_tags: 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"}`
25134
+ :param Mapping[str, str] defined_tags: 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"}`
25003
25135
  :param str description: Describes the target-alert policy association.
25004
25136
  :param str display_name: The display name of the target-alert policy association.
25005
- :param Mapping[str, Any] freeform_tags: 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"}`
25137
+ :param Mapping[str, str] freeform_tags: 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"}`
25006
25138
  :param str id: The OCID of the target-alert policy association.
25007
25139
  :param bool is_enabled: Indicates if the target-alert policy association is enabled or disabled by user.
25008
25140
  :param str lifecycle_details: Details about the current state of the target-alert policy association.
25009
25141
  :param str policy_id: The OCID of the alert policy.
25010
25142
  :param str state: An optional filter to return only alert policies that have the given life-cycle state.
25011
- :param 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"}`
25143
+ :param Mapping[str, str] 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"}`
25012
25144
  :param str target_id: A filter to return only items related to a specific target OCID.
25013
25145
  :param str time_created: Creation date and time of the alert policy, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
25014
25146
  :param str time_updated: Last date and time the alert policy was updated, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
@@ -25038,7 +25170,7 @@ class GetTargetAlertPolicyAssociationsTargetAlertPolicyAssociationCollectionItem
25038
25170
 
25039
25171
  @property
25040
25172
  @pulumi.getter(name="definedTags")
25041
- def defined_tags(self) -> Mapping[str, Any]:
25173
+ def defined_tags(self) -> Mapping[str, str]:
25042
25174
  """
25043
25175
  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"}`
25044
25176
  """
@@ -25062,7 +25194,7 @@ class GetTargetAlertPolicyAssociationsTargetAlertPolicyAssociationCollectionItem
25062
25194
 
25063
25195
  @property
25064
25196
  @pulumi.getter(name="freeformTags")
25065
- def freeform_tags(self) -> Mapping[str, Any]:
25197
+ def freeform_tags(self) -> Mapping[str, str]:
25066
25198
  """
25067
25199
  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"}`
25068
25200
  """
@@ -25110,7 +25242,7 @@ class GetTargetAlertPolicyAssociationsTargetAlertPolicyAssociationCollectionItem
25110
25242
 
25111
25243
  @property
25112
25244
  @pulumi.getter(name="systemTags")
25113
- def system_tags(self) -> Mapping[str, Any]:
25245
+ def system_tags(self) -> Mapping[str, str]:
25114
25246
  """
25115
25247
  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"}`
25116
25248
  """
@@ -26722,16 +26854,16 @@ class GetTargetDatabasesTargetDatabaseResult(dict):
26722
26854
  connection_options: Sequence['outputs.GetTargetDatabasesTargetDatabaseConnectionOptionResult'],
26723
26855
  credentials: Sequence['outputs.GetTargetDatabasesTargetDatabaseCredentialResult'],
26724
26856
  database_details: Sequence['outputs.GetTargetDatabasesTargetDatabaseDatabaseDetailResult'],
26725
- defined_tags: Mapping[str, Any],
26857
+ defined_tags: Mapping[str, str],
26726
26858
  description: str,
26727
26859
  display_name: str,
26728
- freeform_tags: Mapping[str, Any],
26860
+ freeform_tags: Mapping[str, str],
26729
26861
  id: str,
26730
26862
  lifecycle_details: str,
26731
26863
  peer_target_database_details: Sequence['outputs.GetTargetDatabasesTargetDatabasePeerTargetDatabaseDetailResult'],
26732
26864
  peer_target_databases: Sequence['outputs.GetTargetDatabasesTargetDatabasePeerTargetDatabaseResult'],
26733
26865
  state: str,
26734
- system_tags: Mapping[str, Any],
26866
+ system_tags: Mapping[str, str],
26735
26867
  time_created: str,
26736
26868
  time_updated: str,
26737
26869
  tls_configs: Sequence['outputs.GetTargetDatabasesTargetDatabaseTlsConfigResult']):
@@ -26741,15 +26873,15 @@ class GetTargetDatabasesTargetDatabaseResult(dict):
26741
26873
  :param Sequence['GetTargetDatabasesTargetDatabaseConnectionOptionArgs'] connection_options: Types of connection supported by Data Safe.
26742
26874
  :param Sequence['GetTargetDatabasesTargetDatabaseCredentialArgs'] credentials: The database credentials required for Data Safe to connect to the database.
26743
26875
  :param Sequence['GetTargetDatabasesTargetDatabaseDatabaseDetailArgs'] database_details: Details of the database for the registration in Data Safe.
26744
- :param Mapping[str, Any] defined_tags: 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"}`
26876
+ :param Mapping[str, str] defined_tags: 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"}`
26745
26877
  :param str description: The description of the peer target database in Data Safe.
26746
26878
  :param str display_name: A filter to return only resources that match the specified display name.
26747
- :param Mapping[str, Any] freeform_tags: 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"}`
26879
+ :param Mapping[str, str] freeform_tags: 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"}`
26748
26880
  :param str id: The OCID of the Data Safe target database.
26749
26881
  :param str lifecycle_details: Details about the current state of the peer target database in Data Safe.
26750
26882
  :param Sequence['GetTargetDatabasesTargetDatabasePeerTargetDatabaseArgs'] peer_target_databases: The OCIDs of associated resources like Database, Data Safe private endpoint etc.
26751
26883
  :param str state: A filter to return only target databases that match the specified lifecycle state.
26752
- :param 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"}`
26884
+ :param Mapping[str, str] 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"}`
26753
26885
  :param str time_created: The date and time the database was registered in Data Safe and created as a target database in Data Safe.
26754
26886
  :param str time_updated: The date and time of the target database update in Data Safe.
26755
26887
  :param Sequence['GetTargetDatabasesTargetDatabaseTlsConfigArgs'] tls_configs: The details required to establish a TLS enabled connection.
@@ -26815,7 +26947,7 @@ class GetTargetDatabasesTargetDatabaseResult(dict):
26815
26947
 
26816
26948
  @property
26817
26949
  @pulumi.getter(name="definedTags")
26818
- def defined_tags(self) -> Mapping[str, Any]:
26950
+ def defined_tags(self) -> Mapping[str, str]:
26819
26951
  """
26820
26952
  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"}`
26821
26953
  """
@@ -26839,7 +26971,7 @@ class GetTargetDatabasesTargetDatabaseResult(dict):
26839
26971
 
26840
26972
  @property
26841
26973
  @pulumi.getter(name="freeformTags")
26842
- def freeform_tags(self) -> Mapping[str, Any]:
26974
+ def freeform_tags(self) -> Mapping[str, str]:
26843
26975
  """
26844
26976
  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"}`
26845
26977
  """
@@ -26884,7 +27016,7 @@ class GetTargetDatabasesTargetDatabaseResult(dict):
26884
27016
 
26885
27017
  @property
26886
27018
  @pulumi.getter(name="systemTags")
26887
- def system_tags(self) -> Mapping[str, Any]:
27019
+ def system_tags(self) -> Mapping[str, str]:
26888
27020
  """
26889
27021
  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"}`
26890
27022
  """
@@ -27820,12 +27952,12 @@ class GetUserAssessmentProfileAnalyticsFilterResult(dict):
27820
27952
  @pulumi.output_type
27821
27953
  class GetUserAssessmentProfileAnalyticsProfileAggregationResult(dict):
27822
27954
  def __init__(__self__, *,
27823
- defined_tags: Mapping[str, Any],
27824
- freeform_tags: Mapping[str, Any],
27955
+ defined_tags: Mapping[str, str],
27956
+ freeform_tags: Mapping[str, str],
27825
27957
  items: Sequence[Any]):
27826
27958
  """
27827
- :param Mapping[str, Any] defined_tags: 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"}`
27828
- :param Mapping[str, Any] freeform_tags: 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"}`
27959
+ :param Mapping[str, str] defined_tags: 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"}`
27960
+ :param Mapping[str, str] freeform_tags: 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"}`
27829
27961
  :param Sequence[Any] items: The array of profile aggregation data.
27830
27962
  """
27831
27963
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -27834,7 +27966,7 @@ class GetUserAssessmentProfileAnalyticsProfileAggregationResult(dict):
27834
27966
 
27835
27967
  @property
27836
27968
  @pulumi.getter(name="definedTags")
27837
- def defined_tags(self) -> Mapping[str, Any]:
27969
+ def defined_tags(self) -> Mapping[str, str]:
27838
27970
  """
27839
27971
  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"}`
27840
27972
  """
@@ -27842,7 +27974,7 @@ class GetUserAssessmentProfileAnalyticsProfileAggregationResult(dict):
27842
27974
 
27843
27975
  @property
27844
27976
  @pulumi.getter(name="freeformTags")
27845
- def freeform_tags(self) -> Mapping[str, Any]:
27977
+ def freeform_tags(self) -> Mapping[str, str]:
27846
27978
  """
27847
27979
  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"}`
27848
27980
  """
@@ -27892,9 +28024,9 @@ class GetUserAssessmentProfilesProfileResult(dict):
27892
28024
  connect_time: str,
27893
28025
  cpu_per_call: str,
27894
28026
  cpu_per_session: str,
27895
- defined_tags: Mapping[str, Any],
28027
+ defined_tags: Mapping[str, str],
27896
28028
  failed_login_attempts: str,
27897
- freeform_tags: Mapping[str, Any],
28029
+ freeform_tags: Mapping[str, str],
27898
28030
  idle_time: str,
27899
28031
  inactive_account_time: str,
27900
28032
  is_user_created: bool,
@@ -27920,9 +28052,9 @@ class GetUserAssessmentProfilesProfileResult(dict):
27920
28052
  :param str connect_time: Specify the total elapsed time limit for a session, expressed in minutes.
27921
28053
  :param str cpu_per_call: Specify the CPU time limit for a call (a parse, execute, or fetch), expressed in hundredths of seconds.
27922
28054
  :param str cpu_per_session: Specify the CPU time limit for a session, expressed in hundredth of seconds.
27923
- :param Mapping[str, Any] defined_tags: 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"}`
28055
+ :param Mapping[str, str] defined_tags: 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"}`
27924
28056
  :param str failed_login_attempts: Maximum times the user is allowed in fail login before the user account is locked.
27925
- :param Mapping[str, Any] freeform_tags: 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"}`
28057
+ :param Mapping[str, str] freeform_tags: 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"}`
27926
28058
  :param str idle_time: Specify the permitted periods of continuous inactive time during a session, expressed in minutes.
27927
28059
  :param str inactive_account_time: The permitted periods of continuous inactive time during a session, expressed in minutes. Long-running queries and other operations are not subjected to this limit.
27928
28060
  :param bool is_user_created: An optional filter to return the user created profiles.
@@ -28013,7 +28145,7 @@ class GetUserAssessmentProfilesProfileResult(dict):
28013
28145
 
28014
28146
  @property
28015
28147
  @pulumi.getter(name="definedTags")
28016
- def defined_tags(self) -> Mapping[str, Any]:
28148
+ def defined_tags(self) -> Mapping[str, str]:
28017
28149
  """
28018
28150
  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"}`
28019
28151
  """
@@ -28029,7 +28161,7 @@ class GetUserAssessmentProfilesProfileResult(dict):
28029
28161
 
28030
28162
  @property
28031
28163
  @pulumi.getter(name="freeformTags")
28032
- def freeform_tags(self) -> Mapping[str, Any]:
28164
+ def freeform_tags(self) -> Mapping[str, str]:
28033
28165
  """
28034
28166
  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"}`
28035
28167
  """
@@ -28564,10 +28696,10 @@ class GetUserAssessmentsIgnoredTargetResult(dict):
28564
28696
  class GetUserAssessmentsUserAssessmentResult(dict):
28565
28697
  def __init__(__self__, *,
28566
28698
  compartment_id: str,
28567
- defined_tags: Mapping[str, Any],
28699
+ defined_tags: Mapping[str, str],
28568
28700
  description: str,
28569
28701
  display_name: str,
28570
- freeform_tags: Mapping[str, Any],
28702
+ freeform_tags: Mapping[str, str],
28571
28703
  id: str,
28572
28704
  ignored_assessment_ids: Sequence[str],
28573
28705
  ignored_targets: Sequence['outputs.GetUserAssessmentsUserAssessmentIgnoredTargetResult'],
@@ -28580,7 +28712,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
28580
28712
  schedule_assessment_id: str,
28581
28713
  state: str,
28582
28714
  statistics: str,
28583
- system_tags: Mapping[str, Any],
28715
+ system_tags: Mapping[str, str],
28584
28716
  target_id: str,
28585
28717
  target_ids: Sequence[str],
28586
28718
  time_created: str,
@@ -28590,10 +28722,10 @@ class GetUserAssessmentsUserAssessmentResult(dict):
28590
28722
  type: str):
28591
28723
  """
28592
28724
  :param str compartment_id: A filter to return only resources that match the specified compartment OCID.
28593
- :param Mapping[str, Any] defined_tags: 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"}`
28725
+ :param Mapping[str, str] defined_tags: 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"}`
28594
28726
  :param str description: The description of the user assessment.
28595
28727
  :param str display_name: A filter to return only resources that match the specified display name.
28596
- :param Mapping[str, Any] freeform_tags: 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"}`
28728
+ :param Mapping[str, str] freeform_tags: 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"}`
28597
28729
  :param str id: The OCID of the user assessment.
28598
28730
  :param Sequence[str] ignored_assessment_ids: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
28599
28731
  :param Sequence['GetUserAssessmentsUserAssessmentIgnoredTargetArgs'] ignored_targets: List containing maps as values. Example: `{"Operations": [ {"CostCenter": "42"} ] }`
@@ -28606,7 +28738,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
28606
28738
  :param str schedule_assessment_id: The OCID of the user assessment that is responsible for creating this scheduled save assessment.
28607
28739
  :param str state: The current state of the user assessment.
28608
28740
  :param str statistics: Map that contains maps of values. Example: `{"Operations": {"CostCenter": "42"}}`
28609
- :param 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"}`
28741
+ :param Mapping[str, str] 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"}`
28610
28742
  :param str target_id: A filter to return only items related to a specific target OCID.
28611
28743
  :param Sequence[str] target_ids: Array of database target OCIDs.
28612
28744
  :param str time_created: The date and time the user assessment was created, in the format defined by [RFC3339](https://tools.ietf.org/html/rfc3339).
@@ -28651,7 +28783,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
28651
28783
 
28652
28784
  @property
28653
28785
  @pulumi.getter(name="definedTags")
28654
- def defined_tags(self) -> Mapping[str, Any]:
28786
+ def defined_tags(self) -> Mapping[str, str]:
28655
28787
  """
28656
28788
  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"}`
28657
28789
  """
@@ -28675,7 +28807,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
28675
28807
 
28676
28808
  @property
28677
28809
  @pulumi.getter(name="freeformTags")
28678
- def freeform_tags(self) -> Mapping[str, Any]:
28810
+ def freeform_tags(self) -> Mapping[str, str]:
28679
28811
  """
28680
28812
  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"}`
28681
28813
  """
@@ -28779,7 +28911,7 @@ class GetUserAssessmentsUserAssessmentResult(dict):
28779
28911
 
28780
28912
  @property
28781
28913
  @pulumi.getter(name="systemTags")
28782
- def system_tags(self) -> Mapping[str, Any]:
28914
+ def system_tags(self) -> Mapping[str, str]:
28783
28915
  """
28784
28916
  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"}`
28785
28917
  """