pulumi-azure-native 2.86.0a1738343576__py3-none-any.whl → 2.87.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.
Potentially problematic release.
This version of pulumi-azure-native might be problematic. Click here for more details.
- pulumi_azure_native/__init__.py +248 -16
- pulumi_azure_native/_utilities.py +8 -4
- pulumi_azure_native/authorization/__init__.py +2 -0
- pulumi_azure_native/authorization/_enums.py +88 -0
- pulumi_azure_native/authorization/_inputs.py +1431 -43
- pulumi_azure_native/authorization/get_role_management_policy.py +247 -0
- pulumi_azure_native/authorization/outputs.py +312 -0
- pulumi_azure_native/authorization/role_management_policy.py +332 -0
- pulumi_azure_native/authorization/v20201001/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001/_inputs.py +1134 -0
- pulumi_azure_native/authorization/v20201001/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20201001/outputs.py +89 -0
- pulumi_azure_native/authorization/v20201001/role_management_policy.py +326 -0
- pulumi_azure_native/authorization/v20201001preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20201001preview/_enums.py +78 -0
- pulumi_azure_native/authorization/v20201001preview/_inputs.py +1134 -0
- pulumi_azure_native/authorization/v20201001preview/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20201001preview/outputs.py +959 -0
- pulumi_azure_native/authorization/v20201001preview/role_management_policy.py +326 -0
- pulumi_azure_native/authorization/v20240201preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20240201preview/_enums.py +96 -0
- pulumi_azure_native/authorization/v20240201preview/_inputs.py +1390 -0
- pulumi_azure_native/authorization/v20240201preview/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20240201preview/outputs.py +89 -0
- pulumi_azure_native/authorization/v20240201preview/role_management_policy.py +326 -0
- pulumi_azure_native/authorization/v20240901preview/__init__.py +4 -0
- pulumi_azure_native/authorization/v20240901preview/_enums.py +96 -0
- pulumi_azure_native/authorization/v20240901preview/_inputs.py +1410 -0
- pulumi_azure_native/authorization/v20240901preview/get_role_management_policy.py +241 -0
- pulumi_azure_native/authorization/v20240901preview/outputs.py +89 -0
- pulumi_azure_native/authorization/v20240901preview/role_management_policy.py +326 -0
- pulumi_azure_native/azurestackhci/__init__.py +3 -0
- pulumi_azure_native/azurestackhci/gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/get_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/get_logical_network.py +2 -2
- pulumi_azure_native/azurestackhci/get_marketplace_gallery_image.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_interface.py +2 -2
- pulumi_azure_native/azurestackhci/get_network_security_group.py +2 -2
- pulumi_azure_native/azurestackhci/get_security_rule.py +2 -2
- pulumi_azure_native/azurestackhci/get_storage_container.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_hard_disk.py +2 -2
- pulumi_azure_native/azurestackhci/get_virtual_machine_instance.py +2 -2
- pulumi_azure_native/azurestackhci/guest_agent.py +2 -2
- pulumi_azure_native/azurestackhci/logical_network.py +3 -3
- pulumi_azure_native/azurestackhci/marketplace_gallery_image.py +3 -3
- pulumi_azure_native/azurestackhci/network_interface.py +3 -3
- pulumi_azure_native/azurestackhci/network_security_group.py +3 -3
- pulumi_azure_native/azurestackhci/security_rule.py +3 -3
- pulumi_azure_native/azurestackhci/storage_container.py +3 -3
- pulumi_azure_native/azurestackhci/v20210901preview/galleryimage_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/marketplacegalleryimage.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/networkinterface_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/storagecontainer_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20210901preview/virtualharddisk_retrieve.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20221215preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230701preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20230901preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240101/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240201preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240501preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240715preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20240801preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/guest_agent.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/logical_network.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/marketplace_gallery_image.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/network_interface.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/network_security_group.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/security_rule.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/storage_container.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_hard_disk.py +1 -1
- pulumi_azure_native/azurestackhci/v20241001preview/virtual_machine_instance.py +1 -1
- pulumi_azure_native/azurestackhci/v20250201preview/__init__.py +30 -0
- pulumi_azure_native/azurestackhci/v20250201preview/_enums.py +332 -0
- pulumi_azure_native/azurestackhci/v20250201preview/_inputs.py +2417 -0
- pulumi_azure_native/azurestackhci/v20250201preview/gallery_image.py +540 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_gallery_image.py +325 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_guest_agent.py +179 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_logical_network.py +241 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_marketplace_gallery_image.py +283 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_network_interface.py +269 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_network_security_group.py +241 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_security_rule.py +289 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_storage_container.py +213 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_virtual_hard_disk.py +339 -0
- pulumi_azure_native/azurestackhci/v20250201preview/get_virtual_machine_instance.py +333 -0
- pulumi_azure_native/azurestackhci/v20250201preview/guest_agent.py +229 -0
- pulumi_azure_native/azurestackhci/v20250201preview/logical_network.py +365 -0
- pulumi_azure_native/azurestackhci/v20250201preview/marketplace_gallery_image.py +453 -0
- pulumi_azure_native/azurestackhci/v20250201preview/network_interface.py +427 -0
- pulumi_azure_native/azurestackhci/v20250201preview/network_security_group.py +308 -0
- pulumi_azure_native/azurestackhci/v20250201preview/outputs.py +4062 -0
- pulumi_azure_native/azurestackhci/v20250201preview/security_rule.py +496 -0
- pulumi_azure_native/azurestackhci/v20250201preview/storage_container.py +308 -0
- pulumi_azure_native/azurestackhci/v20250201preview/virtual_hard_disk.py +572 -0
- pulumi_azure_native/azurestackhci/v20250201preview/virtual_machine_instance.py +495 -0
- pulumi_azure_native/azurestackhci/virtual_hard_disk.py +3 -3
- pulumi_azure_native/azurestackhci/virtual_machine_instance.py +3 -3
- pulumi_azure_native/chaos/__init__.py +3 -0
- pulumi_azure_native/chaos/capability.py +3 -3
- pulumi_azure_native/chaos/experiment.py +3 -3
- pulumi_azure_native/chaos/get_capability.py +2 -2
- pulumi_azure_native/chaos/get_experiment.py +2 -2
- pulumi_azure_native/chaos/get_experiment_execution_details.py +2 -2
- pulumi_azure_native/chaos/get_target.py +2 -2
- pulumi_azure_native/chaos/target.py +3 -3
- pulumi_azure_native/chaos/v20230415preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230415preview/target.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20230901preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231027preview/target.py +1 -1
- pulumi_azure_native/chaos/v20231101/capability.py +1 -1
- pulumi_azure_native/chaos/v20231101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20231101/target.py +1 -1
- pulumi_azure_native/chaos/v20240101/capability.py +1 -1
- pulumi_azure_native/chaos/v20240101/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240101/target.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20240322preview/target.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/capability.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/experiment.py +1 -1
- pulumi_azure_native/chaos/v20241101preview/target.py +1 -1
- pulumi_azure_native/{networkanalytics/v20231115 → chaos/v20250101}/__init__.py +7 -5
- pulumi_azure_native/chaos/v20250101/_enums.py +66 -0
- pulumi_azure_native/chaos/v20250101/_inputs.py +907 -0
- pulumi_azure_native/chaos/v20250101/capability.py +303 -0
- pulumi_azure_native/chaos/v20250101/experiment.py +328 -0
- pulumi_azure_native/chaos/v20250101/get_capability.py +223 -0
- pulumi_azure_native/chaos/v20250101/get_experiment.py +213 -0
- pulumi_azure_native/chaos/v20250101/get_experiment_execution_details.py +135 -0
- pulumi_azure_native/chaos/v20250101/get_target.py +175 -0
- pulumi_azure_native/chaos/v20250101/outputs.py +1208 -0
- pulumi_azure_native/chaos/v20250101/target.py +290 -0
- pulumi_azure_native/cloudngfw/__init__.py +3 -0
- pulumi_azure_native/cloudngfw/certificate_object_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/certificate_object_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/firewall.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/fqdn_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/get_certificate_object_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_certificate_object_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_log_profile.py +2 -2
- pulumi_azure_native/cloudngfw/get_firewall_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_fqdn_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_global_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_change_log.py +2 -2
- pulumi_azure_native/cloudngfw/get_local_rulestack_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_post_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule.py +2 -2
- pulumi_azure_native/cloudngfw/get_pre_rule_counters.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_global_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/get_prefix_list_local_rulestack.py +2 -2
- pulumi_azure_native/cloudngfw/global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/list_global_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_global_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_advanced_security_objects.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_app_ids.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_countries.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_firewalls.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_predefined_url_categories.py +2 -2
- pulumi_azure_native/cloudngfw/list_local_rulestack_security_services.py +2 -2
- pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py +4 -0
- pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_product_serial_number_status.py +4 -0
- pulumi_azure_native/cloudngfw/list_palo_alto_networks_cloudngfw_support_info.py +2 -2
- pulumi_azure_native/cloudngfw/local_rule.py +3 -3
- pulumi_azure_native/cloudngfw/local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/post_rule.py +3 -3
- pulumi_azure_native/cloudngfw/pre_rule.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_global_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/prefix_list_local_rulestack.py +3 -3
- pulumi_azure_native/cloudngfw/v20220829/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20220829preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20230901preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20231010preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240119preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/certificate_object_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/certificate_object_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/firewall.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/fqdn_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/fqdn_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/local_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/post_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/pre_rule.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/prefix_list_global_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20240207preview/prefix_list_local_rulestack.py +1 -1
- pulumi_azure_native/cloudngfw/v20250206preview/__init__.py +58 -0
- pulumi_azure_native/cloudngfw/v20250206preview/_enums.py +153 -0
- pulumi_azure_native/cloudngfw/v20250206preview/_inputs.py +1678 -0
- pulumi_azure_native/cloudngfw/v20250206preview/certificate_object_global_rulestack.py +306 -0
- pulumi_azure_native/cloudngfw/v20250206preview/certificate_object_local_rulestack.py +327 -0
- pulumi_azure_native/cloudngfw/v20250206preview/firewall.py +591 -0
- pulumi_azure_native/cloudngfw/v20250206preview/fqdn_list_global_rulestack.py +276 -0
- pulumi_azure_native/cloudngfw/v20250206preview/fqdn_list_local_rulestack.py +297 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_certificate_object_global_rulestack.py +213 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_certificate_object_local_rulestack.py +219 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall.py +339 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_global_rulestack.py +86 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_log_profile.py +171 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_firewall_support_info.py +274 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_fqdn_list_global_rulestack.py +199 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_fqdn_list_local_rulestack.py +205 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_global_rulestack.py +277 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_global_rulestack_change_log.py +108 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rule.py +412 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rule_counters.py +223 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack.py +297 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack_change_log.py +114 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_local_rulestack_support_info.py +274 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_post_rule.py +406 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_post_rule_counters.py +217 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_pre_rule.py +406 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_pre_rule_counters.py +217 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_prefix_list_global_rulestack.py +199 -0
- pulumi_azure_native/cloudngfw/v20250206preview/get_prefix_list_local_rulestack.py +205 -0
- pulumi_azure_native/cloudngfw/v20250206preview/global_rulestack.py +450 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_advanced_security_objects.py +107 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_app_ids.py +107 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_countries.py +103 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_firewalls.py +94 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_predefined_url_categories.py +103 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_global_rulestack_security_services.py +107 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_advanced_security_objects.py +113 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_app_ids.py +113 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_countries.py +109 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_firewalls.py +100 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_predefined_url_categories.py +109 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_local_rulestack_security_services.py +113 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_cloud_manager_tenants.py +70 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_product_serial_number_status.py +84 -0
- pulumi_azure_native/cloudngfw/v20250206preview/list_palo_alto_networks_cloudngfw_support_info.py +294 -0
- pulumi_azure_native/cloudngfw/v20250206preview/local_rule.py +716 -0
- pulumi_azure_native/cloudngfw/v20250206preview/local_rulestack.py +500 -0
- pulumi_azure_native/cloudngfw/v20250206preview/outputs.py +2216 -0
- pulumi_azure_native/cloudngfw/v20250206preview/post_rule.py +695 -0
- pulumi_azure_native/cloudngfw/v20250206preview/pre_rule.py +695 -0
- pulumi_azure_native/cloudngfw/v20250206preview/prefix_list_global_rulestack.py +276 -0
- pulumi_azure_native/cloudngfw/v20250206preview/prefix_list_local_rulestack.py +297 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/agent_pool.py +3 -3
- pulumi_azure_native/containerservice/get_agent_pool.py +2 -2
- pulumi_azure_native/containerservice/get_maintenance_configuration.py +2 -2
- pulumi_azure_native/containerservice/get_managed_cluster.py +2 -2
- pulumi_azure_native/containerservice/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/containerservice/get_snapshot.py +2 -2
- pulumi_azure_native/containerservice/get_trusted_access_role_binding.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_admin_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_monitoring_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/list_managed_cluster_user_credentials.py +2 -2
- pulumi_azure_native/containerservice/maintenance_configuration.py +3 -3
- pulumi_azure_native/containerservice/managed_cluster.py +3 -3
- pulumi_azure_native/containerservice/private_endpoint_connection.py +3 -3
- pulumi_azure_native/containerservice/snapshot.py +3 -3
- pulumi_azure_native/containerservice/trusted_access_role_binding.py +3 -3
- pulumi_azure_native/containerservice/v20190601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20200601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20210501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20210801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20220402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230401/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230401/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230401/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230601/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230601/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230601/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230601/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230601/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230802preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20230902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231001/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231001/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231001/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231001/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231001/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231002preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20231102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240101/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240101/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240101/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240101/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240101/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240102preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240201/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240201/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240201/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240201/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240201/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240202preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240302preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240402preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240501/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240501/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240501/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240501/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240501/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240502preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240602preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240701/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240701/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240701/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240701/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240701/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240701/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240702preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240801/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240801/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240801/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240801/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240801/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240801/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240901/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240901/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240901/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240901/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240901/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/agent_pool.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/maintenance_configuration.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/managed_cluster.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/snapshot.py +1 -1
- pulumi_azure_native/containerservice/v20240902preview/trusted_access_role_binding.py +1 -1
- pulumi_azure_native/containerservice/v20241001/__init__.py +25 -0
- pulumi_azure_native/containerservice/v20241001/_enums.py +643 -0
- pulumi_azure_native/containerservice/v20241001/_inputs.py +7762 -0
- pulumi_azure_native/containerservice/v20241001/agent_pool.py +1459 -0
- pulumi_azure_native/containerservice/v20241001/get_agent_pool.py +765 -0
- pulumi_azure_native/containerservice/v20241001/get_maintenance_configuration.py +177 -0
- pulumi_azure_native/containerservice/v20241001/get_managed_cluster.py +801 -0
- pulumi_azure_native/containerservice/v20241001/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/containerservice/v20241001/get_snapshot.py +269 -0
- pulumi_azure_native/containerservice/v20241001/get_trusted_access_role_binding.py +177 -0
- pulumi_azure_native/containerservice/v20241001/list_managed_cluster_admin_credentials.py +93 -0
- pulumi_azure_native/containerservice/v20241001/list_managed_cluster_monitoring_user_credentials.py +93 -0
- pulumi_azure_native/containerservice/v20241001/list_managed_cluster_user_credentials.py +99 -0
- pulumi_azure_native/containerservice/v20241001/maintenance_configuration.py +279 -0
- pulumi_azure_native/containerservice/v20241001/managed_cluster.py +1392 -0
- pulumi_azure_native/containerservice/v20241001/outputs.py +6648 -0
- pulumi_azure_native/containerservice/v20241001/private_endpoint_connection.py +251 -0
- pulumi_azure_native/containerservice/v20241001/snapshot.py +347 -0
- pulumi_azure_native/containerservice/v20241001/trusted_access_role_binding.py +260 -0
- pulumi_azure_native/dataprotection/__init__.py +3 -0
- pulumi_azure_native/dataprotection/backup_instance.py +3 -3
- pulumi_azure_native/dataprotection/backup_policy.py +3 -3
- pulumi_azure_native/dataprotection/backup_vault.py +3 -3
- pulumi_azure_native/dataprotection/dpp_resource_guard_proxy.py +3 -3
- pulumi_azure_native/dataprotection/get_backup_instance.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_policy.py +2 -2
- pulumi_azure_native/dataprotection/get_backup_vault.py +2 -2
- pulumi_azure_native/dataprotection/get_dpp_resource_guard_proxy.py +2 -2
- pulumi_azure_native/dataprotection/get_resource_guard.py +2 -2
- pulumi_azure_native/dataprotection/resource_guard.py +3 -3
- pulumi_azure_native/dataprotection/v20221101preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230101/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230401preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230501/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230601preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20230801preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20231101/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20231201/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20240201preview/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20240301/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/backup_instance.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/backup_policy.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/backup_vault.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/dpp_resource_guard_proxy.py +1 -1
- pulumi_azure_native/dataprotection/v20240401/resource_guard.py +1 -1
- pulumi_azure_native/dataprotection/v20250101/__init__.py +20 -0
- pulumi_azure_native/dataprotection/v20250101/_enums.py +206 -0
- pulumi_azure_native/dataprotection/v20250101/_inputs.py +3570 -0
- pulumi_azure_native/dataprotection/v20250101/backup_instance.py +250 -0
- pulumi_azure_native/dataprotection/v20250101/backup_policy.py +221 -0
- pulumi_azure_native/dataprotection/v20250101/backup_vault.py +317 -0
- pulumi_azure_native/dataprotection/v20250101/dpp_resource_guard_proxy.py +220 -0
- pulumi_azure_native/dataprotection/v20250101/get_backup_instance.py +163 -0
- pulumi_azure_native/dataprotection/v20250101/get_backup_policy.py +147 -0
- pulumi_azure_native/dataprotection/v20250101/get_backup_vault.py +199 -0
- pulumi_azure_native/dataprotection/v20250101/get_dpp_resource_guard_proxy.py +149 -0
- pulumi_azure_native/dataprotection/v20250101/get_resource_guard.py +180 -0
- pulumi_azure_native/dataprotection/v20250101/outputs.py +3913 -0
- pulumi_azure_native/dataprotection/v20250101/resource_guard.py +284 -0
- pulumi_azure_native/dbforpostgresql/v20240801/_inputs.py +20 -0
- pulumi_azure_native/dbforpostgresql/v20240801/outputs.py +14 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/_inputs.py +20 -0
- pulumi_azure_native/dbforpostgresql/v20241101preview/outputs.py +14 -0
- pulumi_azure_native/maintenance/get_configuration_assignments_for_subscription.py +2 -2
- pulumi_azure_native/maintenance/v20230401/get_configuration_assignments_for_subscription.py +2 -2
- pulumi_azure_native/maintenance/v20231001preview/get_configuration_assignments_for_subscription.py +2 -2
- pulumi_azure_native/netapp/__init__.py +3 -0
- pulumi_azure_native/netapp/account.py +3 -3
- pulumi_azure_native/netapp/backup.py +2 -2
- pulumi_azure_native/netapp/backup_policy.py +3 -3
- pulumi_azure_native/netapp/backup_vault.py +3 -3
- pulumi_azure_native/netapp/get_account.py +2 -2
- pulumi_azure_native/netapp/get_backup.py +2 -2
- pulumi_azure_native/netapp/get_backup_policy.py +2 -2
- pulumi_azure_native/netapp/get_backup_vault.py +2 -2
- pulumi_azure_native/netapp/get_pool.py +2 -2
- pulumi_azure_native/netapp/get_snapshot.py +2 -2
- pulumi_azure_native/netapp/get_snapshot_policy.py +2 -2
- pulumi_azure_native/netapp/get_subvolume.py +2 -2
- pulumi_azure_native/netapp/get_subvolume_metadata.py +2 -2
- pulumi_azure_native/netapp/get_volume.py +2 -2
- pulumi_azure_native/netapp/get_volume_group.py +2 -2
- pulumi_azure_native/netapp/get_volume_group_id_for_ldap_user.py +2 -2
- pulumi_azure_native/netapp/get_volume_quota_rule.py +2 -2
- pulumi_azure_native/netapp/list_volume_quota_report.py +2 -2
- pulumi_azure_native/netapp/list_volume_replications.py +2 -2
- pulumi_azure_native/netapp/pool.py +3 -3
- pulumi_azure_native/netapp/snapshot.py +3 -3
- pulumi_azure_native/netapp/snapshot_policy.py +3 -3
- pulumi_azure_native/netapp/subvolume.py +3 -3
- pulumi_azure_native/netapp/v20210401/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20210401preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume.py +1 -1
- pulumi_azure_native/netapp/v20211001/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20220501/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/account.py +1 -1
- pulumi_azure_native/netapp/v20221101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20221101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501/account.py +1 -1
- pulumi_azure_native/netapp/v20230501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701/account.py +1 -1
- pulumi_azure_native/netapp/v20230701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20230701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101/account.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/account.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20231101preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240101/account.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240101/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240101/pool.py +1 -1
- pulumi_azure_native/netapp/v20240101/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240101/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240101/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240101/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301/account.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240301preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240501/account.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240501/pool.py +1 -1
- pulumi_azure_native/netapp/v20240501/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240501/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240501/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240501preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240701/account.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240701/pool.py +1 -1
- pulumi_azure_native/netapp/v20240701/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240701/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240701/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/account.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/backup.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/pool.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/volume.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240701preview/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240901/account.py +1 -1
- pulumi_azure_native/netapp/v20240901/backup.py +1 -1
- pulumi_azure_native/netapp/v20240901/backup_policy.py +1 -1
- pulumi_azure_native/netapp/v20240901/backup_vault.py +1 -1
- pulumi_azure_native/netapp/v20240901/pool.py +1 -1
- pulumi_azure_native/netapp/v20240901/snapshot.py +1 -1
- pulumi_azure_native/netapp/v20240901/snapshot_policy.py +1 -1
- pulumi_azure_native/netapp/v20240901/subvolume.py +1 -1
- pulumi_azure_native/netapp/v20240901/volume.py +1 -1
- pulumi_azure_native/netapp/v20240901/volume_group.py +1 -1
- pulumi_azure_native/netapp/v20240901/volume_quota_rule.py +1 -1
- pulumi_azure_native/netapp/v20240901preview/__init__.py +36 -0
- pulumi_azure_native/netapp/v20240901preview/_enums.py +578 -0
- pulumi_azure_native/netapp/v20240901preview/_inputs.py +3121 -0
- pulumi_azure_native/netapp/v20240901preview/account.py +385 -0
- pulumi_azure_native/netapp/v20240901preview/backup.py +412 -0
- pulumi_azure_native/netapp/v20240901preview/backup_policy.py +414 -0
- pulumi_azure_native/netapp/v20240901preview/backup_vault.py +258 -0
- pulumi_azure_native/netapp/v20240901preview/get_account.py +269 -0
- pulumi_azure_native/netapp/v20240901preview/get_backup.py +309 -0
- pulumi_azure_native/netapp/v20240901preview/get_backup_policy.py +289 -0
- pulumi_azure_native/netapp/v20240901preview/get_backup_vault.py +177 -0
- pulumi_azure_native/netapp/v20240901preview/get_pool.py +314 -0
- pulumi_azure_native/netapp/v20240901preview/get_snapshot.py +203 -0
- pulumi_azure_native/netapp/v20240901preview/get_snapshot_policy.py +261 -0
- pulumi_azure_native/netapp/v20240901preview/get_subvolume.py +203 -0
- pulumi_azure_native/netapp/v20240901preview/get_subvolume_metadata.py +272 -0
- pulumi_azure_native/netapp/v20240901preview/get_volume.py +1023 -0
- pulumi_azure_native/netapp/v20240901preview/get_volume_group.py +177 -0
- pulumi_azure_native/netapp/v20240901preview/get_volume_group_id_for_ldap_user.py +104 -0
- pulumi_azure_native/netapp/v20240901preview/get_volume_quota_rule.py +231 -0
- pulumi_azure_native/netapp/v20240901preview/list_volume_quota_report.py +113 -0
- pulumi_azure_native/netapp/v20240901preview/list_volume_replications.py +99 -0
- pulumi_azure_native/netapp/v20240901preview/outputs.py +3372 -0
- pulumi_azure_native/netapp/v20240901preview/pool.py +483 -0
- pulumi_azure_native/netapp/v20240901preview/snapshot.py +291 -0
- pulumi_azure_native/netapp/v20240901preview/snapshot_policy.py +414 -0
- pulumi_azure_native/netapp/v20240901preview/subvolume.py +329 -0
- pulumi_azure_native/netapp/v20240901preview/volume.py +1746 -0
- pulumi_azure_native/netapp/v20240901preview/volume_group.py +279 -0
- pulumi_azure_native/netapp/v20240901preview/volume_quota_rule.py +388 -0
- pulumi_azure_native/netapp/volume.py +3 -3
- pulumi_azure_native/netapp/volume_group.py +3 -3
- pulumi_azure_native/netapp/volume_quota_rule.py +3 -3
- pulumi_azure_native/network/__init__.py +13 -0
- pulumi_azure_native/network/_inputs.py +58 -0
- pulumi_azure_native/network/get_network_security_perimeter.py +2 -2
- pulumi_azure_native/network/get_network_security_perimeter_access_rule.py +283 -0
- pulumi_azure_native/network/get_network_security_perimeter_association.py +221 -0
- pulumi_azure_native/network/get_network_security_perimeter_link.py +276 -0
- pulumi_azure_native/network/get_network_security_perimeter_logging_configuration.py +151 -0
- pulumi_azure_native/network/get_network_security_perimeter_profile.py +178 -0
- pulumi_azure_native/network/network_security_perimeter.py +3 -3
- pulumi_azure_native/network/network_security_perimeter_access_rule.py +506 -0
- pulumi_azure_native/network/network_security_perimeter_association.py +369 -0
- pulumi_azure_native/network/network_security_perimeter_link.py +367 -0
- pulumi_azure_native/network/network_security_perimeter_logging_configuration.py +222 -0
- pulumi_azure_native/network/network_security_perimeter_profile.py +279 -0
- pulumi_azure_native/network/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/nsp_association.py +1 -1
- pulumi_azure_native/network/nsp_link.py +1 -1
- pulumi_azure_native/network/nsp_profile.py +1 -1
- pulumi_azure_native/network/outputs.py +53 -0
- pulumi_azure_native/network/v20210201preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_association.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_link.py +1 -1
- pulumi_azure_native/network/v20210201preview/nsp_profile.py +1 -1
- pulumi_azure_native/network/v20210301preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20230701preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_association.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_link.py +1 -1
- pulumi_azure_native/network/v20230701preview/nsp_profile.py +1 -1
- pulumi_azure_native/network/v20230801preview/network_security_perimeter.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_access_rule.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_association.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_link.py +1 -1
- pulumi_azure_native/network/v20230801preview/nsp_profile.py +1 -1
- pulumi_azure_native/network/v20240601preview/__init__.py +22 -0
- pulumi_azure_native/network/v20240601preview/_enums.py +27 -0
- pulumi_azure_native/network/v20240601preview/_inputs.py +161 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter.py +170 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_access_rule.py +281 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_association.py +219 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_link.py +274 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_logging_configuration.py +149 -0
- pulumi_azure_native/network/v20240601preview/get_network_security_perimeter_profile.py +176 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter.py +256 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_access_rule.py +504 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_association.py +367 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_link.py +365 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_logging_configuration.py +220 -0
- pulumi_azure_native/network/v20240601preview/network_security_perimeter_profile.py +277 -0
- pulumi_azure_native/network/v20240601preview/outputs.py +175 -0
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/quantum/v20231113preview/_enums.py +26 -6
- pulumi_azure_native/quantum/v20231113preview/_inputs.py +121 -24
- pulumi_azure_native/quantum/v20231113preview/get_workspace.py +16 -86
- pulumi_azure_native/quantum/v20231113preview/outputs.py +236 -65
- pulumi_azure_native/quantum/v20231113preview/workspace.py +30 -118
- pulumi_azure_native/securityinsights/__init__.py +3 -0
- pulumi_azure_native/securityinsights/_enums.py +1 -1
- pulumi_azure_native/securityinsights/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/action.py +3 -3
- pulumi_azure_native/securityinsights/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/bookmark.py +3 -3
- pulumi_azure_native/securityinsights/bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/business_application_agent.py +3 -3
- pulumi_azure_native/securityinsights/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/file_import.py +3 -3
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_business_application_agent.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
- pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
- pulumi_azure_native/securityinsights/get_file_import.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_hunt_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_system.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_assignment.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_configuration.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_group.py +2 -2
- pulumi_azure_native/securityinsights/get_workspace_manager_member.py +2 -2
- pulumi_azure_native/securityinsights/hunt.py +3 -3
- pulumi_azure_native/securityinsights/hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/hunt_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident.py +3 -3
- pulumi_azure_native/securityinsights/incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/incident_task.py +3 -3
- pulumi_azure_native/securityinsights/list_geodata_by_ip.py +2 -2
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/list_system_actions.py +2 -2
- pulumi_azure_native/securityinsights/list_whois_by_domain.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/system.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/ip_syncer.py +1 -1
- pulumi_azure_native/securityinsights/v20190101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/_enums.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20210301preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230501preview/_enums.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/system.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/action.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/premium_microsoft_defender_for_threat_intelligence.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240901/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/business_application_agent.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/file_import.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/purview_audit_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/system.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_assignment.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_configuration.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_group.py +1 -1
- pulumi_azure_native/securityinsights/v20241001preview/workspace_manager_member.py +1 -1
- pulumi_azure_native/securityinsights/v20250101preview/__init__.py +140 -0
- pulumi_azure_native/securityinsights/v20250101preview/_enums.py +1507 -0
- pulumi_azure_native/securityinsights/v20250101preview/_inputs.py +11019 -0
- pulumi_azure_native/securityinsights/v20250101preview/aad_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/aatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/action.py +282 -0
- pulumi_azure_native/securityinsights/v20250101preview/activity_custom_entity_query.py +517 -0
- pulumi_azure_native/securityinsights/v20250101preview/anomalies.py +244 -0
- pulumi_azure_native/securityinsights/v20250101preview/anomaly_security_ml_analytics_settings.py +629 -0
- pulumi_azure_native/securityinsights/v20250101preview/asc_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20250101preview/automation_rule.py +360 -0
- pulumi_azure_native/securityinsights/v20250101preview/aws_cloud_trail_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/aws_s3_data_connector.py +356 -0
- pulumi_azure_native/securityinsights/v20250101preview/bookmark.py +668 -0
- pulumi_azure_native/securityinsights/v20250101preview/bookmark_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20250101preview/business_application_agent.py +268 -0
- pulumi_azure_native/securityinsights/v20250101preview/codeless_api_polling_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20250101preview/codeless_ui_data_connector.py +265 -0
- pulumi_azure_native/securityinsights/v20250101preview/content_package.py +874 -0
- pulumi_azure_native/securityinsights/v20250101preview/content_template.py +955 -0
- pulumi_azure_native/securityinsights/v20250101preview/customizable_connector_definition.py +353 -0
- pulumi_azure_native/securityinsights/v20250101preview/dynamics365_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/entity_analytics.py +264 -0
- pulumi_azure_native/securityinsights/v20250101preview/eyes_on.py +244 -0
- pulumi_azure_native/securityinsights/v20250101preview/file_import.py +402 -0
- pulumi_azure_native/securityinsights/v20250101preview/fusion_alert_rule.py +424 -0
- pulumi_azure_native/securityinsights/v20250101preview/gcp_data_connector.py +354 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_aad_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_aatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_action.py +183 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_activity_custom_entity_query.py +318 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_anomalies.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_anomaly_security_ml_analytics_settings.py +360 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_asc_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_automation_rule.py +258 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_aws_cloud_trail_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_aws_s3_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_bookmark.py +373 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_bookmark_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_business_application_agent.py +196 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_codeless_api_polling_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_codeless_ui_data_connector.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_content_package.py +471 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_content_template.py +533 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_customizable_connector_definition.py +220 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_dynamics365_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_entities_get_timeline.py +132 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_entity_analytics.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_entity_insights.py +131 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_eyes_on.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_file_import.py +317 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_fusion_alert_rule.py +318 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_gcp_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_hunt.py +261 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_hunt_comment.py +169 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_hunt_relation.py +225 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_incident.py +426 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_incident_comment.py +211 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_incident_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_incident_task.py +247 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_io_t_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_mcas_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_mdatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_metadata.py +415 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_ml_behavior_analytics_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_msti_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_mtp_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_nrt_alert_rule.py +430 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office365_project_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office_atp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office_irm_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_office_power_bi_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_purview_audit_data_connector.py +234 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_rest_api_poller_data_connector.py +290 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_scheduled_alert_rule.py +486 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_sentinel_onboarding_state.py +163 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_system.py +205 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_threat_intelligence_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_threat_intelligence_indicator.py +163 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_ti_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_ti_taxii_data_connector.py +304 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_ueba.py +178 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_watchlist.py +457 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_watchlist_item.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_assignment.py +205 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_configuration.py +163 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_group.py +191 -0
- pulumi_azure_native/securityinsights/v20250101preview/get_workspace_manager_member.py +177 -0
- pulumi_azure_native/securityinsights/v20250101preview/hunt.py +444 -0
- pulumi_azure_native/securityinsights/v20250101preview/hunt_comment.py +251 -0
- pulumi_azure_native/securityinsights/v20250101preview/hunt_relation.py +310 -0
- pulumi_azure_native/securityinsights/v20250101preview/incident.py +612 -0
- pulumi_azure_native/securityinsights/v20250101preview/incident_comment.py +281 -0
- pulumi_azure_native/securityinsights/v20250101preview/incident_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20250101preview/incident_task.py +380 -0
- pulumi_azure_native/securityinsights/v20250101preview/io_t_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20250101preview/list_geodata_by_ip.py +322 -0
- pulumi_azure_native/securityinsights/v20250101preview/list_source_control_repositories.py +138 -0
- pulumi_azure_native/securityinsights/v20250101preview/list_system_actions.py +113 -0
- pulumi_azure_native/securityinsights/v20250101preview/list_whois_by_domain.py +169 -0
- pulumi_azure_native/securityinsights/v20250101preview/mcas_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/mdatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/metadata.py +755 -0
- pulumi_azure_native/securityinsights/v20250101preview/microsoft_purview_information_protection_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/microsoft_security_incident_creation_alert_rule.py +480 -0
- pulumi_azure_native/securityinsights/v20250101preview/ml_behavior_analytics_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20250101preview/msti_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/mtp_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20250101preview/nrt_alert_rule.py +774 -0
- pulumi_azure_native/securityinsights/v20250101preview/office365_project_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/office_atp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/office_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/office_irm_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20250101preview/office_power_bi_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20250101preview/outputs.py +10619 -0
- pulumi_azure_native/securityinsights/v20250101preview/purview_audit_data_connector.py +383 -0
- pulumi_azure_native/securityinsights/v20250101preview/rest_api_poller_data_connector.py +500 -0
- pulumi_azure_native/securityinsights/v20250101preview/scheduled_alert_rule.py +894 -0
- pulumi_azure_native/securityinsights/v20250101preview/sentinel_onboarding_state.py +229 -0
- pulumi_azure_native/securityinsights/v20250101preview/system.py +311 -0
- pulumi_azure_native/securityinsights/v20250101preview/threat_intelligence_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20250101preview/threat_intelligence_indicator.py +793 -0
- pulumi_azure_native/securityinsights/v20250101preview/ti_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20250101preview/ti_taxii_data_connector.py +529 -0
- pulumi_azure_native/securityinsights/v20250101preview/ueba.py +264 -0
- pulumi_azure_native/securityinsights/v20250101preview/watchlist.py +804 -0
- pulumi_azure_native/securityinsights/v20250101preview/watchlist_item.py +493 -0
- pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_assignment.py +281 -0
- pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_configuration.py +231 -0
- pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_group.py +289 -0
- pulumi_azure_native/securityinsights/v20250101preview/workspace_manager_member.py +260 -0
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_assignment.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_configuration.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_group.py +3 -3
- pulumi_azure_native/securityinsights/workspace_manager_member.py +3 -3
- pulumi_azure_native/servicefabric/__init__.py +7 -0
- pulumi_azure_native/servicefabric/get_managed_cluster.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_application_type_version.py +2 -2
- pulumi_azure_native/servicefabric/get_managed_cluster_fault_simulation.py +151 -0
- pulumi_azure_native/servicefabric/get_managed_cluster_service.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type.py +2 -2
- pulumi_azure_native/servicefabric/get_node_type_fault_simulation.py +157 -0
- pulumi_azure_native/servicefabric/getmanaged_az_resiliency_status.py +2 -2
- pulumi_azure_native/servicefabric/getmanaged_maintenance_window_status.py +2 -2
- pulumi_azure_native/servicefabric/list_managed_cluster_fault_simulation.py +103 -0
- pulumi_azure_native/servicefabric/list_node_type_fault_simulation.py +109 -0
- pulumi_azure_native/servicefabric/managed_cluster.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_application_type_version.py +3 -3
- pulumi_azure_native/servicefabric/managed_cluster_service.py +3 -3
- pulumi_azure_native/servicefabric/node_type.py +3 -3
- pulumi_azure_native/servicefabric/outputs.py +277 -0
- pulumi_azure_native/servicefabric/v20200101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20220101/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20221001preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230301preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230701preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20230901preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231101preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20231201preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240201preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240401/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240601preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_application_type_version.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/managed_cluster_service.py +1 -1
- pulumi_azure_native/servicefabric/v20240901preview/node_type.py +1 -1
- pulumi_azure_native/servicefabric/v20241101preview/__init__.py +28 -0
- pulumi_azure_native/servicefabric/v20241101preview/_enums.py +523 -0
- pulumi_azure_native/servicefabric/v20241101preview/_inputs.py +5399 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster.py +759 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application.py +248 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application_type.py +177 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_application_type_version.py +197 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_fault_simulation.py +149 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_managed_cluster_service.py +183 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_node_type.py +863 -0
- pulumi_azure_native/servicefabric/v20241101preview/get_node_type_fault_simulation.py +155 -0
- pulumi_azure_native/servicefabric/v20241101preview/getmanaged_az_resiliency_status.py +101 -0
- pulumi_azure_native/servicefabric/v20241101preview/getmanaged_maintenance_window_status.py +170 -0
- pulumi_azure_native/servicefabric/v20241101preview/list_managed_cluster_fault_simulation.py +101 -0
- pulumi_azure_native/servicefabric/v20241101preview/list_node_type_fault_simulation.py +107 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster.py +1339 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application.py +409 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application_type.py +258 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_application_type_version.py +309 -0
- pulumi_azure_native/servicefabric/v20241101preview/managed_cluster_service.py +300 -0
- pulumi_azure_native/servicefabric/v20241101preview/node_type.py +1695 -0
- pulumi_azure_native/servicefabric/v20241101preview/outputs.py +4868 -0
- pulumi_azure_native/sovereign/__init__.py +24 -0
- pulumi_azure_native/sovereign/_enums.py +119 -0
- pulumi_azure_native/sovereign/_inputs.py +1208 -0
- pulumi_azure_native/sovereign/get_landing_zone_account_operation.py +187 -0
- pulumi_azure_native/sovereign/get_landing_zone_configuration_operation.py +151 -0
- pulumi_azure_native/sovereign/get_landing_zone_registration_operation.py +151 -0
- pulumi_azure_native/sovereign/landing_zone_account_operation.py +289 -0
- pulumi_azure_native/sovereign/landing_zone_configuration_operation.py +223 -0
- pulumi_azure_native/sovereign/landing_zone_registration_operation.py +223 -0
- pulumi_azure_native/sovereign/outputs.py +1237 -0
- pulumi_azure_native/sovereign/v20250227preview/__init__.py +16 -0
- pulumi_azure_native/sovereign/v20250227preview/_enums.py +119 -0
- pulumi_azure_native/sovereign/v20250227preview/_inputs.py +1208 -0
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_account_operation.py +185 -0
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_configuration_operation.py +149 -0
- pulumi_azure_native/sovereign/v20250227preview/get_landing_zone_registration_operation.py +149 -0
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_account_operation.py +287 -0
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_configuration_operation.py +221 -0
- pulumi_azure_native/sovereign/v20250227preview/landing_zone_registration_operation.py +221 -0
- pulumi_azure_native/sovereign/v20250227preview/outputs.py +1237 -0
- pulumi_azure_native/storage/__init__.py +3 -0
- pulumi_azure_native/storage/blob_container.py +3 -3
- pulumi_azure_native/storage/blob_container_immutability_policy.py +3 -3
- pulumi_azure_native/storage/blob_inventory_policy.py +3 -3
- pulumi_azure_native/storage/blob_service_properties.py +3 -3
- pulumi_azure_native/storage/encryption_scope.py +3 -3
- pulumi_azure_native/storage/file_service_properties.py +3 -3
- pulumi_azure_native/storage/file_share.py +3 -3
- pulumi_azure_native/storage/get_blob_container.py +2 -2
- pulumi_azure_native/storage/get_blob_container_immutability_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_inventory_policy.py +2 -2
- pulumi_azure_native/storage/get_blob_service_properties.py +2 -2
- pulumi_azure_native/storage/get_encryption_scope.py +2 -2
- pulumi_azure_native/storage/get_file_service_properties.py +2 -2
- pulumi_azure_native/storage/get_file_share.py +2 -2
- pulumi_azure_native/storage/get_local_user.py +2 -2
- pulumi_azure_native/storage/get_management_policy.py +2 -2
- pulumi_azure_native/storage/get_object_replication_policy.py +2 -2
- pulumi_azure_native/storage/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/storage/get_queue.py +2 -2
- pulumi_azure_native/storage/get_queue_service_properties.py +2 -2
- pulumi_azure_native/storage/get_storage_account.py +2 -2
- pulumi_azure_native/storage/get_storage_task_assignment.py +4 -0
- pulumi_azure_native/storage/get_table.py +2 -2
- pulumi_azure_native/storage/get_table_service_properties.py +2 -2
- pulumi_azure_native/storage/list_local_user_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_keys.py +2 -2
- pulumi_azure_native/storage/list_storage_account_sas.py +2 -2
- pulumi_azure_native/storage/list_storage_account_service_sas.py +2 -2
- pulumi_azure_native/storage/local_user.py +3 -3
- pulumi_azure_native/storage/management_policy.py +3 -3
- pulumi_azure_native/storage/object_replication_policy.py +3 -3
- pulumi_azure_native/storage/private_endpoint_connection.py +3 -3
- pulumi_azure_native/storage/queue.py +3 -3
- pulumi_azure_native/storage/queue_service_properties.py +3 -3
- pulumi_azure_native/storage/storage_account.py +3 -3
- pulumi_azure_native/storage/storage_task_assignment.py +5 -1
- pulumi_azure_native/storage/table.py +3 -3
- pulumi_azure_native/storage/table_service_properties.py +3 -3
- pulumi_azure_native/storage/v20220901/blob_container.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20220901/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/file_share.py +1 -1
- pulumi_azure_native/storage/v20220901/local_user.py +1 -1
- pulumi_azure_native/storage/v20220901/management_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20220901/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20220901/queue.py +1 -1
- pulumi_azure_native/storage/v20220901/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20220901/storage_account.py +1 -1
- pulumi_azure_native/storage/v20220901/table.py +1 -1
- pulumi_azure_native/storage/v20220901/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230101/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/file_share.py +1 -1
- pulumi_azure_native/storage/v20230101/local_user.py +1 -1
- pulumi_azure_native/storage/v20230101/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230101/queue.py +1 -1
- pulumi_azure_native/storage/v20230101/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230101/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230101/table.py +1 -1
- pulumi_azure_native/storage/v20230101/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230401/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/file_share.py +1 -1
- pulumi_azure_native/storage/v20230401/local_user.py +1 -1
- pulumi_azure_native/storage/v20230401/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230401/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230401/queue.py +1 -1
- pulumi_azure_native/storage/v20230401/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230401/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230401/table.py +1 -1
- pulumi_azure_native/storage/v20230401/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_container.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_container_immutability_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_inventory_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/blob_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/encryption_scope.py +1 -1
- pulumi_azure_native/storage/v20230501/file_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/file_share.py +1 -1
- pulumi_azure_native/storage/v20230501/local_user.py +1 -1
- pulumi_azure_native/storage/v20230501/management_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/object_replication_policy.py +1 -1
- pulumi_azure_native/storage/v20230501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/storage/v20230501/queue.py +1 -1
- pulumi_azure_native/storage/v20230501/queue_service_properties.py +1 -1
- pulumi_azure_native/storage/v20230501/storage_account.py +1 -1
- pulumi_azure_native/storage/v20230501/storage_task_assignment.py +1 -1
- pulumi_azure_native/storage/v20230501/table.py +1 -1
- pulumi_azure_native/storage/v20230501/table_service_properties.py +1 -1
- pulumi_azure_native/storage/v20240101/__init__.py +48 -0
- pulumi_azure_native/storage/v20240101/_enums.py +442 -0
- pulumi_azure_native/storage/v20240101/_inputs.py +4834 -0
- pulumi_azure_native/storage/v20240101/blob_container.py +515 -0
- pulumi_azure_native/storage/v20240101/blob_container_immutability_policy.py +307 -0
- pulumi_azure_native/storage/v20240101/blob_inventory_policy.py +232 -0
- pulumi_azure_native/storage/v20240101/blob_service_properties.py +453 -0
- pulumi_azure_native/storage/v20240101/encryption_scope.py +318 -0
- pulumi_azure_native/storage/v20240101/file_service_properties.py +279 -0
- pulumi_azure_native/storage/v20240101/file_share.py +643 -0
- pulumi_azure_native/storage/v20240101/get_blob_container.py +401 -0
- pulumi_azure_native/storage/v20240101/get_blob_container_immutability_policy.py +196 -0
- pulumi_azure_native/storage/v20240101/get_blob_inventory_policy.py +163 -0
- pulumi_azure_native/storage/v20240101/get_blob_service_properties.py +261 -0
- pulumi_azure_native/storage/v20240101/get_encryption_scope.py +205 -0
- pulumi_azure_native/storage/v20240101/get_file_service_properties.py +177 -0
- pulumi_azure_native/storage/v20240101/get_file_share.py +505 -0
- pulumi_azure_native/storage/v20240101/get_local_user.py +303 -0
- pulumi_azure_native/storage/v20240101/get_management_policy.py +149 -0
- pulumi_azure_native/storage/v20240101/get_object_replication_policy.py +205 -0
- pulumi_azure_native/storage/v20240101/get_private_endpoint_connection.py +163 -0
- pulumi_azure_native/storage/v20240101/get_queue.py +145 -0
- pulumi_azure_native/storage/v20240101/get_queue_service_properties.py +135 -0
- pulumi_azure_native/storage/v20240101/get_storage_account.py +779 -0
- pulumi_azure_native/storage/v20240101/get_storage_task_assignment.py +135 -0
- pulumi_azure_native/storage/v20240101/get_table.py +149 -0
- pulumi_azure_native/storage/v20240101/get_table_service_properties.py +135 -0
- pulumi_azure_native/storage/v20240101/list_local_user_keys.py +107 -0
- pulumi_azure_native/storage/v20240101/list_storage_account_keys.py +93 -0
- pulumi_azure_native/storage/v20240101/list_storage_account_sas.py +135 -0
- pulumi_azure_native/storage/v20240101/list_storage_account_service_sas.py +195 -0
- pulumi_azure_native/storage/v20240101/local_user.py +501 -0
- pulumi_azure_native/storage/v20240101/management_policy.py +222 -0
- pulumi_azure_native/storage/v20240101/object_replication_policy.py +319 -0
- pulumi_azure_native/storage/v20240101/outputs.py +5740 -0
- pulumi_azure_native/storage/v20240101/private_endpoint_connection.py +232 -0
- pulumi_azure_native/storage/v20240101/queue.py +216 -0
- pulumi_azure_native/storage/v20240101/queue_service_properties.py +211 -0
- pulumi_azure_native/storage/v20240101/storage_account.py +1203 -0
- pulumi_azure_native/storage/v20240101/storage_task_assignment.py +212 -0
- pulumi_azure_native/storage/v20240101/table.py +219 -0
- pulumi_azure_native/storage/v20240101/table_service_properties.py +211 -0
- pulumi_azure_native/storagecache/__init__.py +3 -0
- pulumi_azure_native/storagecache/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/cache.py +3 -3
- pulumi_azure_native/storagecache/get_cache.py +2 -2
- pulumi_azure_native/storagecache/get_required_aml_fs_subnets_size.py +2 -2
- pulumi_azure_native/storagecache/get_storage_target.py +2 -2
- pulumi_azure_native/storagecache/import_job.py +1 -1
- pulumi_azure_native/storagecache/storage_target.py +3 -3
- pulumi_azure_native/storagecache/v20210301/cache.py +1 -1
- pulumi_azure_native/storagecache/v20210301/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230301preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20230501/cache.py +1 -1
- pulumi_azure_native/storagecache/v20230501/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/cache.py +1 -1
- pulumi_azure_native/storagecache/v20231101preview/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20240301/aml_filesystem.py +1 -1
- pulumi_azure_native/storagecache/v20240301/cache.py +1 -1
- pulumi_azure_native/storagecache/v20240301/import_job.py +1 -1
- pulumi_azure_native/storagecache/v20240301/storage_target.py +1 -1
- pulumi_azure_native/storagecache/v20240701/__init__.py +21 -0
- pulumi_azure_native/storagecache/v20240701/_enums.py +146 -0
- pulumi_azure_native/storagecache/v20240701/_inputs.py +2089 -0
- pulumi_azure_native/storagecache/v20240701/aml_filesystem.py +533 -0
- pulumi_azure_native/storagecache/v20240701/auto_export_job.py +490 -0
- pulumi_azure_native/storagecache/v20240701/cache.py +579 -0
- pulumi_azure_native/storagecache/v20240701/get_aml_filesystem.py +339 -0
- pulumi_azure_native/storagecache/v20240701/get_auto_export_job.py +415 -0
- pulumi_azure_native/storagecache/v20240701/get_cache.py +381 -0
- pulumi_azure_native/storagecache/v20240701/get_import_job.py +457 -0
- pulumi_azure_native/storagecache/v20240701/get_required_aml_fs_subnets_size.py +87 -0
- pulumi_azure_native/storagecache/v20240701/get_storage_target.py +275 -0
- pulumi_azure_native/storagecache/v20240701/import_job.py +547 -0
- pulumi_azure_native/storagecache/v20240701/outputs.py +2735 -0
- pulumi_azure_native/storagecache/v20240701/storage_target.py +426 -0
- {pulumi_azure_native-2.86.0a1738343576.dist-info → pulumi_azure_native-2.87.0.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.86.0a1738343576.dist-info → pulumi_azure_native-2.87.0.dist-info}/RECORD +2156 -1743
- pulumi_azure_native/networkanalytics/__init__.py +0 -23
- pulumi_azure_native/networkanalytics/_enums.py +0 -64
- pulumi_azure_native/networkanalytics/_inputs.py +0 -438
- pulumi_azure_native/networkanalytics/data_product.py +0 -720
- pulumi_azure_native/networkanalytics/data_type.py +0 -339
- pulumi_azure_native/networkanalytics/get_data_product.py +0 -439
- pulumi_azure_native/networkanalytics/get_data_type.py +0 -235
- pulumi_azure_native/networkanalytics/list_data_product_roles_assignments.py +0 -103
- pulumi_azure_native/networkanalytics/outputs.py +0 -684
- pulumi_azure_native/networkanalytics/v20231115/_enums.py +0 -64
- pulumi_azure_native/networkanalytics/v20231115/_inputs.py +0 -438
- pulumi_azure_native/networkanalytics/v20231115/data_product.py +0 -718
- pulumi_azure_native/networkanalytics/v20231115/data_type.py +0 -337
- pulumi_azure_native/networkanalytics/v20231115/get_data_product.py +0 -437
- pulumi_azure_native/networkanalytics/v20231115/get_data_type.py +0 -233
- pulumi_azure_native/networkanalytics/v20231115/list_data_product_roles_assignments.py +0 -101
- pulumi_azure_native/networkanalytics/v20231115/outputs.py +0 -684
- {pulumi_azure_native-2.86.0a1738343576.dist-info → pulumi_azure_native-2.87.0.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.86.0a1738343576.dist-info → pulumi_azure_native-2.87.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,3570 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'AbsoluteDeleteOptionArgs',
|
|
20
|
+
'AbsoluteDeleteOptionArgsDict',
|
|
21
|
+
'AdhocBasedTaggingCriteriaArgs',
|
|
22
|
+
'AdhocBasedTaggingCriteriaArgsDict',
|
|
23
|
+
'AdhocBasedTriggerContextArgs',
|
|
24
|
+
'AdhocBasedTriggerContextArgsDict',
|
|
25
|
+
'AzureBackupParamsArgs',
|
|
26
|
+
'AzureBackupParamsArgsDict',
|
|
27
|
+
'AzureBackupRuleArgs',
|
|
28
|
+
'AzureBackupRuleArgsDict',
|
|
29
|
+
'AzureMonitorAlertSettingsArgs',
|
|
30
|
+
'AzureMonitorAlertSettingsArgsDict',
|
|
31
|
+
'AzureOperationalStoreParametersArgs',
|
|
32
|
+
'AzureOperationalStoreParametersArgsDict',
|
|
33
|
+
'AzureRetentionRuleArgs',
|
|
34
|
+
'AzureRetentionRuleArgsDict',
|
|
35
|
+
'BackupInstanceArgs',
|
|
36
|
+
'BackupInstanceArgsDict',
|
|
37
|
+
'BackupPolicyArgs',
|
|
38
|
+
'BackupPolicyArgsDict',
|
|
39
|
+
'BackupScheduleArgs',
|
|
40
|
+
'BackupScheduleArgsDict',
|
|
41
|
+
'BackupVaultArgs',
|
|
42
|
+
'BackupVaultArgsDict',
|
|
43
|
+
'BlobBackupDatasourceParametersArgs',
|
|
44
|
+
'BlobBackupDatasourceParametersArgsDict',
|
|
45
|
+
'CmkKekIdentityArgs',
|
|
46
|
+
'CmkKekIdentityArgsDict',
|
|
47
|
+
'CmkKeyVaultPropertiesArgs',
|
|
48
|
+
'CmkKeyVaultPropertiesArgsDict',
|
|
49
|
+
'CopyOnExpiryOptionArgs',
|
|
50
|
+
'CopyOnExpiryOptionArgsDict',
|
|
51
|
+
'CrossRegionRestoreSettingsArgs',
|
|
52
|
+
'CrossRegionRestoreSettingsArgsDict',
|
|
53
|
+
'CrossSubscriptionRestoreSettingsArgs',
|
|
54
|
+
'CrossSubscriptionRestoreSettingsArgsDict',
|
|
55
|
+
'CustomCopyOptionArgs',
|
|
56
|
+
'CustomCopyOptionArgsDict',
|
|
57
|
+
'DataStoreInfoBaseArgs',
|
|
58
|
+
'DataStoreInfoBaseArgsDict',
|
|
59
|
+
'DatasourceSetArgs',
|
|
60
|
+
'DatasourceSetArgsDict',
|
|
61
|
+
'DatasourceArgs',
|
|
62
|
+
'DatasourceArgsDict',
|
|
63
|
+
'DayArgs',
|
|
64
|
+
'DayArgsDict',
|
|
65
|
+
'DefaultResourcePropertiesArgs',
|
|
66
|
+
'DefaultResourcePropertiesArgsDict',
|
|
67
|
+
'DppIdentityDetailsArgs',
|
|
68
|
+
'DppIdentityDetailsArgsDict',
|
|
69
|
+
'EncryptionSettingsArgs',
|
|
70
|
+
'EncryptionSettingsArgsDict',
|
|
71
|
+
'FeatureSettingsArgs',
|
|
72
|
+
'FeatureSettingsArgsDict',
|
|
73
|
+
'IdentityDetailsArgs',
|
|
74
|
+
'IdentityDetailsArgsDict',
|
|
75
|
+
'ImmediateCopyOptionArgs',
|
|
76
|
+
'ImmediateCopyOptionArgsDict',
|
|
77
|
+
'ImmutabilitySettingsArgs',
|
|
78
|
+
'ImmutabilitySettingsArgsDict',
|
|
79
|
+
'KubernetesClusterBackupDatasourceParametersArgs',
|
|
80
|
+
'KubernetesClusterBackupDatasourceParametersArgsDict',
|
|
81
|
+
'MonitoringSettingsArgs',
|
|
82
|
+
'MonitoringSettingsArgsDict',
|
|
83
|
+
'NamespacedNameResourceArgs',
|
|
84
|
+
'NamespacedNameResourceArgsDict',
|
|
85
|
+
'PolicyInfoArgs',
|
|
86
|
+
'PolicyInfoArgsDict',
|
|
87
|
+
'PolicyParametersArgs',
|
|
88
|
+
'PolicyParametersArgsDict',
|
|
89
|
+
'ResourceGuardOperationDetailArgs',
|
|
90
|
+
'ResourceGuardOperationDetailArgsDict',
|
|
91
|
+
'ResourceGuardProxyBaseArgs',
|
|
92
|
+
'ResourceGuardProxyBaseArgsDict',
|
|
93
|
+
'ResourceGuardArgs',
|
|
94
|
+
'ResourceGuardArgsDict',
|
|
95
|
+
'RetentionTagArgs',
|
|
96
|
+
'RetentionTagArgsDict',
|
|
97
|
+
'ScheduleBasedBackupCriteriaArgs',
|
|
98
|
+
'ScheduleBasedBackupCriteriaArgsDict',
|
|
99
|
+
'ScheduleBasedTriggerContextArgs',
|
|
100
|
+
'ScheduleBasedTriggerContextArgsDict',
|
|
101
|
+
'SecretStoreBasedAuthCredentialsArgs',
|
|
102
|
+
'SecretStoreBasedAuthCredentialsArgsDict',
|
|
103
|
+
'SecretStoreResourceArgs',
|
|
104
|
+
'SecretStoreResourceArgsDict',
|
|
105
|
+
'SecuritySettingsArgs',
|
|
106
|
+
'SecuritySettingsArgsDict',
|
|
107
|
+
'SoftDeleteSettingsArgs',
|
|
108
|
+
'SoftDeleteSettingsArgsDict',
|
|
109
|
+
'SourceLifeCycleArgs',
|
|
110
|
+
'SourceLifeCycleArgsDict',
|
|
111
|
+
'StorageSettingArgs',
|
|
112
|
+
'StorageSettingArgsDict',
|
|
113
|
+
'TaggingCriteriaArgs',
|
|
114
|
+
'TaggingCriteriaArgsDict',
|
|
115
|
+
'TargetCopySettingArgs',
|
|
116
|
+
'TargetCopySettingArgsDict',
|
|
117
|
+
]
|
|
118
|
+
|
|
119
|
+
MYPY = False
|
|
120
|
+
|
|
121
|
+
if not MYPY:
|
|
122
|
+
class AbsoluteDeleteOptionArgsDict(TypedDict):
|
|
123
|
+
"""
|
|
124
|
+
Delete option with duration
|
|
125
|
+
"""
|
|
126
|
+
duration: pulumi.Input[str]
|
|
127
|
+
"""
|
|
128
|
+
Duration of deletion after given timespan
|
|
129
|
+
"""
|
|
130
|
+
object_type: pulumi.Input[str]
|
|
131
|
+
"""
|
|
132
|
+
Type of the specific object - used for deserializing
|
|
133
|
+
Expected value is 'AbsoluteDeleteOption'.
|
|
134
|
+
"""
|
|
135
|
+
elif False:
|
|
136
|
+
AbsoluteDeleteOptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
137
|
+
|
|
138
|
+
@pulumi.input_type
|
|
139
|
+
class AbsoluteDeleteOptionArgs:
|
|
140
|
+
def __init__(__self__, *,
|
|
141
|
+
duration: pulumi.Input[str],
|
|
142
|
+
object_type: pulumi.Input[str]):
|
|
143
|
+
"""
|
|
144
|
+
Delete option with duration
|
|
145
|
+
:param pulumi.Input[str] duration: Duration of deletion after given timespan
|
|
146
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
147
|
+
Expected value is 'AbsoluteDeleteOption'.
|
|
148
|
+
"""
|
|
149
|
+
pulumi.set(__self__, "duration", duration)
|
|
150
|
+
pulumi.set(__self__, "object_type", 'AbsoluteDeleteOption')
|
|
151
|
+
|
|
152
|
+
@property
|
|
153
|
+
@pulumi.getter
|
|
154
|
+
def duration(self) -> pulumi.Input[str]:
|
|
155
|
+
"""
|
|
156
|
+
Duration of deletion after given timespan
|
|
157
|
+
"""
|
|
158
|
+
return pulumi.get(self, "duration")
|
|
159
|
+
|
|
160
|
+
@duration.setter
|
|
161
|
+
def duration(self, value: pulumi.Input[str]):
|
|
162
|
+
pulumi.set(self, "duration", value)
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
@pulumi.getter(name="objectType")
|
|
166
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
167
|
+
"""
|
|
168
|
+
Type of the specific object - used for deserializing
|
|
169
|
+
Expected value is 'AbsoluteDeleteOption'.
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "object_type")
|
|
172
|
+
|
|
173
|
+
@object_type.setter
|
|
174
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
175
|
+
pulumi.set(self, "object_type", value)
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
if not MYPY:
|
|
179
|
+
class AdhocBasedTaggingCriteriaArgsDict(TypedDict):
|
|
180
|
+
"""
|
|
181
|
+
Adhoc backup tagging criteria
|
|
182
|
+
"""
|
|
183
|
+
tag_info: NotRequired[pulumi.Input['RetentionTagArgsDict']]
|
|
184
|
+
"""
|
|
185
|
+
Retention tag information
|
|
186
|
+
"""
|
|
187
|
+
elif False:
|
|
188
|
+
AdhocBasedTaggingCriteriaArgsDict: TypeAlias = Mapping[str, Any]
|
|
189
|
+
|
|
190
|
+
@pulumi.input_type
|
|
191
|
+
class AdhocBasedTaggingCriteriaArgs:
|
|
192
|
+
def __init__(__self__, *,
|
|
193
|
+
tag_info: Optional[pulumi.Input['RetentionTagArgs']] = None):
|
|
194
|
+
"""
|
|
195
|
+
Adhoc backup tagging criteria
|
|
196
|
+
:param pulumi.Input['RetentionTagArgs'] tag_info: Retention tag information
|
|
197
|
+
"""
|
|
198
|
+
if tag_info is not None:
|
|
199
|
+
pulumi.set(__self__, "tag_info", tag_info)
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter(name="tagInfo")
|
|
203
|
+
def tag_info(self) -> Optional[pulumi.Input['RetentionTagArgs']]:
|
|
204
|
+
"""
|
|
205
|
+
Retention tag information
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "tag_info")
|
|
208
|
+
|
|
209
|
+
@tag_info.setter
|
|
210
|
+
def tag_info(self, value: Optional[pulumi.Input['RetentionTagArgs']]):
|
|
211
|
+
pulumi.set(self, "tag_info", value)
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
if not MYPY:
|
|
215
|
+
class AdhocBasedTriggerContextArgsDict(TypedDict):
|
|
216
|
+
"""
|
|
217
|
+
Adhoc trigger context
|
|
218
|
+
"""
|
|
219
|
+
object_type: pulumi.Input[str]
|
|
220
|
+
"""
|
|
221
|
+
Type of the specific object - used for deserializing
|
|
222
|
+
Expected value is 'AdhocBasedTriggerContext'.
|
|
223
|
+
"""
|
|
224
|
+
tagging_criteria: pulumi.Input['AdhocBasedTaggingCriteriaArgsDict']
|
|
225
|
+
"""
|
|
226
|
+
Tagging Criteria containing retention tag for adhoc backup.
|
|
227
|
+
"""
|
|
228
|
+
elif False:
|
|
229
|
+
AdhocBasedTriggerContextArgsDict: TypeAlias = Mapping[str, Any]
|
|
230
|
+
|
|
231
|
+
@pulumi.input_type
|
|
232
|
+
class AdhocBasedTriggerContextArgs:
|
|
233
|
+
def __init__(__self__, *,
|
|
234
|
+
object_type: pulumi.Input[str],
|
|
235
|
+
tagging_criteria: pulumi.Input['AdhocBasedTaggingCriteriaArgs']):
|
|
236
|
+
"""
|
|
237
|
+
Adhoc trigger context
|
|
238
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
239
|
+
Expected value is 'AdhocBasedTriggerContext'.
|
|
240
|
+
:param pulumi.Input['AdhocBasedTaggingCriteriaArgs'] tagging_criteria: Tagging Criteria containing retention tag for adhoc backup.
|
|
241
|
+
"""
|
|
242
|
+
pulumi.set(__self__, "object_type", 'AdhocBasedTriggerContext')
|
|
243
|
+
pulumi.set(__self__, "tagging_criteria", tagging_criteria)
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter(name="objectType")
|
|
247
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
248
|
+
"""
|
|
249
|
+
Type of the specific object - used for deserializing
|
|
250
|
+
Expected value is 'AdhocBasedTriggerContext'.
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "object_type")
|
|
253
|
+
|
|
254
|
+
@object_type.setter
|
|
255
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
256
|
+
pulumi.set(self, "object_type", value)
|
|
257
|
+
|
|
258
|
+
@property
|
|
259
|
+
@pulumi.getter(name="taggingCriteria")
|
|
260
|
+
def tagging_criteria(self) -> pulumi.Input['AdhocBasedTaggingCriteriaArgs']:
|
|
261
|
+
"""
|
|
262
|
+
Tagging Criteria containing retention tag for adhoc backup.
|
|
263
|
+
"""
|
|
264
|
+
return pulumi.get(self, "tagging_criteria")
|
|
265
|
+
|
|
266
|
+
@tagging_criteria.setter
|
|
267
|
+
def tagging_criteria(self, value: pulumi.Input['AdhocBasedTaggingCriteriaArgs']):
|
|
268
|
+
pulumi.set(self, "tagging_criteria", value)
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
if not MYPY:
|
|
272
|
+
class AzureBackupParamsArgsDict(TypedDict):
|
|
273
|
+
"""
|
|
274
|
+
Azure backup parameters
|
|
275
|
+
"""
|
|
276
|
+
backup_type: pulumi.Input[str]
|
|
277
|
+
"""
|
|
278
|
+
BackupType ; Full/Incremental etc
|
|
279
|
+
"""
|
|
280
|
+
object_type: pulumi.Input[str]
|
|
281
|
+
"""
|
|
282
|
+
Type of the specific object - used for deserializing
|
|
283
|
+
Expected value is 'AzureBackupParams'.
|
|
284
|
+
"""
|
|
285
|
+
elif False:
|
|
286
|
+
AzureBackupParamsArgsDict: TypeAlias = Mapping[str, Any]
|
|
287
|
+
|
|
288
|
+
@pulumi.input_type
|
|
289
|
+
class AzureBackupParamsArgs:
|
|
290
|
+
def __init__(__self__, *,
|
|
291
|
+
backup_type: pulumi.Input[str],
|
|
292
|
+
object_type: pulumi.Input[str]):
|
|
293
|
+
"""
|
|
294
|
+
Azure backup parameters
|
|
295
|
+
:param pulumi.Input[str] backup_type: BackupType ; Full/Incremental etc
|
|
296
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
297
|
+
Expected value is 'AzureBackupParams'.
|
|
298
|
+
"""
|
|
299
|
+
pulumi.set(__self__, "backup_type", backup_type)
|
|
300
|
+
pulumi.set(__self__, "object_type", 'AzureBackupParams')
|
|
301
|
+
|
|
302
|
+
@property
|
|
303
|
+
@pulumi.getter(name="backupType")
|
|
304
|
+
def backup_type(self) -> pulumi.Input[str]:
|
|
305
|
+
"""
|
|
306
|
+
BackupType ; Full/Incremental etc
|
|
307
|
+
"""
|
|
308
|
+
return pulumi.get(self, "backup_type")
|
|
309
|
+
|
|
310
|
+
@backup_type.setter
|
|
311
|
+
def backup_type(self, value: pulumi.Input[str]):
|
|
312
|
+
pulumi.set(self, "backup_type", value)
|
|
313
|
+
|
|
314
|
+
@property
|
|
315
|
+
@pulumi.getter(name="objectType")
|
|
316
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
317
|
+
"""
|
|
318
|
+
Type of the specific object - used for deserializing
|
|
319
|
+
Expected value is 'AzureBackupParams'.
|
|
320
|
+
"""
|
|
321
|
+
return pulumi.get(self, "object_type")
|
|
322
|
+
|
|
323
|
+
@object_type.setter
|
|
324
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
325
|
+
pulumi.set(self, "object_type", value)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
if not MYPY:
|
|
329
|
+
class AzureBackupRuleArgsDict(TypedDict):
|
|
330
|
+
"""
|
|
331
|
+
Azure backup rule
|
|
332
|
+
"""
|
|
333
|
+
data_store: pulumi.Input['DataStoreInfoBaseArgsDict']
|
|
334
|
+
"""
|
|
335
|
+
DataStoreInfo base
|
|
336
|
+
"""
|
|
337
|
+
name: pulumi.Input[str]
|
|
338
|
+
object_type: pulumi.Input[str]
|
|
339
|
+
"""
|
|
340
|
+
|
|
341
|
+
Expected value is 'AzureBackupRule'.
|
|
342
|
+
"""
|
|
343
|
+
trigger: pulumi.Input[Union['AdhocBasedTriggerContextArgsDict', 'ScheduleBasedTriggerContextArgsDict']]
|
|
344
|
+
"""
|
|
345
|
+
Trigger context
|
|
346
|
+
"""
|
|
347
|
+
backup_parameters: NotRequired[pulumi.Input['AzureBackupParamsArgsDict']]
|
|
348
|
+
"""
|
|
349
|
+
BackupParameters base
|
|
350
|
+
"""
|
|
351
|
+
elif False:
|
|
352
|
+
AzureBackupRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
353
|
+
|
|
354
|
+
@pulumi.input_type
|
|
355
|
+
class AzureBackupRuleArgs:
|
|
356
|
+
def __init__(__self__, *,
|
|
357
|
+
data_store: pulumi.Input['DataStoreInfoBaseArgs'],
|
|
358
|
+
name: pulumi.Input[str],
|
|
359
|
+
object_type: pulumi.Input[str],
|
|
360
|
+
trigger: pulumi.Input[Union['AdhocBasedTriggerContextArgs', 'ScheduleBasedTriggerContextArgs']],
|
|
361
|
+
backup_parameters: Optional[pulumi.Input['AzureBackupParamsArgs']] = None):
|
|
362
|
+
"""
|
|
363
|
+
Azure backup rule
|
|
364
|
+
:param pulumi.Input['DataStoreInfoBaseArgs'] data_store: DataStoreInfo base
|
|
365
|
+
:param pulumi.Input[str] object_type:
|
|
366
|
+
Expected value is 'AzureBackupRule'.
|
|
367
|
+
:param pulumi.Input[Union['AdhocBasedTriggerContextArgs', 'ScheduleBasedTriggerContextArgs']] trigger: Trigger context
|
|
368
|
+
:param pulumi.Input['AzureBackupParamsArgs'] backup_parameters: BackupParameters base
|
|
369
|
+
"""
|
|
370
|
+
pulumi.set(__self__, "data_store", data_store)
|
|
371
|
+
pulumi.set(__self__, "name", name)
|
|
372
|
+
pulumi.set(__self__, "object_type", 'AzureBackupRule')
|
|
373
|
+
pulumi.set(__self__, "trigger", trigger)
|
|
374
|
+
if backup_parameters is not None:
|
|
375
|
+
pulumi.set(__self__, "backup_parameters", backup_parameters)
|
|
376
|
+
|
|
377
|
+
@property
|
|
378
|
+
@pulumi.getter(name="dataStore")
|
|
379
|
+
def data_store(self) -> pulumi.Input['DataStoreInfoBaseArgs']:
|
|
380
|
+
"""
|
|
381
|
+
DataStoreInfo base
|
|
382
|
+
"""
|
|
383
|
+
return pulumi.get(self, "data_store")
|
|
384
|
+
|
|
385
|
+
@data_store.setter
|
|
386
|
+
def data_store(self, value: pulumi.Input['DataStoreInfoBaseArgs']):
|
|
387
|
+
pulumi.set(self, "data_store", value)
|
|
388
|
+
|
|
389
|
+
@property
|
|
390
|
+
@pulumi.getter
|
|
391
|
+
def name(self) -> pulumi.Input[str]:
|
|
392
|
+
return pulumi.get(self, "name")
|
|
393
|
+
|
|
394
|
+
@name.setter
|
|
395
|
+
def name(self, value: pulumi.Input[str]):
|
|
396
|
+
pulumi.set(self, "name", value)
|
|
397
|
+
|
|
398
|
+
@property
|
|
399
|
+
@pulumi.getter(name="objectType")
|
|
400
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
401
|
+
"""
|
|
402
|
+
|
|
403
|
+
Expected value is 'AzureBackupRule'.
|
|
404
|
+
"""
|
|
405
|
+
return pulumi.get(self, "object_type")
|
|
406
|
+
|
|
407
|
+
@object_type.setter
|
|
408
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
409
|
+
pulumi.set(self, "object_type", value)
|
|
410
|
+
|
|
411
|
+
@property
|
|
412
|
+
@pulumi.getter
|
|
413
|
+
def trigger(self) -> pulumi.Input[Union['AdhocBasedTriggerContextArgs', 'ScheduleBasedTriggerContextArgs']]:
|
|
414
|
+
"""
|
|
415
|
+
Trigger context
|
|
416
|
+
"""
|
|
417
|
+
return pulumi.get(self, "trigger")
|
|
418
|
+
|
|
419
|
+
@trigger.setter
|
|
420
|
+
def trigger(self, value: pulumi.Input[Union['AdhocBasedTriggerContextArgs', 'ScheduleBasedTriggerContextArgs']]):
|
|
421
|
+
pulumi.set(self, "trigger", value)
|
|
422
|
+
|
|
423
|
+
@property
|
|
424
|
+
@pulumi.getter(name="backupParameters")
|
|
425
|
+
def backup_parameters(self) -> Optional[pulumi.Input['AzureBackupParamsArgs']]:
|
|
426
|
+
"""
|
|
427
|
+
BackupParameters base
|
|
428
|
+
"""
|
|
429
|
+
return pulumi.get(self, "backup_parameters")
|
|
430
|
+
|
|
431
|
+
@backup_parameters.setter
|
|
432
|
+
def backup_parameters(self, value: Optional[pulumi.Input['AzureBackupParamsArgs']]):
|
|
433
|
+
pulumi.set(self, "backup_parameters", value)
|
|
434
|
+
|
|
435
|
+
|
|
436
|
+
if not MYPY:
|
|
437
|
+
class AzureMonitorAlertSettingsArgsDict(TypedDict):
|
|
438
|
+
"""
|
|
439
|
+
Settings for Azure Monitor based alerts
|
|
440
|
+
"""
|
|
441
|
+
alerts_for_all_job_failures: NotRequired[pulumi.Input[Union[str, 'AlertsState']]]
|
|
442
|
+
elif False:
|
|
443
|
+
AzureMonitorAlertSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
444
|
+
|
|
445
|
+
@pulumi.input_type
|
|
446
|
+
class AzureMonitorAlertSettingsArgs:
|
|
447
|
+
def __init__(__self__, *,
|
|
448
|
+
alerts_for_all_job_failures: Optional[pulumi.Input[Union[str, 'AlertsState']]] = None):
|
|
449
|
+
"""
|
|
450
|
+
Settings for Azure Monitor based alerts
|
|
451
|
+
"""
|
|
452
|
+
if alerts_for_all_job_failures is not None:
|
|
453
|
+
pulumi.set(__self__, "alerts_for_all_job_failures", alerts_for_all_job_failures)
|
|
454
|
+
|
|
455
|
+
@property
|
|
456
|
+
@pulumi.getter(name="alertsForAllJobFailures")
|
|
457
|
+
def alerts_for_all_job_failures(self) -> Optional[pulumi.Input[Union[str, 'AlertsState']]]:
|
|
458
|
+
return pulumi.get(self, "alerts_for_all_job_failures")
|
|
459
|
+
|
|
460
|
+
@alerts_for_all_job_failures.setter
|
|
461
|
+
def alerts_for_all_job_failures(self, value: Optional[pulumi.Input[Union[str, 'AlertsState']]]):
|
|
462
|
+
pulumi.set(self, "alerts_for_all_job_failures", value)
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
if not MYPY:
|
|
466
|
+
class AzureOperationalStoreParametersArgsDict(TypedDict):
|
|
467
|
+
"""
|
|
468
|
+
Parameters for Operational-Tier DataStore
|
|
469
|
+
"""
|
|
470
|
+
data_store_type: pulumi.Input[Union[str, 'DataStoreTypes']]
|
|
471
|
+
"""
|
|
472
|
+
type of datastore; Operational/Vault/Archive
|
|
473
|
+
"""
|
|
474
|
+
object_type: pulumi.Input[str]
|
|
475
|
+
"""
|
|
476
|
+
Type of the specific object - used for deserializing
|
|
477
|
+
Expected value is 'AzureOperationalStoreParameters'.
|
|
478
|
+
"""
|
|
479
|
+
resource_group_id: NotRequired[pulumi.Input[str]]
|
|
480
|
+
"""
|
|
481
|
+
Gets or sets the Snapshot Resource Group Uri.
|
|
482
|
+
"""
|
|
483
|
+
elif False:
|
|
484
|
+
AzureOperationalStoreParametersArgsDict: TypeAlias = Mapping[str, Any]
|
|
485
|
+
|
|
486
|
+
@pulumi.input_type
|
|
487
|
+
class AzureOperationalStoreParametersArgs:
|
|
488
|
+
def __init__(__self__, *,
|
|
489
|
+
data_store_type: pulumi.Input[Union[str, 'DataStoreTypes']],
|
|
490
|
+
object_type: pulumi.Input[str],
|
|
491
|
+
resource_group_id: Optional[pulumi.Input[str]] = None):
|
|
492
|
+
"""
|
|
493
|
+
Parameters for Operational-Tier DataStore
|
|
494
|
+
:param pulumi.Input[Union[str, 'DataStoreTypes']] data_store_type: type of datastore; Operational/Vault/Archive
|
|
495
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
496
|
+
Expected value is 'AzureOperationalStoreParameters'.
|
|
497
|
+
:param pulumi.Input[str] resource_group_id: Gets or sets the Snapshot Resource Group Uri.
|
|
498
|
+
"""
|
|
499
|
+
pulumi.set(__self__, "data_store_type", data_store_type)
|
|
500
|
+
pulumi.set(__self__, "object_type", 'AzureOperationalStoreParameters')
|
|
501
|
+
if resource_group_id is not None:
|
|
502
|
+
pulumi.set(__self__, "resource_group_id", resource_group_id)
|
|
503
|
+
|
|
504
|
+
@property
|
|
505
|
+
@pulumi.getter(name="dataStoreType")
|
|
506
|
+
def data_store_type(self) -> pulumi.Input[Union[str, 'DataStoreTypes']]:
|
|
507
|
+
"""
|
|
508
|
+
type of datastore; Operational/Vault/Archive
|
|
509
|
+
"""
|
|
510
|
+
return pulumi.get(self, "data_store_type")
|
|
511
|
+
|
|
512
|
+
@data_store_type.setter
|
|
513
|
+
def data_store_type(self, value: pulumi.Input[Union[str, 'DataStoreTypes']]):
|
|
514
|
+
pulumi.set(self, "data_store_type", value)
|
|
515
|
+
|
|
516
|
+
@property
|
|
517
|
+
@pulumi.getter(name="objectType")
|
|
518
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
519
|
+
"""
|
|
520
|
+
Type of the specific object - used for deserializing
|
|
521
|
+
Expected value is 'AzureOperationalStoreParameters'.
|
|
522
|
+
"""
|
|
523
|
+
return pulumi.get(self, "object_type")
|
|
524
|
+
|
|
525
|
+
@object_type.setter
|
|
526
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
527
|
+
pulumi.set(self, "object_type", value)
|
|
528
|
+
|
|
529
|
+
@property
|
|
530
|
+
@pulumi.getter(name="resourceGroupId")
|
|
531
|
+
def resource_group_id(self) -> Optional[pulumi.Input[str]]:
|
|
532
|
+
"""
|
|
533
|
+
Gets or sets the Snapshot Resource Group Uri.
|
|
534
|
+
"""
|
|
535
|
+
return pulumi.get(self, "resource_group_id")
|
|
536
|
+
|
|
537
|
+
@resource_group_id.setter
|
|
538
|
+
def resource_group_id(self, value: Optional[pulumi.Input[str]]):
|
|
539
|
+
pulumi.set(self, "resource_group_id", value)
|
|
540
|
+
|
|
541
|
+
|
|
542
|
+
if not MYPY:
|
|
543
|
+
class AzureRetentionRuleArgsDict(TypedDict):
|
|
544
|
+
"""
|
|
545
|
+
Azure retention rule
|
|
546
|
+
"""
|
|
547
|
+
lifecycles: pulumi.Input[Sequence[pulumi.Input['SourceLifeCycleArgsDict']]]
|
|
548
|
+
name: pulumi.Input[str]
|
|
549
|
+
object_type: pulumi.Input[str]
|
|
550
|
+
"""
|
|
551
|
+
|
|
552
|
+
Expected value is 'AzureRetentionRule'.
|
|
553
|
+
"""
|
|
554
|
+
is_default: NotRequired[pulumi.Input[bool]]
|
|
555
|
+
elif False:
|
|
556
|
+
AzureRetentionRuleArgsDict: TypeAlias = Mapping[str, Any]
|
|
557
|
+
|
|
558
|
+
@pulumi.input_type
|
|
559
|
+
class AzureRetentionRuleArgs:
|
|
560
|
+
def __init__(__self__, *,
|
|
561
|
+
lifecycles: pulumi.Input[Sequence[pulumi.Input['SourceLifeCycleArgs']]],
|
|
562
|
+
name: pulumi.Input[str],
|
|
563
|
+
object_type: pulumi.Input[str],
|
|
564
|
+
is_default: Optional[pulumi.Input[bool]] = None):
|
|
565
|
+
"""
|
|
566
|
+
Azure retention rule
|
|
567
|
+
:param pulumi.Input[str] object_type:
|
|
568
|
+
Expected value is 'AzureRetentionRule'.
|
|
569
|
+
"""
|
|
570
|
+
pulumi.set(__self__, "lifecycles", lifecycles)
|
|
571
|
+
pulumi.set(__self__, "name", name)
|
|
572
|
+
pulumi.set(__self__, "object_type", 'AzureRetentionRule')
|
|
573
|
+
if is_default is not None:
|
|
574
|
+
pulumi.set(__self__, "is_default", is_default)
|
|
575
|
+
|
|
576
|
+
@property
|
|
577
|
+
@pulumi.getter
|
|
578
|
+
def lifecycles(self) -> pulumi.Input[Sequence[pulumi.Input['SourceLifeCycleArgs']]]:
|
|
579
|
+
return pulumi.get(self, "lifecycles")
|
|
580
|
+
|
|
581
|
+
@lifecycles.setter
|
|
582
|
+
def lifecycles(self, value: pulumi.Input[Sequence[pulumi.Input['SourceLifeCycleArgs']]]):
|
|
583
|
+
pulumi.set(self, "lifecycles", value)
|
|
584
|
+
|
|
585
|
+
@property
|
|
586
|
+
@pulumi.getter
|
|
587
|
+
def name(self) -> pulumi.Input[str]:
|
|
588
|
+
return pulumi.get(self, "name")
|
|
589
|
+
|
|
590
|
+
@name.setter
|
|
591
|
+
def name(self, value: pulumi.Input[str]):
|
|
592
|
+
pulumi.set(self, "name", value)
|
|
593
|
+
|
|
594
|
+
@property
|
|
595
|
+
@pulumi.getter(name="objectType")
|
|
596
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
597
|
+
"""
|
|
598
|
+
|
|
599
|
+
Expected value is 'AzureRetentionRule'.
|
|
600
|
+
"""
|
|
601
|
+
return pulumi.get(self, "object_type")
|
|
602
|
+
|
|
603
|
+
@object_type.setter
|
|
604
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
605
|
+
pulumi.set(self, "object_type", value)
|
|
606
|
+
|
|
607
|
+
@property
|
|
608
|
+
@pulumi.getter(name="isDefault")
|
|
609
|
+
def is_default(self) -> Optional[pulumi.Input[bool]]:
|
|
610
|
+
return pulumi.get(self, "is_default")
|
|
611
|
+
|
|
612
|
+
@is_default.setter
|
|
613
|
+
def is_default(self, value: Optional[pulumi.Input[bool]]):
|
|
614
|
+
pulumi.set(self, "is_default", value)
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
if not MYPY:
|
|
618
|
+
class BackupInstanceArgsDict(TypedDict):
|
|
619
|
+
"""
|
|
620
|
+
Backup Instance
|
|
621
|
+
"""
|
|
622
|
+
data_source_info: pulumi.Input['DatasourceArgsDict']
|
|
623
|
+
"""
|
|
624
|
+
Gets or sets the data source information.
|
|
625
|
+
"""
|
|
626
|
+
object_type: pulumi.Input[str]
|
|
627
|
+
policy_info: pulumi.Input['PolicyInfoArgsDict']
|
|
628
|
+
"""
|
|
629
|
+
Gets or sets the policy information.
|
|
630
|
+
"""
|
|
631
|
+
data_source_set_info: NotRequired[pulumi.Input['DatasourceSetArgsDict']]
|
|
632
|
+
"""
|
|
633
|
+
Gets or sets the data source set information.
|
|
634
|
+
"""
|
|
635
|
+
datasource_auth_credentials: NotRequired[pulumi.Input['SecretStoreBasedAuthCredentialsArgsDict']]
|
|
636
|
+
"""
|
|
637
|
+
Credentials to use to authenticate with data source provider.
|
|
638
|
+
"""
|
|
639
|
+
friendly_name: NotRequired[pulumi.Input[str]]
|
|
640
|
+
"""
|
|
641
|
+
Gets or sets the Backup Instance friendly name.
|
|
642
|
+
"""
|
|
643
|
+
identity_details: NotRequired[pulumi.Input['IdentityDetailsArgsDict']]
|
|
644
|
+
"""
|
|
645
|
+
Contains information of the Identity Details for the BI.
|
|
646
|
+
If it is null, default will be considered as System Assigned.
|
|
647
|
+
"""
|
|
648
|
+
resource_guard_operation_requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
649
|
+
"""
|
|
650
|
+
ResourceGuardOperationRequests on which LAC check will be performed
|
|
651
|
+
"""
|
|
652
|
+
validation_type: NotRequired[pulumi.Input[Union[str, 'ValidationType']]]
|
|
653
|
+
"""
|
|
654
|
+
Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.
|
|
655
|
+
"""
|
|
656
|
+
elif False:
|
|
657
|
+
BackupInstanceArgsDict: TypeAlias = Mapping[str, Any]
|
|
658
|
+
|
|
659
|
+
@pulumi.input_type
|
|
660
|
+
class BackupInstanceArgs:
|
|
661
|
+
def __init__(__self__, *,
|
|
662
|
+
data_source_info: pulumi.Input['DatasourceArgs'],
|
|
663
|
+
object_type: pulumi.Input[str],
|
|
664
|
+
policy_info: pulumi.Input['PolicyInfoArgs'],
|
|
665
|
+
data_source_set_info: Optional[pulumi.Input['DatasourceSetArgs']] = None,
|
|
666
|
+
datasource_auth_credentials: Optional[pulumi.Input['SecretStoreBasedAuthCredentialsArgs']] = None,
|
|
667
|
+
friendly_name: Optional[pulumi.Input[str]] = None,
|
|
668
|
+
identity_details: Optional[pulumi.Input['IdentityDetailsArgs']] = None,
|
|
669
|
+
resource_guard_operation_requests: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
670
|
+
validation_type: Optional[pulumi.Input[Union[str, 'ValidationType']]] = None):
|
|
671
|
+
"""
|
|
672
|
+
Backup Instance
|
|
673
|
+
:param pulumi.Input['DatasourceArgs'] data_source_info: Gets or sets the data source information.
|
|
674
|
+
:param pulumi.Input['PolicyInfoArgs'] policy_info: Gets or sets the policy information.
|
|
675
|
+
:param pulumi.Input['DatasourceSetArgs'] data_source_set_info: Gets or sets the data source set information.
|
|
676
|
+
:param pulumi.Input['SecretStoreBasedAuthCredentialsArgs'] datasource_auth_credentials: Credentials to use to authenticate with data source provider.
|
|
677
|
+
:param pulumi.Input[str] friendly_name: Gets or sets the Backup Instance friendly name.
|
|
678
|
+
:param pulumi.Input['IdentityDetailsArgs'] identity_details: Contains information of the Identity Details for the BI.
|
|
679
|
+
If it is null, default will be considered as System Assigned.
|
|
680
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] resource_guard_operation_requests: ResourceGuardOperationRequests on which LAC check will be performed
|
|
681
|
+
:param pulumi.Input[Union[str, 'ValidationType']] validation_type: Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.
|
|
682
|
+
"""
|
|
683
|
+
pulumi.set(__self__, "data_source_info", data_source_info)
|
|
684
|
+
pulumi.set(__self__, "object_type", object_type)
|
|
685
|
+
pulumi.set(__self__, "policy_info", policy_info)
|
|
686
|
+
if data_source_set_info is not None:
|
|
687
|
+
pulumi.set(__self__, "data_source_set_info", data_source_set_info)
|
|
688
|
+
if datasource_auth_credentials is not None:
|
|
689
|
+
pulumi.set(__self__, "datasource_auth_credentials", datasource_auth_credentials)
|
|
690
|
+
if friendly_name is not None:
|
|
691
|
+
pulumi.set(__self__, "friendly_name", friendly_name)
|
|
692
|
+
if identity_details is not None:
|
|
693
|
+
pulumi.set(__self__, "identity_details", identity_details)
|
|
694
|
+
if resource_guard_operation_requests is not None:
|
|
695
|
+
pulumi.set(__self__, "resource_guard_operation_requests", resource_guard_operation_requests)
|
|
696
|
+
if validation_type is not None:
|
|
697
|
+
pulumi.set(__self__, "validation_type", validation_type)
|
|
698
|
+
|
|
699
|
+
@property
|
|
700
|
+
@pulumi.getter(name="dataSourceInfo")
|
|
701
|
+
def data_source_info(self) -> pulumi.Input['DatasourceArgs']:
|
|
702
|
+
"""
|
|
703
|
+
Gets or sets the data source information.
|
|
704
|
+
"""
|
|
705
|
+
return pulumi.get(self, "data_source_info")
|
|
706
|
+
|
|
707
|
+
@data_source_info.setter
|
|
708
|
+
def data_source_info(self, value: pulumi.Input['DatasourceArgs']):
|
|
709
|
+
pulumi.set(self, "data_source_info", value)
|
|
710
|
+
|
|
711
|
+
@property
|
|
712
|
+
@pulumi.getter(name="objectType")
|
|
713
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
714
|
+
return pulumi.get(self, "object_type")
|
|
715
|
+
|
|
716
|
+
@object_type.setter
|
|
717
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
718
|
+
pulumi.set(self, "object_type", value)
|
|
719
|
+
|
|
720
|
+
@property
|
|
721
|
+
@pulumi.getter(name="policyInfo")
|
|
722
|
+
def policy_info(self) -> pulumi.Input['PolicyInfoArgs']:
|
|
723
|
+
"""
|
|
724
|
+
Gets or sets the policy information.
|
|
725
|
+
"""
|
|
726
|
+
return pulumi.get(self, "policy_info")
|
|
727
|
+
|
|
728
|
+
@policy_info.setter
|
|
729
|
+
def policy_info(self, value: pulumi.Input['PolicyInfoArgs']):
|
|
730
|
+
pulumi.set(self, "policy_info", value)
|
|
731
|
+
|
|
732
|
+
@property
|
|
733
|
+
@pulumi.getter(name="dataSourceSetInfo")
|
|
734
|
+
def data_source_set_info(self) -> Optional[pulumi.Input['DatasourceSetArgs']]:
|
|
735
|
+
"""
|
|
736
|
+
Gets or sets the data source set information.
|
|
737
|
+
"""
|
|
738
|
+
return pulumi.get(self, "data_source_set_info")
|
|
739
|
+
|
|
740
|
+
@data_source_set_info.setter
|
|
741
|
+
def data_source_set_info(self, value: Optional[pulumi.Input['DatasourceSetArgs']]):
|
|
742
|
+
pulumi.set(self, "data_source_set_info", value)
|
|
743
|
+
|
|
744
|
+
@property
|
|
745
|
+
@pulumi.getter(name="datasourceAuthCredentials")
|
|
746
|
+
def datasource_auth_credentials(self) -> Optional[pulumi.Input['SecretStoreBasedAuthCredentialsArgs']]:
|
|
747
|
+
"""
|
|
748
|
+
Credentials to use to authenticate with data source provider.
|
|
749
|
+
"""
|
|
750
|
+
return pulumi.get(self, "datasource_auth_credentials")
|
|
751
|
+
|
|
752
|
+
@datasource_auth_credentials.setter
|
|
753
|
+
def datasource_auth_credentials(self, value: Optional[pulumi.Input['SecretStoreBasedAuthCredentialsArgs']]):
|
|
754
|
+
pulumi.set(self, "datasource_auth_credentials", value)
|
|
755
|
+
|
|
756
|
+
@property
|
|
757
|
+
@pulumi.getter(name="friendlyName")
|
|
758
|
+
def friendly_name(self) -> Optional[pulumi.Input[str]]:
|
|
759
|
+
"""
|
|
760
|
+
Gets or sets the Backup Instance friendly name.
|
|
761
|
+
"""
|
|
762
|
+
return pulumi.get(self, "friendly_name")
|
|
763
|
+
|
|
764
|
+
@friendly_name.setter
|
|
765
|
+
def friendly_name(self, value: Optional[pulumi.Input[str]]):
|
|
766
|
+
pulumi.set(self, "friendly_name", value)
|
|
767
|
+
|
|
768
|
+
@property
|
|
769
|
+
@pulumi.getter(name="identityDetails")
|
|
770
|
+
def identity_details(self) -> Optional[pulumi.Input['IdentityDetailsArgs']]:
|
|
771
|
+
"""
|
|
772
|
+
Contains information of the Identity Details for the BI.
|
|
773
|
+
If it is null, default will be considered as System Assigned.
|
|
774
|
+
"""
|
|
775
|
+
return pulumi.get(self, "identity_details")
|
|
776
|
+
|
|
777
|
+
@identity_details.setter
|
|
778
|
+
def identity_details(self, value: Optional[pulumi.Input['IdentityDetailsArgs']]):
|
|
779
|
+
pulumi.set(self, "identity_details", value)
|
|
780
|
+
|
|
781
|
+
@property
|
|
782
|
+
@pulumi.getter(name="resourceGuardOperationRequests")
|
|
783
|
+
def resource_guard_operation_requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
784
|
+
"""
|
|
785
|
+
ResourceGuardOperationRequests on which LAC check will be performed
|
|
786
|
+
"""
|
|
787
|
+
return pulumi.get(self, "resource_guard_operation_requests")
|
|
788
|
+
|
|
789
|
+
@resource_guard_operation_requests.setter
|
|
790
|
+
def resource_guard_operation_requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
791
|
+
pulumi.set(self, "resource_guard_operation_requests", value)
|
|
792
|
+
|
|
793
|
+
@property
|
|
794
|
+
@pulumi.getter(name="validationType")
|
|
795
|
+
def validation_type(self) -> Optional[pulumi.Input[Union[str, 'ValidationType']]]:
|
|
796
|
+
"""
|
|
797
|
+
Specifies the type of validation. In case of DeepValidation, all validations from /validateForBackup API will run again.
|
|
798
|
+
"""
|
|
799
|
+
return pulumi.get(self, "validation_type")
|
|
800
|
+
|
|
801
|
+
@validation_type.setter
|
|
802
|
+
def validation_type(self, value: Optional[pulumi.Input[Union[str, 'ValidationType']]]):
|
|
803
|
+
pulumi.set(self, "validation_type", value)
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
if not MYPY:
|
|
807
|
+
class BackupPolicyArgsDict(TypedDict):
|
|
808
|
+
"""
|
|
809
|
+
Rule based backup policy
|
|
810
|
+
"""
|
|
811
|
+
datasource_types: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
812
|
+
"""
|
|
813
|
+
Type of datasource for the backup management
|
|
814
|
+
"""
|
|
815
|
+
object_type: pulumi.Input[str]
|
|
816
|
+
"""
|
|
817
|
+
|
|
818
|
+
Expected value is 'BackupPolicy'.
|
|
819
|
+
"""
|
|
820
|
+
policy_rules: pulumi.Input[Sequence[pulumi.Input[Union['AzureBackupRuleArgsDict', 'AzureRetentionRuleArgsDict']]]]
|
|
821
|
+
"""
|
|
822
|
+
Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc
|
|
823
|
+
"""
|
|
824
|
+
elif False:
|
|
825
|
+
BackupPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
826
|
+
|
|
827
|
+
@pulumi.input_type
|
|
828
|
+
class BackupPolicyArgs:
|
|
829
|
+
def __init__(__self__, *,
|
|
830
|
+
datasource_types: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
831
|
+
object_type: pulumi.Input[str],
|
|
832
|
+
policy_rules: pulumi.Input[Sequence[pulumi.Input[Union['AzureBackupRuleArgs', 'AzureRetentionRuleArgs']]]]):
|
|
833
|
+
"""
|
|
834
|
+
Rule based backup policy
|
|
835
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] datasource_types: Type of datasource for the backup management
|
|
836
|
+
:param pulumi.Input[str] object_type:
|
|
837
|
+
Expected value is 'BackupPolicy'.
|
|
838
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['AzureBackupRuleArgs', 'AzureRetentionRuleArgs']]]] policy_rules: Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc
|
|
839
|
+
"""
|
|
840
|
+
pulumi.set(__self__, "datasource_types", datasource_types)
|
|
841
|
+
pulumi.set(__self__, "object_type", 'BackupPolicy')
|
|
842
|
+
pulumi.set(__self__, "policy_rules", policy_rules)
|
|
843
|
+
|
|
844
|
+
@property
|
|
845
|
+
@pulumi.getter(name="datasourceTypes")
|
|
846
|
+
def datasource_types(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
847
|
+
"""
|
|
848
|
+
Type of datasource for the backup management
|
|
849
|
+
"""
|
|
850
|
+
return pulumi.get(self, "datasource_types")
|
|
851
|
+
|
|
852
|
+
@datasource_types.setter
|
|
853
|
+
def datasource_types(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
854
|
+
pulumi.set(self, "datasource_types", value)
|
|
855
|
+
|
|
856
|
+
@property
|
|
857
|
+
@pulumi.getter(name="objectType")
|
|
858
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
859
|
+
"""
|
|
860
|
+
|
|
861
|
+
Expected value is 'BackupPolicy'.
|
|
862
|
+
"""
|
|
863
|
+
return pulumi.get(self, "object_type")
|
|
864
|
+
|
|
865
|
+
@object_type.setter
|
|
866
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
867
|
+
pulumi.set(self, "object_type", value)
|
|
868
|
+
|
|
869
|
+
@property
|
|
870
|
+
@pulumi.getter(name="policyRules")
|
|
871
|
+
def policy_rules(self) -> pulumi.Input[Sequence[pulumi.Input[Union['AzureBackupRuleArgs', 'AzureRetentionRuleArgs']]]]:
|
|
872
|
+
"""
|
|
873
|
+
Policy rule dictionary that contains rules for each backuptype i.e Full/Incremental/Logs etc
|
|
874
|
+
"""
|
|
875
|
+
return pulumi.get(self, "policy_rules")
|
|
876
|
+
|
|
877
|
+
@policy_rules.setter
|
|
878
|
+
def policy_rules(self, value: pulumi.Input[Sequence[pulumi.Input[Union['AzureBackupRuleArgs', 'AzureRetentionRuleArgs']]]]):
|
|
879
|
+
pulumi.set(self, "policy_rules", value)
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
if not MYPY:
|
|
883
|
+
class BackupScheduleArgsDict(TypedDict):
|
|
884
|
+
"""
|
|
885
|
+
Schedule for backup
|
|
886
|
+
"""
|
|
887
|
+
repeating_time_intervals: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
888
|
+
"""
|
|
889
|
+
ISO 8601 repeating time interval format
|
|
890
|
+
"""
|
|
891
|
+
time_zone: NotRequired[pulumi.Input[str]]
|
|
892
|
+
"""
|
|
893
|
+
Time zone for a schedule. Example: Pacific Standard Time
|
|
894
|
+
"""
|
|
895
|
+
elif False:
|
|
896
|
+
BackupScheduleArgsDict: TypeAlias = Mapping[str, Any]
|
|
897
|
+
|
|
898
|
+
@pulumi.input_type
|
|
899
|
+
class BackupScheduleArgs:
|
|
900
|
+
def __init__(__self__, *,
|
|
901
|
+
repeating_time_intervals: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
902
|
+
time_zone: Optional[pulumi.Input[str]] = None):
|
|
903
|
+
"""
|
|
904
|
+
Schedule for backup
|
|
905
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] repeating_time_intervals: ISO 8601 repeating time interval format
|
|
906
|
+
:param pulumi.Input[str] time_zone: Time zone for a schedule. Example: Pacific Standard Time
|
|
907
|
+
"""
|
|
908
|
+
pulumi.set(__self__, "repeating_time_intervals", repeating_time_intervals)
|
|
909
|
+
if time_zone is not None:
|
|
910
|
+
pulumi.set(__self__, "time_zone", time_zone)
|
|
911
|
+
|
|
912
|
+
@property
|
|
913
|
+
@pulumi.getter(name="repeatingTimeIntervals")
|
|
914
|
+
def repeating_time_intervals(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
915
|
+
"""
|
|
916
|
+
ISO 8601 repeating time interval format
|
|
917
|
+
"""
|
|
918
|
+
return pulumi.get(self, "repeating_time_intervals")
|
|
919
|
+
|
|
920
|
+
@repeating_time_intervals.setter
|
|
921
|
+
def repeating_time_intervals(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
922
|
+
pulumi.set(self, "repeating_time_intervals", value)
|
|
923
|
+
|
|
924
|
+
@property
|
|
925
|
+
@pulumi.getter(name="timeZone")
|
|
926
|
+
def time_zone(self) -> Optional[pulumi.Input[str]]:
|
|
927
|
+
"""
|
|
928
|
+
Time zone for a schedule. Example: Pacific Standard Time
|
|
929
|
+
"""
|
|
930
|
+
return pulumi.get(self, "time_zone")
|
|
931
|
+
|
|
932
|
+
@time_zone.setter
|
|
933
|
+
def time_zone(self, value: Optional[pulumi.Input[str]]):
|
|
934
|
+
pulumi.set(self, "time_zone", value)
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
if not MYPY:
|
|
938
|
+
class BackupVaultArgsDict(TypedDict):
|
|
939
|
+
"""
|
|
940
|
+
Backup Vault
|
|
941
|
+
"""
|
|
942
|
+
storage_settings: pulumi.Input[Sequence[pulumi.Input['StorageSettingArgsDict']]]
|
|
943
|
+
"""
|
|
944
|
+
Storage Settings
|
|
945
|
+
"""
|
|
946
|
+
feature_settings: NotRequired[pulumi.Input['FeatureSettingsArgsDict']]
|
|
947
|
+
"""
|
|
948
|
+
Feature Settings
|
|
949
|
+
"""
|
|
950
|
+
monitoring_settings: NotRequired[pulumi.Input['MonitoringSettingsArgsDict']]
|
|
951
|
+
"""
|
|
952
|
+
Monitoring Settings
|
|
953
|
+
"""
|
|
954
|
+
replicated_regions: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
955
|
+
"""
|
|
956
|
+
List of replicated regions for Backup Vault
|
|
957
|
+
"""
|
|
958
|
+
resource_guard_operation_requests: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
959
|
+
"""
|
|
960
|
+
ResourceGuardOperationRequests on which LAC check will be performed
|
|
961
|
+
"""
|
|
962
|
+
security_settings: NotRequired[pulumi.Input['SecuritySettingsArgsDict']]
|
|
963
|
+
"""
|
|
964
|
+
Security Settings
|
|
965
|
+
"""
|
|
966
|
+
elif False:
|
|
967
|
+
BackupVaultArgsDict: TypeAlias = Mapping[str, Any]
|
|
968
|
+
|
|
969
|
+
@pulumi.input_type
|
|
970
|
+
class BackupVaultArgs:
|
|
971
|
+
def __init__(__self__, *,
|
|
972
|
+
storage_settings: pulumi.Input[Sequence[pulumi.Input['StorageSettingArgs']]],
|
|
973
|
+
feature_settings: Optional[pulumi.Input['FeatureSettingsArgs']] = None,
|
|
974
|
+
monitoring_settings: Optional[pulumi.Input['MonitoringSettingsArgs']] = None,
|
|
975
|
+
replicated_regions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
976
|
+
resource_guard_operation_requests: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
977
|
+
security_settings: Optional[pulumi.Input['SecuritySettingsArgs']] = None):
|
|
978
|
+
"""
|
|
979
|
+
Backup Vault
|
|
980
|
+
:param pulumi.Input[Sequence[pulumi.Input['StorageSettingArgs']]] storage_settings: Storage Settings
|
|
981
|
+
:param pulumi.Input['FeatureSettingsArgs'] feature_settings: Feature Settings
|
|
982
|
+
:param pulumi.Input['MonitoringSettingsArgs'] monitoring_settings: Monitoring Settings
|
|
983
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] replicated_regions: List of replicated regions for Backup Vault
|
|
984
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] resource_guard_operation_requests: ResourceGuardOperationRequests on which LAC check will be performed
|
|
985
|
+
:param pulumi.Input['SecuritySettingsArgs'] security_settings: Security Settings
|
|
986
|
+
"""
|
|
987
|
+
pulumi.set(__self__, "storage_settings", storage_settings)
|
|
988
|
+
if feature_settings is not None:
|
|
989
|
+
pulumi.set(__self__, "feature_settings", feature_settings)
|
|
990
|
+
if monitoring_settings is not None:
|
|
991
|
+
pulumi.set(__self__, "monitoring_settings", monitoring_settings)
|
|
992
|
+
if replicated_regions is not None:
|
|
993
|
+
pulumi.set(__self__, "replicated_regions", replicated_regions)
|
|
994
|
+
if resource_guard_operation_requests is not None:
|
|
995
|
+
pulumi.set(__self__, "resource_guard_operation_requests", resource_guard_operation_requests)
|
|
996
|
+
if security_settings is not None:
|
|
997
|
+
pulumi.set(__self__, "security_settings", security_settings)
|
|
998
|
+
|
|
999
|
+
@property
|
|
1000
|
+
@pulumi.getter(name="storageSettings")
|
|
1001
|
+
def storage_settings(self) -> pulumi.Input[Sequence[pulumi.Input['StorageSettingArgs']]]:
|
|
1002
|
+
"""
|
|
1003
|
+
Storage Settings
|
|
1004
|
+
"""
|
|
1005
|
+
return pulumi.get(self, "storage_settings")
|
|
1006
|
+
|
|
1007
|
+
@storage_settings.setter
|
|
1008
|
+
def storage_settings(self, value: pulumi.Input[Sequence[pulumi.Input['StorageSettingArgs']]]):
|
|
1009
|
+
pulumi.set(self, "storage_settings", value)
|
|
1010
|
+
|
|
1011
|
+
@property
|
|
1012
|
+
@pulumi.getter(name="featureSettings")
|
|
1013
|
+
def feature_settings(self) -> Optional[pulumi.Input['FeatureSettingsArgs']]:
|
|
1014
|
+
"""
|
|
1015
|
+
Feature Settings
|
|
1016
|
+
"""
|
|
1017
|
+
return pulumi.get(self, "feature_settings")
|
|
1018
|
+
|
|
1019
|
+
@feature_settings.setter
|
|
1020
|
+
def feature_settings(self, value: Optional[pulumi.Input['FeatureSettingsArgs']]):
|
|
1021
|
+
pulumi.set(self, "feature_settings", value)
|
|
1022
|
+
|
|
1023
|
+
@property
|
|
1024
|
+
@pulumi.getter(name="monitoringSettings")
|
|
1025
|
+
def monitoring_settings(self) -> Optional[pulumi.Input['MonitoringSettingsArgs']]:
|
|
1026
|
+
"""
|
|
1027
|
+
Monitoring Settings
|
|
1028
|
+
"""
|
|
1029
|
+
return pulumi.get(self, "monitoring_settings")
|
|
1030
|
+
|
|
1031
|
+
@monitoring_settings.setter
|
|
1032
|
+
def monitoring_settings(self, value: Optional[pulumi.Input['MonitoringSettingsArgs']]):
|
|
1033
|
+
pulumi.set(self, "monitoring_settings", value)
|
|
1034
|
+
|
|
1035
|
+
@property
|
|
1036
|
+
@pulumi.getter(name="replicatedRegions")
|
|
1037
|
+
def replicated_regions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1038
|
+
"""
|
|
1039
|
+
List of replicated regions for Backup Vault
|
|
1040
|
+
"""
|
|
1041
|
+
return pulumi.get(self, "replicated_regions")
|
|
1042
|
+
|
|
1043
|
+
@replicated_regions.setter
|
|
1044
|
+
def replicated_regions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1045
|
+
pulumi.set(self, "replicated_regions", value)
|
|
1046
|
+
|
|
1047
|
+
@property
|
|
1048
|
+
@pulumi.getter(name="resourceGuardOperationRequests")
|
|
1049
|
+
def resource_guard_operation_requests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1050
|
+
"""
|
|
1051
|
+
ResourceGuardOperationRequests on which LAC check will be performed
|
|
1052
|
+
"""
|
|
1053
|
+
return pulumi.get(self, "resource_guard_operation_requests")
|
|
1054
|
+
|
|
1055
|
+
@resource_guard_operation_requests.setter
|
|
1056
|
+
def resource_guard_operation_requests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1057
|
+
pulumi.set(self, "resource_guard_operation_requests", value)
|
|
1058
|
+
|
|
1059
|
+
@property
|
|
1060
|
+
@pulumi.getter(name="securitySettings")
|
|
1061
|
+
def security_settings(self) -> Optional[pulumi.Input['SecuritySettingsArgs']]:
|
|
1062
|
+
"""
|
|
1063
|
+
Security Settings
|
|
1064
|
+
"""
|
|
1065
|
+
return pulumi.get(self, "security_settings")
|
|
1066
|
+
|
|
1067
|
+
@security_settings.setter
|
|
1068
|
+
def security_settings(self, value: Optional[pulumi.Input['SecuritySettingsArgs']]):
|
|
1069
|
+
pulumi.set(self, "security_settings", value)
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
if not MYPY:
|
|
1073
|
+
class BlobBackupDatasourceParametersArgsDict(TypedDict):
|
|
1074
|
+
"""
|
|
1075
|
+
Parameters to be used during configuration of backup of blobs
|
|
1076
|
+
"""
|
|
1077
|
+
containers_list: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1078
|
+
"""
|
|
1079
|
+
List of containers to be backed up during configuration of backup of blobs
|
|
1080
|
+
"""
|
|
1081
|
+
object_type: pulumi.Input[str]
|
|
1082
|
+
"""
|
|
1083
|
+
Type of the specific object - used for deserializing
|
|
1084
|
+
Expected value is 'BlobBackupDatasourceParameters'.
|
|
1085
|
+
"""
|
|
1086
|
+
elif False:
|
|
1087
|
+
BlobBackupDatasourceParametersArgsDict: TypeAlias = Mapping[str, Any]
|
|
1088
|
+
|
|
1089
|
+
@pulumi.input_type
|
|
1090
|
+
class BlobBackupDatasourceParametersArgs:
|
|
1091
|
+
def __init__(__self__, *,
|
|
1092
|
+
containers_list: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
1093
|
+
object_type: pulumi.Input[str]):
|
|
1094
|
+
"""
|
|
1095
|
+
Parameters to be used during configuration of backup of blobs
|
|
1096
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] containers_list: List of containers to be backed up during configuration of backup of blobs
|
|
1097
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
1098
|
+
Expected value is 'BlobBackupDatasourceParameters'.
|
|
1099
|
+
"""
|
|
1100
|
+
pulumi.set(__self__, "containers_list", containers_list)
|
|
1101
|
+
pulumi.set(__self__, "object_type", 'BlobBackupDatasourceParameters')
|
|
1102
|
+
|
|
1103
|
+
@property
|
|
1104
|
+
@pulumi.getter(name="containersList")
|
|
1105
|
+
def containers_list(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1106
|
+
"""
|
|
1107
|
+
List of containers to be backed up during configuration of backup of blobs
|
|
1108
|
+
"""
|
|
1109
|
+
return pulumi.get(self, "containers_list")
|
|
1110
|
+
|
|
1111
|
+
@containers_list.setter
|
|
1112
|
+
def containers_list(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1113
|
+
pulumi.set(self, "containers_list", value)
|
|
1114
|
+
|
|
1115
|
+
@property
|
|
1116
|
+
@pulumi.getter(name="objectType")
|
|
1117
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
1118
|
+
"""
|
|
1119
|
+
Type of the specific object - used for deserializing
|
|
1120
|
+
Expected value is 'BlobBackupDatasourceParameters'.
|
|
1121
|
+
"""
|
|
1122
|
+
return pulumi.get(self, "object_type")
|
|
1123
|
+
|
|
1124
|
+
@object_type.setter
|
|
1125
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
1126
|
+
pulumi.set(self, "object_type", value)
|
|
1127
|
+
|
|
1128
|
+
|
|
1129
|
+
if not MYPY:
|
|
1130
|
+
class CmkKekIdentityArgsDict(TypedDict):
|
|
1131
|
+
"""
|
|
1132
|
+
The details of the managed identity used for CMK
|
|
1133
|
+
"""
|
|
1134
|
+
identity_id: NotRequired[pulumi.Input[str]]
|
|
1135
|
+
"""
|
|
1136
|
+
The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.
|
|
1137
|
+
"""
|
|
1138
|
+
identity_type: NotRequired[pulumi.Input[Union[str, 'IdentityType']]]
|
|
1139
|
+
"""
|
|
1140
|
+
The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.
|
|
1141
|
+
"""
|
|
1142
|
+
elif False:
|
|
1143
|
+
CmkKekIdentityArgsDict: TypeAlias = Mapping[str, Any]
|
|
1144
|
+
|
|
1145
|
+
@pulumi.input_type
|
|
1146
|
+
class CmkKekIdentityArgs:
|
|
1147
|
+
def __init__(__self__, *,
|
|
1148
|
+
identity_id: Optional[pulumi.Input[str]] = None,
|
|
1149
|
+
identity_type: Optional[pulumi.Input[Union[str, 'IdentityType']]] = None):
|
|
1150
|
+
"""
|
|
1151
|
+
The details of the managed identity used for CMK
|
|
1152
|
+
:param pulumi.Input[str] identity_id: The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.
|
|
1153
|
+
:param pulumi.Input[Union[str, 'IdentityType']] identity_type: The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.
|
|
1154
|
+
"""
|
|
1155
|
+
if identity_id is not None:
|
|
1156
|
+
pulumi.set(__self__, "identity_id", identity_id)
|
|
1157
|
+
if identity_type is not None:
|
|
1158
|
+
pulumi.set(__self__, "identity_type", identity_type)
|
|
1159
|
+
|
|
1160
|
+
@property
|
|
1161
|
+
@pulumi.getter(name="identityId")
|
|
1162
|
+
def identity_id(self) -> Optional[pulumi.Input[str]]:
|
|
1163
|
+
"""
|
|
1164
|
+
The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.
|
|
1165
|
+
"""
|
|
1166
|
+
return pulumi.get(self, "identity_id")
|
|
1167
|
+
|
|
1168
|
+
@identity_id.setter
|
|
1169
|
+
def identity_id(self, value: Optional[pulumi.Input[str]]):
|
|
1170
|
+
pulumi.set(self, "identity_id", value)
|
|
1171
|
+
|
|
1172
|
+
@property
|
|
1173
|
+
@pulumi.getter(name="identityType")
|
|
1174
|
+
def identity_type(self) -> Optional[pulumi.Input[Union[str, 'IdentityType']]]:
|
|
1175
|
+
"""
|
|
1176
|
+
The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.
|
|
1177
|
+
"""
|
|
1178
|
+
return pulumi.get(self, "identity_type")
|
|
1179
|
+
|
|
1180
|
+
@identity_type.setter
|
|
1181
|
+
def identity_type(self, value: Optional[pulumi.Input[Union[str, 'IdentityType']]]):
|
|
1182
|
+
pulumi.set(self, "identity_type", value)
|
|
1183
|
+
|
|
1184
|
+
|
|
1185
|
+
if not MYPY:
|
|
1186
|
+
class CmkKeyVaultPropertiesArgsDict(TypedDict):
|
|
1187
|
+
"""
|
|
1188
|
+
The properties of the Key Vault which hosts CMK
|
|
1189
|
+
"""
|
|
1190
|
+
key_uri: NotRequired[pulumi.Input[str]]
|
|
1191
|
+
"""
|
|
1192
|
+
The key uri of the Customer Managed Key
|
|
1193
|
+
"""
|
|
1194
|
+
elif False:
|
|
1195
|
+
CmkKeyVaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1196
|
+
|
|
1197
|
+
@pulumi.input_type
|
|
1198
|
+
class CmkKeyVaultPropertiesArgs:
|
|
1199
|
+
def __init__(__self__, *,
|
|
1200
|
+
key_uri: Optional[pulumi.Input[str]] = None):
|
|
1201
|
+
"""
|
|
1202
|
+
The properties of the Key Vault which hosts CMK
|
|
1203
|
+
:param pulumi.Input[str] key_uri: The key uri of the Customer Managed Key
|
|
1204
|
+
"""
|
|
1205
|
+
if key_uri is not None:
|
|
1206
|
+
pulumi.set(__self__, "key_uri", key_uri)
|
|
1207
|
+
|
|
1208
|
+
@property
|
|
1209
|
+
@pulumi.getter(name="keyUri")
|
|
1210
|
+
def key_uri(self) -> Optional[pulumi.Input[str]]:
|
|
1211
|
+
"""
|
|
1212
|
+
The key uri of the Customer Managed Key
|
|
1213
|
+
"""
|
|
1214
|
+
return pulumi.get(self, "key_uri")
|
|
1215
|
+
|
|
1216
|
+
@key_uri.setter
|
|
1217
|
+
def key_uri(self, value: Optional[pulumi.Input[str]]):
|
|
1218
|
+
pulumi.set(self, "key_uri", value)
|
|
1219
|
+
|
|
1220
|
+
|
|
1221
|
+
if not MYPY:
|
|
1222
|
+
class CopyOnExpiryOptionArgsDict(TypedDict):
|
|
1223
|
+
"""
|
|
1224
|
+
Copy on Expiry Option
|
|
1225
|
+
"""
|
|
1226
|
+
object_type: pulumi.Input[str]
|
|
1227
|
+
"""
|
|
1228
|
+
Type of the specific object - used for deserializing
|
|
1229
|
+
Expected value is 'CopyOnExpiryOption'.
|
|
1230
|
+
"""
|
|
1231
|
+
elif False:
|
|
1232
|
+
CopyOnExpiryOptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
1233
|
+
|
|
1234
|
+
@pulumi.input_type
|
|
1235
|
+
class CopyOnExpiryOptionArgs:
|
|
1236
|
+
def __init__(__self__, *,
|
|
1237
|
+
object_type: pulumi.Input[str]):
|
|
1238
|
+
"""
|
|
1239
|
+
Copy on Expiry Option
|
|
1240
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
1241
|
+
Expected value is 'CopyOnExpiryOption'.
|
|
1242
|
+
"""
|
|
1243
|
+
pulumi.set(__self__, "object_type", 'CopyOnExpiryOption')
|
|
1244
|
+
|
|
1245
|
+
@property
|
|
1246
|
+
@pulumi.getter(name="objectType")
|
|
1247
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
1248
|
+
"""
|
|
1249
|
+
Type of the specific object - used for deserializing
|
|
1250
|
+
Expected value is 'CopyOnExpiryOption'.
|
|
1251
|
+
"""
|
|
1252
|
+
return pulumi.get(self, "object_type")
|
|
1253
|
+
|
|
1254
|
+
@object_type.setter
|
|
1255
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
1256
|
+
pulumi.set(self, "object_type", value)
|
|
1257
|
+
|
|
1258
|
+
|
|
1259
|
+
if not MYPY:
|
|
1260
|
+
class CrossRegionRestoreSettingsArgsDict(TypedDict):
|
|
1261
|
+
state: NotRequired[pulumi.Input[Union[str, 'CrossRegionRestoreState']]]
|
|
1262
|
+
"""
|
|
1263
|
+
CrossRegionRestore state
|
|
1264
|
+
"""
|
|
1265
|
+
elif False:
|
|
1266
|
+
CrossRegionRestoreSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1267
|
+
|
|
1268
|
+
@pulumi.input_type
|
|
1269
|
+
class CrossRegionRestoreSettingsArgs:
|
|
1270
|
+
def __init__(__self__, *,
|
|
1271
|
+
state: Optional[pulumi.Input[Union[str, 'CrossRegionRestoreState']]] = None):
|
|
1272
|
+
"""
|
|
1273
|
+
:param pulumi.Input[Union[str, 'CrossRegionRestoreState']] state: CrossRegionRestore state
|
|
1274
|
+
"""
|
|
1275
|
+
if state is not None:
|
|
1276
|
+
pulumi.set(__self__, "state", state)
|
|
1277
|
+
|
|
1278
|
+
@property
|
|
1279
|
+
@pulumi.getter
|
|
1280
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'CrossRegionRestoreState']]]:
|
|
1281
|
+
"""
|
|
1282
|
+
CrossRegionRestore state
|
|
1283
|
+
"""
|
|
1284
|
+
return pulumi.get(self, "state")
|
|
1285
|
+
|
|
1286
|
+
@state.setter
|
|
1287
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'CrossRegionRestoreState']]]):
|
|
1288
|
+
pulumi.set(self, "state", value)
|
|
1289
|
+
|
|
1290
|
+
|
|
1291
|
+
if not MYPY:
|
|
1292
|
+
class CrossSubscriptionRestoreSettingsArgsDict(TypedDict):
|
|
1293
|
+
"""
|
|
1294
|
+
CrossSubscriptionRestore Settings
|
|
1295
|
+
"""
|
|
1296
|
+
state: NotRequired[pulumi.Input[Union[str, 'CrossSubscriptionRestoreState']]]
|
|
1297
|
+
"""
|
|
1298
|
+
CrossSubscriptionRestore state
|
|
1299
|
+
"""
|
|
1300
|
+
elif False:
|
|
1301
|
+
CrossSubscriptionRestoreSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1302
|
+
|
|
1303
|
+
@pulumi.input_type
|
|
1304
|
+
class CrossSubscriptionRestoreSettingsArgs:
|
|
1305
|
+
def __init__(__self__, *,
|
|
1306
|
+
state: Optional[pulumi.Input[Union[str, 'CrossSubscriptionRestoreState']]] = None):
|
|
1307
|
+
"""
|
|
1308
|
+
CrossSubscriptionRestore Settings
|
|
1309
|
+
:param pulumi.Input[Union[str, 'CrossSubscriptionRestoreState']] state: CrossSubscriptionRestore state
|
|
1310
|
+
"""
|
|
1311
|
+
if state is not None:
|
|
1312
|
+
pulumi.set(__self__, "state", state)
|
|
1313
|
+
|
|
1314
|
+
@property
|
|
1315
|
+
@pulumi.getter
|
|
1316
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'CrossSubscriptionRestoreState']]]:
|
|
1317
|
+
"""
|
|
1318
|
+
CrossSubscriptionRestore state
|
|
1319
|
+
"""
|
|
1320
|
+
return pulumi.get(self, "state")
|
|
1321
|
+
|
|
1322
|
+
@state.setter
|
|
1323
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'CrossSubscriptionRestoreState']]]):
|
|
1324
|
+
pulumi.set(self, "state", value)
|
|
1325
|
+
|
|
1326
|
+
|
|
1327
|
+
if not MYPY:
|
|
1328
|
+
class CustomCopyOptionArgsDict(TypedDict):
|
|
1329
|
+
"""
|
|
1330
|
+
Duration based custom options to copy
|
|
1331
|
+
"""
|
|
1332
|
+
object_type: pulumi.Input[str]
|
|
1333
|
+
"""
|
|
1334
|
+
Type of the specific object - used for deserializing
|
|
1335
|
+
Expected value is 'CustomCopyOption'.
|
|
1336
|
+
"""
|
|
1337
|
+
duration: NotRequired[pulumi.Input[str]]
|
|
1338
|
+
"""
|
|
1339
|
+
Data copied after given timespan
|
|
1340
|
+
"""
|
|
1341
|
+
elif False:
|
|
1342
|
+
CustomCopyOptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
1343
|
+
|
|
1344
|
+
@pulumi.input_type
|
|
1345
|
+
class CustomCopyOptionArgs:
|
|
1346
|
+
def __init__(__self__, *,
|
|
1347
|
+
object_type: pulumi.Input[str],
|
|
1348
|
+
duration: Optional[pulumi.Input[str]] = None):
|
|
1349
|
+
"""
|
|
1350
|
+
Duration based custom options to copy
|
|
1351
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
1352
|
+
Expected value is 'CustomCopyOption'.
|
|
1353
|
+
:param pulumi.Input[str] duration: Data copied after given timespan
|
|
1354
|
+
"""
|
|
1355
|
+
pulumi.set(__self__, "object_type", 'CustomCopyOption')
|
|
1356
|
+
if duration is not None:
|
|
1357
|
+
pulumi.set(__self__, "duration", duration)
|
|
1358
|
+
|
|
1359
|
+
@property
|
|
1360
|
+
@pulumi.getter(name="objectType")
|
|
1361
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
1362
|
+
"""
|
|
1363
|
+
Type of the specific object - used for deserializing
|
|
1364
|
+
Expected value is 'CustomCopyOption'.
|
|
1365
|
+
"""
|
|
1366
|
+
return pulumi.get(self, "object_type")
|
|
1367
|
+
|
|
1368
|
+
@object_type.setter
|
|
1369
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
1370
|
+
pulumi.set(self, "object_type", value)
|
|
1371
|
+
|
|
1372
|
+
@property
|
|
1373
|
+
@pulumi.getter
|
|
1374
|
+
def duration(self) -> Optional[pulumi.Input[str]]:
|
|
1375
|
+
"""
|
|
1376
|
+
Data copied after given timespan
|
|
1377
|
+
"""
|
|
1378
|
+
return pulumi.get(self, "duration")
|
|
1379
|
+
|
|
1380
|
+
@duration.setter
|
|
1381
|
+
def duration(self, value: Optional[pulumi.Input[str]]):
|
|
1382
|
+
pulumi.set(self, "duration", value)
|
|
1383
|
+
|
|
1384
|
+
|
|
1385
|
+
if not MYPY:
|
|
1386
|
+
class DataStoreInfoBaseArgsDict(TypedDict):
|
|
1387
|
+
"""
|
|
1388
|
+
DataStoreInfo base
|
|
1389
|
+
"""
|
|
1390
|
+
data_store_type: pulumi.Input[Union[str, 'DataStoreTypes']]
|
|
1391
|
+
"""
|
|
1392
|
+
type of datastore; Operational/Vault/Archive
|
|
1393
|
+
"""
|
|
1394
|
+
object_type: pulumi.Input[str]
|
|
1395
|
+
"""
|
|
1396
|
+
Type of Datasource object, used to initialize the right inherited type
|
|
1397
|
+
"""
|
|
1398
|
+
elif False:
|
|
1399
|
+
DataStoreInfoBaseArgsDict: TypeAlias = Mapping[str, Any]
|
|
1400
|
+
|
|
1401
|
+
@pulumi.input_type
|
|
1402
|
+
class DataStoreInfoBaseArgs:
|
|
1403
|
+
def __init__(__self__, *,
|
|
1404
|
+
data_store_type: pulumi.Input[Union[str, 'DataStoreTypes']],
|
|
1405
|
+
object_type: pulumi.Input[str]):
|
|
1406
|
+
"""
|
|
1407
|
+
DataStoreInfo base
|
|
1408
|
+
:param pulumi.Input[Union[str, 'DataStoreTypes']] data_store_type: type of datastore; Operational/Vault/Archive
|
|
1409
|
+
:param pulumi.Input[str] object_type: Type of Datasource object, used to initialize the right inherited type
|
|
1410
|
+
"""
|
|
1411
|
+
pulumi.set(__self__, "data_store_type", data_store_type)
|
|
1412
|
+
pulumi.set(__self__, "object_type", object_type)
|
|
1413
|
+
|
|
1414
|
+
@property
|
|
1415
|
+
@pulumi.getter(name="dataStoreType")
|
|
1416
|
+
def data_store_type(self) -> pulumi.Input[Union[str, 'DataStoreTypes']]:
|
|
1417
|
+
"""
|
|
1418
|
+
type of datastore; Operational/Vault/Archive
|
|
1419
|
+
"""
|
|
1420
|
+
return pulumi.get(self, "data_store_type")
|
|
1421
|
+
|
|
1422
|
+
@data_store_type.setter
|
|
1423
|
+
def data_store_type(self, value: pulumi.Input[Union[str, 'DataStoreTypes']]):
|
|
1424
|
+
pulumi.set(self, "data_store_type", value)
|
|
1425
|
+
|
|
1426
|
+
@property
|
|
1427
|
+
@pulumi.getter(name="objectType")
|
|
1428
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
1429
|
+
"""
|
|
1430
|
+
Type of Datasource object, used to initialize the right inherited type
|
|
1431
|
+
"""
|
|
1432
|
+
return pulumi.get(self, "object_type")
|
|
1433
|
+
|
|
1434
|
+
@object_type.setter
|
|
1435
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
1436
|
+
pulumi.set(self, "object_type", value)
|
|
1437
|
+
|
|
1438
|
+
|
|
1439
|
+
if not MYPY:
|
|
1440
|
+
class DatasourceSetArgsDict(TypedDict):
|
|
1441
|
+
"""
|
|
1442
|
+
DatasourceSet details of datasource to be backed up
|
|
1443
|
+
"""
|
|
1444
|
+
resource_id: pulumi.Input[str]
|
|
1445
|
+
"""
|
|
1446
|
+
Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
|
|
1447
|
+
"""
|
|
1448
|
+
datasource_type: NotRequired[pulumi.Input[str]]
|
|
1449
|
+
"""
|
|
1450
|
+
DatasourceType of the resource.
|
|
1451
|
+
"""
|
|
1452
|
+
object_type: NotRequired[pulumi.Input[str]]
|
|
1453
|
+
"""
|
|
1454
|
+
Type of Datasource object, used to initialize the right inherited type
|
|
1455
|
+
"""
|
|
1456
|
+
resource_location: NotRequired[pulumi.Input[str]]
|
|
1457
|
+
"""
|
|
1458
|
+
Location of datasource.
|
|
1459
|
+
"""
|
|
1460
|
+
resource_name: NotRequired[pulumi.Input[str]]
|
|
1461
|
+
"""
|
|
1462
|
+
Unique identifier of the resource in the context of parent.
|
|
1463
|
+
"""
|
|
1464
|
+
resource_properties: NotRequired[pulumi.Input['DefaultResourcePropertiesArgsDict']]
|
|
1465
|
+
"""
|
|
1466
|
+
Properties specific to data source set
|
|
1467
|
+
"""
|
|
1468
|
+
resource_type: NotRequired[pulumi.Input[str]]
|
|
1469
|
+
"""
|
|
1470
|
+
Resource Type of Datasource.
|
|
1471
|
+
"""
|
|
1472
|
+
resource_uri: NotRequired[pulumi.Input[str]]
|
|
1473
|
+
"""
|
|
1474
|
+
Uri of the resource.
|
|
1475
|
+
"""
|
|
1476
|
+
elif False:
|
|
1477
|
+
DatasourceSetArgsDict: TypeAlias = Mapping[str, Any]
|
|
1478
|
+
|
|
1479
|
+
@pulumi.input_type
|
|
1480
|
+
class DatasourceSetArgs:
|
|
1481
|
+
def __init__(__self__, *,
|
|
1482
|
+
resource_id: pulumi.Input[str],
|
|
1483
|
+
datasource_type: Optional[pulumi.Input[str]] = None,
|
|
1484
|
+
object_type: Optional[pulumi.Input[str]] = None,
|
|
1485
|
+
resource_location: Optional[pulumi.Input[str]] = None,
|
|
1486
|
+
resource_name: Optional[pulumi.Input[str]] = None,
|
|
1487
|
+
resource_properties: Optional[pulumi.Input['DefaultResourcePropertiesArgs']] = None,
|
|
1488
|
+
resource_type: Optional[pulumi.Input[str]] = None,
|
|
1489
|
+
resource_uri: Optional[pulumi.Input[str]] = None):
|
|
1490
|
+
"""
|
|
1491
|
+
DatasourceSet details of datasource to be backed up
|
|
1492
|
+
:param pulumi.Input[str] resource_id: Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
|
|
1493
|
+
:param pulumi.Input[str] datasource_type: DatasourceType of the resource.
|
|
1494
|
+
:param pulumi.Input[str] object_type: Type of Datasource object, used to initialize the right inherited type
|
|
1495
|
+
:param pulumi.Input[str] resource_location: Location of datasource.
|
|
1496
|
+
:param pulumi.Input[str] resource_name: Unique identifier of the resource in the context of parent.
|
|
1497
|
+
:param pulumi.Input['DefaultResourcePropertiesArgs'] resource_properties: Properties specific to data source set
|
|
1498
|
+
:param pulumi.Input[str] resource_type: Resource Type of Datasource.
|
|
1499
|
+
:param pulumi.Input[str] resource_uri: Uri of the resource.
|
|
1500
|
+
"""
|
|
1501
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
1502
|
+
if datasource_type is not None:
|
|
1503
|
+
pulumi.set(__self__, "datasource_type", datasource_type)
|
|
1504
|
+
if object_type is not None:
|
|
1505
|
+
pulumi.set(__self__, "object_type", object_type)
|
|
1506
|
+
if resource_location is not None:
|
|
1507
|
+
pulumi.set(__self__, "resource_location", resource_location)
|
|
1508
|
+
if resource_name is not None:
|
|
1509
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
1510
|
+
if resource_properties is not None:
|
|
1511
|
+
pulumi.set(__self__, "resource_properties", resource_properties)
|
|
1512
|
+
if resource_type is not None:
|
|
1513
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
|
1514
|
+
if resource_uri is not None:
|
|
1515
|
+
pulumi.set(__self__, "resource_uri", resource_uri)
|
|
1516
|
+
|
|
1517
|
+
@property
|
|
1518
|
+
@pulumi.getter(name="resourceID")
|
|
1519
|
+
def resource_id(self) -> pulumi.Input[str]:
|
|
1520
|
+
"""
|
|
1521
|
+
Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
|
|
1522
|
+
"""
|
|
1523
|
+
return pulumi.get(self, "resource_id")
|
|
1524
|
+
|
|
1525
|
+
@resource_id.setter
|
|
1526
|
+
def resource_id(self, value: pulumi.Input[str]):
|
|
1527
|
+
pulumi.set(self, "resource_id", value)
|
|
1528
|
+
|
|
1529
|
+
@property
|
|
1530
|
+
@pulumi.getter(name="datasourceType")
|
|
1531
|
+
def datasource_type(self) -> Optional[pulumi.Input[str]]:
|
|
1532
|
+
"""
|
|
1533
|
+
DatasourceType of the resource.
|
|
1534
|
+
"""
|
|
1535
|
+
return pulumi.get(self, "datasource_type")
|
|
1536
|
+
|
|
1537
|
+
@datasource_type.setter
|
|
1538
|
+
def datasource_type(self, value: Optional[pulumi.Input[str]]):
|
|
1539
|
+
pulumi.set(self, "datasource_type", value)
|
|
1540
|
+
|
|
1541
|
+
@property
|
|
1542
|
+
@pulumi.getter(name="objectType")
|
|
1543
|
+
def object_type(self) -> Optional[pulumi.Input[str]]:
|
|
1544
|
+
"""
|
|
1545
|
+
Type of Datasource object, used to initialize the right inherited type
|
|
1546
|
+
"""
|
|
1547
|
+
return pulumi.get(self, "object_type")
|
|
1548
|
+
|
|
1549
|
+
@object_type.setter
|
|
1550
|
+
def object_type(self, value: Optional[pulumi.Input[str]]):
|
|
1551
|
+
pulumi.set(self, "object_type", value)
|
|
1552
|
+
|
|
1553
|
+
@property
|
|
1554
|
+
@pulumi.getter(name="resourceLocation")
|
|
1555
|
+
def resource_location(self) -> Optional[pulumi.Input[str]]:
|
|
1556
|
+
"""
|
|
1557
|
+
Location of datasource.
|
|
1558
|
+
"""
|
|
1559
|
+
return pulumi.get(self, "resource_location")
|
|
1560
|
+
|
|
1561
|
+
@resource_location.setter
|
|
1562
|
+
def resource_location(self, value: Optional[pulumi.Input[str]]):
|
|
1563
|
+
pulumi.set(self, "resource_location", value)
|
|
1564
|
+
|
|
1565
|
+
@property
|
|
1566
|
+
@pulumi.getter(name="resourceName")
|
|
1567
|
+
def resource_name(self) -> Optional[pulumi.Input[str]]:
|
|
1568
|
+
"""
|
|
1569
|
+
Unique identifier of the resource in the context of parent.
|
|
1570
|
+
"""
|
|
1571
|
+
return pulumi.get(self, "resource_name")
|
|
1572
|
+
|
|
1573
|
+
@resource_name.setter
|
|
1574
|
+
def resource_name(self, value: Optional[pulumi.Input[str]]):
|
|
1575
|
+
pulumi.set(self, "resource_name", value)
|
|
1576
|
+
|
|
1577
|
+
@property
|
|
1578
|
+
@pulumi.getter(name="resourceProperties")
|
|
1579
|
+
def resource_properties(self) -> Optional[pulumi.Input['DefaultResourcePropertiesArgs']]:
|
|
1580
|
+
"""
|
|
1581
|
+
Properties specific to data source set
|
|
1582
|
+
"""
|
|
1583
|
+
return pulumi.get(self, "resource_properties")
|
|
1584
|
+
|
|
1585
|
+
@resource_properties.setter
|
|
1586
|
+
def resource_properties(self, value: Optional[pulumi.Input['DefaultResourcePropertiesArgs']]):
|
|
1587
|
+
pulumi.set(self, "resource_properties", value)
|
|
1588
|
+
|
|
1589
|
+
@property
|
|
1590
|
+
@pulumi.getter(name="resourceType")
|
|
1591
|
+
def resource_type(self) -> Optional[pulumi.Input[str]]:
|
|
1592
|
+
"""
|
|
1593
|
+
Resource Type of Datasource.
|
|
1594
|
+
"""
|
|
1595
|
+
return pulumi.get(self, "resource_type")
|
|
1596
|
+
|
|
1597
|
+
@resource_type.setter
|
|
1598
|
+
def resource_type(self, value: Optional[pulumi.Input[str]]):
|
|
1599
|
+
pulumi.set(self, "resource_type", value)
|
|
1600
|
+
|
|
1601
|
+
@property
|
|
1602
|
+
@pulumi.getter(name="resourceUri")
|
|
1603
|
+
def resource_uri(self) -> Optional[pulumi.Input[str]]:
|
|
1604
|
+
"""
|
|
1605
|
+
Uri of the resource.
|
|
1606
|
+
"""
|
|
1607
|
+
return pulumi.get(self, "resource_uri")
|
|
1608
|
+
|
|
1609
|
+
@resource_uri.setter
|
|
1610
|
+
def resource_uri(self, value: Optional[pulumi.Input[str]]):
|
|
1611
|
+
pulumi.set(self, "resource_uri", value)
|
|
1612
|
+
|
|
1613
|
+
|
|
1614
|
+
if not MYPY:
|
|
1615
|
+
class DatasourceArgsDict(TypedDict):
|
|
1616
|
+
"""
|
|
1617
|
+
Datasource to be backed up
|
|
1618
|
+
"""
|
|
1619
|
+
resource_id: pulumi.Input[str]
|
|
1620
|
+
"""
|
|
1621
|
+
Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
|
|
1622
|
+
"""
|
|
1623
|
+
datasource_type: NotRequired[pulumi.Input[str]]
|
|
1624
|
+
"""
|
|
1625
|
+
DatasourceType of the resource.
|
|
1626
|
+
"""
|
|
1627
|
+
object_type: NotRequired[pulumi.Input[str]]
|
|
1628
|
+
"""
|
|
1629
|
+
Type of Datasource object, used to initialize the right inherited type
|
|
1630
|
+
"""
|
|
1631
|
+
resource_location: NotRequired[pulumi.Input[str]]
|
|
1632
|
+
"""
|
|
1633
|
+
Location of datasource.
|
|
1634
|
+
"""
|
|
1635
|
+
resource_name: NotRequired[pulumi.Input[str]]
|
|
1636
|
+
"""
|
|
1637
|
+
Unique identifier of the resource in the context of parent.
|
|
1638
|
+
"""
|
|
1639
|
+
resource_properties: NotRequired[pulumi.Input['DefaultResourcePropertiesArgsDict']]
|
|
1640
|
+
"""
|
|
1641
|
+
Properties specific to data source
|
|
1642
|
+
"""
|
|
1643
|
+
resource_type: NotRequired[pulumi.Input[str]]
|
|
1644
|
+
"""
|
|
1645
|
+
Resource Type of Datasource.
|
|
1646
|
+
"""
|
|
1647
|
+
resource_uri: NotRequired[pulumi.Input[str]]
|
|
1648
|
+
"""
|
|
1649
|
+
Uri of the resource.
|
|
1650
|
+
"""
|
|
1651
|
+
elif False:
|
|
1652
|
+
DatasourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
1653
|
+
|
|
1654
|
+
@pulumi.input_type
|
|
1655
|
+
class DatasourceArgs:
|
|
1656
|
+
def __init__(__self__, *,
|
|
1657
|
+
resource_id: pulumi.Input[str],
|
|
1658
|
+
datasource_type: Optional[pulumi.Input[str]] = None,
|
|
1659
|
+
object_type: Optional[pulumi.Input[str]] = None,
|
|
1660
|
+
resource_location: Optional[pulumi.Input[str]] = None,
|
|
1661
|
+
resource_name: Optional[pulumi.Input[str]] = None,
|
|
1662
|
+
resource_properties: Optional[pulumi.Input['DefaultResourcePropertiesArgs']] = None,
|
|
1663
|
+
resource_type: Optional[pulumi.Input[str]] = None,
|
|
1664
|
+
resource_uri: Optional[pulumi.Input[str]] = None):
|
|
1665
|
+
"""
|
|
1666
|
+
Datasource to be backed up
|
|
1667
|
+
:param pulumi.Input[str] resource_id: Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
|
|
1668
|
+
:param pulumi.Input[str] datasource_type: DatasourceType of the resource.
|
|
1669
|
+
:param pulumi.Input[str] object_type: Type of Datasource object, used to initialize the right inherited type
|
|
1670
|
+
:param pulumi.Input[str] resource_location: Location of datasource.
|
|
1671
|
+
:param pulumi.Input[str] resource_name: Unique identifier of the resource in the context of parent.
|
|
1672
|
+
:param pulumi.Input['DefaultResourcePropertiesArgs'] resource_properties: Properties specific to data source
|
|
1673
|
+
:param pulumi.Input[str] resource_type: Resource Type of Datasource.
|
|
1674
|
+
:param pulumi.Input[str] resource_uri: Uri of the resource.
|
|
1675
|
+
"""
|
|
1676
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
1677
|
+
if datasource_type is not None:
|
|
1678
|
+
pulumi.set(__self__, "datasource_type", datasource_type)
|
|
1679
|
+
if object_type is not None:
|
|
1680
|
+
pulumi.set(__self__, "object_type", object_type)
|
|
1681
|
+
if resource_location is not None:
|
|
1682
|
+
pulumi.set(__self__, "resource_location", resource_location)
|
|
1683
|
+
if resource_name is not None:
|
|
1684
|
+
pulumi.set(__self__, "resource_name", resource_name)
|
|
1685
|
+
if resource_properties is not None:
|
|
1686
|
+
pulumi.set(__self__, "resource_properties", resource_properties)
|
|
1687
|
+
if resource_type is not None:
|
|
1688
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
|
1689
|
+
if resource_uri is not None:
|
|
1690
|
+
pulumi.set(__self__, "resource_uri", resource_uri)
|
|
1691
|
+
|
|
1692
|
+
@property
|
|
1693
|
+
@pulumi.getter(name="resourceID")
|
|
1694
|
+
def resource_id(self) -> pulumi.Input[str]:
|
|
1695
|
+
"""
|
|
1696
|
+
Full ARM ID of the resource. For azure resources, this is ARM ID. For non azure resources, this will be the ID created by backup service via Fabric/Vault.
|
|
1697
|
+
"""
|
|
1698
|
+
return pulumi.get(self, "resource_id")
|
|
1699
|
+
|
|
1700
|
+
@resource_id.setter
|
|
1701
|
+
def resource_id(self, value: pulumi.Input[str]):
|
|
1702
|
+
pulumi.set(self, "resource_id", value)
|
|
1703
|
+
|
|
1704
|
+
@property
|
|
1705
|
+
@pulumi.getter(name="datasourceType")
|
|
1706
|
+
def datasource_type(self) -> Optional[pulumi.Input[str]]:
|
|
1707
|
+
"""
|
|
1708
|
+
DatasourceType of the resource.
|
|
1709
|
+
"""
|
|
1710
|
+
return pulumi.get(self, "datasource_type")
|
|
1711
|
+
|
|
1712
|
+
@datasource_type.setter
|
|
1713
|
+
def datasource_type(self, value: Optional[pulumi.Input[str]]):
|
|
1714
|
+
pulumi.set(self, "datasource_type", value)
|
|
1715
|
+
|
|
1716
|
+
@property
|
|
1717
|
+
@pulumi.getter(name="objectType")
|
|
1718
|
+
def object_type(self) -> Optional[pulumi.Input[str]]:
|
|
1719
|
+
"""
|
|
1720
|
+
Type of Datasource object, used to initialize the right inherited type
|
|
1721
|
+
"""
|
|
1722
|
+
return pulumi.get(self, "object_type")
|
|
1723
|
+
|
|
1724
|
+
@object_type.setter
|
|
1725
|
+
def object_type(self, value: Optional[pulumi.Input[str]]):
|
|
1726
|
+
pulumi.set(self, "object_type", value)
|
|
1727
|
+
|
|
1728
|
+
@property
|
|
1729
|
+
@pulumi.getter(name="resourceLocation")
|
|
1730
|
+
def resource_location(self) -> Optional[pulumi.Input[str]]:
|
|
1731
|
+
"""
|
|
1732
|
+
Location of datasource.
|
|
1733
|
+
"""
|
|
1734
|
+
return pulumi.get(self, "resource_location")
|
|
1735
|
+
|
|
1736
|
+
@resource_location.setter
|
|
1737
|
+
def resource_location(self, value: Optional[pulumi.Input[str]]):
|
|
1738
|
+
pulumi.set(self, "resource_location", value)
|
|
1739
|
+
|
|
1740
|
+
@property
|
|
1741
|
+
@pulumi.getter(name="resourceName")
|
|
1742
|
+
def resource_name(self) -> Optional[pulumi.Input[str]]:
|
|
1743
|
+
"""
|
|
1744
|
+
Unique identifier of the resource in the context of parent.
|
|
1745
|
+
"""
|
|
1746
|
+
return pulumi.get(self, "resource_name")
|
|
1747
|
+
|
|
1748
|
+
@resource_name.setter
|
|
1749
|
+
def resource_name(self, value: Optional[pulumi.Input[str]]):
|
|
1750
|
+
pulumi.set(self, "resource_name", value)
|
|
1751
|
+
|
|
1752
|
+
@property
|
|
1753
|
+
@pulumi.getter(name="resourceProperties")
|
|
1754
|
+
def resource_properties(self) -> Optional[pulumi.Input['DefaultResourcePropertiesArgs']]:
|
|
1755
|
+
"""
|
|
1756
|
+
Properties specific to data source
|
|
1757
|
+
"""
|
|
1758
|
+
return pulumi.get(self, "resource_properties")
|
|
1759
|
+
|
|
1760
|
+
@resource_properties.setter
|
|
1761
|
+
def resource_properties(self, value: Optional[pulumi.Input['DefaultResourcePropertiesArgs']]):
|
|
1762
|
+
pulumi.set(self, "resource_properties", value)
|
|
1763
|
+
|
|
1764
|
+
@property
|
|
1765
|
+
@pulumi.getter(name="resourceType")
|
|
1766
|
+
def resource_type(self) -> Optional[pulumi.Input[str]]:
|
|
1767
|
+
"""
|
|
1768
|
+
Resource Type of Datasource.
|
|
1769
|
+
"""
|
|
1770
|
+
return pulumi.get(self, "resource_type")
|
|
1771
|
+
|
|
1772
|
+
@resource_type.setter
|
|
1773
|
+
def resource_type(self, value: Optional[pulumi.Input[str]]):
|
|
1774
|
+
pulumi.set(self, "resource_type", value)
|
|
1775
|
+
|
|
1776
|
+
@property
|
|
1777
|
+
@pulumi.getter(name="resourceUri")
|
|
1778
|
+
def resource_uri(self) -> Optional[pulumi.Input[str]]:
|
|
1779
|
+
"""
|
|
1780
|
+
Uri of the resource.
|
|
1781
|
+
"""
|
|
1782
|
+
return pulumi.get(self, "resource_uri")
|
|
1783
|
+
|
|
1784
|
+
@resource_uri.setter
|
|
1785
|
+
def resource_uri(self, value: Optional[pulumi.Input[str]]):
|
|
1786
|
+
pulumi.set(self, "resource_uri", value)
|
|
1787
|
+
|
|
1788
|
+
|
|
1789
|
+
if not MYPY:
|
|
1790
|
+
class DayArgsDict(TypedDict):
|
|
1791
|
+
"""
|
|
1792
|
+
Day of the week
|
|
1793
|
+
"""
|
|
1794
|
+
date: NotRequired[pulumi.Input[int]]
|
|
1795
|
+
"""
|
|
1796
|
+
Date of the month
|
|
1797
|
+
"""
|
|
1798
|
+
is_last: NotRequired[pulumi.Input[bool]]
|
|
1799
|
+
"""
|
|
1800
|
+
Whether Date is last date of month
|
|
1801
|
+
"""
|
|
1802
|
+
elif False:
|
|
1803
|
+
DayArgsDict: TypeAlias = Mapping[str, Any]
|
|
1804
|
+
|
|
1805
|
+
@pulumi.input_type
|
|
1806
|
+
class DayArgs:
|
|
1807
|
+
def __init__(__self__, *,
|
|
1808
|
+
date: Optional[pulumi.Input[int]] = None,
|
|
1809
|
+
is_last: Optional[pulumi.Input[bool]] = None):
|
|
1810
|
+
"""
|
|
1811
|
+
Day of the week
|
|
1812
|
+
:param pulumi.Input[int] date: Date of the month
|
|
1813
|
+
:param pulumi.Input[bool] is_last: Whether Date is last date of month
|
|
1814
|
+
"""
|
|
1815
|
+
if date is not None:
|
|
1816
|
+
pulumi.set(__self__, "date", date)
|
|
1817
|
+
if is_last is not None:
|
|
1818
|
+
pulumi.set(__self__, "is_last", is_last)
|
|
1819
|
+
|
|
1820
|
+
@property
|
|
1821
|
+
@pulumi.getter
|
|
1822
|
+
def date(self) -> Optional[pulumi.Input[int]]:
|
|
1823
|
+
"""
|
|
1824
|
+
Date of the month
|
|
1825
|
+
"""
|
|
1826
|
+
return pulumi.get(self, "date")
|
|
1827
|
+
|
|
1828
|
+
@date.setter
|
|
1829
|
+
def date(self, value: Optional[pulumi.Input[int]]):
|
|
1830
|
+
pulumi.set(self, "date", value)
|
|
1831
|
+
|
|
1832
|
+
@property
|
|
1833
|
+
@pulumi.getter(name="isLast")
|
|
1834
|
+
def is_last(self) -> Optional[pulumi.Input[bool]]:
|
|
1835
|
+
"""
|
|
1836
|
+
Whether Date is last date of month
|
|
1837
|
+
"""
|
|
1838
|
+
return pulumi.get(self, "is_last")
|
|
1839
|
+
|
|
1840
|
+
@is_last.setter
|
|
1841
|
+
def is_last(self, value: Optional[pulumi.Input[bool]]):
|
|
1842
|
+
pulumi.set(self, "is_last", value)
|
|
1843
|
+
|
|
1844
|
+
|
|
1845
|
+
if not MYPY:
|
|
1846
|
+
class DefaultResourcePropertiesArgsDict(TypedDict):
|
|
1847
|
+
"""
|
|
1848
|
+
Default source properties
|
|
1849
|
+
"""
|
|
1850
|
+
object_type: pulumi.Input[str]
|
|
1851
|
+
"""
|
|
1852
|
+
Type of the specific object - used for deserializing
|
|
1853
|
+
Expected value is 'DefaultResourceProperties'.
|
|
1854
|
+
"""
|
|
1855
|
+
elif False:
|
|
1856
|
+
DefaultResourcePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1857
|
+
|
|
1858
|
+
@pulumi.input_type
|
|
1859
|
+
class DefaultResourcePropertiesArgs:
|
|
1860
|
+
def __init__(__self__, *,
|
|
1861
|
+
object_type: pulumi.Input[str]):
|
|
1862
|
+
"""
|
|
1863
|
+
Default source properties
|
|
1864
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
1865
|
+
Expected value is 'DefaultResourceProperties'.
|
|
1866
|
+
"""
|
|
1867
|
+
pulumi.set(__self__, "object_type", 'DefaultResourceProperties')
|
|
1868
|
+
|
|
1869
|
+
@property
|
|
1870
|
+
@pulumi.getter(name="objectType")
|
|
1871
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
1872
|
+
"""
|
|
1873
|
+
Type of the specific object - used for deserializing
|
|
1874
|
+
Expected value is 'DefaultResourceProperties'.
|
|
1875
|
+
"""
|
|
1876
|
+
return pulumi.get(self, "object_type")
|
|
1877
|
+
|
|
1878
|
+
@object_type.setter
|
|
1879
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
1880
|
+
pulumi.set(self, "object_type", value)
|
|
1881
|
+
|
|
1882
|
+
|
|
1883
|
+
if not MYPY:
|
|
1884
|
+
class DppIdentityDetailsArgsDict(TypedDict):
|
|
1885
|
+
"""
|
|
1886
|
+
Identity details
|
|
1887
|
+
"""
|
|
1888
|
+
type: NotRequired[pulumi.Input[str]]
|
|
1889
|
+
"""
|
|
1890
|
+
The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
|
|
1891
|
+
"""
|
|
1892
|
+
user_assigned_identities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1893
|
+
"""
|
|
1894
|
+
Gets or sets the user assigned identities.
|
|
1895
|
+
"""
|
|
1896
|
+
elif False:
|
|
1897
|
+
DppIdentityDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1898
|
+
|
|
1899
|
+
@pulumi.input_type
|
|
1900
|
+
class DppIdentityDetailsArgs:
|
|
1901
|
+
def __init__(__self__, *,
|
|
1902
|
+
type: Optional[pulumi.Input[str]] = None,
|
|
1903
|
+
user_assigned_identities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1904
|
+
"""
|
|
1905
|
+
Identity details
|
|
1906
|
+
:param pulumi.Input[str] type: The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
|
|
1907
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] user_assigned_identities: Gets or sets the user assigned identities.
|
|
1908
|
+
"""
|
|
1909
|
+
if type is not None:
|
|
1910
|
+
pulumi.set(__self__, "type", type)
|
|
1911
|
+
if user_assigned_identities is not None:
|
|
1912
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
1913
|
+
|
|
1914
|
+
@property
|
|
1915
|
+
@pulumi.getter
|
|
1916
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1917
|
+
"""
|
|
1918
|
+
The identityType which can be either SystemAssigned, UserAssigned, 'SystemAssigned,UserAssigned' or None
|
|
1919
|
+
"""
|
|
1920
|
+
return pulumi.get(self, "type")
|
|
1921
|
+
|
|
1922
|
+
@type.setter
|
|
1923
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1924
|
+
pulumi.set(self, "type", value)
|
|
1925
|
+
|
|
1926
|
+
@property
|
|
1927
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
1928
|
+
def user_assigned_identities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1929
|
+
"""
|
|
1930
|
+
Gets or sets the user assigned identities.
|
|
1931
|
+
"""
|
|
1932
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
1933
|
+
|
|
1934
|
+
@user_assigned_identities.setter
|
|
1935
|
+
def user_assigned_identities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1936
|
+
pulumi.set(self, "user_assigned_identities", value)
|
|
1937
|
+
|
|
1938
|
+
|
|
1939
|
+
if not MYPY:
|
|
1940
|
+
class EncryptionSettingsArgsDict(TypedDict):
|
|
1941
|
+
"""
|
|
1942
|
+
Customer Managed Key details of the resource.
|
|
1943
|
+
"""
|
|
1944
|
+
infrastructure_encryption: NotRequired[pulumi.Input[Union[str, 'InfrastructureEncryptionState']]]
|
|
1945
|
+
"""
|
|
1946
|
+
Enabling/Disabling the Double Encryption state
|
|
1947
|
+
"""
|
|
1948
|
+
kek_identity: NotRequired[pulumi.Input['CmkKekIdentityArgsDict']]
|
|
1949
|
+
"""
|
|
1950
|
+
The details of the managed identity used for CMK
|
|
1951
|
+
"""
|
|
1952
|
+
key_vault_properties: NotRequired[pulumi.Input['CmkKeyVaultPropertiesArgsDict']]
|
|
1953
|
+
"""
|
|
1954
|
+
The properties of the Key Vault which hosts CMK
|
|
1955
|
+
"""
|
|
1956
|
+
state: NotRequired[pulumi.Input[Union[str, 'EncryptionState']]]
|
|
1957
|
+
"""
|
|
1958
|
+
Encryption state of the Backup Vault.
|
|
1959
|
+
"""
|
|
1960
|
+
elif False:
|
|
1961
|
+
EncryptionSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
1962
|
+
|
|
1963
|
+
@pulumi.input_type
|
|
1964
|
+
class EncryptionSettingsArgs:
|
|
1965
|
+
def __init__(__self__, *,
|
|
1966
|
+
infrastructure_encryption: Optional[pulumi.Input[Union[str, 'InfrastructureEncryptionState']]] = None,
|
|
1967
|
+
kek_identity: Optional[pulumi.Input['CmkKekIdentityArgs']] = None,
|
|
1968
|
+
key_vault_properties: Optional[pulumi.Input['CmkKeyVaultPropertiesArgs']] = None,
|
|
1969
|
+
state: Optional[pulumi.Input[Union[str, 'EncryptionState']]] = None):
|
|
1970
|
+
"""
|
|
1971
|
+
Customer Managed Key details of the resource.
|
|
1972
|
+
:param pulumi.Input[Union[str, 'InfrastructureEncryptionState']] infrastructure_encryption: Enabling/Disabling the Double Encryption state
|
|
1973
|
+
:param pulumi.Input['CmkKekIdentityArgs'] kek_identity: The details of the managed identity used for CMK
|
|
1974
|
+
:param pulumi.Input['CmkKeyVaultPropertiesArgs'] key_vault_properties: The properties of the Key Vault which hosts CMK
|
|
1975
|
+
:param pulumi.Input[Union[str, 'EncryptionState']] state: Encryption state of the Backup Vault.
|
|
1976
|
+
"""
|
|
1977
|
+
if infrastructure_encryption is not None:
|
|
1978
|
+
pulumi.set(__self__, "infrastructure_encryption", infrastructure_encryption)
|
|
1979
|
+
if kek_identity is not None:
|
|
1980
|
+
pulumi.set(__self__, "kek_identity", kek_identity)
|
|
1981
|
+
if key_vault_properties is not None:
|
|
1982
|
+
pulumi.set(__self__, "key_vault_properties", key_vault_properties)
|
|
1983
|
+
if state is not None:
|
|
1984
|
+
pulumi.set(__self__, "state", state)
|
|
1985
|
+
|
|
1986
|
+
@property
|
|
1987
|
+
@pulumi.getter(name="infrastructureEncryption")
|
|
1988
|
+
def infrastructure_encryption(self) -> Optional[pulumi.Input[Union[str, 'InfrastructureEncryptionState']]]:
|
|
1989
|
+
"""
|
|
1990
|
+
Enabling/Disabling the Double Encryption state
|
|
1991
|
+
"""
|
|
1992
|
+
return pulumi.get(self, "infrastructure_encryption")
|
|
1993
|
+
|
|
1994
|
+
@infrastructure_encryption.setter
|
|
1995
|
+
def infrastructure_encryption(self, value: Optional[pulumi.Input[Union[str, 'InfrastructureEncryptionState']]]):
|
|
1996
|
+
pulumi.set(self, "infrastructure_encryption", value)
|
|
1997
|
+
|
|
1998
|
+
@property
|
|
1999
|
+
@pulumi.getter(name="kekIdentity")
|
|
2000
|
+
def kek_identity(self) -> Optional[pulumi.Input['CmkKekIdentityArgs']]:
|
|
2001
|
+
"""
|
|
2002
|
+
The details of the managed identity used for CMK
|
|
2003
|
+
"""
|
|
2004
|
+
return pulumi.get(self, "kek_identity")
|
|
2005
|
+
|
|
2006
|
+
@kek_identity.setter
|
|
2007
|
+
def kek_identity(self, value: Optional[pulumi.Input['CmkKekIdentityArgs']]):
|
|
2008
|
+
pulumi.set(self, "kek_identity", value)
|
|
2009
|
+
|
|
2010
|
+
@property
|
|
2011
|
+
@pulumi.getter(name="keyVaultProperties")
|
|
2012
|
+
def key_vault_properties(self) -> Optional[pulumi.Input['CmkKeyVaultPropertiesArgs']]:
|
|
2013
|
+
"""
|
|
2014
|
+
The properties of the Key Vault which hosts CMK
|
|
2015
|
+
"""
|
|
2016
|
+
return pulumi.get(self, "key_vault_properties")
|
|
2017
|
+
|
|
2018
|
+
@key_vault_properties.setter
|
|
2019
|
+
def key_vault_properties(self, value: Optional[pulumi.Input['CmkKeyVaultPropertiesArgs']]):
|
|
2020
|
+
pulumi.set(self, "key_vault_properties", value)
|
|
2021
|
+
|
|
2022
|
+
@property
|
|
2023
|
+
@pulumi.getter
|
|
2024
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'EncryptionState']]]:
|
|
2025
|
+
"""
|
|
2026
|
+
Encryption state of the Backup Vault.
|
|
2027
|
+
"""
|
|
2028
|
+
return pulumi.get(self, "state")
|
|
2029
|
+
|
|
2030
|
+
@state.setter
|
|
2031
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'EncryptionState']]]):
|
|
2032
|
+
pulumi.set(self, "state", value)
|
|
2033
|
+
|
|
2034
|
+
|
|
2035
|
+
if not MYPY:
|
|
2036
|
+
class FeatureSettingsArgsDict(TypedDict):
|
|
2037
|
+
"""
|
|
2038
|
+
Class containing feature settings of vault
|
|
2039
|
+
"""
|
|
2040
|
+
cross_region_restore_settings: NotRequired[pulumi.Input['CrossRegionRestoreSettingsArgsDict']]
|
|
2041
|
+
cross_subscription_restore_settings: NotRequired[pulumi.Input['CrossSubscriptionRestoreSettingsArgsDict']]
|
|
2042
|
+
"""
|
|
2043
|
+
CrossSubscriptionRestore Settings
|
|
2044
|
+
"""
|
|
2045
|
+
elif False:
|
|
2046
|
+
FeatureSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2047
|
+
|
|
2048
|
+
@pulumi.input_type
|
|
2049
|
+
class FeatureSettingsArgs:
|
|
2050
|
+
def __init__(__self__, *,
|
|
2051
|
+
cross_region_restore_settings: Optional[pulumi.Input['CrossRegionRestoreSettingsArgs']] = None,
|
|
2052
|
+
cross_subscription_restore_settings: Optional[pulumi.Input['CrossSubscriptionRestoreSettingsArgs']] = None):
|
|
2053
|
+
"""
|
|
2054
|
+
Class containing feature settings of vault
|
|
2055
|
+
:param pulumi.Input['CrossSubscriptionRestoreSettingsArgs'] cross_subscription_restore_settings: CrossSubscriptionRestore Settings
|
|
2056
|
+
"""
|
|
2057
|
+
if cross_region_restore_settings is not None:
|
|
2058
|
+
pulumi.set(__self__, "cross_region_restore_settings", cross_region_restore_settings)
|
|
2059
|
+
if cross_subscription_restore_settings is not None:
|
|
2060
|
+
pulumi.set(__self__, "cross_subscription_restore_settings", cross_subscription_restore_settings)
|
|
2061
|
+
|
|
2062
|
+
@property
|
|
2063
|
+
@pulumi.getter(name="crossRegionRestoreSettings")
|
|
2064
|
+
def cross_region_restore_settings(self) -> Optional[pulumi.Input['CrossRegionRestoreSettingsArgs']]:
|
|
2065
|
+
return pulumi.get(self, "cross_region_restore_settings")
|
|
2066
|
+
|
|
2067
|
+
@cross_region_restore_settings.setter
|
|
2068
|
+
def cross_region_restore_settings(self, value: Optional[pulumi.Input['CrossRegionRestoreSettingsArgs']]):
|
|
2069
|
+
pulumi.set(self, "cross_region_restore_settings", value)
|
|
2070
|
+
|
|
2071
|
+
@property
|
|
2072
|
+
@pulumi.getter(name="crossSubscriptionRestoreSettings")
|
|
2073
|
+
def cross_subscription_restore_settings(self) -> Optional[pulumi.Input['CrossSubscriptionRestoreSettingsArgs']]:
|
|
2074
|
+
"""
|
|
2075
|
+
CrossSubscriptionRestore Settings
|
|
2076
|
+
"""
|
|
2077
|
+
return pulumi.get(self, "cross_subscription_restore_settings")
|
|
2078
|
+
|
|
2079
|
+
@cross_subscription_restore_settings.setter
|
|
2080
|
+
def cross_subscription_restore_settings(self, value: Optional[pulumi.Input['CrossSubscriptionRestoreSettingsArgs']]):
|
|
2081
|
+
pulumi.set(self, "cross_subscription_restore_settings", value)
|
|
2082
|
+
|
|
2083
|
+
|
|
2084
|
+
if not MYPY:
|
|
2085
|
+
class IdentityDetailsArgsDict(TypedDict):
|
|
2086
|
+
use_system_assigned_identity: NotRequired[pulumi.Input[bool]]
|
|
2087
|
+
"""
|
|
2088
|
+
Specifies if the BI is protected by System Identity.
|
|
2089
|
+
"""
|
|
2090
|
+
user_assigned_identity_arm_url: NotRequired[pulumi.Input[str]]
|
|
2091
|
+
"""
|
|
2092
|
+
ARM URL for User Assigned Identity.
|
|
2093
|
+
"""
|
|
2094
|
+
elif False:
|
|
2095
|
+
IdentityDetailsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2096
|
+
|
|
2097
|
+
@pulumi.input_type
|
|
2098
|
+
class IdentityDetailsArgs:
|
|
2099
|
+
def __init__(__self__, *,
|
|
2100
|
+
use_system_assigned_identity: Optional[pulumi.Input[bool]] = None,
|
|
2101
|
+
user_assigned_identity_arm_url: Optional[pulumi.Input[str]] = None):
|
|
2102
|
+
"""
|
|
2103
|
+
:param pulumi.Input[bool] use_system_assigned_identity: Specifies if the BI is protected by System Identity.
|
|
2104
|
+
:param pulumi.Input[str] user_assigned_identity_arm_url: ARM URL for User Assigned Identity.
|
|
2105
|
+
"""
|
|
2106
|
+
if use_system_assigned_identity is not None:
|
|
2107
|
+
pulumi.set(__self__, "use_system_assigned_identity", use_system_assigned_identity)
|
|
2108
|
+
if user_assigned_identity_arm_url is not None:
|
|
2109
|
+
pulumi.set(__self__, "user_assigned_identity_arm_url", user_assigned_identity_arm_url)
|
|
2110
|
+
|
|
2111
|
+
@property
|
|
2112
|
+
@pulumi.getter(name="useSystemAssignedIdentity")
|
|
2113
|
+
def use_system_assigned_identity(self) -> Optional[pulumi.Input[bool]]:
|
|
2114
|
+
"""
|
|
2115
|
+
Specifies if the BI is protected by System Identity.
|
|
2116
|
+
"""
|
|
2117
|
+
return pulumi.get(self, "use_system_assigned_identity")
|
|
2118
|
+
|
|
2119
|
+
@use_system_assigned_identity.setter
|
|
2120
|
+
def use_system_assigned_identity(self, value: Optional[pulumi.Input[bool]]):
|
|
2121
|
+
pulumi.set(self, "use_system_assigned_identity", value)
|
|
2122
|
+
|
|
2123
|
+
@property
|
|
2124
|
+
@pulumi.getter(name="userAssignedIdentityArmUrl")
|
|
2125
|
+
def user_assigned_identity_arm_url(self) -> Optional[pulumi.Input[str]]:
|
|
2126
|
+
"""
|
|
2127
|
+
ARM URL for User Assigned Identity.
|
|
2128
|
+
"""
|
|
2129
|
+
return pulumi.get(self, "user_assigned_identity_arm_url")
|
|
2130
|
+
|
|
2131
|
+
@user_assigned_identity_arm_url.setter
|
|
2132
|
+
def user_assigned_identity_arm_url(self, value: Optional[pulumi.Input[str]]):
|
|
2133
|
+
pulumi.set(self, "user_assigned_identity_arm_url", value)
|
|
2134
|
+
|
|
2135
|
+
|
|
2136
|
+
if not MYPY:
|
|
2137
|
+
class ImmediateCopyOptionArgsDict(TypedDict):
|
|
2138
|
+
"""
|
|
2139
|
+
Immediate copy Option
|
|
2140
|
+
"""
|
|
2141
|
+
object_type: pulumi.Input[str]
|
|
2142
|
+
"""
|
|
2143
|
+
Type of the specific object - used for deserializing
|
|
2144
|
+
Expected value is 'ImmediateCopyOption'.
|
|
2145
|
+
"""
|
|
2146
|
+
elif False:
|
|
2147
|
+
ImmediateCopyOptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
2148
|
+
|
|
2149
|
+
@pulumi.input_type
|
|
2150
|
+
class ImmediateCopyOptionArgs:
|
|
2151
|
+
def __init__(__self__, *,
|
|
2152
|
+
object_type: pulumi.Input[str]):
|
|
2153
|
+
"""
|
|
2154
|
+
Immediate copy Option
|
|
2155
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
2156
|
+
Expected value is 'ImmediateCopyOption'.
|
|
2157
|
+
"""
|
|
2158
|
+
pulumi.set(__self__, "object_type", 'ImmediateCopyOption')
|
|
2159
|
+
|
|
2160
|
+
@property
|
|
2161
|
+
@pulumi.getter(name="objectType")
|
|
2162
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
2163
|
+
"""
|
|
2164
|
+
Type of the specific object - used for deserializing
|
|
2165
|
+
Expected value is 'ImmediateCopyOption'.
|
|
2166
|
+
"""
|
|
2167
|
+
return pulumi.get(self, "object_type")
|
|
2168
|
+
|
|
2169
|
+
@object_type.setter
|
|
2170
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
2171
|
+
pulumi.set(self, "object_type", value)
|
|
2172
|
+
|
|
2173
|
+
|
|
2174
|
+
if not MYPY:
|
|
2175
|
+
class ImmutabilitySettingsArgsDict(TypedDict):
|
|
2176
|
+
"""
|
|
2177
|
+
Immutability Settings at vault level
|
|
2178
|
+
"""
|
|
2179
|
+
state: NotRequired[pulumi.Input[Union[str, 'ImmutabilityState']]]
|
|
2180
|
+
"""
|
|
2181
|
+
Immutability state
|
|
2182
|
+
"""
|
|
2183
|
+
elif False:
|
|
2184
|
+
ImmutabilitySettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2185
|
+
|
|
2186
|
+
@pulumi.input_type
|
|
2187
|
+
class ImmutabilitySettingsArgs:
|
|
2188
|
+
def __init__(__self__, *,
|
|
2189
|
+
state: Optional[pulumi.Input[Union[str, 'ImmutabilityState']]] = None):
|
|
2190
|
+
"""
|
|
2191
|
+
Immutability Settings at vault level
|
|
2192
|
+
:param pulumi.Input[Union[str, 'ImmutabilityState']] state: Immutability state
|
|
2193
|
+
"""
|
|
2194
|
+
if state is not None:
|
|
2195
|
+
pulumi.set(__self__, "state", state)
|
|
2196
|
+
|
|
2197
|
+
@property
|
|
2198
|
+
@pulumi.getter
|
|
2199
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'ImmutabilityState']]]:
|
|
2200
|
+
"""
|
|
2201
|
+
Immutability state
|
|
2202
|
+
"""
|
|
2203
|
+
return pulumi.get(self, "state")
|
|
2204
|
+
|
|
2205
|
+
@state.setter
|
|
2206
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'ImmutabilityState']]]):
|
|
2207
|
+
pulumi.set(self, "state", value)
|
|
2208
|
+
|
|
2209
|
+
|
|
2210
|
+
if not MYPY:
|
|
2211
|
+
class KubernetesClusterBackupDatasourceParametersArgsDict(TypedDict):
|
|
2212
|
+
"""
|
|
2213
|
+
Parameters for Kubernetes Cluster Backup Datasource
|
|
2214
|
+
"""
|
|
2215
|
+
include_cluster_scope_resources: pulumi.Input[bool]
|
|
2216
|
+
"""
|
|
2217
|
+
Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during backup.
|
|
2218
|
+
"""
|
|
2219
|
+
object_type: pulumi.Input[str]
|
|
2220
|
+
"""
|
|
2221
|
+
Type of the specific object - used for deserializing
|
|
2222
|
+
Expected value is 'KubernetesClusterBackupDatasourceParameters'.
|
|
2223
|
+
"""
|
|
2224
|
+
snapshot_volumes: pulumi.Input[bool]
|
|
2225
|
+
"""
|
|
2226
|
+
Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during backup.
|
|
2227
|
+
"""
|
|
2228
|
+
backup_hook_references: NotRequired[pulumi.Input[Sequence[pulumi.Input['NamespacedNameResourceArgsDict']]]]
|
|
2229
|
+
"""
|
|
2230
|
+
Gets or sets the backup hook references. This property sets the hook reference to be executed during backup.
|
|
2231
|
+
"""
|
|
2232
|
+
excluded_namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2233
|
+
"""
|
|
2234
|
+
Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during backup.
|
|
2235
|
+
"""
|
|
2236
|
+
excluded_resource_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2237
|
+
"""
|
|
2238
|
+
Gets or sets the exclude resource types property. This property sets the resource types to be excluded during backup.
|
|
2239
|
+
"""
|
|
2240
|
+
included_namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2241
|
+
"""
|
|
2242
|
+
Gets or sets the include namespaces property. This property sets the namespaces to be included during backup.
|
|
2243
|
+
"""
|
|
2244
|
+
included_resource_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2245
|
+
"""
|
|
2246
|
+
Gets or sets the include resource types property. This property sets the resource types to be included during backup.
|
|
2247
|
+
"""
|
|
2248
|
+
included_volume_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AKSVolumeTypes']]]]]
|
|
2249
|
+
"""
|
|
2250
|
+
Gets or sets the include volume types property. This property sets the volume types to be included during backup.
|
|
2251
|
+
"""
|
|
2252
|
+
label_selectors: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2253
|
+
"""
|
|
2254
|
+
Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during backup.
|
|
2255
|
+
"""
|
|
2256
|
+
elif False:
|
|
2257
|
+
KubernetesClusterBackupDatasourceParametersArgsDict: TypeAlias = Mapping[str, Any]
|
|
2258
|
+
|
|
2259
|
+
@pulumi.input_type
|
|
2260
|
+
class KubernetesClusterBackupDatasourceParametersArgs:
|
|
2261
|
+
def __init__(__self__, *,
|
|
2262
|
+
include_cluster_scope_resources: pulumi.Input[bool],
|
|
2263
|
+
object_type: pulumi.Input[str],
|
|
2264
|
+
snapshot_volumes: pulumi.Input[bool],
|
|
2265
|
+
backup_hook_references: Optional[pulumi.Input[Sequence[pulumi.Input['NamespacedNameResourceArgs']]]] = None,
|
|
2266
|
+
excluded_namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2267
|
+
excluded_resource_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2268
|
+
included_namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2269
|
+
included_resource_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2270
|
+
included_volume_types: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AKSVolumeTypes']]]]] = None,
|
|
2271
|
+
label_selectors: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2272
|
+
"""
|
|
2273
|
+
Parameters for Kubernetes Cluster Backup Datasource
|
|
2274
|
+
:param pulumi.Input[bool] include_cluster_scope_resources: Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during backup.
|
|
2275
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
2276
|
+
Expected value is 'KubernetesClusterBackupDatasourceParameters'.
|
|
2277
|
+
:param pulumi.Input[bool] snapshot_volumes: Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during backup.
|
|
2278
|
+
:param pulumi.Input[Sequence[pulumi.Input['NamespacedNameResourceArgs']]] backup_hook_references: Gets or sets the backup hook references. This property sets the hook reference to be executed during backup.
|
|
2279
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] excluded_namespaces: Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during backup.
|
|
2280
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] excluded_resource_types: Gets or sets the exclude resource types property. This property sets the resource types to be excluded during backup.
|
|
2281
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] included_namespaces: Gets or sets the include namespaces property. This property sets the namespaces to be included during backup.
|
|
2282
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] included_resource_types: Gets or sets the include resource types property. This property sets the resource types to be included during backup.
|
|
2283
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'AKSVolumeTypes']]]] included_volume_types: Gets or sets the include volume types property. This property sets the volume types to be included during backup.
|
|
2284
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] label_selectors: Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during backup.
|
|
2285
|
+
"""
|
|
2286
|
+
pulumi.set(__self__, "include_cluster_scope_resources", include_cluster_scope_resources)
|
|
2287
|
+
pulumi.set(__self__, "object_type", 'KubernetesClusterBackupDatasourceParameters')
|
|
2288
|
+
pulumi.set(__self__, "snapshot_volumes", snapshot_volumes)
|
|
2289
|
+
if backup_hook_references is not None:
|
|
2290
|
+
pulumi.set(__self__, "backup_hook_references", backup_hook_references)
|
|
2291
|
+
if excluded_namespaces is not None:
|
|
2292
|
+
pulumi.set(__self__, "excluded_namespaces", excluded_namespaces)
|
|
2293
|
+
if excluded_resource_types is not None:
|
|
2294
|
+
pulumi.set(__self__, "excluded_resource_types", excluded_resource_types)
|
|
2295
|
+
if included_namespaces is not None:
|
|
2296
|
+
pulumi.set(__self__, "included_namespaces", included_namespaces)
|
|
2297
|
+
if included_resource_types is not None:
|
|
2298
|
+
pulumi.set(__self__, "included_resource_types", included_resource_types)
|
|
2299
|
+
if included_volume_types is not None:
|
|
2300
|
+
pulumi.set(__self__, "included_volume_types", included_volume_types)
|
|
2301
|
+
if label_selectors is not None:
|
|
2302
|
+
pulumi.set(__self__, "label_selectors", label_selectors)
|
|
2303
|
+
|
|
2304
|
+
@property
|
|
2305
|
+
@pulumi.getter(name="includeClusterScopeResources")
|
|
2306
|
+
def include_cluster_scope_resources(self) -> pulumi.Input[bool]:
|
|
2307
|
+
"""
|
|
2308
|
+
Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during backup.
|
|
2309
|
+
"""
|
|
2310
|
+
return pulumi.get(self, "include_cluster_scope_resources")
|
|
2311
|
+
|
|
2312
|
+
@include_cluster_scope_resources.setter
|
|
2313
|
+
def include_cluster_scope_resources(self, value: pulumi.Input[bool]):
|
|
2314
|
+
pulumi.set(self, "include_cluster_scope_resources", value)
|
|
2315
|
+
|
|
2316
|
+
@property
|
|
2317
|
+
@pulumi.getter(name="objectType")
|
|
2318
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
2319
|
+
"""
|
|
2320
|
+
Type of the specific object - used for deserializing
|
|
2321
|
+
Expected value is 'KubernetesClusterBackupDatasourceParameters'.
|
|
2322
|
+
"""
|
|
2323
|
+
return pulumi.get(self, "object_type")
|
|
2324
|
+
|
|
2325
|
+
@object_type.setter
|
|
2326
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
2327
|
+
pulumi.set(self, "object_type", value)
|
|
2328
|
+
|
|
2329
|
+
@property
|
|
2330
|
+
@pulumi.getter(name="snapshotVolumes")
|
|
2331
|
+
def snapshot_volumes(self) -> pulumi.Input[bool]:
|
|
2332
|
+
"""
|
|
2333
|
+
Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during backup.
|
|
2334
|
+
"""
|
|
2335
|
+
return pulumi.get(self, "snapshot_volumes")
|
|
2336
|
+
|
|
2337
|
+
@snapshot_volumes.setter
|
|
2338
|
+
def snapshot_volumes(self, value: pulumi.Input[bool]):
|
|
2339
|
+
pulumi.set(self, "snapshot_volumes", value)
|
|
2340
|
+
|
|
2341
|
+
@property
|
|
2342
|
+
@pulumi.getter(name="backupHookReferences")
|
|
2343
|
+
def backup_hook_references(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NamespacedNameResourceArgs']]]]:
|
|
2344
|
+
"""
|
|
2345
|
+
Gets or sets the backup hook references. This property sets the hook reference to be executed during backup.
|
|
2346
|
+
"""
|
|
2347
|
+
return pulumi.get(self, "backup_hook_references")
|
|
2348
|
+
|
|
2349
|
+
@backup_hook_references.setter
|
|
2350
|
+
def backup_hook_references(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NamespacedNameResourceArgs']]]]):
|
|
2351
|
+
pulumi.set(self, "backup_hook_references", value)
|
|
2352
|
+
|
|
2353
|
+
@property
|
|
2354
|
+
@pulumi.getter(name="excludedNamespaces")
|
|
2355
|
+
def excluded_namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2356
|
+
"""
|
|
2357
|
+
Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during backup.
|
|
2358
|
+
"""
|
|
2359
|
+
return pulumi.get(self, "excluded_namespaces")
|
|
2360
|
+
|
|
2361
|
+
@excluded_namespaces.setter
|
|
2362
|
+
def excluded_namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2363
|
+
pulumi.set(self, "excluded_namespaces", value)
|
|
2364
|
+
|
|
2365
|
+
@property
|
|
2366
|
+
@pulumi.getter(name="excludedResourceTypes")
|
|
2367
|
+
def excluded_resource_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2368
|
+
"""
|
|
2369
|
+
Gets or sets the exclude resource types property. This property sets the resource types to be excluded during backup.
|
|
2370
|
+
"""
|
|
2371
|
+
return pulumi.get(self, "excluded_resource_types")
|
|
2372
|
+
|
|
2373
|
+
@excluded_resource_types.setter
|
|
2374
|
+
def excluded_resource_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2375
|
+
pulumi.set(self, "excluded_resource_types", value)
|
|
2376
|
+
|
|
2377
|
+
@property
|
|
2378
|
+
@pulumi.getter(name="includedNamespaces")
|
|
2379
|
+
def included_namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2380
|
+
"""
|
|
2381
|
+
Gets or sets the include namespaces property. This property sets the namespaces to be included during backup.
|
|
2382
|
+
"""
|
|
2383
|
+
return pulumi.get(self, "included_namespaces")
|
|
2384
|
+
|
|
2385
|
+
@included_namespaces.setter
|
|
2386
|
+
def included_namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2387
|
+
pulumi.set(self, "included_namespaces", value)
|
|
2388
|
+
|
|
2389
|
+
@property
|
|
2390
|
+
@pulumi.getter(name="includedResourceTypes")
|
|
2391
|
+
def included_resource_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2392
|
+
"""
|
|
2393
|
+
Gets or sets the include resource types property. This property sets the resource types to be included during backup.
|
|
2394
|
+
"""
|
|
2395
|
+
return pulumi.get(self, "included_resource_types")
|
|
2396
|
+
|
|
2397
|
+
@included_resource_types.setter
|
|
2398
|
+
def included_resource_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2399
|
+
pulumi.set(self, "included_resource_types", value)
|
|
2400
|
+
|
|
2401
|
+
@property
|
|
2402
|
+
@pulumi.getter(name="includedVolumeTypes")
|
|
2403
|
+
def included_volume_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AKSVolumeTypes']]]]]:
|
|
2404
|
+
"""
|
|
2405
|
+
Gets or sets the include volume types property. This property sets the volume types to be included during backup.
|
|
2406
|
+
"""
|
|
2407
|
+
return pulumi.get(self, "included_volume_types")
|
|
2408
|
+
|
|
2409
|
+
@included_volume_types.setter
|
|
2410
|
+
def included_volume_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AKSVolumeTypes']]]]]):
|
|
2411
|
+
pulumi.set(self, "included_volume_types", value)
|
|
2412
|
+
|
|
2413
|
+
@property
|
|
2414
|
+
@pulumi.getter(name="labelSelectors")
|
|
2415
|
+
def label_selectors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2416
|
+
"""
|
|
2417
|
+
Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during backup.
|
|
2418
|
+
"""
|
|
2419
|
+
return pulumi.get(self, "label_selectors")
|
|
2420
|
+
|
|
2421
|
+
@label_selectors.setter
|
|
2422
|
+
def label_selectors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2423
|
+
pulumi.set(self, "label_selectors", value)
|
|
2424
|
+
|
|
2425
|
+
|
|
2426
|
+
if not MYPY:
|
|
2427
|
+
class MonitoringSettingsArgsDict(TypedDict):
|
|
2428
|
+
"""
|
|
2429
|
+
Monitoring Settings
|
|
2430
|
+
"""
|
|
2431
|
+
azure_monitor_alert_settings: NotRequired[pulumi.Input['AzureMonitorAlertSettingsArgsDict']]
|
|
2432
|
+
"""
|
|
2433
|
+
Settings for Azure Monitor based alerts
|
|
2434
|
+
"""
|
|
2435
|
+
elif False:
|
|
2436
|
+
MonitoringSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
2437
|
+
|
|
2438
|
+
@pulumi.input_type
|
|
2439
|
+
class MonitoringSettingsArgs:
|
|
2440
|
+
def __init__(__self__, *,
|
|
2441
|
+
azure_monitor_alert_settings: Optional[pulumi.Input['AzureMonitorAlertSettingsArgs']] = None):
|
|
2442
|
+
"""
|
|
2443
|
+
Monitoring Settings
|
|
2444
|
+
:param pulumi.Input['AzureMonitorAlertSettingsArgs'] azure_monitor_alert_settings: Settings for Azure Monitor based alerts
|
|
2445
|
+
"""
|
|
2446
|
+
if azure_monitor_alert_settings is not None:
|
|
2447
|
+
pulumi.set(__self__, "azure_monitor_alert_settings", azure_monitor_alert_settings)
|
|
2448
|
+
|
|
2449
|
+
@property
|
|
2450
|
+
@pulumi.getter(name="azureMonitorAlertSettings")
|
|
2451
|
+
def azure_monitor_alert_settings(self) -> Optional[pulumi.Input['AzureMonitorAlertSettingsArgs']]:
|
|
2452
|
+
"""
|
|
2453
|
+
Settings for Azure Monitor based alerts
|
|
2454
|
+
"""
|
|
2455
|
+
return pulumi.get(self, "azure_monitor_alert_settings")
|
|
2456
|
+
|
|
2457
|
+
@azure_monitor_alert_settings.setter
|
|
2458
|
+
def azure_monitor_alert_settings(self, value: Optional[pulumi.Input['AzureMonitorAlertSettingsArgs']]):
|
|
2459
|
+
pulumi.set(self, "azure_monitor_alert_settings", value)
|
|
2460
|
+
|
|
2461
|
+
|
|
2462
|
+
if not MYPY:
|
|
2463
|
+
class NamespacedNameResourceArgsDict(TypedDict):
|
|
2464
|
+
"""
|
|
2465
|
+
Class to refer resources which contains namespace and name
|
|
2466
|
+
"""
|
|
2467
|
+
name: NotRequired[pulumi.Input[str]]
|
|
2468
|
+
"""
|
|
2469
|
+
Name of the resource
|
|
2470
|
+
"""
|
|
2471
|
+
namespace: NotRequired[pulumi.Input[str]]
|
|
2472
|
+
"""
|
|
2473
|
+
Namespace in which the resource exists
|
|
2474
|
+
"""
|
|
2475
|
+
elif False:
|
|
2476
|
+
NamespacedNameResourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
2477
|
+
|
|
2478
|
+
@pulumi.input_type
|
|
2479
|
+
class NamespacedNameResourceArgs:
|
|
2480
|
+
def __init__(__self__, *,
|
|
2481
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
2482
|
+
namespace: Optional[pulumi.Input[str]] = None):
|
|
2483
|
+
"""
|
|
2484
|
+
Class to refer resources which contains namespace and name
|
|
2485
|
+
:param pulumi.Input[str] name: Name of the resource
|
|
2486
|
+
:param pulumi.Input[str] namespace: Namespace in which the resource exists
|
|
2487
|
+
"""
|
|
2488
|
+
if name is not None:
|
|
2489
|
+
pulumi.set(__self__, "name", name)
|
|
2490
|
+
if namespace is not None:
|
|
2491
|
+
pulumi.set(__self__, "namespace", namespace)
|
|
2492
|
+
|
|
2493
|
+
@property
|
|
2494
|
+
@pulumi.getter
|
|
2495
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2496
|
+
"""
|
|
2497
|
+
Name of the resource
|
|
2498
|
+
"""
|
|
2499
|
+
return pulumi.get(self, "name")
|
|
2500
|
+
|
|
2501
|
+
@name.setter
|
|
2502
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2503
|
+
pulumi.set(self, "name", value)
|
|
2504
|
+
|
|
2505
|
+
@property
|
|
2506
|
+
@pulumi.getter
|
|
2507
|
+
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
2508
|
+
"""
|
|
2509
|
+
Namespace in which the resource exists
|
|
2510
|
+
"""
|
|
2511
|
+
return pulumi.get(self, "namespace")
|
|
2512
|
+
|
|
2513
|
+
@namespace.setter
|
|
2514
|
+
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
2515
|
+
pulumi.set(self, "namespace", value)
|
|
2516
|
+
|
|
2517
|
+
|
|
2518
|
+
if not MYPY:
|
|
2519
|
+
class PolicyInfoArgsDict(TypedDict):
|
|
2520
|
+
"""
|
|
2521
|
+
Policy Info in backupInstance
|
|
2522
|
+
"""
|
|
2523
|
+
policy_id: pulumi.Input[str]
|
|
2524
|
+
policy_parameters: NotRequired[pulumi.Input['PolicyParametersArgsDict']]
|
|
2525
|
+
"""
|
|
2526
|
+
Policy parameters for the backup instance
|
|
2527
|
+
"""
|
|
2528
|
+
elif False:
|
|
2529
|
+
PolicyInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
2530
|
+
|
|
2531
|
+
@pulumi.input_type
|
|
2532
|
+
class PolicyInfoArgs:
|
|
2533
|
+
def __init__(__self__, *,
|
|
2534
|
+
policy_id: pulumi.Input[str],
|
|
2535
|
+
policy_parameters: Optional[pulumi.Input['PolicyParametersArgs']] = None):
|
|
2536
|
+
"""
|
|
2537
|
+
Policy Info in backupInstance
|
|
2538
|
+
:param pulumi.Input['PolicyParametersArgs'] policy_parameters: Policy parameters for the backup instance
|
|
2539
|
+
"""
|
|
2540
|
+
pulumi.set(__self__, "policy_id", policy_id)
|
|
2541
|
+
if policy_parameters is not None:
|
|
2542
|
+
pulumi.set(__self__, "policy_parameters", policy_parameters)
|
|
2543
|
+
|
|
2544
|
+
@property
|
|
2545
|
+
@pulumi.getter(name="policyId")
|
|
2546
|
+
def policy_id(self) -> pulumi.Input[str]:
|
|
2547
|
+
return pulumi.get(self, "policy_id")
|
|
2548
|
+
|
|
2549
|
+
@policy_id.setter
|
|
2550
|
+
def policy_id(self, value: pulumi.Input[str]):
|
|
2551
|
+
pulumi.set(self, "policy_id", value)
|
|
2552
|
+
|
|
2553
|
+
@property
|
|
2554
|
+
@pulumi.getter(name="policyParameters")
|
|
2555
|
+
def policy_parameters(self) -> Optional[pulumi.Input['PolicyParametersArgs']]:
|
|
2556
|
+
"""
|
|
2557
|
+
Policy parameters for the backup instance
|
|
2558
|
+
"""
|
|
2559
|
+
return pulumi.get(self, "policy_parameters")
|
|
2560
|
+
|
|
2561
|
+
@policy_parameters.setter
|
|
2562
|
+
def policy_parameters(self, value: Optional[pulumi.Input['PolicyParametersArgs']]):
|
|
2563
|
+
pulumi.set(self, "policy_parameters", value)
|
|
2564
|
+
|
|
2565
|
+
|
|
2566
|
+
if not MYPY:
|
|
2567
|
+
class PolicyParametersArgsDict(TypedDict):
|
|
2568
|
+
"""
|
|
2569
|
+
Parameters in Policy
|
|
2570
|
+
"""
|
|
2571
|
+
backup_datasource_parameters_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union['BlobBackupDatasourceParametersArgsDict', 'KubernetesClusterBackupDatasourceParametersArgsDict']]]]]
|
|
2572
|
+
"""
|
|
2573
|
+
Gets or sets the Backup Data Source Parameters
|
|
2574
|
+
"""
|
|
2575
|
+
data_store_parameters_list: NotRequired[pulumi.Input[Sequence[pulumi.Input['AzureOperationalStoreParametersArgsDict']]]]
|
|
2576
|
+
"""
|
|
2577
|
+
Gets or sets the DataStore Parameters
|
|
2578
|
+
"""
|
|
2579
|
+
elif False:
|
|
2580
|
+
PolicyParametersArgsDict: TypeAlias = Mapping[str, Any]
|
|
2581
|
+
|
|
2582
|
+
@pulumi.input_type
|
|
2583
|
+
class PolicyParametersArgs:
|
|
2584
|
+
def __init__(__self__, *,
|
|
2585
|
+
backup_datasource_parameters_list: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BlobBackupDatasourceParametersArgs', 'KubernetesClusterBackupDatasourceParametersArgs']]]]] = None,
|
|
2586
|
+
data_store_parameters_list: Optional[pulumi.Input[Sequence[pulumi.Input['AzureOperationalStoreParametersArgs']]]] = None):
|
|
2587
|
+
"""
|
|
2588
|
+
Parameters in Policy
|
|
2589
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['BlobBackupDatasourceParametersArgs', 'KubernetesClusterBackupDatasourceParametersArgs']]]] backup_datasource_parameters_list: Gets or sets the Backup Data Source Parameters
|
|
2590
|
+
:param pulumi.Input[Sequence[pulumi.Input['AzureOperationalStoreParametersArgs']]] data_store_parameters_list: Gets or sets the DataStore Parameters
|
|
2591
|
+
"""
|
|
2592
|
+
if backup_datasource_parameters_list is not None:
|
|
2593
|
+
pulumi.set(__self__, "backup_datasource_parameters_list", backup_datasource_parameters_list)
|
|
2594
|
+
if data_store_parameters_list is not None:
|
|
2595
|
+
pulumi.set(__self__, "data_store_parameters_list", data_store_parameters_list)
|
|
2596
|
+
|
|
2597
|
+
@property
|
|
2598
|
+
@pulumi.getter(name="backupDatasourceParametersList")
|
|
2599
|
+
def backup_datasource_parameters_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['BlobBackupDatasourceParametersArgs', 'KubernetesClusterBackupDatasourceParametersArgs']]]]]:
|
|
2600
|
+
"""
|
|
2601
|
+
Gets or sets the Backup Data Source Parameters
|
|
2602
|
+
"""
|
|
2603
|
+
return pulumi.get(self, "backup_datasource_parameters_list")
|
|
2604
|
+
|
|
2605
|
+
@backup_datasource_parameters_list.setter
|
|
2606
|
+
def backup_datasource_parameters_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BlobBackupDatasourceParametersArgs', 'KubernetesClusterBackupDatasourceParametersArgs']]]]]):
|
|
2607
|
+
pulumi.set(self, "backup_datasource_parameters_list", value)
|
|
2608
|
+
|
|
2609
|
+
@property
|
|
2610
|
+
@pulumi.getter(name="dataStoreParametersList")
|
|
2611
|
+
def data_store_parameters_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AzureOperationalStoreParametersArgs']]]]:
|
|
2612
|
+
"""
|
|
2613
|
+
Gets or sets the DataStore Parameters
|
|
2614
|
+
"""
|
|
2615
|
+
return pulumi.get(self, "data_store_parameters_list")
|
|
2616
|
+
|
|
2617
|
+
@data_store_parameters_list.setter
|
|
2618
|
+
def data_store_parameters_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AzureOperationalStoreParametersArgs']]]]):
|
|
2619
|
+
pulumi.set(self, "data_store_parameters_list", value)
|
|
2620
|
+
|
|
2621
|
+
|
|
2622
|
+
if not MYPY:
|
|
2623
|
+
class ResourceGuardOperationDetailArgsDict(TypedDict):
|
|
2624
|
+
"""
|
|
2625
|
+
VaultCritical Operation protected by a resource guard
|
|
2626
|
+
"""
|
|
2627
|
+
default_resource_request: NotRequired[pulumi.Input[str]]
|
|
2628
|
+
vault_critical_operation: NotRequired[pulumi.Input[str]]
|
|
2629
|
+
elif False:
|
|
2630
|
+
ResourceGuardOperationDetailArgsDict: TypeAlias = Mapping[str, Any]
|
|
2631
|
+
|
|
2632
|
+
@pulumi.input_type
|
|
2633
|
+
class ResourceGuardOperationDetailArgs:
|
|
2634
|
+
def __init__(__self__, *,
|
|
2635
|
+
default_resource_request: Optional[pulumi.Input[str]] = None,
|
|
2636
|
+
vault_critical_operation: Optional[pulumi.Input[str]] = None):
|
|
2637
|
+
"""
|
|
2638
|
+
VaultCritical Operation protected by a resource guard
|
|
2639
|
+
"""
|
|
2640
|
+
if default_resource_request is not None:
|
|
2641
|
+
pulumi.set(__self__, "default_resource_request", default_resource_request)
|
|
2642
|
+
if vault_critical_operation is not None:
|
|
2643
|
+
pulumi.set(__self__, "vault_critical_operation", vault_critical_operation)
|
|
2644
|
+
|
|
2645
|
+
@property
|
|
2646
|
+
@pulumi.getter(name="defaultResourceRequest")
|
|
2647
|
+
def default_resource_request(self) -> Optional[pulumi.Input[str]]:
|
|
2648
|
+
return pulumi.get(self, "default_resource_request")
|
|
2649
|
+
|
|
2650
|
+
@default_resource_request.setter
|
|
2651
|
+
def default_resource_request(self, value: Optional[pulumi.Input[str]]):
|
|
2652
|
+
pulumi.set(self, "default_resource_request", value)
|
|
2653
|
+
|
|
2654
|
+
@property
|
|
2655
|
+
@pulumi.getter(name="vaultCriticalOperation")
|
|
2656
|
+
def vault_critical_operation(self) -> Optional[pulumi.Input[str]]:
|
|
2657
|
+
return pulumi.get(self, "vault_critical_operation")
|
|
2658
|
+
|
|
2659
|
+
@vault_critical_operation.setter
|
|
2660
|
+
def vault_critical_operation(self, value: Optional[pulumi.Input[str]]):
|
|
2661
|
+
pulumi.set(self, "vault_critical_operation", value)
|
|
2662
|
+
|
|
2663
|
+
|
|
2664
|
+
if not MYPY:
|
|
2665
|
+
class ResourceGuardProxyBaseArgsDict(TypedDict):
|
|
2666
|
+
"""
|
|
2667
|
+
ResourceGuardProxyBase object, used in ResourceGuardProxyBaseResource
|
|
2668
|
+
"""
|
|
2669
|
+
description: NotRequired[pulumi.Input[str]]
|
|
2670
|
+
last_updated_time: NotRequired[pulumi.Input[str]]
|
|
2671
|
+
resource_guard_operation_details: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResourceGuardOperationDetailArgsDict']]]]
|
|
2672
|
+
resource_guard_resource_id: NotRequired[pulumi.Input[str]]
|
|
2673
|
+
elif False:
|
|
2674
|
+
ResourceGuardProxyBaseArgsDict: TypeAlias = Mapping[str, Any]
|
|
2675
|
+
|
|
2676
|
+
@pulumi.input_type
|
|
2677
|
+
class ResourceGuardProxyBaseArgs:
|
|
2678
|
+
def __init__(__self__, *,
|
|
2679
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
2680
|
+
last_updated_time: Optional[pulumi.Input[str]] = None,
|
|
2681
|
+
resource_guard_operation_details: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceGuardOperationDetailArgs']]]] = None,
|
|
2682
|
+
resource_guard_resource_id: Optional[pulumi.Input[str]] = None):
|
|
2683
|
+
"""
|
|
2684
|
+
ResourceGuardProxyBase object, used in ResourceGuardProxyBaseResource
|
|
2685
|
+
"""
|
|
2686
|
+
if description is not None:
|
|
2687
|
+
pulumi.set(__self__, "description", description)
|
|
2688
|
+
if last_updated_time is not None:
|
|
2689
|
+
pulumi.set(__self__, "last_updated_time", last_updated_time)
|
|
2690
|
+
if resource_guard_operation_details is not None:
|
|
2691
|
+
pulumi.set(__self__, "resource_guard_operation_details", resource_guard_operation_details)
|
|
2692
|
+
if resource_guard_resource_id is not None:
|
|
2693
|
+
pulumi.set(__self__, "resource_guard_resource_id", resource_guard_resource_id)
|
|
2694
|
+
|
|
2695
|
+
@property
|
|
2696
|
+
@pulumi.getter
|
|
2697
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2698
|
+
return pulumi.get(self, "description")
|
|
2699
|
+
|
|
2700
|
+
@description.setter
|
|
2701
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2702
|
+
pulumi.set(self, "description", value)
|
|
2703
|
+
|
|
2704
|
+
@property
|
|
2705
|
+
@pulumi.getter(name="lastUpdatedTime")
|
|
2706
|
+
def last_updated_time(self) -> Optional[pulumi.Input[str]]:
|
|
2707
|
+
return pulumi.get(self, "last_updated_time")
|
|
2708
|
+
|
|
2709
|
+
@last_updated_time.setter
|
|
2710
|
+
def last_updated_time(self, value: Optional[pulumi.Input[str]]):
|
|
2711
|
+
pulumi.set(self, "last_updated_time", value)
|
|
2712
|
+
|
|
2713
|
+
@property
|
|
2714
|
+
@pulumi.getter(name="resourceGuardOperationDetails")
|
|
2715
|
+
def resource_guard_operation_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourceGuardOperationDetailArgs']]]]:
|
|
2716
|
+
return pulumi.get(self, "resource_guard_operation_details")
|
|
2717
|
+
|
|
2718
|
+
@resource_guard_operation_details.setter
|
|
2719
|
+
def resource_guard_operation_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceGuardOperationDetailArgs']]]]):
|
|
2720
|
+
pulumi.set(self, "resource_guard_operation_details", value)
|
|
2721
|
+
|
|
2722
|
+
@property
|
|
2723
|
+
@pulumi.getter(name="resourceGuardResourceId")
|
|
2724
|
+
def resource_guard_resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
2725
|
+
return pulumi.get(self, "resource_guard_resource_id")
|
|
2726
|
+
|
|
2727
|
+
@resource_guard_resource_id.setter
|
|
2728
|
+
def resource_guard_resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
2729
|
+
pulumi.set(self, "resource_guard_resource_id", value)
|
|
2730
|
+
|
|
2731
|
+
|
|
2732
|
+
if not MYPY:
|
|
2733
|
+
class ResourceGuardArgsDict(TypedDict):
|
|
2734
|
+
vault_critical_operation_exclusion_list: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2735
|
+
"""
|
|
2736
|
+
List of critical operations which are not protected by this resourceGuard
|
|
2737
|
+
"""
|
|
2738
|
+
elif False:
|
|
2739
|
+
ResourceGuardArgsDict: TypeAlias = Mapping[str, Any]
|
|
2740
|
+
|
|
2741
|
+
@pulumi.input_type
|
|
2742
|
+
class ResourceGuardArgs:
|
|
2743
|
+
def __init__(__self__, *,
|
|
2744
|
+
vault_critical_operation_exclusion_list: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2745
|
+
"""
|
|
2746
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] vault_critical_operation_exclusion_list: List of critical operations which are not protected by this resourceGuard
|
|
2747
|
+
"""
|
|
2748
|
+
if vault_critical_operation_exclusion_list is not None:
|
|
2749
|
+
pulumi.set(__self__, "vault_critical_operation_exclusion_list", vault_critical_operation_exclusion_list)
|
|
2750
|
+
|
|
2751
|
+
@property
|
|
2752
|
+
@pulumi.getter(name="vaultCriticalOperationExclusionList")
|
|
2753
|
+
def vault_critical_operation_exclusion_list(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2754
|
+
"""
|
|
2755
|
+
List of critical operations which are not protected by this resourceGuard
|
|
2756
|
+
"""
|
|
2757
|
+
return pulumi.get(self, "vault_critical_operation_exclusion_list")
|
|
2758
|
+
|
|
2759
|
+
@vault_critical_operation_exclusion_list.setter
|
|
2760
|
+
def vault_critical_operation_exclusion_list(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2761
|
+
pulumi.set(self, "vault_critical_operation_exclusion_list", value)
|
|
2762
|
+
|
|
2763
|
+
|
|
2764
|
+
if not MYPY:
|
|
2765
|
+
class RetentionTagArgsDict(TypedDict):
|
|
2766
|
+
"""
|
|
2767
|
+
Retention tag
|
|
2768
|
+
"""
|
|
2769
|
+
tag_name: pulumi.Input[str]
|
|
2770
|
+
"""
|
|
2771
|
+
Retention Tag Name to relate it to retention rule.
|
|
2772
|
+
"""
|
|
2773
|
+
elif False:
|
|
2774
|
+
RetentionTagArgsDict: TypeAlias = Mapping[str, Any]
|
|
2775
|
+
|
|
2776
|
+
@pulumi.input_type
|
|
2777
|
+
class RetentionTagArgs:
|
|
2778
|
+
def __init__(__self__, *,
|
|
2779
|
+
tag_name: pulumi.Input[str]):
|
|
2780
|
+
"""
|
|
2781
|
+
Retention tag
|
|
2782
|
+
:param pulumi.Input[str] tag_name: Retention Tag Name to relate it to retention rule.
|
|
2783
|
+
"""
|
|
2784
|
+
pulumi.set(__self__, "tag_name", tag_name)
|
|
2785
|
+
|
|
2786
|
+
@property
|
|
2787
|
+
@pulumi.getter(name="tagName")
|
|
2788
|
+
def tag_name(self) -> pulumi.Input[str]:
|
|
2789
|
+
"""
|
|
2790
|
+
Retention Tag Name to relate it to retention rule.
|
|
2791
|
+
"""
|
|
2792
|
+
return pulumi.get(self, "tag_name")
|
|
2793
|
+
|
|
2794
|
+
@tag_name.setter
|
|
2795
|
+
def tag_name(self, value: pulumi.Input[str]):
|
|
2796
|
+
pulumi.set(self, "tag_name", value)
|
|
2797
|
+
|
|
2798
|
+
|
|
2799
|
+
if not MYPY:
|
|
2800
|
+
class ScheduleBasedBackupCriteriaArgsDict(TypedDict):
|
|
2801
|
+
"""
|
|
2802
|
+
Schedule based backup criteria
|
|
2803
|
+
"""
|
|
2804
|
+
object_type: pulumi.Input[str]
|
|
2805
|
+
"""
|
|
2806
|
+
Type of the specific object - used for deserializing
|
|
2807
|
+
Expected value is 'ScheduleBasedBackupCriteria'.
|
|
2808
|
+
"""
|
|
2809
|
+
absolute_criteria: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AbsoluteMarker']]]]]
|
|
2810
|
+
"""
|
|
2811
|
+
it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth"
|
|
2812
|
+
and should be part of AbsoluteMarker enum
|
|
2813
|
+
"""
|
|
2814
|
+
days_of_month: NotRequired[pulumi.Input[Sequence[pulumi.Input['DayArgsDict']]]]
|
|
2815
|
+
"""
|
|
2816
|
+
This is day of the month from 1 to 28 other wise last of month
|
|
2817
|
+
"""
|
|
2818
|
+
days_of_the_week: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'DayOfWeek']]]]]
|
|
2819
|
+
"""
|
|
2820
|
+
It should be Sunday/Monday/T..../Saturday
|
|
2821
|
+
"""
|
|
2822
|
+
months_of_year: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'Month']]]]]
|
|
2823
|
+
"""
|
|
2824
|
+
It should be January/February/....../December
|
|
2825
|
+
"""
|
|
2826
|
+
schedule_times: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2827
|
+
"""
|
|
2828
|
+
List of schedule times for backup
|
|
2829
|
+
"""
|
|
2830
|
+
weeks_of_the_month: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WeekNumber']]]]]
|
|
2831
|
+
"""
|
|
2832
|
+
It should be First/Second/Third/Fourth/Last
|
|
2833
|
+
"""
|
|
2834
|
+
elif False:
|
|
2835
|
+
ScheduleBasedBackupCriteriaArgsDict: TypeAlias = Mapping[str, Any]
|
|
2836
|
+
|
|
2837
|
+
@pulumi.input_type
|
|
2838
|
+
class ScheduleBasedBackupCriteriaArgs:
|
|
2839
|
+
def __init__(__self__, *,
|
|
2840
|
+
object_type: pulumi.Input[str],
|
|
2841
|
+
absolute_criteria: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AbsoluteMarker']]]]] = None,
|
|
2842
|
+
days_of_month: Optional[pulumi.Input[Sequence[pulumi.Input['DayArgs']]]] = None,
|
|
2843
|
+
days_of_the_week: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'DayOfWeek']]]]] = None,
|
|
2844
|
+
months_of_year: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'Month']]]]] = None,
|
|
2845
|
+
schedule_times: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2846
|
+
weeks_of_the_month: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WeekNumber']]]]] = None):
|
|
2847
|
+
"""
|
|
2848
|
+
Schedule based backup criteria
|
|
2849
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
2850
|
+
Expected value is 'ScheduleBasedBackupCriteria'.
|
|
2851
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'AbsoluteMarker']]]] absolute_criteria: it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth"
|
|
2852
|
+
and should be part of AbsoluteMarker enum
|
|
2853
|
+
:param pulumi.Input[Sequence[pulumi.Input['DayArgs']]] days_of_month: This is day of the month from 1 to 28 other wise last of month
|
|
2854
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'DayOfWeek']]]] days_of_the_week: It should be Sunday/Monday/T..../Saturday
|
|
2855
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'Month']]]] months_of_year: It should be January/February/....../December
|
|
2856
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] schedule_times: List of schedule times for backup
|
|
2857
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'WeekNumber']]]] weeks_of_the_month: It should be First/Second/Third/Fourth/Last
|
|
2858
|
+
"""
|
|
2859
|
+
pulumi.set(__self__, "object_type", 'ScheduleBasedBackupCriteria')
|
|
2860
|
+
if absolute_criteria is not None:
|
|
2861
|
+
pulumi.set(__self__, "absolute_criteria", absolute_criteria)
|
|
2862
|
+
if days_of_month is not None:
|
|
2863
|
+
pulumi.set(__self__, "days_of_month", days_of_month)
|
|
2864
|
+
if days_of_the_week is not None:
|
|
2865
|
+
pulumi.set(__self__, "days_of_the_week", days_of_the_week)
|
|
2866
|
+
if months_of_year is not None:
|
|
2867
|
+
pulumi.set(__self__, "months_of_year", months_of_year)
|
|
2868
|
+
if schedule_times is not None:
|
|
2869
|
+
pulumi.set(__self__, "schedule_times", schedule_times)
|
|
2870
|
+
if weeks_of_the_month is not None:
|
|
2871
|
+
pulumi.set(__self__, "weeks_of_the_month", weeks_of_the_month)
|
|
2872
|
+
|
|
2873
|
+
@property
|
|
2874
|
+
@pulumi.getter(name="objectType")
|
|
2875
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
2876
|
+
"""
|
|
2877
|
+
Type of the specific object - used for deserializing
|
|
2878
|
+
Expected value is 'ScheduleBasedBackupCriteria'.
|
|
2879
|
+
"""
|
|
2880
|
+
return pulumi.get(self, "object_type")
|
|
2881
|
+
|
|
2882
|
+
@object_type.setter
|
|
2883
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
2884
|
+
pulumi.set(self, "object_type", value)
|
|
2885
|
+
|
|
2886
|
+
@property
|
|
2887
|
+
@pulumi.getter(name="absoluteCriteria")
|
|
2888
|
+
def absolute_criteria(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AbsoluteMarker']]]]]:
|
|
2889
|
+
"""
|
|
2890
|
+
it contains absolute values like "AllBackup" / "FirstOfDay" / "FirstOfWeek" / "FirstOfMonth"
|
|
2891
|
+
and should be part of AbsoluteMarker enum
|
|
2892
|
+
"""
|
|
2893
|
+
return pulumi.get(self, "absolute_criteria")
|
|
2894
|
+
|
|
2895
|
+
@absolute_criteria.setter
|
|
2896
|
+
def absolute_criteria(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AbsoluteMarker']]]]]):
|
|
2897
|
+
pulumi.set(self, "absolute_criteria", value)
|
|
2898
|
+
|
|
2899
|
+
@property
|
|
2900
|
+
@pulumi.getter(name="daysOfMonth")
|
|
2901
|
+
def days_of_month(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DayArgs']]]]:
|
|
2902
|
+
"""
|
|
2903
|
+
This is day of the month from 1 to 28 other wise last of month
|
|
2904
|
+
"""
|
|
2905
|
+
return pulumi.get(self, "days_of_month")
|
|
2906
|
+
|
|
2907
|
+
@days_of_month.setter
|
|
2908
|
+
def days_of_month(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DayArgs']]]]):
|
|
2909
|
+
pulumi.set(self, "days_of_month", value)
|
|
2910
|
+
|
|
2911
|
+
@property
|
|
2912
|
+
@pulumi.getter(name="daysOfTheWeek")
|
|
2913
|
+
def days_of_the_week(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'DayOfWeek']]]]]:
|
|
2914
|
+
"""
|
|
2915
|
+
It should be Sunday/Monday/T..../Saturday
|
|
2916
|
+
"""
|
|
2917
|
+
return pulumi.get(self, "days_of_the_week")
|
|
2918
|
+
|
|
2919
|
+
@days_of_the_week.setter
|
|
2920
|
+
def days_of_the_week(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'DayOfWeek']]]]]):
|
|
2921
|
+
pulumi.set(self, "days_of_the_week", value)
|
|
2922
|
+
|
|
2923
|
+
@property
|
|
2924
|
+
@pulumi.getter(name="monthsOfYear")
|
|
2925
|
+
def months_of_year(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'Month']]]]]:
|
|
2926
|
+
"""
|
|
2927
|
+
It should be January/February/....../December
|
|
2928
|
+
"""
|
|
2929
|
+
return pulumi.get(self, "months_of_year")
|
|
2930
|
+
|
|
2931
|
+
@months_of_year.setter
|
|
2932
|
+
def months_of_year(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'Month']]]]]):
|
|
2933
|
+
pulumi.set(self, "months_of_year", value)
|
|
2934
|
+
|
|
2935
|
+
@property
|
|
2936
|
+
@pulumi.getter(name="scheduleTimes")
|
|
2937
|
+
def schedule_times(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2938
|
+
"""
|
|
2939
|
+
List of schedule times for backup
|
|
2940
|
+
"""
|
|
2941
|
+
return pulumi.get(self, "schedule_times")
|
|
2942
|
+
|
|
2943
|
+
@schedule_times.setter
|
|
2944
|
+
def schedule_times(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2945
|
+
pulumi.set(self, "schedule_times", value)
|
|
2946
|
+
|
|
2947
|
+
@property
|
|
2948
|
+
@pulumi.getter(name="weeksOfTheMonth")
|
|
2949
|
+
def weeks_of_the_month(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WeekNumber']]]]]:
|
|
2950
|
+
"""
|
|
2951
|
+
It should be First/Second/Third/Fourth/Last
|
|
2952
|
+
"""
|
|
2953
|
+
return pulumi.get(self, "weeks_of_the_month")
|
|
2954
|
+
|
|
2955
|
+
@weeks_of_the_month.setter
|
|
2956
|
+
def weeks_of_the_month(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'WeekNumber']]]]]):
|
|
2957
|
+
pulumi.set(self, "weeks_of_the_month", value)
|
|
2958
|
+
|
|
2959
|
+
|
|
2960
|
+
if not MYPY:
|
|
2961
|
+
class ScheduleBasedTriggerContextArgsDict(TypedDict):
|
|
2962
|
+
"""
|
|
2963
|
+
Schedule based trigger context
|
|
2964
|
+
"""
|
|
2965
|
+
object_type: pulumi.Input[str]
|
|
2966
|
+
"""
|
|
2967
|
+
Type of the specific object - used for deserializing
|
|
2968
|
+
Expected value is 'ScheduleBasedTriggerContext'.
|
|
2969
|
+
"""
|
|
2970
|
+
schedule: pulumi.Input['BackupScheduleArgsDict']
|
|
2971
|
+
"""
|
|
2972
|
+
Schedule for this backup
|
|
2973
|
+
"""
|
|
2974
|
+
tagging_criteria: pulumi.Input[Sequence[pulumi.Input['TaggingCriteriaArgsDict']]]
|
|
2975
|
+
"""
|
|
2976
|
+
List of tags that can be applicable for given schedule.
|
|
2977
|
+
"""
|
|
2978
|
+
elif False:
|
|
2979
|
+
ScheduleBasedTriggerContextArgsDict: TypeAlias = Mapping[str, Any]
|
|
2980
|
+
|
|
2981
|
+
@pulumi.input_type
|
|
2982
|
+
class ScheduleBasedTriggerContextArgs:
|
|
2983
|
+
def __init__(__self__, *,
|
|
2984
|
+
object_type: pulumi.Input[str],
|
|
2985
|
+
schedule: pulumi.Input['BackupScheduleArgs'],
|
|
2986
|
+
tagging_criteria: pulumi.Input[Sequence[pulumi.Input['TaggingCriteriaArgs']]]):
|
|
2987
|
+
"""
|
|
2988
|
+
Schedule based trigger context
|
|
2989
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
2990
|
+
Expected value is 'ScheduleBasedTriggerContext'.
|
|
2991
|
+
:param pulumi.Input['BackupScheduleArgs'] schedule: Schedule for this backup
|
|
2992
|
+
:param pulumi.Input[Sequence[pulumi.Input['TaggingCriteriaArgs']]] tagging_criteria: List of tags that can be applicable for given schedule.
|
|
2993
|
+
"""
|
|
2994
|
+
pulumi.set(__self__, "object_type", 'ScheduleBasedTriggerContext')
|
|
2995
|
+
pulumi.set(__self__, "schedule", schedule)
|
|
2996
|
+
pulumi.set(__self__, "tagging_criteria", tagging_criteria)
|
|
2997
|
+
|
|
2998
|
+
@property
|
|
2999
|
+
@pulumi.getter(name="objectType")
|
|
3000
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
3001
|
+
"""
|
|
3002
|
+
Type of the specific object - used for deserializing
|
|
3003
|
+
Expected value is 'ScheduleBasedTriggerContext'.
|
|
3004
|
+
"""
|
|
3005
|
+
return pulumi.get(self, "object_type")
|
|
3006
|
+
|
|
3007
|
+
@object_type.setter
|
|
3008
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
3009
|
+
pulumi.set(self, "object_type", value)
|
|
3010
|
+
|
|
3011
|
+
@property
|
|
3012
|
+
@pulumi.getter
|
|
3013
|
+
def schedule(self) -> pulumi.Input['BackupScheduleArgs']:
|
|
3014
|
+
"""
|
|
3015
|
+
Schedule for this backup
|
|
3016
|
+
"""
|
|
3017
|
+
return pulumi.get(self, "schedule")
|
|
3018
|
+
|
|
3019
|
+
@schedule.setter
|
|
3020
|
+
def schedule(self, value: pulumi.Input['BackupScheduleArgs']):
|
|
3021
|
+
pulumi.set(self, "schedule", value)
|
|
3022
|
+
|
|
3023
|
+
@property
|
|
3024
|
+
@pulumi.getter(name="taggingCriteria")
|
|
3025
|
+
def tagging_criteria(self) -> pulumi.Input[Sequence[pulumi.Input['TaggingCriteriaArgs']]]:
|
|
3026
|
+
"""
|
|
3027
|
+
List of tags that can be applicable for given schedule.
|
|
3028
|
+
"""
|
|
3029
|
+
return pulumi.get(self, "tagging_criteria")
|
|
3030
|
+
|
|
3031
|
+
@tagging_criteria.setter
|
|
3032
|
+
def tagging_criteria(self, value: pulumi.Input[Sequence[pulumi.Input['TaggingCriteriaArgs']]]):
|
|
3033
|
+
pulumi.set(self, "tagging_criteria", value)
|
|
3034
|
+
|
|
3035
|
+
|
|
3036
|
+
if not MYPY:
|
|
3037
|
+
class SecretStoreBasedAuthCredentialsArgsDict(TypedDict):
|
|
3038
|
+
"""
|
|
3039
|
+
Secret store based authentication credentials.
|
|
3040
|
+
"""
|
|
3041
|
+
object_type: pulumi.Input[str]
|
|
3042
|
+
"""
|
|
3043
|
+
Type of the specific object - used for deserializing
|
|
3044
|
+
Expected value is 'SecretStoreBasedAuthCredentials'.
|
|
3045
|
+
"""
|
|
3046
|
+
secret_store_resource: NotRequired[pulumi.Input['SecretStoreResourceArgsDict']]
|
|
3047
|
+
"""
|
|
3048
|
+
Secret store resource
|
|
3049
|
+
"""
|
|
3050
|
+
elif False:
|
|
3051
|
+
SecretStoreBasedAuthCredentialsArgsDict: TypeAlias = Mapping[str, Any]
|
|
3052
|
+
|
|
3053
|
+
@pulumi.input_type
|
|
3054
|
+
class SecretStoreBasedAuthCredentialsArgs:
|
|
3055
|
+
def __init__(__self__, *,
|
|
3056
|
+
object_type: pulumi.Input[str],
|
|
3057
|
+
secret_store_resource: Optional[pulumi.Input['SecretStoreResourceArgs']] = None):
|
|
3058
|
+
"""
|
|
3059
|
+
Secret store based authentication credentials.
|
|
3060
|
+
:param pulumi.Input[str] object_type: Type of the specific object - used for deserializing
|
|
3061
|
+
Expected value is 'SecretStoreBasedAuthCredentials'.
|
|
3062
|
+
:param pulumi.Input['SecretStoreResourceArgs'] secret_store_resource: Secret store resource
|
|
3063
|
+
"""
|
|
3064
|
+
pulumi.set(__self__, "object_type", 'SecretStoreBasedAuthCredentials')
|
|
3065
|
+
if secret_store_resource is not None:
|
|
3066
|
+
pulumi.set(__self__, "secret_store_resource", secret_store_resource)
|
|
3067
|
+
|
|
3068
|
+
@property
|
|
3069
|
+
@pulumi.getter(name="objectType")
|
|
3070
|
+
def object_type(self) -> pulumi.Input[str]:
|
|
3071
|
+
"""
|
|
3072
|
+
Type of the specific object - used for deserializing
|
|
3073
|
+
Expected value is 'SecretStoreBasedAuthCredentials'.
|
|
3074
|
+
"""
|
|
3075
|
+
return pulumi.get(self, "object_type")
|
|
3076
|
+
|
|
3077
|
+
@object_type.setter
|
|
3078
|
+
def object_type(self, value: pulumi.Input[str]):
|
|
3079
|
+
pulumi.set(self, "object_type", value)
|
|
3080
|
+
|
|
3081
|
+
@property
|
|
3082
|
+
@pulumi.getter(name="secretStoreResource")
|
|
3083
|
+
def secret_store_resource(self) -> Optional[pulumi.Input['SecretStoreResourceArgs']]:
|
|
3084
|
+
"""
|
|
3085
|
+
Secret store resource
|
|
3086
|
+
"""
|
|
3087
|
+
return pulumi.get(self, "secret_store_resource")
|
|
3088
|
+
|
|
3089
|
+
@secret_store_resource.setter
|
|
3090
|
+
def secret_store_resource(self, value: Optional[pulumi.Input['SecretStoreResourceArgs']]):
|
|
3091
|
+
pulumi.set(self, "secret_store_resource", value)
|
|
3092
|
+
|
|
3093
|
+
|
|
3094
|
+
if not MYPY:
|
|
3095
|
+
class SecretStoreResourceArgsDict(TypedDict):
|
|
3096
|
+
"""
|
|
3097
|
+
Class representing a secret store resource.
|
|
3098
|
+
"""
|
|
3099
|
+
secret_store_type: pulumi.Input[Union[str, 'SecretStoreType']]
|
|
3100
|
+
"""
|
|
3101
|
+
Gets or sets the type of secret store
|
|
3102
|
+
"""
|
|
3103
|
+
uri: NotRequired[pulumi.Input[str]]
|
|
3104
|
+
"""
|
|
3105
|
+
Uri to get to the resource
|
|
3106
|
+
"""
|
|
3107
|
+
value: NotRequired[pulumi.Input[str]]
|
|
3108
|
+
"""
|
|
3109
|
+
Gets or sets value stored in secret store resource
|
|
3110
|
+
"""
|
|
3111
|
+
elif False:
|
|
3112
|
+
SecretStoreResourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
3113
|
+
|
|
3114
|
+
@pulumi.input_type
|
|
3115
|
+
class SecretStoreResourceArgs:
|
|
3116
|
+
def __init__(__self__, *,
|
|
3117
|
+
secret_store_type: pulumi.Input[Union[str, 'SecretStoreType']],
|
|
3118
|
+
uri: Optional[pulumi.Input[str]] = None,
|
|
3119
|
+
value: Optional[pulumi.Input[str]] = None):
|
|
3120
|
+
"""
|
|
3121
|
+
Class representing a secret store resource.
|
|
3122
|
+
:param pulumi.Input[Union[str, 'SecretStoreType']] secret_store_type: Gets or sets the type of secret store
|
|
3123
|
+
:param pulumi.Input[str] uri: Uri to get to the resource
|
|
3124
|
+
:param pulumi.Input[str] value: Gets or sets value stored in secret store resource
|
|
3125
|
+
"""
|
|
3126
|
+
pulumi.set(__self__, "secret_store_type", secret_store_type)
|
|
3127
|
+
if uri is not None:
|
|
3128
|
+
pulumi.set(__self__, "uri", uri)
|
|
3129
|
+
if value is not None:
|
|
3130
|
+
pulumi.set(__self__, "value", value)
|
|
3131
|
+
|
|
3132
|
+
@property
|
|
3133
|
+
@pulumi.getter(name="secretStoreType")
|
|
3134
|
+
def secret_store_type(self) -> pulumi.Input[Union[str, 'SecretStoreType']]:
|
|
3135
|
+
"""
|
|
3136
|
+
Gets or sets the type of secret store
|
|
3137
|
+
"""
|
|
3138
|
+
return pulumi.get(self, "secret_store_type")
|
|
3139
|
+
|
|
3140
|
+
@secret_store_type.setter
|
|
3141
|
+
def secret_store_type(self, value: pulumi.Input[Union[str, 'SecretStoreType']]):
|
|
3142
|
+
pulumi.set(self, "secret_store_type", value)
|
|
3143
|
+
|
|
3144
|
+
@property
|
|
3145
|
+
@pulumi.getter
|
|
3146
|
+
def uri(self) -> Optional[pulumi.Input[str]]:
|
|
3147
|
+
"""
|
|
3148
|
+
Uri to get to the resource
|
|
3149
|
+
"""
|
|
3150
|
+
return pulumi.get(self, "uri")
|
|
3151
|
+
|
|
3152
|
+
@uri.setter
|
|
3153
|
+
def uri(self, value: Optional[pulumi.Input[str]]):
|
|
3154
|
+
pulumi.set(self, "uri", value)
|
|
3155
|
+
|
|
3156
|
+
@property
|
|
3157
|
+
@pulumi.getter
|
|
3158
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
3159
|
+
"""
|
|
3160
|
+
Gets or sets value stored in secret store resource
|
|
3161
|
+
"""
|
|
3162
|
+
return pulumi.get(self, "value")
|
|
3163
|
+
|
|
3164
|
+
@value.setter
|
|
3165
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
3166
|
+
pulumi.set(self, "value", value)
|
|
3167
|
+
|
|
3168
|
+
|
|
3169
|
+
if not MYPY:
|
|
3170
|
+
class SecuritySettingsArgsDict(TypedDict):
|
|
3171
|
+
"""
|
|
3172
|
+
Class containing security settings of vault
|
|
3173
|
+
"""
|
|
3174
|
+
encryption_settings: NotRequired[pulumi.Input['EncryptionSettingsArgsDict']]
|
|
3175
|
+
"""
|
|
3176
|
+
Customer Managed Key details of the resource.
|
|
3177
|
+
"""
|
|
3178
|
+
immutability_settings: NotRequired[pulumi.Input['ImmutabilitySettingsArgsDict']]
|
|
3179
|
+
"""
|
|
3180
|
+
Immutability Settings at vault level
|
|
3181
|
+
"""
|
|
3182
|
+
soft_delete_settings: NotRequired[pulumi.Input['SoftDeleteSettingsArgsDict']]
|
|
3183
|
+
"""
|
|
3184
|
+
Soft delete related settings
|
|
3185
|
+
"""
|
|
3186
|
+
elif False:
|
|
3187
|
+
SecuritySettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
3188
|
+
|
|
3189
|
+
@pulumi.input_type
|
|
3190
|
+
class SecuritySettingsArgs:
|
|
3191
|
+
def __init__(__self__, *,
|
|
3192
|
+
encryption_settings: Optional[pulumi.Input['EncryptionSettingsArgs']] = None,
|
|
3193
|
+
immutability_settings: Optional[pulumi.Input['ImmutabilitySettingsArgs']] = None,
|
|
3194
|
+
soft_delete_settings: Optional[pulumi.Input['SoftDeleteSettingsArgs']] = None):
|
|
3195
|
+
"""
|
|
3196
|
+
Class containing security settings of vault
|
|
3197
|
+
:param pulumi.Input['EncryptionSettingsArgs'] encryption_settings: Customer Managed Key details of the resource.
|
|
3198
|
+
:param pulumi.Input['ImmutabilitySettingsArgs'] immutability_settings: Immutability Settings at vault level
|
|
3199
|
+
:param pulumi.Input['SoftDeleteSettingsArgs'] soft_delete_settings: Soft delete related settings
|
|
3200
|
+
"""
|
|
3201
|
+
if encryption_settings is not None:
|
|
3202
|
+
pulumi.set(__self__, "encryption_settings", encryption_settings)
|
|
3203
|
+
if immutability_settings is not None:
|
|
3204
|
+
pulumi.set(__self__, "immutability_settings", immutability_settings)
|
|
3205
|
+
if soft_delete_settings is not None:
|
|
3206
|
+
pulumi.set(__self__, "soft_delete_settings", soft_delete_settings)
|
|
3207
|
+
|
|
3208
|
+
@property
|
|
3209
|
+
@pulumi.getter(name="encryptionSettings")
|
|
3210
|
+
def encryption_settings(self) -> Optional[pulumi.Input['EncryptionSettingsArgs']]:
|
|
3211
|
+
"""
|
|
3212
|
+
Customer Managed Key details of the resource.
|
|
3213
|
+
"""
|
|
3214
|
+
return pulumi.get(self, "encryption_settings")
|
|
3215
|
+
|
|
3216
|
+
@encryption_settings.setter
|
|
3217
|
+
def encryption_settings(self, value: Optional[pulumi.Input['EncryptionSettingsArgs']]):
|
|
3218
|
+
pulumi.set(self, "encryption_settings", value)
|
|
3219
|
+
|
|
3220
|
+
@property
|
|
3221
|
+
@pulumi.getter(name="immutabilitySettings")
|
|
3222
|
+
def immutability_settings(self) -> Optional[pulumi.Input['ImmutabilitySettingsArgs']]:
|
|
3223
|
+
"""
|
|
3224
|
+
Immutability Settings at vault level
|
|
3225
|
+
"""
|
|
3226
|
+
return pulumi.get(self, "immutability_settings")
|
|
3227
|
+
|
|
3228
|
+
@immutability_settings.setter
|
|
3229
|
+
def immutability_settings(self, value: Optional[pulumi.Input['ImmutabilitySettingsArgs']]):
|
|
3230
|
+
pulumi.set(self, "immutability_settings", value)
|
|
3231
|
+
|
|
3232
|
+
@property
|
|
3233
|
+
@pulumi.getter(name="softDeleteSettings")
|
|
3234
|
+
def soft_delete_settings(self) -> Optional[pulumi.Input['SoftDeleteSettingsArgs']]:
|
|
3235
|
+
"""
|
|
3236
|
+
Soft delete related settings
|
|
3237
|
+
"""
|
|
3238
|
+
return pulumi.get(self, "soft_delete_settings")
|
|
3239
|
+
|
|
3240
|
+
@soft_delete_settings.setter
|
|
3241
|
+
def soft_delete_settings(self, value: Optional[pulumi.Input['SoftDeleteSettingsArgs']]):
|
|
3242
|
+
pulumi.set(self, "soft_delete_settings", value)
|
|
3243
|
+
|
|
3244
|
+
|
|
3245
|
+
if not MYPY:
|
|
3246
|
+
class SoftDeleteSettingsArgsDict(TypedDict):
|
|
3247
|
+
"""
|
|
3248
|
+
Soft delete related settings
|
|
3249
|
+
"""
|
|
3250
|
+
retention_duration_in_days: NotRequired[pulumi.Input[float]]
|
|
3251
|
+
"""
|
|
3252
|
+
Soft delete retention duration
|
|
3253
|
+
"""
|
|
3254
|
+
state: NotRequired[pulumi.Input[Union[str, 'SoftDeleteState']]]
|
|
3255
|
+
"""
|
|
3256
|
+
State of soft delete
|
|
3257
|
+
"""
|
|
3258
|
+
elif False:
|
|
3259
|
+
SoftDeleteSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
|
3260
|
+
|
|
3261
|
+
@pulumi.input_type
|
|
3262
|
+
class SoftDeleteSettingsArgs:
|
|
3263
|
+
def __init__(__self__, *,
|
|
3264
|
+
retention_duration_in_days: Optional[pulumi.Input[float]] = None,
|
|
3265
|
+
state: Optional[pulumi.Input[Union[str, 'SoftDeleteState']]] = None):
|
|
3266
|
+
"""
|
|
3267
|
+
Soft delete related settings
|
|
3268
|
+
:param pulumi.Input[float] retention_duration_in_days: Soft delete retention duration
|
|
3269
|
+
:param pulumi.Input[Union[str, 'SoftDeleteState']] state: State of soft delete
|
|
3270
|
+
"""
|
|
3271
|
+
if retention_duration_in_days is not None:
|
|
3272
|
+
pulumi.set(__self__, "retention_duration_in_days", retention_duration_in_days)
|
|
3273
|
+
if state is not None:
|
|
3274
|
+
pulumi.set(__self__, "state", state)
|
|
3275
|
+
|
|
3276
|
+
@property
|
|
3277
|
+
@pulumi.getter(name="retentionDurationInDays")
|
|
3278
|
+
def retention_duration_in_days(self) -> Optional[pulumi.Input[float]]:
|
|
3279
|
+
"""
|
|
3280
|
+
Soft delete retention duration
|
|
3281
|
+
"""
|
|
3282
|
+
return pulumi.get(self, "retention_duration_in_days")
|
|
3283
|
+
|
|
3284
|
+
@retention_duration_in_days.setter
|
|
3285
|
+
def retention_duration_in_days(self, value: Optional[pulumi.Input[float]]):
|
|
3286
|
+
pulumi.set(self, "retention_duration_in_days", value)
|
|
3287
|
+
|
|
3288
|
+
@property
|
|
3289
|
+
@pulumi.getter
|
|
3290
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'SoftDeleteState']]]:
|
|
3291
|
+
"""
|
|
3292
|
+
State of soft delete
|
|
3293
|
+
"""
|
|
3294
|
+
return pulumi.get(self, "state")
|
|
3295
|
+
|
|
3296
|
+
@state.setter
|
|
3297
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'SoftDeleteState']]]):
|
|
3298
|
+
pulumi.set(self, "state", value)
|
|
3299
|
+
|
|
3300
|
+
|
|
3301
|
+
if not MYPY:
|
|
3302
|
+
class SourceLifeCycleArgsDict(TypedDict):
|
|
3303
|
+
"""
|
|
3304
|
+
Source LifeCycle
|
|
3305
|
+
"""
|
|
3306
|
+
delete_after: pulumi.Input['AbsoluteDeleteOptionArgsDict']
|
|
3307
|
+
"""
|
|
3308
|
+
Delete Option
|
|
3309
|
+
"""
|
|
3310
|
+
source_data_store: pulumi.Input['DataStoreInfoBaseArgsDict']
|
|
3311
|
+
"""
|
|
3312
|
+
DataStoreInfo base
|
|
3313
|
+
"""
|
|
3314
|
+
target_data_store_copy_settings: NotRequired[pulumi.Input[Sequence[pulumi.Input['TargetCopySettingArgsDict']]]]
|
|
3315
|
+
elif False:
|
|
3316
|
+
SourceLifeCycleArgsDict: TypeAlias = Mapping[str, Any]
|
|
3317
|
+
|
|
3318
|
+
@pulumi.input_type
|
|
3319
|
+
class SourceLifeCycleArgs:
|
|
3320
|
+
def __init__(__self__, *,
|
|
3321
|
+
delete_after: pulumi.Input['AbsoluteDeleteOptionArgs'],
|
|
3322
|
+
source_data_store: pulumi.Input['DataStoreInfoBaseArgs'],
|
|
3323
|
+
target_data_store_copy_settings: Optional[pulumi.Input[Sequence[pulumi.Input['TargetCopySettingArgs']]]] = None):
|
|
3324
|
+
"""
|
|
3325
|
+
Source LifeCycle
|
|
3326
|
+
:param pulumi.Input['AbsoluteDeleteOptionArgs'] delete_after: Delete Option
|
|
3327
|
+
:param pulumi.Input['DataStoreInfoBaseArgs'] source_data_store: DataStoreInfo base
|
|
3328
|
+
"""
|
|
3329
|
+
pulumi.set(__self__, "delete_after", delete_after)
|
|
3330
|
+
pulumi.set(__self__, "source_data_store", source_data_store)
|
|
3331
|
+
if target_data_store_copy_settings is not None:
|
|
3332
|
+
pulumi.set(__self__, "target_data_store_copy_settings", target_data_store_copy_settings)
|
|
3333
|
+
|
|
3334
|
+
@property
|
|
3335
|
+
@pulumi.getter(name="deleteAfter")
|
|
3336
|
+
def delete_after(self) -> pulumi.Input['AbsoluteDeleteOptionArgs']:
|
|
3337
|
+
"""
|
|
3338
|
+
Delete Option
|
|
3339
|
+
"""
|
|
3340
|
+
return pulumi.get(self, "delete_after")
|
|
3341
|
+
|
|
3342
|
+
@delete_after.setter
|
|
3343
|
+
def delete_after(self, value: pulumi.Input['AbsoluteDeleteOptionArgs']):
|
|
3344
|
+
pulumi.set(self, "delete_after", value)
|
|
3345
|
+
|
|
3346
|
+
@property
|
|
3347
|
+
@pulumi.getter(name="sourceDataStore")
|
|
3348
|
+
def source_data_store(self) -> pulumi.Input['DataStoreInfoBaseArgs']:
|
|
3349
|
+
"""
|
|
3350
|
+
DataStoreInfo base
|
|
3351
|
+
"""
|
|
3352
|
+
return pulumi.get(self, "source_data_store")
|
|
3353
|
+
|
|
3354
|
+
@source_data_store.setter
|
|
3355
|
+
def source_data_store(self, value: pulumi.Input['DataStoreInfoBaseArgs']):
|
|
3356
|
+
pulumi.set(self, "source_data_store", value)
|
|
3357
|
+
|
|
3358
|
+
@property
|
|
3359
|
+
@pulumi.getter(name="targetDataStoreCopySettings")
|
|
3360
|
+
def target_data_store_copy_settings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['TargetCopySettingArgs']]]]:
|
|
3361
|
+
return pulumi.get(self, "target_data_store_copy_settings")
|
|
3362
|
+
|
|
3363
|
+
@target_data_store_copy_settings.setter
|
|
3364
|
+
def target_data_store_copy_settings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['TargetCopySettingArgs']]]]):
|
|
3365
|
+
pulumi.set(self, "target_data_store_copy_settings", value)
|
|
3366
|
+
|
|
3367
|
+
|
|
3368
|
+
if not MYPY:
|
|
3369
|
+
class StorageSettingArgsDict(TypedDict):
|
|
3370
|
+
"""
|
|
3371
|
+
Storage setting
|
|
3372
|
+
"""
|
|
3373
|
+
datastore_type: NotRequired[pulumi.Input[Union[str, 'StorageSettingStoreTypes']]]
|
|
3374
|
+
"""
|
|
3375
|
+
Gets or sets the type of the datastore.
|
|
3376
|
+
"""
|
|
3377
|
+
type: NotRequired[pulumi.Input[Union[str, 'StorageSettingTypes']]]
|
|
3378
|
+
"""
|
|
3379
|
+
Gets or sets the type.
|
|
3380
|
+
"""
|
|
3381
|
+
elif False:
|
|
3382
|
+
StorageSettingArgsDict: TypeAlias = Mapping[str, Any]
|
|
3383
|
+
|
|
3384
|
+
@pulumi.input_type
|
|
3385
|
+
class StorageSettingArgs:
|
|
3386
|
+
def __init__(__self__, *,
|
|
3387
|
+
datastore_type: Optional[pulumi.Input[Union[str, 'StorageSettingStoreTypes']]] = None,
|
|
3388
|
+
type: Optional[pulumi.Input[Union[str, 'StorageSettingTypes']]] = None):
|
|
3389
|
+
"""
|
|
3390
|
+
Storage setting
|
|
3391
|
+
:param pulumi.Input[Union[str, 'StorageSettingStoreTypes']] datastore_type: Gets or sets the type of the datastore.
|
|
3392
|
+
:param pulumi.Input[Union[str, 'StorageSettingTypes']] type: Gets or sets the type.
|
|
3393
|
+
"""
|
|
3394
|
+
if datastore_type is not None:
|
|
3395
|
+
pulumi.set(__self__, "datastore_type", datastore_type)
|
|
3396
|
+
if type is not None:
|
|
3397
|
+
pulumi.set(__self__, "type", type)
|
|
3398
|
+
|
|
3399
|
+
@property
|
|
3400
|
+
@pulumi.getter(name="datastoreType")
|
|
3401
|
+
def datastore_type(self) -> Optional[pulumi.Input[Union[str, 'StorageSettingStoreTypes']]]:
|
|
3402
|
+
"""
|
|
3403
|
+
Gets or sets the type of the datastore.
|
|
3404
|
+
"""
|
|
3405
|
+
return pulumi.get(self, "datastore_type")
|
|
3406
|
+
|
|
3407
|
+
@datastore_type.setter
|
|
3408
|
+
def datastore_type(self, value: Optional[pulumi.Input[Union[str, 'StorageSettingStoreTypes']]]):
|
|
3409
|
+
pulumi.set(self, "datastore_type", value)
|
|
3410
|
+
|
|
3411
|
+
@property
|
|
3412
|
+
@pulumi.getter
|
|
3413
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'StorageSettingTypes']]]:
|
|
3414
|
+
"""
|
|
3415
|
+
Gets or sets the type.
|
|
3416
|
+
"""
|
|
3417
|
+
return pulumi.get(self, "type")
|
|
3418
|
+
|
|
3419
|
+
@type.setter
|
|
3420
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'StorageSettingTypes']]]):
|
|
3421
|
+
pulumi.set(self, "type", value)
|
|
3422
|
+
|
|
3423
|
+
|
|
3424
|
+
if not MYPY:
|
|
3425
|
+
class TaggingCriteriaArgsDict(TypedDict):
|
|
3426
|
+
"""
|
|
3427
|
+
Tagging criteria
|
|
3428
|
+
"""
|
|
3429
|
+
is_default: pulumi.Input[bool]
|
|
3430
|
+
"""
|
|
3431
|
+
Specifies if tag is default.
|
|
3432
|
+
"""
|
|
3433
|
+
tag_info: pulumi.Input['RetentionTagArgsDict']
|
|
3434
|
+
"""
|
|
3435
|
+
Retention tag information
|
|
3436
|
+
"""
|
|
3437
|
+
tagging_priority: pulumi.Input[float]
|
|
3438
|
+
"""
|
|
3439
|
+
Retention Tag priority.
|
|
3440
|
+
"""
|
|
3441
|
+
criteria: NotRequired[pulumi.Input[Sequence[pulumi.Input['ScheduleBasedBackupCriteriaArgsDict']]]]
|
|
3442
|
+
"""
|
|
3443
|
+
Criteria which decides whether the tag can be applied to a triggered backup.
|
|
3444
|
+
"""
|
|
3445
|
+
elif False:
|
|
3446
|
+
TaggingCriteriaArgsDict: TypeAlias = Mapping[str, Any]
|
|
3447
|
+
|
|
3448
|
+
@pulumi.input_type
|
|
3449
|
+
class TaggingCriteriaArgs:
|
|
3450
|
+
def __init__(__self__, *,
|
|
3451
|
+
is_default: pulumi.Input[bool],
|
|
3452
|
+
tag_info: pulumi.Input['RetentionTagArgs'],
|
|
3453
|
+
tagging_priority: pulumi.Input[float],
|
|
3454
|
+
criteria: Optional[pulumi.Input[Sequence[pulumi.Input['ScheduleBasedBackupCriteriaArgs']]]] = None):
|
|
3455
|
+
"""
|
|
3456
|
+
Tagging criteria
|
|
3457
|
+
:param pulumi.Input[bool] is_default: Specifies if tag is default.
|
|
3458
|
+
:param pulumi.Input['RetentionTagArgs'] tag_info: Retention tag information
|
|
3459
|
+
:param pulumi.Input[float] tagging_priority: Retention Tag priority.
|
|
3460
|
+
:param pulumi.Input[Sequence[pulumi.Input['ScheduleBasedBackupCriteriaArgs']]] criteria: Criteria which decides whether the tag can be applied to a triggered backup.
|
|
3461
|
+
"""
|
|
3462
|
+
pulumi.set(__self__, "is_default", is_default)
|
|
3463
|
+
pulumi.set(__self__, "tag_info", tag_info)
|
|
3464
|
+
pulumi.set(__self__, "tagging_priority", tagging_priority)
|
|
3465
|
+
if criteria is not None:
|
|
3466
|
+
pulumi.set(__self__, "criteria", criteria)
|
|
3467
|
+
|
|
3468
|
+
@property
|
|
3469
|
+
@pulumi.getter(name="isDefault")
|
|
3470
|
+
def is_default(self) -> pulumi.Input[bool]:
|
|
3471
|
+
"""
|
|
3472
|
+
Specifies if tag is default.
|
|
3473
|
+
"""
|
|
3474
|
+
return pulumi.get(self, "is_default")
|
|
3475
|
+
|
|
3476
|
+
@is_default.setter
|
|
3477
|
+
def is_default(self, value: pulumi.Input[bool]):
|
|
3478
|
+
pulumi.set(self, "is_default", value)
|
|
3479
|
+
|
|
3480
|
+
@property
|
|
3481
|
+
@pulumi.getter(name="tagInfo")
|
|
3482
|
+
def tag_info(self) -> pulumi.Input['RetentionTagArgs']:
|
|
3483
|
+
"""
|
|
3484
|
+
Retention tag information
|
|
3485
|
+
"""
|
|
3486
|
+
return pulumi.get(self, "tag_info")
|
|
3487
|
+
|
|
3488
|
+
@tag_info.setter
|
|
3489
|
+
def tag_info(self, value: pulumi.Input['RetentionTagArgs']):
|
|
3490
|
+
pulumi.set(self, "tag_info", value)
|
|
3491
|
+
|
|
3492
|
+
@property
|
|
3493
|
+
@pulumi.getter(name="taggingPriority")
|
|
3494
|
+
def tagging_priority(self) -> pulumi.Input[float]:
|
|
3495
|
+
"""
|
|
3496
|
+
Retention Tag priority.
|
|
3497
|
+
"""
|
|
3498
|
+
return pulumi.get(self, "tagging_priority")
|
|
3499
|
+
|
|
3500
|
+
@tagging_priority.setter
|
|
3501
|
+
def tagging_priority(self, value: pulumi.Input[float]):
|
|
3502
|
+
pulumi.set(self, "tagging_priority", value)
|
|
3503
|
+
|
|
3504
|
+
@property
|
|
3505
|
+
@pulumi.getter
|
|
3506
|
+
def criteria(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ScheduleBasedBackupCriteriaArgs']]]]:
|
|
3507
|
+
"""
|
|
3508
|
+
Criteria which decides whether the tag can be applied to a triggered backup.
|
|
3509
|
+
"""
|
|
3510
|
+
return pulumi.get(self, "criteria")
|
|
3511
|
+
|
|
3512
|
+
@criteria.setter
|
|
3513
|
+
def criteria(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ScheduleBasedBackupCriteriaArgs']]]]):
|
|
3514
|
+
pulumi.set(self, "criteria", value)
|
|
3515
|
+
|
|
3516
|
+
|
|
3517
|
+
if not MYPY:
|
|
3518
|
+
class TargetCopySettingArgsDict(TypedDict):
|
|
3519
|
+
"""
|
|
3520
|
+
Target copy settings
|
|
3521
|
+
"""
|
|
3522
|
+
copy_after: pulumi.Input[Union['CopyOnExpiryOptionArgsDict', 'CustomCopyOptionArgsDict', 'ImmediateCopyOptionArgsDict']]
|
|
3523
|
+
"""
|
|
3524
|
+
It can be CustomCopyOption or ImmediateCopyOption.
|
|
3525
|
+
"""
|
|
3526
|
+
data_store: pulumi.Input['DataStoreInfoBaseArgsDict']
|
|
3527
|
+
"""
|
|
3528
|
+
Info of target datastore
|
|
3529
|
+
"""
|
|
3530
|
+
elif False:
|
|
3531
|
+
TargetCopySettingArgsDict: TypeAlias = Mapping[str, Any]
|
|
3532
|
+
|
|
3533
|
+
@pulumi.input_type
|
|
3534
|
+
class TargetCopySettingArgs:
|
|
3535
|
+
def __init__(__self__, *,
|
|
3536
|
+
copy_after: pulumi.Input[Union['CopyOnExpiryOptionArgs', 'CustomCopyOptionArgs', 'ImmediateCopyOptionArgs']],
|
|
3537
|
+
data_store: pulumi.Input['DataStoreInfoBaseArgs']):
|
|
3538
|
+
"""
|
|
3539
|
+
Target copy settings
|
|
3540
|
+
:param pulumi.Input[Union['CopyOnExpiryOptionArgs', 'CustomCopyOptionArgs', 'ImmediateCopyOptionArgs']] copy_after: It can be CustomCopyOption or ImmediateCopyOption.
|
|
3541
|
+
:param pulumi.Input['DataStoreInfoBaseArgs'] data_store: Info of target datastore
|
|
3542
|
+
"""
|
|
3543
|
+
pulumi.set(__self__, "copy_after", copy_after)
|
|
3544
|
+
pulumi.set(__self__, "data_store", data_store)
|
|
3545
|
+
|
|
3546
|
+
@property
|
|
3547
|
+
@pulumi.getter(name="copyAfter")
|
|
3548
|
+
def copy_after(self) -> pulumi.Input[Union['CopyOnExpiryOptionArgs', 'CustomCopyOptionArgs', 'ImmediateCopyOptionArgs']]:
|
|
3549
|
+
"""
|
|
3550
|
+
It can be CustomCopyOption or ImmediateCopyOption.
|
|
3551
|
+
"""
|
|
3552
|
+
return pulumi.get(self, "copy_after")
|
|
3553
|
+
|
|
3554
|
+
@copy_after.setter
|
|
3555
|
+
def copy_after(self, value: pulumi.Input[Union['CopyOnExpiryOptionArgs', 'CustomCopyOptionArgs', 'ImmediateCopyOptionArgs']]):
|
|
3556
|
+
pulumi.set(self, "copy_after", value)
|
|
3557
|
+
|
|
3558
|
+
@property
|
|
3559
|
+
@pulumi.getter(name="dataStore")
|
|
3560
|
+
def data_store(self) -> pulumi.Input['DataStoreInfoBaseArgs']:
|
|
3561
|
+
"""
|
|
3562
|
+
Info of target datastore
|
|
3563
|
+
"""
|
|
3564
|
+
return pulumi.get(self, "data_store")
|
|
3565
|
+
|
|
3566
|
+
@data_store.setter
|
|
3567
|
+
def data_store(self, value: pulumi.Input['DataStoreInfoBaseArgs']):
|
|
3568
|
+
pulumi.set(self, "data_store", value)
|
|
3569
|
+
|
|
3570
|
+
|