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,2216 @@
|
|
|
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 . import outputs
|
|
17
|
+
from ._enums import *
|
|
18
|
+
|
|
19
|
+
__all__ = [
|
|
20
|
+
'AdvSecurityObjectModelResponse',
|
|
21
|
+
'AppSeenDataResponse',
|
|
22
|
+
'AppSeenInfoResponse',
|
|
23
|
+
'ApplicationInsightsResponse',
|
|
24
|
+
'AzureResourceManagerManagedIdentityPropertiesResponse',
|
|
25
|
+
'AzureResourceManagerUserAssignedIdentityResponse',
|
|
26
|
+
'CategoryResponse',
|
|
27
|
+
'CountryResponse',
|
|
28
|
+
'DNSSettingsResponse',
|
|
29
|
+
'DestinationAddrResponse',
|
|
30
|
+
'EndpointConfigurationResponse',
|
|
31
|
+
'EventHubResponse',
|
|
32
|
+
'FrontendSettingResponse',
|
|
33
|
+
'IPAddressResponse',
|
|
34
|
+
'IPAddressSpaceResponse',
|
|
35
|
+
'LogDestinationResponse',
|
|
36
|
+
'MarketplaceDetailsResponse',
|
|
37
|
+
'MonitorLogResponse',
|
|
38
|
+
'NameDescriptionObjectResponse',
|
|
39
|
+
'NetworkProfileResponse',
|
|
40
|
+
'PanoramaConfigResponse',
|
|
41
|
+
'PlanDataResponse',
|
|
42
|
+
'PredefinedUrlCategoryResponse',
|
|
43
|
+
'RulestackDetailsResponse',
|
|
44
|
+
'SecurityServicesResponse',
|
|
45
|
+
'SecurityServicesTypeListResponse',
|
|
46
|
+
'SourceAddrResponse',
|
|
47
|
+
'StorageAccountResponse',
|
|
48
|
+
'StrataCloudManagerConfigResponse',
|
|
49
|
+
'SystemDataResponse',
|
|
50
|
+
'TagInfoResponse',
|
|
51
|
+
'VnetConfigurationResponse',
|
|
52
|
+
'VwanConfigurationResponse',
|
|
53
|
+
]
|
|
54
|
+
|
|
55
|
+
@pulumi.output_type
|
|
56
|
+
class AdvSecurityObjectModelResponse(dict):
|
|
57
|
+
"""
|
|
58
|
+
List of custom and predefined url category
|
|
59
|
+
"""
|
|
60
|
+
def __init__(__self__, *,
|
|
61
|
+
entry: Sequence['outputs.NameDescriptionObjectResponse'],
|
|
62
|
+
type: Optional[str] = None):
|
|
63
|
+
"""
|
|
64
|
+
List of custom and predefined url category
|
|
65
|
+
:param Sequence['NameDescriptionObjectResponse'] entry: URL entry
|
|
66
|
+
:param str type: type of object
|
|
67
|
+
"""
|
|
68
|
+
pulumi.set(__self__, "entry", entry)
|
|
69
|
+
if type is not None:
|
|
70
|
+
pulumi.set(__self__, "type", type)
|
|
71
|
+
|
|
72
|
+
@property
|
|
73
|
+
@pulumi.getter
|
|
74
|
+
def entry(self) -> Sequence['outputs.NameDescriptionObjectResponse']:
|
|
75
|
+
"""
|
|
76
|
+
URL entry
|
|
77
|
+
"""
|
|
78
|
+
return pulumi.get(self, "entry")
|
|
79
|
+
|
|
80
|
+
@property
|
|
81
|
+
@pulumi.getter
|
|
82
|
+
def type(self) -> Optional[str]:
|
|
83
|
+
"""
|
|
84
|
+
type of object
|
|
85
|
+
"""
|
|
86
|
+
return pulumi.get(self, "type")
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
@pulumi.output_type
|
|
90
|
+
class AppSeenDataResponse(dict):
|
|
91
|
+
"""
|
|
92
|
+
Data Type for App Seen
|
|
93
|
+
"""
|
|
94
|
+
def __init__(__self__, *,
|
|
95
|
+
app_seen_list: Sequence['outputs.AppSeenInfoResponse'],
|
|
96
|
+
count: int):
|
|
97
|
+
"""
|
|
98
|
+
Data Type for App Seen
|
|
99
|
+
:param Sequence['AppSeenInfoResponse'] app_seen_list: array of appSeen
|
|
100
|
+
:param int count: number of rows
|
|
101
|
+
"""
|
|
102
|
+
pulumi.set(__self__, "app_seen_list", app_seen_list)
|
|
103
|
+
pulumi.set(__self__, "count", count)
|
|
104
|
+
|
|
105
|
+
@property
|
|
106
|
+
@pulumi.getter(name="appSeenList")
|
|
107
|
+
def app_seen_list(self) -> Sequence['outputs.AppSeenInfoResponse']:
|
|
108
|
+
"""
|
|
109
|
+
array of appSeen
|
|
110
|
+
"""
|
|
111
|
+
return pulumi.get(self, "app_seen_list")
|
|
112
|
+
|
|
113
|
+
@property
|
|
114
|
+
@pulumi.getter
|
|
115
|
+
def count(self) -> int:
|
|
116
|
+
"""
|
|
117
|
+
number of rows
|
|
118
|
+
"""
|
|
119
|
+
return pulumi.get(self, "count")
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
@pulumi.output_type
|
|
123
|
+
class AppSeenInfoResponse(dict):
|
|
124
|
+
"""
|
|
125
|
+
Definition for App Seen
|
|
126
|
+
"""
|
|
127
|
+
def __init__(__self__, *,
|
|
128
|
+
category: str,
|
|
129
|
+
risk: str,
|
|
130
|
+
standard_ports: str,
|
|
131
|
+
sub_category: str,
|
|
132
|
+
tag: str,
|
|
133
|
+
technology: str,
|
|
134
|
+
title: str):
|
|
135
|
+
"""
|
|
136
|
+
Definition for App Seen
|
|
137
|
+
:param str category: category
|
|
138
|
+
:param str risk: risk
|
|
139
|
+
:param str standard_ports: standardPorts
|
|
140
|
+
:param str sub_category: subCategory
|
|
141
|
+
:param str tag: tag
|
|
142
|
+
:param str technology: technology
|
|
143
|
+
:param str title: title
|
|
144
|
+
"""
|
|
145
|
+
pulumi.set(__self__, "category", category)
|
|
146
|
+
pulumi.set(__self__, "risk", risk)
|
|
147
|
+
pulumi.set(__self__, "standard_ports", standard_ports)
|
|
148
|
+
pulumi.set(__self__, "sub_category", sub_category)
|
|
149
|
+
pulumi.set(__self__, "tag", tag)
|
|
150
|
+
pulumi.set(__self__, "technology", technology)
|
|
151
|
+
pulumi.set(__self__, "title", title)
|
|
152
|
+
|
|
153
|
+
@property
|
|
154
|
+
@pulumi.getter
|
|
155
|
+
def category(self) -> str:
|
|
156
|
+
"""
|
|
157
|
+
category
|
|
158
|
+
"""
|
|
159
|
+
return pulumi.get(self, "category")
|
|
160
|
+
|
|
161
|
+
@property
|
|
162
|
+
@pulumi.getter
|
|
163
|
+
def risk(self) -> str:
|
|
164
|
+
"""
|
|
165
|
+
risk
|
|
166
|
+
"""
|
|
167
|
+
return pulumi.get(self, "risk")
|
|
168
|
+
|
|
169
|
+
@property
|
|
170
|
+
@pulumi.getter(name="standardPorts")
|
|
171
|
+
def standard_ports(self) -> str:
|
|
172
|
+
"""
|
|
173
|
+
standardPorts
|
|
174
|
+
"""
|
|
175
|
+
return pulumi.get(self, "standard_ports")
|
|
176
|
+
|
|
177
|
+
@property
|
|
178
|
+
@pulumi.getter(name="subCategory")
|
|
179
|
+
def sub_category(self) -> str:
|
|
180
|
+
"""
|
|
181
|
+
subCategory
|
|
182
|
+
"""
|
|
183
|
+
return pulumi.get(self, "sub_category")
|
|
184
|
+
|
|
185
|
+
@property
|
|
186
|
+
@pulumi.getter
|
|
187
|
+
def tag(self) -> str:
|
|
188
|
+
"""
|
|
189
|
+
tag
|
|
190
|
+
"""
|
|
191
|
+
return pulumi.get(self, "tag")
|
|
192
|
+
|
|
193
|
+
@property
|
|
194
|
+
@pulumi.getter
|
|
195
|
+
def technology(self) -> str:
|
|
196
|
+
"""
|
|
197
|
+
technology
|
|
198
|
+
"""
|
|
199
|
+
return pulumi.get(self, "technology")
|
|
200
|
+
|
|
201
|
+
@property
|
|
202
|
+
@pulumi.getter
|
|
203
|
+
def title(self) -> str:
|
|
204
|
+
"""
|
|
205
|
+
title
|
|
206
|
+
"""
|
|
207
|
+
return pulumi.get(self, "title")
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
@pulumi.output_type
|
|
211
|
+
class ApplicationInsightsResponse(dict):
|
|
212
|
+
"""
|
|
213
|
+
Application Insights key
|
|
214
|
+
"""
|
|
215
|
+
def __init__(__self__, *,
|
|
216
|
+
id: Optional[str] = None,
|
|
217
|
+
key: Optional[str] = None):
|
|
218
|
+
"""
|
|
219
|
+
Application Insights key
|
|
220
|
+
:param str id: Resource id for Application Insights
|
|
221
|
+
:param str key: Application Insights key
|
|
222
|
+
"""
|
|
223
|
+
if id is not None:
|
|
224
|
+
pulumi.set(__self__, "id", id)
|
|
225
|
+
if key is not None:
|
|
226
|
+
pulumi.set(__self__, "key", key)
|
|
227
|
+
|
|
228
|
+
@property
|
|
229
|
+
@pulumi.getter
|
|
230
|
+
def id(self) -> Optional[str]:
|
|
231
|
+
"""
|
|
232
|
+
Resource id for Application Insights
|
|
233
|
+
"""
|
|
234
|
+
return pulumi.get(self, "id")
|
|
235
|
+
|
|
236
|
+
@property
|
|
237
|
+
@pulumi.getter
|
|
238
|
+
def key(self) -> Optional[str]:
|
|
239
|
+
"""
|
|
240
|
+
Application Insights key
|
|
241
|
+
"""
|
|
242
|
+
return pulumi.get(self, "key")
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
@pulumi.output_type
|
|
246
|
+
class AzureResourceManagerManagedIdentityPropertiesResponse(dict):
|
|
247
|
+
"""
|
|
248
|
+
The properties of the managed service identities assigned to this resource.
|
|
249
|
+
"""
|
|
250
|
+
@staticmethod
|
|
251
|
+
def __key_warning(key: str):
|
|
252
|
+
suggest = None
|
|
253
|
+
if key == "principalId":
|
|
254
|
+
suggest = "principal_id"
|
|
255
|
+
elif key == "tenantId":
|
|
256
|
+
suggest = "tenant_id"
|
|
257
|
+
elif key == "userAssignedIdentities":
|
|
258
|
+
suggest = "user_assigned_identities"
|
|
259
|
+
|
|
260
|
+
if suggest:
|
|
261
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureResourceManagerManagedIdentityPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
262
|
+
|
|
263
|
+
def __getitem__(self, key: str) -> Any:
|
|
264
|
+
AzureResourceManagerManagedIdentityPropertiesResponse.__key_warning(key)
|
|
265
|
+
return super().__getitem__(key)
|
|
266
|
+
|
|
267
|
+
def get(self, key: str, default = None) -> Any:
|
|
268
|
+
AzureResourceManagerManagedIdentityPropertiesResponse.__key_warning(key)
|
|
269
|
+
return super().get(key, default)
|
|
270
|
+
|
|
271
|
+
def __init__(__self__, *,
|
|
272
|
+
principal_id: str,
|
|
273
|
+
tenant_id: str,
|
|
274
|
+
type: str,
|
|
275
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.AzureResourceManagerUserAssignedIdentityResponse']] = None):
|
|
276
|
+
"""
|
|
277
|
+
The properties of the managed service identities assigned to this resource.
|
|
278
|
+
:param str principal_id: The active directory identifier of this principal.
|
|
279
|
+
:param str tenant_id: The Active Directory tenant id of the principal.
|
|
280
|
+
:param str type: The type of managed identity assigned to this resource.
|
|
281
|
+
:param Mapping[str, 'AzureResourceManagerUserAssignedIdentityResponse'] user_assigned_identities: The identities assigned to this resource by the user.
|
|
282
|
+
"""
|
|
283
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
284
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
285
|
+
pulumi.set(__self__, "type", type)
|
|
286
|
+
if user_assigned_identities is not None:
|
|
287
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter(name="principalId")
|
|
291
|
+
def principal_id(self) -> str:
|
|
292
|
+
"""
|
|
293
|
+
The active directory identifier of this principal.
|
|
294
|
+
"""
|
|
295
|
+
return pulumi.get(self, "principal_id")
|
|
296
|
+
|
|
297
|
+
@property
|
|
298
|
+
@pulumi.getter(name="tenantId")
|
|
299
|
+
def tenant_id(self) -> str:
|
|
300
|
+
"""
|
|
301
|
+
The Active Directory tenant id of the principal.
|
|
302
|
+
"""
|
|
303
|
+
return pulumi.get(self, "tenant_id")
|
|
304
|
+
|
|
305
|
+
@property
|
|
306
|
+
@pulumi.getter
|
|
307
|
+
def type(self) -> str:
|
|
308
|
+
"""
|
|
309
|
+
The type of managed identity assigned to this resource.
|
|
310
|
+
"""
|
|
311
|
+
return pulumi.get(self, "type")
|
|
312
|
+
|
|
313
|
+
@property
|
|
314
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
315
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.AzureResourceManagerUserAssignedIdentityResponse']]:
|
|
316
|
+
"""
|
|
317
|
+
The identities assigned to this resource by the user.
|
|
318
|
+
"""
|
|
319
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
@pulumi.output_type
|
|
323
|
+
class AzureResourceManagerUserAssignedIdentityResponse(dict):
|
|
324
|
+
"""
|
|
325
|
+
A managed identity assigned by the user.
|
|
326
|
+
"""
|
|
327
|
+
@staticmethod
|
|
328
|
+
def __key_warning(key: str):
|
|
329
|
+
suggest = None
|
|
330
|
+
if key == "clientId":
|
|
331
|
+
suggest = "client_id"
|
|
332
|
+
elif key == "principalId":
|
|
333
|
+
suggest = "principal_id"
|
|
334
|
+
|
|
335
|
+
if suggest:
|
|
336
|
+
pulumi.log.warn(f"Key '{key}' not found in AzureResourceManagerUserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
337
|
+
|
|
338
|
+
def __getitem__(self, key: str) -> Any:
|
|
339
|
+
AzureResourceManagerUserAssignedIdentityResponse.__key_warning(key)
|
|
340
|
+
return super().__getitem__(key)
|
|
341
|
+
|
|
342
|
+
def get(self, key: str, default = None) -> Any:
|
|
343
|
+
AzureResourceManagerUserAssignedIdentityResponse.__key_warning(key)
|
|
344
|
+
return super().get(key, default)
|
|
345
|
+
|
|
346
|
+
def __init__(__self__, *,
|
|
347
|
+
client_id: Optional[str] = None,
|
|
348
|
+
principal_id: Optional[str] = None):
|
|
349
|
+
"""
|
|
350
|
+
A managed identity assigned by the user.
|
|
351
|
+
:param str client_id: The active directory client identifier for this principal.
|
|
352
|
+
:param str principal_id: The active directory identifier for this principal.
|
|
353
|
+
"""
|
|
354
|
+
if client_id is not None:
|
|
355
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
356
|
+
if principal_id is not None:
|
|
357
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
358
|
+
|
|
359
|
+
@property
|
|
360
|
+
@pulumi.getter(name="clientId")
|
|
361
|
+
def client_id(self) -> Optional[str]:
|
|
362
|
+
"""
|
|
363
|
+
The active directory client identifier for this principal.
|
|
364
|
+
"""
|
|
365
|
+
return pulumi.get(self, "client_id")
|
|
366
|
+
|
|
367
|
+
@property
|
|
368
|
+
@pulumi.getter(name="principalId")
|
|
369
|
+
def principal_id(self) -> Optional[str]:
|
|
370
|
+
"""
|
|
371
|
+
The active directory identifier for this principal.
|
|
372
|
+
"""
|
|
373
|
+
return pulumi.get(self, "principal_id")
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
@pulumi.output_type
|
|
377
|
+
class CategoryResponse(dict):
|
|
378
|
+
"""
|
|
379
|
+
URL/EDL to match
|
|
380
|
+
"""
|
|
381
|
+
@staticmethod
|
|
382
|
+
def __key_warning(key: str):
|
|
383
|
+
suggest = None
|
|
384
|
+
if key == "urlCustom":
|
|
385
|
+
suggest = "url_custom"
|
|
386
|
+
|
|
387
|
+
if suggest:
|
|
388
|
+
pulumi.log.warn(f"Key '{key}' not found in CategoryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
389
|
+
|
|
390
|
+
def __getitem__(self, key: str) -> Any:
|
|
391
|
+
CategoryResponse.__key_warning(key)
|
|
392
|
+
return super().__getitem__(key)
|
|
393
|
+
|
|
394
|
+
def get(self, key: str, default = None) -> Any:
|
|
395
|
+
CategoryResponse.__key_warning(key)
|
|
396
|
+
return super().get(key, default)
|
|
397
|
+
|
|
398
|
+
def __init__(__self__, *,
|
|
399
|
+
feeds: Sequence[str],
|
|
400
|
+
url_custom: Sequence[str]):
|
|
401
|
+
"""
|
|
402
|
+
URL/EDL to match
|
|
403
|
+
:param Sequence[str] feeds: feed list
|
|
404
|
+
:param Sequence[str] url_custom: custom URL
|
|
405
|
+
"""
|
|
406
|
+
pulumi.set(__self__, "feeds", feeds)
|
|
407
|
+
pulumi.set(__self__, "url_custom", url_custom)
|
|
408
|
+
|
|
409
|
+
@property
|
|
410
|
+
@pulumi.getter
|
|
411
|
+
def feeds(self) -> Sequence[str]:
|
|
412
|
+
"""
|
|
413
|
+
feed list
|
|
414
|
+
"""
|
|
415
|
+
return pulumi.get(self, "feeds")
|
|
416
|
+
|
|
417
|
+
@property
|
|
418
|
+
@pulumi.getter(name="urlCustom")
|
|
419
|
+
def url_custom(self) -> Sequence[str]:
|
|
420
|
+
"""
|
|
421
|
+
custom URL
|
|
422
|
+
"""
|
|
423
|
+
return pulumi.get(self, "url_custom")
|
|
424
|
+
|
|
425
|
+
|
|
426
|
+
@pulumi.output_type
|
|
427
|
+
class CountryResponse(dict):
|
|
428
|
+
"""
|
|
429
|
+
Country Description
|
|
430
|
+
"""
|
|
431
|
+
def __init__(__self__, *,
|
|
432
|
+
code: str,
|
|
433
|
+
description: Optional[str] = None):
|
|
434
|
+
"""
|
|
435
|
+
Country Description
|
|
436
|
+
:param str code: country code
|
|
437
|
+
:param str description: code description
|
|
438
|
+
"""
|
|
439
|
+
pulumi.set(__self__, "code", code)
|
|
440
|
+
if description is not None:
|
|
441
|
+
pulumi.set(__self__, "description", description)
|
|
442
|
+
|
|
443
|
+
@property
|
|
444
|
+
@pulumi.getter
|
|
445
|
+
def code(self) -> str:
|
|
446
|
+
"""
|
|
447
|
+
country code
|
|
448
|
+
"""
|
|
449
|
+
return pulumi.get(self, "code")
|
|
450
|
+
|
|
451
|
+
@property
|
|
452
|
+
@pulumi.getter
|
|
453
|
+
def description(self) -> Optional[str]:
|
|
454
|
+
"""
|
|
455
|
+
code description
|
|
456
|
+
"""
|
|
457
|
+
return pulumi.get(self, "description")
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
@pulumi.output_type
|
|
461
|
+
class DNSSettingsResponse(dict):
|
|
462
|
+
"""
|
|
463
|
+
DNS Proxy settings for Firewall
|
|
464
|
+
"""
|
|
465
|
+
@staticmethod
|
|
466
|
+
def __key_warning(key: str):
|
|
467
|
+
suggest = None
|
|
468
|
+
if key == "dnsServers":
|
|
469
|
+
suggest = "dns_servers"
|
|
470
|
+
elif key == "enableDnsProxy":
|
|
471
|
+
suggest = "enable_dns_proxy"
|
|
472
|
+
elif key == "enabledDnsType":
|
|
473
|
+
suggest = "enabled_dns_type"
|
|
474
|
+
|
|
475
|
+
if suggest:
|
|
476
|
+
pulumi.log.warn(f"Key '{key}' not found in DNSSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
477
|
+
|
|
478
|
+
def __getitem__(self, key: str) -> Any:
|
|
479
|
+
DNSSettingsResponse.__key_warning(key)
|
|
480
|
+
return super().__getitem__(key)
|
|
481
|
+
|
|
482
|
+
def get(self, key: str, default = None) -> Any:
|
|
483
|
+
DNSSettingsResponse.__key_warning(key)
|
|
484
|
+
return super().get(key, default)
|
|
485
|
+
|
|
486
|
+
def __init__(__self__, *,
|
|
487
|
+
dns_servers: Optional[Sequence['outputs.IPAddressResponse']] = None,
|
|
488
|
+
enable_dns_proxy: Optional[str] = None,
|
|
489
|
+
enabled_dns_type: Optional[str] = None):
|
|
490
|
+
"""
|
|
491
|
+
DNS Proxy settings for Firewall
|
|
492
|
+
:param Sequence['IPAddressResponse'] dns_servers: List of IPs associated with the Firewall
|
|
493
|
+
:param str enable_dns_proxy: Enable DNS proxy, disabled by default
|
|
494
|
+
:param str enabled_dns_type: Enabled DNS proxy type, disabled by default
|
|
495
|
+
"""
|
|
496
|
+
if dns_servers is not None:
|
|
497
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
498
|
+
if enable_dns_proxy is not None:
|
|
499
|
+
pulumi.set(__self__, "enable_dns_proxy", enable_dns_proxy)
|
|
500
|
+
if enabled_dns_type is not None:
|
|
501
|
+
pulumi.set(__self__, "enabled_dns_type", enabled_dns_type)
|
|
502
|
+
|
|
503
|
+
@property
|
|
504
|
+
@pulumi.getter(name="dnsServers")
|
|
505
|
+
def dns_servers(self) -> Optional[Sequence['outputs.IPAddressResponse']]:
|
|
506
|
+
"""
|
|
507
|
+
List of IPs associated with the Firewall
|
|
508
|
+
"""
|
|
509
|
+
return pulumi.get(self, "dns_servers")
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
@pulumi.getter(name="enableDnsProxy")
|
|
513
|
+
def enable_dns_proxy(self) -> Optional[str]:
|
|
514
|
+
"""
|
|
515
|
+
Enable DNS proxy, disabled by default
|
|
516
|
+
"""
|
|
517
|
+
return pulumi.get(self, "enable_dns_proxy")
|
|
518
|
+
|
|
519
|
+
@property
|
|
520
|
+
@pulumi.getter(name="enabledDnsType")
|
|
521
|
+
def enabled_dns_type(self) -> Optional[str]:
|
|
522
|
+
"""
|
|
523
|
+
Enabled DNS proxy type, disabled by default
|
|
524
|
+
"""
|
|
525
|
+
return pulumi.get(self, "enabled_dns_type")
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
@pulumi.output_type
|
|
529
|
+
class DestinationAddrResponse(dict):
|
|
530
|
+
"""
|
|
531
|
+
destination address
|
|
532
|
+
"""
|
|
533
|
+
@staticmethod
|
|
534
|
+
def __key_warning(key: str):
|
|
535
|
+
suggest = None
|
|
536
|
+
if key == "fqdnLists":
|
|
537
|
+
suggest = "fqdn_lists"
|
|
538
|
+
elif key == "prefixLists":
|
|
539
|
+
suggest = "prefix_lists"
|
|
540
|
+
|
|
541
|
+
if suggest:
|
|
542
|
+
pulumi.log.warn(f"Key '{key}' not found in DestinationAddrResponse. Access the value via the '{suggest}' property getter instead.")
|
|
543
|
+
|
|
544
|
+
def __getitem__(self, key: str) -> Any:
|
|
545
|
+
DestinationAddrResponse.__key_warning(key)
|
|
546
|
+
return super().__getitem__(key)
|
|
547
|
+
|
|
548
|
+
def get(self, key: str, default = None) -> Any:
|
|
549
|
+
DestinationAddrResponse.__key_warning(key)
|
|
550
|
+
return super().get(key, default)
|
|
551
|
+
|
|
552
|
+
def __init__(__self__, *,
|
|
553
|
+
cidrs: Optional[Sequence[str]] = None,
|
|
554
|
+
countries: Optional[Sequence[str]] = None,
|
|
555
|
+
feeds: Optional[Sequence[str]] = None,
|
|
556
|
+
fqdn_lists: Optional[Sequence[str]] = None,
|
|
557
|
+
prefix_lists: Optional[Sequence[str]] = None):
|
|
558
|
+
"""
|
|
559
|
+
destination address
|
|
560
|
+
:param Sequence[str] cidrs: special value 'any'
|
|
561
|
+
:param Sequence[str] countries: list of countries
|
|
562
|
+
:param Sequence[str] feeds: list of feeds
|
|
563
|
+
:param Sequence[str] fqdn_lists: fqdn list
|
|
564
|
+
:param Sequence[str] prefix_lists: prefix list
|
|
565
|
+
"""
|
|
566
|
+
if cidrs is not None:
|
|
567
|
+
pulumi.set(__self__, "cidrs", cidrs)
|
|
568
|
+
if countries is not None:
|
|
569
|
+
pulumi.set(__self__, "countries", countries)
|
|
570
|
+
if feeds is not None:
|
|
571
|
+
pulumi.set(__self__, "feeds", feeds)
|
|
572
|
+
if fqdn_lists is not None:
|
|
573
|
+
pulumi.set(__self__, "fqdn_lists", fqdn_lists)
|
|
574
|
+
if prefix_lists is not None:
|
|
575
|
+
pulumi.set(__self__, "prefix_lists", prefix_lists)
|
|
576
|
+
|
|
577
|
+
@property
|
|
578
|
+
@pulumi.getter
|
|
579
|
+
def cidrs(self) -> Optional[Sequence[str]]:
|
|
580
|
+
"""
|
|
581
|
+
special value 'any'
|
|
582
|
+
"""
|
|
583
|
+
return pulumi.get(self, "cidrs")
|
|
584
|
+
|
|
585
|
+
@property
|
|
586
|
+
@pulumi.getter
|
|
587
|
+
def countries(self) -> Optional[Sequence[str]]:
|
|
588
|
+
"""
|
|
589
|
+
list of countries
|
|
590
|
+
"""
|
|
591
|
+
return pulumi.get(self, "countries")
|
|
592
|
+
|
|
593
|
+
@property
|
|
594
|
+
@pulumi.getter
|
|
595
|
+
def feeds(self) -> Optional[Sequence[str]]:
|
|
596
|
+
"""
|
|
597
|
+
list of feeds
|
|
598
|
+
"""
|
|
599
|
+
return pulumi.get(self, "feeds")
|
|
600
|
+
|
|
601
|
+
@property
|
|
602
|
+
@pulumi.getter(name="fqdnLists")
|
|
603
|
+
def fqdn_lists(self) -> Optional[Sequence[str]]:
|
|
604
|
+
"""
|
|
605
|
+
fqdn list
|
|
606
|
+
"""
|
|
607
|
+
return pulumi.get(self, "fqdn_lists")
|
|
608
|
+
|
|
609
|
+
@property
|
|
610
|
+
@pulumi.getter(name="prefixLists")
|
|
611
|
+
def prefix_lists(self) -> Optional[Sequence[str]]:
|
|
612
|
+
"""
|
|
613
|
+
prefix list
|
|
614
|
+
"""
|
|
615
|
+
return pulumi.get(self, "prefix_lists")
|
|
616
|
+
|
|
617
|
+
|
|
618
|
+
@pulumi.output_type
|
|
619
|
+
class EndpointConfigurationResponse(dict):
|
|
620
|
+
"""
|
|
621
|
+
Endpoint Configuration for frontend and backend
|
|
622
|
+
"""
|
|
623
|
+
def __init__(__self__, *,
|
|
624
|
+
address: 'outputs.IPAddressResponse',
|
|
625
|
+
port: str):
|
|
626
|
+
"""
|
|
627
|
+
Endpoint Configuration for frontend and backend
|
|
628
|
+
:param 'IPAddressResponse' address: Address Space
|
|
629
|
+
:param str port: port ID
|
|
630
|
+
"""
|
|
631
|
+
pulumi.set(__self__, "address", address)
|
|
632
|
+
pulumi.set(__self__, "port", port)
|
|
633
|
+
|
|
634
|
+
@property
|
|
635
|
+
@pulumi.getter
|
|
636
|
+
def address(self) -> 'outputs.IPAddressResponse':
|
|
637
|
+
"""
|
|
638
|
+
Address Space
|
|
639
|
+
"""
|
|
640
|
+
return pulumi.get(self, "address")
|
|
641
|
+
|
|
642
|
+
@property
|
|
643
|
+
@pulumi.getter
|
|
644
|
+
def port(self) -> str:
|
|
645
|
+
"""
|
|
646
|
+
port ID
|
|
647
|
+
"""
|
|
648
|
+
return pulumi.get(self, "port")
|
|
649
|
+
|
|
650
|
+
|
|
651
|
+
@pulumi.output_type
|
|
652
|
+
class EventHubResponse(dict):
|
|
653
|
+
"""
|
|
654
|
+
EventHub configurations
|
|
655
|
+
"""
|
|
656
|
+
def __init__(__self__, *,
|
|
657
|
+
id: Optional[str] = None,
|
|
658
|
+
name: Optional[str] = None,
|
|
659
|
+
name_space: Optional[str] = None,
|
|
660
|
+
policy_name: Optional[str] = None,
|
|
661
|
+
subscription_id: Optional[str] = None):
|
|
662
|
+
"""
|
|
663
|
+
EventHub configurations
|
|
664
|
+
:param str id: Resource ID of EventHub
|
|
665
|
+
:param str name: EventHub name
|
|
666
|
+
:param str name_space: EventHub namespace
|
|
667
|
+
:param str policy_name: EventHub policy name
|
|
668
|
+
:param str subscription_id: Subscription Id
|
|
669
|
+
"""
|
|
670
|
+
if id is not None:
|
|
671
|
+
pulumi.set(__self__, "id", id)
|
|
672
|
+
if name is not None:
|
|
673
|
+
pulumi.set(__self__, "name", name)
|
|
674
|
+
if name_space is not None:
|
|
675
|
+
pulumi.set(__self__, "name_space", name_space)
|
|
676
|
+
if policy_name is not None:
|
|
677
|
+
pulumi.set(__self__, "policy_name", policy_name)
|
|
678
|
+
if subscription_id is not None:
|
|
679
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
680
|
+
|
|
681
|
+
@property
|
|
682
|
+
@pulumi.getter
|
|
683
|
+
def id(self) -> Optional[str]:
|
|
684
|
+
"""
|
|
685
|
+
Resource ID of EventHub
|
|
686
|
+
"""
|
|
687
|
+
return pulumi.get(self, "id")
|
|
688
|
+
|
|
689
|
+
@property
|
|
690
|
+
@pulumi.getter
|
|
691
|
+
def name(self) -> Optional[str]:
|
|
692
|
+
"""
|
|
693
|
+
EventHub name
|
|
694
|
+
"""
|
|
695
|
+
return pulumi.get(self, "name")
|
|
696
|
+
|
|
697
|
+
@property
|
|
698
|
+
@pulumi.getter(name="nameSpace")
|
|
699
|
+
def name_space(self) -> Optional[str]:
|
|
700
|
+
"""
|
|
701
|
+
EventHub namespace
|
|
702
|
+
"""
|
|
703
|
+
return pulumi.get(self, "name_space")
|
|
704
|
+
|
|
705
|
+
@property
|
|
706
|
+
@pulumi.getter(name="policyName")
|
|
707
|
+
def policy_name(self) -> Optional[str]:
|
|
708
|
+
"""
|
|
709
|
+
EventHub policy name
|
|
710
|
+
"""
|
|
711
|
+
return pulumi.get(self, "policy_name")
|
|
712
|
+
|
|
713
|
+
@property
|
|
714
|
+
@pulumi.getter(name="subscriptionId")
|
|
715
|
+
def subscription_id(self) -> Optional[str]:
|
|
716
|
+
"""
|
|
717
|
+
Subscription Id
|
|
718
|
+
"""
|
|
719
|
+
return pulumi.get(self, "subscription_id")
|
|
720
|
+
|
|
721
|
+
|
|
722
|
+
@pulumi.output_type
|
|
723
|
+
class FrontendSettingResponse(dict):
|
|
724
|
+
"""
|
|
725
|
+
Frontend setting for Firewall
|
|
726
|
+
"""
|
|
727
|
+
@staticmethod
|
|
728
|
+
def __key_warning(key: str):
|
|
729
|
+
suggest = None
|
|
730
|
+
if key == "backendConfiguration":
|
|
731
|
+
suggest = "backend_configuration"
|
|
732
|
+
elif key == "frontendConfiguration":
|
|
733
|
+
suggest = "frontend_configuration"
|
|
734
|
+
|
|
735
|
+
if suggest:
|
|
736
|
+
pulumi.log.warn(f"Key '{key}' not found in FrontendSettingResponse. Access the value via the '{suggest}' property getter instead.")
|
|
737
|
+
|
|
738
|
+
def __getitem__(self, key: str) -> Any:
|
|
739
|
+
FrontendSettingResponse.__key_warning(key)
|
|
740
|
+
return super().__getitem__(key)
|
|
741
|
+
|
|
742
|
+
def get(self, key: str, default = None) -> Any:
|
|
743
|
+
FrontendSettingResponse.__key_warning(key)
|
|
744
|
+
return super().get(key, default)
|
|
745
|
+
|
|
746
|
+
def __init__(__self__, *,
|
|
747
|
+
backend_configuration: 'outputs.EndpointConfigurationResponse',
|
|
748
|
+
frontend_configuration: 'outputs.EndpointConfigurationResponse',
|
|
749
|
+
name: str,
|
|
750
|
+
protocol: str):
|
|
751
|
+
"""
|
|
752
|
+
Frontend setting for Firewall
|
|
753
|
+
:param 'EndpointConfigurationResponse' backend_configuration: Backend configurations
|
|
754
|
+
:param 'EndpointConfigurationResponse' frontend_configuration: Frontend configurations
|
|
755
|
+
:param str name: Settings name
|
|
756
|
+
:param str protocol: Protocol Type
|
|
757
|
+
"""
|
|
758
|
+
pulumi.set(__self__, "backend_configuration", backend_configuration)
|
|
759
|
+
pulumi.set(__self__, "frontend_configuration", frontend_configuration)
|
|
760
|
+
pulumi.set(__self__, "name", name)
|
|
761
|
+
pulumi.set(__self__, "protocol", protocol)
|
|
762
|
+
|
|
763
|
+
@property
|
|
764
|
+
@pulumi.getter(name="backendConfiguration")
|
|
765
|
+
def backend_configuration(self) -> 'outputs.EndpointConfigurationResponse':
|
|
766
|
+
"""
|
|
767
|
+
Backend configurations
|
|
768
|
+
"""
|
|
769
|
+
return pulumi.get(self, "backend_configuration")
|
|
770
|
+
|
|
771
|
+
@property
|
|
772
|
+
@pulumi.getter(name="frontendConfiguration")
|
|
773
|
+
def frontend_configuration(self) -> 'outputs.EndpointConfigurationResponse':
|
|
774
|
+
"""
|
|
775
|
+
Frontend configurations
|
|
776
|
+
"""
|
|
777
|
+
return pulumi.get(self, "frontend_configuration")
|
|
778
|
+
|
|
779
|
+
@property
|
|
780
|
+
@pulumi.getter
|
|
781
|
+
def name(self) -> str:
|
|
782
|
+
"""
|
|
783
|
+
Settings name
|
|
784
|
+
"""
|
|
785
|
+
return pulumi.get(self, "name")
|
|
786
|
+
|
|
787
|
+
@property
|
|
788
|
+
@pulumi.getter
|
|
789
|
+
def protocol(self) -> str:
|
|
790
|
+
"""
|
|
791
|
+
Protocol Type
|
|
792
|
+
"""
|
|
793
|
+
return pulumi.get(self, "protocol")
|
|
794
|
+
|
|
795
|
+
|
|
796
|
+
@pulumi.output_type
|
|
797
|
+
class IPAddressResponse(dict):
|
|
798
|
+
"""
|
|
799
|
+
IP Address
|
|
800
|
+
"""
|
|
801
|
+
@staticmethod
|
|
802
|
+
def __key_warning(key: str):
|
|
803
|
+
suggest = None
|
|
804
|
+
if key == "resourceId":
|
|
805
|
+
suggest = "resource_id"
|
|
806
|
+
|
|
807
|
+
if suggest:
|
|
808
|
+
pulumi.log.warn(f"Key '{key}' not found in IPAddressResponse. Access the value via the '{suggest}' property getter instead.")
|
|
809
|
+
|
|
810
|
+
def __getitem__(self, key: str) -> Any:
|
|
811
|
+
IPAddressResponse.__key_warning(key)
|
|
812
|
+
return super().__getitem__(key)
|
|
813
|
+
|
|
814
|
+
def get(self, key: str, default = None) -> Any:
|
|
815
|
+
IPAddressResponse.__key_warning(key)
|
|
816
|
+
return super().get(key, default)
|
|
817
|
+
|
|
818
|
+
def __init__(__self__, *,
|
|
819
|
+
address: Optional[str] = None,
|
|
820
|
+
resource_id: Optional[str] = None):
|
|
821
|
+
"""
|
|
822
|
+
IP Address
|
|
823
|
+
:param str address: Address value
|
|
824
|
+
:param str resource_id: Resource Id
|
|
825
|
+
"""
|
|
826
|
+
if address is not None:
|
|
827
|
+
pulumi.set(__self__, "address", address)
|
|
828
|
+
if resource_id is not None:
|
|
829
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
830
|
+
|
|
831
|
+
@property
|
|
832
|
+
@pulumi.getter
|
|
833
|
+
def address(self) -> Optional[str]:
|
|
834
|
+
"""
|
|
835
|
+
Address value
|
|
836
|
+
"""
|
|
837
|
+
return pulumi.get(self, "address")
|
|
838
|
+
|
|
839
|
+
@property
|
|
840
|
+
@pulumi.getter(name="resourceId")
|
|
841
|
+
def resource_id(self) -> Optional[str]:
|
|
842
|
+
"""
|
|
843
|
+
Resource Id
|
|
844
|
+
"""
|
|
845
|
+
return pulumi.get(self, "resource_id")
|
|
846
|
+
|
|
847
|
+
|
|
848
|
+
@pulumi.output_type
|
|
849
|
+
class IPAddressSpaceResponse(dict):
|
|
850
|
+
"""
|
|
851
|
+
IP Address Space
|
|
852
|
+
"""
|
|
853
|
+
@staticmethod
|
|
854
|
+
def __key_warning(key: str):
|
|
855
|
+
suggest = None
|
|
856
|
+
if key == "addressSpace":
|
|
857
|
+
suggest = "address_space"
|
|
858
|
+
elif key == "resourceId":
|
|
859
|
+
suggest = "resource_id"
|
|
860
|
+
|
|
861
|
+
if suggest:
|
|
862
|
+
pulumi.log.warn(f"Key '{key}' not found in IPAddressSpaceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
863
|
+
|
|
864
|
+
def __getitem__(self, key: str) -> Any:
|
|
865
|
+
IPAddressSpaceResponse.__key_warning(key)
|
|
866
|
+
return super().__getitem__(key)
|
|
867
|
+
|
|
868
|
+
def get(self, key: str, default = None) -> Any:
|
|
869
|
+
IPAddressSpaceResponse.__key_warning(key)
|
|
870
|
+
return super().get(key, default)
|
|
871
|
+
|
|
872
|
+
def __init__(__self__, *,
|
|
873
|
+
address_space: Optional[str] = None,
|
|
874
|
+
resource_id: Optional[str] = None):
|
|
875
|
+
"""
|
|
876
|
+
IP Address Space
|
|
877
|
+
:param str address_space: Address Space
|
|
878
|
+
:param str resource_id: Resource Id
|
|
879
|
+
"""
|
|
880
|
+
if address_space is not None:
|
|
881
|
+
pulumi.set(__self__, "address_space", address_space)
|
|
882
|
+
if resource_id is not None:
|
|
883
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
884
|
+
|
|
885
|
+
@property
|
|
886
|
+
@pulumi.getter(name="addressSpace")
|
|
887
|
+
def address_space(self) -> Optional[str]:
|
|
888
|
+
"""
|
|
889
|
+
Address Space
|
|
890
|
+
"""
|
|
891
|
+
return pulumi.get(self, "address_space")
|
|
892
|
+
|
|
893
|
+
@property
|
|
894
|
+
@pulumi.getter(name="resourceId")
|
|
895
|
+
def resource_id(self) -> Optional[str]:
|
|
896
|
+
"""
|
|
897
|
+
Resource Id
|
|
898
|
+
"""
|
|
899
|
+
return pulumi.get(self, "resource_id")
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
@pulumi.output_type
|
|
903
|
+
class LogDestinationResponse(dict):
|
|
904
|
+
"""
|
|
905
|
+
Log Destination
|
|
906
|
+
"""
|
|
907
|
+
def __init__(__self__, *,
|
|
908
|
+
event_hub_configurations: Optional['outputs.EventHubResponse'] = None,
|
|
909
|
+
monitor_configurations: Optional['outputs.MonitorLogResponse'] = None,
|
|
910
|
+
storage_configurations: Optional['outputs.StorageAccountResponse'] = None):
|
|
911
|
+
"""
|
|
912
|
+
Log Destination
|
|
913
|
+
:param 'EventHubResponse' event_hub_configurations: Event Hub configurations
|
|
914
|
+
:param 'MonitorLogResponse' monitor_configurations: Monitor Log configurations
|
|
915
|
+
:param 'StorageAccountResponse' storage_configurations: Storage account configurations
|
|
916
|
+
"""
|
|
917
|
+
if event_hub_configurations is not None:
|
|
918
|
+
pulumi.set(__self__, "event_hub_configurations", event_hub_configurations)
|
|
919
|
+
if monitor_configurations is not None:
|
|
920
|
+
pulumi.set(__self__, "monitor_configurations", monitor_configurations)
|
|
921
|
+
if storage_configurations is not None:
|
|
922
|
+
pulumi.set(__self__, "storage_configurations", storage_configurations)
|
|
923
|
+
|
|
924
|
+
@property
|
|
925
|
+
@pulumi.getter(name="eventHubConfigurations")
|
|
926
|
+
def event_hub_configurations(self) -> Optional['outputs.EventHubResponse']:
|
|
927
|
+
"""
|
|
928
|
+
Event Hub configurations
|
|
929
|
+
"""
|
|
930
|
+
return pulumi.get(self, "event_hub_configurations")
|
|
931
|
+
|
|
932
|
+
@property
|
|
933
|
+
@pulumi.getter(name="monitorConfigurations")
|
|
934
|
+
def monitor_configurations(self) -> Optional['outputs.MonitorLogResponse']:
|
|
935
|
+
"""
|
|
936
|
+
Monitor Log configurations
|
|
937
|
+
"""
|
|
938
|
+
return pulumi.get(self, "monitor_configurations")
|
|
939
|
+
|
|
940
|
+
@property
|
|
941
|
+
@pulumi.getter(name="storageConfigurations")
|
|
942
|
+
def storage_configurations(self) -> Optional['outputs.StorageAccountResponse']:
|
|
943
|
+
"""
|
|
944
|
+
Storage account configurations
|
|
945
|
+
"""
|
|
946
|
+
return pulumi.get(self, "storage_configurations")
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
@pulumi.output_type
|
|
950
|
+
class MarketplaceDetailsResponse(dict):
|
|
951
|
+
"""
|
|
952
|
+
MarketplaceDetails of PAN Firewall resource
|
|
953
|
+
"""
|
|
954
|
+
@staticmethod
|
|
955
|
+
def __key_warning(key: str):
|
|
956
|
+
suggest = None
|
|
957
|
+
if key == "marketplaceSubscriptionId":
|
|
958
|
+
suggest = "marketplace_subscription_id"
|
|
959
|
+
elif key == "offerId":
|
|
960
|
+
suggest = "offer_id"
|
|
961
|
+
elif key == "publisherId":
|
|
962
|
+
suggest = "publisher_id"
|
|
963
|
+
elif key == "marketplaceSubscriptionStatus":
|
|
964
|
+
suggest = "marketplace_subscription_status"
|
|
965
|
+
|
|
966
|
+
if suggest:
|
|
967
|
+
pulumi.log.warn(f"Key '{key}' not found in MarketplaceDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
968
|
+
|
|
969
|
+
def __getitem__(self, key: str) -> Any:
|
|
970
|
+
MarketplaceDetailsResponse.__key_warning(key)
|
|
971
|
+
return super().__getitem__(key)
|
|
972
|
+
|
|
973
|
+
def get(self, key: str, default = None) -> Any:
|
|
974
|
+
MarketplaceDetailsResponse.__key_warning(key)
|
|
975
|
+
return super().get(key, default)
|
|
976
|
+
|
|
977
|
+
def __init__(__self__, *,
|
|
978
|
+
marketplace_subscription_id: str,
|
|
979
|
+
offer_id: str,
|
|
980
|
+
publisher_id: str,
|
|
981
|
+
marketplace_subscription_status: Optional[str] = None):
|
|
982
|
+
"""
|
|
983
|
+
MarketplaceDetails of PAN Firewall resource
|
|
984
|
+
:param str marketplace_subscription_id: Marketplace Subscription Id
|
|
985
|
+
:param str offer_id: Offer Id
|
|
986
|
+
:param str publisher_id: Publisher Id
|
|
987
|
+
:param str marketplace_subscription_status: Marketplace Subscription Status
|
|
988
|
+
"""
|
|
989
|
+
pulumi.set(__self__, "marketplace_subscription_id", marketplace_subscription_id)
|
|
990
|
+
pulumi.set(__self__, "offer_id", offer_id)
|
|
991
|
+
pulumi.set(__self__, "publisher_id", publisher_id)
|
|
992
|
+
if marketplace_subscription_status is not None:
|
|
993
|
+
pulumi.set(__self__, "marketplace_subscription_status", marketplace_subscription_status)
|
|
994
|
+
|
|
995
|
+
@property
|
|
996
|
+
@pulumi.getter(name="marketplaceSubscriptionId")
|
|
997
|
+
def marketplace_subscription_id(self) -> str:
|
|
998
|
+
"""
|
|
999
|
+
Marketplace Subscription Id
|
|
1000
|
+
"""
|
|
1001
|
+
return pulumi.get(self, "marketplace_subscription_id")
|
|
1002
|
+
|
|
1003
|
+
@property
|
|
1004
|
+
@pulumi.getter(name="offerId")
|
|
1005
|
+
def offer_id(self) -> str:
|
|
1006
|
+
"""
|
|
1007
|
+
Offer Id
|
|
1008
|
+
"""
|
|
1009
|
+
return pulumi.get(self, "offer_id")
|
|
1010
|
+
|
|
1011
|
+
@property
|
|
1012
|
+
@pulumi.getter(name="publisherId")
|
|
1013
|
+
def publisher_id(self) -> str:
|
|
1014
|
+
"""
|
|
1015
|
+
Publisher Id
|
|
1016
|
+
"""
|
|
1017
|
+
return pulumi.get(self, "publisher_id")
|
|
1018
|
+
|
|
1019
|
+
@property
|
|
1020
|
+
@pulumi.getter(name="marketplaceSubscriptionStatus")
|
|
1021
|
+
def marketplace_subscription_status(self) -> Optional[str]:
|
|
1022
|
+
"""
|
|
1023
|
+
Marketplace Subscription Status
|
|
1024
|
+
"""
|
|
1025
|
+
return pulumi.get(self, "marketplace_subscription_status")
|
|
1026
|
+
|
|
1027
|
+
|
|
1028
|
+
@pulumi.output_type
|
|
1029
|
+
class MonitorLogResponse(dict):
|
|
1030
|
+
"""
|
|
1031
|
+
MonitorLog configurations
|
|
1032
|
+
"""
|
|
1033
|
+
def __init__(__self__, *,
|
|
1034
|
+
id: Optional[str] = None,
|
|
1035
|
+
primary_key: Optional[str] = None,
|
|
1036
|
+
secondary_key: Optional[str] = None,
|
|
1037
|
+
subscription_id: Optional[str] = None,
|
|
1038
|
+
workspace: Optional[str] = None):
|
|
1039
|
+
"""
|
|
1040
|
+
MonitorLog configurations
|
|
1041
|
+
:param str id: Resource ID of MonitorLog
|
|
1042
|
+
:param str primary_key: Primary Key value for Monitor
|
|
1043
|
+
:param str secondary_key: Secondary Key value for Monitor
|
|
1044
|
+
:param str subscription_id: Subscription Id
|
|
1045
|
+
:param str workspace: MonitorLog workspace
|
|
1046
|
+
"""
|
|
1047
|
+
if id is not None:
|
|
1048
|
+
pulumi.set(__self__, "id", id)
|
|
1049
|
+
if primary_key is not None:
|
|
1050
|
+
pulumi.set(__self__, "primary_key", primary_key)
|
|
1051
|
+
if secondary_key is not None:
|
|
1052
|
+
pulumi.set(__self__, "secondary_key", secondary_key)
|
|
1053
|
+
if subscription_id is not None:
|
|
1054
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
1055
|
+
if workspace is not None:
|
|
1056
|
+
pulumi.set(__self__, "workspace", workspace)
|
|
1057
|
+
|
|
1058
|
+
@property
|
|
1059
|
+
@pulumi.getter
|
|
1060
|
+
def id(self) -> Optional[str]:
|
|
1061
|
+
"""
|
|
1062
|
+
Resource ID of MonitorLog
|
|
1063
|
+
"""
|
|
1064
|
+
return pulumi.get(self, "id")
|
|
1065
|
+
|
|
1066
|
+
@property
|
|
1067
|
+
@pulumi.getter(name="primaryKey")
|
|
1068
|
+
def primary_key(self) -> Optional[str]:
|
|
1069
|
+
"""
|
|
1070
|
+
Primary Key value for Monitor
|
|
1071
|
+
"""
|
|
1072
|
+
return pulumi.get(self, "primary_key")
|
|
1073
|
+
|
|
1074
|
+
@property
|
|
1075
|
+
@pulumi.getter(name="secondaryKey")
|
|
1076
|
+
def secondary_key(self) -> Optional[str]:
|
|
1077
|
+
"""
|
|
1078
|
+
Secondary Key value for Monitor
|
|
1079
|
+
"""
|
|
1080
|
+
return pulumi.get(self, "secondary_key")
|
|
1081
|
+
|
|
1082
|
+
@property
|
|
1083
|
+
@pulumi.getter(name="subscriptionId")
|
|
1084
|
+
def subscription_id(self) -> Optional[str]:
|
|
1085
|
+
"""
|
|
1086
|
+
Subscription Id
|
|
1087
|
+
"""
|
|
1088
|
+
return pulumi.get(self, "subscription_id")
|
|
1089
|
+
|
|
1090
|
+
@property
|
|
1091
|
+
@pulumi.getter
|
|
1092
|
+
def workspace(self) -> Optional[str]:
|
|
1093
|
+
"""
|
|
1094
|
+
MonitorLog workspace
|
|
1095
|
+
"""
|
|
1096
|
+
return pulumi.get(self, "workspace")
|
|
1097
|
+
|
|
1098
|
+
|
|
1099
|
+
@pulumi.output_type
|
|
1100
|
+
class NameDescriptionObjectResponse(dict):
|
|
1101
|
+
"""
|
|
1102
|
+
object type info
|
|
1103
|
+
"""
|
|
1104
|
+
def __init__(__self__, *,
|
|
1105
|
+
name: str,
|
|
1106
|
+
description: Optional[str] = None):
|
|
1107
|
+
"""
|
|
1108
|
+
object type info
|
|
1109
|
+
:param str name: name value
|
|
1110
|
+
:param str description: description value
|
|
1111
|
+
"""
|
|
1112
|
+
pulumi.set(__self__, "name", name)
|
|
1113
|
+
if description is not None:
|
|
1114
|
+
pulumi.set(__self__, "description", description)
|
|
1115
|
+
|
|
1116
|
+
@property
|
|
1117
|
+
@pulumi.getter
|
|
1118
|
+
def name(self) -> str:
|
|
1119
|
+
"""
|
|
1120
|
+
name value
|
|
1121
|
+
"""
|
|
1122
|
+
return pulumi.get(self, "name")
|
|
1123
|
+
|
|
1124
|
+
@property
|
|
1125
|
+
@pulumi.getter
|
|
1126
|
+
def description(self) -> Optional[str]:
|
|
1127
|
+
"""
|
|
1128
|
+
description value
|
|
1129
|
+
"""
|
|
1130
|
+
return pulumi.get(self, "description")
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
@pulumi.output_type
|
|
1134
|
+
class NetworkProfileResponse(dict):
|
|
1135
|
+
"""
|
|
1136
|
+
Network settings for Firewall
|
|
1137
|
+
"""
|
|
1138
|
+
@staticmethod
|
|
1139
|
+
def __key_warning(key: str):
|
|
1140
|
+
suggest = None
|
|
1141
|
+
if key == "enableEgressNat":
|
|
1142
|
+
suggest = "enable_egress_nat"
|
|
1143
|
+
elif key == "networkType":
|
|
1144
|
+
suggest = "network_type"
|
|
1145
|
+
elif key == "publicIps":
|
|
1146
|
+
suggest = "public_ips"
|
|
1147
|
+
elif key == "egressNatIp":
|
|
1148
|
+
suggest = "egress_nat_ip"
|
|
1149
|
+
elif key == "privateSourceNatRulesDestination":
|
|
1150
|
+
suggest = "private_source_nat_rules_destination"
|
|
1151
|
+
elif key == "trustedRanges":
|
|
1152
|
+
suggest = "trusted_ranges"
|
|
1153
|
+
elif key == "vnetConfiguration":
|
|
1154
|
+
suggest = "vnet_configuration"
|
|
1155
|
+
elif key == "vwanConfiguration":
|
|
1156
|
+
suggest = "vwan_configuration"
|
|
1157
|
+
|
|
1158
|
+
if suggest:
|
|
1159
|
+
pulumi.log.warn(f"Key '{key}' not found in NetworkProfileResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1160
|
+
|
|
1161
|
+
def __getitem__(self, key: str) -> Any:
|
|
1162
|
+
NetworkProfileResponse.__key_warning(key)
|
|
1163
|
+
return super().__getitem__(key)
|
|
1164
|
+
|
|
1165
|
+
def get(self, key: str, default = None) -> Any:
|
|
1166
|
+
NetworkProfileResponse.__key_warning(key)
|
|
1167
|
+
return super().get(key, default)
|
|
1168
|
+
|
|
1169
|
+
def __init__(__self__, *,
|
|
1170
|
+
enable_egress_nat: str,
|
|
1171
|
+
network_type: str,
|
|
1172
|
+
public_ips: Sequence['outputs.IPAddressResponse'],
|
|
1173
|
+
egress_nat_ip: Optional[Sequence['outputs.IPAddressResponse']] = None,
|
|
1174
|
+
private_source_nat_rules_destination: Optional[Sequence[str]] = None,
|
|
1175
|
+
trusted_ranges: Optional[Sequence[str]] = None,
|
|
1176
|
+
vnet_configuration: Optional['outputs.VnetConfigurationResponse'] = None,
|
|
1177
|
+
vwan_configuration: Optional['outputs.VwanConfigurationResponse'] = None):
|
|
1178
|
+
"""
|
|
1179
|
+
Network settings for Firewall
|
|
1180
|
+
:param str enable_egress_nat: Enable egress NAT, enabled by default
|
|
1181
|
+
:param str network_type: vnet or vwan, cannot be updated
|
|
1182
|
+
:param Sequence['IPAddressResponse'] public_ips: List of IPs associated with the Firewall
|
|
1183
|
+
:param Sequence['IPAddressResponse'] egress_nat_ip: Egress nat IP to use
|
|
1184
|
+
:param Sequence[str] private_source_nat_rules_destination: Array of ipv4 destination address for which source NAT is to be performed
|
|
1185
|
+
:param Sequence[str] trusted_ranges: Non-RFC 1918 address
|
|
1186
|
+
:param 'VnetConfigurationResponse' vnet_configuration: Vnet configurations
|
|
1187
|
+
:param 'VwanConfigurationResponse' vwan_configuration: Vwan configurations
|
|
1188
|
+
"""
|
|
1189
|
+
pulumi.set(__self__, "enable_egress_nat", enable_egress_nat)
|
|
1190
|
+
pulumi.set(__self__, "network_type", network_type)
|
|
1191
|
+
pulumi.set(__self__, "public_ips", public_ips)
|
|
1192
|
+
if egress_nat_ip is not None:
|
|
1193
|
+
pulumi.set(__self__, "egress_nat_ip", egress_nat_ip)
|
|
1194
|
+
if private_source_nat_rules_destination is not None:
|
|
1195
|
+
pulumi.set(__self__, "private_source_nat_rules_destination", private_source_nat_rules_destination)
|
|
1196
|
+
if trusted_ranges is not None:
|
|
1197
|
+
pulumi.set(__self__, "trusted_ranges", trusted_ranges)
|
|
1198
|
+
if vnet_configuration is not None:
|
|
1199
|
+
pulumi.set(__self__, "vnet_configuration", vnet_configuration)
|
|
1200
|
+
if vwan_configuration is not None:
|
|
1201
|
+
pulumi.set(__self__, "vwan_configuration", vwan_configuration)
|
|
1202
|
+
|
|
1203
|
+
@property
|
|
1204
|
+
@pulumi.getter(name="enableEgressNat")
|
|
1205
|
+
def enable_egress_nat(self) -> str:
|
|
1206
|
+
"""
|
|
1207
|
+
Enable egress NAT, enabled by default
|
|
1208
|
+
"""
|
|
1209
|
+
return pulumi.get(self, "enable_egress_nat")
|
|
1210
|
+
|
|
1211
|
+
@property
|
|
1212
|
+
@pulumi.getter(name="networkType")
|
|
1213
|
+
def network_type(self) -> str:
|
|
1214
|
+
"""
|
|
1215
|
+
vnet or vwan, cannot be updated
|
|
1216
|
+
"""
|
|
1217
|
+
return pulumi.get(self, "network_type")
|
|
1218
|
+
|
|
1219
|
+
@property
|
|
1220
|
+
@pulumi.getter(name="publicIps")
|
|
1221
|
+
def public_ips(self) -> Sequence['outputs.IPAddressResponse']:
|
|
1222
|
+
"""
|
|
1223
|
+
List of IPs associated with the Firewall
|
|
1224
|
+
"""
|
|
1225
|
+
return pulumi.get(self, "public_ips")
|
|
1226
|
+
|
|
1227
|
+
@property
|
|
1228
|
+
@pulumi.getter(name="egressNatIp")
|
|
1229
|
+
def egress_nat_ip(self) -> Optional[Sequence['outputs.IPAddressResponse']]:
|
|
1230
|
+
"""
|
|
1231
|
+
Egress nat IP to use
|
|
1232
|
+
"""
|
|
1233
|
+
return pulumi.get(self, "egress_nat_ip")
|
|
1234
|
+
|
|
1235
|
+
@property
|
|
1236
|
+
@pulumi.getter(name="privateSourceNatRulesDestination")
|
|
1237
|
+
def private_source_nat_rules_destination(self) -> Optional[Sequence[str]]:
|
|
1238
|
+
"""
|
|
1239
|
+
Array of ipv4 destination address for which source NAT is to be performed
|
|
1240
|
+
"""
|
|
1241
|
+
return pulumi.get(self, "private_source_nat_rules_destination")
|
|
1242
|
+
|
|
1243
|
+
@property
|
|
1244
|
+
@pulumi.getter(name="trustedRanges")
|
|
1245
|
+
def trusted_ranges(self) -> Optional[Sequence[str]]:
|
|
1246
|
+
"""
|
|
1247
|
+
Non-RFC 1918 address
|
|
1248
|
+
"""
|
|
1249
|
+
return pulumi.get(self, "trusted_ranges")
|
|
1250
|
+
|
|
1251
|
+
@property
|
|
1252
|
+
@pulumi.getter(name="vnetConfiguration")
|
|
1253
|
+
def vnet_configuration(self) -> Optional['outputs.VnetConfigurationResponse']:
|
|
1254
|
+
"""
|
|
1255
|
+
Vnet configurations
|
|
1256
|
+
"""
|
|
1257
|
+
return pulumi.get(self, "vnet_configuration")
|
|
1258
|
+
|
|
1259
|
+
@property
|
|
1260
|
+
@pulumi.getter(name="vwanConfiguration")
|
|
1261
|
+
def vwan_configuration(self) -> Optional['outputs.VwanConfigurationResponse']:
|
|
1262
|
+
"""
|
|
1263
|
+
Vwan configurations
|
|
1264
|
+
"""
|
|
1265
|
+
return pulumi.get(self, "vwan_configuration")
|
|
1266
|
+
|
|
1267
|
+
|
|
1268
|
+
@pulumi.output_type
|
|
1269
|
+
class PanoramaConfigResponse(dict):
|
|
1270
|
+
"""
|
|
1271
|
+
Panorama Config
|
|
1272
|
+
"""
|
|
1273
|
+
@staticmethod
|
|
1274
|
+
def __key_warning(key: str):
|
|
1275
|
+
suggest = None
|
|
1276
|
+
if key == "cgName":
|
|
1277
|
+
suggest = "cg_name"
|
|
1278
|
+
elif key == "configString":
|
|
1279
|
+
suggest = "config_string"
|
|
1280
|
+
elif key == "dgName":
|
|
1281
|
+
suggest = "dg_name"
|
|
1282
|
+
elif key == "hostName":
|
|
1283
|
+
suggest = "host_name"
|
|
1284
|
+
elif key == "panoramaServer":
|
|
1285
|
+
suggest = "panorama_server"
|
|
1286
|
+
elif key == "panoramaServer2":
|
|
1287
|
+
suggest = "panorama_server2"
|
|
1288
|
+
elif key == "tplName":
|
|
1289
|
+
suggest = "tpl_name"
|
|
1290
|
+
elif key == "vmAuthKey":
|
|
1291
|
+
suggest = "vm_auth_key"
|
|
1292
|
+
|
|
1293
|
+
if suggest:
|
|
1294
|
+
pulumi.log.warn(f"Key '{key}' not found in PanoramaConfigResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1295
|
+
|
|
1296
|
+
def __getitem__(self, key: str) -> Any:
|
|
1297
|
+
PanoramaConfigResponse.__key_warning(key)
|
|
1298
|
+
return super().__getitem__(key)
|
|
1299
|
+
|
|
1300
|
+
def get(self, key: str, default = None) -> Any:
|
|
1301
|
+
PanoramaConfigResponse.__key_warning(key)
|
|
1302
|
+
return super().get(key, default)
|
|
1303
|
+
|
|
1304
|
+
def __init__(__self__, *,
|
|
1305
|
+
cg_name: str,
|
|
1306
|
+
config_string: str,
|
|
1307
|
+
dg_name: str,
|
|
1308
|
+
host_name: str,
|
|
1309
|
+
panorama_server: str,
|
|
1310
|
+
panorama_server2: str,
|
|
1311
|
+
tpl_name: str,
|
|
1312
|
+
vm_auth_key: str):
|
|
1313
|
+
"""
|
|
1314
|
+
Panorama Config
|
|
1315
|
+
:param str cg_name: Panorama Collector Group to join - (Once configured we can not edit the value)
|
|
1316
|
+
:param str config_string: Base64 encoded string representing Panorama parameters to be used by Firewall to connect to Panorama. This string is generated via azure plugin in Panorama
|
|
1317
|
+
:param str dg_name: Panorama Device Group to join
|
|
1318
|
+
:param str host_name: Resource name(may be unique) for PN admin
|
|
1319
|
+
:param str panorama_server: Primary Panorama Server IP address value in dotted format for IPv4
|
|
1320
|
+
:param str panorama_server2: Secondary Panorama Server IP address value in dotted format for IPv4
|
|
1321
|
+
:param str tpl_name: Panorama Template Stack to join - (Once configured we can not edit the value)
|
|
1322
|
+
:param str vm_auth_key: VM auth key for panorama connectivity
|
|
1323
|
+
"""
|
|
1324
|
+
pulumi.set(__self__, "cg_name", cg_name)
|
|
1325
|
+
pulumi.set(__self__, "config_string", config_string)
|
|
1326
|
+
pulumi.set(__self__, "dg_name", dg_name)
|
|
1327
|
+
pulumi.set(__self__, "host_name", host_name)
|
|
1328
|
+
pulumi.set(__self__, "panorama_server", panorama_server)
|
|
1329
|
+
pulumi.set(__self__, "panorama_server2", panorama_server2)
|
|
1330
|
+
pulumi.set(__self__, "tpl_name", tpl_name)
|
|
1331
|
+
pulumi.set(__self__, "vm_auth_key", vm_auth_key)
|
|
1332
|
+
|
|
1333
|
+
@property
|
|
1334
|
+
@pulumi.getter(name="cgName")
|
|
1335
|
+
def cg_name(self) -> str:
|
|
1336
|
+
"""
|
|
1337
|
+
Panorama Collector Group to join - (Once configured we can not edit the value)
|
|
1338
|
+
"""
|
|
1339
|
+
return pulumi.get(self, "cg_name")
|
|
1340
|
+
|
|
1341
|
+
@property
|
|
1342
|
+
@pulumi.getter(name="configString")
|
|
1343
|
+
def config_string(self) -> str:
|
|
1344
|
+
"""
|
|
1345
|
+
Base64 encoded string representing Panorama parameters to be used by Firewall to connect to Panorama. This string is generated via azure plugin in Panorama
|
|
1346
|
+
"""
|
|
1347
|
+
return pulumi.get(self, "config_string")
|
|
1348
|
+
|
|
1349
|
+
@property
|
|
1350
|
+
@pulumi.getter(name="dgName")
|
|
1351
|
+
def dg_name(self) -> str:
|
|
1352
|
+
"""
|
|
1353
|
+
Panorama Device Group to join
|
|
1354
|
+
"""
|
|
1355
|
+
return pulumi.get(self, "dg_name")
|
|
1356
|
+
|
|
1357
|
+
@property
|
|
1358
|
+
@pulumi.getter(name="hostName")
|
|
1359
|
+
def host_name(self) -> str:
|
|
1360
|
+
"""
|
|
1361
|
+
Resource name(may be unique) for PN admin
|
|
1362
|
+
"""
|
|
1363
|
+
return pulumi.get(self, "host_name")
|
|
1364
|
+
|
|
1365
|
+
@property
|
|
1366
|
+
@pulumi.getter(name="panoramaServer")
|
|
1367
|
+
def panorama_server(self) -> str:
|
|
1368
|
+
"""
|
|
1369
|
+
Primary Panorama Server IP address value in dotted format for IPv4
|
|
1370
|
+
"""
|
|
1371
|
+
return pulumi.get(self, "panorama_server")
|
|
1372
|
+
|
|
1373
|
+
@property
|
|
1374
|
+
@pulumi.getter(name="panoramaServer2")
|
|
1375
|
+
def panorama_server2(self) -> str:
|
|
1376
|
+
"""
|
|
1377
|
+
Secondary Panorama Server IP address value in dotted format for IPv4
|
|
1378
|
+
"""
|
|
1379
|
+
return pulumi.get(self, "panorama_server2")
|
|
1380
|
+
|
|
1381
|
+
@property
|
|
1382
|
+
@pulumi.getter(name="tplName")
|
|
1383
|
+
def tpl_name(self) -> str:
|
|
1384
|
+
"""
|
|
1385
|
+
Panorama Template Stack to join - (Once configured we can not edit the value)
|
|
1386
|
+
"""
|
|
1387
|
+
return pulumi.get(self, "tpl_name")
|
|
1388
|
+
|
|
1389
|
+
@property
|
|
1390
|
+
@pulumi.getter(name="vmAuthKey")
|
|
1391
|
+
def vm_auth_key(self) -> str:
|
|
1392
|
+
"""
|
|
1393
|
+
VM auth key for panorama connectivity
|
|
1394
|
+
"""
|
|
1395
|
+
return pulumi.get(self, "vm_auth_key")
|
|
1396
|
+
|
|
1397
|
+
|
|
1398
|
+
@pulumi.output_type
|
|
1399
|
+
class PlanDataResponse(dict):
|
|
1400
|
+
"""
|
|
1401
|
+
Billing plan information.
|
|
1402
|
+
"""
|
|
1403
|
+
@staticmethod
|
|
1404
|
+
def __key_warning(key: str):
|
|
1405
|
+
suggest = None
|
|
1406
|
+
if key == "billingCycle":
|
|
1407
|
+
suggest = "billing_cycle"
|
|
1408
|
+
elif key == "effectiveDate":
|
|
1409
|
+
suggest = "effective_date"
|
|
1410
|
+
elif key == "planId":
|
|
1411
|
+
suggest = "plan_id"
|
|
1412
|
+
elif key == "usageType":
|
|
1413
|
+
suggest = "usage_type"
|
|
1414
|
+
|
|
1415
|
+
if suggest:
|
|
1416
|
+
pulumi.log.warn(f"Key '{key}' not found in PlanDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1417
|
+
|
|
1418
|
+
def __getitem__(self, key: str) -> Any:
|
|
1419
|
+
PlanDataResponse.__key_warning(key)
|
|
1420
|
+
return super().__getitem__(key)
|
|
1421
|
+
|
|
1422
|
+
def get(self, key: str, default = None) -> Any:
|
|
1423
|
+
PlanDataResponse.__key_warning(key)
|
|
1424
|
+
return super().get(key, default)
|
|
1425
|
+
|
|
1426
|
+
def __init__(__self__, *,
|
|
1427
|
+
billing_cycle: str,
|
|
1428
|
+
effective_date: str,
|
|
1429
|
+
plan_id: str,
|
|
1430
|
+
usage_type: Optional[str] = None):
|
|
1431
|
+
"""
|
|
1432
|
+
Billing plan information.
|
|
1433
|
+
:param str billing_cycle: different billing cycles like MONTHLY/WEEKLY
|
|
1434
|
+
:param str effective_date: date when plan was applied
|
|
1435
|
+
:param str plan_id: plan id as published by Liftr.PAN
|
|
1436
|
+
:param str usage_type: different usage type like PAYG/COMMITTED
|
|
1437
|
+
"""
|
|
1438
|
+
pulumi.set(__self__, "billing_cycle", billing_cycle)
|
|
1439
|
+
pulumi.set(__self__, "effective_date", effective_date)
|
|
1440
|
+
pulumi.set(__self__, "plan_id", plan_id)
|
|
1441
|
+
if usage_type is not None:
|
|
1442
|
+
pulumi.set(__self__, "usage_type", usage_type)
|
|
1443
|
+
|
|
1444
|
+
@property
|
|
1445
|
+
@pulumi.getter(name="billingCycle")
|
|
1446
|
+
def billing_cycle(self) -> str:
|
|
1447
|
+
"""
|
|
1448
|
+
different billing cycles like MONTHLY/WEEKLY
|
|
1449
|
+
"""
|
|
1450
|
+
return pulumi.get(self, "billing_cycle")
|
|
1451
|
+
|
|
1452
|
+
@property
|
|
1453
|
+
@pulumi.getter(name="effectiveDate")
|
|
1454
|
+
def effective_date(self) -> str:
|
|
1455
|
+
"""
|
|
1456
|
+
date when plan was applied
|
|
1457
|
+
"""
|
|
1458
|
+
return pulumi.get(self, "effective_date")
|
|
1459
|
+
|
|
1460
|
+
@property
|
|
1461
|
+
@pulumi.getter(name="planId")
|
|
1462
|
+
def plan_id(self) -> str:
|
|
1463
|
+
"""
|
|
1464
|
+
plan id as published by Liftr.PAN
|
|
1465
|
+
"""
|
|
1466
|
+
return pulumi.get(self, "plan_id")
|
|
1467
|
+
|
|
1468
|
+
@property
|
|
1469
|
+
@pulumi.getter(name="usageType")
|
|
1470
|
+
def usage_type(self) -> Optional[str]:
|
|
1471
|
+
"""
|
|
1472
|
+
different usage type like PAYG/COMMITTED
|
|
1473
|
+
"""
|
|
1474
|
+
return pulumi.get(self, "usage_type")
|
|
1475
|
+
|
|
1476
|
+
|
|
1477
|
+
@pulumi.output_type
|
|
1478
|
+
class PredefinedUrlCategoryResponse(dict):
|
|
1479
|
+
"""
|
|
1480
|
+
Predefined URL category object
|
|
1481
|
+
"""
|
|
1482
|
+
def __init__(__self__, *,
|
|
1483
|
+
action: str,
|
|
1484
|
+
name: str):
|
|
1485
|
+
"""
|
|
1486
|
+
Predefined URL category object
|
|
1487
|
+
"""
|
|
1488
|
+
pulumi.set(__self__, "action", action)
|
|
1489
|
+
pulumi.set(__self__, "name", name)
|
|
1490
|
+
|
|
1491
|
+
@property
|
|
1492
|
+
@pulumi.getter
|
|
1493
|
+
def action(self) -> str:
|
|
1494
|
+
return pulumi.get(self, "action")
|
|
1495
|
+
|
|
1496
|
+
@property
|
|
1497
|
+
@pulumi.getter
|
|
1498
|
+
def name(self) -> str:
|
|
1499
|
+
return pulumi.get(self, "name")
|
|
1500
|
+
|
|
1501
|
+
|
|
1502
|
+
@pulumi.output_type
|
|
1503
|
+
class RulestackDetailsResponse(dict):
|
|
1504
|
+
"""
|
|
1505
|
+
Associated rulestack details
|
|
1506
|
+
"""
|
|
1507
|
+
@staticmethod
|
|
1508
|
+
def __key_warning(key: str):
|
|
1509
|
+
suggest = None
|
|
1510
|
+
if key == "resourceId":
|
|
1511
|
+
suggest = "resource_id"
|
|
1512
|
+
elif key == "rulestackId":
|
|
1513
|
+
suggest = "rulestack_id"
|
|
1514
|
+
|
|
1515
|
+
if suggest:
|
|
1516
|
+
pulumi.log.warn(f"Key '{key}' not found in RulestackDetailsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1517
|
+
|
|
1518
|
+
def __getitem__(self, key: str) -> Any:
|
|
1519
|
+
RulestackDetailsResponse.__key_warning(key)
|
|
1520
|
+
return super().__getitem__(key)
|
|
1521
|
+
|
|
1522
|
+
def get(self, key: str, default = None) -> Any:
|
|
1523
|
+
RulestackDetailsResponse.__key_warning(key)
|
|
1524
|
+
return super().get(key, default)
|
|
1525
|
+
|
|
1526
|
+
def __init__(__self__, *,
|
|
1527
|
+
location: Optional[str] = None,
|
|
1528
|
+
resource_id: Optional[str] = None,
|
|
1529
|
+
rulestack_id: Optional[str] = None):
|
|
1530
|
+
"""
|
|
1531
|
+
Associated rulestack details
|
|
1532
|
+
:param str location: Rulestack location
|
|
1533
|
+
:param str resource_id: Resource Id
|
|
1534
|
+
:param str rulestack_id: Associated rulestack Id
|
|
1535
|
+
"""
|
|
1536
|
+
if location is not None:
|
|
1537
|
+
pulumi.set(__self__, "location", location)
|
|
1538
|
+
if resource_id is not None:
|
|
1539
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
1540
|
+
if rulestack_id is not None:
|
|
1541
|
+
pulumi.set(__self__, "rulestack_id", rulestack_id)
|
|
1542
|
+
|
|
1543
|
+
@property
|
|
1544
|
+
@pulumi.getter
|
|
1545
|
+
def location(self) -> Optional[str]:
|
|
1546
|
+
"""
|
|
1547
|
+
Rulestack location
|
|
1548
|
+
"""
|
|
1549
|
+
return pulumi.get(self, "location")
|
|
1550
|
+
|
|
1551
|
+
@property
|
|
1552
|
+
@pulumi.getter(name="resourceId")
|
|
1553
|
+
def resource_id(self) -> Optional[str]:
|
|
1554
|
+
"""
|
|
1555
|
+
Resource Id
|
|
1556
|
+
"""
|
|
1557
|
+
return pulumi.get(self, "resource_id")
|
|
1558
|
+
|
|
1559
|
+
@property
|
|
1560
|
+
@pulumi.getter(name="rulestackId")
|
|
1561
|
+
def rulestack_id(self) -> Optional[str]:
|
|
1562
|
+
"""
|
|
1563
|
+
Associated rulestack Id
|
|
1564
|
+
"""
|
|
1565
|
+
return pulumi.get(self, "rulestack_id")
|
|
1566
|
+
|
|
1567
|
+
|
|
1568
|
+
@pulumi.output_type
|
|
1569
|
+
class SecurityServicesResponse(dict):
|
|
1570
|
+
"""
|
|
1571
|
+
security services
|
|
1572
|
+
"""
|
|
1573
|
+
@staticmethod
|
|
1574
|
+
def __key_warning(key: str):
|
|
1575
|
+
suggest = None
|
|
1576
|
+
if key == "antiSpywareProfile":
|
|
1577
|
+
suggest = "anti_spyware_profile"
|
|
1578
|
+
elif key == "antiVirusProfile":
|
|
1579
|
+
suggest = "anti_virus_profile"
|
|
1580
|
+
elif key == "dnsSubscription":
|
|
1581
|
+
suggest = "dns_subscription"
|
|
1582
|
+
elif key == "fileBlockingProfile":
|
|
1583
|
+
suggest = "file_blocking_profile"
|
|
1584
|
+
elif key == "outboundTrustCertificate":
|
|
1585
|
+
suggest = "outbound_trust_certificate"
|
|
1586
|
+
elif key == "outboundUnTrustCertificate":
|
|
1587
|
+
suggest = "outbound_un_trust_certificate"
|
|
1588
|
+
elif key == "urlFilteringProfile":
|
|
1589
|
+
suggest = "url_filtering_profile"
|
|
1590
|
+
elif key == "vulnerabilityProfile":
|
|
1591
|
+
suggest = "vulnerability_profile"
|
|
1592
|
+
|
|
1593
|
+
if suggest:
|
|
1594
|
+
pulumi.log.warn(f"Key '{key}' not found in SecurityServicesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1595
|
+
|
|
1596
|
+
def __getitem__(self, key: str) -> Any:
|
|
1597
|
+
SecurityServicesResponse.__key_warning(key)
|
|
1598
|
+
return super().__getitem__(key)
|
|
1599
|
+
|
|
1600
|
+
def get(self, key: str, default = None) -> Any:
|
|
1601
|
+
SecurityServicesResponse.__key_warning(key)
|
|
1602
|
+
return super().get(key, default)
|
|
1603
|
+
|
|
1604
|
+
def __init__(__self__, *,
|
|
1605
|
+
anti_spyware_profile: Optional[str] = None,
|
|
1606
|
+
anti_virus_profile: Optional[str] = None,
|
|
1607
|
+
dns_subscription: Optional[str] = None,
|
|
1608
|
+
file_blocking_profile: Optional[str] = None,
|
|
1609
|
+
outbound_trust_certificate: Optional[str] = None,
|
|
1610
|
+
outbound_un_trust_certificate: Optional[str] = None,
|
|
1611
|
+
url_filtering_profile: Optional[str] = None,
|
|
1612
|
+
vulnerability_profile: Optional[str] = None):
|
|
1613
|
+
"""
|
|
1614
|
+
security services
|
|
1615
|
+
:param str anti_spyware_profile: Anti spyware Profile data
|
|
1616
|
+
:param str anti_virus_profile: anti virus profile data
|
|
1617
|
+
:param str dns_subscription: DNS Subscription profile data
|
|
1618
|
+
:param str file_blocking_profile: File blocking profile data
|
|
1619
|
+
:param str outbound_trust_certificate: Trusted Egress Decryption profile data
|
|
1620
|
+
:param str outbound_un_trust_certificate: Untrusted Egress Decryption profile data
|
|
1621
|
+
:param str url_filtering_profile: URL filtering profile data
|
|
1622
|
+
:param str vulnerability_profile: IPs Vulnerability Profile Data
|
|
1623
|
+
"""
|
|
1624
|
+
if anti_spyware_profile is not None:
|
|
1625
|
+
pulumi.set(__self__, "anti_spyware_profile", anti_spyware_profile)
|
|
1626
|
+
if anti_virus_profile is not None:
|
|
1627
|
+
pulumi.set(__self__, "anti_virus_profile", anti_virus_profile)
|
|
1628
|
+
if dns_subscription is not None:
|
|
1629
|
+
pulumi.set(__self__, "dns_subscription", dns_subscription)
|
|
1630
|
+
if file_blocking_profile is not None:
|
|
1631
|
+
pulumi.set(__self__, "file_blocking_profile", file_blocking_profile)
|
|
1632
|
+
if outbound_trust_certificate is not None:
|
|
1633
|
+
pulumi.set(__self__, "outbound_trust_certificate", outbound_trust_certificate)
|
|
1634
|
+
if outbound_un_trust_certificate is not None:
|
|
1635
|
+
pulumi.set(__self__, "outbound_un_trust_certificate", outbound_un_trust_certificate)
|
|
1636
|
+
if url_filtering_profile is not None:
|
|
1637
|
+
pulumi.set(__self__, "url_filtering_profile", url_filtering_profile)
|
|
1638
|
+
if vulnerability_profile is not None:
|
|
1639
|
+
pulumi.set(__self__, "vulnerability_profile", vulnerability_profile)
|
|
1640
|
+
|
|
1641
|
+
@property
|
|
1642
|
+
@pulumi.getter(name="antiSpywareProfile")
|
|
1643
|
+
def anti_spyware_profile(self) -> Optional[str]:
|
|
1644
|
+
"""
|
|
1645
|
+
Anti spyware Profile data
|
|
1646
|
+
"""
|
|
1647
|
+
return pulumi.get(self, "anti_spyware_profile")
|
|
1648
|
+
|
|
1649
|
+
@property
|
|
1650
|
+
@pulumi.getter(name="antiVirusProfile")
|
|
1651
|
+
def anti_virus_profile(self) -> Optional[str]:
|
|
1652
|
+
"""
|
|
1653
|
+
anti virus profile data
|
|
1654
|
+
"""
|
|
1655
|
+
return pulumi.get(self, "anti_virus_profile")
|
|
1656
|
+
|
|
1657
|
+
@property
|
|
1658
|
+
@pulumi.getter(name="dnsSubscription")
|
|
1659
|
+
def dns_subscription(self) -> Optional[str]:
|
|
1660
|
+
"""
|
|
1661
|
+
DNS Subscription profile data
|
|
1662
|
+
"""
|
|
1663
|
+
return pulumi.get(self, "dns_subscription")
|
|
1664
|
+
|
|
1665
|
+
@property
|
|
1666
|
+
@pulumi.getter(name="fileBlockingProfile")
|
|
1667
|
+
def file_blocking_profile(self) -> Optional[str]:
|
|
1668
|
+
"""
|
|
1669
|
+
File blocking profile data
|
|
1670
|
+
"""
|
|
1671
|
+
return pulumi.get(self, "file_blocking_profile")
|
|
1672
|
+
|
|
1673
|
+
@property
|
|
1674
|
+
@pulumi.getter(name="outboundTrustCertificate")
|
|
1675
|
+
def outbound_trust_certificate(self) -> Optional[str]:
|
|
1676
|
+
"""
|
|
1677
|
+
Trusted Egress Decryption profile data
|
|
1678
|
+
"""
|
|
1679
|
+
return pulumi.get(self, "outbound_trust_certificate")
|
|
1680
|
+
|
|
1681
|
+
@property
|
|
1682
|
+
@pulumi.getter(name="outboundUnTrustCertificate")
|
|
1683
|
+
def outbound_un_trust_certificate(self) -> Optional[str]:
|
|
1684
|
+
"""
|
|
1685
|
+
Untrusted Egress Decryption profile data
|
|
1686
|
+
"""
|
|
1687
|
+
return pulumi.get(self, "outbound_un_trust_certificate")
|
|
1688
|
+
|
|
1689
|
+
@property
|
|
1690
|
+
@pulumi.getter(name="urlFilteringProfile")
|
|
1691
|
+
def url_filtering_profile(self) -> Optional[str]:
|
|
1692
|
+
"""
|
|
1693
|
+
URL filtering profile data
|
|
1694
|
+
"""
|
|
1695
|
+
return pulumi.get(self, "url_filtering_profile")
|
|
1696
|
+
|
|
1697
|
+
@property
|
|
1698
|
+
@pulumi.getter(name="vulnerabilityProfile")
|
|
1699
|
+
def vulnerability_profile(self) -> Optional[str]:
|
|
1700
|
+
"""
|
|
1701
|
+
IPs Vulnerability Profile Data
|
|
1702
|
+
"""
|
|
1703
|
+
return pulumi.get(self, "vulnerability_profile")
|
|
1704
|
+
|
|
1705
|
+
|
|
1706
|
+
@pulumi.output_type
|
|
1707
|
+
class SecurityServicesTypeListResponse(dict):
|
|
1708
|
+
"""
|
|
1709
|
+
Security services type list
|
|
1710
|
+
"""
|
|
1711
|
+
def __init__(__self__, *,
|
|
1712
|
+
entry: Sequence['outputs.NameDescriptionObjectResponse'],
|
|
1713
|
+
type: Optional[str] = None):
|
|
1714
|
+
"""
|
|
1715
|
+
Security services type list
|
|
1716
|
+
:param Sequence['NameDescriptionObjectResponse'] entry: list
|
|
1717
|
+
:param str type: security services type
|
|
1718
|
+
"""
|
|
1719
|
+
pulumi.set(__self__, "entry", entry)
|
|
1720
|
+
if type is not None:
|
|
1721
|
+
pulumi.set(__self__, "type", type)
|
|
1722
|
+
|
|
1723
|
+
@property
|
|
1724
|
+
@pulumi.getter
|
|
1725
|
+
def entry(self) -> Sequence['outputs.NameDescriptionObjectResponse']:
|
|
1726
|
+
"""
|
|
1727
|
+
list
|
|
1728
|
+
"""
|
|
1729
|
+
return pulumi.get(self, "entry")
|
|
1730
|
+
|
|
1731
|
+
@property
|
|
1732
|
+
@pulumi.getter
|
|
1733
|
+
def type(self) -> Optional[str]:
|
|
1734
|
+
"""
|
|
1735
|
+
security services type
|
|
1736
|
+
"""
|
|
1737
|
+
return pulumi.get(self, "type")
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
@pulumi.output_type
|
|
1741
|
+
class SourceAddrResponse(dict):
|
|
1742
|
+
"""
|
|
1743
|
+
Address properties
|
|
1744
|
+
"""
|
|
1745
|
+
@staticmethod
|
|
1746
|
+
def __key_warning(key: str):
|
|
1747
|
+
suggest = None
|
|
1748
|
+
if key == "prefixLists":
|
|
1749
|
+
suggest = "prefix_lists"
|
|
1750
|
+
|
|
1751
|
+
if suggest:
|
|
1752
|
+
pulumi.log.warn(f"Key '{key}' not found in SourceAddrResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1753
|
+
|
|
1754
|
+
def __getitem__(self, key: str) -> Any:
|
|
1755
|
+
SourceAddrResponse.__key_warning(key)
|
|
1756
|
+
return super().__getitem__(key)
|
|
1757
|
+
|
|
1758
|
+
def get(self, key: str, default = None) -> Any:
|
|
1759
|
+
SourceAddrResponse.__key_warning(key)
|
|
1760
|
+
return super().get(key, default)
|
|
1761
|
+
|
|
1762
|
+
def __init__(__self__, *,
|
|
1763
|
+
cidrs: Optional[Sequence[str]] = None,
|
|
1764
|
+
countries: Optional[Sequence[str]] = None,
|
|
1765
|
+
feeds: Optional[Sequence[str]] = None,
|
|
1766
|
+
prefix_lists: Optional[Sequence[str]] = None):
|
|
1767
|
+
"""
|
|
1768
|
+
Address properties
|
|
1769
|
+
:param Sequence[str] cidrs: special value 'any'
|
|
1770
|
+
:param Sequence[str] countries: list of countries
|
|
1771
|
+
:param Sequence[str] feeds: list of feeds
|
|
1772
|
+
:param Sequence[str] prefix_lists: prefix list
|
|
1773
|
+
"""
|
|
1774
|
+
if cidrs is not None:
|
|
1775
|
+
pulumi.set(__self__, "cidrs", cidrs)
|
|
1776
|
+
if countries is not None:
|
|
1777
|
+
pulumi.set(__self__, "countries", countries)
|
|
1778
|
+
if feeds is not None:
|
|
1779
|
+
pulumi.set(__self__, "feeds", feeds)
|
|
1780
|
+
if prefix_lists is not None:
|
|
1781
|
+
pulumi.set(__self__, "prefix_lists", prefix_lists)
|
|
1782
|
+
|
|
1783
|
+
@property
|
|
1784
|
+
@pulumi.getter
|
|
1785
|
+
def cidrs(self) -> Optional[Sequence[str]]:
|
|
1786
|
+
"""
|
|
1787
|
+
special value 'any'
|
|
1788
|
+
"""
|
|
1789
|
+
return pulumi.get(self, "cidrs")
|
|
1790
|
+
|
|
1791
|
+
@property
|
|
1792
|
+
@pulumi.getter
|
|
1793
|
+
def countries(self) -> Optional[Sequence[str]]:
|
|
1794
|
+
"""
|
|
1795
|
+
list of countries
|
|
1796
|
+
"""
|
|
1797
|
+
return pulumi.get(self, "countries")
|
|
1798
|
+
|
|
1799
|
+
@property
|
|
1800
|
+
@pulumi.getter
|
|
1801
|
+
def feeds(self) -> Optional[Sequence[str]]:
|
|
1802
|
+
"""
|
|
1803
|
+
list of feeds
|
|
1804
|
+
"""
|
|
1805
|
+
return pulumi.get(self, "feeds")
|
|
1806
|
+
|
|
1807
|
+
@property
|
|
1808
|
+
@pulumi.getter(name="prefixLists")
|
|
1809
|
+
def prefix_lists(self) -> Optional[Sequence[str]]:
|
|
1810
|
+
"""
|
|
1811
|
+
prefix list
|
|
1812
|
+
"""
|
|
1813
|
+
return pulumi.get(self, "prefix_lists")
|
|
1814
|
+
|
|
1815
|
+
|
|
1816
|
+
@pulumi.output_type
|
|
1817
|
+
class StorageAccountResponse(dict):
|
|
1818
|
+
"""
|
|
1819
|
+
Storage Account configurations
|
|
1820
|
+
"""
|
|
1821
|
+
def __init__(__self__, *,
|
|
1822
|
+
account_name: Optional[str] = None,
|
|
1823
|
+
id: Optional[str] = None,
|
|
1824
|
+
subscription_id: Optional[str] = None):
|
|
1825
|
+
"""
|
|
1826
|
+
Storage Account configurations
|
|
1827
|
+
:param str account_name: Storage account name
|
|
1828
|
+
:param str id: Resource ID of storage account
|
|
1829
|
+
:param str subscription_id: Subscription Id
|
|
1830
|
+
"""
|
|
1831
|
+
if account_name is not None:
|
|
1832
|
+
pulumi.set(__self__, "account_name", account_name)
|
|
1833
|
+
if id is not None:
|
|
1834
|
+
pulumi.set(__self__, "id", id)
|
|
1835
|
+
if subscription_id is not None:
|
|
1836
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
1837
|
+
|
|
1838
|
+
@property
|
|
1839
|
+
@pulumi.getter(name="accountName")
|
|
1840
|
+
def account_name(self) -> Optional[str]:
|
|
1841
|
+
"""
|
|
1842
|
+
Storage account name
|
|
1843
|
+
"""
|
|
1844
|
+
return pulumi.get(self, "account_name")
|
|
1845
|
+
|
|
1846
|
+
@property
|
|
1847
|
+
@pulumi.getter
|
|
1848
|
+
def id(self) -> Optional[str]:
|
|
1849
|
+
"""
|
|
1850
|
+
Resource ID of storage account
|
|
1851
|
+
"""
|
|
1852
|
+
return pulumi.get(self, "id")
|
|
1853
|
+
|
|
1854
|
+
@property
|
|
1855
|
+
@pulumi.getter(name="subscriptionId")
|
|
1856
|
+
def subscription_id(self) -> Optional[str]:
|
|
1857
|
+
"""
|
|
1858
|
+
Subscription Id
|
|
1859
|
+
"""
|
|
1860
|
+
return pulumi.get(self, "subscription_id")
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
@pulumi.output_type
|
|
1864
|
+
class StrataCloudManagerConfigResponse(dict):
|
|
1865
|
+
"""
|
|
1866
|
+
This field is only present if Strata Cloud Manager is managing the policy for this firewall
|
|
1867
|
+
"""
|
|
1868
|
+
@staticmethod
|
|
1869
|
+
def __key_warning(key: str):
|
|
1870
|
+
suggest = None
|
|
1871
|
+
if key == "cloudManagerName":
|
|
1872
|
+
suggest = "cloud_manager_name"
|
|
1873
|
+
|
|
1874
|
+
if suggest:
|
|
1875
|
+
pulumi.log.warn(f"Key '{key}' not found in StrataCloudManagerConfigResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1876
|
+
|
|
1877
|
+
def __getitem__(self, key: str) -> Any:
|
|
1878
|
+
StrataCloudManagerConfigResponse.__key_warning(key)
|
|
1879
|
+
return super().__getitem__(key)
|
|
1880
|
+
|
|
1881
|
+
def get(self, key: str, default = None) -> Any:
|
|
1882
|
+
StrataCloudManagerConfigResponse.__key_warning(key)
|
|
1883
|
+
return super().get(key, default)
|
|
1884
|
+
|
|
1885
|
+
def __init__(__self__, *,
|
|
1886
|
+
cloud_manager_name: str):
|
|
1887
|
+
"""
|
|
1888
|
+
This field is only present if Strata Cloud Manager is managing the policy for this firewall
|
|
1889
|
+
:param str cloud_manager_name: Strata Cloud Manager name which is intended to manage the policy for this firewall.
|
|
1890
|
+
"""
|
|
1891
|
+
pulumi.set(__self__, "cloud_manager_name", cloud_manager_name)
|
|
1892
|
+
|
|
1893
|
+
@property
|
|
1894
|
+
@pulumi.getter(name="cloudManagerName")
|
|
1895
|
+
def cloud_manager_name(self) -> str:
|
|
1896
|
+
"""
|
|
1897
|
+
Strata Cloud Manager name which is intended to manage the policy for this firewall.
|
|
1898
|
+
"""
|
|
1899
|
+
return pulumi.get(self, "cloud_manager_name")
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
@pulumi.output_type
|
|
1903
|
+
class SystemDataResponse(dict):
|
|
1904
|
+
"""
|
|
1905
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1906
|
+
"""
|
|
1907
|
+
@staticmethod
|
|
1908
|
+
def __key_warning(key: str):
|
|
1909
|
+
suggest = None
|
|
1910
|
+
if key == "createdAt":
|
|
1911
|
+
suggest = "created_at"
|
|
1912
|
+
elif key == "createdBy":
|
|
1913
|
+
suggest = "created_by"
|
|
1914
|
+
elif key == "createdByType":
|
|
1915
|
+
suggest = "created_by_type"
|
|
1916
|
+
elif key == "lastModifiedAt":
|
|
1917
|
+
suggest = "last_modified_at"
|
|
1918
|
+
elif key == "lastModifiedBy":
|
|
1919
|
+
suggest = "last_modified_by"
|
|
1920
|
+
elif key == "lastModifiedByType":
|
|
1921
|
+
suggest = "last_modified_by_type"
|
|
1922
|
+
|
|
1923
|
+
if suggest:
|
|
1924
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1925
|
+
|
|
1926
|
+
def __getitem__(self, key: str) -> Any:
|
|
1927
|
+
SystemDataResponse.__key_warning(key)
|
|
1928
|
+
return super().__getitem__(key)
|
|
1929
|
+
|
|
1930
|
+
def get(self, key: str, default = None) -> Any:
|
|
1931
|
+
SystemDataResponse.__key_warning(key)
|
|
1932
|
+
return super().get(key, default)
|
|
1933
|
+
|
|
1934
|
+
def __init__(__self__, *,
|
|
1935
|
+
created_at: Optional[str] = None,
|
|
1936
|
+
created_by: Optional[str] = None,
|
|
1937
|
+
created_by_type: Optional[str] = None,
|
|
1938
|
+
last_modified_at: Optional[str] = None,
|
|
1939
|
+
last_modified_by: Optional[str] = None,
|
|
1940
|
+
last_modified_by_type: Optional[str] = None):
|
|
1941
|
+
"""
|
|
1942
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1943
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
1944
|
+
:param str created_by: The identity that created the resource.
|
|
1945
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
1946
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
1947
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
1948
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
1949
|
+
"""
|
|
1950
|
+
if created_at is not None:
|
|
1951
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
1952
|
+
if created_by is not None:
|
|
1953
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
1954
|
+
if created_by_type is not None:
|
|
1955
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
1956
|
+
if last_modified_at is not None:
|
|
1957
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
1958
|
+
if last_modified_by is not None:
|
|
1959
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
1960
|
+
if last_modified_by_type is not None:
|
|
1961
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
1962
|
+
|
|
1963
|
+
@property
|
|
1964
|
+
@pulumi.getter(name="createdAt")
|
|
1965
|
+
def created_at(self) -> Optional[str]:
|
|
1966
|
+
"""
|
|
1967
|
+
The timestamp of resource creation (UTC).
|
|
1968
|
+
"""
|
|
1969
|
+
return pulumi.get(self, "created_at")
|
|
1970
|
+
|
|
1971
|
+
@property
|
|
1972
|
+
@pulumi.getter(name="createdBy")
|
|
1973
|
+
def created_by(self) -> Optional[str]:
|
|
1974
|
+
"""
|
|
1975
|
+
The identity that created the resource.
|
|
1976
|
+
"""
|
|
1977
|
+
return pulumi.get(self, "created_by")
|
|
1978
|
+
|
|
1979
|
+
@property
|
|
1980
|
+
@pulumi.getter(name="createdByType")
|
|
1981
|
+
def created_by_type(self) -> Optional[str]:
|
|
1982
|
+
"""
|
|
1983
|
+
The type of identity that created the resource.
|
|
1984
|
+
"""
|
|
1985
|
+
return pulumi.get(self, "created_by_type")
|
|
1986
|
+
|
|
1987
|
+
@property
|
|
1988
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
1989
|
+
def last_modified_at(self) -> Optional[str]:
|
|
1990
|
+
"""
|
|
1991
|
+
The timestamp of resource last modification (UTC)
|
|
1992
|
+
"""
|
|
1993
|
+
return pulumi.get(self, "last_modified_at")
|
|
1994
|
+
|
|
1995
|
+
@property
|
|
1996
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
1997
|
+
def last_modified_by(self) -> Optional[str]:
|
|
1998
|
+
"""
|
|
1999
|
+
The identity that last modified the resource.
|
|
2000
|
+
"""
|
|
2001
|
+
return pulumi.get(self, "last_modified_by")
|
|
2002
|
+
|
|
2003
|
+
@property
|
|
2004
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
2005
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
2006
|
+
"""
|
|
2007
|
+
The type of identity that last modified the resource.
|
|
2008
|
+
"""
|
|
2009
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
@pulumi.output_type
|
|
2013
|
+
class TagInfoResponse(dict):
|
|
2014
|
+
"""
|
|
2015
|
+
Tag
|
|
2016
|
+
"""
|
|
2017
|
+
def __init__(__self__, *,
|
|
2018
|
+
key: str,
|
|
2019
|
+
value: str):
|
|
2020
|
+
"""
|
|
2021
|
+
Tag
|
|
2022
|
+
:param str key: tag name
|
|
2023
|
+
:param str value: tag value
|
|
2024
|
+
"""
|
|
2025
|
+
pulumi.set(__self__, "key", key)
|
|
2026
|
+
pulumi.set(__self__, "value", value)
|
|
2027
|
+
|
|
2028
|
+
@property
|
|
2029
|
+
@pulumi.getter
|
|
2030
|
+
def key(self) -> str:
|
|
2031
|
+
"""
|
|
2032
|
+
tag name
|
|
2033
|
+
"""
|
|
2034
|
+
return pulumi.get(self, "key")
|
|
2035
|
+
|
|
2036
|
+
@property
|
|
2037
|
+
@pulumi.getter
|
|
2038
|
+
def value(self) -> str:
|
|
2039
|
+
"""
|
|
2040
|
+
tag value
|
|
2041
|
+
"""
|
|
2042
|
+
return pulumi.get(self, "value")
|
|
2043
|
+
|
|
2044
|
+
|
|
2045
|
+
@pulumi.output_type
|
|
2046
|
+
class VnetConfigurationResponse(dict):
|
|
2047
|
+
"""
|
|
2048
|
+
VnetInfo for Firewall Networking
|
|
2049
|
+
"""
|
|
2050
|
+
@staticmethod
|
|
2051
|
+
def __key_warning(key: str):
|
|
2052
|
+
suggest = None
|
|
2053
|
+
if key == "trustSubnet":
|
|
2054
|
+
suggest = "trust_subnet"
|
|
2055
|
+
elif key == "unTrustSubnet":
|
|
2056
|
+
suggest = "un_trust_subnet"
|
|
2057
|
+
elif key == "ipOfTrustSubnetForUdr":
|
|
2058
|
+
suggest = "ip_of_trust_subnet_for_udr"
|
|
2059
|
+
|
|
2060
|
+
if suggest:
|
|
2061
|
+
pulumi.log.warn(f"Key '{key}' not found in VnetConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2062
|
+
|
|
2063
|
+
def __getitem__(self, key: str) -> Any:
|
|
2064
|
+
VnetConfigurationResponse.__key_warning(key)
|
|
2065
|
+
return super().__getitem__(key)
|
|
2066
|
+
|
|
2067
|
+
def get(self, key: str, default = None) -> Any:
|
|
2068
|
+
VnetConfigurationResponse.__key_warning(key)
|
|
2069
|
+
return super().get(key, default)
|
|
2070
|
+
|
|
2071
|
+
def __init__(__self__, *,
|
|
2072
|
+
trust_subnet: 'outputs.IPAddressSpaceResponse',
|
|
2073
|
+
un_trust_subnet: 'outputs.IPAddressSpaceResponse',
|
|
2074
|
+
vnet: 'outputs.IPAddressSpaceResponse',
|
|
2075
|
+
ip_of_trust_subnet_for_udr: Optional['outputs.IPAddressResponse'] = None):
|
|
2076
|
+
"""
|
|
2077
|
+
VnetInfo for Firewall Networking
|
|
2078
|
+
:param 'IPAddressSpaceResponse' trust_subnet: Trust Subnet
|
|
2079
|
+
:param 'IPAddressSpaceResponse' un_trust_subnet: Untrust Subnet
|
|
2080
|
+
:param 'IPAddressSpaceResponse' vnet: Azure Virtual Network
|
|
2081
|
+
:param 'IPAddressResponse' ip_of_trust_subnet_for_udr: IP of trust subnet for UDR
|
|
2082
|
+
"""
|
|
2083
|
+
pulumi.set(__self__, "trust_subnet", trust_subnet)
|
|
2084
|
+
pulumi.set(__self__, "un_trust_subnet", un_trust_subnet)
|
|
2085
|
+
pulumi.set(__self__, "vnet", vnet)
|
|
2086
|
+
if ip_of_trust_subnet_for_udr is not None:
|
|
2087
|
+
pulumi.set(__self__, "ip_of_trust_subnet_for_udr", ip_of_trust_subnet_for_udr)
|
|
2088
|
+
|
|
2089
|
+
@property
|
|
2090
|
+
@pulumi.getter(name="trustSubnet")
|
|
2091
|
+
def trust_subnet(self) -> 'outputs.IPAddressSpaceResponse':
|
|
2092
|
+
"""
|
|
2093
|
+
Trust Subnet
|
|
2094
|
+
"""
|
|
2095
|
+
return pulumi.get(self, "trust_subnet")
|
|
2096
|
+
|
|
2097
|
+
@property
|
|
2098
|
+
@pulumi.getter(name="unTrustSubnet")
|
|
2099
|
+
def un_trust_subnet(self) -> 'outputs.IPAddressSpaceResponse':
|
|
2100
|
+
"""
|
|
2101
|
+
Untrust Subnet
|
|
2102
|
+
"""
|
|
2103
|
+
return pulumi.get(self, "un_trust_subnet")
|
|
2104
|
+
|
|
2105
|
+
@property
|
|
2106
|
+
@pulumi.getter
|
|
2107
|
+
def vnet(self) -> 'outputs.IPAddressSpaceResponse':
|
|
2108
|
+
"""
|
|
2109
|
+
Azure Virtual Network
|
|
2110
|
+
"""
|
|
2111
|
+
return pulumi.get(self, "vnet")
|
|
2112
|
+
|
|
2113
|
+
@property
|
|
2114
|
+
@pulumi.getter(name="ipOfTrustSubnetForUdr")
|
|
2115
|
+
def ip_of_trust_subnet_for_udr(self) -> Optional['outputs.IPAddressResponse']:
|
|
2116
|
+
"""
|
|
2117
|
+
IP of trust subnet for UDR
|
|
2118
|
+
"""
|
|
2119
|
+
return pulumi.get(self, "ip_of_trust_subnet_for_udr")
|
|
2120
|
+
|
|
2121
|
+
|
|
2122
|
+
@pulumi.output_type
|
|
2123
|
+
class VwanConfigurationResponse(dict):
|
|
2124
|
+
"""
|
|
2125
|
+
VwanInfo for Firewall Networking
|
|
2126
|
+
"""
|
|
2127
|
+
@staticmethod
|
|
2128
|
+
def __key_warning(key: str):
|
|
2129
|
+
suggest = None
|
|
2130
|
+
if key == "vHub":
|
|
2131
|
+
suggest = "v_hub"
|
|
2132
|
+
elif key == "ipOfTrustSubnetForUdr":
|
|
2133
|
+
suggest = "ip_of_trust_subnet_for_udr"
|
|
2134
|
+
elif key == "networkVirtualApplianceId":
|
|
2135
|
+
suggest = "network_virtual_appliance_id"
|
|
2136
|
+
elif key == "trustSubnet":
|
|
2137
|
+
suggest = "trust_subnet"
|
|
2138
|
+
elif key == "unTrustSubnet":
|
|
2139
|
+
suggest = "un_trust_subnet"
|
|
2140
|
+
|
|
2141
|
+
if suggest:
|
|
2142
|
+
pulumi.log.warn(f"Key '{key}' not found in VwanConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2143
|
+
|
|
2144
|
+
def __getitem__(self, key: str) -> Any:
|
|
2145
|
+
VwanConfigurationResponse.__key_warning(key)
|
|
2146
|
+
return super().__getitem__(key)
|
|
2147
|
+
|
|
2148
|
+
def get(self, key: str, default = None) -> Any:
|
|
2149
|
+
VwanConfigurationResponse.__key_warning(key)
|
|
2150
|
+
return super().get(key, default)
|
|
2151
|
+
|
|
2152
|
+
def __init__(__self__, *,
|
|
2153
|
+
v_hub: 'outputs.IPAddressSpaceResponse',
|
|
2154
|
+
ip_of_trust_subnet_for_udr: Optional['outputs.IPAddressResponse'] = None,
|
|
2155
|
+
network_virtual_appliance_id: Optional[str] = None,
|
|
2156
|
+
trust_subnet: Optional['outputs.IPAddressSpaceResponse'] = None,
|
|
2157
|
+
un_trust_subnet: Optional['outputs.IPAddressSpaceResponse'] = None):
|
|
2158
|
+
"""
|
|
2159
|
+
VwanInfo for Firewall Networking
|
|
2160
|
+
:param 'IPAddressSpaceResponse' v_hub: vHub Address
|
|
2161
|
+
:param 'IPAddressResponse' ip_of_trust_subnet_for_udr: IP of trust subnet for UDR
|
|
2162
|
+
:param str network_virtual_appliance_id: Network Virtual Appliance resource ID
|
|
2163
|
+
:param 'IPAddressSpaceResponse' trust_subnet: Trust Subnet
|
|
2164
|
+
:param 'IPAddressSpaceResponse' un_trust_subnet: Untrust Subnet
|
|
2165
|
+
"""
|
|
2166
|
+
pulumi.set(__self__, "v_hub", v_hub)
|
|
2167
|
+
if ip_of_trust_subnet_for_udr is not None:
|
|
2168
|
+
pulumi.set(__self__, "ip_of_trust_subnet_for_udr", ip_of_trust_subnet_for_udr)
|
|
2169
|
+
if network_virtual_appliance_id is not None:
|
|
2170
|
+
pulumi.set(__self__, "network_virtual_appliance_id", network_virtual_appliance_id)
|
|
2171
|
+
if trust_subnet is not None:
|
|
2172
|
+
pulumi.set(__self__, "trust_subnet", trust_subnet)
|
|
2173
|
+
if un_trust_subnet is not None:
|
|
2174
|
+
pulumi.set(__self__, "un_trust_subnet", un_trust_subnet)
|
|
2175
|
+
|
|
2176
|
+
@property
|
|
2177
|
+
@pulumi.getter(name="vHub")
|
|
2178
|
+
def v_hub(self) -> 'outputs.IPAddressSpaceResponse':
|
|
2179
|
+
"""
|
|
2180
|
+
vHub Address
|
|
2181
|
+
"""
|
|
2182
|
+
return pulumi.get(self, "v_hub")
|
|
2183
|
+
|
|
2184
|
+
@property
|
|
2185
|
+
@pulumi.getter(name="ipOfTrustSubnetForUdr")
|
|
2186
|
+
def ip_of_trust_subnet_for_udr(self) -> Optional['outputs.IPAddressResponse']:
|
|
2187
|
+
"""
|
|
2188
|
+
IP of trust subnet for UDR
|
|
2189
|
+
"""
|
|
2190
|
+
return pulumi.get(self, "ip_of_trust_subnet_for_udr")
|
|
2191
|
+
|
|
2192
|
+
@property
|
|
2193
|
+
@pulumi.getter(name="networkVirtualApplianceId")
|
|
2194
|
+
def network_virtual_appliance_id(self) -> Optional[str]:
|
|
2195
|
+
"""
|
|
2196
|
+
Network Virtual Appliance resource ID
|
|
2197
|
+
"""
|
|
2198
|
+
return pulumi.get(self, "network_virtual_appliance_id")
|
|
2199
|
+
|
|
2200
|
+
@property
|
|
2201
|
+
@pulumi.getter(name="trustSubnet")
|
|
2202
|
+
def trust_subnet(self) -> Optional['outputs.IPAddressSpaceResponse']:
|
|
2203
|
+
"""
|
|
2204
|
+
Trust Subnet
|
|
2205
|
+
"""
|
|
2206
|
+
return pulumi.get(self, "trust_subnet")
|
|
2207
|
+
|
|
2208
|
+
@property
|
|
2209
|
+
@pulumi.getter(name="unTrustSubnet")
|
|
2210
|
+
def un_trust_subnet(self) -> Optional['outputs.IPAddressSpaceResponse']:
|
|
2211
|
+
"""
|
|
2212
|
+
Untrust Subnet
|
|
2213
|
+
"""
|
|
2214
|
+
return pulumi.get(self, "un_trust_subnet")
|
|
2215
|
+
|
|
2216
|
+
|