pulumi-oci 2.6.0a1723011044__py3-none-any.whl → 2.7.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 (1345) hide show
  1. pulumi_oci/__init__.py +48 -0
  2. pulumi_oci/adm/get_knowledgebases.py +2 -2
  3. pulumi_oci/adm/get_remediation_recipes.py +2 -2
  4. pulumi_oci/adm/get_remediation_run_application_dependency_recommendations.py +2 -2
  5. pulumi_oci/adm/get_remediation_run_stages.py +2 -2
  6. pulumi_oci/adm/get_remediation_runs.py +2 -2
  7. pulumi_oci/adm/get_vulnerability_audit_application_dependency_vulnerabilities.py +2 -2
  8. pulumi_oci/adm/get_vulnerability_audits.py +2 -2
  9. pulumi_oci/adm/remediation_recipe.py +88 -88
  10. pulumi_oci/adm/remediation_run.py +2 -2
  11. pulumi_oci/adm/vulnerability_audit.py +68 -68
  12. pulumi_oci/aianomalydetection/data_asset.py +61 -61
  13. pulumi_oci/aianomalydetection/detect_anomaly_job.py +10 -10
  14. pulumi_oci/aianomalydetection/get_ai_private_endpoints.py +2 -2
  15. pulumi_oci/aianomalydetection/get_detect_anomaly_jobs.py +2 -2
  16. pulumi_oci/aianomalydetection/get_detection_data_assets.py +2 -2
  17. pulumi_oci/aianomalydetection/get_detection_models.py +2 -2
  18. pulumi_oci/aianomalydetection/get_detection_projects.py +2 -2
  19. pulumi_oci/aianomalydetection/model.py +21 -21
  20. pulumi_oci/aidocument/get_models.py +2 -2
  21. pulumi_oci/aidocument/get_projects.py +2 -2
  22. pulumi_oci/aidocument/model.py +22 -22
  23. pulumi_oci/aidocument/processor_job.py +69 -69
  24. pulumi_oci/ailanguage/get_endpoints.py +2 -2
  25. pulumi_oci/ailanguage/get_model_evaluation_results.py +2 -2
  26. pulumi_oci/ailanguage/get_models.py +2 -2
  27. pulumi_oci/ailanguage/get_projects.py +2 -2
  28. pulumi_oci/ailanguage/model.py +101 -101
  29. pulumi_oci/aivision/get_models.py +2 -2
  30. pulumi_oci/aivision/get_projects.py +2 -2
  31. pulumi_oci/aivision/model.py +57 -57
  32. pulumi_oci/analytics/analytics_instance.py +42 -42
  33. pulumi_oci/analytics/analytics_instance_private_access_channel.py +28 -28
  34. pulumi_oci/analytics/get_analytics_instances.py +2 -2
  35. pulumi_oci/announcementsservice/announcement_subscription.py +17 -17
  36. pulumi_oci/announcementsservice/announcement_subscriptions_filter_group.py +13 -13
  37. pulumi_oci/announcementsservice/get_announcement_subscriptions.py +2 -2
  38. pulumi_oci/apigateway/api.py +2 -2
  39. pulumi_oci/apigateway/deployment.py +893 -893
  40. pulumi_oci/apigateway/gateway.py +50 -50
  41. pulumi_oci/apigateway/get_apis.py +2 -2
  42. pulumi_oci/apigateway/get_certificates.py +2 -2
  43. pulumi_oci/apigateway/get_deployments.py +2 -2
  44. pulumi_oci/apigateway/get_gateways.py +2 -2
  45. pulumi_oci/apigateway/get_subscribers.py +2 -2
  46. pulumi_oci/apigateway/get_usage_plans.py +2 -2
  47. pulumi_oci/apigateway/subscriber.py +13 -13
  48. pulumi_oci/apigateway/usage_plan.py +39 -39
  49. pulumi_oci/apm/get_apm_domains.py +2 -2
  50. pulumi_oci/apm/get_data_keys.py +2 -2
  51. pulumi_oci/apmconfig/config.py +58 -58
  52. pulumi_oci/apmconfig/get_configs.py +2 -2
  53. pulumi_oci/apmsynthetics/config.py +239 -239
  54. pulumi_oci/apmsynthetics/dedicated_vantage_point.py +19 -19
  55. pulumi_oci/apmsynthetics/get_dedicated_vantage_points.py +2 -2
  56. pulumi_oci/apmsynthetics/get_monitors.py +2 -2
  57. pulumi_oci/apmsynthetics/get_on_premise_vantage_point_workers.py +2 -2
  58. pulumi_oci/apmsynthetics/get_on_premise_vantage_points.py +2 -2
  59. pulumi_oci/apmsynthetics/get_scripts.py +2 -2
  60. pulumi_oci/apmsynthetics/get_vantage_points.py +2 -2
  61. pulumi_oci/apmsynthetics/on_premise_vantage_point.py +2 -2
  62. pulumi_oci/apmsynthetics/on_premise_vantage_point_worker.py +6 -6
  63. pulumi_oci/apmsynthetics/script.py +17 -17
  64. pulumi_oci/apmtraces/get_query_quick_picks.py +2 -2
  65. pulumi_oci/appmgmtcontrol/get_monitored_instances.py +2 -2
  66. pulumi_oci/artifacts/container_repository.py +13 -13
  67. pulumi_oci/artifacts/get_container_images.py +2 -2
  68. pulumi_oci/artifacts/get_container_repositories.py +2 -2
  69. pulumi_oci/artifacts/get_container_signatures.py +2 -2
  70. pulumi_oci/artifacts/get_generic_artifacts.py +2 -2
  71. pulumi_oci/artifacts/get_repositories.py +2 -2
  72. pulumi_oci/audit/get_events.py +2 -2
  73. pulumi_oci/autoscaling/auto_scaling_configuration.py +84 -84
  74. pulumi_oci/autoscaling/get_auto_scaling_configurations.py +2 -2
  75. pulumi_oci/bastion/get_bastions.py +2 -2
  76. pulumi_oci/bastion/get_sessions.py +2 -2
  77. pulumi_oci/bastion/session.py +32 -32
  78. pulumi_oci/bigdataservice/_inputs.py +157 -14
  79. pulumi_oci/bigdataservice/auto_scaling_configuration.py +72 -72
  80. pulumi_oci/bigdataservice/bds_instance.py +166 -38
  81. pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py +15 -15
  82. pulumi_oci/bigdataservice/bds_instance_os_patch_action.py +3 -3
  83. pulumi_oci/bigdataservice/bds_instance_patch_action.py +64 -3
  84. pulumi_oci/bigdataservice/get_auto_scaling_configurations.py +2 -2
  85. pulumi_oci/bigdataservice/get_bds_instance.py +31 -1
  86. pulumi_oci/bigdataservice/get_bds_instance_api_keys.py +2 -2
  87. pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py +2 -2
  88. pulumi_oci/bigdataservice/get_bds_instance_list_os_patches.py +2 -2
  89. pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py +2 -2
  90. pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py +2 -2
  91. pulumi_oci/bigdataservice/get_bds_instance_patches.py +2 -2
  92. pulumi_oci/bigdataservice/get_bds_instances.py +2 -2
  93. pulumi_oci/bigdataservice/outputs.py +257 -30
  94. pulumi_oci/blockchain/blockchain_platform.py +9 -9
  95. pulumi_oci/blockchain/get_blockchain_platform_patches.py +2 -2
  96. pulumi_oci/blockchain/get_blockchain_platforms.py +2 -2
  97. pulumi_oci/blockchain/get_osns.py +2 -2
  98. pulumi_oci/blockchain/get_peers.py +2 -2
  99. pulumi_oci/blockchain/osn.py +11 -11
  100. pulumi_oci/blockchain/peer.py +11 -11
  101. pulumi_oci/budget/get_alert_rules.py +2 -2
  102. pulumi_oci/budget/get_budgets.py +2 -2
  103. pulumi_oci/capacitymanagement/get_internal_occ_availability_catalogs.py +2 -2
  104. pulumi_oci/capacitymanagement/get_occ_availability_catalog_occ_availabilities.py +2 -2
  105. pulumi_oci/capacitymanagement/get_occ_availability_catalogs.py +2 -2
  106. pulumi_oci/capacitymanagement/get_occ_capacity_requests.py +2 -2
  107. pulumi_oci/capacitymanagement/get_occ_customer_groups.py +2 -2
  108. pulumi_oci/capacitymanagement/occ_availability_catalog.py +13 -13
  109. pulumi_oci/capacitymanagement/occ_capacity_request.py +10 -10
  110. pulumi_oci/certificatesmanagement/certificate.py +16 -16
  111. pulumi_oci/certificatesmanagement/certificate_authority.py +19 -19
  112. pulumi_oci/certificatesmanagement/get_associations.py +2 -2
  113. pulumi_oci/certificatesmanagement/get_ca_bundles.py +2 -2
  114. pulumi_oci/certificatesmanagement/get_certificate_authorities.py +2 -2
  115. pulumi_oci/certificatesmanagement/get_certificate_authority_versions.py +2 -2
  116. pulumi_oci/certificatesmanagement/get_certificate_versions.py +2 -2
  117. pulumi_oci/certificatesmanagement/get_certificates.py +2 -2
  118. pulumi_oci/cloudbridge/agent.py +2 -2
  119. pulumi_oci/cloudbridge/asset.py +198 -198
  120. pulumi_oci/cloudbridge/asset_source.py +26 -26
  121. pulumi_oci/cloudbridge/get_agent_dependencies.py +2 -2
  122. pulumi_oci/cloudbridge/get_agents.py +2 -2
  123. pulumi_oci/cloudbridge/get_appliance_images.py +2 -2
  124. pulumi_oci/cloudbridge/get_asset_sources.py +2 -2
  125. pulumi_oci/cloudbridge/get_assets.py +2 -2
  126. pulumi_oci/cloudbridge/get_discovery_schedules.py +2 -2
  127. pulumi_oci/cloudbridge/get_environments.py +2 -2
  128. pulumi_oci/cloudbridge/get_inventories.py +2 -2
  129. pulumi_oci/cloudguard/adhoc_query.py +23 -23
  130. pulumi_oci/cloudguard/cloud_guard_data_source.py +59 -59
  131. pulumi_oci/cloudguard/data_mask_rule.py +13 -13
  132. pulumi_oci/cloudguard/detector_recipe.py +7 -7
  133. pulumi_oci/cloudguard/get_adhoc_queries.py +2 -2
  134. pulumi_oci/cloudguard/get_data_mask_rules.py +2 -2
  135. pulumi_oci/cloudguard/get_data_source_events.py +2 -2
  136. pulumi_oci/cloudguard/get_data_sources.py +2 -2
  137. pulumi_oci/cloudguard/get_detector_recipes.py +2 -2
  138. pulumi_oci/cloudguard/get_guard_targets.py +2 -2
  139. pulumi_oci/cloudguard/get_managed_lists.py +2 -2
  140. pulumi_oci/cloudguard/get_problem_entities.py +2 -2
  141. pulumi_oci/cloudguard/get_responder_recipes.py +2 -2
  142. pulumi_oci/cloudguard/get_saved_queries.py +2 -2
  143. pulumi_oci/cloudguard/get_security_policies.py +2 -2
  144. pulumi_oci/cloudguard/get_security_recipes.py +2 -2
  145. pulumi_oci/cloudguard/get_security_zones.py +2 -2
  146. pulumi_oci/cloudguard/get_wlp_agents.py +2 -2
  147. pulumi_oci/cloudguard/responder_recipe.py +7 -7
  148. pulumi_oci/cloudguard/target.py +66 -66
  149. pulumi_oci/cloudmigrations/get_migration_assets.py +2 -2
  150. pulumi_oci/cloudmigrations/get_migration_plan_available_shapes.py +2 -2
  151. pulumi_oci/cloudmigrations/get_migration_plans.py +2 -2
  152. pulumi_oci/cloudmigrations/get_migrations.py +2 -2
  153. pulumi_oci/cloudmigrations/get_replication_schedules.py +2 -2
  154. pulumi_oci/cloudmigrations/get_target_assets.py +2 -2
  155. pulumi_oci/cloudmigrations/migration_plan.py +12 -12
  156. pulumi_oci/cloudmigrations/target_asset.py +139 -139
  157. pulumi_oci/clusterplacementgroups/cluster_placement_group.py +30 -30
  158. pulumi_oci/clusterplacementgroups/get_cluster_placement_groups.py +2 -2
  159. pulumi_oci/computecloud/at_customer_ccc_infrastructure.py +6 -6
  160. pulumi_oci/computecloud/at_customer_ccc_upgrade_schedule.py +17 -17
  161. pulumi_oci/computecloud/get_at_customer_ccc_infrastructures.py +2 -2
  162. pulumi_oci/computecloud/get_at_customer_ccc_upgrade_schedules.py +2 -2
  163. pulumi_oci/computeinstanceagent/get_instance_agent_plugins.py +2 -2
  164. pulumi_oci/computeinstanceagent/get_instance_available_plugin.py +2 -2
  165. pulumi_oci/containerengine/addon.py +7 -7
  166. pulumi_oci/containerengine/cluster.py +104 -104
  167. pulumi_oci/containerengine/container_instance.py +204 -204
  168. pulumi_oci/containerengine/get_addon_options.py +2 -2
  169. pulumi_oci/containerengine/get_addons.py +2 -2
  170. pulumi_oci/containerengine/get_cluster_workload_mappings.py +2 -2
  171. pulumi_oci/containerengine/get_clusters.py +2 -2
  172. pulumi_oci/containerengine/get_node_pools.py +2 -2
  173. pulumi_oci/containerengine/get_pod_shapes.py +2 -2
  174. pulumi_oci/containerengine/get_virtual_node_pools.py +2 -2
  175. pulumi_oci/containerengine/get_work_request_errors.py +2 -2
  176. pulumi_oci/containerengine/get_work_request_log_entries.py +2 -2
  177. pulumi_oci/containerengine/get_work_requests.py +2 -2
  178. pulumi_oci/containerengine/node_pool.py +134 -134
  179. pulumi_oci/containerengine/virtual_node_pool.py +75 -75
  180. pulumi_oci/containerinstances/get_container_instance_shapes.py +2 -2
  181. pulumi_oci/containerinstances/get_container_instances.py +2 -2
  182. pulumi_oci/core/boot_volume.py +37 -37
  183. pulumi_oci/core/boot_volume_backup.py +5 -5
  184. pulumi_oci/core/capture_filter.py +140 -140
  185. pulumi_oci/core/cluster_network.py +77 -77
  186. pulumi_oci/core/compute_capacity_report.py +23 -23
  187. pulumi_oci/core/compute_capacity_reservation.py +33 -33
  188. pulumi_oci/core/compute_capacity_topology.py +13 -13
  189. pulumi_oci/core/cross_connect.py +23 -23
  190. pulumi_oci/core/cross_connect_group.py +23 -23
  191. pulumi_oci/core/default_dhcp_options.py +3 -3
  192. pulumi_oci/core/default_route_table.py +3 -3
  193. pulumi_oci/core/default_security_list.py +6 -6
  194. pulumi_oci/core/dhcp_options.py +39 -39
  195. pulumi_oci/core/drg.py +2 -2
  196. pulumi_oci/core/drg_attachment.py +5 -5
  197. pulumi_oci/core/drg_attachment_management.py +5 -5
  198. pulumi_oci/core/drg_attachments_list.py +2 -2
  199. pulumi_oci/core/drg_route_distribution_statement.py +15 -15
  200. pulumi_oci/core/get_app_catalog_listing_resource_versions.py +2 -2
  201. pulumi_oci/core/get_app_catalog_listings.py +2 -2
  202. pulumi_oci/core/get_app_catalog_subscriptions.py +2 -2
  203. pulumi_oci/core/get_block_volume_replicas.py +2 -2
  204. pulumi_oci/core/get_boot_volume_attachments.py +2 -2
  205. pulumi_oci/core/get_boot_volume_backups.py +2 -2
  206. pulumi_oci/core/get_boot_volume_replicas.py +2 -2
  207. pulumi_oci/core/get_boot_volumes.py +2 -2
  208. pulumi_oci/core/get_byoip_allocated_ranges.py +2 -2
  209. pulumi_oci/core/get_byoip_ranges.py +2 -2
  210. pulumi_oci/core/get_capture_filters.py +2 -2
  211. pulumi_oci/core/get_cluster_network_instances.py +2 -2
  212. pulumi_oci/core/get_cluster_networks.py +2 -2
  213. pulumi_oci/core/get_compute_capacity_reservation_instance_shapes.py +2 -2
  214. pulumi_oci/core/get_compute_capacity_reservation_instances.py +2 -2
  215. pulumi_oci/core/get_compute_capacity_reservations.py +2 -2
  216. pulumi_oci/core/get_compute_capacity_topologies.py +2 -2
  217. pulumi_oci/core/get_compute_capacity_topology_compute_bare_metal_hosts.py +2 -2
  218. pulumi_oci/core/get_compute_capacity_topology_compute_hpc_islands.py +2 -2
  219. pulumi_oci/core/get_compute_capacity_topology_compute_network_blocks.py +2 -2
  220. pulumi_oci/core/get_compute_clusters.py +2 -2
  221. pulumi_oci/core/get_compute_global_image_capability_schemas.py +2 -2
  222. pulumi_oci/core/get_compute_global_image_capability_schemas_versions.py +2 -2
  223. pulumi_oci/core/get_compute_image_capability_schemas.py +2 -2
  224. pulumi_oci/core/get_console_histories.py +2 -2
  225. pulumi_oci/core/get_cpe_device_shapes.py +2 -2
  226. pulumi_oci/core/get_cpes.py +2 -2
  227. pulumi_oci/core/get_cross_connect_groups.py +2 -2
  228. pulumi_oci/core/get_cross_connect_locations.py +2 -2
  229. pulumi_oci/core/get_cross_connect_port_speed_shape.py +2 -2
  230. pulumi_oci/core/get_cross_connects.py +2 -2
  231. pulumi_oci/core/get_dedicated_vm_host_instance_shapes.py +2 -2
  232. pulumi_oci/core/get_dedicated_vm_host_instances.py +2 -2
  233. pulumi_oci/core/get_dedicated_vm_host_shapes.py +2 -2
  234. pulumi_oci/core/get_dedicated_vm_hosts.py +2 -2
  235. pulumi_oci/core/get_dhcp_options.py +2 -2
  236. pulumi_oci/core/get_drg_attachments.py +2 -2
  237. pulumi_oci/core/get_drg_route_distribution_statements.py +2 -2
  238. pulumi_oci/core/get_drg_route_distributions.py +2 -2
  239. pulumi_oci/core/get_drg_route_table_route_rules.py +2 -2
  240. pulumi_oci/core/get_drg_route_tables.py +2 -2
  241. pulumi_oci/core/get_drgs.py +2 -2
  242. pulumi_oci/core/get_fast_connect_provider_services.py +2 -2
  243. pulumi_oci/core/get_image_shapes.py +2 -2
  244. pulumi_oci/core/get_images.py +2 -2
  245. pulumi_oci/core/get_instance_configurations.py +2 -2
  246. pulumi_oci/core/get_instance_console_connections.py +2 -2
  247. pulumi_oci/core/get_instance_devices.py +2 -2
  248. pulumi_oci/core/get_instance_maintenance_events.py +2 -2
  249. pulumi_oci/core/get_instance_pool_instances.py +2 -2
  250. pulumi_oci/core/get_instance_pools.py +2 -2
  251. pulumi_oci/core/get_instances.py +2 -2
  252. pulumi_oci/core/get_internet_gateways.py +2 -2
  253. pulumi_oci/core/get_ip_inventory_vcn_overlaps.py +2 -2
  254. pulumi_oci/core/get_ipsec_config.py +2 -2
  255. pulumi_oci/core/get_ipsec_connection_tunnel_routes.py +2 -2
  256. pulumi_oci/core/get_ipsec_connection_tunnels.py +2 -2
  257. pulumi_oci/core/get_ipsec_connections.py +2 -2
  258. pulumi_oci/core/get_ipsec_status.py +2 -2
  259. pulumi_oci/core/get_ipv6s.py +2 -2
  260. pulumi_oci/core/get_listing_resource_versions.py +2 -2
  261. pulumi_oci/core/get_local_peering_gateways.py +2 -2
  262. pulumi_oci/core/get_nat_gateways.py +2 -2
  263. pulumi_oci/core/get_network_security_group_security_rules.py +2 -2
  264. pulumi_oci/core/get_network_security_group_vnics.py +2 -2
  265. pulumi_oci/core/get_network_security_groups.py +2 -2
  266. pulumi_oci/core/get_peer_region_for_remote_peerings.py +2 -2
  267. pulumi_oci/core/get_private_ips.py +2 -2
  268. pulumi_oci/core/get_public_ip_pools.py +2 -2
  269. pulumi_oci/core/get_public_ips.py +2 -2
  270. pulumi_oci/core/get_remote_peering_connections.py +2 -2
  271. pulumi_oci/core/get_route_tables.py +2 -2
  272. pulumi_oci/core/get_security_lists.py +2 -2
  273. pulumi_oci/core/get_service_gateways.py +2 -2
  274. pulumi_oci/core/get_services.py +2 -2
  275. pulumi_oci/core/get_shape.py +2 -2
  276. pulumi_oci/core/get_shapes.py +2 -2
  277. pulumi_oci/core/get_subnets.py +2 -2
  278. pulumi_oci/core/get_tunnel_security_associations.py +2 -2
  279. pulumi_oci/core/get_vcns.py +2 -2
  280. pulumi_oci/core/get_virtual_circuit_associated_tunnels.py +2 -2
  281. pulumi_oci/core/get_virtual_circuit_bandwidth_shapes.py +2 -2
  282. pulumi_oci/core/get_virtual_circuit_public_prefixes.py +2 -2
  283. pulumi_oci/core/get_virtual_circuits.py +2 -2
  284. pulumi_oci/core/get_virtual_networks.py +2 -2
  285. pulumi_oci/core/get_vlans.py +2 -2
  286. pulumi_oci/core/get_vnic_attachments.py +2 -2
  287. pulumi_oci/core/get_volume_attachments.py +2 -2
  288. pulumi_oci/core/get_volume_backup_policies.py +2 -2
  289. pulumi_oci/core/get_volume_backup_policy_assignments.py +2 -2
  290. pulumi_oci/core/get_volume_backups.py +2 -2
  291. pulumi_oci/core/get_volume_group_backups.py +2 -2
  292. pulumi_oci/core/get_volume_group_replicas.py +2 -2
  293. pulumi_oci/core/get_volume_groups.py +2 -2
  294. pulumi_oci/core/get_volumes.py +2 -2
  295. pulumi_oci/core/get_vtaps.py +2 -2
  296. pulumi_oci/core/image.py +39 -39
  297. pulumi_oci/core/instance.py +50 -50
  298. pulumi_oci/core/instance_configuration.py +651 -651
  299. pulumi_oci/core/instance_pool.py +62 -62
  300. pulumi_oci/core/instance_pool_instance.py +2 -2
  301. pulumi_oci/core/ipsec_connection_tunnel_management.py +41 -41
  302. pulumi_oci/core/network_security_group_security_rule.py +63 -63
  303. pulumi_oci/core/route_table.py +19 -19
  304. pulumi_oci/core/security_list.py +118 -118
  305. pulumi_oci/core/service_gateway.py +11 -11
  306. pulumi_oci/core/vcn.py +13 -13
  307. pulumi_oci/core/virtual_circuit.py +34 -34
  308. pulumi_oci/core/virtual_network.py +3 -3
  309. pulumi_oci/core/vnic_attachment.py +35 -35
  310. pulumi_oci/core/volume.py +37 -37
  311. pulumi_oci/core/volume_attachment.py +2 -2
  312. pulumi_oci/core/volume_backup.py +5 -5
  313. pulumi_oci/core/volume_backup_policy.py +29 -29
  314. pulumi_oci/core/volume_group.py +26 -26
  315. pulumi_oci/core/volume_group_backup.py +5 -5
  316. pulumi_oci/database/autonomous_container_database.py +17 -17
  317. pulumi_oci/database/autonomous_container_database_dataguard_association.py +27 -27
  318. pulumi_oci/database/autonomous_database.py +50 -50
  319. pulumi_oci/database/autonomous_database_backup.py +5 -5
  320. pulumi_oci/database/autonomous_exadata_infrastructure.py +39 -39
  321. pulumi_oci/database/autonomous_vm_cluster.py +33 -33
  322. pulumi_oci/database/backup_destination.py +19 -19
  323. pulumi_oci/database/cloud_autonomous_vm_cluster.py +39 -39
  324. pulumi_oci/database/cloud_database_management.py +11 -11
  325. pulumi_oci/database/cloud_exadata_infrastructure.py +50 -50
  326. pulumi_oci/database/cloud_vm_cluster.py +30 -30
  327. pulumi_oci/database/cloud_vm_cluster_iorm_config.py +13 -13
  328. pulumi_oci/database/data_guard_association.py +15 -15
  329. pulumi_oci/database/database.py +11 -11
  330. pulumi_oci/database/database_upgrade.py +9 -9
  331. pulumi_oci/database/db_home.py +5 -5
  332. pulumi_oci/database/db_system.py +24 -24
  333. pulumi_oci/database/db_systems_upgrade.py +6 -6
  334. pulumi_oci/database/exadata_infrastructure.py +73 -73
  335. pulumi_oci/database/exadata_infrastructure_compute.py +4 -4
  336. pulumi_oci/database/exadata_infrastructure_storage.py +6 -6
  337. pulumi_oci/database/exadata_iorm_config.py +13 -13
  338. pulumi_oci/database/exadb_vm_cluster.py +17 -17
  339. pulumi_oci/database/exascale_db_storage_vault.py +11 -11
  340. pulumi_oci/database/external_container_database.py +4 -4
  341. pulumi_oci/database/external_database_connector.py +38 -38
  342. pulumi_oci/database/external_non_container_database.py +6 -6
  343. pulumi_oci/database/external_pluggable_database.py +6 -6
  344. pulumi_oci/database/get_application_vips.py +2 -2
  345. pulumi_oci/database/get_autonomous_character_sets.py +2 -2
  346. pulumi_oci/database/get_autonomous_container_database_dataguard_associations.py +2 -2
  347. pulumi_oci/database/get_autonomous_container_database_versions.py +2 -2
  348. pulumi_oci/database/get_autonomous_container_databases.py +2 -2
  349. pulumi_oci/database/get_autonomous_container_patches.py +2 -2
  350. pulumi_oci/database/get_autonomous_database.py +1 -1
  351. pulumi_oci/database/get_autonomous_database_backups.py +2 -2
  352. pulumi_oci/database/get_autonomous_database_dataguard_associations.py +2 -2
  353. pulumi_oci/database/get_autonomous_database_peers.py +2 -2
  354. pulumi_oci/database/get_autonomous_database_refreshable_clones.py +2 -2
  355. pulumi_oci/database/get_autonomous_database_software_images.py +2 -2
  356. pulumi_oci/database/get_autonomous_databases.py +6 -4
  357. pulumi_oci/database/get_autonomous_databases_clones.py +2 -2
  358. pulumi_oci/database/get_autonomous_db_preview_versions.py +2 -2
  359. pulumi_oci/database/get_autonomous_db_versions.py +2 -2
  360. pulumi_oci/database/get_autonomous_exadata_infrastructure_shapes.py +2 -2
  361. pulumi_oci/database/get_autonomous_exadata_infrastructures.py +2 -2
  362. pulumi_oci/database/get_autonomous_virtual_machines.py +2 -2
  363. pulumi_oci/database/get_autonomous_vm_cluster_acd_resource_usages.py +2 -2
  364. pulumi_oci/database/get_autonomous_vm_clusters.py +2 -2
  365. pulumi_oci/database/get_backup_destinations.py +2 -2
  366. pulumi_oci/database/get_backups.py +2 -2
  367. pulumi_oci/database/get_cloud_autonomous_vm_cluster_acd_resource_usages.py +2 -2
  368. pulumi_oci/database/get_cloud_autonomous_vm_clusters.py +2 -2
  369. pulumi_oci/database/get_cloud_exadata_infrastructures.py +2 -2
  370. pulumi_oci/database/get_cloud_vm_clusters.py +2 -2
  371. pulumi_oci/database/get_data_guard_associations.py +2 -2
  372. pulumi_oci/database/get_database_maintenance_run_histories.py +2 -2
  373. pulumi_oci/database/get_database_pdb_conversion_history_entries.py +2 -2
  374. pulumi_oci/database/get_database_software_images.py +2 -2
  375. pulumi_oci/database/get_database_upgrade_history_entries.py +2 -2
  376. pulumi_oci/database/get_databases.py +2 -2
  377. pulumi_oci/database/get_db_home_patch_history_entries.py +2 -2
  378. pulumi_oci/database/get_db_home_patches.py +2 -2
  379. pulumi_oci/database/get_db_homes.py +2 -2
  380. pulumi_oci/database/get_db_node_console_connections.py +2 -2
  381. pulumi_oci/database/get_db_node_console_histories.py +2 -2
  382. pulumi_oci/database/get_db_nodes.py +2 -2
  383. pulumi_oci/database/get_db_servers.py +2 -2
  384. pulumi_oci/database/get_db_system_compute_performances.py +2 -2
  385. pulumi_oci/database/get_db_system_history_entries.py +2 -2
  386. pulumi_oci/database/get_db_system_patches.py +2 -2
  387. pulumi_oci/database/get_db_system_shapes.py +2 -2
  388. pulumi_oci/database/get_db_system_storage_performances.py +2 -2
  389. pulumi_oci/database/get_db_systems.py +2 -2
  390. pulumi_oci/database/get_db_systems_upgrade_history_entries.py +2 -2
  391. pulumi_oci/database/get_db_versions.py +2 -2
  392. pulumi_oci/database/get_exadata_infrastructures.py +2 -2
  393. pulumi_oci/database/get_exadb_vm_cluster_update_history_entries.py +2 -2
  394. pulumi_oci/database/get_exadb_vm_cluster_updates.py +2 -2
  395. pulumi_oci/database/get_exadb_vm_clusters.py +2 -2
  396. pulumi_oci/database/get_exascale_db_storage_vaults.py +2 -2
  397. pulumi_oci/database/get_external_container_databases.py +2 -2
  398. pulumi_oci/database/get_external_database_connectors.py +2 -2
  399. pulumi_oci/database/get_external_non_container_databases.py +2 -2
  400. pulumi_oci/database/get_external_pluggable_databases.py +2 -2
  401. pulumi_oci/database/get_flex_components.py +2 -2
  402. pulumi_oci/database/get_gi_version_minor_versions.py +2 -2
  403. pulumi_oci/database/get_gi_versions.py +2 -2
  404. pulumi_oci/database/get_key_stores.py +2 -2
  405. pulumi_oci/database/get_maintenance_runs.py +2 -2
  406. pulumi_oci/database/get_managed_preferred_credentials.py +2 -2
  407. pulumi_oci/database/get_oneoff_patches.py +2 -2
  408. pulumi_oci/database/get_pluggable_databases.py +2 -2
  409. pulumi_oci/database/get_system_versions.py +2 -2
  410. pulumi_oci/database/get_vm_cluster_networks.py +2 -2
  411. pulumi_oci/database/get_vm_cluster_patch_history_entries.py +2 -2
  412. pulumi_oci/database/get_vm_cluster_patches.py +2 -2
  413. pulumi_oci/database/get_vm_cluster_recommended_network.py +4 -4
  414. pulumi_oci/database/get_vm_cluster_update_history_entries.py +2 -2
  415. pulumi_oci/database/get_vm_cluster_updates.py +2 -2
  416. pulumi_oci/database/get_vm_clusters.py +2 -2
  417. pulumi_oci/database/key_store.py +21 -21
  418. pulumi_oci/database/maintenance_run.py +2 -2
  419. pulumi_oci/database/outputs.py +4 -4
  420. pulumi_oci/database/pluggable_database.py +13 -13
  421. pulumi_oci/database/pluggable_database_managements_management.py +17 -17
  422. pulumi_oci/database/pluggable_databases_local_clone.py +8 -8
  423. pulumi_oci/database/pluggable_databases_remote_clone.py +8 -8
  424. pulumi_oci/database/vm_cluster.py +28 -28
  425. pulumi_oci/database/vm_cluster_add_virtual_network.py +15 -15
  426. pulumi_oci/database/vm_cluster_network.py +69 -69
  427. pulumi_oci/database/vm_cluster_remove_virtual_machine.py +15 -15
  428. pulumi_oci/databasemanagement/database_dbm_features_management.py +5 -5
  429. pulumi_oci/databasemanagement/external_asm.py +2 -2
  430. pulumi_oci/databasemanagement/external_cluster.py +6 -6
  431. pulumi_oci/databasemanagement/external_db_system.py +24 -24
  432. pulumi_oci/databasemanagement/external_db_system_connector.py +5 -5
  433. pulumi_oci/databasemanagement/external_db_system_discovery.py +7 -7
  434. pulumi_oci/databasemanagement/external_exadata_infrastructure.py +4 -4
  435. pulumi_oci/databasemanagement/external_exadata_storage_connector.py +19 -19
  436. pulumi_oci/databasemanagement/external_exadata_storage_grid.py +2 -2
  437. pulumi_oci/databasemanagement/external_exadata_storage_server.py +2 -2
  438. pulumi_oci/databasemanagement/external_listener.py +6 -6
  439. pulumi_oci/databasemanagement/externalcontainerdatabase_external_container_dbm_features_management.py +5 -5
  440. pulumi_oci/databasemanagement/externalnoncontainerdatabase_external_non_container_dbm_features_management.py +5 -5
  441. pulumi_oci/databasemanagement/externalpluggabledatabase_external_pluggable_dbm_features_management.py +5 -5
  442. pulumi_oci/databasemanagement/get_db_management_private_endpoint_associated_databases.py +2 -2
  443. pulumi_oci/databasemanagement/get_db_management_private_endpoints.py +2 -2
  444. pulumi_oci/databasemanagement/get_external_asm_disk_groups.py +2 -2
  445. pulumi_oci/databasemanagement/get_external_asm_instances.py +2 -2
  446. pulumi_oci/databasemanagement/get_external_asm_users.py +2 -2
  447. pulumi_oci/databasemanagement/get_external_asms.py +2 -2
  448. pulumi_oci/databasemanagement/get_external_cluster_instances.py +2 -2
  449. pulumi_oci/databasemanagement/get_external_clusters.py +2 -2
  450. pulumi_oci/databasemanagement/get_external_databases.py +2 -2
  451. pulumi_oci/databasemanagement/get_external_db_homes.py +2 -2
  452. pulumi_oci/databasemanagement/get_external_db_nodes.py +2 -2
  453. pulumi_oci/databasemanagement/get_external_db_system_connectors.py +2 -2
  454. pulumi_oci/databasemanagement/get_external_db_system_discoveries.py +2 -2
  455. pulumi_oci/databasemanagement/get_external_db_systems.py +2 -2
  456. pulumi_oci/databasemanagement/get_external_exadata_infrastructures.py +2 -2
  457. pulumi_oci/databasemanagement/get_external_exadata_storage_connectors.py +2 -2
  458. pulumi_oci/databasemanagement/get_external_exadata_storage_servers.py +2 -2
  459. pulumi_oci/databasemanagement/get_external_listener_services.py +2 -2
  460. pulumi_oci/databasemanagement/get_external_listeners.py +2 -2
  461. pulumi_oci/databasemanagement/get_job_executions_statuses.py +2 -2
  462. pulumi_oci/databasemanagement/get_managed_database_addm_tasks.py +2 -2
  463. pulumi_oci/databasemanagement/get_managed_database_alert_log_counts.py +2 -2
  464. pulumi_oci/databasemanagement/get_managed_database_attention_log_counts.py +2 -2
  465. pulumi_oci/databasemanagement/get_managed_database_cursor_cache_statements.py +2 -2
  466. pulumi_oci/databasemanagement/get_managed_database_groups.py +2 -2
  467. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_advisor_executions.py +2 -2
  468. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_aggregations.py +2 -2
  469. pulumi_oci/databasemanagement/get_managed_database_optimizer_statistics_collection_operations.py +2 -2
  470. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baseline_jobs.py +2 -2
  471. pulumi_oci/databasemanagement/get_managed_database_sql_plan_baselines.py +2 -2
  472. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks.py +2 -2
  473. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_findings.py +2 -2
  474. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_advisor_tasks_recommendations.py +2 -2
  475. pulumi_oci/databasemanagement/get_managed_database_sql_tuning_sets.py +2 -2
  476. pulumi_oci/databasemanagement/get_managed_database_table_statistics.py +2 -2
  477. pulumi_oci/databasemanagement/get_managed_database_user_consumer_group_privileges.py +2 -2
  478. pulumi_oci/databasemanagement/get_managed_database_user_data_access_containers.py +2 -2
  479. pulumi_oci/databasemanagement/get_managed_database_user_object_privileges.py +2 -2
  480. pulumi_oci/databasemanagement/get_managed_database_user_proxied_for_users.py +2 -2
  481. pulumi_oci/databasemanagement/get_managed_database_user_roles.py +2 -2
  482. pulumi_oci/databasemanagement/get_managed_database_users.py +2 -2
  483. pulumi_oci/databasemanagement/get_managed_databases.py +2 -2
  484. pulumi_oci/databasemanagement/get_managed_databases_asm_properties.py +2 -2
  485. pulumi_oci/databasemanagement/get_managed_databases_database_parameters.py +2 -2
  486. pulumi_oci/databasemanagement/get_managed_databases_user_proxy_users.py +2 -2
  487. pulumi_oci/databasemanagement/get_managed_databases_user_system_privileges.py +2 -2
  488. pulumi_oci/databasemanagement/get_managed_my_sql_database_configuration_data.py +2 -2
  489. pulumi_oci/databasemanagement/get_managed_my_sql_database_sql_data.py +2 -2
  490. pulumi_oci/databasemanagement/get_managed_my_sql_databases.py +2 -2
  491. pulumi_oci/databasemanagement/get_named_credentials.py +2 -2
  492. pulumi_oci/databasemanagement/managed_database.py +2 -2
  493. pulumi_oci/databasemanagement/managed_database_group.py +11 -11
  494. pulumi_oci/databasemanagement/managed_databases_change_database_parameter.py +53 -53
  495. pulumi_oci/databasemanagement/managed_databases_reset_database_parameter.py +38 -38
  496. pulumi_oci/databasemanagement/named_credential.py +19 -19
  497. pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py +5 -5
  498. pulumi_oci/databasemigration/connection.py +15 -15
  499. pulumi_oci/databasemigration/get_connections.py +2 -2
  500. pulumi_oci/databasemigration/get_migration_object_types.py +2 -2
  501. pulumi_oci/databasemigration/job.py +6 -6
  502. pulumi_oci/databasemigration/migration.py +262 -262
  503. pulumi_oci/databasetools/database_tools_connection.py +25 -25
  504. pulumi_oci/databasetools/database_tools_private_endpoint.py +19 -19
  505. pulumi_oci/databasetools/get_database_tools_connections.py +2 -2
  506. pulumi_oci/databasetools/get_database_tools_endpoint_services.py +2 -2
  507. pulumi_oci/databasetools/get_database_tools_private_endpoints.py +2 -2
  508. pulumi_oci/datacatalog/catalog.py +2 -2
  509. pulumi_oci/datacatalog/catalog_private_endpoint.py +2 -2
  510. pulumi_oci/datacatalog/get_catalog_private_endpoints.py +2 -2
  511. pulumi_oci/datacatalog/get_catalog_types.py +2 -2
  512. pulumi_oci/datacatalog/get_catalogs.py +2 -2
  513. pulumi_oci/datacatalog/get_connections.py +2 -2
  514. pulumi_oci/datacatalog/get_data_assets.py +2 -2
  515. pulumi_oci/datacatalog/get_metastores.py +2 -2
  516. pulumi_oci/datacatalog/metastore.py +2 -2
  517. pulumi_oci/dataflow/application.py +52 -52
  518. pulumi_oci/dataflow/get_applications.py +2 -2
  519. pulumi_oci/dataflow/get_invoke_runs.py +2 -2
  520. pulumi_oci/dataflow/get_pools.py +2 -2
  521. pulumi_oci/dataflow/get_private_endpoints.py +2 -2
  522. pulumi_oci/dataflow/get_run_logs.py +2 -2
  523. pulumi_oci/dataflow/get_run_statements.py +2 -2
  524. pulumi_oci/dataflow/get_sql_endpoints.py +2 -2
  525. pulumi_oci/dataflow/invoke_run.py +52 -52
  526. pulumi_oci/dataflow/pool.py +40 -40
  527. pulumi_oci/dataflow/private_endpoint.py +5 -5
  528. pulumi_oci/dataflow/run_statement.py +2 -2
  529. pulumi_oci/dataflow/sql_endpoint.py +15 -15
  530. pulumi_oci/dataintegration/get_workspace_application_patches.py +2 -2
  531. pulumi_oci/dataintegration/get_workspace_application_schedules.py +2 -2
  532. pulumi_oci/dataintegration/get_workspace_application_task_schedules.py +2 -2
  533. pulumi_oci/dataintegration/get_workspace_applications.py +2 -2
  534. pulumi_oci/dataintegration/get_workspace_export_requests.py +2 -2
  535. pulumi_oci/dataintegration/get_workspace_folders.py +2 -2
  536. pulumi_oci/dataintegration/get_workspace_import_requests.py +2 -2
  537. pulumi_oci/dataintegration/get_workspace_projects.py +2 -2
  538. pulumi_oci/dataintegration/get_workspace_tasks.py +2 -2
  539. pulumi_oci/dataintegration/get_workspaces.py +2 -2
  540. pulumi_oci/dataintegration/workspace_application.py +42 -42
  541. pulumi_oci/dataintegration/workspace_application_patch.py +27 -27
  542. pulumi_oci/dataintegration/workspace_application_schedule.py +56 -56
  543. pulumi_oci/dataintegration/workspace_application_task_schedule.py +155 -155
  544. pulumi_oci/dataintegration/workspace_export_request.py +2 -2
  545. pulumi_oci/dataintegration/workspace_folder.py +23 -23
  546. pulumi_oci/dataintegration/workspace_import_request.py +17 -17
  547. pulumi_oci/dataintegration/workspace_project.py +23 -23
  548. pulumi_oci/dataintegration/workspace_task.py +62 -62
  549. pulumi_oci/datalabellingservice/dataset.py +95 -95
  550. pulumi_oci/datalabellingservice/get_annotation_formats.py +2 -2
  551. pulumi_oci/datalabellingservice/get_datasets.py +2 -2
  552. pulumi_oci/datasafe/__init__.py +2 -0
  553. pulumi_oci/datasafe/_inputs.py +120 -0
  554. pulumi_oci/datasafe/alert_policy.py +15 -15
  555. pulumi_oci/datasafe/audit_policy.py +4 -4
  556. pulumi_oci/datasafe/audit_policy_management.py +7 -7
  557. pulumi_oci/datasafe/audit_profile.py +2 -2
  558. pulumi_oci/datasafe/calculate_audit_volume_available.py +391 -0
  559. pulumi_oci/datasafe/calculate_audit_volume_collected.py +343 -0
  560. pulumi_oci/datasafe/data_safe_configuration.py +2 -2
  561. pulumi_oci/datasafe/database_security_config.py +5 -5
  562. pulumi_oci/datasafe/database_security_config_management.py +3 -3
  563. pulumi_oci/datasafe/discovery_jobs_result.py +2 -2
  564. pulumi_oci/datasafe/discovery_mod.py +13 -13
  565. pulumi_oci/datasafe/get_alert_policies.py +2 -2
  566. pulumi_oci/datasafe/get_alert_policy_rules.py +2 -2
  567. pulumi_oci/datasafe/get_alerts.py +2 -2
  568. pulumi_oci/datasafe/get_audit_archive_retrievals.py +2 -2
  569. pulumi_oci/datasafe/get_audit_events.py +2 -2
  570. pulumi_oci/datasafe/get_audit_policies.py +2 -2
  571. pulumi_oci/datasafe/get_audit_profile_available_audit_volumes.py +2 -2
  572. pulumi_oci/datasafe/get_audit_profile_collected_audit_volumes.py +2 -2
  573. pulumi_oci/datasafe/get_audit_profiles.py +2 -2
  574. pulumi_oci/datasafe/get_audit_trails.py +2 -2
  575. pulumi_oci/datasafe/get_data_safe_private_endpoints.py +2 -2
  576. pulumi_oci/datasafe/get_discovery_analytics.py +2 -2
  577. pulumi_oci/datasafe/get_discovery_jobs_results.py +2 -2
  578. pulumi_oci/datasafe/get_library_masking_formats.py +2 -2
  579. pulumi_oci/datasafe/get_list_user_grants.py +2 -2
  580. pulumi_oci/datasafe/get_masking_analytics.py +2 -2
  581. pulumi_oci/datasafe/get_masking_policies.py +2 -2
  582. pulumi_oci/datasafe/get_masking_policies_masking_columns.py +2 -2
  583. pulumi_oci/datasafe/get_masking_policy_health_report_logs.py +2 -2
  584. pulumi_oci/datasafe/get_masking_policy_health_reports.py +2 -2
  585. pulumi_oci/datasafe/get_masking_policy_masking_objects.py +2 -2
  586. pulumi_oci/datasafe/get_masking_policy_masking_schemas.py +2 -2
  587. pulumi_oci/datasafe/get_masking_report_masked_columns.py +2 -2
  588. pulumi_oci/datasafe/get_masking_reports.py +2 -2
  589. pulumi_oci/datasafe/get_onprem_connectors.py +2 -2
  590. pulumi_oci/datasafe/get_report_definitions.py +2 -2
  591. pulumi_oci/datasafe/get_reports.py +2 -2
  592. pulumi_oci/datasafe/get_sdm_masking_policy_difference_difference_columns.py +2 -2
  593. pulumi_oci/datasafe/get_sdm_masking_policy_differences.py +2 -2
  594. pulumi_oci/datasafe/get_security_assessment_finding.py +2 -2
  595. pulumi_oci/datasafe/get_security_assessment_finding_analytics.py +2 -2
  596. pulumi_oci/datasafe/get_security_assessment_findings.py +2 -2
  597. pulumi_oci/datasafe/get_security_assessment_findings_change_audit_logs.py +2 -2
  598. pulumi_oci/datasafe/get_security_assessment_security_feature_analytics.py +2 -2
  599. pulumi_oci/datasafe/get_security_assessment_security_features.py +2 -2
  600. pulumi_oci/datasafe/get_security_assessments.py +2 -2
  601. pulumi_oci/datasafe/get_security_policies.py +2 -2
  602. pulumi_oci/datasafe/get_security_policy_deployment_security_policy_entry_states.py +2 -2
  603. pulumi_oci/datasafe/get_security_policy_deployments.py +2 -2
  604. pulumi_oci/datasafe/get_security_policy_report_database_table_access_entries.py +2 -2
  605. pulumi_oci/datasafe/get_security_policy_report_database_view_access_entries.py +2 -2
  606. pulumi_oci/datasafe/get_security_policy_report_role_grant_paths.py +2 -2
  607. pulumi_oci/datasafe/get_security_policy_reports.py +2 -2
  608. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_objects.py +2 -2
  609. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_schemas.py +2 -2
  610. pulumi_oci/datasafe/get_sensitive_data_model_sensitive_types.py +2 -2
  611. pulumi_oci/datasafe/get_sensitive_data_models.py +2 -2
  612. pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py +2 -2
  613. pulumi_oci/datasafe/get_sensitive_types.py +2 -2
  614. pulumi_oci/datasafe/get_target_alert_policy_associations.py +2 -2
  615. pulumi_oci/datasafe/get_target_database_peer_target_databases.py +2 -2
  616. pulumi_oci/datasafe/get_target_database_role.py +2 -2
  617. pulumi_oci/datasafe/get_target_database_roles.py +2 -2
  618. pulumi_oci/datasafe/get_target_databases.py +2 -2
  619. pulumi_oci/datasafe/get_target_databases_columns.py +2 -2
  620. pulumi_oci/datasafe/get_target_databases_schemas.py +2 -2
  621. pulumi_oci/datasafe/get_target_databases_tables.py +2 -2
  622. pulumi_oci/datasafe/get_user_assessment_profile_analytics.py +2 -2
  623. pulumi_oci/datasafe/get_user_assessment_profiles.py +2 -2
  624. pulumi_oci/datasafe/get_user_assessment_user_access_analytics.py +2 -2
  625. pulumi_oci/datasafe/get_user_assessment_user_analytics.py +2 -2
  626. pulumi_oci/datasafe/get_user_assessment_users.py +2 -2
  627. pulumi_oci/datasafe/get_user_assessments.py +2 -2
  628. pulumi_oci/datasafe/library_masing_format.py +5 -5
  629. pulumi_oci/datasafe/masking_policies_masking_column.py +65 -65
  630. pulumi_oci/datasafe/masking_policy.py +15 -15
  631. pulumi_oci/datasafe/outputs.py +132 -0
  632. pulumi_oci/datasafe/report_definition.py +74 -74
  633. pulumi_oci/datasafe/security_assessment.py +2 -2
  634. pulumi_oci/datasafe/sensitive_data_model.py +13 -13
  635. pulumi_oci/datasafe/target_database.py +127 -127
  636. pulumi_oci/datasafe/target_database_peer_target_database.py +46 -46
  637. pulumi_oci/datasafe/user_assessment.py +2 -2
  638. pulumi_oci/datascience/get_fast_launch_job_configs.py +2 -2
  639. pulumi_oci/datascience/get_job_runs.py +2 -2
  640. pulumi_oci/datascience/get_job_shapes.py +2 -2
  641. pulumi_oci/datascience/get_jobs.py +2 -2
  642. pulumi_oci/datascience/get_model_deployment_shapes.py +2 -2
  643. pulumi_oci/datascience/get_model_deployments.py +2 -2
  644. pulumi_oci/datascience/get_model_version_sets.py +2 -2
  645. pulumi_oci/datascience/get_models.py +2 -2
  646. pulumi_oci/datascience/get_notebook_session_shapes.py +2 -2
  647. pulumi_oci/datascience/get_notebook_sessions.py +2 -2
  648. pulumi_oci/datascience/get_pipeline_runs.py +2 -2
  649. pulumi_oci/datascience/get_pipelines.py +2 -2
  650. pulumi_oci/datascience/get_private_endpoints.py +2 -2
  651. pulumi_oci/datascience/get_projects.py +2 -2
  652. pulumi_oci/datascience/job.py +105 -105
  653. pulumi_oci/datascience/job_run.py +61 -61
  654. pulumi_oci/datascience/model.py +34 -34
  655. pulumi_oci/datascience/model_deployment.py +146 -146
  656. pulumi_oci/datascience/notebook_session.py +96 -96
  657. pulumi_oci/datascience/pipeline.py +125 -125
  658. pulumi_oci/datascience/pipeline_run.py +77 -77
  659. pulumi_oci/demandsignal/get_occ_demand_signals.py +2 -2
  660. pulumi_oci/demandsignal/occ_demand_signal.py +10 -10
  661. pulumi_oci/devops/__init__.py +6 -0
  662. pulumi_oci/devops/_inputs.py +531 -32
  663. pulumi_oci/devops/build_pipeline.py +19 -19
  664. pulumi_oci/devops/build_pipeline_stage.py +100 -100
  665. pulumi_oci/devops/build_run.py +38 -38
  666. pulumi_oci/devops/connection.py +15 -15
  667. pulumi_oci/devops/deploy_artifact.py +39 -39
  668. pulumi_oci/devops/deploy_environment.py +36 -36
  669. pulumi_oci/devops/deploy_pipeline.py +23 -23
  670. pulumi_oci/devops/deploy_stage.py +80 -80
  671. pulumi_oci/devops/deployment.py +21 -21
  672. pulumi_oci/devops/get_build_pipeline_stages.py +2 -2
  673. pulumi_oci/devops/get_build_pipelines.py +2 -2
  674. pulumi_oci/devops/get_build_runs.py +2 -7
  675. pulumi_oci/devops/get_connections.py +2 -2
  676. pulumi_oci/devops/get_deploy_artifacts.py +2 -2
  677. pulumi_oci/devops/get_deploy_environments.py +2 -2
  678. pulumi_oci/devops/get_deploy_pipelines.py +2 -2
  679. pulumi_oci/devops/get_deploy_stages.py +2 -2
  680. pulumi_oci/devops/get_deployments.py +2 -2
  681. pulumi_oci/devops/get_project_repository_setting.py +129 -0
  682. pulumi_oci/devops/get_projects.py +2 -2
  683. pulumi_oci/devops/get_repositories.py +3 -3
  684. pulumi_oci/devops/get_repository.py +17 -4
  685. pulumi_oci/devops/get_repository_authors.py +2 -2
  686. pulumi_oci/devops/get_repository_commits.py +2 -2
  687. pulumi_oci/devops/get_repository_diffs.py +22 -5
  688. pulumi_oci/devops/get_repository_mirror_records.py +2 -2
  689. pulumi_oci/devops/get_repository_paths.py +2 -2
  690. pulumi_oci/devops/get_repository_protected_branches.py +150 -0
  691. pulumi_oci/devops/get_repository_ref.py +2 -2
  692. pulumi_oci/devops/get_repository_refs.py +2 -2
  693. pulumi_oci/devops/get_repository_setting.py +142 -0
  694. pulumi_oci/devops/get_triggers.py +2 -7
  695. pulumi_oci/devops/outputs.py +1216 -180
  696. pulumi_oci/devops/project.py +11 -11
  697. pulumi_oci/devops/project_repository_setting.py +338 -0
  698. pulumi_oci/devops/repository.py +71 -80
  699. pulumi_oci/devops/repository_protected_branch_management.py +333 -0
  700. pulumi_oci/devops/repository_ref.py +2 -2
  701. pulumi_oci/devops/repository_setting.py +391 -0
  702. pulumi_oci/devops/trigger.py +31 -31
  703. pulumi_oci/disasterrecovery/dr_plan.py +2 -2
  704. pulumi_oci/disasterrecovery/dr_plan_execution.py +19 -19
  705. pulumi_oci/disasterrecovery/dr_protection_group.py +149 -149
  706. pulumi_oci/disasterrecovery/get_dr_plan_executions.py +3 -44
  707. pulumi_oci/disasterrecovery/get_dr_plans.py +2 -2
  708. pulumi_oci/disasterrecovery/get_dr_protection_groups.py +2 -2
  709. pulumi_oci/dns/action_create_zone_from_zone_file.py +8 -8
  710. pulumi_oci/dns/get_records.py +2 -2
  711. pulumi_oci/dns/get_resolver_endpoints.py +2 -2
  712. pulumi_oci/dns/get_resolvers.py +2 -2
  713. pulumi_oci/dns/get_rrsets.py +2 -2
  714. pulumi_oci/dns/get_steering_policies.py +2 -2
  715. pulumi_oci/dns/get_steering_policy_attachments.py +2 -2
  716. pulumi_oci/dns/get_tsig_keys.py +2 -2
  717. pulumi_oci/dns/get_views.py +2 -2
  718. pulumi_oci/dns/get_zones.py +2 -2
  719. pulumi_oci/dns/resolver.py +12 -12
  720. pulumi_oci/dns/rrset.py +17 -17
  721. pulumi_oci/dns/steering_policy.py +62 -62
  722. pulumi_oci/dns/zone.py +34 -34
  723. pulumi_oci/email/get_dkims.py +2 -2
  724. pulumi_oci/email/get_email_domains.py +2 -2
  725. pulumi_oci/email/get_email_return_paths.py +2 -2
  726. pulumi_oci/email/get_senders.py +2 -2
  727. pulumi_oci/email/get_suppressions.py +2 -2
  728. pulumi_oci/events/get_rules.py +2 -2
  729. pulumi_oci/events/rule.py +25 -25
  730. pulumi_oci/filestorage/export.py +25 -25
  731. pulumi_oci/filestorage/file_system.py +2 -2
  732. pulumi_oci/filestorage/filesystem_snapshot_policy.py +27 -27
  733. pulumi_oci/filestorage/get_export_sets.py +2 -2
  734. pulumi_oci/filestorage/get_exports.py +2 -2
  735. pulumi_oci/filestorage/get_file_systems.py +2 -2
  736. pulumi_oci/filestorage/get_filesystem_snapshot_policies.py +2 -2
  737. pulumi_oci/filestorage/get_mount_targets.py +2 -2
  738. pulumi_oci/filestorage/get_outbound_connectors.py +2 -2
  739. pulumi_oci/filestorage/get_replication_targets.py +2 -2
  740. pulumi_oci/filestorage/get_replications.py +2 -2
  741. pulumi_oci/filestorage/get_snapshots.py +2 -2
  742. pulumi_oci/filestorage/mount_target.py +44 -44
  743. pulumi_oci/filestorage/outbound_connector.py +13 -13
  744. pulumi_oci/fleetsoftwareupdate/fsu_collection.py +4 -4
  745. pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +16 -16
  746. pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +2 -2
  747. pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +2 -2
  748. pulumi_oci/functions/application.py +30 -30
  749. pulumi_oci/functions/function.py +37 -37
  750. pulumi_oci/functions/get_applications.py +2 -2
  751. pulumi_oci/functions/get_functions.py +2 -2
  752. pulumi_oci/functions/get_fusion_environment_admin_users.py +2 -2
  753. pulumi_oci/functions/get_fusion_environment_data_masking_activities.py +2 -2
  754. pulumi_oci/functions/get_fusion_environment_families.py +2 -2
  755. pulumi_oci/functions/get_fusion_environment_refresh_activities.py +2 -2
  756. pulumi_oci/functions/get_fusion_environment_scheduled_activities.py +2 -2
  757. pulumi_oci/functions/get_fusion_environment_service_attachments.py +2 -2
  758. pulumi_oci/functions/get_fusion_environment_time_available_for_refreshs.py +2 -2
  759. pulumi_oci/functions/get_fusion_environments.py +2 -2
  760. pulumi_oci/functions/get_pbf_listing_triggers.py +2 -2
  761. pulumi_oci/functions/get_pbf_listing_versions.py +2 -2
  762. pulumi_oci/functions/get_pbf_listings.py +2 -2
  763. pulumi_oci/fusionapps/fusion_environment.py +57 -57
  764. pulumi_oci/fusionapps/fusion_environment_admin_user.py +2 -2
  765. pulumi_oci/fusionapps/fusion_environment_family.py +15 -15
  766. pulumi_oci/fusionapps/fusion_environment_refresh_activity.py +2 -2
  767. pulumi_oci/generativeai/dedicated_ai_cluster.py +2 -2
  768. pulumi_oci/generativeai/endpoint.py +11 -11
  769. pulumi_oci/generativeai/get_dedicated_ai_clusters.py +2 -2
  770. pulumi_oci/generativeai/get_endpoints.py +2 -2
  771. pulumi_oci/generativeai/get_models.py +2 -2
  772. pulumi_oci/generativeai/model.py +7 -7
  773. pulumi_oci/globallydistributeddatabase/get_private_endpoints.py +2 -2
  774. pulumi_oci/globallydistributeddatabase/get_sharded_databases.py +2 -2
  775. pulumi_oci/globallydistributeddatabase/sharded_database.py +19 -19
  776. pulumi_oci/goldengate/connection.py +43 -43
  777. pulumi_oci/goldengate/deployment.py +24 -24
  778. pulumi_oci/goldengate/deployment_backup.py +13 -13
  779. pulumi_oci/goldengate/get_connection_assignments.py +2 -2
  780. pulumi_oci/goldengate/get_connections.py +2 -2
  781. pulumi_oci/goldengate/get_database_registrations.py +2 -2
  782. pulumi_oci/goldengate/get_deployment_backups.py +2 -2
  783. pulumi_oci/goldengate/get_deployment_certificates.py +2 -2
  784. pulumi_oci/goldengate/get_deployment_types.py +2 -2
  785. pulumi_oci/goldengate/get_deployment_upgrades.py +2 -2
  786. pulumi_oci/goldengate/get_deployment_versions.py +2 -2
  787. pulumi_oci/goldengate/get_deployments.py +2 -2
  788. pulumi_oci/goldengate/get_messages.py +2 -2
  789. pulumi_oci/goldengate/get_trail_files.py +2 -2
  790. pulumi_oci/goldengate/get_trail_sequences.py +2 -2
  791. pulumi_oci/healthchecks/get_http_monitors.py +2 -2
  792. pulumi_oci/healthchecks/get_http_probe_results.py +2 -2
  793. pulumi_oci/healthchecks/get_ping_monitors.py +2 -2
  794. pulumi_oci/healthchecks/get_ping_probe_results.py +2 -2
  795. pulumi_oci/healthchecks/get_vantage_points.py +2 -2
  796. pulumi_oci/identity/authentication_policy.py +32 -32
  797. pulumi_oci/identity/domain.py +2 -2
  798. pulumi_oci/identity/domains_account_recovery_setting.py +11 -11
  799. pulumi_oci/identity/domains_api_key.py +21 -21
  800. pulumi_oci/identity/domains_app.py +185 -185
  801. pulumi_oci/identity/domains_app_role.py +18 -18
  802. pulumi_oci/identity/domains_approval_workflow.py +21 -21
  803. pulumi_oci/identity/domains_approval_workflow_assignment.py +21 -21
  804. pulumi_oci/identity/domains_approval_workflow_step.py +16 -16
  805. pulumi_oci/identity/domains_auth_token.py +21 -21
  806. pulumi_oci/identity/domains_authentication_factor_setting.py +66 -66
  807. pulumi_oci/identity/domains_cloud_gate.py +29 -29
  808. pulumi_oci/identity/domains_cloud_gate_mapping.py +31 -31
  809. pulumi_oci/identity/domains_cloud_gate_server.py +16 -16
  810. pulumi_oci/identity/domains_condition.py +19 -19
  811. pulumi_oci/identity/domains_customer_secret_key.py +21 -21
  812. pulumi_oci/identity/domains_dynamic_resource_group.py +20 -20
  813. pulumi_oci/identity/domains_grant.py +33 -33
  814. pulumi_oci/identity/domains_group.py +43 -43
  815. pulumi_oci/identity/domains_identity_propagation_trust.py +47 -47
  816. pulumi_oci/identity/domains_identity_provider.py +41 -41
  817. pulumi_oci/identity/domains_identity_setting.py +31 -31
  818. pulumi_oci/identity/domains_kmsi_setting.py +11 -11
  819. pulumi_oci/identity/domains_my_api_key.py +16 -16
  820. pulumi_oci/identity/domains_my_auth_token.py +16 -16
  821. pulumi_oci/identity/domains_my_customer_secret_key.py +16 -16
  822. pulumi_oci/identity/domains_my_oauth2client_credential.py +21 -21
  823. pulumi_oci/identity/domains_my_request.py +52 -52
  824. pulumi_oci/identity/domains_my_smtp_credential.py +16 -16
  825. pulumi_oci/identity/domains_my_support_account.py +16 -16
  826. pulumi_oci/identity/domains_my_user_db_credential.py +16 -16
  827. pulumi_oci/identity/domains_network_perimeter.py +16 -16
  828. pulumi_oci/identity/domains_notification_setting.py +21 -21
  829. pulumi_oci/identity/domains_oauth2client_credential.py +26 -26
  830. pulumi_oci/identity/domains_oauth_client_certificate.py +11 -11
  831. pulumi_oci/identity/domains_oauth_partner_certificate.py +19 -19
  832. pulumi_oci/identity/domains_password_policy.py +18 -18
  833. pulumi_oci/identity/domains_policy.py +43 -43
  834. pulumi_oci/identity/domains_rule.py +58 -58
  835. pulumi_oci/identity/domains_security_question.py +16 -16
  836. pulumi_oci/identity/domains_security_question_setting.py +11 -11
  837. pulumi_oci/identity/domains_self_registration_profile.py +51 -51
  838. pulumi_oci/identity/domains_setting.py +52 -52
  839. pulumi_oci/identity/domains_smtp_credential.py +21 -21
  840. pulumi_oci/identity/domains_social_identity_provider.py +43 -43
  841. pulumi_oci/identity/domains_user.py +149 -149
  842. pulumi_oci/identity/domains_user_db_credential.py +21 -21
  843. pulumi_oci/identity/get_allowed_domain_license_types.py +2 -2
  844. pulumi_oci/identity/get_api_keys.py +2 -2
  845. pulumi_oci/identity/get_auth_tokens.py +2 -2
  846. pulumi_oci/identity/get_availability_domains.py +2 -2
  847. pulumi_oci/identity/get_compartments.py +2 -2
  848. pulumi_oci/identity/get_cost_tracking_tags.py +2 -2
  849. pulumi_oci/identity/get_customer_secret_keys.py +2 -2
  850. pulumi_oci/identity/get_db_credentials.py +2 -2
  851. pulumi_oci/identity/get_domains.py +2 -2
  852. pulumi_oci/identity/get_dynamic_groups.py +2 -2
  853. pulumi_oci/identity/get_fault_domains.py +2 -2
  854. pulumi_oci/identity/get_groups.py +2 -2
  855. pulumi_oci/identity/get_iam_work_request_errors.py +2 -2
  856. pulumi_oci/identity/get_iam_work_request_logs.py +2 -2
  857. pulumi_oci/identity/get_iam_work_requests.py +2 -2
  858. pulumi_oci/identity/get_identity_provider_groups.py +2 -2
  859. pulumi_oci/identity/get_identity_providers.py +2 -2
  860. pulumi_oci/identity/get_idp_group_mappings.py +2 -2
  861. pulumi_oci/identity/get_network_sources.py +2 -2
  862. pulumi_oci/identity/get_policies.py +2 -2
  863. pulumi_oci/identity/get_region_subscriptions.py +2 -2
  864. pulumi_oci/identity/get_regions.py +2 -2
  865. pulumi_oci/identity/get_smtp_credentials.py +2 -2
  866. pulumi_oci/identity/get_tag_defaults.py +2 -2
  867. pulumi_oci/identity/get_tag_namespaces.py +2 -2
  868. pulumi_oci/identity/get_tag_standard_tag_namespace_templates.py +2 -2
  869. pulumi_oci/identity/get_tags.py +2 -2
  870. pulumi_oci/identity/get_user_group_memberships.py +2 -2
  871. pulumi_oci/identity/get_users.py +2 -2
  872. pulumi_oci/identity/network_source.py +5 -5
  873. pulumi_oci/identity/tag.py +13 -13
  874. pulumi_oci/identity/user.py +2 -2
  875. pulumi_oci/integration/get_integration_instance.py +14 -1
  876. pulumi_oci/integration/get_integration_instances.py +2 -2
  877. pulumi_oci/integration/integration_instance.py +83 -55
  878. pulumi_oci/integration/outputs.py +11 -0
  879. pulumi_oci/jms/__init__.py +4 -0
  880. pulumi_oci/jms/_inputs.py +80 -0
  881. pulumi_oci/jms/fleet.py +26 -26
  882. pulumi_oci/jms/fleet_advanced_feature_configuration.py +136 -136
  883. pulumi_oci/jms/get_agent_installers.py +190 -0
  884. pulumi_oci/jms/get_announcements.py +2 -2
  885. pulumi_oci/jms/get_fleet_blocklists.py +4 -4
  886. pulumi_oci/jms/get_fleet_crypto_analysis_result.py +29 -3
  887. pulumi_oci/jms/get_fleet_crypto_analysis_results.py +99 -5
  888. pulumi_oci/jms/get_fleet_diagnoses.py +2 -2
  889. pulumi_oci/jms/get_fleet_drs_files.py +2 -2
  890. pulumi_oci/jms/get_fleet_export_setting.py +3 -3
  891. pulumi_oci/jms/get_fleet_export_status.py +2 -2
  892. pulumi_oci/jms/get_fleet_java_migration_analysis_result.py +2 -2
  893. pulumi_oci/jms/get_fleet_java_migration_analysis_results.py +45 -5
  894. pulumi_oci/jms/get_fleet_performance_tuning_analysis_result.py +4 -4
  895. pulumi_oci/jms/get_fleet_performance_tuning_analysis_results.py +27 -7
  896. pulumi_oci/jms/get_fleets.py +4 -4
  897. pulumi_oci/jms/get_installation_site.py +4 -4
  898. pulumi_oci/jms/get_installation_sites.py +6 -6
  899. pulumi_oci/jms/get_java_downloads_java_download_records.py +2 -2
  900. pulumi_oci/jms/get_java_downloads_java_download_reports.py +2 -2
  901. pulumi_oci/jms/get_java_downloads_java_download_tokens.py +4 -4
  902. pulumi_oci/jms/get_java_downloads_java_license_acceptance_records.py +4 -4
  903. pulumi_oci/jms/get_java_downloads_java_licenses.py +2 -2
  904. pulumi_oci/jms/get_java_families.py +2 -2
  905. pulumi_oci/jms/get_java_family.py +14 -1
  906. pulumi_oci/jms/get_java_releases.py +2 -2
  907. pulumi_oci/jms/get_jms_plugin.py +313 -0
  908. pulumi_oci/jms/get_jms_plugins.py +291 -0
  909. pulumi_oci/jms/java_downloads_java_download_report.py +2 -2
  910. pulumi_oci/jms/java_downloads_java_download_token.py +4 -4
  911. pulumi_oci/jms/java_downloads_java_license_acceptance_record.py +4 -4
  912. pulumi_oci/jms/jms_plugin.py +731 -0
  913. pulumi_oci/jms/outputs.py +488 -32
  914. pulumi_oci/kms/generated_key.py +15 -15
  915. pulumi_oci/kms/get_ekms_private_endpoints.py +2 -2
  916. pulumi_oci/kms/get_key_versions.py +2 -2
  917. pulumi_oci/kms/get_keys.py +2 -2
  918. pulumi_oci/kms/get_vault_replicas.py +2 -2
  919. pulumi_oci/kms/get_vaults.py +2 -2
  920. pulumi_oci/kms/key.py +29 -29
  921. pulumi_oci/kms/key_version.py +4 -4
  922. pulumi_oci/kms/vault.py +37 -37
  923. pulumi_oci/licensemanager/get_license_records.py +2 -2
  924. pulumi_oci/licensemanager/get_product_licenses.py +2 -2
  925. pulumi_oci/licensemanager/product_license.py +13 -13
  926. pulumi_oci/limits/get_limit_definitions.py +26 -9
  927. pulumi_oci/limits/get_limit_values.py +26 -9
  928. pulumi_oci/limits/get_quotas.py +2 -2
  929. pulumi_oci/limits/get_resource_availability.py +24 -5
  930. pulumi_oci/limits/get_services.py +26 -9
  931. pulumi_oci/limits/outputs.py +35 -2
  932. pulumi_oci/limits/quota.py +15 -15
  933. pulumi_oci/loadbalancer/backend_set.py +90 -90
  934. pulumi_oci/loadbalancer/get_backend_sets.py +2 -2
  935. pulumi_oci/loadbalancer/get_backends.py +2 -2
  936. pulumi_oci/loadbalancer/get_certificates.py +2 -2
  937. pulumi_oci/loadbalancer/get_hostnames.py +2 -2
  938. pulumi_oci/loadbalancer/get_listener_rules.py +2 -2
  939. pulumi_oci/loadbalancer/get_load_balancer_routing_policies.py +2 -2
  940. pulumi_oci/loadbalancer/get_load_balancers.py +2 -2
  941. pulumi_oci/loadbalancer/get_path_route_sets.py +2 -2
  942. pulumi_oci/loadbalancer/get_policies.py +2 -2
  943. pulumi_oci/loadbalancer/get_protocols.py +2 -2
  944. pulumi_oci/loadbalancer/get_rule_sets.py +2 -2
  945. pulumi_oci/loadbalancer/get_shapes.py +2 -2
  946. pulumi_oci/loadbalancer/get_ssl_cipher_suites.py +2 -2
  947. pulumi_oci/loadbalancer/listener.py +40 -40
  948. pulumi_oci/loadbalancer/load_balancer.py +26 -26
  949. pulumi_oci/loadbalancer/load_balancer_routing_policy.py +21 -21
  950. pulumi_oci/loadbalancer/path_route_set.py +19 -19
  951. pulumi_oci/loadbalancer/rule_set.py +65 -65
  952. pulumi_oci/loganalytics/get_log_analytics_entities.py +2 -2
  953. pulumi_oci/loganalytics/get_log_analytics_log_groups.py +2 -2
  954. pulumi_oci/loganalytics/get_log_analytics_object_collection_rules.py +2 -2
  955. pulumi_oci/loganalytics/get_namespace_effective_properties.py +2 -2
  956. pulumi_oci/loganalytics/get_namespace_ingest_time_rules.py +2 -2
  957. pulumi_oci/loganalytics/get_namespace_properties_metadata.py +2 -2
  958. pulumi_oci/loganalytics/get_namespace_rules.py +2 -2
  959. pulumi_oci/loganalytics/get_namespace_scheduled_tasks.py +2 -2
  960. pulumi_oci/loganalytics/get_namespace_storage_overlapping_recalls.py +2 -2
  961. pulumi_oci/loganalytics/get_namespaces.py +2 -2
  962. pulumi_oci/loganalytics/log_analytics_entity.py +19 -19
  963. pulumi_oci/loganalytics/log_analytics_import_custom_content.py +2 -2
  964. pulumi_oci/loganalytics/log_analytics_object_collection_rule.py +5 -5
  965. pulumi_oci/loganalytics/log_analytics_preferences_management.py +13 -13
  966. pulumi_oci/loganalytics/namespace_ingest_time_rule.py +48 -48
  967. pulumi_oci/loganalytics/namespace_scheduled_task.py +10 -10
  968. pulumi_oci/logging/get_log_groups.py +2 -2
  969. pulumi_oci/logging/get_log_saved_searches.py +2 -2
  970. pulumi_oci/logging/get_logs.py +2 -2
  971. pulumi_oci/logging/get_unified_agent_configurations.py +2 -2
  972. pulumi_oci/logging/log.py +25 -25
  973. pulumi_oci/logging/unified_agent_configuration.py +10 -10
  974. pulumi_oci/managementagent/get_management_agent_available_histories.py +2 -2
  975. pulumi_oci/managementagent/get_management_agent_data_sources.py +2 -2
  976. pulumi_oci/managementagent/get_management_agent_images.py +2 -2
  977. pulumi_oci/managementagent/get_management_agent_install_keys.py +2 -2
  978. pulumi_oci/managementagent/get_management_agent_plugins.py +2 -2
  979. pulumi_oci/managementagent/get_management_agents.py +2 -2
  980. pulumi_oci/managementagent/management_agent.py +6 -6
  981. pulumi_oci/managementagent/management_agent_data_source.py +13 -13
  982. pulumi_oci/marketplace/get_accepted_agreements.py +2 -2
  983. pulumi_oci/marketplace/get_categories.py +2 -2
  984. pulumi_oci/marketplace/get_listing_package_agreements.py +2 -2
  985. pulumi_oci/marketplace/get_listing_packages.py +2 -2
  986. pulumi_oci/marketplace/get_listing_taxes.py +2 -2
  987. pulumi_oci/marketplace/get_listings.py +2 -2
  988. pulumi_oci/marketplace/get_publication_packages.py +2 -2
  989. pulumi_oci/marketplace/get_publications.py +2 -2
  990. pulumi_oci/marketplace/get_publishers.py +2 -2
  991. pulumi_oci/marketplace/publication.py +50 -50
  992. pulumi_oci/mediaservices/get_media_asset_distribution_channel_attachment.py +4 -4
  993. pulumi_oci/mediaservices/get_media_assets.py +2 -2
  994. pulumi_oci/mediaservices/get_media_workflow_configurations.py +2 -2
  995. pulumi_oci/mediaservices/get_media_workflow_job_facts.py +2 -2
  996. pulumi_oci/mediaservices/get_media_workflow_jobs.py +2 -2
  997. pulumi_oci/mediaservices/get_media_workflows.py +2 -2
  998. pulumi_oci/mediaservices/get_stream_cdn_configs.py +2 -2
  999. pulumi_oci/mediaservices/get_stream_distribution_channels.py +2 -2
  1000. pulumi_oci/mediaservices/get_stream_packaging_configs.py +2 -2
  1001. pulumi_oci/mediaservices/media_asset.py +15 -15
  1002. pulumi_oci/mediaservices/media_workflow.py +42 -42
  1003. pulumi_oci/mediaservices/media_workflow_configuration.py +19 -19
  1004. pulumi_oci/mediaservices/media_workflow_job.py +23 -23
  1005. pulumi_oci/mediaservices/stream_cdn_config.py +52 -52
  1006. pulumi_oci/mediaservices/stream_distribution_channel.py +19 -19
  1007. pulumi_oci/mediaservices/stream_packaging_config.py +32 -32
  1008. pulumi_oci/meteringcomputation/custom_table.py +29 -29
  1009. pulumi_oci/meteringcomputation/get_custom_tables.py +2 -2
  1010. pulumi_oci/meteringcomputation/get_queries.py +4 -4
  1011. pulumi_oci/meteringcomputation/get_scheduled_runs.py +2 -2
  1012. pulumi_oci/meteringcomputation/get_schedules.py +4 -4
  1013. pulumi_oci/meteringcomputation/get_usage_carbon_emissions_queries.py +2 -2
  1014. pulumi_oci/meteringcomputation/get_usage_statement_email_recipients_groups.py +2 -2
  1015. pulumi_oci/meteringcomputation/query.py +65 -65
  1016. pulumi_oci/meteringcomputation/schedule.py +60 -60
  1017. pulumi_oci/meteringcomputation/usage.py +32 -32
  1018. pulumi_oci/meteringcomputation/usage_carbon_emission.py +17 -17
  1019. pulumi_oci/meteringcomputation/usage_carbon_emissions_query.py +51 -51
  1020. pulumi_oci/meteringcomputation/usage_statement_email_recipients_group.py +17 -17
  1021. pulumi_oci/monitoring/alarm.py +34 -34
  1022. pulumi_oci/monitoring/alarm_suppression.py +13 -13
  1023. pulumi_oci/monitoring/get_alarm_statuses.py +2 -2
  1024. pulumi_oci/monitoring/get_alarm_suppressions.py +2 -2
  1025. pulumi_oci/monitoring/get_alarms.py +2 -2
  1026. pulumi_oci/monitoring/get_metric_data.py +2 -2
  1027. pulumi_oci/monitoring/get_metrics.py +2 -2
  1028. pulumi_oci/mysql/channel.py +10 -10
  1029. pulumi_oci/mysql/get_channels.py +2 -2
  1030. pulumi_oci/mysql/get_mysql_backups.py +2 -2
  1031. pulumi_oci/mysql/get_mysql_configurations.py +2 -2
  1032. pulumi_oci/mysql/get_mysql_db_systems.py +2 -2
  1033. pulumi_oci/mysql/get_mysql_version.py +2 -2
  1034. pulumi_oci/mysql/get_replicas.py +2 -2
  1035. pulumi_oci/mysql/get_shapes.py +2 -2
  1036. pulumi_oci/mysql/heat_wave_cluster.py +2 -2
  1037. pulumi_oci/mysql/mysql_backup.py +10 -10
  1038. pulumi_oci/mysql/mysql_configuration.py +178 -178
  1039. pulumi_oci/mysql/mysql_db_system.py +91 -91
  1040. pulumi_oci/mysql/replica.py +17 -17
  1041. pulumi_oci/networkfirewall/get_network_firewall_policies.py +2 -2
  1042. pulumi_oci/networkfirewall/get_network_firewall_policy_address_lists.py +2 -2
  1043. pulumi_oci/networkfirewall/get_network_firewall_policy_application_groups.py +2 -2
  1044. pulumi_oci/networkfirewall/get_network_firewall_policy_applications.py +2 -2
  1045. pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_profiles.py +2 -2
  1046. pulumi_oci/networkfirewall/get_network_firewall_policy_decryption_rules.py +2 -2
  1047. pulumi_oci/networkfirewall/get_network_firewall_policy_security_rules.py +2 -2
  1048. pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py +2 -2
  1049. pulumi_oci/networkfirewall/get_network_firewall_policy_services.py +2 -2
  1050. pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +2 -2
  1051. pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py +2 -2
  1052. pulumi_oci/networkfirewall/get_network_firewalls.py +2 -2
  1053. pulumi_oci/networkfirewall/network_firewall_policy_decryption_rule.py +10 -10
  1054. pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py +32 -32
  1055. pulumi_oci/networkfirewall/network_firewall_policy_service.py +13 -13
  1056. pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +37 -37
  1057. pulumi_oci/networkfirewall/network_firewall_policy_url_list.py +13 -13
  1058. pulumi_oci/networkloadbalancer/backend_set.py +47 -47
  1059. pulumi_oci/networkloadbalancer/get_backend_sets.py +2 -2
  1060. pulumi_oci/networkloadbalancer/get_backends.py +2 -2
  1061. pulumi_oci/networkloadbalancer/get_listener.py +29 -3
  1062. pulumi_oci/networkloadbalancer/get_listeners.py +2 -2
  1063. pulumi_oci/networkloadbalancer/get_network_load_balancers.py +2 -2
  1064. pulumi_oci/networkloadbalancer/get_network_load_balancers_policies.py +2 -2
  1065. pulumi_oci/networkloadbalancer/get_network_load_balancers_protocols.py +2 -2
  1066. pulumi_oci/networkloadbalancer/listener.py +122 -24
  1067. pulumi_oci/networkloadbalancer/network_load_balancer.py +14 -14
  1068. pulumi_oci/networkloadbalancer/network_load_balancers_backend_sets_unified.py +70 -70
  1069. pulumi_oci/networkloadbalancer/outputs.py +27 -5
  1070. pulumi_oci/nosql/get_indexes.py +2 -2
  1071. pulumi_oci/nosql/get_tables.py +2 -2
  1072. pulumi_oci/nosql/index.py +15 -15
  1073. pulumi_oci/nosql/table.py +21 -21
  1074. pulumi_oci/objectstorage/bucket.py +21 -21
  1075. pulumi_oci/objectstorage/get_bucket_summaries.py +2 -2
  1076. pulumi_oci/objectstorage/get_object_versions.py +2 -2
  1077. pulumi_oci/objectstorage/get_objects.py +2 -2
  1078. pulumi_oci/objectstorage/get_preauthrequests.py +2 -2
  1079. pulumi_oci/objectstorage/get_replication_policies.py +2 -2
  1080. pulumi_oci/objectstorage/get_replication_sources.py +2 -2
  1081. pulumi_oci/objectstorage/object_lifecycle_policy.py +31 -31
  1082. pulumi_oci/objectstorage/storage_object.py +5 -5
  1083. pulumi_oci/oce/get_oce_instances.py +2 -2
  1084. pulumi_oci/ocvp/cluster.py +48 -48
  1085. pulumi_oci/ocvp/get_clusters.py +2 -2
  1086. pulumi_oci/ocvp/get_exsi_hosts.py +2 -2
  1087. pulumi_oci/ocvp/get_sddcs.py +2 -2
  1088. pulumi_oci/ocvp/get_supported_commitments.py +2 -2
  1089. pulumi_oci/ocvp/get_supported_host_shapes.py +2 -2
  1090. pulumi_oci/ocvp/get_supported_skus.py +2 -2
  1091. pulumi_oci/ocvp/get_supported_vmware_software_versions.py +2 -2
  1092. pulumi_oci/ocvp/sddc.py +16 -16
  1093. pulumi_oci/oda/get_oda_instances.py +2 -2
  1094. pulumi_oci/oda/get_oda_private_endpoint_attachments.py +2 -2
  1095. pulumi_oci/oda/get_oda_private_endpoint_scan_proxies.py +2 -2
  1096. pulumi_oci/oda/get_oda_private_endpoints.py +2 -2
  1097. pulumi_oci/oda/oda_instance.py +2 -2
  1098. pulumi_oci/oda/oda_private_endpoint_scan_proxy.py +15 -15
  1099. pulumi_oci/onesubsription/get_aggregated_computed_usages.py +2 -2
  1100. pulumi_oci/onesubsription/get_billing_schedules.py +2 -2
  1101. pulumi_oci/onesubsription/get_commitments.py +2 -2
  1102. pulumi_oci/onesubsription/get_computed_usages.py +2 -2
  1103. pulumi_oci/onesubsription/get_invoice_line_computed_usages.py +2 -2
  1104. pulumi_oci/onesubsription/get_invoices.py +2 -2
  1105. pulumi_oci/onesubsription/get_organization_subscriptions.py +2 -2
  1106. pulumi_oci/onesubsription/get_ratecards.py +2 -2
  1107. pulumi_oci/onesubsription/get_subscribed_services.py +2 -2
  1108. pulumi_oci/onesubsription/get_subscriptions.py +2 -2
  1109. pulumi_oci/ons/get_notification_topics.py +2 -2
  1110. pulumi_oci/ons/get_subscriptions.py +2 -2
  1111. pulumi_oci/opa/get_opa_instances.py +2 -2
  1112. pulumi_oci/opa/opa_instance.py +2 -2
  1113. pulumi_oci/opensearch/get_opensearch_clusters.py +2 -2
  1114. pulumi_oci/opensearch/get_opensearch_versions.py +2 -2
  1115. pulumi_oci/operatoraccesscontrol/get_access_requests.py +2 -2
  1116. pulumi_oci/operatoraccesscontrol/get_actions.py +2 -2
  1117. pulumi_oci/operatoraccesscontrol/get_control_assignments.py +2 -2
  1118. pulumi_oci/operatoraccesscontrol/get_controls.py +2 -2
  1119. pulumi_oci/opsi/database_insight.py +15 -15
  1120. pulumi_oci/opsi/exadata_insight.py +73 -73
  1121. pulumi_oci/opsi/get_awr_hub_awr_snapshots.py +2 -2
  1122. pulumi_oci/opsi/get_awr_hub_sources.py +2 -2
  1123. pulumi_oci/opsi/get_awr_hubs.py +2 -2
  1124. pulumi_oci/opsi/get_database_insights.py +2 -2
  1125. pulumi_oci/opsi/get_enterprise_manager_bridges.py +2 -2
  1126. pulumi_oci/opsi/get_exadata_insights.py +2 -2
  1127. pulumi_oci/opsi/get_host_insights.py +2 -2
  1128. pulumi_oci/opsi/get_news_reports.py +2 -2
  1129. pulumi_oci/opsi/get_operations_insights_private_endpoints.py +2 -2
  1130. pulumi_oci/opsi/get_operations_insights_warehouse_users.py +2 -2
  1131. pulumi_oci/opsi/get_operations_insights_warehouses.py +2 -2
  1132. pulumi_oci/opsi/get_opsi_configurations.py +2 -2
  1133. pulumi_oci/opsi/news_report.py +23 -23
  1134. pulumi_oci/opsi/opsi_configuration.py +15 -15
  1135. pulumi_oci/optimizer/get_categories.py +2 -2
  1136. pulumi_oci/optimizer/get_enrollment_statuses.py +2 -2
  1137. pulumi_oci/optimizer/get_histories.py +2 -2
  1138. pulumi_oci/optimizer/get_profile_levels.py +2 -2
  1139. pulumi_oci/optimizer/get_profiles.py +2 -2
  1140. pulumi_oci/optimizer/get_recommendation_strategies.py +2 -2
  1141. pulumi_oci/optimizer/get_recommendations.py +2 -2
  1142. pulumi_oci/optimizer/get_resource_actions.py +2 -2
  1143. pulumi_oci/optimizer/profile.py +49 -49
  1144. pulumi_oci/optimizer/recommendation.py +4 -4
  1145. pulumi_oci/optimizer/resource_action.py +2 -2
  1146. pulumi_oci/osmanagement/get_managed_instance_groups.py +2 -2
  1147. pulumi_oci/osmanagement/get_managed_instance_module_streams.py +2 -2
  1148. pulumi_oci/osmanagement/get_managed_instance_stream_profile.py +2 -2
  1149. pulumi_oci/osmanagement/get_managed_instances.py +2 -2
  1150. pulumi_oci/osmanagement/get_software_source_stream_profile.py +2 -2
  1151. pulumi_oci/osmanagement/get_software_sources.py +2 -2
  1152. pulumi_oci/osmanagement/managed_instance.py +8 -8
  1153. pulumi_oci/osmanagement/managed_instance_group.py +2 -2
  1154. pulumi_oci/osmanagement/managed_instance_management.py +39 -39
  1155. pulumi_oci/osmanagement/software_source.py +2 -2
  1156. pulumi_oci/osmanagementhub/event.py +4 -4
  1157. pulumi_oci/osmanagementhub/get_entitlements.py +2 -2
  1158. pulumi_oci/osmanagementhub/get_errata.py +2 -2
  1159. pulumi_oci/osmanagementhub/get_events.py +2 -2
  1160. pulumi_oci/osmanagementhub/get_lifecycle_environments.py +2 -2
  1161. pulumi_oci/osmanagementhub/get_lifecycle_stages.py +2 -2
  1162. pulumi_oci/osmanagementhub/get_managed_instance_available_packages.py +2 -2
  1163. pulumi_oci/osmanagementhub/get_managed_instance_available_software_sources.py +2 -2
  1164. pulumi_oci/osmanagementhub/get_managed_instance_available_windows_updates.py +2 -2
  1165. pulumi_oci/osmanagementhub/get_managed_instance_errata.py +2 -2
  1166. pulumi_oci/osmanagementhub/get_managed_instance_group_available_modules.py +2 -2
  1167. pulumi_oci/osmanagementhub/get_managed_instance_group_available_packages.py +2 -2
  1168. pulumi_oci/osmanagementhub/get_managed_instance_group_available_software_sources.py +2 -2
  1169. pulumi_oci/osmanagementhub/get_managed_instance_group_installed_packages.py +2 -2
  1170. pulumi_oci/osmanagementhub/get_managed_instance_group_modules.py +2 -2
  1171. pulumi_oci/osmanagementhub/get_managed_instance_groups.py +2 -2
  1172. pulumi_oci/osmanagementhub/get_managed_instance_installed_packages.py +2 -2
  1173. pulumi_oci/osmanagementhub/get_managed_instance_installed_windows_updates.py +2 -2
  1174. pulumi_oci/osmanagementhub/get_managed_instance_modules.py +2 -2
  1175. pulumi_oci/osmanagementhub/get_managed_instance_updatable_packages.py +2 -2
  1176. pulumi_oci/osmanagementhub/get_managed_instances.py +2 -2
  1177. pulumi_oci/osmanagementhub/get_management_station_mirrors.py +2 -2
  1178. pulumi_oci/osmanagementhub/get_management_stations.py +2 -2
  1179. pulumi_oci/osmanagementhub/get_profiles.py +2 -2
  1180. pulumi_oci/osmanagementhub/get_scheduled_jobs.py +2 -2
  1181. pulumi_oci/osmanagementhub/get_software_package_software_source.py +2 -2
  1182. pulumi_oci/osmanagementhub/get_software_packages.py +2 -2
  1183. pulumi_oci/osmanagementhub/get_software_source.py +19 -1
  1184. pulumi_oci/osmanagementhub/get_software_source_module_stream_profiles.py +2 -2
  1185. pulumi_oci/osmanagementhub/get_software_source_module_streams.py +2 -2
  1186. pulumi_oci/osmanagementhub/get_software_source_package_groups.py +2 -2
  1187. pulumi_oci/osmanagementhub/get_software_source_software_packages.py +2 -2
  1188. pulumi_oci/osmanagementhub/get_software_source_vendors.py +2 -2
  1189. pulumi_oci/osmanagementhub/get_software_sources.py +2 -2
  1190. pulumi_oci/osmanagementhub/get_windows_updates.py +2 -2
  1191. pulumi_oci/osmanagementhub/lifecycle_environment.py +39 -39
  1192. pulumi_oci/osmanagementhub/lifecycle_stage_attach_managed_instances_management.py +19 -19
  1193. pulumi_oci/osmanagementhub/lifecycle_stage_detach_managed_instances_management.py +19 -19
  1194. pulumi_oci/osmanagementhub/lifecycle_stage_promote_software_source_management.py +13 -13
  1195. pulumi_oci/osmanagementhub/managed_instance.py +13 -13
  1196. pulumi_oci/osmanagementhub/managed_instance_group.py +13 -13
  1197. pulumi_oci/osmanagementhub/managed_instance_group_attach_managed_instances_management.py +13 -13
  1198. pulumi_oci/osmanagementhub/managed_instance_group_attach_software_sources_management.py +13 -13
  1199. pulumi_oci/osmanagementhub/managed_instance_group_detach_software_sources_management.py +13 -13
  1200. pulumi_oci/osmanagementhub/managed_instance_group_install_packages_management.py +13 -13
  1201. pulumi_oci/osmanagementhub/managed_instance_group_install_windows_updates_management.py +13 -13
  1202. pulumi_oci/osmanagementhub/managed_instance_group_manage_module_streams_management.py +77 -77
  1203. pulumi_oci/osmanagementhub/managed_instance_group_remove_packages_management.py +13 -13
  1204. pulumi_oci/osmanagementhub/managed_instance_group_update_all_packages_management.py +13 -13
  1205. pulumi_oci/osmanagementhub/managed_instance_install_windows_updates_management.py +13 -13
  1206. pulumi_oci/osmanagementhub/managed_instance_update_packages_management.py +13 -13
  1207. pulumi_oci/osmanagementhub/management_station.py +38 -38
  1208. pulumi_oci/osmanagementhub/profile.py +8 -8
  1209. pulumi_oci/osmanagementhub/scheduled_job.py +75 -75
  1210. pulumi_oci/osmanagementhub/software_source.py +92 -10
  1211. pulumi_oci/osmanagementhub/software_source_change_availability_management.py +15 -15
  1212. pulumi_oci/ospgateway/address_action_verification.py +2 -2
  1213. pulumi_oci/ospgateway/get_invoices.py +2 -2
  1214. pulumi_oci/ospgateway/get_invoices_invoice_lines.py +2 -2
  1215. pulumi_oci/ospgateway/get_subscriptions.py +2 -2
  1216. pulumi_oci/ospgateway/subscription.py +13 -13
  1217. pulumi_oci/osubbillingschedule/get_billing_schedule.py +2 -2
  1218. pulumi_oci/osuborganizationsubscription/get_organization_subscriptions.py +2 -2
  1219. pulumi_oci/osubsubscription/get_commitments.py +2 -2
  1220. pulumi_oci/osubsubscription/get_ratecards.py +2 -2
  1221. pulumi_oci/osubsubscription/get_subscriptions.py +2 -2
  1222. pulumi_oci/osubusage/get_commitment_aggregateds.py +2 -2
  1223. pulumi_oci/osubusage/get_computed_usages.py +2 -2
  1224. pulumi_oci/psql/_inputs.py +8 -4
  1225. pulumi_oci/psql/backup.py +6 -6
  1226. pulumi_oci/psql/configuration.py +160 -57
  1227. pulumi_oci/psql/db_system.py +160 -162
  1228. pulumi_oci/psql/get_backup.py +1 -1
  1229. pulumi_oci/psql/get_backups.py +2 -2
  1230. pulumi_oci/psql/get_configuration.py +27 -1
  1231. pulumi_oci/psql/get_configurations.py +4 -4
  1232. pulumi_oci/psql/get_db_systems.py +2 -2
  1233. pulumi_oci/psql/get_default_configuration.py +15 -2
  1234. pulumi_oci/psql/get_default_configurations.py +4 -4
  1235. pulumi_oci/psql/get_shapes.py +2 -2
  1236. pulumi_oci/psql/outputs.py +176 -13
  1237. pulumi_oci/pulumi-plugin.json +1 -1
  1238. pulumi_oci/queue/get_queues.py +2 -2
  1239. pulumi_oci/recoverymod/get_protected_databases.py +2 -2
  1240. pulumi_oci/recoverymod/get_protection_policies.py +2 -2
  1241. pulumi_oci/recoverymod/get_recovery_service_subnets.py +2 -2
  1242. pulumi_oci/recoverymod/protected_database.py +13 -13
  1243. pulumi_oci/redis/get_redis_clusters.py +2 -2
  1244. pulumi_oci/redis/redis_cluster.py +2 -2
  1245. pulumi_oci/resourcemanager/get_private_endpoints.py +2 -2
  1246. pulumi_oci/resourcemanager/get_stacks.py +2 -2
  1247. pulumi_oci/resourcescheduler/get_schedules.py +2 -2
  1248. pulumi_oci/resourcescheduler/schedule.py +38 -38
  1249. pulumi_oci/sch/connector.py +137 -137
  1250. pulumi_oci/sch/get_connector_plugins.py +2 -2
  1251. pulumi_oci/sch/get_service_connectors.py +2 -2
  1252. pulumi_oci/secrets/get_secretbundle_versions.py +2 -2
  1253. pulumi_oci/servicecatalog/get_private_application_packages.py +2 -2
  1254. pulumi_oci/servicecatalog/get_private_applications.py +2 -2
  1255. pulumi_oci/servicecatalog/get_service_catalog_associations.py +2 -2
  1256. pulumi_oci/servicecatalog/get_service_catalogs.py +2 -2
  1257. pulumi_oci/servicecatalog/private_application.py +17 -17
  1258. pulumi_oci/servicemanagerproxy/get_service_environments.py +2 -2
  1259. pulumi_oci/servicemesh/access_policy.py +47 -47
  1260. pulumi_oci/servicemesh/get_access_policies.py +2 -2
  1261. pulumi_oci/servicemesh/get_ingress_gateway_route_tables.py +2 -2
  1262. pulumi_oci/servicemesh/get_ingress_gateways.py +2 -2
  1263. pulumi_oci/servicemesh/get_meshes.py +2 -2
  1264. pulumi_oci/servicemesh/get_virtual_deployments.py +2 -2
  1265. pulumi_oci/servicemesh/get_virtual_service_route_tables.py +2 -2
  1266. pulumi_oci/servicemesh/get_virtual_services.py +2 -2
  1267. pulumi_oci/servicemesh/ingress_gateway.py +75 -75
  1268. pulumi_oci/servicemesh/ingress_gateway_route_table.py +41 -41
  1269. pulumi_oci/servicemesh/mesh.py +22 -22
  1270. pulumi_oci/servicemesh/virtual_deployment.py +41 -41
  1271. pulumi_oci/servicemesh/virtual_service.py +24 -24
  1272. pulumi_oci/servicemesh/virtual_service_route_table.py +29 -29
  1273. pulumi_oci/stackmonitoring/discovery_job.py +47 -47
  1274. pulumi_oci/stackmonitoring/get_baselineable_metrics.py +2 -2
  1275. pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py +26 -26
  1276. pulumi_oci/stackmonitoring/get_configs.py +2 -2
  1277. pulumi_oci/stackmonitoring/get_discovery_job_logs.py +2 -2
  1278. pulumi_oci/stackmonitoring/get_discovery_jobs.py +2 -2
  1279. pulumi_oci/stackmonitoring/get_metric_extensions.py +2 -2
  1280. pulumi_oci/stackmonitoring/get_monitored_resource_tasks.py +2 -2
  1281. pulumi_oci/stackmonitoring/get_monitored_resource_types.py +2 -2
  1282. pulumi_oci/stackmonitoring/get_monitored_resources.py +2 -2
  1283. pulumi_oci/stackmonitoring/get_process_sets.py +2 -2
  1284. pulumi_oci/stackmonitoring/metric_extension.py +90 -90
  1285. pulumi_oci/stackmonitoring/monitored_resource.py +140 -140
  1286. pulumi_oci/stackmonitoring/monitored_resource_task.py +39 -39
  1287. pulumi_oci/stackmonitoring/monitored_resource_type.py +27 -27
  1288. pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py +4 -4
  1289. pulumi_oci/stackmonitoring/monitored_resources_list_member.py +2 -2
  1290. pulumi_oci/stackmonitoring/monitored_resources_search.py +2 -2
  1291. pulumi_oci/stackmonitoring/monitored_resources_search_association.py +2 -2
  1292. pulumi_oci/stackmonitoring/process_set.py +21 -21
  1293. pulumi_oci/streaming/get_connect_harnesses.py +2 -2
  1294. pulumi_oci/streaming/get_stream_pools.py +2 -2
  1295. pulumi_oci/streaming/get_streams.py +2 -2
  1296. pulumi_oci/streaming/stream_pool.py +43 -43
  1297. pulumi_oci/usageproxy/get_resource_quotas.py +2 -2
  1298. pulumi_oci/usageproxy/get_resources.py +2 -2
  1299. pulumi_oci/usageproxy/get_subscription_products.py +2 -2
  1300. pulumi_oci/usageproxy/get_subscription_redeemable_users.py +2 -2
  1301. pulumi_oci/usageproxy/get_subscription_redemptions.py +2 -2
  1302. pulumi_oci/usageproxy/get_subscription_rewards.py +2 -2
  1303. pulumi_oci/usageproxy/get_usagelimits.py +2 -2
  1304. pulumi_oci/usageproxy/subscription_redeemable_user.py +15 -15
  1305. pulumi_oci/vault/get_secrets.py +2 -2
  1306. pulumi_oci/vault/secret.py +15 -15
  1307. pulumi_oci/vbs/get_inst_vbs_instances.py +2 -2
  1308. pulumi_oci/visualbuilder/get_vb_instances.py +2 -2
  1309. pulumi_oci/visualbuilder/vb_instance.py +30 -30
  1310. pulumi_oci/vnmonitoring/get_path_analyzer_tests.py +2 -2
  1311. pulumi_oci/vnmonitoring/path_analysi.py +84 -84
  1312. pulumi_oci/vnmonitoring/path_analyzer_test.py +84 -84
  1313. pulumi_oci/vulnerabilityscanning/container_scan_recipe.py +11 -11
  1314. pulumi_oci/vulnerabilityscanning/container_scan_target.py +17 -17
  1315. pulumi_oci/vulnerabilityscanning/get_container_scan_recipes.py +2 -2
  1316. pulumi_oci/vulnerabilityscanning/get_container_scan_targets.py +2 -2
  1317. pulumi_oci/vulnerabilityscanning/get_host_scan_recipes.py +2 -2
  1318. pulumi_oci/vulnerabilityscanning/get_host_scan_target_errors.py +2 -2
  1319. pulumi_oci/vulnerabilityscanning/get_host_scan_targets.py +2 -2
  1320. pulumi_oci/vulnerabilityscanning/host_scan_recipe.py +80 -80
  1321. pulumi_oci/waa/app_acceleration_policy.py +26 -26
  1322. pulumi_oci/waa/get_app_acceleration_policies.py +2 -2
  1323. pulumi_oci/waa/get_app_accelerations.py +2 -2
  1324. pulumi_oci/waas/certificate.py +8 -8
  1325. pulumi_oci/waas/get_address_lists.py +2 -2
  1326. pulumi_oci/waas/get_certificates.py +2 -2
  1327. pulumi_oci/waas/get_custom_protection_rules.py +2 -2
  1328. pulumi_oci/waas/get_edge_subnets.py +2 -2
  1329. pulumi_oci/waas/get_http_redirects.py +2 -2
  1330. pulumi_oci/waas/get_protection_rules.py +2 -2
  1331. pulumi_oci/waas/get_waas_policies.py +2 -2
  1332. pulumi_oci/waas/http_redirect.py +19 -19
  1333. pulumi_oci/waas/policy.py +20 -20
  1334. pulumi_oci/waas/protection_rule.py +5 -5
  1335. pulumi_oci/waf/app_firewall_policy.py +254 -254
  1336. pulumi_oci/waf/get_firewalls.py +2 -2
  1337. pulumi_oci/waf/get_network_address_lists.py +2 -2
  1338. pulumi_oci/waf/get_protection_capabilities.py +2 -2
  1339. pulumi_oci/waf/get_protection_capability_group_tags.py +2 -2
  1340. pulumi_oci/waf/get_web_app_firewall_policies.py +2 -2
  1341. pulumi_oci/waf/network_address_list.py +13 -13
  1342. {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.7.0.dist-info}/METADATA +1 -1
  1343. {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.7.0.dist-info}/RECORD +1345 -1333
  1344. {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.7.0.dist-info}/WHEEL +1 -1
  1345. {pulumi_oci-2.6.0a1723011044.dist-info → pulumi_oci-2.7.0.dist-info}/top_level.txt +0 -0
@@ -97,8 +97,17 @@ __all__ = [
97
97
  'DeploymentDeploymentArgumentsItem',
98
98
  'DeploymentDeploymentExecutionProgress',
99
99
  'ProjectNotificationConfig',
100
+ 'ProjectRepositorySettingApprovalRules',
101
+ 'ProjectRepositorySettingApprovalRulesItem',
102
+ 'ProjectRepositorySettingApprovalRulesItemReviewer',
103
+ 'ProjectRepositorySettingMergeSettings',
100
104
  'RepositoryMirrorRepositoryConfig',
101
105
  'RepositoryMirrorRepositoryConfigTriggerSchedule',
106
+ 'RepositorySettingApprovalRules',
107
+ 'RepositorySettingApprovalRulesItem',
108
+ 'RepositorySettingApprovalRulesItemReviewer',
109
+ 'RepositorySettingMergeChecks',
110
+ 'RepositorySettingMergeSettings',
102
111
  'TriggerAction',
103
112
  'TriggerActionFilter',
104
113
  'TriggerActionFilterExclude',
@@ -291,6 +300,10 @@ __all__ = [
291
300
  'GetDeploymentsDeploymentCollectionItemDeploymentExecutionProgressResult',
292
301
  'GetDeploymentsFilterResult',
293
302
  'GetProjectNotificationConfigResult',
303
+ 'GetProjectRepositorySettingApprovalRuleResult',
304
+ 'GetProjectRepositorySettingApprovalRuleItemResult',
305
+ 'GetProjectRepositorySettingApprovalRuleItemReviewerResult',
306
+ 'GetProjectRepositorySettingMergeSettingResult',
294
307
  'GetProjectsFilterResult',
295
308
  'GetProjectsProjectCollectionResult',
296
309
  'GetProjectsProjectCollectionItemResult',
@@ -330,9 +343,17 @@ __all__ = [
330
343
  'GetRepositoryPathsFilterResult',
331
344
  'GetRepositoryPathsRepositoryPathCollectionResult',
332
345
  'GetRepositoryPathsRepositoryPathCollectionItemResult',
346
+ 'GetRepositoryProtectedBranchesFilterResult',
347
+ 'GetRepositoryProtectedBranchesProtectedBranchCollectionResult',
348
+ 'GetRepositoryProtectedBranchesProtectedBranchCollectionItemResult',
333
349
  'GetRepositoryRefsFilterResult',
334
350
  'GetRepositoryRefsRepositoryRefCollectionResult',
335
351
  'GetRepositoryRefsRepositoryRefCollectionItemResult',
352
+ 'GetRepositorySettingApprovalRuleResult',
353
+ 'GetRepositorySettingApprovalRuleItemResult',
354
+ 'GetRepositorySettingApprovalRuleItemReviewerResult',
355
+ 'GetRepositorySettingMergeCheckResult',
356
+ 'GetRepositorySettingMergeSettingResult',
336
357
  'GetTriggerActionResult',
337
358
  'GetTriggerActionFilterResult',
338
359
  'GetTriggerActionFilterExcludeResult',
@@ -1545,7 +1566,6 @@ class BuildRunBuildRunSourceTriggerInfoAction(dict):
1545
1566
  type: Optional[str] = None):
1546
1567
  """
1547
1568
  :param str build_pipeline_id: The OCID of the build pipeline.
1548
- :param Sequence['BuildRunBuildRunSourceTriggerInfoActionFilterArgs'] filters: The filters for the trigger.
1549
1569
  :param str type: The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
1550
1570
  """
1551
1571
  if build_pipeline_id is not None:
@@ -1566,9 +1586,6 @@ class BuildRunBuildRunSourceTriggerInfoAction(dict):
1566
1586
  @property
1567
1587
  @pulumi.getter
1568
1588
  def filters(self) -> Optional[Sequence['outputs.BuildRunBuildRunSourceTriggerInfoActionFilter']]:
1569
- """
1570
- The filters for the trigger.
1571
- """
1572
1589
  return pulumi.get(self, "filters")
1573
1590
 
1574
1591
  @property
@@ -1605,7 +1622,8 @@ class BuildRunBuildRunSourceTriggerInfoActionFilter(dict):
1605
1622
  includes: Optional[Sequence['outputs.BuildRunBuildRunSourceTriggerInfoActionFilterInclude']] = None,
1606
1623
  trigger_source: Optional[str] = None):
1607
1624
  """
1608
- :param Sequence[str] events: The events, for example, PUSH, PULL_REQUEST_MERGE.
1625
+ :param Sequence[str] events: The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
1626
+ :param Sequence['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs'] excludes: Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
1609
1627
  :param Sequence['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs'] includes: Attributes to filter GitLab self-hosted server events.
1610
1628
  :param str trigger_source: Source of the trigger. Allowed values are, GITHUB and GITLAB.
1611
1629
  """
@@ -1622,13 +1640,16 @@ class BuildRunBuildRunSourceTriggerInfoActionFilter(dict):
1622
1640
  @pulumi.getter
1623
1641
  def events(self) -> Optional[Sequence[str]]:
1624
1642
  """
1625
- The events, for example, PUSH, PULL_REQUEST_MERGE.
1643
+ The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
1626
1644
  """
1627
1645
  return pulumi.get(self, "events")
1628
1646
 
1629
1647
  @property
1630
1648
  @pulumi.getter
1631
1649
  def excludes(self) -> Optional[Sequence['outputs.BuildRunBuildRunSourceTriggerInfoActionFilterExclude']]:
1650
+ """
1651
+ Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
1652
+ """
1632
1653
  return pulumi.get(self, "excludes")
1633
1654
 
1634
1655
  @property
@@ -1669,12 +1690,18 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterExclude(dict):
1669
1690
 
1670
1691
  def __init__(__self__, *,
1671
1692
  file_filters: Optional[Sequence['outputs.BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter']] = None):
1693
+ """
1694
+ :param Sequence['BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs'] file_filters: Attributes to support include/exclude files for triggering build runs.
1695
+ """
1672
1696
  if file_filters is not None:
1673
1697
  pulumi.set(__self__, "file_filters", file_filters)
1674
1698
 
1675
1699
  @property
1676
1700
  @pulumi.getter(name="fileFilters")
1677
1701
  def file_filters(self) -> Optional[Sequence['outputs.BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter']]:
1702
+ """
1703
+ Attributes to support include/exclude files for triggering build runs.
1704
+ """
1678
1705
  return pulumi.get(self, "file_filters")
1679
1706
 
1680
1707
 
@@ -1699,12 +1726,18 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilter(dict):
1699
1726
 
1700
1727
  def __init__(__self__, *,
1701
1728
  file_paths: Optional[Sequence[str]] = None):
1729
+ """
1730
+ :param Sequence[str] file_paths: The file paths/glob pattern for files.
1731
+ """
1702
1732
  if file_paths is not None:
1703
1733
  pulumi.set(__self__, "file_paths", file_paths)
1704
1734
 
1705
1735
  @property
1706
1736
  @pulumi.getter(name="filePaths")
1707
1737
  def file_paths(self) -> Optional[Sequence[str]]:
1738
+ """
1739
+ The file paths/glob pattern for files.
1740
+ """
1708
1741
  return pulumi.get(self, "file_paths")
1709
1742
 
1710
1743
 
@@ -1740,6 +1773,7 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterInclude(dict):
1740
1773
  repository_name: Optional[str] = None):
1741
1774
  """
1742
1775
  :param str base_ref: The target branch for pull requests; not applicable for push requests.
1776
+ :param Sequence['BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs'] file_filters: Attributes to support include/exclude files for triggering build runs.
1743
1777
  :param str head_ref: Branch for push event; source branch for pull requests.
1744
1778
  :param str repository_name: The repository name for trigger events.
1745
1779
  """
@@ -1763,6 +1797,9 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterInclude(dict):
1763
1797
  @property
1764
1798
  @pulumi.getter(name="fileFilters")
1765
1799
  def file_filters(self) -> Optional[Sequence['outputs.BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter']]:
1800
+ """
1801
+ Attributes to support include/exclude files for triggering build runs.
1802
+ """
1766
1803
  return pulumi.get(self, "file_filters")
1767
1804
 
1768
1805
  @property
@@ -1803,12 +1840,18 @@ class BuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilter(dict):
1803
1840
 
1804
1841
  def __init__(__self__, *,
1805
1842
  file_paths: Optional[Sequence[str]] = None):
1843
+ """
1844
+ :param Sequence[str] file_paths: The file paths/glob pattern for files.
1845
+ """
1806
1846
  if file_paths is not None:
1807
1847
  pulumi.set(__self__, "file_paths", file_paths)
1808
1848
 
1809
1849
  @property
1810
1850
  @pulumi.getter(name="filePaths")
1811
1851
  def file_paths(self) -> Optional[Sequence[str]]:
1852
+ """
1853
+ The file paths/glob pattern for files.
1854
+ """
1812
1855
  return pulumi.get(self, "file_paths")
1813
1856
 
1814
1857
 
@@ -4416,6 +4459,221 @@ class ProjectNotificationConfig(dict):
4416
4459
  return pulumi.get(self, "topic_id")
4417
4460
 
4418
4461
 
4462
+ @pulumi.output_type
4463
+ class ProjectRepositorySettingApprovalRules(dict):
4464
+ def __init__(__self__, *,
4465
+ items: Sequence['outputs.ProjectRepositorySettingApprovalRulesItem']):
4466
+ """
4467
+ :param Sequence['ProjectRepositorySettingApprovalRulesItemArgs'] items: (Updatable) List of approval rules.
4468
+ """
4469
+ pulumi.set(__self__, "items", items)
4470
+
4471
+ @property
4472
+ @pulumi.getter
4473
+ def items(self) -> Sequence['outputs.ProjectRepositorySettingApprovalRulesItem']:
4474
+ """
4475
+ (Updatable) List of approval rules.
4476
+ """
4477
+ return pulumi.get(self, "items")
4478
+
4479
+
4480
+ @pulumi.output_type
4481
+ class ProjectRepositorySettingApprovalRulesItem(dict):
4482
+ @staticmethod
4483
+ def __key_warning(key: str):
4484
+ suggest = None
4485
+ if key == "minApprovalsCount":
4486
+ suggest = "min_approvals_count"
4487
+ elif key == "destinationBranch":
4488
+ suggest = "destination_branch"
4489
+
4490
+ if suggest:
4491
+ pulumi.log.warn(f"Key '{key}' not found in ProjectRepositorySettingApprovalRulesItem. Access the value via the '{suggest}' property getter instead.")
4492
+
4493
+ def __getitem__(self, key: str) -> Any:
4494
+ ProjectRepositorySettingApprovalRulesItem.__key_warning(key)
4495
+ return super().__getitem__(key)
4496
+
4497
+ def get(self, key: str, default = None) -> Any:
4498
+ ProjectRepositorySettingApprovalRulesItem.__key_warning(key)
4499
+ return super().get(key, default)
4500
+
4501
+ def __init__(__self__, *,
4502
+ min_approvals_count: int,
4503
+ name: str,
4504
+ destination_branch: Optional[str] = None,
4505
+ reviewers: Optional[Sequence['outputs.ProjectRepositorySettingApprovalRulesItemReviewer']] = None):
4506
+ """
4507
+ :param int min_approvals_count: (Updatable) Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
4508
+ :param str name: (Updatable) Name which is used to uniquely identify an approval rule.
4509
+ :param str destination_branch: (Updatable) Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
4510
+ :param Sequence['ProjectRepositorySettingApprovalRulesItemReviewerArgs'] reviewers: (Updatable) List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
4511
+ """
4512
+ pulumi.set(__self__, "min_approvals_count", min_approvals_count)
4513
+ pulumi.set(__self__, "name", name)
4514
+ if destination_branch is not None:
4515
+ pulumi.set(__self__, "destination_branch", destination_branch)
4516
+ if reviewers is not None:
4517
+ pulumi.set(__self__, "reviewers", reviewers)
4518
+
4519
+ @property
4520
+ @pulumi.getter(name="minApprovalsCount")
4521
+ def min_approvals_count(self) -> int:
4522
+ """
4523
+ (Updatable) Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
4524
+ """
4525
+ return pulumi.get(self, "min_approvals_count")
4526
+
4527
+ @property
4528
+ @pulumi.getter
4529
+ def name(self) -> str:
4530
+ """
4531
+ (Updatable) Name which is used to uniquely identify an approval rule.
4532
+ """
4533
+ return pulumi.get(self, "name")
4534
+
4535
+ @property
4536
+ @pulumi.getter(name="destinationBranch")
4537
+ def destination_branch(self) -> Optional[str]:
4538
+ """
4539
+ (Updatable) Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
4540
+ """
4541
+ return pulumi.get(self, "destination_branch")
4542
+
4543
+ @property
4544
+ @pulumi.getter
4545
+ def reviewers(self) -> Optional[Sequence['outputs.ProjectRepositorySettingApprovalRulesItemReviewer']]:
4546
+ """
4547
+ (Updatable) List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
4548
+ """
4549
+ return pulumi.get(self, "reviewers")
4550
+
4551
+
4552
+ @pulumi.output_type
4553
+ class ProjectRepositorySettingApprovalRulesItemReviewer(dict):
4554
+ @staticmethod
4555
+ def __key_warning(key: str):
4556
+ suggest = None
4557
+ if key == "principalId":
4558
+ suggest = "principal_id"
4559
+ elif key == "principalName":
4560
+ suggest = "principal_name"
4561
+ elif key == "principalState":
4562
+ suggest = "principal_state"
4563
+ elif key == "principalType":
4564
+ suggest = "principal_type"
4565
+
4566
+ if suggest:
4567
+ pulumi.log.warn(f"Key '{key}' not found in ProjectRepositorySettingApprovalRulesItemReviewer. Access the value via the '{suggest}' property getter instead.")
4568
+
4569
+ def __getitem__(self, key: str) -> Any:
4570
+ ProjectRepositorySettingApprovalRulesItemReviewer.__key_warning(key)
4571
+ return super().__getitem__(key)
4572
+
4573
+ def get(self, key: str, default = None) -> Any:
4574
+ ProjectRepositorySettingApprovalRulesItemReviewer.__key_warning(key)
4575
+ return super().get(key, default)
4576
+
4577
+ def __init__(__self__, *,
4578
+ principal_id: str,
4579
+ principal_name: Optional[str] = None,
4580
+ principal_state: Optional[str] = None,
4581
+ principal_type: Optional[str] = None):
4582
+ """
4583
+ :param str principal_id: (Updatable) Pull Request reviewer id
4584
+ :param str principal_name: the name of the principal
4585
+ :param str principal_state: The state of the principal, it can be active or inactive or suppressed for emails
4586
+ :param str principal_type: the type of principal
4587
+ """
4588
+ pulumi.set(__self__, "principal_id", principal_id)
4589
+ if principal_name is not None:
4590
+ pulumi.set(__self__, "principal_name", principal_name)
4591
+ if principal_state is not None:
4592
+ pulumi.set(__self__, "principal_state", principal_state)
4593
+ if principal_type is not None:
4594
+ pulumi.set(__self__, "principal_type", principal_type)
4595
+
4596
+ @property
4597
+ @pulumi.getter(name="principalId")
4598
+ def principal_id(self) -> str:
4599
+ """
4600
+ (Updatable) Pull Request reviewer id
4601
+ """
4602
+ return pulumi.get(self, "principal_id")
4603
+
4604
+ @property
4605
+ @pulumi.getter(name="principalName")
4606
+ def principal_name(self) -> Optional[str]:
4607
+ """
4608
+ the name of the principal
4609
+ """
4610
+ return pulumi.get(self, "principal_name")
4611
+
4612
+ @property
4613
+ @pulumi.getter(name="principalState")
4614
+ def principal_state(self) -> Optional[str]:
4615
+ """
4616
+ The state of the principal, it can be active or inactive or suppressed for emails
4617
+ """
4618
+ return pulumi.get(self, "principal_state")
4619
+
4620
+ @property
4621
+ @pulumi.getter(name="principalType")
4622
+ def principal_type(self) -> Optional[str]:
4623
+ """
4624
+ the type of principal
4625
+ """
4626
+ return pulumi.get(self, "principal_type")
4627
+
4628
+
4629
+ @pulumi.output_type
4630
+ class ProjectRepositorySettingMergeSettings(dict):
4631
+ @staticmethod
4632
+ def __key_warning(key: str):
4633
+ suggest = None
4634
+ if key == "allowedMergeStrategies":
4635
+ suggest = "allowed_merge_strategies"
4636
+ elif key == "defaultMergeStrategy":
4637
+ suggest = "default_merge_strategy"
4638
+
4639
+ if suggest:
4640
+ pulumi.log.warn(f"Key '{key}' not found in ProjectRepositorySettingMergeSettings. Access the value via the '{suggest}' property getter instead.")
4641
+
4642
+ def __getitem__(self, key: str) -> Any:
4643
+ ProjectRepositorySettingMergeSettings.__key_warning(key)
4644
+ return super().__getitem__(key)
4645
+
4646
+ def get(self, key: str, default = None) -> Any:
4647
+ ProjectRepositorySettingMergeSettings.__key_warning(key)
4648
+ return super().get(key, default)
4649
+
4650
+ def __init__(__self__, *,
4651
+ allowed_merge_strategies: Sequence[str],
4652
+ default_merge_strategy: str):
4653
+ """
4654
+ :param Sequence[str] allowed_merge_strategies: (Updatable) List of merge strategies which are allowed for a Project or Repository.
4655
+ :param str default_merge_strategy: (Updatable) Default type of merge strategy associated with the a Project or Repository.
4656
+ """
4657
+ pulumi.set(__self__, "allowed_merge_strategies", allowed_merge_strategies)
4658
+ pulumi.set(__self__, "default_merge_strategy", default_merge_strategy)
4659
+
4660
+ @property
4661
+ @pulumi.getter(name="allowedMergeStrategies")
4662
+ def allowed_merge_strategies(self) -> Sequence[str]:
4663
+ """
4664
+ (Updatable) List of merge strategies which are allowed for a Project or Repository.
4665
+ """
4666
+ return pulumi.get(self, "allowed_merge_strategies")
4667
+
4668
+ @property
4669
+ @pulumi.getter(name="defaultMergeStrategy")
4670
+ def default_merge_strategy(self) -> str:
4671
+ """
4672
+ (Updatable) Default type of merge strategy associated with the a Project or Repository.
4673
+ """
4674
+ return pulumi.get(self, "default_merge_strategy")
4675
+
4676
+
4419
4677
  @pulumi.output_type
4420
4678
  class RepositoryMirrorRepositoryConfig(dict):
4421
4679
  @staticmethod
@@ -4444,7 +4702,7 @@ class RepositoryMirrorRepositoryConfig(dict):
4444
4702
  repository_url: Optional[str] = None,
4445
4703
  trigger_schedule: Optional['outputs.RepositoryMirrorRepositoryConfigTriggerSchedule'] = None):
4446
4704
  """
4447
- :param str connector_id: (Updatable) Upstream git repository connection identifer.
4705
+ :param str connector_id: (Updatable) Upstream git repository connection identifier.
4448
4706
  :param str repository_url: (Updatable) URL of external repository you want to mirror.
4449
4707
  :param 'RepositoryMirrorRepositoryConfigTriggerScheduleArgs' trigger_schedule: (Updatable) Specifies a trigger schedule. Timing information for when to initiate automated syncs.
4450
4708
  """
@@ -4459,7 +4717,7 @@ class RepositoryMirrorRepositoryConfig(dict):
4459
4717
  @pulumi.getter(name="connectorId")
4460
4718
  def connector_id(self) -> Optional[str]:
4461
4719
  """
4462
- (Updatable) Upstream git repository connection identifer.
4720
+ (Updatable) Upstream git repository connection identifier.
4463
4721
  """
4464
4722
  return pulumi.get(self, "connector_id")
4465
4723
 
@@ -4530,241 +4788,495 @@ class RepositoryMirrorRepositoryConfigTriggerSchedule(dict):
4530
4788
 
4531
4789
 
4532
4790
  @pulumi.output_type
4533
- class TriggerAction(dict):
4791
+ class RepositorySettingApprovalRules(dict):
4792
+ def __init__(__self__, *,
4793
+ items: Sequence['outputs.RepositorySettingApprovalRulesItem']):
4794
+ """
4795
+ :param Sequence['RepositorySettingApprovalRulesItemArgs'] items: (Updatable) List of approval rules.
4796
+ """
4797
+ pulumi.set(__self__, "items", items)
4798
+
4799
+ @property
4800
+ @pulumi.getter
4801
+ def items(self) -> Sequence['outputs.RepositorySettingApprovalRulesItem']:
4802
+ """
4803
+ (Updatable) List of approval rules.
4804
+ """
4805
+ return pulumi.get(self, "items")
4806
+
4807
+
4808
+ @pulumi.output_type
4809
+ class RepositorySettingApprovalRulesItem(dict):
4534
4810
  @staticmethod
4535
4811
  def __key_warning(key: str):
4536
4812
  suggest = None
4537
- if key == "buildPipelineId":
4538
- suggest = "build_pipeline_id"
4813
+ if key == "minApprovalsCount":
4814
+ suggest = "min_approvals_count"
4815
+ elif key == "destinationBranch":
4816
+ suggest = "destination_branch"
4539
4817
 
4540
4818
  if suggest:
4541
- pulumi.log.warn(f"Key '{key}' not found in TriggerAction. Access the value via the '{suggest}' property getter instead.")
4819
+ pulumi.log.warn(f"Key '{key}' not found in RepositorySettingApprovalRulesItem. Access the value via the '{suggest}' property getter instead.")
4542
4820
 
4543
4821
  def __getitem__(self, key: str) -> Any:
4544
- TriggerAction.__key_warning(key)
4822
+ RepositorySettingApprovalRulesItem.__key_warning(key)
4545
4823
  return super().__getitem__(key)
4546
4824
 
4547
4825
  def get(self, key: str, default = None) -> Any:
4548
- TriggerAction.__key_warning(key)
4826
+ RepositorySettingApprovalRulesItem.__key_warning(key)
4549
4827
  return super().get(key, default)
4550
4828
 
4551
4829
  def __init__(__self__, *,
4552
- build_pipeline_id: str,
4553
- type: str,
4554
- filter: Optional['outputs.TriggerActionFilter'] = None):
4830
+ min_approvals_count: int,
4831
+ name: str,
4832
+ destination_branch: Optional[str] = None,
4833
+ reviewers: Optional[Sequence['outputs.RepositorySettingApprovalRulesItemReviewer']] = None):
4555
4834
  """
4556
- :param str build_pipeline_id: (Updatable) The OCID of the build pipeline to be triggered.
4557
- :param str type: (Updatable) The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
4558
- :param 'TriggerActionFilterArgs' filter: (Updatable) The filters for the trigger.
4835
+ :param int min_approvals_count: (Updatable) Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
4836
+ :param str name: (Updatable) Name which is used to uniquely identify an approval rule.
4837
+ :param str destination_branch: (Updatable) Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
4838
+ :param Sequence['RepositorySettingApprovalRulesItemReviewerArgs'] reviewers: (Updatable) List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
4559
4839
  """
4560
- pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
4561
- pulumi.set(__self__, "type", type)
4562
- if filter is not None:
4563
- pulumi.set(__self__, "filter", filter)
4840
+ pulumi.set(__self__, "min_approvals_count", min_approvals_count)
4841
+ pulumi.set(__self__, "name", name)
4842
+ if destination_branch is not None:
4843
+ pulumi.set(__self__, "destination_branch", destination_branch)
4844
+ if reviewers is not None:
4845
+ pulumi.set(__self__, "reviewers", reviewers)
4564
4846
 
4565
4847
  @property
4566
- @pulumi.getter(name="buildPipelineId")
4567
- def build_pipeline_id(self) -> str:
4848
+ @pulumi.getter(name="minApprovalsCount")
4849
+ def min_approvals_count(self) -> int:
4568
4850
  """
4569
- (Updatable) The OCID of the build pipeline to be triggered.
4851
+ (Updatable) Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
4570
4852
  """
4571
- return pulumi.get(self, "build_pipeline_id")
4853
+ return pulumi.get(self, "min_approvals_count")
4572
4854
 
4573
4855
  @property
4574
4856
  @pulumi.getter
4575
- def type(self) -> str:
4857
+ def name(self) -> str:
4576
4858
  """
4577
- (Updatable) The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
4859
+ (Updatable) Name which is used to uniquely identify an approval rule.
4578
4860
  """
4579
- return pulumi.get(self, "type")
4861
+ return pulumi.get(self, "name")
4862
+
4863
+ @property
4864
+ @pulumi.getter(name="destinationBranch")
4865
+ def destination_branch(self) -> Optional[str]:
4866
+ """
4867
+ (Updatable) Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
4868
+ """
4869
+ return pulumi.get(self, "destination_branch")
4580
4870
 
4581
4871
  @property
4582
4872
  @pulumi.getter
4583
- def filter(self) -> Optional['outputs.TriggerActionFilter']:
4873
+ def reviewers(self) -> Optional[Sequence['outputs.RepositorySettingApprovalRulesItemReviewer']]:
4584
4874
  """
4585
- (Updatable) The filters for the trigger.
4875
+ (Updatable) List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
4586
4876
  """
4587
- return pulumi.get(self, "filter")
4877
+ return pulumi.get(self, "reviewers")
4588
4878
 
4589
4879
 
4590
4880
  @pulumi.output_type
4591
- class TriggerActionFilter(dict):
4881
+ class RepositorySettingApprovalRulesItemReviewer(dict):
4592
4882
  @staticmethod
4593
4883
  def __key_warning(key: str):
4594
4884
  suggest = None
4595
- if key == "triggerSource":
4596
- suggest = "trigger_source"
4885
+ if key == "principalId":
4886
+ suggest = "principal_id"
4887
+ elif key == "principalName":
4888
+ suggest = "principal_name"
4889
+ elif key == "principalState":
4890
+ suggest = "principal_state"
4891
+ elif key == "principalType":
4892
+ suggest = "principal_type"
4597
4893
 
4598
4894
  if suggest:
4599
- pulumi.log.warn(f"Key '{key}' not found in TriggerActionFilter. Access the value via the '{suggest}' property getter instead.")
4895
+ pulumi.log.warn(f"Key '{key}' not found in RepositorySettingApprovalRulesItemReviewer. Access the value via the '{suggest}' property getter instead.")
4600
4896
 
4601
4897
  def __getitem__(self, key: str) -> Any:
4602
- TriggerActionFilter.__key_warning(key)
4898
+ RepositorySettingApprovalRulesItemReviewer.__key_warning(key)
4603
4899
  return super().__getitem__(key)
4604
4900
 
4605
4901
  def get(self, key: str, default = None) -> Any:
4606
- TriggerActionFilter.__key_warning(key)
4902
+ RepositorySettingApprovalRulesItemReviewer.__key_warning(key)
4607
4903
  return super().get(key, default)
4608
4904
 
4609
4905
  def __init__(__self__, *,
4610
- trigger_source: str,
4611
- events: Optional[Sequence[str]] = None,
4612
- exclude: Optional['outputs.TriggerActionFilterExclude'] = None,
4613
- include: Optional['outputs.TriggerActionFilterInclude'] = None):
4906
+ principal_id: str,
4907
+ principal_name: Optional[str] = None,
4908
+ principal_state: Optional[str] = None,
4909
+ principal_type: Optional[str] = None):
4614
4910
  """
4615
- :param str trigger_source: (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
4616
- :param Sequence[str] events: (Updatable) The events, for example, PUSH, PULL_REQUEST_MERGE.
4617
- :param 'TriggerActionFilterExcludeArgs' exclude: (Updatable) Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
4618
- :param 'TriggerActionFilterIncludeArgs' include: (Updatable) Attributes to filter GitLab self-hosted server events.
4911
+ :param str principal_id: (Updatable) Pull Request reviewer id
4912
+ :param str principal_name: the name of the principal
4913
+ :param str principal_state: The state of the principal, it can be active or inactive or suppressed for emails
4914
+ :param str principal_type: the type of principal
4619
4915
  """
4620
- pulumi.set(__self__, "trigger_source", trigger_source)
4621
- if events is not None:
4622
- pulumi.set(__self__, "events", events)
4623
- if exclude is not None:
4624
- pulumi.set(__self__, "exclude", exclude)
4625
- if include is not None:
4626
- pulumi.set(__self__, "include", include)
4916
+ pulumi.set(__self__, "principal_id", principal_id)
4917
+ if principal_name is not None:
4918
+ pulumi.set(__self__, "principal_name", principal_name)
4919
+ if principal_state is not None:
4920
+ pulumi.set(__self__, "principal_state", principal_state)
4921
+ if principal_type is not None:
4922
+ pulumi.set(__self__, "principal_type", principal_type)
4627
4923
 
4628
4924
  @property
4629
- @pulumi.getter(name="triggerSource")
4630
- def trigger_source(self) -> str:
4925
+ @pulumi.getter(name="principalId")
4926
+ def principal_id(self) -> str:
4631
4927
  """
4632
- (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
4928
+ (Updatable) Pull Request reviewer id
4633
4929
  """
4634
- return pulumi.get(self, "trigger_source")
4930
+ return pulumi.get(self, "principal_id")
4635
4931
 
4636
4932
  @property
4637
- @pulumi.getter
4638
- def events(self) -> Optional[Sequence[str]]:
4933
+ @pulumi.getter(name="principalName")
4934
+ def principal_name(self) -> Optional[str]:
4639
4935
  """
4640
- (Updatable) The events, for example, PUSH, PULL_REQUEST_MERGE.
4936
+ the name of the principal
4641
4937
  """
4642
- return pulumi.get(self, "events")
4938
+ return pulumi.get(self, "principal_name")
4643
4939
 
4644
4940
  @property
4645
- @pulumi.getter
4646
- def exclude(self) -> Optional['outputs.TriggerActionFilterExclude']:
4941
+ @pulumi.getter(name="principalState")
4942
+ def principal_state(self) -> Optional[str]:
4647
4943
  """
4648
- (Updatable) Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
4944
+ The state of the principal, it can be active or inactive or suppressed for emails
4649
4945
  """
4650
- return pulumi.get(self, "exclude")
4946
+ return pulumi.get(self, "principal_state")
4651
4947
 
4652
4948
  @property
4653
- @pulumi.getter
4654
- def include(self) -> Optional['outputs.TriggerActionFilterInclude']:
4949
+ @pulumi.getter(name="principalType")
4950
+ def principal_type(self) -> Optional[str]:
4655
4951
  """
4656
- (Updatable) Attributes to filter GitLab self-hosted server events.
4952
+ the type of principal
4657
4953
  """
4658
- return pulumi.get(self, "include")
4954
+ return pulumi.get(self, "principal_type")
4659
4955
 
4660
4956
 
4661
4957
  @pulumi.output_type
4662
- class TriggerActionFilterExclude(dict):
4958
+ class RepositorySettingMergeChecks(dict):
4663
4959
  @staticmethod
4664
4960
  def __key_warning(key: str):
4665
4961
  suggest = None
4666
- if key == "fileFilter":
4667
- suggest = "file_filter"
4962
+ if key == "lastBuildSucceeded":
4963
+ suggest = "last_build_succeeded"
4668
4964
 
4669
4965
  if suggest:
4670
- pulumi.log.warn(f"Key '{key}' not found in TriggerActionFilterExclude. Access the value via the '{suggest}' property getter instead.")
4966
+ pulumi.log.warn(f"Key '{key}' not found in RepositorySettingMergeChecks. Access the value via the '{suggest}' property getter instead.")
4671
4967
 
4672
4968
  def __getitem__(self, key: str) -> Any:
4673
- TriggerActionFilterExclude.__key_warning(key)
4969
+ RepositorySettingMergeChecks.__key_warning(key)
4674
4970
  return super().__getitem__(key)
4675
4971
 
4676
4972
  def get(self, key: str, default = None) -> Any:
4677
- TriggerActionFilterExclude.__key_warning(key)
4973
+ RepositorySettingMergeChecks.__key_warning(key)
4678
4974
  return super().get(key, default)
4679
4975
 
4680
4976
  def __init__(__self__, *,
4681
- file_filter: Optional['outputs.TriggerActionFilterExcludeFileFilter'] = None):
4977
+ last_build_succeeded: str):
4682
4978
  """
4683
- :param 'TriggerActionFilterExcludeFileFilterArgs' file_filter: (Updatable) Attributes to support include/exclude files for triggering build runs.
4979
+ :param str last_build_succeeded: (Updatable) Indicates whether or not a pull request must have a successful build run and no queued builds before it can be merged
4684
4980
  """
4685
- if file_filter is not None:
4686
- pulumi.set(__self__, "file_filter", file_filter)
4981
+ pulumi.set(__self__, "last_build_succeeded", last_build_succeeded)
4687
4982
 
4688
4983
  @property
4689
- @pulumi.getter(name="fileFilter")
4690
- def file_filter(self) -> Optional['outputs.TriggerActionFilterExcludeFileFilter']:
4984
+ @pulumi.getter(name="lastBuildSucceeded")
4985
+ def last_build_succeeded(self) -> str:
4691
4986
  """
4692
- (Updatable) Attributes to support include/exclude files for triggering build runs.
4987
+ (Updatable) Indicates whether or not a pull request must have a successful build run and no queued builds before it can be merged
4693
4988
  """
4694
- return pulumi.get(self, "file_filter")
4989
+ return pulumi.get(self, "last_build_succeeded")
4695
4990
 
4696
4991
 
4697
4992
  @pulumi.output_type
4698
- class TriggerActionFilterExcludeFileFilter(dict):
4993
+ class RepositorySettingMergeSettings(dict):
4699
4994
  @staticmethod
4700
4995
  def __key_warning(key: str):
4701
4996
  suggest = None
4702
- if key == "filePaths":
4703
- suggest = "file_paths"
4997
+ if key == "allowedMergeStrategies":
4998
+ suggest = "allowed_merge_strategies"
4999
+ elif key == "defaultMergeStrategy":
5000
+ suggest = "default_merge_strategy"
4704
5001
 
4705
5002
  if suggest:
4706
- pulumi.log.warn(f"Key '{key}' not found in TriggerActionFilterExcludeFileFilter. Access the value via the '{suggest}' property getter instead.")
5003
+ pulumi.log.warn(f"Key '{key}' not found in RepositorySettingMergeSettings. Access the value via the '{suggest}' property getter instead.")
4707
5004
 
4708
5005
  def __getitem__(self, key: str) -> Any:
4709
- TriggerActionFilterExcludeFileFilter.__key_warning(key)
5006
+ RepositorySettingMergeSettings.__key_warning(key)
4710
5007
  return super().__getitem__(key)
4711
5008
 
4712
5009
  def get(self, key: str, default = None) -> Any:
4713
- TriggerActionFilterExcludeFileFilter.__key_warning(key)
5010
+ RepositorySettingMergeSettings.__key_warning(key)
4714
5011
  return super().get(key, default)
4715
5012
 
4716
5013
  def __init__(__self__, *,
4717
- file_paths: Optional[Sequence[str]] = None):
5014
+ allowed_merge_strategies: Sequence[str],
5015
+ default_merge_strategy: str):
4718
5016
  """
4719
- :param Sequence[str] file_paths: (Updatable) The file paths/glob pattern for files.
5017
+ :param Sequence[str] allowed_merge_strategies: (Updatable) List of merge strategies which are allowed for a Project or Repository.
5018
+ :param str default_merge_strategy: (Updatable) Default type of merge strategy associated with the a Project or Repository.
4720
5019
  """
4721
- if file_paths is not None:
4722
- pulumi.set(__self__, "file_paths", file_paths)
5020
+ pulumi.set(__self__, "allowed_merge_strategies", allowed_merge_strategies)
5021
+ pulumi.set(__self__, "default_merge_strategy", default_merge_strategy)
4723
5022
 
4724
5023
  @property
4725
- @pulumi.getter(name="filePaths")
4726
- def file_paths(self) -> Optional[Sequence[str]]:
5024
+ @pulumi.getter(name="allowedMergeStrategies")
5025
+ def allowed_merge_strategies(self) -> Sequence[str]:
4727
5026
  """
4728
- (Updatable) The file paths/glob pattern for files.
5027
+ (Updatable) List of merge strategies which are allowed for a Project or Repository.
4729
5028
  """
4730
- return pulumi.get(self, "file_paths")
5029
+ return pulumi.get(self, "allowed_merge_strategies")
5030
+
5031
+ @property
5032
+ @pulumi.getter(name="defaultMergeStrategy")
5033
+ def default_merge_strategy(self) -> str:
5034
+ """
5035
+ (Updatable) Default type of merge strategy associated with the a Project or Repository.
5036
+ """
5037
+ return pulumi.get(self, "default_merge_strategy")
4731
5038
 
4732
5039
 
4733
5040
  @pulumi.output_type
4734
- class TriggerActionFilterInclude(dict):
5041
+ class TriggerAction(dict):
4735
5042
  @staticmethod
4736
5043
  def __key_warning(key: str):
4737
5044
  suggest = None
4738
- if key == "baseRef":
4739
- suggest = "base_ref"
4740
- elif key == "fileFilter":
4741
- suggest = "file_filter"
4742
- elif key == "headRef":
4743
- suggest = "head_ref"
4744
- elif key == "repositoryName":
4745
- suggest = "repository_name"
5045
+ if key == "buildPipelineId":
5046
+ suggest = "build_pipeline_id"
4746
5047
 
4747
5048
  if suggest:
4748
- pulumi.log.warn(f"Key '{key}' not found in TriggerActionFilterInclude. Access the value via the '{suggest}' property getter instead.")
5049
+ pulumi.log.warn(f"Key '{key}' not found in TriggerAction. Access the value via the '{suggest}' property getter instead.")
4749
5050
 
4750
5051
  def __getitem__(self, key: str) -> Any:
4751
- TriggerActionFilterInclude.__key_warning(key)
5052
+ TriggerAction.__key_warning(key)
4752
5053
  return super().__getitem__(key)
4753
5054
 
4754
5055
  def get(self, key: str, default = None) -> Any:
4755
- TriggerActionFilterInclude.__key_warning(key)
5056
+ TriggerAction.__key_warning(key)
4756
5057
  return super().get(key, default)
4757
5058
 
4758
5059
  def __init__(__self__, *,
4759
- base_ref: Optional[str] = None,
4760
- file_filter: Optional['outputs.TriggerActionFilterIncludeFileFilter'] = None,
4761
- head_ref: Optional[str] = None,
5060
+ build_pipeline_id: str,
5061
+ type: str,
5062
+ filter: Optional['outputs.TriggerActionFilter'] = None):
5063
+ """
5064
+ :param str build_pipeline_id: (Updatable) The OCID of the build pipeline to be triggered.
5065
+ :param str type: (Updatable) The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
5066
+ """
5067
+ pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
5068
+ pulumi.set(__self__, "type", type)
5069
+ if filter is not None:
5070
+ pulumi.set(__self__, "filter", filter)
5071
+
5072
+ @property
5073
+ @pulumi.getter(name="buildPipelineId")
5074
+ def build_pipeline_id(self) -> str:
5075
+ """
5076
+ (Updatable) The OCID of the build pipeline to be triggered.
5077
+ """
5078
+ return pulumi.get(self, "build_pipeline_id")
5079
+
5080
+ @property
5081
+ @pulumi.getter
5082
+ def type(self) -> str:
5083
+ """
5084
+ (Updatable) The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
5085
+ """
5086
+ return pulumi.get(self, "type")
5087
+
5088
+ @property
5089
+ @pulumi.getter
5090
+ def filter(self) -> Optional['outputs.TriggerActionFilter']:
5091
+ return pulumi.get(self, "filter")
5092
+
5093
+
5094
+ @pulumi.output_type
5095
+ class TriggerActionFilter(dict):
5096
+ @staticmethod
5097
+ def __key_warning(key: str):
5098
+ suggest = None
5099
+ if key == "triggerSource":
5100
+ suggest = "trigger_source"
5101
+
5102
+ if suggest:
5103
+ pulumi.log.warn(f"Key '{key}' not found in TriggerActionFilter. Access the value via the '{suggest}' property getter instead.")
5104
+
5105
+ def __getitem__(self, key: str) -> Any:
5106
+ TriggerActionFilter.__key_warning(key)
5107
+ return super().__getitem__(key)
5108
+
5109
+ def get(self, key: str, default = None) -> Any:
5110
+ TriggerActionFilter.__key_warning(key)
5111
+ return super().get(key, default)
5112
+
5113
+ def __init__(__self__, *,
5114
+ trigger_source: str,
5115
+ events: Optional[Sequence[str]] = None,
5116
+ exclude: Optional['outputs.TriggerActionFilterExclude'] = None,
5117
+ include: Optional['outputs.TriggerActionFilterInclude'] = None):
5118
+ """
5119
+ :param str trigger_source: (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
5120
+
5121
+
5122
+ ** IMPORTANT **
5123
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5124
+ :param Sequence[str] events: The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
5125
+ :param 'TriggerActionFilterExcludeArgs' exclude: Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
5126
+ :param 'TriggerActionFilterIncludeArgs' include: Attributes to filter GitLab self-hosted server events.
5127
+ """
5128
+ pulumi.set(__self__, "trigger_source", trigger_source)
5129
+ if events is not None:
5130
+ pulumi.set(__self__, "events", events)
5131
+ if exclude is not None:
5132
+ pulumi.set(__self__, "exclude", exclude)
5133
+ if include is not None:
5134
+ pulumi.set(__self__, "include", include)
5135
+
5136
+ @property
5137
+ @pulumi.getter(name="triggerSource")
5138
+ def trigger_source(self) -> str:
5139
+ """
5140
+ (Updatable) Source of the trigger. Allowed values are, GITHUB, GITLAB, BITBUCKET_CLOUD, VBS and DEVOPS_CODE_REPOSITORY.
5141
+
5142
+
5143
+ ** IMPORTANT **
5144
+ Any change to a property that does not support update will force the destruction and recreation of the resource with the new property values
5145
+ """
5146
+ return pulumi.get(self, "trigger_source")
5147
+
5148
+ @property
5149
+ @pulumi.getter
5150
+ def events(self) -> Optional[Sequence[str]]:
5151
+ """
5152
+ The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
5153
+ """
5154
+ return pulumi.get(self, "events")
5155
+
5156
+ @property
5157
+ @pulumi.getter
5158
+ def exclude(self) -> Optional['outputs.TriggerActionFilterExclude']:
5159
+ """
5160
+ Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
5161
+ """
5162
+ return pulumi.get(self, "exclude")
5163
+
5164
+ @property
5165
+ @pulumi.getter
5166
+ def include(self) -> Optional['outputs.TriggerActionFilterInclude']:
5167
+ """
5168
+ Attributes to filter GitLab self-hosted server events.
5169
+ """
5170
+ return pulumi.get(self, "include")
5171
+
5172
+
5173
+ @pulumi.output_type
5174
+ class TriggerActionFilterExclude(dict):
5175
+ @staticmethod
5176
+ def __key_warning(key: str):
5177
+ suggest = None
5178
+ if key == "fileFilter":
5179
+ suggest = "file_filter"
5180
+
5181
+ if suggest:
5182
+ pulumi.log.warn(f"Key '{key}' not found in TriggerActionFilterExclude. Access the value via the '{suggest}' property getter instead.")
5183
+
5184
+ def __getitem__(self, key: str) -> Any:
5185
+ TriggerActionFilterExclude.__key_warning(key)
5186
+ return super().__getitem__(key)
5187
+
5188
+ def get(self, key: str, default = None) -> Any:
5189
+ TriggerActionFilterExclude.__key_warning(key)
5190
+ return super().get(key, default)
5191
+
5192
+ def __init__(__self__, *,
5193
+ file_filter: Optional['outputs.TriggerActionFilterExcludeFileFilter'] = None):
5194
+ """
5195
+ :param 'TriggerActionFilterExcludeFileFilterArgs' file_filter: Attributes to support include/exclude files for triggering build runs.
5196
+ """
5197
+ if file_filter is not None:
5198
+ pulumi.set(__self__, "file_filter", file_filter)
5199
+
5200
+ @property
5201
+ @pulumi.getter(name="fileFilter")
5202
+ def file_filter(self) -> Optional['outputs.TriggerActionFilterExcludeFileFilter']:
5203
+ """
5204
+ Attributes to support include/exclude files for triggering build runs.
5205
+ """
5206
+ return pulumi.get(self, "file_filter")
5207
+
5208
+
5209
+ @pulumi.output_type
5210
+ class TriggerActionFilterExcludeFileFilter(dict):
5211
+ @staticmethod
5212
+ def __key_warning(key: str):
5213
+ suggest = None
5214
+ if key == "filePaths":
5215
+ suggest = "file_paths"
5216
+
5217
+ if suggest:
5218
+ pulumi.log.warn(f"Key '{key}' not found in TriggerActionFilterExcludeFileFilter. Access the value via the '{suggest}' property getter instead.")
5219
+
5220
+ def __getitem__(self, key: str) -> Any:
5221
+ TriggerActionFilterExcludeFileFilter.__key_warning(key)
5222
+ return super().__getitem__(key)
5223
+
5224
+ def get(self, key: str, default = None) -> Any:
5225
+ TriggerActionFilterExcludeFileFilter.__key_warning(key)
5226
+ return super().get(key, default)
5227
+
5228
+ def __init__(__self__, *,
5229
+ file_paths: Optional[Sequence[str]] = None):
5230
+ """
5231
+ :param Sequence[str] file_paths: The file paths/glob pattern for files.
5232
+ """
5233
+ if file_paths is not None:
5234
+ pulumi.set(__self__, "file_paths", file_paths)
5235
+
5236
+ @property
5237
+ @pulumi.getter(name="filePaths")
5238
+ def file_paths(self) -> Optional[Sequence[str]]:
5239
+ """
5240
+ The file paths/glob pattern for files.
5241
+ """
5242
+ return pulumi.get(self, "file_paths")
5243
+
5244
+
5245
+ @pulumi.output_type
5246
+ class TriggerActionFilterInclude(dict):
5247
+ @staticmethod
5248
+ def __key_warning(key: str):
5249
+ suggest = None
5250
+ if key == "baseRef":
5251
+ suggest = "base_ref"
5252
+ elif key == "fileFilter":
5253
+ suggest = "file_filter"
5254
+ elif key == "headRef":
5255
+ suggest = "head_ref"
5256
+ elif key == "repositoryName":
5257
+ suggest = "repository_name"
5258
+
5259
+ if suggest:
5260
+ pulumi.log.warn(f"Key '{key}' not found in TriggerActionFilterInclude. Access the value via the '{suggest}' property getter instead.")
5261
+
5262
+ def __getitem__(self, key: str) -> Any:
5263
+ TriggerActionFilterInclude.__key_warning(key)
5264
+ return super().__getitem__(key)
5265
+
5266
+ def get(self, key: str, default = None) -> Any:
5267
+ TriggerActionFilterInclude.__key_warning(key)
5268
+ return super().get(key, default)
5269
+
5270
+ def __init__(__self__, *,
5271
+ base_ref: Optional[str] = None,
5272
+ file_filter: Optional['outputs.TriggerActionFilterIncludeFileFilter'] = None,
5273
+ head_ref: Optional[str] = None,
4762
5274
  repository_name: Optional[str] = None):
4763
5275
  """
4764
- :param str base_ref: (Updatable) The target branch for pull requests; not applicable for push requests.
4765
- :param 'TriggerActionFilterIncludeFileFilterArgs' file_filter: (Updatable) Attributes to support include/exclude files for triggering build runs.
4766
- :param str head_ref: (Updatable) Branch for push event; source branch for pull requests.
4767
- :param str repository_name: (Updatable) The repository name for trigger events.
5276
+ :param str base_ref: The target branch for pull requests; not applicable for push requests.
5277
+ :param 'TriggerActionFilterIncludeFileFilterArgs' file_filter: Attributes to support include/exclude files for triggering build runs.
5278
+ :param str head_ref: Branch for push event; source branch for pull requests.
5279
+ :param str repository_name: The repository name for trigger events.
4768
5280
  """
4769
5281
  if base_ref is not None:
4770
5282
  pulumi.set(__self__, "base_ref", base_ref)
@@ -4779,7 +5291,7 @@ class TriggerActionFilterInclude(dict):
4779
5291
  @pulumi.getter(name="baseRef")
4780
5292
  def base_ref(self) -> Optional[str]:
4781
5293
  """
4782
- (Updatable) The target branch for pull requests; not applicable for push requests.
5294
+ The target branch for pull requests; not applicable for push requests.
4783
5295
  """
4784
5296
  return pulumi.get(self, "base_ref")
4785
5297
 
@@ -4787,7 +5299,7 @@ class TriggerActionFilterInclude(dict):
4787
5299
  @pulumi.getter(name="fileFilter")
4788
5300
  def file_filter(self) -> Optional['outputs.TriggerActionFilterIncludeFileFilter']:
4789
5301
  """
4790
- (Updatable) Attributes to support include/exclude files for triggering build runs.
5302
+ Attributes to support include/exclude files for triggering build runs.
4791
5303
  """
4792
5304
  return pulumi.get(self, "file_filter")
4793
5305
 
@@ -4795,7 +5307,7 @@ class TriggerActionFilterInclude(dict):
4795
5307
  @pulumi.getter(name="headRef")
4796
5308
  def head_ref(self) -> Optional[str]:
4797
5309
  """
4798
- (Updatable) Branch for push event; source branch for pull requests.
5310
+ Branch for push event; source branch for pull requests.
4799
5311
  """
4800
5312
  return pulumi.get(self, "head_ref")
4801
5313
 
@@ -4803,7 +5315,7 @@ class TriggerActionFilterInclude(dict):
4803
5315
  @pulumi.getter(name="repositoryName")
4804
5316
  def repository_name(self) -> Optional[str]:
4805
5317
  """
4806
- (Updatable) The repository name for trigger events.
5318
+ The repository name for trigger events.
4807
5319
  """
4808
5320
  return pulumi.get(self, "repository_name")
4809
5321
 
@@ -4830,7 +5342,7 @@ class TriggerActionFilterIncludeFileFilter(dict):
4830
5342
  def __init__(__self__, *,
4831
5343
  file_paths: Optional[Sequence[str]] = None):
4832
5344
  """
4833
- :param Sequence[str] file_paths: (Updatable) The file paths/glob pattern for files.
5345
+ :param Sequence[str] file_paths: The file paths/glob pattern for files.
4834
5346
  """
4835
5347
  if file_paths is not None:
4836
5348
  pulumi.set(__self__, "file_paths", file_paths)
@@ -4839,7 +5351,7 @@ class TriggerActionFilterIncludeFileFilter(dict):
4839
5351
  @pulumi.getter(name="filePaths")
4840
5352
  def file_paths(self) -> Optional[Sequence[str]]:
4841
5353
  """
4842
- (Updatable) The file paths/glob pattern for files.
5354
+ The file paths/glob pattern for files.
4843
5355
  """
4844
5356
  return pulumi.get(self, "file_paths")
4845
5357
 
@@ -6595,7 +7107,6 @@ class GetBuildRunBuildRunSourceTriggerInfoActionResult(dict):
6595
7107
  type: str):
6596
7108
  """
6597
7109
  :param str build_pipeline_id: The OCID of the build pipeline to be triggered.
6598
- :param Sequence['GetBuildRunBuildRunSourceTriggerInfoActionFilterArgs'] filters: The filters for the trigger.
6599
7110
  :param str type: The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
6600
7111
  """
6601
7112
  pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
@@ -6613,9 +7124,6 @@ class GetBuildRunBuildRunSourceTriggerInfoActionResult(dict):
6613
7124
  @property
6614
7125
  @pulumi.getter
6615
7126
  def filters(self) -> Sequence['outputs.GetBuildRunBuildRunSourceTriggerInfoActionFilterResult']:
6616
- """
6617
- The filters for the trigger.
6618
- """
6619
7127
  return pulumi.get(self, "filters")
6620
7128
 
6621
7129
  @property
@@ -6635,7 +7143,8 @@ class GetBuildRunBuildRunSourceTriggerInfoActionFilterResult(dict):
6635
7143
  includes: Sequence['outputs.GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeResult'],
6636
7144
  trigger_source: str):
6637
7145
  """
6638
- :param Sequence[str] events: The events, for example, PUSH, PULL_REQUEST_MERGE.
7146
+ :param Sequence[str] events: The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
7147
+ :param Sequence['GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeArgs'] excludes: Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
6639
7148
  :param Sequence['GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeArgs'] includes: Attributes to filter GitLab self-hosted server events.
6640
7149
  :param str trigger_source: Source of the trigger. Allowed values are, GITHUB and GITLAB.
6641
7150
  """
@@ -6648,13 +7157,16 @@ class GetBuildRunBuildRunSourceTriggerInfoActionFilterResult(dict):
6648
7157
  @pulumi.getter
6649
7158
  def events(self) -> Sequence[str]:
6650
7159
  """
6651
- The events, for example, PUSH, PULL_REQUEST_MERGE.
7160
+ The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
6652
7161
  """
6653
7162
  return pulumi.get(self, "events")
6654
7163
 
6655
7164
  @property
6656
7165
  @pulumi.getter
6657
7166
  def excludes(self) -> Sequence['outputs.GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeResult']:
7167
+ """
7168
+ Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
7169
+ """
6658
7170
  return pulumi.get(self, "excludes")
6659
7171
 
6660
7172
  @property
@@ -6678,11 +7190,17 @@ class GetBuildRunBuildRunSourceTriggerInfoActionFilterResult(dict):
6678
7190
  class GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeResult(dict):
6679
7191
  def __init__(__self__, *,
6680
7192
  file_filters: Sequence['outputs.GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterResult']):
7193
+ """
7194
+ :param Sequence['GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterArgs'] file_filters: Attributes to support include/exclude files for triggering build runs.
7195
+ """
6681
7196
  pulumi.set(__self__, "file_filters", file_filters)
6682
7197
 
6683
7198
  @property
6684
7199
  @pulumi.getter(name="fileFilters")
6685
7200
  def file_filters(self) -> Sequence['outputs.GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterResult']:
7201
+ """
7202
+ Attributes to support include/exclude files for triggering build runs.
7203
+ """
6686
7204
  return pulumi.get(self, "file_filters")
6687
7205
 
6688
7206
 
@@ -6690,11 +7208,17 @@ class GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeResult(dict):
6690
7208
  class GetBuildRunBuildRunSourceTriggerInfoActionFilterExcludeFileFilterResult(dict):
6691
7209
  def __init__(__self__, *,
6692
7210
  file_paths: Sequence[str]):
7211
+ """
7212
+ :param Sequence[str] file_paths: The file paths/glob pattern for files.
7213
+ """
6693
7214
  pulumi.set(__self__, "file_paths", file_paths)
6694
7215
 
6695
7216
  @property
6696
7217
  @pulumi.getter(name="filePaths")
6697
7218
  def file_paths(self) -> Sequence[str]:
7219
+ """
7220
+ The file paths/glob pattern for files.
7221
+ """
6698
7222
  return pulumi.get(self, "file_paths")
6699
7223
 
6700
7224
 
@@ -6707,6 +7231,7 @@ class GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeResult(dict):
6707
7231
  repository_name: str):
6708
7232
  """
6709
7233
  :param str base_ref: The target branch for pull requests; not applicable for push requests.
7234
+ :param Sequence['GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterArgs'] file_filters: Attributes to support include/exclude files for triggering build runs.
6710
7235
  :param str head_ref: Branch for push event; source branch for pull requests.
6711
7236
  :param str repository_name: The repository name for trigger events.
6712
7237
  """
@@ -6726,6 +7251,9 @@ class GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeResult(dict):
6726
7251
  @property
6727
7252
  @pulumi.getter(name="fileFilters")
6728
7253
  def file_filters(self) -> Sequence['outputs.GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterResult']:
7254
+ """
7255
+ Attributes to support include/exclude files for triggering build runs.
7256
+ """
6729
7257
  return pulumi.get(self, "file_filters")
6730
7258
 
6731
7259
  @property
@@ -6749,11 +7277,17 @@ class GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeResult(dict):
6749
7277
  class GetBuildRunBuildRunSourceTriggerInfoActionFilterIncludeFileFilterResult(dict):
6750
7278
  def __init__(__self__, *,
6751
7279
  file_paths: Sequence[str]):
7280
+ """
7281
+ :param Sequence[str] file_paths: The file paths/glob pattern for files.
7282
+ """
6752
7283
  pulumi.set(__self__, "file_paths", file_paths)
6753
7284
 
6754
7285
  @property
6755
7286
  @pulumi.getter(name="filePaths")
6756
7287
  def file_paths(self) -> Sequence[str]:
7288
+ """
7289
+ The file paths/glob pattern for files.
7290
+ """
6757
7291
  return pulumi.get(self, "file_paths")
6758
7292
 
6759
7293
 
@@ -7158,7 +7692,6 @@ class GetBuildRunsBuildRunSummaryCollectionItemBuildRunSourceTriggerInfoActionRe
7158
7692
  type: str):
7159
7693
  """
7160
7694
  :param str build_pipeline_id: Unique build pipeline identifier.
7161
- :param Sequence['GetBuildRunsBuildRunSummaryCollectionItemBuildRunSourceTriggerInfoActionFilterArgs'] filters: The filters for the trigger.
7162
7695
  :param str type: The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
7163
7696
  """
7164
7697
  pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
@@ -7176,9 +7709,6 @@ class GetBuildRunsBuildRunSummaryCollectionItemBuildRunSourceTriggerInfoActionRe
7176
7709
  @property
7177
7710
  @pulumi.getter
7178
7711
  def filters(self) -> Sequence['outputs.GetBuildRunsBuildRunSummaryCollectionItemBuildRunSourceTriggerInfoActionFilterResult']:
7179
- """
7180
- The filters for the trigger.
7181
- """
7182
7712
  return pulumi.get(self, "filters")
7183
7713
 
7184
7714
  @property
@@ -7197,7 +7727,7 @@ class GetBuildRunsBuildRunSummaryCollectionItemBuildRunSourceTriggerInfoActionFi
7197
7727
  includes: Sequence['outputs.GetBuildRunsBuildRunSummaryCollectionItemBuildRunSourceTriggerInfoActionFilterIncludeResult'],
7198
7728
  trigger_source: str):
7199
7729
  """
7200
- :param Sequence[str] events: The events, for example, PUSH, PULL_REQUEST_MERGE.
7730
+ :param Sequence[str] events: The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
7201
7731
  :param Sequence['GetBuildRunsBuildRunSummaryCollectionItemBuildRunSourceTriggerInfoActionFilterIncludeArgs'] includes: Attributes to filter GitLab self-hosted server events.
7202
7732
  :param str trigger_source: Source of the trigger. Allowed values are, GITHUB and GITLAB.
7203
7733
  """
@@ -7209,7 +7739,7 @@ class GetBuildRunsBuildRunSummaryCollectionItemBuildRunSourceTriggerInfoActionFi
7209
7739
  @pulumi.getter
7210
7740
  def events(self) -> Sequence[str]:
7211
7741
  """
7212
- The events, for example, PUSH, PULL_REQUEST_MERGE.
7742
+ The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
7213
7743
  """
7214
7744
  return pulumi.get(self, "events")
7215
7745
 
@@ -12917,40 +13447,189 @@ class GetProjectNotificationConfigResult(dict):
12917
13447
 
12918
13448
 
12919
13449
  @pulumi.output_type
12920
- class GetProjectsFilterResult(dict):
13450
+ class GetProjectRepositorySettingApprovalRuleResult(dict):
12921
13451
  def __init__(__self__, *,
12922
- name: str,
12923
- values: Sequence[str],
12924
- regex: Optional[bool] = None):
13452
+ items: Sequence['outputs.GetProjectRepositorySettingApprovalRuleItemResult']):
12925
13453
  """
12926
- :param str name: A filter to return only resources that match the entire name given.
13454
+ :param Sequence['GetProjectRepositorySettingApprovalRuleItemArgs'] items: List of approval rules.
12927
13455
  """
12928
- pulumi.set(__self__, "name", name)
12929
- pulumi.set(__self__, "values", values)
12930
- if regex is not None:
12931
- pulumi.set(__self__, "regex", regex)
13456
+ pulumi.set(__self__, "items", items)
12932
13457
 
12933
13458
  @property
12934
13459
  @pulumi.getter
12935
- def name(self) -> str:
13460
+ def items(self) -> Sequence['outputs.GetProjectRepositorySettingApprovalRuleItemResult']:
12936
13461
  """
12937
- A filter to return only resources that match the entire name given.
13462
+ List of approval rules.
12938
13463
  """
12939
- return pulumi.get(self, "name")
12940
-
12941
- @property
12942
- @pulumi.getter
12943
- def values(self) -> Sequence[str]:
12944
- return pulumi.get(self, "values")
12945
-
12946
- @property
12947
- @pulumi.getter
12948
- def regex(self) -> Optional[bool]:
12949
- return pulumi.get(self, "regex")
13464
+ return pulumi.get(self, "items")
12950
13465
 
12951
13466
 
12952
13467
  @pulumi.output_type
12953
- class GetProjectsProjectCollectionResult(dict):
13468
+ class GetProjectRepositorySettingApprovalRuleItemResult(dict):
13469
+ def __init__(__self__, *,
13470
+ destination_branch: str,
13471
+ min_approvals_count: int,
13472
+ name: str,
13473
+ reviewers: Sequence['outputs.GetProjectRepositorySettingApprovalRuleItemReviewerResult']):
13474
+ """
13475
+ :param str destination_branch: Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
13476
+ :param int min_approvals_count: Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
13477
+ :param str name: Name which is used to uniquely identify an approval rule.
13478
+ :param Sequence['GetProjectRepositorySettingApprovalRuleItemReviewerArgs'] reviewers: List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
13479
+ """
13480
+ pulumi.set(__self__, "destination_branch", destination_branch)
13481
+ pulumi.set(__self__, "min_approvals_count", min_approvals_count)
13482
+ pulumi.set(__self__, "name", name)
13483
+ pulumi.set(__self__, "reviewers", reviewers)
13484
+
13485
+ @property
13486
+ @pulumi.getter(name="destinationBranch")
13487
+ def destination_branch(self) -> str:
13488
+ """
13489
+ Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
13490
+ """
13491
+ return pulumi.get(self, "destination_branch")
13492
+
13493
+ @property
13494
+ @pulumi.getter(name="minApprovalsCount")
13495
+ def min_approvals_count(self) -> int:
13496
+ """
13497
+ Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
13498
+ """
13499
+ return pulumi.get(self, "min_approvals_count")
13500
+
13501
+ @property
13502
+ @pulumi.getter
13503
+ def name(self) -> str:
13504
+ """
13505
+ Name which is used to uniquely identify an approval rule.
13506
+ """
13507
+ return pulumi.get(self, "name")
13508
+
13509
+ @property
13510
+ @pulumi.getter
13511
+ def reviewers(self) -> Sequence['outputs.GetProjectRepositorySettingApprovalRuleItemReviewerResult']:
13512
+ """
13513
+ List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
13514
+ """
13515
+ return pulumi.get(self, "reviewers")
13516
+
13517
+
13518
+ @pulumi.output_type
13519
+ class GetProjectRepositorySettingApprovalRuleItemReviewerResult(dict):
13520
+ def __init__(__self__, *,
13521
+ principal_id: str,
13522
+ principal_name: str,
13523
+ principal_state: str,
13524
+ principal_type: str):
13525
+ """
13526
+ :param str principal_id: the OCID of the principal
13527
+ :param str principal_name: the name of the principal
13528
+ :param str principal_state: The state of the principal, it can be active or inactive or suppressed for emails
13529
+ :param str principal_type: the type of principal
13530
+ """
13531
+ pulumi.set(__self__, "principal_id", principal_id)
13532
+ pulumi.set(__self__, "principal_name", principal_name)
13533
+ pulumi.set(__self__, "principal_state", principal_state)
13534
+ pulumi.set(__self__, "principal_type", principal_type)
13535
+
13536
+ @property
13537
+ @pulumi.getter(name="principalId")
13538
+ def principal_id(self) -> str:
13539
+ """
13540
+ the OCID of the principal
13541
+ """
13542
+ return pulumi.get(self, "principal_id")
13543
+
13544
+ @property
13545
+ @pulumi.getter(name="principalName")
13546
+ def principal_name(self) -> str:
13547
+ """
13548
+ the name of the principal
13549
+ """
13550
+ return pulumi.get(self, "principal_name")
13551
+
13552
+ @property
13553
+ @pulumi.getter(name="principalState")
13554
+ def principal_state(self) -> str:
13555
+ """
13556
+ The state of the principal, it can be active or inactive or suppressed for emails
13557
+ """
13558
+ return pulumi.get(self, "principal_state")
13559
+
13560
+ @property
13561
+ @pulumi.getter(name="principalType")
13562
+ def principal_type(self) -> str:
13563
+ """
13564
+ the type of principal
13565
+ """
13566
+ return pulumi.get(self, "principal_type")
13567
+
13568
+
13569
+ @pulumi.output_type
13570
+ class GetProjectRepositorySettingMergeSettingResult(dict):
13571
+ def __init__(__self__, *,
13572
+ allowed_merge_strategies: Sequence[str],
13573
+ default_merge_strategy: str):
13574
+ """
13575
+ :param Sequence[str] allowed_merge_strategies: List of merge strategies which are allowed for a Project or Repository.
13576
+ :param str default_merge_strategy: Default type of merge strategy associated with the a Project or Repository.
13577
+ """
13578
+ pulumi.set(__self__, "allowed_merge_strategies", allowed_merge_strategies)
13579
+ pulumi.set(__self__, "default_merge_strategy", default_merge_strategy)
13580
+
13581
+ @property
13582
+ @pulumi.getter(name="allowedMergeStrategies")
13583
+ def allowed_merge_strategies(self) -> Sequence[str]:
13584
+ """
13585
+ List of merge strategies which are allowed for a Project or Repository.
13586
+ """
13587
+ return pulumi.get(self, "allowed_merge_strategies")
13588
+
13589
+ @property
13590
+ @pulumi.getter(name="defaultMergeStrategy")
13591
+ def default_merge_strategy(self) -> str:
13592
+ """
13593
+ Default type of merge strategy associated with the a Project or Repository.
13594
+ """
13595
+ return pulumi.get(self, "default_merge_strategy")
13596
+
13597
+
13598
+ @pulumi.output_type
13599
+ class GetProjectsFilterResult(dict):
13600
+ def __init__(__self__, *,
13601
+ name: str,
13602
+ values: Sequence[str],
13603
+ regex: Optional[bool] = None):
13604
+ """
13605
+ :param str name: A filter to return only resources that match the entire name given.
13606
+ """
13607
+ pulumi.set(__self__, "name", name)
13608
+ pulumi.set(__self__, "values", values)
13609
+ if regex is not None:
13610
+ pulumi.set(__self__, "regex", regex)
13611
+
13612
+ @property
13613
+ @pulumi.getter
13614
+ def name(self) -> str:
13615
+ """
13616
+ A filter to return only resources that match the entire name given.
13617
+ """
13618
+ return pulumi.get(self, "name")
13619
+
13620
+ @property
13621
+ @pulumi.getter
13622
+ def values(self) -> Sequence[str]:
13623
+ return pulumi.get(self, "values")
13624
+
13625
+ @property
13626
+ @pulumi.getter
13627
+ def regex(self) -> Optional[bool]:
13628
+ return pulumi.get(self, "regex")
13629
+
13630
+
13631
+ @pulumi.output_type
13632
+ class GetProjectsProjectCollectionResult(dict):
12954
13633
  def __init__(__self__, *,
12955
13634
  items: Sequence['outputs.GetProjectsProjectCollectionItemResult']):
12956
13635
  pulumi.set(__self__, "items", items)
@@ -13219,6 +13898,7 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
13219
13898
  mirror_repository_config: 'outputs.GetRepositoriesRepositoryCollectionItemMirrorRepositoryConfigResult',
13220
13899
  name: str,
13221
13900
  namespace: str,
13901
+ parent_repository_id: str,
13222
13902
  project_id: str,
13223
13903
  project_name: str,
13224
13904
  repository_type: str,
@@ -13242,16 +13922,17 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
13242
13922
  :param 'GetRepositoriesRepositoryCollectionItemMirrorRepositoryConfigArgs' mirror_repository_config: Configuration information for mirroring the repository.
13243
13923
  :param str name: A filter to return only resources that match the entire name given.
13244
13924
  :param str namespace: Tenancy unique namespace.
13925
+ :param str parent_repository_id: The OCID of the parent repository.
13245
13926
  :param str project_id: unique project identifier
13246
13927
  :param str project_name: Unique project name in a namespace.
13247
- :param str repository_type: Type of repository: MIRRORED - Repository created by mirroring an existing repository. HOSTED - Repository created and hosted using Oracle Cloud Infrastructure DevOps code repository.
13928
+ :param str repository_type: Type of repository: MIRRORED - Repository created by mirroring an existing repository. HOSTED - Repository created and hosted using Oracle Cloud Infrastructure DevOps code repository. FORKED - Repository created by forking an existing repository.
13248
13929
  :param str size_in_bytes: The size of the repository in bytes.
13249
13930
  :param str ssh_url: SSH URL that you use to git clone, pull and push.
13250
13931
  :param str state: A filter to return only resources whose lifecycle state matches the given lifecycle state.
13251
13932
  :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
13252
13933
  :param str time_created: The time the repository was created. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13253
13934
  :param str time_updated: The time the repository was updated. Format defined by [RFC3339](https://datatracker.ietf.org/doc/html/rfc3339).
13254
- :param Sequence[str] trigger_build_events: Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
13935
+ :param Sequence[str] trigger_build_events: Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. PULL_REQUEST_CREATED - Build is triggered when a pull request is created in the repository. PULL_REQUEST_UPDATED - Build is triggered when a push is made to a branch with an open pull request. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
13255
13936
  """
13256
13937
  pulumi.set(__self__, "branch_count", branch_count)
13257
13938
  pulumi.set(__self__, "commit_count", commit_count)
@@ -13266,6 +13947,7 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
13266
13947
  pulumi.set(__self__, "mirror_repository_config", mirror_repository_config)
13267
13948
  pulumi.set(__self__, "name", name)
13268
13949
  pulumi.set(__self__, "namespace", namespace)
13950
+ pulumi.set(__self__, "parent_repository_id", parent_repository_id)
13269
13951
  pulumi.set(__self__, "project_id", project_id)
13270
13952
  pulumi.set(__self__, "project_name", project_name)
13271
13953
  pulumi.set(__self__, "repository_type", repository_type)
@@ -13378,6 +14060,14 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
13378
14060
  """
13379
14061
  return pulumi.get(self, "namespace")
13380
14062
 
14063
+ @property
14064
+ @pulumi.getter(name="parentRepositoryId")
14065
+ def parent_repository_id(self) -> str:
14066
+ """
14067
+ The OCID of the parent repository.
14068
+ """
14069
+ return pulumi.get(self, "parent_repository_id")
14070
+
13381
14071
  @property
13382
14072
  @pulumi.getter(name="projectId")
13383
14073
  def project_id(self) -> str:
@@ -13398,7 +14088,7 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
13398
14088
  @pulumi.getter(name="repositoryType")
13399
14089
  def repository_type(self) -> str:
13400
14090
  """
13401
- Type of repository: MIRRORED - Repository created by mirroring an existing repository. HOSTED - Repository created and hosted using Oracle Cloud Infrastructure DevOps code repository.
14091
+ Type of repository: MIRRORED - Repository created by mirroring an existing repository. HOSTED - Repository created and hosted using Oracle Cloud Infrastructure DevOps code repository. FORKED - Repository created by forking an existing repository.
13402
14092
  """
13403
14093
  return pulumi.get(self, "repository_type")
13404
14094
 
@@ -13454,7 +14144,7 @@ class GetRepositoriesRepositoryCollectionItemResult(dict):
13454
14144
  @pulumi.getter(name="triggerBuildEvents")
13455
14145
  def trigger_build_events(self) -> Sequence[str]:
13456
14146
  """
13457
- Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
14147
+ Trigger build events supported for this repository: PUSH - Build is triggered when a push event occurs. PULL_REQUEST_CREATED - Build is triggered when a pull request is created in the repository. PULL_REQUEST_UPDATED - Build is triggered when a push is made to a branch with an open pull request. COMMIT_UPDATES - Build is triggered when new commits are mirrored into a repository.
13458
14148
  """
13459
14149
  return pulumi.get(self, "trigger_build_events")
13460
14150
 
@@ -13466,7 +14156,7 @@ class GetRepositoriesRepositoryCollectionItemMirrorRepositoryConfigResult(dict):
13466
14156
  repository_url: str,
13467
14157
  trigger_schedule: 'outputs.GetRepositoriesRepositoryCollectionItemMirrorRepositoryConfigTriggerScheduleResult'):
13468
14158
  """
13469
- :param str connector_id: Upstream git repository connection identifer.
14159
+ :param str connector_id: Upstream git repository connection identifier.
13470
14160
  :param str repository_url: URL of external repository you want to mirror.
13471
14161
  :param 'GetRepositoriesRepositoryCollectionItemMirrorRepositoryConfigTriggerScheduleArgs' trigger_schedule: Specifies a trigger schedule. Timing information for when to initiate automated syncs.
13472
14162
  """
@@ -13478,7 +14168,7 @@ class GetRepositoriesRepositoryCollectionItemMirrorRepositoryConfigResult(dict):
13478
14168
  @pulumi.getter(name="connectorId")
13479
14169
  def connector_id(self) -> str:
13480
14170
  """
13481
- Upstream git repository connection identifer.
14171
+ Upstream git repository connection identifier.
13482
14172
  """
13483
14173
  return pulumi.get(self, "connector_id")
13484
14174
 
@@ -13618,15 +14308,18 @@ class GetRepositoryAuthorsRepositoryAuthorCollectionItemResult(dict):
13618
14308
  def __init__(__self__, *,
13619
14309
  author_name: str,
13620
14310
  defined_tags: Mapping[str, Any],
13621
- freeform_tags: Mapping[str, Any]):
14311
+ freeform_tags: Mapping[str, Any],
14312
+ system_tags: Mapping[str, Any]):
13622
14313
  """
13623
14314
  :param str author_name: Author name.
13624
14315
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
13625
14316
  :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
14317
+ :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
13626
14318
  """
13627
14319
  pulumi.set(__self__, "author_name", author_name)
13628
14320
  pulumi.set(__self__, "defined_tags", defined_tags)
13629
14321
  pulumi.set(__self__, "freeform_tags", freeform_tags)
14322
+ pulumi.set(__self__, "system_tags", system_tags)
13630
14323
 
13631
14324
  @property
13632
14325
  @pulumi.getter(name="authorName")
@@ -13652,6 +14345,14 @@ class GetRepositoryAuthorsRepositoryAuthorCollectionItemResult(dict):
13652
14345
  """
13653
14346
  return pulumi.get(self, "freeform_tags")
13654
14347
 
14348
+ @property
14349
+ @pulumi.getter(name="systemTags")
14350
+ def system_tags(self) -> Mapping[str, Any]:
14351
+ """
14352
+ Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
14353
+ """
14354
+ return pulumi.get(self, "system_tags")
14355
+
13655
14356
 
13656
14357
  @pulumi.output_type
13657
14358
  class GetRepositoryCommitsFilterResult(dict):
@@ -14519,7 +15220,7 @@ class GetRepositoryMirrorRepositoryConfigResult(dict):
14519
15220
  repository_url: str,
14520
15221
  trigger_schedules: Sequence['outputs.GetRepositoryMirrorRepositoryConfigTriggerScheduleResult']):
14521
15222
  """
14522
- :param str connector_id: Upstream git repository connection identifer.
15223
+ :param str connector_id: Upstream git repository connection identifier.
14523
15224
  :param str repository_url: URL of external repository you want to mirror.
14524
15225
  :param Sequence['GetRepositoryMirrorRepositoryConfigTriggerScheduleArgs'] trigger_schedules: Specifies a trigger schedule. Timing information for when to initiate automated syncs.
14525
15226
  """
@@ -14531,7 +15232,7 @@ class GetRepositoryMirrorRepositoryConfigResult(dict):
14531
15232
  @pulumi.getter(name="connectorId")
14532
15233
  def connector_id(self) -> str:
14533
15234
  """
14534
- Upstream git repository connection identifer.
15235
+ Upstream git repository connection identifier.
14535
15236
  """
14536
15237
  return pulumi.get(self, "connector_id")
14537
15238
 
@@ -14737,6 +15438,7 @@ class GetRepositoryPathsRepositoryPathCollectionItemResult(dict):
14737
15438
  sha: str,
14738
15439
  size_in_bytes: str,
14739
15440
  submodule_git_url: str,
15441
+ system_tags: Mapping[str, Any],
14740
15442
  type: str):
14741
15443
  """
14742
15444
  :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
@@ -14746,6 +15448,7 @@ class GetRepositoryPathsRepositoryPathCollectionItemResult(dict):
14746
15448
  :param str sha: SHA-1 checksum of blob or tree.
14747
15449
  :param str size_in_bytes: Size of file or directory.
14748
15450
  :param str submodule_git_url: The git URL of the submodule.
15451
+ :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
14749
15452
  :param str type: File or directory.
14750
15453
  """
14751
15454
  pulumi.set(__self__, "defined_tags", defined_tags)
@@ -14755,6 +15458,7 @@ class GetRepositoryPathsRepositoryPathCollectionItemResult(dict):
14755
15458
  pulumi.set(__self__, "sha", sha)
14756
15459
  pulumi.set(__self__, "size_in_bytes", size_in_bytes)
14757
15460
  pulumi.set(__self__, "submodule_git_url", submodule_git_url)
15461
+ pulumi.set(__self__, "system_tags", system_tags)
14758
15462
  pulumi.set(__self__, "type", type)
14759
15463
 
14760
15464
  @property
@@ -14813,6 +15517,14 @@ class GetRepositoryPathsRepositoryPathCollectionItemResult(dict):
14813
15517
  """
14814
15518
  return pulumi.get(self, "submodule_git_url")
14815
15519
 
15520
+ @property
15521
+ @pulumi.getter(name="systemTags")
15522
+ def system_tags(self) -> Mapping[str, Any]:
15523
+ """
15524
+ Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
15525
+ """
15526
+ return pulumi.get(self, "system_tags")
15527
+
14816
15528
  @property
14817
15529
  @pulumi.getter
14818
15530
  def type(self) -> str:
@@ -14822,6 +15534,119 @@ class GetRepositoryPathsRepositoryPathCollectionItemResult(dict):
14822
15534
  return pulumi.get(self, "type")
14823
15535
 
14824
15536
 
15537
+ @pulumi.output_type
15538
+ class GetRepositoryProtectedBranchesFilterResult(dict):
15539
+ def __init__(__self__, *,
15540
+ name: str,
15541
+ values: Sequence[str],
15542
+ regex: Optional[bool] = None):
15543
+ """
15544
+ :param str name: A filter to return only resources that match the given branch name.
15545
+ """
15546
+ pulumi.set(__self__, "name", name)
15547
+ pulumi.set(__self__, "values", values)
15548
+ if regex is not None:
15549
+ pulumi.set(__self__, "regex", regex)
15550
+
15551
+ @property
15552
+ @pulumi.getter
15553
+ def name(self) -> str:
15554
+ """
15555
+ A filter to return only resources that match the given branch name.
15556
+ """
15557
+ return pulumi.get(self, "name")
15558
+
15559
+ @property
15560
+ @pulumi.getter
15561
+ def values(self) -> Sequence[str]:
15562
+ return pulumi.get(self, "values")
15563
+
15564
+ @property
15565
+ @pulumi.getter
15566
+ def regex(self) -> Optional[bool]:
15567
+ return pulumi.get(self, "regex")
15568
+
15569
+
15570
+ @pulumi.output_type
15571
+ class GetRepositoryProtectedBranchesProtectedBranchCollectionResult(dict):
15572
+ def __init__(__self__, *,
15573
+ items: Sequence['outputs.GetRepositoryProtectedBranchesProtectedBranchCollectionItemResult']):
15574
+ """
15575
+ :param Sequence['GetRepositoryProtectedBranchesProtectedBranchCollectionItemArgs'] items: List of objects describing protected branches
15576
+ """
15577
+ pulumi.set(__self__, "items", items)
15578
+
15579
+ @property
15580
+ @pulumi.getter
15581
+ def items(self) -> Sequence['outputs.GetRepositoryProtectedBranchesProtectedBranchCollectionItemResult']:
15582
+ """
15583
+ List of objects describing protected branches
15584
+ """
15585
+ return pulumi.get(self, "items")
15586
+
15587
+
15588
+ @pulumi.output_type
15589
+ class GetRepositoryProtectedBranchesProtectedBranchCollectionItemResult(dict):
15590
+ def __init__(__self__, *,
15591
+ branch_name: str,
15592
+ defined_tags: Mapping[str, Any],
15593
+ freeform_tags: Mapping[str, Any],
15594
+ protection_levels: Sequence[str],
15595
+ system_tags: Mapping[str, Any]):
15596
+ """
15597
+ :param str branch_name: Branch name inside a repository.
15598
+ :param Mapping[str, Any] defined_tags: Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15599
+ :param Mapping[str, Any] freeform_tags: Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15600
+ :param Sequence[str] protection_levels: Protection level to be added on the branch.
15601
+ :param Mapping[str, Any] system_tags: Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
15602
+ """
15603
+ pulumi.set(__self__, "branch_name", branch_name)
15604
+ pulumi.set(__self__, "defined_tags", defined_tags)
15605
+ pulumi.set(__self__, "freeform_tags", freeform_tags)
15606
+ pulumi.set(__self__, "protection_levels", protection_levels)
15607
+ pulumi.set(__self__, "system_tags", system_tags)
15608
+
15609
+ @property
15610
+ @pulumi.getter(name="branchName")
15611
+ def branch_name(self) -> str:
15612
+ """
15613
+ Branch name inside a repository.
15614
+ """
15615
+ return pulumi.get(self, "branch_name")
15616
+
15617
+ @property
15618
+ @pulumi.getter(name="definedTags")
15619
+ def defined_tags(self) -> Mapping[str, Any]:
15620
+ """
15621
+ Defined tags for this resource. Each key is predefined and scoped to a namespace. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"foo-namespace.bar-key": "value"}`
15622
+ """
15623
+ return pulumi.get(self, "defined_tags")
15624
+
15625
+ @property
15626
+ @pulumi.getter(name="freeformTags")
15627
+ def freeform_tags(self) -> Mapping[str, Any]:
15628
+ """
15629
+ Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"bar-key": "value"}`
15630
+ """
15631
+ return pulumi.get(self, "freeform_tags")
15632
+
15633
+ @property
15634
+ @pulumi.getter(name="protectionLevels")
15635
+ def protection_levels(self) -> Sequence[str]:
15636
+ """
15637
+ Protection level to be added on the branch.
15638
+ """
15639
+ return pulumi.get(self, "protection_levels")
15640
+
15641
+ @property
15642
+ @pulumi.getter(name="systemTags")
15643
+ def system_tags(self) -> Mapping[str, Any]:
15644
+ """
15645
+ Usage of system tag keys. These predefined keys are scoped to namespaces. See [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm). Example: `{"orcl-cloud.free-tier-retained": "true"}`
15646
+ """
15647
+ return pulumi.get(self, "system_tags")
15648
+
15649
+
14825
15650
  @pulumi.output_type
14826
15651
  class GetRepositoryRefsFilterResult(dict):
14827
15652
  def __init__(__self__, *,
@@ -14963,6 +15788,173 @@ class GetRepositoryRefsRepositoryRefCollectionItemResult(dict):
14963
15788
  return pulumi.get(self, "repository_id")
14964
15789
 
14965
15790
 
15791
+ @pulumi.output_type
15792
+ class GetRepositorySettingApprovalRuleResult(dict):
15793
+ def __init__(__self__, *,
15794
+ items: Sequence['outputs.GetRepositorySettingApprovalRuleItemResult']):
15795
+ """
15796
+ :param Sequence['GetRepositorySettingApprovalRuleItemArgs'] items: List of approval rules.
15797
+ """
15798
+ pulumi.set(__self__, "items", items)
15799
+
15800
+ @property
15801
+ @pulumi.getter
15802
+ def items(self) -> Sequence['outputs.GetRepositorySettingApprovalRuleItemResult']:
15803
+ """
15804
+ List of approval rules.
15805
+ """
15806
+ return pulumi.get(self, "items")
15807
+
15808
+
15809
+ @pulumi.output_type
15810
+ class GetRepositorySettingApprovalRuleItemResult(dict):
15811
+ def __init__(__self__, *,
15812
+ destination_branch: str,
15813
+ min_approvals_count: int,
15814
+ name: str,
15815
+ reviewers: Sequence['outputs.GetRepositorySettingApprovalRuleItemReviewerResult']):
15816
+ """
15817
+ :param str destination_branch: Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
15818
+ :param int min_approvals_count: Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
15819
+ :param str name: Name which is used to uniquely identify an approval rule.
15820
+ :param Sequence['GetRepositorySettingApprovalRuleItemReviewerArgs'] reviewers: List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
15821
+ """
15822
+ pulumi.set(__self__, "destination_branch", destination_branch)
15823
+ pulumi.set(__self__, "min_approvals_count", min_approvals_count)
15824
+ pulumi.set(__self__, "name", name)
15825
+ pulumi.set(__self__, "reviewers", reviewers)
15826
+
15827
+ @property
15828
+ @pulumi.getter(name="destinationBranch")
15829
+ def destination_branch(self) -> str:
15830
+ """
15831
+ Branch name where pull requests targeting the branch must satisfy the approval rule. This value being null means the rule applies to all pull requests
15832
+ """
15833
+ return pulumi.get(self, "destination_branch")
15834
+
15835
+ @property
15836
+ @pulumi.getter(name="minApprovalsCount")
15837
+ def min_approvals_count(self) -> int:
15838
+ """
15839
+ Minimum number of approvals which must be provided by the reviewers specified in the list before the rule can be satisfied
15840
+ """
15841
+ return pulumi.get(self, "min_approvals_count")
15842
+
15843
+ @property
15844
+ @pulumi.getter
15845
+ def name(self) -> str:
15846
+ """
15847
+ Name which is used to uniquely identify an approval rule.
15848
+ """
15849
+ return pulumi.get(self, "name")
15850
+
15851
+ @property
15852
+ @pulumi.getter
15853
+ def reviewers(self) -> Sequence['outputs.GetRepositorySettingApprovalRuleItemReviewerResult']:
15854
+ """
15855
+ List of users who must provide approvals up to the minApprovalsCount specified in the rule. An empty list means the approvals can come from any user.
15856
+ """
15857
+ return pulumi.get(self, "reviewers")
15858
+
15859
+
15860
+ @pulumi.output_type
15861
+ class GetRepositorySettingApprovalRuleItemReviewerResult(dict):
15862
+ def __init__(__self__, *,
15863
+ principal_id: str,
15864
+ principal_name: str,
15865
+ principal_state: str,
15866
+ principal_type: str):
15867
+ """
15868
+ :param str principal_id: the OCID of the principal
15869
+ :param str principal_name: the name of the principal
15870
+ :param str principal_state: The state of the principal, it can be active or inactive or suppressed for emails
15871
+ :param str principal_type: the type of principal
15872
+ """
15873
+ pulumi.set(__self__, "principal_id", principal_id)
15874
+ pulumi.set(__self__, "principal_name", principal_name)
15875
+ pulumi.set(__self__, "principal_state", principal_state)
15876
+ pulumi.set(__self__, "principal_type", principal_type)
15877
+
15878
+ @property
15879
+ @pulumi.getter(name="principalId")
15880
+ def principal_id(self) -> str:
15881
+ """
15882
+ the OCID of the principal
15883
+ """
15884
+ return pulumi.get(self, "principal_id")
15885
+
15886
+ @property
15887
+ @pulumi.getter(name="principalName")
15888
+ def principal_name(self) -> str:
15889
+ """
15890
+ the name of the principal
15891
+ """
15892
+ return pulumi.get(self, "principal_name")
15893
+
15894
+ @property
15895
+ @pulumi.getter(name="principalState")
15896
+ def principal_state(self) -> str:
15897
+ """
15898
+ The state of the principal, it can be active or inactive or suppressed for emails
15899
+ """
15900
+ return pulumi.get(self, "principal_state")
15901
+
15902
+ @property
15903
+ @pulumi.getter(name="principalType")
15904
+ def principal_type(self) -> str:
15905
+ """
15906
+ the type of principal
15907
+ """
15908
+ return pulumi.get(self, "principal_type")
15909
+
15910
+
15911
+ @pulumi.output_type
15912
+ class GetRepositorySettingMergeCheckResult(dict):
15913
+ def __init__(__self__, *,
15914
+ last_build_succeeded: str):
15915
+ """
15916
+ :param str last_build_succeeded: Indicates whether or not a pull request must have a successful build run and no queued builds before it can be merged
15917
+ """
15918
+ pulumi.set(__self__, "last_build_succeeded", last_build_succeeded)
15919
+
15920
+ @property
15921
+ @pulumi.getter(name="lastBuildSucceeded")
15922
+ def last_build_succeeded(self) -> str:
15923
+ """
15924
+ Indicates whether or not a pull request must have a successful build run and no queued builds before it can be merged
15925
+ """
15926
+ return pulumi.get(self, "last_build_succeeded")
15927
+
15928
+
15929
+ @pulumi.output_type
15930
+ class GetRepositorySettingMergeSettingResult(dict):
15931
+ def __init__(__self__, *,
15932
+ allowed_merge_strategies: Sequence[str],
15933
+ default_merge_strategy: str):
15934
+ """
15935
+ :param Sequence[str] allowed_merge_strategies: List of merge strategies which are allowed for a Project or Repository.
15936
+ :param str default_merge_strategy: Default type of merge strategy associated with the a Project or Repository.
15937
+ """
15938
+ pulumi.set(__self__, "allowed_merge_strategies", allowed_merge_strategies)
15939
+ pulumi.set(__self__, "default_merge_strategy", default_merge_strategy)
15940
+
15941
+ @property
15942
+ @pulumi.getter(name="allowedMergeStrategies")
15943
+ def allowed_merge_strategies(self) -> Sequence[str]:
15944
+ """
15945
+ List of merge strategies which are allowed for a Project or Repository.
15946
+ """
15947
+ return pulumi.get(self, "allowed_merge_strategies")
15948
+
15949
+ @property
15950
+ @pulumi.getter(name="defaultMergeStrategy")
15951
+ def default_merge_strategy(self) -> str:
15952
+ """
15953
+ Default type of merge strategy associated with the a Project or Repository.
15954
+ """
15955
+ return pulumi.get(self, "default_merge_strategy")
15956
+
15957
+
14966
15958
  @pulumi.output_type
14967
15959
  class GetTriggerActionResult(dict):
14968
15960
  def __init__(__self__, *,
@@ -14971,7 +15963,6 @@ class GetTriggerActionResult(dict):
14971
15963
  type: str):
14972
15964
  """
14973
15965
  :param str build_pipeline_id: The OCID of the build pipeline to be triggered.
14974
- :param Sequence['GetTriggerActionFilterArgs'] filters: The filters for the trigger.
14975
15966
  :param str type: The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
14976
15967
  """
14977
15968
  pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
@@ -14989,9 +15980,6 @@ class GetTriggerActionResult(dict):
14989
15980
  @property
14990
15981
  @pulumi.getter
14991
15982
  def filters(self) -> Sequence['outputs.GetTriggerActionFilterResult']:
14992
- """
14993
- The filters for the trigger.
14994
- """
14995
15983
  return pulumi.get(self, "filters")
14996
15984
 
14997
15985
  @property
@@ -15011,7 +15999,8 @@ class GetTriggerActionFilterResult(dict):
15011
15999
  includes: Sequence['outputs.GetTriggerActionFilterIncludeResult'],
15012
16000
  trigger_source: str):
15013
16001
  """
15014
- :param Sequence[str] events: The events, for example, PUSH, PULL_REQUEST_MERGE.
16002
+ :param Sequence[str] events: The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
16003
+ :param Sequence['GetTriggerActionFilterExcludeArgs'] excludes: Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
15015
16004
  :param Sequence['GetTriggerActionFilterIncludeArgs'] includes: Attributes to filter GitLab self-hosted server events.
15016
16005
  :param str trigger_source: Source of the trigger. Allowed values are, GITHUB and GITLAB.
15017
16006
  """
@@ -15024,13 +16013,16 @@ class GetTriggerActionFilterResult(dict):
15024
16013
  @pulumi.getter
15025
16014
  def events(self) -> Sequence[str]:
15026
16015
  """
15027
- The events, for example, PUSH, PULL_REQUEST_MERGE.
16016
+ The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
15028
16017
  """
15029
16018
  return pulumi.get(self, "events")
15030
16019
 
15031
16020
  @property
15032
16021
  @pulumi.getter
15033
16022
  def excludes(self) -> Sequence['outputs.GetTriggerActionFilterExcludeResult']:
16023
+ """
16024
+ Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
16025
+ """
15034
16026
  return pulumi.get(self, "excludes")
15035
16027
 
15036
16028
  @property
@@ -15054,11 +16046,17 @@ class GetTriggerActionFilterResult(dict):
15054
16046
  class GetTriggerActionFilterExcludeResult(dict):
15055
16047
  def __init__(__self__, *,
15056
16048
  file_filters: Sequence['outputs.GetTriggerActionFilterExcludeFileFilterResult']):
16049
+ """
16050
+ :param Sequence['GetTriggerActionFilterExcludeFileFilterArgs'] file_filters: Attributes to support include/exclude files for triggering build runs.
16051
+ """
15057
16052
  pulumi.set(__self__, "file_filters", file_filters)
15058
16053
 
15059
16054
  @property
15060
16055
  @pulumi.getter(name="fileFilters")
15061
16056
  def file_filters(self) -> Sequence['outputs.GetTriggerActionFilterExcludeFileFilterResult']:
16057
+ """
16058
+ Attributes to support include/exclude files for triggering build runs.
16059
+ """
15062
16060
  return pulumi.get(self, "file_filters")
15063
16061
 
15064
16062
 
@@ -15066,11 +16064,17 @@ class GetTriggerActionFilterExcludeResult(dict):
15066
16064
  class GetTriggerActionFilterExcludeFileFilterResult(dict):
15067
16065
  def __init__(__self__, *,
15068
16066
  file_paths: Sequence[str]):
16067
+ """
16068
+ :param Sequence[str] file_paths: The file paths/glob pattern for files.
16069
+ """
15069
16070
  pulumi.set(__self__, "file_paths", file_paths)
15070
16071
 
15071
16072
  @property
15072
16073
  @pulumi.getter(name="filePaths")
15073
16074
  def file_paths(self) -> Sequence[str]:
16075
+ """
16076
+ The file paths/glob pattern for files.
16077
+ """
15074
16078
  return pulumi.get(self, "file_paths")
15075
16079
 
15076
16080
 
@@ -15083,6 +16087,7 @@ class GetTriggerActionFilterIncludeResult(dict):
15083
16087
  repository_name: str):
15084
16088
  """
15085
16089
  :param str base_ref: The target branch for pull requests; not applicable for push requests.
16090
+ :param Sequence['GetTriggerActionFilterIncludeFileFilterArgs'] file_filters: Attributes to support include/exclude files for triggering build runs.
15086
16091
  :param str head_ref: Branch for push event; source branch for pull requests.
15087
16092
  :param str repository_name: The repository name for trigger events.
15088
16093
  """
@@ -15102,6 +16107,9 @@ class GetTriggerActionFilterIncludeResult(dict):
15102
16107
  @property
15103
16108
  @pulumi.getter(name="fileFilters")
15104
16109
  def file_filters(self) -> Sequence['outputs.GetTriggerActionFilterIncludeFileFilterResult']:
16110
+ """
16111
+ Attributes to support include/exclude files for triggering build runs.
16112
+ """
15105
16113
  return pulumi.get(self, "file_filters")
15106
16114
 
15107
16115
  @property
@@ -15125,11 +16133,17 @@ class GetTriggerActionFilterIncludeResult(dict):
15125
16133
  class GetTriggerActionFilterIncludeFileFilterResult(dict):
15126
16134
  def __init__(__self__, *,
15127
16135
  file_paths: Sequence[str]):
16136
+ """
16137
+ :param Sequence[str] file_paths: The file paths/glob pattern for files.
16138
+ """
15128
16139
  pulumi.set(__self__, "file_paths", file_paths)
15129
16140
 
15130
16141
  @property
15131
16142
  @pulumi.getter(name="filePaths")
15132
16143
  def file_paths(self) -> Sequence[str]:
16144
+ """
16145
+ The file paths/glob pattern for files.
16146
+ """
15133
16147
  return pulumi.get(self, "file_paths")
15134
16148
 
15135
16149
 
@@ -15370,7 +16384,6 @@ class GetTriggersTriggerCollectionItemActionResult(dict):
15370
16384
  type: str):
15371
16385
  """
15372
16386
  :param str build_pipeline_id: The OCID of the build pipeline to be triggered.
15373
- :param Sequence['GetTriggersTriggerCollectionItemActionFilterArgs'] filters: The filters for the trigger.
15374
16387
  :param str type: The type of action that will be taken. Allowed value is TRIGGER_BUILD_PIPELINE.
15375
16388
  """
15376
16389
  pulumi.set(__self__, "build_pipeline_id", build_pipeline_id)
@@ -15388,9 +16401,6 @@ class GetTriggersTriggerCollectionItemActionResult(dict):
15388
16401
  @property
15389
16402
  @pulumi.getter
15390
16403
  def filters(self) -> Sequence['outputs.GetTriggersTriggerCollectionItemActionFilterResult']:
15391
- """
15392
- The filters for the trigger.
15393
- """
15394
16404
  return pulumi.get(self, "filters")
15395
16405
 
15396
16406
  @property
@@ -15410,7 +16420,8 @@ class GetTriggersTriggerCollectionItemActionFilterResult(dict):
15410
16420
  includes: Sequence['outputs.GetTriggersTriggerCollectionItemActionFilterIncludeResult'],
15411
16421
  trigger_source: str):
15412
16422
  """
15413
- :param Sequence[str] events: The events, for example, PUSH, PULL_REQUEST_MERGE.
16423
+ :param Sequence[str] events: The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
16424
+ :param Sequence['GetTriggersTriggerCollectionItemActionFilterExcludeArgs'] excludes: Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
15414
16425
  :param Sequence['GetTriggersTriggerCollectionItemActionFilterIncludeArgs'] includes: Attributes to filter GitLab self-hosted server events.
15415
16426
  :param str trigger_source: Source of the trigger. Allowed values are, GITHUB and GITLAB.
15416
16427
  """
@@ -15423,13 +16434,16 @@ class GetTriggersTriggerCollectionItemActionFilterResult(dict):
15423
16434
  @pulumi.getter
15424
16435
  def events(self) -> Sequence[str]:
15425
16436
  """
15426
- The events, for example, PUSH, PULL_REQUEST_MERGE.
16437
+ The events, for example, PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED.
15427
16438
  """
15428
16439
  return pulumi.get(self, "events")
15429
16440
 
15430
16441
  @property
15431
16442
  @pulumi.getter
15432
16443
  def excludes(self) -> Sequence['outputs.GetTriggersTriggerCollectionItemActionFilterExcludeResult']:
16444
+ """
16445
+ Attributes to filter GitLab self-hosted server events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.
16446
+ """
15433
16447
  return pulumi.get(self, "excludes")
15434
16448
 
15435
16449
  @property
@@ -15453,11 +16467,17 @@ class GetTriggersTriggerCollectionItemActionFilterResult(dict):
15453
16467
  class GetTriggersTriggerCollectionItemActionFilterExcludeResult(dict):
15454
16468
  def __init__(__self__, *,
15455
16469
  file_filters: Sequence['outputs.GetTriggersTriggerCollectionItemActionFilterExcludeFileFilterResult']):
16470
+ """
16471
+ :param Sequence['GetTriggersTriggerCollectionItemActionFilterExcludeFileFilterArgs'] file_filters: Attributes to support include/exclude files for triggering build runs.
16472
+ """
15456
16473
  pulumi.set(__self__, "file_filters", file_filters)
15457
16474
 
15458
16475
  @property
15459
16476
  @pulumi.getter(name="fileFilters")
15460
16477
  def file_filters(self) -> Sequence['outputs.GetTriggersTriggerCollectionItemActionFilterExcludeFileFilterResult']:
16478
+ """
16479
+ Attributes to support include/exclude files for triggering build runs.
16480
+ """
15461
16481
  return pulumi.get(self, "file_filters")
15462
16482
 
15463
16483
 
@@ -15465,11 +16485,17 @@ class GetTriggersTriggerCollectionItemActionFilterExcludeResult(dict):
15465
16485
  class GetTriggersTriggerCollectionItemActionFilterExcludeFileFilterResult(dict):
15466
16486
  def __init__(__self__, *,
15467
16487
  file_paths: Sequence[str]):
16488
+ """
16489
+ :param Sequence[str] file_paths: The file paths/glob pattern for files.
16490
+ """
15468
16491
  pulumi.set(__self__, "file_paths", file_paths)
15469
16492
 
15470
16493
  @property
15471
16494
  @pulumi.getter(name="filePaths")
15472
16495
  def file_paths(self) -> Sequence[str]:
16496
+ """
16497
+ The file paths/glob pattern for files.
16498
+ """
15473
16499
  return pulumi.get(self, "file_paths")
15474
16500
 
15475
16501
 
@@ -15482,6 +16508,7 @@ class GetTriggersTriggerCollectionItemActionFilterIncludeResult(dict):
15482
16508
  repository_name: str):
15483
16509
  """
15484
16510
  :param str base_ref: The target branch for pull requests; not applicable for push requests.
16511
+ :param Sequence['GetTriggersTriggerCollectionItemActionFilterIncludeFileFilterArgs'] file_filters: Attributes to support include/exclude files for triggering build runs.
15485
16512
  :param str head_ref: Branch for push event; source branch for pull requests.
15486
16513
  :param str repository_name: The repository name for trigger events.
15487
16514
  """
@@ -15501,6 +16528,9 @@ class GetTriggersTriggerCollectionItemActionFilterIncludeResult(dict):
15501
16528
  @property
15502
16529
  @pulumi.getter(name="fileFilters")
15503
16530
  def file_filters(self) -> Sequence['outputs.GetTriggersTriggerCollectionItemActionFilterIncludeFileFilterResult']:
16531
+ """
16532
+ Attributes to support include/exclude files for triggering build runs.
16533
+ """
15504
16534
  return pulumi.get(self, "file_filters")
15505
16535
 
15506
16536
  @property
@@ -15524,11 +16554,17 @@ class GetTriggersTriggerCollectionItemActionFilterIncludeResult(dict):
15524
16554
  class GetTriggersTriggerCollectionItemActionFilterIncludeFileFilterResult(dict):
15525
16555
  def __init__(__self__, *,
15526
16556
  file_paths: Sequence[str]):
16557
+ """
16558
+ :param Sequence[str] file_paths: The file paths/glob pattern for files.
16559
+ """
15527
16560
  pulumi.set(__self__, "file_paths", file_paths)
15528
16561
 
15529
16562
  @property
15530
16563
  @pulumi.getter(name="filePaths")
15531
16564
  def file_paths(self) -> Sequence[str]:
16565
+ """
16566
+ The file paths/glob pattern for files.
16567
+ """
15532
16568
  return pulumi.get(self, "file_paths")
15533
16569
 
15534
16570