pulumi-oci 2.4.0a1721933648__py3-none-any.whl → 2.5.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.
- pulumi_oci/__init__.py +59 -32
- pulumi_oci/_utilities.py +2 -0
- pulumi_oci/bigdataservice/bds_instance.py +47 -0
- pulumi_oci/bigdataservice/get_bds_instance.py +11 -1
- pulumi_oci/bigdataservice/outputs.py +7 -0
- pulumi_oci/core/__init__.py +3 -0
- pulumi_oci/core/_inputs.py +40 -0
- pulumi_oci/core/get_instance_maintenance_event.py +414 -0
- pulumi_oci/core/get_instance_maintenance_events.py +250 -0
- pulumi_oci/core/instance_maintenance_event.py +1022 -0
- pulumi_oci/core/outputs.py +314 -0
- pulumi_oci/database/autonomous_database.py +28 -0
- pulumi_oci/database/get_autonomous_database.py +14 -1
- pulumi_oci/database/outputs.py +22 -0
- pulumi_oci/databasemigration/_inputs.py +184 -0
- pulumi_oci/databasemigration/job.py +99 -24
- pulumi_oci/databasemigration/outputs.py +171 -0
- pulumi_oci/datasafe/__init__.py +2 -4
- pulumi_oci/datasafe/_inputs.py +55 -0
- pulumi_oci/datasafe/alert.py +56 -0
- pulumi_oci/datasafe/alert_policy.py +745 -0
- pulumi_oci/datasafe/alert_policy_rule.py +446 -0
- pulumi_oci/datasafe/get_alert.py +27 -1
- pulumi_oci/datasafe/get_alert_policy.py +26 -2
- pulumi_oci/datasafe/get_alert_policy_rule.py +94 -18
- pulumi_oci/datasafe/get_report.py +14 -1
- pulumi_oci/datasafe/get_report_definition.py +14 -1
- pulumi_oci/datasafe/get_target_alert_policy_association.py +15 -2
- pulumi_oci/datasafe/outputs.py +231 -27
- pulumi_oci/datasafe/report.py +28 -0
- pulumi_oci/datasafe/report_definition.py +28 -0
- pulumi_oci/datasafe/target_alert_policy_association.py +28 -0
- pulumi_oci/fleetsoftwareupdate/__init__.py +15 -0
- pulumi_oci/fleetsoftwareupdate/_inputs.py +553 -0
- pulumi_oci/fleetsoftwareupdate/fsu_collection.py +514 -0
- pulumi_oci/fleetsoftwareupdate/fsu_cycle.py +812 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py +225 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py +141 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py +325 -0
- pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py +167 -0
- pulumi_oci/fleetsoftwareupdate/outputs.py +1481 -0
- pulumi_oci/generativeai/get_dedicated_ai_cluster.py +3 -0
- pulumi_oci/generativeai/get_dedicated_ai_clusters.py +3 -0
- pulumi_oci/generativeai/get_endpoint.py +6 -9
- pulumi_oci/generativeai/get_endpoints.py +3 -3
- pulumi_oci/generativeai/get_model.py +36 -6
- pulumi_oci/generativeai/get_models.py +6 -0
- pulumi_oci/generativeai/outputs.py +228 -16
- pulumi_oci/identity/__init__.py +3 -0
- pulumi_oci/identity/_inputs.py +1029 -0
- pulumi_oci/identity/domains_social_identity_provider.py +4628 -0
- pulumi_oci/identity/get_domains_social_identity_provider.py +664 -0
- pulumi_oci/identity/get_domains_social_identity_providers.py +276 -0
- pulumi_oci/identity/outputs.py +19544 -17378
- pulumi_oci/networkfirewall/__init__.py +3 -0
- pulumi_oci/networkfirewall/_inputs.py +150 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py +227 -0
- pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py +167 -0
- pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py +605 -0
- pulumi_oci/networkfirewall/outputs.py +457 -0
- pulumi_oci/pulumi-plugin.json +1 -1
- pulumi_oci/redis/get_redis_cluster.py +1 -1
- pulumi_oci/redis/outputs.py +2 -2
- pulumi_oci/redis/redis_cluster.py +7 -7
- pulumi_oci/stackmonitoring/_inputs.py +2 -2
- pulumi_oci/stackmonitoring/baselineable_metric.py +76 -28
- pulumi_oci/stackmonitoring/get_baselineable_metric.py +14 -1
- pulumi_oci/stackmonitoring/get_baselineable_metrics.py +45 -5
- pulumi_oci/stackmonitoring/outputs.py +19 -8
- {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/METADATA +1 -1
- {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/RECORD +73 -57
- {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/WHEEL +1 -1
- pulumi_oci/datasafe/masking_policy_health_report_management.py +0 -453
- pulumi_oci/datasafe/masking_report_management.py +0 -693
- pulumi_oci/datasafe/set_security_assessment_baseline_management.py +0 -304
- pulumi_oci/datasafe/set_user_assessment_baseline_management.py +0 -304
- {pulumi_oci-2.4.0a1721933648.dist-info → pulumi_oci-2.5.0.dist-info}/top_level.txt +0 -0
@@ -1,7 +1,7 @@
|
|
1
|
-
pulumi_oci/__init__.py,sha256=
|
2
|
-
pulumi_oci/_utilities.py,sha256=
|
1
|
+
pulumi_oci/__init__.py,sha256=lZYGRDcpPab6q-LmAqSZpFXP1elNkQwuJW0siPA2MVw,161259
|
2
|
+
pulumi_oci/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
|
3
3
|
pulumi_oci/provider.py,sha256=9MXW-Zeh5jJ_T7w9PgSlFcu0s4_tylBZIVYdFLmo_fU,23922
|
4
|
-
pulumi_oci/pulumi-plugin.json,sha256=
|
4
|
+
pulumi_oci/pulumi-plugin.json,sha256=i27Le-amGLgNIAKtFNQtHsQr7RDmS9lDqTXvBr3nYOU,62
|
5
5
|
pulumi_oci/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
pulumi_oci/adm/__init__.py,sha256=pxPlS_-eNzVJqBq2i1MCMmmLGhFhW-ATfiH6YEb71xI,1049
|
7
7
|
pulumi_oci/adm/_inputs.py,sha256=nMRnDJd64H5GAJ9ybIPjR9fsDdJFyCdHYBir_ADSrT4,53283
|
@@ -206,7 +206,7 @@ pulumi_oci/bastion/session.py,sha256=p2dWb88uvbIq7-UvUI5y2wFG6zD1Oqm4IA8Xik1c2Qk
|
|
206
206
|
pulumi_oci/bigdataservice/__init__.py,sha256=cfK9F0bg8e4EWvHKVfGmcZLVDxJui2Updr0sYM5b0QM,1142
|
207
207
|
pulumi_oci/bigdataservice/_inputs.py,sha256=-1QnK93l-EcNTE_zd8j2v2V7rZX6dMF_nd1IAONe-SA,138557
|
208
208
|
pulumi_oci/bigdataservice/auto_scaling_configuration.py,sha256=a7tEks44Sn6NgVHIktjKVAxkuS49CoxzN2Hq32uegAQ,40510
|
209
|
-
pulumi_oci/bigdataservice/bds_instance.py,sha256=
|
209
|
+
pulumi_oci/bigdataservice/bds_instance.py,sha256=m_wKRTZSYnejI4pbYr5l4H90WMNDam3E5y2JADnDe4o,79043
|
210
210
|
pulumi_oci/bigdataservice/bds_instance_api_key.py,sha256=NvBH9YqnOBaq3-UYMypk1hK0TLiq_6HLQ2hYjzRMpf4,25252
|
211
211
|
pulumi_oci/bigdataservice/bds_instance_metastore_config.py,sha256=NDLpOHfKXM7Pc-9Bvop4Dl4-kExChH5UXAxWYXQagdQ,28741
|
212
212
|
pulumi_oci/bigdataservice/bds_instance_operation_certificate_managements_management.py,sha256=z-j6nuM8mm7Lv5oGxs2f_BZg2R27rhAvjUBZ1m8xUc4,33730
|
@@ -214,7 +214,7 @@ pulumi_oci/bigdataservice/bds_instance_os_patch_action.py,sha256=cO4U5IiTSho7XaA
|
|
214
214
|
pulumi_oci/bigdataservice/bds_instance_patch_action.py,sha256=b4iePJd844AluldBxqHSbAZ0jIcYZoJhRZWbFvRMt6o,13080
|
215
215
|
pulumi_oci/bigdataservice/get_auto_scaling_configuration.py,sha256=60WLewCGPq1XWI40FFmIOxitrA8tvJXUdxaR6SCaIQM,10285
|
216
216
|
pulumi_oci/bigdataservice/get_auto_scaling_configurations.py,sha256=-SE7dG2bDIxHj5FqGhKCcv__ktsIq57dv1EvpD-GnPY,6434
|
217
|
-
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=
|
217
|
+
pulumi_oci/bigdataservice/get_bds_instance.py,sha256=jqPFnqV_JfCu-6YuxmVGXg9RmtRMuHcqXKRpnGLfZnY,23306
|
218
218
|
pulumi_oci/bigdataservice/get_bds_instance_api_key.py,sha256=LEDRianHY7EeOq_sqfvswTU2cQ7xGAxY17IkX_d6WUs,9171
|
219
219
|
pulumi_oci/bigdataservice/get_bds_instance_api_keys.py,sha256=gIHuDOEtxLGwqXWtM3YoBgKnpH8euF-X0QegfA5dpdg,7201
|
220
220
|
pulumi_oci/bigdataservice/get_bds_instance_get_os_patch.py,sha256=Cu5EUOXKEWTu4GDX3v5rfpQOtF2m9lFGRqSUsgc44Sc,8713
|
@@ -224,7 +224,7 @@ pulumi_oci/bigdataservice/get_bds_instance_metastore_configs.py,sha256=7RUO8omYF
|
|
224
224
|
pulumi_oci/bigdataservice/get_bds_instance_patch_histories.py,sha256=PgLcnXG-YaZyUbW2xDy5gtRw_7eMWka5_npQi2F1fIg,8019
|
225
225
|
pulumi_oci/bigdataservice/get_bds_instance_patches.py,sha256=CrhGR1zM2zzHfcBLiov1WnW3qb9ZO7KmrQNTehHCjug,4813
|
226
226
|
pulumi_oci/bigdataservice/get_bds_instances.py,sha256=BBJKNo5mVAU37UAU1hrafmLetxmT64bFGKz1phiwB0Y,6540
|
227
|
-
pulumi_oci/bigdataservice/outputs.py,sha256=
|
227
|
+
pulumi_oci/bigdataservice/outputs.py,sha256=BaMlt631aa10UO2mZ3kFu37GcNccBMnpMhhTtcqZK_k,321844
|
228
228
|
pulumi_oci/blockchain/__init__.py,sha256=b2CLshPLLmnO6Om3TLPGauDJ2z_cYIHxtBonK4zQJEs,610
|
229
229
|
pulumi_oci/blockchain/_inputs.py,sha256=JqE3ivHgQxJlWqZmgHSip04a9NnyOCmIr7eGrFHzcqo,20903
|
230
230
|
pulumi_oci/blockchain/blockchain_platform.py,sha256=P9SFc4lDHJ8PTGIeDNvNid8mFnZJ2Ul2dWmc1cHsAfA,62329
|
@@ -432,8 +432,8 @@ pulumi_oci/containerinstances/get_container_instance_shape.py,sha256=vgf8pb7KjuE
|
|
432
432
|
pulumi_oci/containerinstances/get_container_instance_shapes.py,sha256=RWotHRCbVW3xSdyMZzfeCMWcULpehVvPxK6-QhDhpC8,6796
|
433
433
|
pulumi_oci/containerinstances/get_container_instances.py,sha256=2pS0FViyGoOrqVg-foeYDm4C7lX7WhqlMaUeeGtRlL4,8619
|
434
434
|
pulumi_oci/containerinstances/outputs.py,sha256=K1Kf3-8xpQM9OcZOnQQG972UwHvbtboWNqYnib8J0hw,99442
|
435
|
-
pulumi_oci/core/__init__.py,sha256=
|
436
|
-
pulumi_oci/core/_inputs.py,sha256=
|
435
|
+
pulumi_oci/core/__init__.py,sha256=f2OKqOZoaPWB24-hh_jmUg0raWU7jen5zWyglJJIb1o,8726
|
436
|
+
pulumi_oci/core/_inputs.py,sha256=toraivCOTlGgDVwJPUezYx4nVFSh565l9oxuG-TzQrk,866711
|
437
437
|
pulumi_oci/core/app_catalog_listing_resource_version_agreement.py,sha256=kd8-X0DLdG80KR4Re1Bzs3YzRfhRCraKfwNBJy6KJss,14448
|
438
438
|
pulumi_oci/core/app_catalog_subscription.py,sha256=0p4-GPnr_1F2G_si0_4tQMpEpmWadv-zhAoUKEVPdPw,29086
|
439
439
|
pulumi_oci/core/boot_volume.py,sha256=EFyQnerU3N19HSvC6uqFBjpRPWFQw7H4VIpdxhBnV28,64633
|
@@ -541,6 +541,8 @@ pulumi_oci/core/get_instance_configurations.py,sha256=8Lh80BRWGXyA0RXif_q_F_RiaH
|
|
541
541
|
pulumi_oci/core/get_instance_console_connections.py,sha256=2Manh6C6d1AR5ea0BEvaKFGhiuXrtahwAcZZmRlaWWs,6989
|
542
542
|
pulumi_oci/core/get_instance_credentials.py,sha256=6CZyrcruyB-u88HIWYnQ6xoIDTe_9smQG_l0NtZQ3qI,4839
|
543
543
|
pulumi_oci/core/get_instance_devices.py,sha256=7haK75kpWm_j9YivUQTUCZmOorGPDf0wbqq04CPmZbY,6685
|
544
|
+
pulumi_oci/core/get_instance_maintenance_event.py,sha256=8idmmx6TTaW0BqXBHmPrzN-WBWVi7-HMQj19-_Fy4uU,20114
|
545
|
+
pulumi_oci/core/get_instance_maintenance_events.py,sha256=YQ8hi8-PQNd3SEC5XGd0rWKlixOd-L_irYLLQ4ol1Zc,13611
|
544
546
|
pulumi_oci/core/get_instance_maintenance_reboot.py,sha256=Oqqc165TfiZKuG3hzvY9gtJwh3CS70NAGa222RYeouk,5164
|
545
547
|
pulumi_oci/core/get_instance_measured_boot_report.py,sha256=3RnYQ317n_VR418CGTeBbTFgGoWMbMnihiqqm_TVPf8,5334
|
546
548
|
pulumi_oci/core/get_instance_pool.py,sha256=3PCl-Bfb_S5R2rL04JtRmyRzPPUmn5Uc7SKTBeCwvAQ,12730
|
@@ -617,6 +619,7 @@ pulumi_oci/core/image.py,sha256=ZdHD0S_g7e4wgAaDD7z9cavH-ISN3ebdblQWVS40BFM,5314
|
|
617
619
|
pulumi_oci/core/instance.py,sha256=VyZljIsWx8RJI4LBGOWv6ODh8kbanITxRI5NVnxzSNc,175939
|
618
620
|
pulumi_oci/core/instance_configuration.py,sha256=ErMJO1WVrXJ5_M6ZBtu_ps-oJM22UDVdI9L0zKN1at8,114607
|
619
621
|
pulumi_oci/core/instance_console_connection.py,sha256=GJfa2N9zZfFutzfcwfrW92FL7_Fnr28bkSBJCh3mrtY,27431
|
622
|
+
pulumi_oci/core/instance_maintenance_event.py,sha256=HxA3RmzWNr3dxgoSeDCCYyUGDJJNccGMeYUl7_g2ht8,57344
|
620
623
|
pulumi_oci/core/instance_pool.py,sha256=cRq4qWt8kpMtddNJLvGNLq_igDpouHHCTjsETtV6PAA,54703
|
621
624
|
pulumi_oci/core/instance_pool_instance.py,sha256=4bnOHmSq1EMSWst8FV4Y5EfhkZVJQEpY0goBWWZJSHg,30950
|
622
625
|
pulumi_oci/core/internet_gateway.py,sha256=2df3uMxZXXiIVOKmcA2869SsEmVXFlOhLelZ92q5kvU,33271
|
@@ -628,7 +631,7 @@ pulumi_oci/core/local_peering_gateway.py,sha256=kSPyvBRh4rgkugRBDTSuv5jTCmdgG7dF
|
|
628
631
|
pulumi_oci/core/nat_gateway.py,sha256=7FIymW5Rq6w7C0T74OLWb9D4KqP_vzwXnEIbNWGdsGI,35795
|
629
632
|
pulumi_oci/core/network_security_group.py,sha256=a21EveqIOiR-5WtrggBFPmYa8eBTqRGnvJs3IWm4q3g,25204
|
630
633
|
pulumi_oci/core/network_security_group_security_rule.py,sha256=f9Y8fQDwI7BBMu9oOzm2uQyPWb0jI2u_dqZJZwcLy8Y,54224
|
631
|
-
pulumi_oci/core/outputs.py,sha256=
|
634
|
+
pulumi_oci/core/outputs.py,sha256=8lo38WBJMCYOfbP4-F4KIfMN_K5sp8bvuxehrAdYZyc,2400353
|
632
635
|
pulumi_oci/core/private_ip.py,sha256=jZNtIz8hDmlMu93cmBLs8Qu4HzbzDAoPKvlT3Z0TKI0,42259
|
633
636
|
pulumi_oci/core/public_ip.py,sha256=0zoJbHGH5idavrf1l47kpdE9GM45asIVRo1e60HC1BI,48657
|
634
637
|
pulumi_oci/core/public_ip_pool.py,sha256=LIVV7ooE-khuPJOWOCL6v1_o7zj94Evgze3tt2Qs8ao,23581
|
@@ -660,7 +663,7 @@ pulumi_oci/database/autonomous_container_database.py,sha256=8KBRkXFQ3H2jSqiNl8bF
|
|
660
663
|
pulumi_oci/database/autonomous_container_database_dataguard_association.py,sha256=HHFxeeHKgSEMhCYdk_Pj7f1yf-o2QUTp4lmjFHCTGpY,75309
|
661
664
|
pulumi_oci/database/autonomous_container_database_dataguard_association_operation.py,sha256=4CTcZm42cqeCufLt0HAMto57mLeFbELpvlBZSoPEDi4,17767
|
662
665
|
pulumi_oci/database/autonomous_container_database_dataguard_role_change.py,sha256=dAjgy90q3k5T6dtvfFzJFXQrKECSyK08MCECei2BJ1k,12249
|
663
|
-
pulumi_oci/database/autonomous_database.py,sha256=
|
666
|
+
pulumi_oci/database/autonomous_database.py,sha256=buSsbXRHQ76Gwm-cnXvr24OTWAhagkj5D-oTg22W4UY,469780
|
664
667
|
pulumi_oci/database/autonomous_database_backup.py,sha256=hb41EB12S5h7h5bDmFnXfRkczrqB6ZDsHFBVWbwHc_4,42339
|
665
668
|
pulumi_oci/database/autonomous_database_instance_wallet_management.py,sha256=hyPsFWiUcH0tqSYzz6D6Qz2lJpXctQvRIdxcXwB_4AA,18571
|
666
669
|
pulumi_oci/database/autonomous_database_regional_wallet_management.py,sha256=Y70BXlKqhrckRGSzVJ481GrQ5LP-CDu6OZiSE_6SO9k,15583
|
@@ -717,7 +720,7 @@ pulumi_oci/database/get_autonomous_container_database_resource_usage.py,sha256=w
|
|
717
720
|
pulumi_oci/database/get_autonomous_container_database_versions.py,sha256=wdMd8BbLLYk2IcM3Fy_Cq7gP-03VyYFW4yKGqVc3qnA,7070
|
718
721
|
pulumi_oci/database/get_autonomous_container_databases.py,sha256=SvmYieIvjD0gLhHa5Nnuvmy6m-mTKVVsndq5IOEsM0g,16818
|
719
722
|
pulumi_oci/database/get_autonomous_container_patches.py,sha256=_QKPujbDGVOjYCd9T97qm9D8MdGXCLJp1dkJMznJZIc,8142
|
720
|
-
pulumi_oci/database/get_autonomous_database.py,sha256=
|
723
|
+
pulumi_oci/database/get_autonomous_database.py,sha256=y3y5GL-Kt1jf47CuENwrLBYNygcCFwZ_LaTa-mOGunA,106149
|
721
724
|
pulumi_oci/database/get_autonomous_database_backup.py,sha256=cBVPgkkUq-IYcmfrwK1BnhpUEY2lZOMXvhGX53y23BI,17574
|
722
725
|
pulumi_oci/database/get_autonomous_database_backups.py,sha256=Al8AhXEEGOVnqjBanb-Aag_DbdJQynbDI0uSNBXtt9w,10152
|
723
726
|
pulumi_oci/database/get_autonomous_database_dataguard_association.py,sha256=YyuIu1D7g6dwatNlB1DCXn0qqvpW0xeGevsSYZLRESo,13543
|
@@ -844,7 +847,7 @@ pulumi_oci/database/get_vm_clusters.py,sha256=aRT1n3DsQbZP6zUflQUu_U0ozwdVN5o6Mj
|
|
844
847
|
pulumi_oci/database/key_store.py,sha256=oxRGlZ2FaY5FwY6OUCvCaGCwfzIRzm9fCUgTLGadcNE,27139
|
845
848
|
pulumi_oci/database/maintenance_run.py,sha256=cyDRkOk_5KcUT3DoGuNxz1Ca0cJbdzrFNNhxfRatP_8,58494
|
846
849
|
pulumi_oci/database/oneoff_patch.py,sha256=vI2EkITWfZEhCTvYQSUJgswX6f9ZdA3sgC59ZGYwRhc,38416
|
847
|
-
pulumi_oci/database/outputs.py,sha256=
|
850
|
+
pulumi_oci/database/outputs.py,sha256=24utb6ffyou6UICt9iktuinKq_24_C8L848t4ZJoe6Y,2238727
|
848
851
|
pulumi_oci/database/pluggable_database.py,sha256=9i6bFxXmdrlho26xBkBhznyyefvO9xwMhq_naWDd1_Q,72949
|
849
852
|
pulumi_oci/database/pluggable_database_managements_management.py,sha256=cYRG-2zkTBknBJjEjC97B8_XhM2C63jZL92QUS9U6m8,52153
|
850
853
|
pulumi_oci/database/pluggable_databases_local_clone.py,sha256=0NGYmSvbHSKW9TwDrNeOCOGH91SU7Ji5PDf-c70IBsQ,50354
|
@@ -985,7 +988,7 @@ pulumi_oci/databasemanagement/named_credential.py,sha256=gwcKUxJKii9k9FXBEjYYFij
|
|
985
988
|
pulumi_oci/databasemanagement/outputs.py,sha256=RV57VBzIpOOIqy6JWsAn7KVkqwCESvA_ue2Uct7NFY4,1233256
|
986
989
|
pulumi_oci/databasemanagement/pluggabledatabase_pluggable_database_dbm_features_management.py,sha256=IhQRhNbKNM4U9s4Z1PiJUKQ8qvJCa_87UxbUfMEWu44,16232
|
987
990
|
pulumi_oci/databasemigration/__init__.py,sha256=wq-hZhb2rxiz9X5A9L-7N8RfkwhB3NXCbKKHsqsNolI,614
|
988
|
-
pulumi_oci/databasemigration/_inputs.py,sha256=
|
991
|
+
pulumi_oci/databasemigration/_inputs.py,sha256=bMnhIEqREW5y5INRA9kde0zyFvyTKwhmQfv6rb5Kxek,94013
|
989
992
|
pulumi_oci/databasemigration/connection.py,sha256=z_qzQo_Agw0SITrKWruojfazhGsm9AIDcC5p17Nk0V4,96527
|
990
993
|
pulumi_oci/databasemigration/get_connection.py,sha256=3Dab9CK1itygEcQNw_lNcnWyRh0_68cvTGV29fxbnr4,25076
|
991
994
|
pulumi_oci/databasemigration/get_connections.py,sha256=WKkR2lATNrJNUQCLb046UcacKWHLbsCcjt0RPMzCj_M,9789
|
@@ -994,9 +997,9 @@ pulumi_oci/databasemigration/get_job_output.py,sha256=TMABuPbwUJXWgNGhRdA_J-jnD_
|
|
994
997
|
pulumi_oci/databasemigration/get_migration.py,sha256=mxKrgJU9ftSiG5AhBpqQAoWaNsRHjwn20pYRaBlgogU,20184
|
995
998
|
pulumi_oci/databasemigration/get_migration_object_types.py,sha256=rVI702t2HggOvedZA2d99whjW1yNLSB4DGJoT5Ohp4M,5116
|
996
999
|
pulumi_oci/databasemigration/get_migrations.py,sha256=rsORFiv7eRt1P_giOFATPeXZctLWQBTwTCbNE1wqwgI,19566
|
997
|
-
pulumi_oci/databasemigration/job.py,sha256=
|
1000
|
+
pulumi_oci/databasemigration/job.py,sha256=JQH0ErfIfveNB36vVs4QlH_sLCGIKhIQtfzbReY5Hxk,30963
|
998
1001
|
pulumi_oci/databasemigration/migration.py,sha256=GyW7WWe6xcrRO2MCTy3gTqVw-h1hnI2qEZU_DEMeytE,88139
|
999
|
-
pulumi_oci/databasemigration/outputs.py,sha256=
|
1002
|
+
pulumi_oci/databasemigration/outputs.py,sha256=LQPLtSJsc6LUuyueicmZRrY0WbHlOfuSxVNwuqKiYUk,200541
|
1000
1003
|
pulumi_oci/databasetools/__init__.py,sha256=E0X8vTRKspPI8060q1z3elp-zq_y06OAs_0Td99nZrU,699
|
1001
1004
|
pulumi_oci/databasetools/_inputs.py,sha256=ZchmnhSk0wvOdkNdFQ995zdnOSwwaOIv8P_OjU6GB2A,25587
|
1002
1005
|
pulumi_oci/databasetools/database_tools_connection.py,sha256=loLbmJWw94XpYD7u28CPe73c3FY4ajfrZkxR0nML8hM,53940
|
@@ -1092,10 +1095,12 @@ pulumi_oci/datalabellingservice/get_annotation_formats.py,sha256=WbbaaIQBbmLgcgt
|
|
1092
1095
|
pulumi_oci/datalabellingservice/get_dataset.py,sha256=bmArCsi1ItF_VBkxyFgdBM8w3JDAjOEToXuy5qHzsjU,15760
|
1093
1096
|
pulumi_oci/datalabellingservice/get_datasets.py,sha256=dhMoG6BQM2gW2GODLMA-DLYTMDVGWOSYSWghv8Ck5y8,8597
|
1094
1097
|
pulumi_oci/datalabellingservice/outputs.py,sha256=AP9hqbH-u-42pfwrjrskVEAZUQ_ftROnTrUrWMFUoLE,52742
|
1095
|
-
pulumi_oci/datasafe/__init__.py,sha256
|
1096
|
-
pulumi_oci/datasafe/_inputs.py,sha256=
|
1098
|
+
pulumi_oci/datasafe/__init__.py,sha256=-XN82zGZtdenJwuYkJrCEyJZcyJQS3MbzA69lqJjEr0,7296
|
1099
|
+
pulumi_oci/datasafe/_inputs.py,sha256=qn0DEoTN-rPSsvtMwjyd3W8dqm5xZ9-y_rxKZHJMnlg,313572
|
1097
1100
|
pulumi_oci/datasafe/add_sdm_columns.py,sha256=Qu2DJoc3hS0mD6K7zPG_4agRUHJ-epqqnJA8phUoKlc,5414
|
1098
|
-
pulumi_oci/datasafe/alert.py,sha256=
|
1101
|
+
pulumi_oci/datasafe/alert.py,sha256=Ek7WZe65rjnXQvL4hN6RqwDcw5rlqb0afPwRKpgRADQ,43347
|
1102
|
+
pulumi_oci/datasafe/alert_policy.py,sha256=Lcb5InjUjLTmyp-0krdWbn51m_L-Nz_jFZQTGj_XOAw,37702
|
1103
|
+
pulumi_oci/datasafe/alert_policy_rule.py,sha256=C8GM8cd4yLYHfZSJMmRAZV6mEOElXF2I3ggvH6lQhwo,18388
|
1099
1104
|
pulumi_oci/datasafe/audit_archive_retrieval.py,sha256=stXOQxGpwcefqOrFjpR44OiDz8WOMABKV1aqhmXUHEg,39205
|
1100
1105
|
pulumi_oci/datasafe/audit_policy.py,sha256=p7hnIMAxIFwEbync5Izg7KZRuLFQtIULTeExZWDFOpo,44674
|
1101
1106
|
pulumi_oci/datasafe/audit_policy_management.py,sha256=AKCnjB1cP6HMGyb2wEKR7evc1l62sblYejBmxDjF_rQ,46026
|
@@ -1111,11 +1116,11 @@ pulumi_oci/datasafe/database_security_config.py,sha256=TPaLYuY2LhxCpvWQ3aUA6hygL
|
|
1111
1116
|
pulumi_oci/datasafe/database_security_config_management.py,sha256=q2oWiHGRKMO5zeBjqD-0h23-lSMBaaoRAIXsuaCgf04,21450
|
1112
1117
|
pulumi_oci/datasafe/discovery_jobs_result.py,sha256=NIXwQhTVrN6wrCAKvdtBIlcOHMfXSan4j5LrzLL2E9M,43439
|
1113
1118
|
pulumi_oci/datasafe/discovery_mod.py,sha256=QiXj5CAGCgPel8iUNu2N61NLqwfW733cfmZN7LZec0g,77217
|
1114
|
-
pulumi_oci/datasafe/get_alert.py,sha256=
|
1119
|
+
pulumi_oci/datasafe/get_alert.py,sha256=e3MWKlIfQ-tv1YqVfvoIB0_gJBTCGj9VkIVUfksD6yQ,16093
|
1115
1120
|
pulumi_oci/datasafe/get_alert_analytic.py,sha256=au0qzaIyCuAGqWNxEKJQm9OXhbGzkaKlas3gEc_Yos4,15083
|
1116
1121
|
pulumi_oci/datasafe/get_alert_policies.py,sha256=bHwBshj85-LoAspI8w_Io8hYRkEkTl57FmmkTKbKqak,16463
|
1117
|
-
pulumi_oci/datasafe/get_alert_policy.py,sha256=
|
1118
|
-
pulumi_oci/datasafe/get_alert_policy_rule.py,sha256=
|
1122
|
+
pulumi_oci/datasafe/get_alert_policy.py,sha256=qujEZRb4I461UO6MzqSYbmTq_GCkc5M4xx1UmVz5UDI,11828
|
1123
|
+
pulumi_oci/datasafe/get_alert_policy_rule.py,sha256=giA4ARgxmgU2iucItorbnaEXyPLVrU5U4GL0nBoQc_s,7169
|
1119
1124
|
pulumi_oci/datasafe/get_alert_policy_rules.py,sha256=pp9v0WwoELn8s8I14xgukUwXRG0qKbo2o-BGtBEoxB8,5469
|
1120
1125
|
pulumi_oci/datasafe/get_alerts.py,sha256=GKbP5HD4pG43YVTXEr96NPSHv17ig18pRjpqLECQUEc,11377
|
1121
1126
|
pulumi_oci/datasafe/get_audit_archive_retrieval.py,sha256=_L_Wwg_8kT0L1HcwC5zQzv3xZVd08g3hoF6ZQ3HyRUA,13395
|
@@ -1165,9 +1170,9 @@ pulumi_oci/datasafe/get_masking_reports.py,sha256=tKxSrzoahBsLC4II8oAQ3xED8pbBCl
|
|
1165
1170
|
pulumi_oci/datasafe/get_masking_reports_masked_column.py,sha256=phNjaQhJeiEQLnC-S7Fb4RNQ7bSAjBlT0oIgKx35unQ,11514
|
1166
1171
|
pulumi_oci/datasafe/get_onprem_connector.py,sha256=2Vzcb1qBLifTLakiPdNwwelEJV_qUegb_1xKS7nP1fg,10347
|
1167
1172
|
pulumi_oci/datasafe/get_onprem_connectors.py,sha256=L9ChT1YGdoxZHXjXprxB9kNmuIORZpyO1ezO4yGL4A4,11734
|
1168
|
-
pulumi_oci/datasafe/get_report.py,sha256=
|
1173
|
+
pulumi_oci/datasafe/get_report.py,sha256=YiBgVHyZ852v2wzlihsckVhp-YH3W9AoCgHinWolmLQ,9966
|
1169
1174
|
pulumi_oci/datasafe/get_report_content.py,sha256=7ObsGMdFhWYKvozbofWGk18fzlxGFrUqKLmjApa3xQI,3304
|
1170
|
-
pulumi_oci/datasafe/get_report_definition.py,sha256=
|
1175
|
+
pulumi_oci/datasafe/get_report_definition.py,sha256=wDAvsYv3N0Pldl2-m3TFUtv8QeAPRocFgyJl7r6J_JA,21426
|
1171
1176
|
pulumi_oci/datasafe/get_report_definitions.py,sha256=HVXAJoyVBebrPnztutWki5dpgz1dRHOykWWrZpcIvR4,13746
|
1172
1177
|
pulumi_oci/datasafe/get_reports.py,sha256=-UYLaTQB2IDl0a5xeUruDakElwDq6_fYZzxXqxwTSjU,15305
|
1173
1178
|
pulumi_oci/datasafe/get_sdm_masking_policy_difference.py,sha256=YqyRxkvRF4BVi50IPBsMAFbVFo19-gpOO2w2N7A8uLY,11952
|
@@ -1205,7 +1210,7 @@ pulumi_oci/datasafe/get_sensitive_data_models_sensitive_column.py,sha256=UudwoaX
|
|
1205
1210
|
pulumi_oci/datasafe/get_sensitive_data_models_sensitive_columns.py,sha256=vbQ1yig7XoILTCRbWUrvonLrn10NG8N3LqvYgVTRjuU,30169
|
1206
1211
|
pulumi_oci/datasafe/get_sensitive_type.py,sha256=a1WdkQj6Q7Ul-IVo3yVwmbbMAn_NPWV_VWzUKMXJTqI,15017
|
1207
1212
|
pulumi_oci/datasafe/get_sensitive_types.py,sha256=Evug3dS7sJSZmjB-zwXaQ2z1PDqvgtWUpL6-tyJYvbM,21271
|
1208
|
-
pulumi_oci/datasafe/get_target_alert_policy_association.py,sha256=
|
1213
|
+
pulumi_oci/datasafe/get_target_alert_policy_association.py,sha256=VE7zYbZofo2oAxTvNwxtpr8BFLsL19gDDrdNY_NpYWs,12066
|
1209
1214
|
pulumi_oci/datasafe/get_target_alert_policy_associations.py,sha256=WGRxK6DaKcj9Pa8x5eAMIHocQkocy1dcJzFw63LxR_g,17322
|
1210
1215
|
pulumi_oci/datasafe/get_target_database.py,sha256=KcURx7eN1NhH8gTsxIeqETTesNpLyJv-tld6RRYa_Cs,14399
|
1211
1216
|
pulumi_oci/datasafe/get_target_database_peer_target_database.py,sha256=VRnpYFd-sAZcqYA4c3iDZlD4JotsYta56_LCQWLzTws,11478
|
@@ -1229,12 +1234,10 @@ pulumi_oci/datasafe/mask_data.py,sha256=C0Cl-E4PXqjBNjtbYuzfJxlWWZhFUQp5-9oWqWMm
|
|
1229
1234
|
pulumi_oci/datasafe/masking_policies_apply_difference_to_masking_columns.py,sha256=RK84k_OpVYmhoJbCPzoWybLdsFUI8YbSmXpUp50sY-8,8203
|
1230
1235
|
pulumi_oci/datasafe/masking_policies_masking_column.py,sha256=trDQ7IYbRtSsGF7y1zYA3tQPoLoHCVlVwsrUcjNusR0,58277
|
1231
1236
|
pulumi_oci/datasafe/masking_policy.py,sha256=D9flk2TCxxspTvYAf5Gewy3AhA1skONiNh8d0EkQtpM,70694
|
1232
|
-
pulumi_oci/datasafe/masking_policy_health_report_management.py,sha256=KOvrLtPuzLonyOKJ5MgbvaONPlJQ4h44zNx9YrzZBIg,19251
|
1233
|
-
pulumi_oci/datasafe/masking_report_management.py,sha256=ntTPk_0XpDYsEdh1lnGyd2UjEDUGkNNpF1p-AYvtIc8,32009
|
1234
1237
|
pulumi_oci/datasafe/on_prem_connector.py,sha256=brTIzRdKDiYI7OSTWzwOq1LMTTq6MDNItkcDkmhKvEI,29350
|
1235
|
-
pulumi_oci/datasafe/outputs.py,sha256=
|
1236
|
-
pulumi_oci/datasafe/report.py,sha256=
|
1237
|
-
pulumi_oci/datasafe/report_definition.py,sha256=
|
1238
|
+
pulumi_oci/datasafe/outputs.py,sha256=QMi71TCjwfeW6-T57ggNhY-t25dsoCcmrUS7vNKjsw0,1255887
|
1239
|
+
pulumi_oci/datasafe/report.py,sha256=CbBKBjiKpvPVbSTHnFgyZZneThikt4680ScMUy8bRYU,27666
|
1240
|
+
pulumi_oci/datasafe/report_definition.py,sha256=ElnfMwJSnXphmuzATJq-Kv94dtTqZ7Kl7wYUR0_UjWU,67798
|
1238
1241
|
pulumi_oci/datasafe/sdm_masking_policy_difference.py,sha256=7BQFmlcT_dt9g1W2NCqKj1n8ixY-NAuPJ4FHMCCGI10,37404
|
1239
1242
|
pulumi_oci/datasafe/security_assessment.py,sha256=5C9ptIJlOUgyTPsjxMn2uOU1be-W3c62oqbr5d8s5ME,61150
|
1240
1243
|
pulumi_oci/datasafe/security_policy.py,sha256=n3BGyT2Ww0rkbayoT2wrSikpdbiVhsJNOenZyWfsAoY,28863
|
@@ -1246,13 +1249,11 @@ pulumi_oci/datasafe/sensitive_data_models_apply_discovery_job_results.py,sha256=
|
|
1246
1249
|
pulumi_oci/datasafe/sensitive_data_models_sensitive_column.py,sha256=TREMG2BazyWlYHPsjY-AMv84bigCvtPKLH7XaMcxkJc,67457
|
1247
1250
|
pulumi_oci/datasafe/sensitive_type.py,sha256=aHSb7R_efYFsW2Cz6eaOSJSHlHiMb2OeBRlv2YekRi0,51383
|
1248
1251
|
pulumi_oci/datasafe/set_security_assessment_baseline.py,sha256=tCFdTzN-4Pp5fXPy-cVz9z_dRn0Zf3RnIw2pMdYlERI,12374
|
1249
|
-
pulumi_oci/datasafe/set_security_assessment_baseline_management.py,sha256=FyLxa0C7C2awoQH9W4SpXHdYQqydlIygxCi3h1VoAjI,13520
|
1250
1252
|
pulumi_oci/datasafe/set_user_assessment_baseline.py,sha256=pFdIxZ6rOGzZsEKuyfV0YTBJsjUZrfTdSfqgvn_oezQ,11986
|
1251
|
-
pulumi_oci/datasafe/set_user_assessment_baseline_management.py,sha256=-GJqQdBELAXsSPnfwF15mso2HhQCgAhFiaW1Dh98YWo,13292
|
1252
1253
|
pulumi_oci/datasafe/sql_collection.py,sha256=bVD7f0M7EFpKHCw4PWj3pVlBcW0iapROy0NcuRERoWY,54194
|
1253
1254
|
pulumi_oci/datasafe/sql_firewall_policy.py,sha256=7vkLvHNQYMTfpwXHNfzhgo3E9uu6tFIpCiUKdu97HOg,51488
|
1254
1255
|
pulumi_oci/datasafe/sql_firewall_policy_management.py,sha256=pucbdO9GprqnoS-VizqTVp4c7yM53EpRwfye77aBKwM,33473
|
1255
|
-
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=
|
1256
|
+
pulumi_oci/datasafe/target_alert_policy_association.py,sha256=VuUouXYQraX23rJTpvteQs2T8qXR90H0ZTrb1WBrUDA,34887
|
1256
1257
|
pulumi_oci/datasafe/target_database.py,sha256=emIHm0iDm1IneZrLzEhRvI3G_PJ0GDMJCF1XbRCCjEM,52219
|
1257
1258
|
pulumi_oci/datasafe/target_database_peer_target_database.py,sha256=zDz_kgpDFJljXtCqsMSUJdnUoiEtx3GQCfqatuKi-4o,32072
|
1258
1259
|
pulumi_oci/datasafe/unset_security_assessment_baseline.py,sha256=gVcTvHt0rN1rfKKBqSkHE2DaYXzi4LmIkp-zUe0UeSI,12689
|
@@ -1455,6 +1456,15 @@ pulumi_oci/filestorage/outbound_connector.py,sha256=jV8LFzNjcMb7aWhPjo56DKvD5E69
|
|
1455
1456
|
pulumi_oci/filestorage/outputs.py,sha256=ksx_9gYV-6FVFLIyhqAR1qokvhmiNRcri5XGAFF4Q-4,141689
|
1456
1457
|
pulumi_oci/filestorage/replication.py,sha256=Twb1H-1G_6FjaSlpri-ItJyA1FKuvQ3wVVvDtzIYQTQ,45986
|
1457
1458
|
pulumi_oci/filestorage/snapshot.py,sha256=FOE0jsVhxVlqQ5tRI4LT2z0Y9nDIFBY6wi41TmBoyuU,36131
|
1459
|
+
pulumi_oci/fleetsoftwareupdate/__init__.py,sha256=pjI6H1538gr5ibAG9BxFd9PoYJIRZ_dACG1hvTouhYE,497
|
1460
|
+
pulumi_oci/fleetsoftwareupdate/_inputs.py,sha256=T_SH73RFNixqqrY_WBAQ288I19wV5kTxryAxK-ZivbA,18279
|
1461
|
+
pulumi_oci/fleetsoftwareupdate/fsu_collection.py,sha256=S18nmj_ilXSzT5inT9V17Lym2f5CnAI9UMVcBdT5sbA,21953
|
1462
|
+
pulumi_oci/fleetsoftwareupdate/fsu_cycle.py,sha256=OqkXryN0ma8yYwjANqGa1f1nS7E8j7JQ6aH7mkPmR8g,38374
|
1463
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_collection.py,sha256=C0WlpM0xH7ZlJVam0Xl5ONKya5lXa7jx7l4DdzfwU-o,9777
|
1464
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_collections.py,sha256=QjNmZgDd6VJJeIL-PNIvRANOHmmwFqZ7kFUTgjmvvgc,5992
|
1465
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_cycle.py,sha256=QO1xYG98j9o03KXiNkzgIvw4sFGadotOiLhSnM1ZuBA,15764
|
1466
|
+
pulumi_oci/fleetsoftwareupdate/get_fsu_cycles.py,sha256=D4KFtUXFpZxi3LzW5AJSC3z8b6m1LLmLFpvMBQYfwLg,7377
|
1467
|
+
pulumi_oci/fleetsoftwareupdate/outputs.py,sha256=jLW4gjyGLQdk19ZaFnQrWXKhQ7SVVqZ1lC5FAagIQhQ,49323
|
1458
1468
|
pulumi_oci/functions/__init__.py,sha256=tU-pJE4jEBX9z0lBXVdVAT7ImZSEx64sZB9YYWj2dys,1734
|
1459
1469
|
pulumi_oci/functions/_inputs.py,sha256=Y6IyfjXQiM93k5JJ3o8QGRWPjXRmgklBMubSkocWy-Q,23568
|
1460
1470
|
pulumi_oci/functions/application.py,sha256=xIQrGlPY-Da0370POiruE32TNIlHAFNuEYedpWbAu84,50806
|
@@ -1502,14 +1512,14 @@ pulumi_oci/generativeai/__init__.py,sha256=Ftsbp6SBNCD-O9MT8eM5e2mfwjdKeaS2J_z-i
|
|
1502
1512
|
pulumi_oci/generativeai/_inputs.py,sha256=VNZ31v1hvzCQZGn356ScbiG3pe56H8p6H-NXbB79Sb0,22426
|
1503
1513
|
pulumi_oci/generativeai/dedicated_ai_cluster.py,sha256=MQ3i9azQMOhPCnY7D1iKYnsMu9InNgs8SqQfQvcc0wQ,38951
|
1504
1514
|
pulumi_oci/generativeai/endpoint.py,sha256=jR8I2wzEwO6uRJqRn3Tz2a6qSMNUUV9UI6i5OErGT8U,36950
|
1505
|
-
pulumi_oci/generativeai/get_dedicated_ai_cluster.py,sha256=
|
1506
|
-
pulumi_oci/generativeai/get_dedicated_ai_clusters.py,sha256=
|
1507
|
-
pulumi_oci/generativeai/get_endpoint.py,sha256=
|
1508
|
-
pulumi_oci/generativeai/get_endpoints.py,sha256=
|
1509
|
-
pulumi_oci/generativeai/get_model.py,sha256=
|
1510
|
-
pulumi_oci/generativeai/get_models.py,sha256=
|
1515
|
+
pulumi_oci/generativeai/get_dedicated_ai_cluster.py,sha256=8kLebHtiz_BOKN1A5jSnyuae0zIjAYiDfbyt_CPZ12o,10330
|
1516
|
+
pulumi_oci/generativeai/get_dedicated_ai_clusters.py,sha256=dkbvp4DISvRgC_BRKqlPH9rD-a90sz-l-XSdw-jaPT0,7889
|
1517
|
+
pulumi_oci/generativeai/get_endpoint.py,sha256=80-7s4hMHvc-WSWhe-AcMX5q-gmbSQzbM0mKq7v79_c,10043
|
1518
|
+
pulumi_oci/generativeai/get_endpoints.py,sha256=icP907EGWUFvr3UGmfAQLvIswSat2A5K-Hka8ImBfRA,7160
|
1519
|
+
pulumi_oci/generativeai/get_model.py,sha256=9KTVx2SlgNvKuxR4GAsc3cT_0jSs4LL4Lpn3svorZs4,13702
|
1520
|
+
pulumi_oci/generativeai/get_models.py,sha256=jdL_51QFHXF-5QePj1SuJFFZ-nnylDOoB8Ndrqoebq4,8893
|
1511
1521
|
pulumi_oci/generativeai/model.py,sha256=tTu90q_UXV2yUT45JiNO-HgLRk48X1iZ2BSA-1jWMLE,41594
|
1512
|
-
pulumi_oci/generativeai/outputs.py,sha256=
|
1522
|
+
pulumi_oci/generativeai/outputs.py,sha256=dYUSDQtKWO40uhknFo62KXBTmgqK6VkGlFj7lwCT9So,65888
|
1513
1523
|
pulumi_oci/genericartifactscontent/__init__.py,sha256=hgIxlRzoszlQaqeflk8QurTNj87qkBbx16jZXw0p8Dk,382
|
1514
1524
|
pulumi_oci/genericartifactscontent/artifact_by_path.py,sha256=AVc57jzfRMuzmRd2mfmCyeIw22elMS3onLVZTfGG2PY,31619
|
1515
1525
|
pulumi_oci/genericartifactscontent/get_artifact_by_path.py,sha256=sNvU3RKAgOH9KAhnvbW9jaSTc1wTljLfUfCAnkW1TME,10043
|
@@ -1569,8 +1579,8 @@ pulumi_oci/healthchecks/http_probe.py,sha256=zwwQbnDSBSXCdaz6pipR7dRmshoXurYX7jv
|
|
1569
1579
|
pulumi_oci/healthchecks/outputs.py,sha256=G__4KrGxGnYDuknWXVuEsJWCQjGzQ8HrOaMGN8A-_io,55700
|
1570
1580
|
pulumi_oci/healthchecks/ping_monitor.py,sha256=ZSVyaC-Cl_hCzCwjxxMPdVF8eM2oM9dpcIEALmiwhFA,40175
|
1571
1581
|
pulumi_oci/healthchecks/ping_probe.py,sha256=3zAdmiLAx1j6f5Fjsfe5B3AMQ0oPJst1IJeGiOsy-z0,24152
|
1572
|
-
pulumi_oci/identity/__init__.py,sha256=
|
1573
|
-
pulumi_oci/identity/_inputs.py,sha256=
|
1582
|
+
pulumi_oci/identity/__init__.py,sha256=QcJTCXzz_cH5dMm23w3UUpy8PHvv4dTp2TIzlXubcxg,9093
|
1583
|
+
pulumi_oci/identity/_inputs.py,sha256=Z-ULArgpUzIW2xruR2mPwX0-rlcidLmT7mCRS_cxnMo,2421278
|
1574
1584
|
pulumi_oci/identity/api_key.py,sha256=mGWz9pHMFHWLu5vovIjWRBSD-mIalpbSEHsnKEIaBSc,16219
|
1575
1585
|
pulumi_oci/identity/auth_token.py,sha256=qUJAUkspvLjOu_OM-p8MSB2FZHy9PyWBbYwwr1Al0po,18447
|
1576
1586
|
pulumi_oci/identity/authentication_policy.py,sha256=EH1Ix-I_biyQDJ1zEAyZ-sCJf--gmLgPjb6_SJN78Ww,14912
|
@@ -1621,6 +1631,7 @@ pulumi_oci/identity/domains_security_question_setting.py,sha256=I2kMQO0u3lEZg6Yx
|
|
1621
1631
|
pulumi_oci/identity/domains_self_registration_profile.py,sha256=PApkxoqaj-QGBJaCKfVM_K3rL2TTAsLN6uozGPZ10ak,168845
|
1622
1632
|
pulumi_oci/identity/domains_setting.py,sha256=4gKkIfgb81UZwaTf-VXsvCdG9hra0CjvJsvYOlUnkMk,299430
|
1623
1633
|
pulumi_oci/identity/domains_smtp_credential.py,sha256=vlE7Hk5jaIIWPIhbZLZoT2PfjxnX4XTM4VoNfcHlb1k,90043
|
1634
|
+
pulumi_oci/identity/domains_social_identity_provider.py,sha256=8QClVsWTCPjOr7wr81d7LPO8yMorxVjTtDvsO9JOAEk,185952
|
1624
1635
|
pulumi_oci/identity/domains_user.py,sha256=w-IyUpkSdh9SWKG5N6rkzRQ84cxOqnhbqNPoJgBVR0w,299068
|
1625
1636
|
pulumi_oci/identity/domains_user_db_credential.py,sha256=6cEjBlXuJp8RGNmS1LjyCbngIilWKe-TVqfJDFFvYU8,102370
|
1626
1637
|
pulumi_oci/identity/dynamic_group.py,sha256=NKPk4VP9ke9SLmIC9_7wenCnb3tDMgtan6USUcr9BH0,30780
|
@@ -1736,6 +1747,8 @@ pulumi_oci/identity/get_domains_setting.py,sha256=-P3USGtlfL1OA0KkX6qewv8loB3MXJ
|
|
1736
1747
|
pulumi_oci/identity/get_domains_settings.py,sha256=F3quKr_lQVkwvtJBKhagdZrWqfhL-9_SKbYBrRTD0rc,13816
|
1737
1748
|
pulumi_oci/identity/get_domains_smtp_credential.py,sha256=UCBQJqhxYCoZEXn6CA_0mXQmnHTgsgnUITbS5Yz6XLk,23445
|
1738
1749
|
pulumi_oci/identity/get_domains_smtp_credentials.py,sha256=MefHK0MsZx7bfW4B0ptaeEj5inwi7oYgF-IVHfIvTzE,20251
|
1750
|
+
pulumi_oci/identity/get_domains_social_identity_provider.py,sha256=GxxNRcDVgXx2R4aEB9yb0M_m6-_srLhazyGRi-tjEtM,32490
|
1751
|
+
pulumi_oci/identity/get_domains_social_identity_providers.py,sha256=9qtzWyJkn41u_bW4XZDDNghwWcMsDI9i6Mx14NAMYa0,17586
|
1739
1752
|
pulumi_oci/identity/get_domains_user.py,sha256=u8j-mrVg8F7pjw01aib1truYQ4svZyN_-NaqV3MRAco,56277
|
1740
1753
|
pulumi_oci/identity/get_domains_user_attributes_setting.py,sha256=lD6iFcSHOWvscWbUIFCE_jQBeYNxaV1mYFwLBIV5roA,20639
|
1741
1754
|
pulumi_oci/identity/get_domains_user_attributes_settings.py,sha256=X7q20k9Cib3PWvAhpJ8YT7ZfmBqaHeL0xv2YvGsRC-s,13901
|
@@ -1776,7 +1789,7 @@ pulumi_oci/identity/identity_provider.py,sha256=ik3onEzpVM_bRBs1W7UFgVJCH_lN_iXu
|
|
1776
1789
|
pulumi_oci/identity/idp_group_mapping.py,sha256=743cX37IZAZrXK1uIA3xxza9_aIG0Oa9l8a_GBxjw7g,19026
|
1777
1790
|
pulumi_oci/identity/import_standard_tags_management.py,sha256=f5KHjLrGN0Fecd2XWZ5_cuiqiOQTr9g-GyfGr_gLfTY,13392
|
1778
1791
|
pulumi_oci/identity/network_source.py,sha256=g_aLlVsh_LRFn2CW9umgrRXQrQ5P8IpM8Mj0aJoRtu4,39233
|
1779
|
-
pulumi_oci/identity/outputs.py,sha256=
|
1792
|
+
pulumi_oci/identity/outputs.py,sha256=k8JdADVSC8TM1HGQIuA7vDcFSdOJvbqPmoMKnLf8Rj8,5464985
|
1780
1793
|
pulumi_oci/identity/policy.py,sha256=RJ0IbpEel0QP5y1y7xQOGyeY4W8xLu7-VWIbru9QmuM,39189
|
1781
1794
|
pulumi_oci/identity/smtp_credential.py,sha256=d8rz1ltRKlJNLCvG21BprcRjKggXDNUuBkgJaZVXQgQ,18410
|
1782
1795
|
pulumi_oci/identity/tag.py,sha256=uIw_fuH2-8_YiUWy6njaBSudIUDJoxZK5NePtHkHp9E,41027
|
@@ -2108,8 +2121,8 @@ pulumi_oci/mysql/mysql_configuration.py,sha256=tAe0ZaThbi9N547F0WyVjG_mCZks8nGmH
|
|
2108
2121
|
pulumi_oci/mysql/mysql_db_system.py,sha256=uIJkUz4C-wEc8HV6e0tWUbgDTcJM45liSI1IEwtRTg0,109987
|
2109
2122
|
pulumi_oci/mysql/outputs.py,sha256=OuihHc3UivknPj8ePomzMygpGSNNDhczdmwYuk3LTdw,557962
|
2110
2123
|
pulumi_oci/mysql/replica.py,sha256=lovsoksb684bl-zVP_u87KlKG-vsBNrHe5oR-ZQkgYg,45695
|
2111
|
-
pulumi_oci/networkfirewall/__init__.py,sha256=
|
2112
|
-
pulumi_oci/networkfirewall/_inputs.py,sha256=
|
2124
|
+
pulumi_oci/networkfirewall/__init__.py,sha256=6CxpTGYsgQuKkTAQ2Pp9wlTkaCPf0Kz2eChNR2Naaz4,2409
|
2125
|
+
pulumi_oci/networkfirewall/_inputs.py,sha256=VNKgMQueZUnNlmp9fpR2j9Nszy1KZ4PHRWXhQ8H1va4,33884
|
2113
2126
|
pulumi_oci/networkfirewall/get_network_firewall.py,sha256=5eTzMYDQALRl_hCY1wgKbNirMmHQwCbW8SrSPckgBzg,13847
|
2114
2127
|
pulumi_oci/networkfirewall/get_network_firewall_policies.py,sha256=p6L0LOYndSbEl_pP4FXqiJvFJG-aG9-WIBm3Fpoa3DY,8237
|
2115
2128
|
pulumi_oci/networkfirewall/get_network_firewall_policy.py,sha256=OBJOa_osW3qKXcYxwWeVciaj3BgyGHcHORcnpWFazH4,10827
|
@@ -2131,6 +2144,8 @@ pulumi_oci/networkfirewall/get_network_firewall_policy_service.py,sha256=oLVmjyZ
|
|
2131
2144
|
pulumi_oci/networkfirewall/get_network_firewall_policy_service_list.py,sha256=RFUyordczaewFVsOxuRQJ2AXh3Zdl0u7vrQSPlAiPPM,6054
|
2132
2145
|
pulumi_oci/networkfirewall/get_network_firewall_policy_service_lists.py,sha256=fnPuC5SNPKxVy-wQYt60K6IKdBUrLRO1UwJvNQuLsr4,7050
|
2133
2146
|
pulumi_oci/networkfirewall/get_network_firewall_policy_services.py,sha256=s4ONN6zjxGSgPYuYOWsBKBZ0rp815hnaCbdlEOpGk8I,6806
|
2147
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rule.py,sha256=iqQGrQYQqetK0nLG-7pgrS3kndkyh5pTAIN78T9zsdA,10456
|
2148
|
+
pulumi_oci/networkfirewall/get_network_firewall_policy_tunnel_inspection_rules.py,sha256=XkgtqvbA16ZPTo1XLER92sfoOxX47mmj5eWzK4aejyc,9276
|
2134
2149
|
pulumi_oci/networkfirewall/get_network_firewall_policy_url_list.py,sha256=F5j3wO1_rkWhXw-Cjae0o4gepo1MoRnulzGBCmdDoAo,5928
|
2135
2150
|
pulumi_oci/networkfirewall/get_network_firewall_policy_url_lists.py,sha256=8XJENLU3lWXuhSynQtHBHyuvffrKDqIFQ-Lz57ZJsN8,6874
|
2136
2151
|
pulumi_oci/networkfirewall/get_network_firewalls.py,sha256=VP1O8kF-5uRMUYoCMk8vS5R7UNQgcnChJr49VDCgoAU,11248
|
@@ -2145,8 +2160,9 @@ pulumi_oci/networkfirewall/network_firewall_policy_mapped_secret.py,sha256=hLX3k
|
|
2145
2160
|
pulumi_oci/networkfirewall/network_firewall_policy_security_rule.py,sha256=IyER95_MmH6BpiVgYgPlRL76YlBWTbZVMMlls2mCF00,31069
|
2146
2161
|
pulumi_oci/networkfirewall/network_firewall_policy_service.py,sha256=-SjJFipTv1zKLCZVnHJu98I0HNJ4XimRdydHYTwqTWM,18020
|
2147
2162
|
pulumi_oci/networkfirewall/network_firewall_policy_service_list.py,sha256=mjo-4F0qnABNwNw71_GBiYQcqa4ABJ7TUQk-EM5bEGg,17096
|
2163
|
+
pulumi_oci/networkfirewall/network_firewall_policy_tunnel_inspection_rule.py,sha256=esSGphvWYAdY1Kz_6Ud4ejp2Mo74re9_-UpFZcbak-c,31718
|
2148
2164
|
pulumi_oci/networkfirewall/network_firewall_policy_url_list.py,sha256=hBaGKaBZQ8q5U-wXPeXqTvZEtRAxu9vuiXIFg8svPhg,15550
|
2149
|
-
pulumi_oci/networkfirewall/outputs.py,sha256=
|
2165
|
+
pulumi_oci/networkfirewall/outputs.py,sha256=IbI24JQYO8H8S9TBbAtnZPmGztLYABc76Wfu4-JLWkY,121881
|
2150
2166
|
pulumi_oci/networkloadbalancer/__init__.py,sha256=urfLKBZti02PqzrKDjUdZ8SZHck_DsNXj1KDF6-BYtk,938
|
2151
2167
|
pulumi_oci/networkloadbalancer/_inputs.py,sha256=bN5B3GG3ejc8uHyVQlS7o5vALun8UJNd9q1aikDJupg,54385
|
2152
2168
|
pulumi_oci/networkloadbalancer/backend.py,sha256=Uu7trbRmJjDgEF7K6sAAdW0QVhAw-FRyo3v83kiAQak,34924
|
@@ -2534,10 +2550,10 @@ pulumi_oci/recoverymod/protection_policy.py,sha256=hY2TOZndyQ0T2q3Z1qZmogB6y_dIR
|
|
2534
2550
|
pulumi_oci/recoverymod/recovery_service_subnet.py,sha256=A87avG-TRn4-MiS3Gtw-03N3QF64oTmS_tdjAT2GA7M,40138
|
2535
2551
|
pulumi_oci/redis/__init__.py,sha256=qn3X_w55WB6CuT20Q-Nt7zxiXVnt4qHqOYRo05JuvIU,410
|
2536
2552
|
pulumi_oci/redis/_inputs.py,sha256=facaTYotXU0epdJPA8tlJTJOjqUMhl8NF-2KGq-vlyo,4901
|
2537
|
-
pulumi_oci/redis/get_redis_cluster.py,sha256=
|
2553
|
+
pulumi_oci/redis/get_redis_cluster.py,sha256=dAHL4K8I_tgAYrJqX2lhOVkKCWxl1Yu3xLKbOdID2ro,15957
|
2538
2554
|
pulumi_oci/redis/get_redis_clusters.py,sha256=9JA7jG6KPfpxkVw_KwafKQn08A0dmOWhhQwE3DYZEso,7931
|
2539
|
-
pulumi_oci/redis/outputs.py,sha256=
|
2540
|
-
pulumi_oci/redis/redis_cluster.py,sha256=
|
2555
|
+
pulumi_oci/redis/outputs.py,sha256=sbH6FgK7rTWJy4rF-sMo6_VyK6Varn9Q5VXeqVv4RLU,21044
|
2556
|
+
pulumi_oci/redis/redis_cluster.py,sha256=ecpcwUx5G-Em0jcK6bIELvl4XhNn_5mSM8f7zx4hrEo,47069
|
2541
2557
|
pulumi_oci/resourcemanager/__init__.py,sha256=2G2BH5kW2MtOJKFnTb6Oytp5JQCS7n_E3uSubLhEQqk,553
|
2542
2558
|
pulumi_oci/resourcemanager/_inputs.py,sha256=dsFbYoETEn_qfAz8RUBdr4o5-Gkf_Q5Jn-H5ojIZzSA,2420
|
2543
2559
|
pulumi_oci/resourcemanager/get_private_endpoint.py,sha256=DiPAMo5qlUPJeoIHdpZebwhTfU4b1RvAc--UopAmKIc,12225
|
@@ -2612,12 +2628,12 @@ pulumi_oci/servicemesh/virtual_deployment.py,sha256=JngLYrp3zRF0W3CFfjA9_ojaZOG1
|
|
2612
2628
|
pulumi_oci/servicemesh/virtual_service.py,sha256=OKzWFa3aOCIWsuGnIiG4KDUIkDoRI1Ln3Uj6ccSAxgU,39852
|
2613
2629
|
pulumi_oci/servicemesh/virtual_service_route_table.py,sha256=BTU_J1GkNyG5vc_cVvf9dGWC_sgzw_t6BcEuJ7EfBes,37602
|
2614
2630
|
pulumi_oci/stackmonitoring/__init__.py,sha256=w3t_oLxZL3HMvvDtr_YZDUp02tvLIezDnDm1msgPjPA,1579
|
2615
|
-
pulumi_oci/stackmonitoring/_inputs.py,sha256=
|
2616
|
-
pulumi_oci/stackmonitoring/baselineable_metric.py,sha256=
|
2631
|
+
pulumi_oci/stackmonitoring/_inputs.py,sha256=BvOe0duE8nNIL31VPs6IuImOjzTModkFTVBKC1jDSf4,151059
|
2632
|
+
pulumi_oci/stackmonitoring/baselineable_metric.py,sha256=lOspkI7iivl4yY_rs9WBRcTbuJToc5IH23j3sR6qC5Q,30320
|
2617
2633
|
pulumi_oci/stackmonitoring/config.py,sha256=guI_zpTaHW4MXN7JuOLQqjn5p5oo8_FUvh3TTlK2P_s,30827
|
2618
2634
|
pulumi_oci/stackmonitoring/discovery_job.py,sha256=uFzVFebBaFEsoX9gqZ5n0wIXKpVb4inKJWVN7HGDZCw,37062
|
2619
|
-
pulumi_oci/stackmonitoring/get_baselineable_metric.py,sha256=
|
2620
|
-
pulumi_oci/stackmonitoring/get_baselineable_metrics.py,sha256=
|
2635
|
+
pulumi_oci/stackmonitoring/get_baselineable_metric.py,sha256=UOUBvtCIggtQITYJhZUh_ljq7OJA2M0RtGO2nh0naV0,12137
|
2636
|
+
pulumi_oci/stackmonitoring/get_baselineable_metrics.py,sha256=Ygn4nr2HfsN6b6vMDgcFn1NOsiu8UGerRwtMip2hpuA,11394
|
2621
2637
|
pulumi_oci/stackmonitoring/get_baselineable_metrics_evaluate.py,sha256=RiFGM27bsvKt0EpODyuYK0vkXbFsQDeUn7wYRoemTZU,8078
|
2622
2638
|
pulumi_oci/stackmonitoring/get_config.py,sha256=ymAEofYg_-QTQlv57npeotRbB5NMao4o3YPxeT7fj6A,9805
|
2623
2639
|
pulumi_oci/stackmonitoring/get_configs.py,sha256=RIFmnhVO8CqpCoFuSgkOCnOezfBagnIOgMUakIvwhYE,7370
|
@@ -2644,7 +2660,7 @@ pulumi_oci/stackmonitoring/monitored_resources_associate_monitored_resource.py,s
|
|
2644
2660
|
pulumi_oci/stackmonitoring/monitored_resources_list_member.py,sha256=CXuXN-_r3_V6fRM8cE08WPISg1yEOhOCYPbcuLfrVcA,16747
|
2645
2661
|
pulumi_oci/stackmonitoring/monitored_resources_search.py,sha256=216vZ51Xg-tKYWENICj0BSmd_EtlmY21QSIUaC5gWXM,84083
|
2646
2662
|
pulumi_oci/stackmonitoring/monitored_resources_search_association.py,sha256=6qM8hh0ddY2osawto98NQkzvT2v5KAim7aAUJkFA_iE,29438
|
2647
|
-
pulumi_oci/stackmonitoring/outputs.py,sha256=
|
2663
|
+
pulumi_oci/stackmonitoring/outputs.py,sha256=ZRo1kB9OhXdKL1AfA8R-eNSon8dp-R61jEEBmWgAWys,327390
|
2648
2664
|
pulumi_oci/stackmonitoring/process_set.py,sha256=VCMIvx_InA5OiIziM6uA74HupGY9ZMWPbvqQbAyxLLs,25752
|
2649
2665
|
pulumi_oci/streaming/__init__.py,sha256=qUfMEOAARn0aZo_vquKVA6NeGypfQ3nRHuEY5NKEThM,582
|
2650
2666
|
pulumi_oci/streaming/_inputs.py,sha256=FNbJknKJEb7Hh-pkSawRjagcl950kZnCylQRW9u5tSA,12510
|
@@ -2762,7 +2778,7 @@ pulumi_oci/waf/get_web_app_firewall_policies.py,sha256=2EXX-nZiSRnou_ywPuVnvH9CT
|
|
2762
2778
|
pulumi_oci/waf/get_web_app_firewall_policy.py,sha256=iXFu2wfolxLPGoRpC9PvrbsMvIURoaPHkg6WVLdoEd8,14234
|
2763
2779
|
pulumi_oci/waf/network_address_list.py,sha256=Burm-luOi53fUUOZVqwfKueKEDWQw8789Ir0mUblOiE,33054
|
2764
2780
|
pulumi_oci/waf/outputs.py,sha256=IibDb-778q6fJDgC9y7kgFTv6CEz8lMNaSd1c3Su9uc,227138
|
2765
|
-
pulumi_oci-2.
|
2766
|
-
pulumi_oci-2.
|
2767
|
-
pulumi_oci-2.
|
2768
|
-
pulumi_oci-2.
|
2781
|
+
pulumi_oci-2.5.0.dist-info/METADATA,sha256=_Yc5faRKvbqHxWL4wY6zoBnDNlXmol516p6mLQjuRWc,3890
|
2782
|
+
pulumi_oci-2.5.0.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
2783
|
+
pulumi_oci-2.5.0.dist-info/top_level.txt,sha256=0k-nWr_IdDNVF3qcT4ALORmmu1SNCLxWZfHDMN7TWsg,11
|
2784
|
+
pulumi_oci-2.5.0.dist-info/RECORD,,
|