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,2735 @@
|
|
|
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
|
+
'AmlFilesystemArchiveResponse',
|
|
21
|
+
'AmlFilesystemArchiveResponseStatus',
|
|
22
|
+
'AmlFilesystemClientInfoResponse',
|
|
23
|
+
'AmlFilesystemContainerStorageInterfaceResponse',
|
|
24
|
+
'AmlFilesystemEncryptionSettingsResponse',
|
|
25
|
+
'AmlFilesystemHealthResponse',
|
|
26
|
+
'AmlFilesystemHsmSettingsResponse',
|
|
27
|
+
'AmlFilesystemIdentityResponse',
|
|
28
|
+
'AmlFilesystemResponseHsm',
|
|
29
|
+
'AmlFilesystemResponseMaintenanceWindow',
|
|
30
|
+
'AmlFilesystemRootSquashSettingsResponse',
|
|
31
|
+
'BlobNfsTargetResponse',
|
|
32
|
+
'CacheActiveDirectorySettingsResponse',
|
|
33
|
+
'CacheActiveDirectorySettingsResponseCredentials',
|
|
34
|
+
'CacheDirectorySettingsResponse',
|
|
35
|
+
'CacheEncryptionSettingsResponse',
|
|
36
|
+
'CacheHealthResponse',
|
|
37
|
+
'CacheIdentityResponse',
|
|
38
|
+
'CacheIdentityResponseUserAssignedIdentities',
|
|
39
|
+
'CacheNetworkSettingsResponse',
|
|
40
|
+
'CacheResponseSku',
|
|
41
|
+
'CacheSecuritySettingsResponse',
|
|
42
|
+
'CacheUpgradeSettingsResponse',
|
|
43
|
+
'CacheUpgradeStatusResponse',
|
|
44
|
+
'CacheUsernameDownloadSettingsResponse',
|
|
45
|
+
'CacheUsernameDownloadSettingsResponseCredentials',
|
|
46
|
+
'ClfsTargetResponse',
|
|
47
|
+
'ConditionResponse',
|
|
48
|
+
'KeyVaultKeyReferenceResponse',
|
|
49
|
+
'KeyVaultKeyReferenceResponseSourceVault',
|
|
50
|
+
'NamespaceJunctionResponse',
|
|
51
|
+
'Nfs3TargetResponse',
|
|
52
|
+
'NfsAccessPolicyResponse',
|
|
53
|
+
'NfsAccessRuleResponse',
|
|
54
|
+
'PrimingJobResponse',
|
|
55
|
+
'SkuNameResponse',
|
|
56
|
+
'StorageTargetSpaceAllocationResponse',
|
|
57
|
+
'SystemDataResponse',
|
|
58
|
+
'UnknownTargetResponse',
|
|
59
|
+
'UserAssignedIdentitiesResponseUserAssignedIdentities',
|
|
60
|
+
]
|
|
61
|
+
|
|
62
|
+
@pulumi.output_type
|
|
63
|
+
class AmlFilesystemArchiveResponse(dict):
|
|
64
|
+
"""
|
|
65
|
+
Information about the AML file system archive
|
|
66
|
+
"""
|
|
67
|
+
@staticmethod
|
|
68
|
+
def __key_warning(key: str):
|
|
69
|
+
suggest = None
|
|
70
|
+
if key == "filesystemPath":
|
|
71
|
+
suggest = "filesystem_path"
|
|
72
|
+
|
|
73
|
+
if suggest:
|
|
74
|
+
pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemArchiveResponse. Access the value via the '{suggest}' property getter instead.")
|
|
75
|
+
|
|
76
|
+
def __getitem__(self, key: str) -> Any:
|
|
77
|
+
AmlFilesystemArchiveResponse.__key_warning(key)
|
|
78
|
+
return super().__getitem__(key)
|
|
79
|
+
|
|
80
|
+
def get(self, key: str, default = None) -> Any:
|
|
81
|
+
AmlFilesystemArchiveResponse.__key_warning(key)
|
|
82
|
+
return super().get(key, default)
|
|
83
|
+
|
|
84
|
+
def __init__(__self__, *,
|
|
85
|
+
filesystem_path: str,
|
|
86
|
+
status: 'outputs.AmlFilesystemArchiveResponseStatus'):
|
|
87
|
+
"""
|
|
88
|
+
Information about the AML file system archive
|
|
89
|
+
:param str filesystem_path: Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
|
|
90
|
+
:param 'AmlFilesystemArchiveResponseStatus' status: The status of the archive
|
|
91
|
+
"""
|
|
92
|
+
pulumi.set(__self__, "filesystem_path", filesystem_path)
|
|
93
|
+
pulumi.set(__self__, "status", status)
|
|
94
|
+
|
|
95
|
+
@property
|
|
96
|
+
@pulumi.getter(name="filesystemPath")
|
|
97
|
+
def filesystem_path(self) -> str:
|
|
98
|
+
"""
|
|
99
|
+
Lustre file system path to archive relative to the file system root. Specify '/' to archive all modified data.
|
|
100
|
+
"""
|
|
101
|
+
return pulumi.get(self, "filesystem_path")
|
|
102
|
+
|
|
103
|
+
@property
|
|
104
|
+
@pulumi.getter
|
|
105
|
+
def status(self) -> 'outputs.AmlFilesystemArchiveResponseStatus':
|
|
106
|
+
"""
|
|
107
|
+
The status of the archive
|
|
108
|
+
"""
|
|
109
|
+
return pulumi.get(self, "status")
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
@pulumi.output_type
|
|
113
|
+
class AmlFilesystemArchiveResponseStatus(dict):
|
|
114
|
+
"""
|
|
115
|
+
The status of the archive
|
|
116
|
+
"""
|
|
117
|
+
@staticmethod
|
|
118
|
+
def __key_warning(key: str):
|
|
119
|
+
suggest = None
|
|
120
|
+
if key == "errorCode":
|
|
121
|
+
suggest = "error_code"
|
|
122
|
+
elif key == "errorMessage":
|
|
123
|
+
suggest = "error_message"
|
|
124
|
+
elif key == "lastCompletionTime":
|
|
125
|
+
suggest = "last_completion_time"
|
|
126
|
+
elif key == "lastStartedTime":
|
|
127
|
+
suggest = "last_started_time"
|
|
128
|
+
elif key == "percentComplete":
|
|
129
|
+
suggest = "percent_complete"
|
|
130
|
+
|
|
131
|
+
if suggest:
|
|
132
|
+
pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemArchiveResponseStatus. Access the value via the '{suggest}' property getter instead.")
|
|
133
|
+
|
|
134
|
+
def __getitem__(self, key: str) -> Any:
|
|
135
|
+
AmlFilesystemArchiveResponseStatus.__key_warning(key)
|
|
136
|
+
return super().__getitem__(key)
|
|
137
|
+
|
|
138
|
+
def get(self, key: str, default = None) -> Any:
|
|
139
|
+
AmlFilesystemArchiveResponseStatus.__key_warning(key)
|
|
140
|
+
return super().get(key, default)
|
|
141
|
+
|
|
142
|
+
def __init__(__self__, *,
|
|
143
|
+
error_code: str,
|
|
144
|
+
error_message: str,
|
|
145
|
+
last_completion_time: str,
|
|
146
|
+
last_started_time: str,
|
|
147
|
+
percent_complete: int,
|
|
148
|
+
state: str):
|
|
149
|
+
"""
|
|
150
|
+
The status of the archive
|
|
151
|
+
:param str error_code: Server-defined error code for the archive operation
|
|
152
|
+
:param str error_message: Server-defined error message for the archive operation
|
|
153
|
+
:param str last_completion_time: The time of the last completed archive operation
|
|
154
|
+
:param str last_started_time: The time the latest archive operation started
|
|
155
|
+
:param int percent_complete: The completion percentage of the archive operation
|
|
156
|
+
:param str state: The state of the archive operation
|
|
157
|
+
"""
|
|
158
|
+
pulumi.set(__self__, "error_code", error_code)
|
|
159
|
+
pulumi.set(__self__, "error_message", error_message)
|
|
160
|
+
pulumi.set(__self__, "last_completion_time", last_completion_time)
|
|
161
|
+
pulumi.set(__self__, "last_started_time", last_started_time)
|
|
162
|
+
pulumi.set(__self__, "percent_complete", percent_complete)
|
|
163
|
+
pulumi.set(__self__, "state", state)
|
|
164
|
+
|
|
165
|
+
@property
|
|
166
|
+
@pulumi.getter(name="errorCode")
|
|
167
|
+
def error_code(self) -> str:
|
|
168
|
+
"""
|
|
169
|
+
Server-defined error code for the archive operation
|
|
170
|
+
"""
|
|
171
|
+
return pulumi.get(self, "error_code")
|
|
172
|
+
|
|
173
|
+
@property
|
|
174
|
+
@pulumi.getter(name="errorMessage")
|
|
175
|
+
def error_message(self) -> str:
|
|
176
|
+
"""
|
|
177
|
+
Server-defined error message for the archive operation
|
|
178
|
+
"""
|
|
179
|
+
return pulumi.get(self, "error_message")
|
|
180
|
+
|
|
181
|
+
@property
|
|
182
|
+
@pulumi.getter(name="lastCompletionTime")
|
|
183
|
+
def last_completion_time(self) -> str:
|
|
184
|
+
"""
|
|
185
|
+
The time of the last completed archive operation
|
|
186
|
+
"""
|
|
187
|
+
return pulumi.get(self, "last_completion_time")
|
|
188
|
+
|
|
189
|
+
@property
|
|
190
|
+
@pulumi.getter(name="lastStartedTime")
|
|
191
|
+
def last_started_time(self) -> str:
|
|
192
|
+
"""
|
|
193
|
+
The time the latest archive operation started
|
|
194
|
+
"""
|
|
195
|
+
return pulumi.get(self, "last_started_time")
|
|
196
|
+
|
|
197
|
+
@property
|
|
198
|
+
@pulumi.getter(name="percentComplete")
|
|
199
|
+
def percent_complete(self) -> int:
|
|
200
|
+
"""
|
|
201
|
+
The completion percentage of the archive operation
|
|
202
|
+
"""
|
|
203
|
+
return pulumi.get(self, "percent_complete")
|
|
204
|
+
|
|
205
|
+
@property
|
|
206
|
+
@pulumi.getter
|
|
207
|
+
def state(self) -> str:
|
|
208
|
+
"""
|
|
209
|
+
The state of the archive operation
|
|
210
|
+
"""
|
|
211
|
+
return pulumi.get(self, "state")
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
@pulumi.output_type
|
|
215
|
+
class AmlFilesystemClientInfoResponse(dict):
|
|
216
|
+
"""
|
|
217
|
+
AML file system client information
|
|
218
|
+
"""
|
|
219
|
+
@staticmethod
|
|
220
|
+
def __key_warning(key: str):
|
|
221
|
+
suggest = None
|
|
222
|
+
if key == "containerStorageInterface":
|
|
223
|
+
suggest = "container_storage_interface"
|
|
224
|
+
elif key == "lustreVersion":
|
|
225
|
+
suggest = "lustre_version"
|
|
226
|
+
elif key == "mgsAddress":
|
|
227
|
+
suggest = "mgs_address"
|
|
228
|
+
elif key == "mountCommand":
|
|
229
|
+
suggest = "mount_command"
|
|
230
|
+
|
|
231
|
+
if suggest:
|
|
232
|
+
pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemClientInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
233
|
+
|
|
234
|
+
def __getitem__(self, key: str) -> Any:
|
|
235
|
+
AmlFilesystemClientInfoResponse.__key_warning(key)
|
|
236
|
+
return super().__getitem__(key)
|
|
237
|
+
|
|
238
|
+
def get(self, key: str, default = None) -> Any:
|
|
239
|
+
AmlFilesystemClientInfoResponse.__key_warning(key)
|
|
240
|
+
return super().get(key, default)
|
|
241
|
+
|
|
242
|
+
def __init__(__self__, *,
|
|
243
|
+
container_storage_interface: 'outputs.AmlFilesystemContainerStorageInterfaceResponse',
|
|
244
|
+
lustre_version: str,
|
|
245
|
+
mgs_address: str,
|
|
246
|
+
mount_command: str):
|
|
247
|
+
"""
|
|
248
|
+
AML file system client information
|
|
249
|
+
:param 'AmlFilesystemContainerStorageInterfaceResponse' container_storage_interface: Container Storage Interface information for the AML file system.
|
|
250
|
+
:param str lustre_version: The version of Lustre running in the AML file system
|
|
251
|
+
:param str mgs_address: The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
|
|
252
|
+
:param str mount_command: Recommended command to mount the AML file system
|
|
253
|
+
"""
|
|
254
|
+
pulumi.set(__self__, "container_storage_interface", container_storage_interface)
|
|
255
|
+
pulumi.set(__self__, "lustre_version", lustre_version)
|
|
256
|
+
pulumi.set(__self__, "mgs_address", mgs_address)
|
|
257
|
+
pulumi.set(__self__, "mount_command", mount_command)
|
|
258
|
+
|
|
259
|
+
@property
|
|
260
|
+
@pulumi.getter(name="containerStorageInterface")
|
|
261
|
+
def container_storage_interface(self) -> 'outputs.AmlFilesystemContainerStorageInterfaceResponse':
|
|
262
|
+
"""
|
|
263
|
+
Container Storage Interface information for the AML file system.
|
|
264
|
+
"""
|
|
265
|
+
return pulumi.get(self, "container_storage_interface")
|
|
266
|
+
|
|
267
|
+
@property
|
|
268
|
+
@pulumi.getter(name="lustreVersion")
|
|
269
|
+
def lustre_version(self) -> str:
|
|
270
|
+
"""
|
|
271
|
+
The version of Lustre running in the AML file system
|
|
272
|
+
"""
|
|
273
|
+
return pulumi.get(self, "lustre_version")
|
|
274
|
+
|
|
275
|
+
@property
|
|
276
|
+
@pulumi.getter(name="mgsAddress")
|
|
277
|
+
def mgs_address(self) -> str:
|
|
278
|
+
"""
|
|
279
|
+
The IPv4 address used by clients to mount the AML file system's Lustre Management Service (MGS).
|
|
280
|
+
"""
|
|
281
|
+
return pulumi.get(self, "mgs_address")
|
|
282
|
+
|
|
283
|
+
@property
|
|
284
|
+
@pulumi.getter(name="mountCommand")
|
|
285
|
+
def mount_command(self) -> str:
|
|
286
|
+
"""
|
|
287
|
+
Recommended command to mount the AML file system
|
|
288
|
+
"""
|
|
289
|
+
return pulumi.get(self, "mount_command")
|
|
290
|
+
|
|
291
|
+
|
|
292
|
+
@pulumi.output_type
|
|
293
|
+
class AmlFilesystemContainerStorageInterfaceResponse(dict):
|
|
294
|
+
"""
|
|
295
|
+
AML file system container storage interface information
|
|
296
|
+
"""
|
|
297
|
+
@staticmethod
|
|
298
|
+
def __key_warning(key: str):
|
|
299
|
+
suggest = None
|
|
300
|
+
if key == "persistentVolume":
|
|
301
|
+
suggest = "persistent_volume"
|
|
302
|
+
elif key == "persistentVolumeClaim":
|
|
303
|
+
suggest = "persistent_volume_claim"
|
|
304
|
+
elif key == "storageClass":
|
|
305
|
+
suggest = "storage_class"
|
|
306
|
+
|
|
307
|
+
if suggest:
|
|
308
|
+
pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemContainerStorageInterfaceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
309
|
+
|
|
310
|
+
def __getitem__(self, key: str) -> Any:
|
|
311
|
+
AmlFilesystemContainerStorageInterfaceResponse.__key_warning(key)
|
|
312
|
+
return super().__getitem__(key)
|
|
313
|
+
|
|
314
|
+
def get(self, key: str, default = None) -> Any:
|
|
315
|
+
AmlFilesystemContainerStorageInterfaceResponse.__key_warning(key)
|
|
316
|
+
return super().get(key, default)
|
|
317
|
+
|
|
318
|
+
def __init__(__self__, *,
|
|
319
|
+
persistent_volume: str,
|
|
320
|
+
persistent_volume_claim: str,
|
|
321
|
+
storage_class: str):
|
|
322
|
+
"""
|
|
323
|
+
AML file system container storage interface information
|
|
324
|
+
:param str persistent_volume: Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
|
|
325
|
+
:param str persistent_volume_claim: Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
|
|
326
|
+
:param str storage_class: Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
|
|
327
|
+
"""
|
|
328
|
+
pulumi.set(__self__, "persistent_volume", persistent_volume)
|
|
329
|
+
pulumi.set(__self__, "persistent_volume_claim", persistent_volume_claim)
|
|
330
|
+
pulumi.set(__self__, "storage_class", storage_class)
|
|
331
|
+
|
|
332
|
+
@property
|
|
333
|
+
@pulumi.getter(name="persistentVolume")
|
|
334
|
+
def persistent_volume(self) -> str:
|
|
335
|
+
"""
|
|
336
|
+
Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML
|
|
337
|
+
"""
|
|
338
|
+
return pulumi.get(self, "persistent_volume")
|
|
339
|
+
|
|
340
|
+
@property
|
|
341
|
+
@pulumi.getter(name="persistentVolumeClaim")
|
|
342
|
+
def persistent_volume_claim(self) -> str:
|
|
343
|
+
"""
|
|
344
|
+
Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML
|
|
345
|
+
"""
|
|
346
|
+
return pulumi.get(self, "persistent_volume_claim")
|
|
347
|
+
|
|
348
|
+
@property
|
|
349
|
+
@pulumi.getter(name="storageClass")
|
|
350
|
+
def storage_class(self) -> str:
|
|
351
|
+
"""
|
|
352
|
+
Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML
|
|
353
|
+
"""
|
|
354
|
+
return pulumi.get(self, "storage_class")
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
@pulumi.output_type
|
|
358
|
+
class AmlFilesystemEncryptionSettingsResponse(dict):
|
|
359
|
+
"""
|
|
360
|
+
AML file system encryption settings.
|
|
361
|
+
"""
|
|
362
|
+
@staticmethod
|
|
363
|
+
def __key_warning(key: str):
|
|
364
|
+
suggest = None
|
|
365
|
+
if key == "keyEncryptionKey":
|
|
366
|
+
suggest = "key_encryption_key"
|
|
367
|
+
|
|
368
|
+
if suggest:
|
|
369
|
+
pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemEncryptionSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
370
|
+
|
|
371
|
+
def __getitem__(self, key: str) -> Any:
|
|
372
|
+
AmlFilesystemEncryptionSettingsResponse.__key_warning(key)
|
|
373
|
+
return super().__getitem__(key)
|
|
374
|
+
|
|
375
|
+
def get(self, key: str, default = None) -> Any:
|
|
376
|
+
AmlFilesystemEncryptionSettingsResponse.__key_warning(key)
|
|
377
|
+
return super().get(key, default)
|
|
378
|
+
|
|
379
|
+
def __init__(__self__, *,
|
|
380
|
+
key_encryption_key: Optional['outputs.KeyVaultKeyReferenceResponse'] = None):
|
|
381
|
+
"""
|
|
382
|
+
AML file system encryption settings.
|
|
383
|
+
:param 'KeyVaultKeyReferenceResponse' key_encryption_key: Specifies the location of the encryption key in Key Vault.
|
|
384
|
+
"""
|
|
385
|
+
if key_encryption_key is not None:
|
|
386
|
+
pulumi.set(__self__, "key_encryption_key", key_encryption_key)
|
|
387
|
+
|
|
388
|
+
@property
|
|
389
|
+
@pulumi.getter(name="keyEncryptionKey")
|
|
390
|
+
def key_encryption_key(self) -> Optional['outputs.KeyVaultKeyReferenceResponse']:
|
|
391
|
+
"""
|
|
392
|
+
Specifies the location of the encryption key in Key Vault.
|
|
393
|
+
"""
|
|
394
|
+
return pulumi.get(self, "key_encryption_key")
|
|
395
|
+
|
|
396
|
+
|
|
397
|
+
@pulumi.output_type
|
|
398
|
+
class AmlFilesystemHealthResponse(dict):
|
|
399
|
+
"""
|
|
400
|
+
An indication of AML file system health. Gives more information about health than just that related to provisioning.
|
|
401
|
+
"""
|
|
402
|
+
@staticmethod
|
|
403
|
+
def __key_warning(key: str):
|
|
404
|
+
suggest = None
|
|
405
|
+
if key == "statusCode":
|
|
406
|
+
suggest = "status_code"
|
|
407
|
+
elif key == "statusDescription":
|
|
408
|
+
suggest = "status_description"
|
|
409
|
+
|
|
410
|
+
if suggest:
|
|
411
|
+
pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemHealthResponse. Access the value via the '{suggest}' property getter instead.")
|
|
412
|
+
|
|
413
|
+
def __getitem__(self, key: str) -> Any:
|
|
414
|
+
AmlFilesystemHealthResponse.__key_warning(key)
|
|
415
|
+
return super().__getitem__(key)
|
|
416
|
+
|
|
417
|
+
def get(self, key: str, default = None) -> Any:
|
|
418
|
+
AmlFilesystemHealthResponse.__key_warning(key)
|
|
419
|
+
return super().get(key, default)
|
|
420
|
+
|
|
421
|
+
def __init__(__self__, *,
|
|
422
|
+
state: Optional[str] = None,
|
|
423
|
+
status_code: Optional[str] = None,
|
|
424
|
+
status_description: Optional[str] = None):
|
|
425
|
+
"""
|
|
426
|
+
An indication of AML file system health. Gives more information about health than just that related to provisioning.
|
|
427
|
+
:param str state: List of AML file system health states.
|
|
428
|
+
:param str status_code: Server-defined error code for the AML file system health
|
|
429
|
+
:param str status_description: Describes the health state.
|
|
430
|
+
"""
|
|
431
|
+
if state is not None:
|
|
432
|
+
pulumi.set(__self__, "state", state)
|
|
433
|
+
if status_code is not None:
|
|
434
|
+
pulumi.set(__self__, "status_code", status_code)
|
|
435
|
+
if status_description is not None:
|
|
436
|
+
pulumi.set(__self__, "status_description", status_description)
|
|
437
|
+
|
|
438
|
+
@property
|
|
439
|
+
@pulumi.getter
|
|
440
|
+
def state(self) -> Optional[str]:
|
|
441
|
+
"""
|
|
442
|
+
List of AML file system health states.
|
|
443
|
+
"""
|
|
444
|
+
return pulumi.get(self, "state")
|
|
445
|
+
|
|
446
|
+
@property
|
|
447
|
+
@pulumi.getter(name="statusCode")
|
|
448
|
+
def status_code(self) -> Optional[str]:
|
|
449
|
+
"""
|
|
450
|
+
Server-defined error code for the AML file system health
|
|
451
|
+
"""
|
|
452
|
+
return pulumi.get(self, "status_code")
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter(name="statusDescription")
|
|
456
|
+
def status_description(self) -> Optional[str]:
|
|
457
|
+
"""
|
|
458
|
+
Describes the health state.
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "status_description")
|
|
461
|
+
|
|
462
|
+
|
|
463
|
+
@pulumi.output_type
|
|
464
|
+
class AmlFilesystemHsmSettingsResponse(dict):
|
|
465
|
+
"""
|
|
466
|
+
AML file system HSM settings.
|
|
467
|
+
"""
|
|
468
|
+
@staticmethod
|
|
469
|
+
def __key_warning(key: str):
|
|
470
|
+
suggest = None
|
|
471
|
+
if key == "loggingContainer":
|
|
472
|
+
suggest = "logging_container"
|
|
473
|
+
elif key == "importPrefix":
|
|
474
|
+
suggest = "import_prefix"
|
|
475
|
+
elif key == "importPrefixesInitial":
|
|
476
|
+
suggest = "import_prefixes_initial"
|
|
477
|
+
|
|
478
|
+
if suggest:
|
|
479
|
+
pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemHsmSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
480
|
+
|
|
481
|
+
def __getitem__(self, key: str) -> Any:
|
|
482
|
+
AmlFilesystemHsmSettingsResponse.__key_warning(key)
|
|
483
|
+
return super().__getitem__(key)
|
|
484
|
+
|
|
485
|
+
def get(self, key: str, default = None) -> Any:
|
|
486
|
+
AmlFilesystemHsmSettingsResponse.__key_warning(key)
|
|
487
|
+
return super().get(key, default)
|
|
488
|
+
|
|
489
|
+
def __init__(__self__, *,
|
|
490
|
+
container: str,
|
|
491
|
+
logging_container: str,
|
|
492
|
+
import_prefix: Optional[str] = None,
|
|
493
|
+
import_prefixes_initial: Optional[Sequence[str]] = None):
|
|
494
|
+
"""
|
|
495
|
+
AML file system HSM settings.
|
|
496
|
+
:param str container: Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
|
|
497
|
+
:param str logging_container: Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
|
|
498
|
+
:param str import_prefix: Only blobs in the non-logging container that start with this path/prefix get imported into the cluster namespace. This is only used during initial creation of the AML file system. It automatically creates an import job resource that can be deleted.
|
|
499
|
+
:param Sequence[str] import_prefixes_initial: Only blobs in the non-logging container that start with one of the paths/prefixes in this array get imported into the cluster namespace. This is only used during initial creation of the AML file system and has '/' as the default value. It automatically creates an import job resource that can be deleted.
|
|
500
|
+
"""
|
|
501
|
+
pulumi.set(__self__, "container", container)
|
|
502
|
+
pulumi.set(__self__, "logging_container", logging_container)
|
|
503
|
+
if import_prefix is None:
|
|
504
|
+
import_prefix = '/'
|
|
505
|
+
if import_prefix is not None:
|
|
506
|
+
pulumi.set(__self__, "import_prefix", import_prefix)
|
|
507
|
+
if import_prefixes_initial is not None:
|
|
508
|
+
pulumi.set(__self__, "import_prefixes_initial", import_prefixes_initial)
|
|
509
|
+
|
|
510
|
+
@property
|
|
511
|
+
@pulumi.getter
|
|
512
|
+
def container(self) -> str:
|
|
513
|
+
"""
|
|
514
|
+
Resource ID of storage container used for hydrating the namespace and archiving from the namespace. The resource provider must have permission to create SAS tokens on the storage account.
|
|
515
|
+
"""
|
|
516
|
+
return pulumi.get(self, "container")
|
|
517
|
+
|
|
518
|
+
@property
|
|
519
|
+
@pulumi.getter(name="loggingContainer")
|
|
520
|
+
def logging_container(self) -> str:
|
|
521
|
+
"""
|
|
522
|
+
Resource ID of storage container used for logging events and errors. Must be a separate container in the same storage account as the hydration and archive container. The resource provider must have permission to create SAS tokens on the storage account.
|
|
523
|
+
"""
|
|
524
|
+
return pulumi.get(self, "logging_container")
|
|
525
|
+
|
|
526
|
+
@property
|
|
527
|
+
@pulumi.getter(name="importPrefix")
|
|
528
|
+
def import_prefix(self) -> Optional[str]:
|
|
529
|
+
"""
|
|
530
|
+
Only blobs in the non-logging container that start with this path/prefix get imported into the cluster namespace. This is only used during initial creation of the AML file system. It automatically creates an import job resource that can be deleted.
|
|
531
|
+
"""
|
|
532
|
+
return pulumi.get(self, "import_prefix")
|
|
533
|
+
|
|
534
|
+
@property
|
|
535
|
+
@pulumi.getter(name="importPrefixesInitial")
|
|
536
|
+
def import_prefixes_initial(self) -> Optional[Sequence[str]]:
|
|
537
|
+
"""
|
|
538
|
+
Only blobs in the non-logging container that start with one of the paths/prefixes in this array get imported into the cluster namespace. This is only used during initial creation of the AML file system and has '/' as the default value. It automatically creates an import job resource that can be deleted.
|
|
539
|
+
"""
|
|
540
|
+
return pulumi.get(self, "import_prefixes_initial")
|
|
541
|
+
|
|
542
|
+
|
|
543
|
+
@pulumi.output_type
|
|
544
|
+
class AmlFilesystemIdentityResponse(dict):
|
|
545
|
+
"""
|
|
546
|
+
Managed Identity properties.
|
|
547
|
+
"""
|
|
548
|
+
@staticmethod
|
|
549
|
+
def __key_warning(key: str):
|
|
550
|
+
suggest = None
|
|
551
|
+
if key == "principalId":
|
|
552
|
+
suggest = "principal_id"
|
|
553
|
+
elif key == "tenantId":
|
|
554
|
+
suggest = "tenant_id"
|
|
555
|
+
elif key == "userAssignedIdentities":
|
|
556
|
+
suggest = "user_assigned_identities"
|
|
557
|
+
|
|
558
|
+
if suggest:
|
|
559
|
+
pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
560
|
+
|
|
561
|
+
def __getitem__(self, key: str) -> Any:
|
|
562
|
+
AmlFilesystemIdentityResponse.__key_warning(key)
|
|
563
|
+
return super().__getitem__(key)
|
|
564
|
+
|
|
565
|
+
def get(self, key: str, default = None) -> Any:
|
|
566
|
+
AmlFilesystemIdentityResponse.__key_warning(key)
|
|
567
|
+
return super().get(key, default)
|
|
568
|
+
|
|
569
|
+
def __init__(__self__, *,
|
|
570
|
+
principal_id: str,
|
|
571
|
+
tenant_id: str,
|
|
572
|
+
type: Optional[str] = None,
|
|
573
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentitiesResponseUserAssignedIdentities']] = None):
|
|
574
|
+
"""
|
|
575
|
+
Managed Identity properties.
|
|
576
|
+
:param str principal_id: The principal ID for the user-assigned identity of the resource.
|
|
577
|
+
:param str tenant_id: The tenant ID associated with the resource.
|
|
578
|
+
:param str type: The type of identity used for the resource.
|
|
579
|
+
:param Mapping[str, 'UserAssignedIdentitiesResponseUserAssignedIdentities'] user_assigned_identities: A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
|
|
580
|
+
"""
|
|
581
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
582
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
583
|
+
if type is not None:
|
|
584
|
+
pulumi.set(__self__, "type", type)
|
|
585
|
+
if user_assigned_identities is not None:
|
|
586
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
587
|
+
|
|
588
|
+
@property
|
|
589
|
+
@pulumi.getter(name="principalId")
|
|
590
|
+
def principal_id(self) -> str:
|
|
591
|
+
"""
|
|
592
|
+
The principal ID for the user-assigned identity of the resource.
|
|
593
|
+
"""
|
|
594
|
+
return pulumi.get(self, "principal_id")
|
|
595
|
+
|
|
596
|
+
@property
|
|
597
|
+
@pulumi.getter(name="tenantId")
|
|
598
|
+
def tenant_id(self) -> str:
|
|
599
|
+
"""
|
|
600
|
+
The tenant ID associated with the resource.
|
|
601
|
+
"""
|
|
602
|
+
return pulumi.get(self, "tenant_id")
|
|
603
|
+
|
|
604
|
+
@property
|
|
605
|
+
@pulumi.getter
|
|
606
|
+
def type(self) -> Optional[str]:
|
|
607
|
+
"""
|
|
608
|
+
The type of identity used for the resource.
|
|
609
|
+
"""
|
|
610
|
+
return pulumi.get(self, "type")
|
|
611
|
+
|
|
612
|
+
@property
|
|
613
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
614
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentitiesResponseUserAssignedIdentities']]:
|
|
615
|
+
"""
|
|
616
|
+
A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
|
|
617
|
+
"""
|
|
618
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
@pulumi.output_type
|
|
622
|
+
class AmlFilesystemResponseHsm(dict):
|
|
623
|
+
"""
|
|
624
|
+
Hydration and archive settings and status
|
|
625
|
+
"""
|
|
626
|
+
@staticmethod
|
|
627
|
+
def __key_warning(key: str):
|
|
628
|
+
suggest = None
|
|
629
|
+
if key == "archiveStatus":
|
|
630
|
+
suggest = "archive_status"
|
|
631
|
+
|
|
632
|
+
if suggest:
|
|
633
|
+
pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemResponseHsm. Access the value via the '{suggest}' property getter instead.")
|
|
634
|
+
|
|
635
|
+
def __getitem__(self, key: str) -> Any:
|
|
636
|
+
AmlFilesystemResponseHsm.__key_warning(key)
|
|
637
|
+
return super().__getitem__(key)
|
|
638
|
+
|
|
639
|
+
def get(self, key: str, default = None) -> Any:
|
|
640
|
+
AmlFilesystemResponseHsm.__key_warning(key)
|
|
641
|
+
return super().get(key, default)
|
|
642
|
+
|
|
643
|
+
def __init__(__self__, *,
|
|
644
|
+
archive_status: Sequence['outputs.AmlFilesystemArchiveResponse'],
|
|
645
|
+
settings: Optional['outputs.AmlFilesystemHsmSettingsResponse'] = None):
|
|
646
|
+
"""
|
|
647
|
+
Hydration and archive settings and status
|
|
648
|
+
:param Sequence['AmlFilesystemArchiveResponse'] archive_status: Archive status
|
|
649
|
+
:param 'AmlFilesystemHsmSettingsResponse' settings: Specifies HSM settings of the AML file system.
|
|
650
|
+
"""
|
|
651
|
+
pulumi.set(__self__, "archive_status", archive_status)
|
|
652
|
+
if settings is not None:
|
|
653
|
+
pulumi.set(__self__, "settings", settings)
|
|
654
|
+
|
|
655
|
+
@property
|
|
656
|
+
@pulumi.getter(name="archiveStatus")
|
|
657
|
+
def archive_status(self) -> Sequence['outputs.AmlFilesystemArchiveResponse']:
|
|
658
|
+
"""
|
|
659
|
+
Archive status
|
|
660
|
+
"""
|
|
661
|
+
return pulumi.get(self, "archive_status")
|
|
662
|
+
|
|
663
|
+
@property
|
|
664
|
+
@pulumi.getter
|
|
665
|
+
def settings(self) -> Optional['outputs.AmlFilesystemHsmSettingsResponse']:
|
|
666
|
+
"""
|
|
667
|
+
Specifies HSM settings of the AML file system.
|
|
668
|
+
"""
|
|
669
|
+
return pulumi.get(self, "settings")
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
@pulumi.output_type
|
|
673
|
+
class AmlFilesystemResponseMaintenanceWindow(dict):
|
|
674
|
+
"""
|
|
675
|
+
Start time of a 30-minute weekly maintenance window.
|
|
676
|
+
"""
|
|
677
|
+
@staticmethod
|
|
678
|
+
def __key_warning(key: str):
|
|
679
|
+
suggest = None
|
|
680
|
+
if key == "dayOfWeek":
|
|
681
|
+
suggest = "day_of_week"
|
|
682
|
+
elif key == "timeOfDayUTC":
|
|
683
|
+
suggest = "time_of_day_utc"
|
|
684
|
+
|
|
685
|
+
if suggest:
|
|
686
|
+
pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemResponseMaintenanceWindow. Access the value via the '{suggest}' property getter instead.")
|
|
687
|
+
|
|
688
|
+
def __getitem__(self, key: str) -> Any:
|
|
689
|
+
AmlFilesystemResponseMaintenanceWindow.__key_warning(key)
|
|
690
|
+
return super().__getitem__(key)
|
|
691
|
+
|
|
692
|
+
def get(self, key: str, default = None) -> Any:
|
|
693
|
+
AmlFilesystemResponseMaintenanceWindow.__key_warning(key)
|
|
694
|
+
return super().get(key, default)
|
|
695
|
+
|
|
696
|
+
def __init__(__self__, *,
|
|
697
|
+
day_of_week: Optional[str] = None,
|
|
698
|
+
time_of_day_utc: Optional[str] = None):
|
|
699
|
+
"""
|
|
700
|
+
Start time of a 30-minute weekly maintenance window.
|
|
701
|
+
:param str day_of_week: Day of the week on which the maintenance window will occur.
|
|
702
|
+
:param str time_of_day_utc: The time of day (in UTC) to start the maintenance window.
|
|
703
|
+
"""
|
|
704
|
+
if day_of_week is not None:
|
|
705
|
+
pulumi.set(__self__, "day_of_week", day_of_week)
|
|
706
|
+
if time_of_day_utc is not None:
|
|
707
|
+
pulumi.set(__self__, "time_of_day_utc", time_of_day_utc)
|
|
708
|
+
|
|
709
|
+
@property
|
|
710
|
+
@pulumi.getter(name="dayOfWeek")
|
|
711
|
+
def day_of_week(self) -> Optional[str]:
|
|
712
|
+
"""
|
|
713
|
+
Day of the week on which the maintenance window will occur.
|
|
714
|
+
"""
|
|
715
|
+
return pulumi.get(self, "day_of_week")
|
|
716
|
+
|
|
717
|
+
@property
|
|
718
|
+
@pulumi.getter(name="timeOfDayUTC")
|
|
719
|
+
def time_of_day_utc(self) -> Optional[str]:
|
|
720
|
+
"""
|
|
721
|
+
The time of day (in UTC) to start the maintenance window.
|
|
722
|
+
"""
|
|
723
|
+
return pulumi.get(self, "time_of_day_utc")
|
|
724
|
+
|
|
725
|
+
|
|
726
|
+
@pulumi.output_type
|
|
727
|
+
class AmlFilesystemRootSquashSettingsResponse(dict):
|
|
728
|
+
"""
|
|
729
|
+
AML file system squash settings.
|
|
730
|
+
"""
|
|
731
|
+
@staticmethod
|
|
732
|
+
def __key_warning(key: str):
|
|
733
|
+
suggest = None
|
|
734
|
+
if key == "noSquashNidLists":
|
|
735
|
+
suggest = "no_squash_nid_lists"
|
|
736
|
+
elif key == "squashGID":
|
|
737
|
+
suggest = "squash_gid"
|
|
738
|
+
elif key == "squashUID":
|
|
739
|
+
suggest = "squash_uid"
|
|
740
|
+
|
|
741
|
+
if suggest:
|
|
742
|
+
pulumi.log.warn(f"Key '{key}' not found in AmlFilesystemRootSquashSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
743
|
+
|
|
744
|
+
def __getitem__(self, key: str) -> Any:
|
|
745
|
+
AmlFilesystemRootSquashSettingsResponse.__key_warning(key)
|
|
746
|
+
return super().__getitem__(key)
|
|
747
|
+
|
|
748
|
+
def get(self, key: str, default = None) -> Any:
|
|
749
|
+
AmlFilesystemRootSquashSettingsResponse.__key_warning(key)
|
|
750
|
+
return super().get(key, default)
|
|
751
|
+
|
|
752
|
+
def __init__(__self__, *,
|
|
753
|
+
status: str,
|
|
754
|
+
mode: Optional[str] = None,
|
|
755
|
+
no_squash_nid_lists: Optional[str] = None,
|
|
756
|
+
squash_gid: Optional[float] = None,
|
|
757
|
+
squash_uid: Optional[float] = None):
|
|
758
|
+
"""
|
|
759
|
+
AML file system squash settings.
|
|
760
|
+
:param str status: AML file system squash status.
|
|
761
|
+
:param str mode: Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems.
|
|
762
|
+
:param str no_squash_nid_lists: Semicolon separated NID IP Address list(s) to be added to the TrustedSystems.
|
|
763
|
+
:param float squash_gid: Group ID to squash to.
|
|
764
|
+
:param float squash_uid: User ID to squash to.
|
|
765
|
+
"""
|
|
766
|
+
pulumi.set(__self__, "status", status)
|
|
767
|
+
if mode is not None:
|
|
768
|
+
pulumi.set(__self__, "mode", mode)
|
|
769
|
+
if no_squash_nid_lists is not None:
|
|
770
|
+
pulumi.set(__self__, "no_squash_nid_lists", no_squash_nid_lists)
|
|
771
|
+
if squash_gid is not None:
|
|
772
|
+
pulumi.set(__self__, "squash_gid", squash_gid)
|
|
773
|
+
if squash_uid is not None:
|
|
774
|
+
pulumi.set(__self__, "squash_uid", squash_uid)
|
|
775
|
+
|
|
776
|
+
@property
|
|
777
|
+
@pulumi.getter
|
|
778
|
+
def status(self) -> str:
|
|
779
|
+
"""
|
|
780
|
+
AML file system squash status.
|
|
781
|
+
"""
|
|
782
|
+
return pulumi.get(self, "status")
|
|
783
|
+
|
|
784
|
+
@property
|
|
785
|
+
@pulumi.getter
|
|
786
|
+
def mode(self) -> Optional[str]:
|
|
787
|
+
"""
|
|
788
|
+
Squash mode of the AML file system. 'All': User and Group IDs on files will be squashed to the provided values for all users on non-trusted systems. 'RootOnly': User and Group IDs on files will be squashed to provided values for solely the root user on non-trusted systems. 'None': No squashing of User and Group IDs is performed for any users on any systems.
|
|
789
|
+
"""
|
|
790
|
+
return pulumi.get(self, "mode")
|
|
791
|
+
|
|
792
|
+
@property
|
|
793
|
+
@pulumi.getter(name="noSquashNidLists")
|
|
794
|
+
def no_squash_nid_lists(self) -> Optional[str]:
|
|
795
|
+
"""
|
|
796
|
+
Semicolon separated NID IP Address list(s) to be added to the TrustedSystems.
|
|
797
|
+
"""
|
|
798
|
+
return pulumi.get(self, "no_squash_nid_lists")
|
|
799
|
+
|
|
800
|
+
@property
|
|
801
|
+
@pulumi.getter(name="squashGID")
|
|
802
|
+
def squash_gid(self) -> Optional[float]:
|
|
803
|
+
"""
|
|
804
|
+
Group ID to squash to.
|
|
805
|
+
"""
|
|
806
|
+
return pulumi.get(self, "squash_gid")
|
|
807
|
+
|
|
808
|
+
@property
|
|
809
|
+
@pulumi.getter(name="squashUID")
|
|
810
|
+
def squash_uid(self) -> Optional[float]:
|
|
811
|
+
"""
|
|
812
|
+
User ID to squash to.
|
|
813
|
+
"""
|
|
814
|
+
return pulumi.get(self, "squash_uid")
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
@pulumi.output_type
|
|
818
|
+
class BlobNfsTargetResponse(dict):
|
|
819
|
+
"""
|
|
820
|
+
Properties pertaining to the BlobNfsTarget.
|
|
821
|
+
"""
|
|
822
|
+
@staticmethod
|
|
823
|
+
def __key_warning(key: str):
|
|
824
|
+
suggest = None
|
|
825
|
+
if key == "usageModel":
|
|
826
|
+
suggest = "usage_model"
|
|
827
|
+
elif key == "verificationTimer":
|
|
828
|
+
suggest = "verification_timer"
|
|
829
|
+
elif key == "writeBackTimer":
|
|
830
|
+
suggest = "write_back_timer"
|
|
831
|
+
|
|
832
|
+
if suggest:
|
|
833
|
+
pulumi.log.warn(f"Key '{key}' not found in BlobNfsTargetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
834
|
+
|
|
835
|
+
def __getitem__(self, key: str) -> Any:
|
|
836
|
+
BlobNfsTargetResponse.__key_warning(key)
|
|
837
|
+
return super().__getitem__(key)
|
|
838
|
+
|
|
839
|
+
def get(self, key: str, default = None) -> Any:
|
|
840
|
+
BlobNfsTargetResponse.__key_warning(key)
|
|
841
|
+
return super().get(key, default)
|
|
842
|
+
|
|
843
|
+
def __init__(__self__, *,
|
|
844
|
+
target: Optional[str] = None,
|
|
845
|
+
usage_model: Optional[str] = None,
|
|
846
|
+
verification_timer: Optional[int] = None,
|
|
847
|
+
write_back_timer: Optional[int] = None):
|
|
848
|
+
"""
|
|
849
|
+
Properties pertaining to the BlobNfsTarget.
|
|
850
|
+
:param str target: Resource ID of the storage container.
|
|
851
|
+
:param str usage_model: Identifies the StorageCache usage model to be used for this storage target.
|
|
852
|
+
:param int verification_timer: Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
|
|
853
|
+
:param int write_back_timer: Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
|
|
854
|
+
"""
|
|
855
|
+
if target is not None:
|
|
856
|
+
pulumi.set(__self__, "target", target)
|
|
857
|
+
if usage_model is not None:
|
|
858
|
+
pulumi.set(__self__, "usage_model", usage_model)
|
|
859
|
+
if verification_timer is not None:
|
|
860
|
+
pulumi.set(__self__, "verification_timer", verification_timer)
|
|
861
|
+
if write_back_timer is not None:
|
|
862
|
+
pulumi.set(__self__, "write_back_timer", write_back_timer)
|
|
863
|
+
|
|
864
|
+
@property
|
|
865
|
+
@pulumi.getter
|
|
866
|
+
def target(self) -> Optional[str]:
|
|
867
|
+
"""
|
|
868
|
+
Resource ID of the storage container.
|
|
869
|
+
"""
|
|
870
|
+
return pulumi.get(self, "target")
|
|
871
|
+
|
|
872
|
+
@property
|
|
873
|
+
@pulumi.getter(name="usageModel")
|
|
874
|
+
def usage_model(self) -> Optional[str]:
|
|
875
|
+
"""
|
|
876
|
+
Identifies the StorageCache usage model to be used for this storage target.
|
|
877
|
+
"""
|
|
878
|
+
return pulumi.get(self, "usage_model")
|
|
879
|
+
|
|
880
|
+
@property
|
|
881
|
+
@pulumi.getter(name="verificationTimer")
|
|
882
|
+
def verification_timer(self) -> Optional[int]:
|
|
883
|
+
"""
|
|
884
|
+
Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
|
|
885
|
+
"""
|
|
886
|
+
return pulumi.get(self, "verification_timer")
|
|
887
|
+
|
|
888
|
+
@property
|
|
889
|
+
@pulumi.getter(name="writeBackTimer")
|
|
890
|
+
def write_back_timer(self) -> Optional[int]:
|
|
891
|
+
"""
|
|
892
|
+
Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
|
|
893
|
+
"""
|
|
894
|
+
return pulumi.get(self, "write_back_timer")
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
@pulumi.output_type
|
|
898
|
+
class CacheActiveDirectorySettingsResponse(dict):
|
|
899
|
+
"""
|
|
900
|
+
Active Directory settings used to join a cache to a domain.
|
|
901
|
+
"""
|
|
902
|
+
@staticmethod
|
|
903
|
+
def __key_warning(key: str):
|
|
904
|
+
suggest = None
|
|
905
|
+
if key == "cacheNetBiosName":
|
|
906
|
+
suggest = "cache_net_bios_name"
|
|
907
|
+
elif key == "domainJoined":
|
|
908
|
+
suggest = "domain_joined"
|
|
909
|
+
elif key == "domainName":
|
|
910
|
+
suggest = "domain_name"
|
|
911
|
+
elif key == "domainNetBiosName":
|
|
912
|
+
suggest = "domain_net_bios_name"
|
|
913
|
+
elif key == "primaryDnsIpAddress":
|
|
914
|
+
suggest = "primary_dns_ip_address"
|
|
915
|
+
elif key == "secondaryDnsIpAddress":
|
|
916
|
+
suggest = "secondary_dns_ip_address"
|
|
917
|
+
|
|
918
|
+
if suggest:
|
|
919
|
+
pulumi.log.warn(f"Key '{key}' not found in CacheActiveDirectorySettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
920
|
+
|
|
921
|
+
def __getitem__(self, key: str) -> Any:
|
|
922
|
+
CacheActiveDirectorySettingsResponse.__key_warning(key)
|
|
923
|
+
return super().__getitem__(key)
|
|
924
|
+
|
|
925
|
+
def get(self, key: str, default = None) -> Any:
|
|
926
|
+
CacheActiveDirectorySettingsResponse.__key_warning(key)
|
|
927
|
+
return super().get(key, default)
|
|
928
|
+
|
|
929
|
+
def __init__(__self__, *,
|
|
930
|
+
cache_net_bios_name: str,
|
|
931
|
+
domain_joined: str,
|
|
932
|
+
domain_name: str,
|
|
933
|
+
domain_net_bios_name: str,
|
|
934
|
+
primary_dns_ip_address: str,
|
|
935
|
+
credentials: Optional['outputs.CacheActiveDirectorySettingsResponseCredentials'] = None,
|
|
936
|
+
secondary_dns_ip_address: Optional[str] = None):
|
|
937
|
+
"""
|
|
938
|
+
Active Directory settings used to join a cache to a domain.
|
|
939
|
+
:param str cache_net_bios_name: The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server. Length must 1-15 characters from the class [-0-9a-zA-Z].
|
|
940
|
+
:param str domain_joined: True if the HPC Cache is joined to the Active Directory domain.
|
|
941
|
+
:param str domain_name: The fully qualified domain name of the Active Directory domain controller.
|
|
942
|
+
:param str domain_net_bios_name: The Active Directory domain's NetBIOS name.
|
|
943
|
+
:param str primary_dns_ip_address: Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
|
|
944
|
+
:param 'CacheActiveDirectorySettingsResponseCredentials' credentials: Active Directory admin credentials used to join the HPC Cache to a domain.
|
|
945
|
+
:param str secondary_dns_ip_address: Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
|
|
946
|
+
"""
|
|
947
|
+
pulumi.set(__self__, "cache_net_bios_name", cache_net_bios_name)
|
|
948
|
+
pulumi.set(__self__, "domain_joined", domain_joined)
|
|
949
|
+
pulumi.set(__self__, "domain_name", domain_name)
|
|
950
|
+
pulumi.set(__self__, "domain_net_bios_name", domain_net_bios_name)
|
|
951
|
+
pulumi.set(__self__, "primary_dns_ip_address", primary_dns_ip_address)
|
|
952
|
+
if credentials is not None:
|
|
953
|
+
pulumi.set(__self__, "credentials", credentials)
|
|
954
|
+
if secondary_dns_ip_address is not None:
|
|
955
|
+
pulumi.set(__self__, "secondary_dns_ip_address", secondary_dns_ip_address)
|
|
956
|
+
|
|
957
|
+
@property
|
|
958
|
+
@pulumi.getter(name="cacheNetBiosName")
|
|
959
|
+
def cache_net_bios_name(self) -> str:
|
|
960
|
+
"""
|
|
961
|
+
The NetBIOS name to assign to the HPC Cache when it joins the Active Directory domain as a server. Length must 1-15 characters from the class [-0-9a-zA-Z].
|
|
962
|
+
"""
|
|
963
|
+
return pulumi.get(self, "cache_net_bios_name")
|
|
964
|
+
|
|
965
|
+
@property
|
|
966
|
+
@pulumi.getter(name="domainJoined")
|
|
967
|
+
def domain_joined(self) -> str:
|
|
968
|
+
"""
|
|
969
|
+
True if the HPC Cache is joined to the Active Directory domain.
|
|
970
|
+
"""
|
|
971
|
+
return pulumi.get(self, "domain_joined")
|
|
972
|
+
|
|
973
|
+
@property
|
|
974
|
+
@pulumi.getter(name="domainName")
|
|
975
|
+
def domain_name(self) -> str:
|
|
976
|
+
"""
|
|
977
|
+
The fully qualified domain name of the Active Directory domain controller.
|
|
978
|
+
"""
|
|
979
|
+
return pulumi.get(self, "domain_name")
|
|
980
|
+
|
|
981
|
+
@property
|
|
982
|
+
@pulumi.getter(name="domainNetBiosName")
|
|
983
|
+
def domain_net_bios_name(self) -> str:
|
|
984
|
+
"""
|
|
985
|
+
The Active Directory domain's NetBIOS name.
|
|
986
|
+
"""
|
|
987
|
+
return pulumi.get(self, "domain_net_bios_name")
|
|
988
|
+
|
|
989
|
+
@property
|
|
990
|
+
@pulumi.getter(name="primaryDnsIpAddress")
|
|
991
|
+
def primary_dns_ip_address(self) -> str:
|
|
992
|
+
"""
|
|
993
|
+
Primary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
|
|
994
|
+
"""
|
|
995
|
+
return pulumi.get(self, "primary_dns_ip_address")
|
|
996
|
+
|
|
997
|
+
@property
|
|
998
|
+
@pulumi.getter
|
|
999
|
+
def credentials(self) -> Optional['outputs.CacheActiveDirectorySettingsResponseCredentials']:
|
|
1000
|
+
"""
|
|
1001
|
+
Active Directory admin credentials used to join the HPC Cache to a domain.
|
|
1002
|
+
"""
|
|
1003
|
+
return pulumi.get(self, "credentials")
|
|
1004
|
+
|
|
1005
|
+
@property
|
|
1006
|
+
@pulumi.getter(name="secondaryDnsIpAddress")
|
|
1007
|
+
def secondary_dns_ip_address(self) -> Optional[str]:
|
|
1008
|
+
"""
|
|
1009
|
+
Secondary DNS IP address used to resolve the Active Directory domain controller's fully qualified domain name.
|
|
1010
|
+
"""
|
|
1011
|
+
return pulumi.get(self, "secondary_dns_ip_address")
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
@pulumi.output_type
|
|
1015
|
+
class CacheActiveDirectorySettingsResponseCredentials(dict):
|
|
1016
|
+
"""
|
|
1017
|
+
Active Directory admin credentials used to join the HPC Cache to a domain.
|
|
1018
|
+
"""
|
|
1019
|
+
def __init__(__self__, *,
|
|
1020
|
+
username: str,
|
|
1021
|
+
password: Optional[str] = None):
|
|
1022
|
+
"""
|
|
1023
|
+
Active Directory admin credentials used to join the HPC Cache to a domain.
|
|
1024
|
+
:param str username: Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
|
|
1025
|
+
:param str password: Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
|
|
1026
|
+
"""
|
|
1027
|
+
pulumi.set(__self__, "username", username)
|
|
1028
|
+
if password is not None:
|
|
1029
|
+
pulumi.set(__self__, "password", password)
|
|
1030
|
+
|
|
1031
|
+
@property
|
|
1032
|
+
@pulumi.getter
|
|
1033
|
+
def username(self) -> str:
|
|
1034
|
+
"""
|
|
1035
|
+
Username of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
|
|
1036
|
+
"""
|
|
1037
|
+
return pulumi.get(self, "username")
|
|
1038
|
+
|
|
1039
|
+
@property
|
|
1040
|
+
@pulumi.getter
|
|
1041
|
+
def password(self) -> Optional[str]:
|
|
1042
|
+
"""
|
|
1043
|
+
Plain text password of the Active Directory domain administrator. This value is stored encrypted and not returned on response.
|
|
1044
|
+
"""
|
|
1045
|
+
return pulumi.get(self, "password")
|
|
1046
|
+
|
|
1047
|
+
|
|
1048
|
+
@pulumi.output_type
|
|
1049
|
+
class CacheDirectorySettingsResponse(dict):
|
|
1050
|
+
"""
|
|
1051
|
+
Cache Directory Services settings.
|
|
1052
|
+
"""
|
|
1053
|
+
@staticmethod
|
|
1054
|
+
def __key_warning(key: str):
|
|
1055
|
+
suggest = None
|
|
1056
|
+
if key == "activeDirectory":
|
|
1057
|
+
suggest = "active_directory"
|
|
1058
|
+
elif key == "usernameDownload":
|
|
1059
|
+
suggest = "username_download"
|
|
1060
|
+
|
|
1061
|
+
if suggest:
|
|
1062
|
+
pulumi.log.warn(f"Key '{key}' not found in CacheDirectorySettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1063
|
+
|
|
1064
|
+
def __getitem__(self, key: str) -> Any:
|
|
1065
|
+
CacheDirectorySettingsResponse.__key_warning(key)
|
|
1066
|
+
return super().__getitem__(key)
|
|
1067
|
+
|
|
1068
|
+
def get(self, key: str, default = None) -> Any:
|
|
1069
|
+
CacheDirectorySettingsResponse.__key_warning(key)
|
|
1070
|
+
return super().get(key, default)
|
|
1071
|
+
|
|
1072
|
+
def __init__(__self__, *,
|
|
1073
|
+
active_directory: Optional['outputs.CacheActiveDirectorySettingsResponse'] = None,
|
|
1074
|
+
username_download: Optional['outputs.CacheUsernameDownloadSettingsResponse'] = None):
|
|
1075
|
+
"""
|
|
1076
|
+
Cache Directory Services settings.
|
|
1077
|
+
:param 'CacheActiveDirectorySettingsResponse' active_directory: Specifies settings for joining the HPC Cache to an Active Directory domain.
|
|
1078
|
+
:param 'CacheUsernameDownloadSettingsResponse' username_download: Specifies settings for Extended Groups. Extended Groups allows users to be members of more than 16 groups.
|
|
1079
|
+
"""
|
|
1080
|
+
if active_directory is not None:
|
|
1081
|
+
pulumi.set(__self__, "active_directory", active_directory)
|
|
1082
|
+
if username_download is not None:
|
|
1083
|
+
pulumi.set(__self__, "username_download", username_download)
|
|
1084
|
+
|
|
1085
|
+
@property
|
|
1086
|
+
@pulumi.getter(name="activeDirectory")
|
|
1087
|
+
def active_directory(self) -> Optional['outputs.CacheActiveDirectorySettingsResponse']:
|
|
1088
|
+
"""
|
|
1089
|
+
Specifies settings for joining the HPC Cache to an Active Directory domain.
|
|
1090
|
+
"""
|
|
1091
|
+
return pulumi.get(self, "active_directory")
|
|
1092
|
+
|
|
1093
|
+
@property
|
|
1094
|
+
@pulumi.getter(name="usernameDownload")
|
|
1095
|
+
def username_download(self) -> Optional['outputs.CacheUsernameDownloadSettingsResponse']:
|
|
1096
|
+
"""
|
|
1097
|
+
Specifies settings for Extended Groups. Extended Groups allows users to be members of more than 16 groups.
|
|
1098
|
+
"""
|
|
1099
|
+
return pulumi.get(self, "username_download")
|
|
1100
|
+
|
|
1101
|
+
|
|
1102
|
+
@pulumi.output_type
|
|
1103
|
+
class CacheEncryptionSettingsResponse(dict):
|
|
1104
|
+
"""
|
|
1105
|
+
Cache encryption settings.
|
|
1106
|
+
"""
|
|
1107
|
+
@staticmethod
|
|
1108
|
+
def __key_warning(key: str):
|
|
1109
|
+
suggest = None
|
|
1110
|
+
if key == "keyEncryptionKey":
|
|
1111
|
+
suggest = "key_encryption_key"
|
|
1112
|
+
elif key == "rotationToLatestKeyVersionEnabled":
|
|
1113
|
+
suggest = "rotation_to_latest_key_version_enabled"
|
|
1114
|
+
|
|
1115
|
+
if suggest:
|
|
1116
|
+
pulumi.log.warn(f"Key '{key}' not found in CacheEncryptionSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1117
|
+
|
|
1118
|
+
def __getitem__(self, key: str) -> Any:
|
|
1119
|
+
CacheEncryptionSettingsResponse.__key_warning(key)
|
|
1120
|
+
return super().__getitem__(key)
|
|
1121
|
+
|
|
1122
|
+
def get(self, key: str, default = None) -> Any:
|
|
1123
|
+
CacheEncryptionSettingsResponse.__key_warning(key)
|
|
1124
|
+
return super().get(key, default)
|
|
1125
|
+
|
|
1126
|
+
def __init__(__self__, *,
|
|
1127
|
+
key_encryption_key: Optional['outputs.KeyVaultKeyReferenceResponse'] = None,
|
|
1128
|
+
rotation_to_latest_key_version_enabled: Optional[bool] = None):
|
|
1129
|
+
"""
|
|
1130
|
+
Cache encryption settings.
|
|
1131
|
+
:param 'KeyVaultKeyReferenceResponse' key_encryption_key: Specifies the location of the key encryption key in key vault.
|
|
1132
|
+
:param bool rotation_to_latest_key_version_enabled: Specifies whether the service will automatically rotate to the newest version of the key in the key vault.
|
|
1133
|
+
"""
|
|
1134
|
+
if key_encryption_key is not None:
|
|
1135
|
+
pulumi.set(__self__, "key_encryption_key", key_encryption_key)
|
|
1136
|
+
if rotation_to_latest_key_version_enabled is not None:
|
|
1137
|
+
pulumi.set(__self__, "rotation_to_latest_key_version_enabled", rotation_to_latest_key_version_enabled)
|
|
1138
|
+
|
|
1139
|
+
@property
|
|
1140
|
+
@pulumi.getter(name="keyEncryptionKey")
|
|
1141
|
+
def key_encryption_key(self) -> Optional['outputs.KeyVaultKeyReferenceResponse']:
|
|
1142
|
+
"""
|
|
1143
|
+
Specifies the location of the key encryption key in key vault.
|
|
1144
|
+
"""
|
|
1145
|
+
return pulumi.get(self, "key_encryption_key")
|
|
1146
|
+
|
|
1147
|
+
@property
|
|
1148
|
+
@pulumi.getter(name="rotationToLatestKeyVersionEnabled")
|
|
1149
|
+
def rotation_to_latest_key_version_enabled(self) -> Optional[bool]:
|
|
1150
|
+
"""
|
|
1151
|
+
Specifies whether the service will automatically rotate to the newest version of the key in the key vault.
|
|
1152
|
+
"""
|
|
1153
|
+
return pulumi.get(self, "rotation_to_latest_key_version_enabled")
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
@pulumi.output_type
|
|
1157
|
+
class CacheHealthResponse(dict):
|
|
1158
|
+
"""
|
|
1159
|
+
An indication of cache health. Gives more information about health than just that related to provisioning.
|
|
1160
|
+
"""
|
|
1161
|
+
@staticmethod
|
|
1162
|
+
def __key_warning(key: str):
|
|
1163
|
+
suggest = None
|
|
1164
|
+
if key == "statusDescription":
|
|
1165
|
+
suggest = "status_description"
|
|
1166
|
+
|
|
1167
|
+
if suggest:
|
|
1168
|
+
pulumi.log.warn(f"Key '{key}' not found in CacheHealthResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1169
|
+
|
|
1170
|
+
def __getitem__(self, key: str) -> Any:
|
|
1171
|
+
CacheHealthResponse.__key_warning(key)
|
|
1172
|
+
return super().__getitem__(key)
|
|
1173
|
+
|
|
1174
|
+
def get(self, key: str, default = None) -> Any:
|
|
1175
|
+
CacheHealthResponse.__key_warning(key)
|
|
1176
|
+
return super().get(key, default)
|
|
1177
|
+
|
|
1178
|
+
def __init__(__self__, *,
|
|
1179
|
+
conditions: Sequence['outputs.ConditionResponse'],
|
|
1180
|
+
state: Optional[str] = None,
|
|
1181
|
+
status_description: Optional[str] = None):
|
|
1182
|
+
"""
|
|
1183
|
+
An indication of cache health. Gives more information about health than just that related to provisioning.
|
|
1184
|
+
:param Sequence['ConditionResponse'] conditions: Outstanding conditions that need to be investigated and resolved.
|
|
1185
|
+
:param str state: List of cache health states. Down is when the cluster is not responding. Degraded is when its functioning but has some alerts. Transitioning when it is creating or deleting. Unknown will be returned in old api versions when a new value is added in future versions. WaitingForKey is when the create is waiting for the system assigned identity to be given access to the encryption key in the encryption settings.
|
|
1186
|
+
:param str status_description: Describes explanation of state.
|
|
1187
|
+
"""
|
|
1188
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
1189
|
+
if state is not None:
|
|
1190
|
+
pulumi.set(__self__, "state", state)
|
|
1191
|
+
if status_description is not None:
|
|
1192
|
+
pulumi.set(__self__, "status_description", status_description)
|
|
1193
|
+
|
|
1194
|
+
@property
|
|
1195
|
+
@pulumi.getter
|
|
1196
|
+
def conditions(self) -> Sequence['outputs.ConditionResponse']:
|
|
1197
|
+
"""
|
|
1198
|
+
Outstanding conditions that need to be investigated and resolved.
|
|
1199
|
+
"""
|
|
1200
|
+
return pulumi.get(self, "conditions")
|
|
1201
|
+
|
|
1202
|
+
@property
|
|
1203
|
+
@pulumi.getter
|
|
1204
|
+
def state(self) -> Optional[str]:
|
|
1205
|
+
"""
|
|
1206
|
+
List of cache health states. Down is when the cluster is not responding. Degraded is when its functioning but has some alerts. Transitioning when it is creating or deleting. Unknown will be returned in old api versions when a new value is added in future versions. WaitingForKey is when the create is waiting for the system assigned identity to be given access to the encryption key in the encryption settings.
|
|
1207
|
+
"""
|
|
1208
|
+
return pulumi.get(self, "state")
|
|
1209
|
+
|
|
1210
|
+
@property
|
|
1211
|
+
@pulumi.getter(name="statusDescription")
|
|
1212
|
+
def status_description(self) -> Optional[str]:
|
|
1213
|
+
"""
|
|
1214
|
+
Describes explanation of state.
|
|
1215
|
+
"""
|
|
1216
|
+
return pulumi.get(self, "status_description")
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
@pulumi.output_type
|
|
1220
|
+
class CacheIdentityResponse(dict):
|
|
1221
|
+
"""
|
|
1222
|
+
Cache identity properties.
|
|
1223
|
+
"""
|
|
1224
|
+
@staticmethod
|
|
1225
|
+
def __key_warning(key: str):
|
|
1226
|
+
suggest = None
|
|
1227
|
+
if key == "principalId":
|
|
1228
|
+
suggest = "principal_id"
|
|
1229
|
+
elif key == "tenantId":
|
|
1230
|
+
suggest = "tenant_id"
|
|
1231
|
+
elif key == "userAssignedIdentities":
|
|
1232
|
+
suggest = "user_assigned_identities"
|
|
1233
|
+
|
|
1234
|
+
if suggest:
|
|
1235
|
+
pulumi.log.warn(f"Key '{key}' not found in CacheIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1236
|
+
|
|
1237
|
+
def __getitem__(self, key: str) -> Any:
|
|
1238
|
+
CacheIdentityResponse.__key_warning(key)
|
|
1239
|
+
return super().__getitem__(key)
|
|
1240
|
+
|
|
1241
|
+
def get(self, key: str, default = None) -> Any:
|
|
1242
|
+
CacheIdentityResponse.__key_warning(key)
|
|
1243
|
+
return super().get(key, default)
|
|
1244
|
+
|
|
1245
|
+
def __init__(__self__, *,
|
|
1246
|
+
principal_id: str,
|
|
1247
|
+
tenant_id: str,
|
|
1248
|
+
type: Optional[str] = None,
|
|
1249
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.CacheIdentityResponseUserAssignedIdentities']] = None):
|
|
1250
|
+
"""
|
|
1251
|
+
Cache identity properties.
|
|
1252
|
+
:param str principal_id: The principal ID for the system-assigned identity of the cache.
|
|
1253
|
+
:param str tenant_id: The tenant ID associated with the cache.
|
|
1254
|
+
:param str type: The type of identity used for the cache
|
|
1255
|
+
:param Mapping[str, 'CacheIdentityResponseUserAssignedIdentities'] user_assigned_identities: A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
|
|
1256
|
+
"""
|
|
1257
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1258
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1259
|
+
if type is not None:
|
|
1260
|
+
pulumi.set(__self__, "type", type)
|
|
1261
|
+
if user_assigned_identities is not None:
|
|
1262
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
1263
|
+
|
|
1264
|
+
@property
|
|
1265
|
+
@pulumi.getter(name="principalId")
|
|
1266
|
+
def principal_id(self) -> str:
|
|
1267
|
+
"""
|
|
1268
|
+
The principal ID for the system-assigned identity of the cache.
|
|
1269
|
+
"""
|
|
1270
|
+
return pulumi.get(self, "principal_id")
|
|
1271
|
+
|
|
1272
|
+
@property
|
|
1273
|
+
@pulumi.getter(name="tenantId")
|
|
1274
|
+
def tenant_id(self) -> str:
|
|
1275
|
+
"""
|
|
1276
|
+
The tenant ID associated with the cache.
|
|
1277
|
+
"""
|
|
1278
|
+
return pulumi.get(self, "tenant_id")
|
|
1279
|
+
|
|
1280
|
+
@property
|
|
1281
|
+
@pulumi.getter
|
|
1282
|
+
def type(self) -> Optional[str]:
|
|
1283
|
+
"""
|
|
1284
|
+
The type of identity used for the cache
|
|
1285
|
+
"""
|
|
1286
|
+
return pulumi.get(self, "type")
|
|
1287
|
+
|
|
1288
|
+
@property
|
|
1289
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
1290
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.CacheIdentityResponseUserAssignedIdentities']]:
|
|
1291
|
+
"""
|
|
1292
|
+
A dictionary where each key is a user assigned identity resource ID, and each key's value is an empty dictionary.
|
|
1293
|
+
"""
|
|
1294
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
1295
|
+
|
|
1296
|
+
|
|
1297
|
+
@pulumi.output_type
|
|
1298
|
+
class CacheIdentityResponseUserAssignedIdentities(dict):
|
|
1299
|
+
@staticmethod
|
|
1300
|
+
def __key_warning(key: str):
|
|
1301
|
+
suggest = None
|
|
1302
|
+
if key == "clientId":
|
|
1303
|
+
suggest = "client_id"
|
|
1304
|
+
elif key == "principalId":
|
|
1305
|
+
suggest = "principal_id"
|
|
1306
|
+
|
|
1307
|
+
if suggest:
|
|
1308
|
+
pulumi.log.warn(f"Key '{key}' not found in CacheIdentityResponseUserAssignedIdentities. Access the value via the '{suggest}' property getter instead.")
|
|
1309
|
+
|
|
1310
|
+
def __getitem__(self, key: str) -> Any:
|
|
1311
|
+
CacheIdentityResponseUserAssignedIdentities.__key_warning(key)
|
|
1312
|
+
return super().__getitem__(key)
|
|
1313
|
+
|
|
1314
|
+
def get(self, key: str, default = None) -> Any:
|
|
1315
|
+
CacheIdentityResponseUserAssignedIdentities.__key_warning(key)
|
|
1316
|
+
return super().get(key, default)
|
|
1317
|
+
|
|
1318
|
+
def __init__(__self__, *,
|
|
1319
|
+
client_id: str,
|
|
1320
|
+
principal_id: str):
|
|
1321
|
+
"""
|
|
1322
|
+
:param str client_id: The client ID of the user-assigned identity.
|
|
1323
|
+
:param str principal_id: The principal ID of the user-assigned identity.
|
|
1324
|
+
"""
|
|
1325
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
1326
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1327
|
+
|
|
1328
|
+
@property
|
|
1329
|
+
@pulumi.getter(name="clientId")
|
|
1330
|
+
def client_id(self) -> str:
|
|
1331
|
+
"""
|
|
1332
|
+
The client ID of the user-assigned identity.
|
|
1333
|
+
"""
|
|
1334
|
+
return pulumi.get(self, "client_id")
|
|
1335
|
+
|
|
1336
|
+
@property
|
|
1337
|
+
@pulumi.getter(name="principalId")
|
|
1338
|
+
def principal_id(self) -> str:
|
|
1339
|
+
"""
|
|
1340
|
+
The principal ID of the user-assigned identity.
|
|
1341
|
+
"""
|
|
1342
|
+
return pulumi.get(self, "principal_id")
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
@pulumi.output_type
|
|
1346
|
+
class CacheNetworkSettingsResponse(dict):
|
|
1347
|
+
"""
|
|
1348
|
+
Cache network settings.
|
|
1349
|
+
"""
|
|
1350
|
+
@staticmethod
|
|
1351
|
+
def __key_warning(key: str):
|
|
1352
|
+
suggest = None
|
|
1353
|
+
if key == "utilityAddresses":
|
|
1354
|
+
suggest = "utility_addresses"
|
|
1355
|
+
elif key == "dnsSearchDomain":
|
|
1356
|
+
suggest = "dns_search_domain"
|
|
1357
|
+
elif key == "dnsServers":
|
|
1358
|
+
suggest = "dns_servers"
|
|
1359
|
+
elif key == "ntpServer":
|
|
1360
|
+
suggest = "ntp_server"
|
|
1361
|
+
|
|
1362
|
+
if suggest:
|
|
1363
|
+
pulumi.log.warn(f"Key '{key}' not found in CacheNetworkSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1364
|
+
|
|
1365
|
+
def __getitem__(self, key: str) -> Any:
|
|
1366
|
+
CacheNetworkSettingsResponse.__key_warning(key)
|
|
1367
|
+
return super().__getitem__(key)
|
|
1368
|
+
|
|
1369
|
+
def get(self, key: str, default = None) -> Any:
|
|
1370
|
+
CacheNetworkSettingsResponse.__key_warning(key)
|
|
1371
|
+
return super().get(key, default)
|
|
1372
|
+
|
|
1373
|
+
def __init__(__self__, *,
|
|
1374
|
+
utility_addresses: Sequence[str],
|
|
1375
|
+
dns_search_domain: Optional[str] = None,
|
|
1376
|
+
dns_servers: Optional[Sequence[str]] = None,
|
|
1377
|
+
mtu: Optional[int] = None,
|
|
1378
|
+
ntp_server: Optional[str] = None):
|
|
1379
|
+
"""
|
|
1380
|
+
Cache network settings.
|
|
1381
|
+
:param Sequence[str] utility_addresses: Array of additional IP addresses used by this cache.
|
|
1382
|
+
:param str dns_search_domain: DNS search domain
|
|
1383
|
+
:param Sequence[str] dns_servers: DNS servers for the cache to use. It will be set from the network configuration if no value is provided.
|
|
1384
|
+
:param int mtu: The IPv4 maximum transmission unit configured for the subnet.
|
|
1385
|
+
:param str ntp_server: NTP server IP Address or FQDN for the cache to use. The default is time.windows.com.
|
|
1386
|
+
"""
|
|
1387
|
+
pulumi.set(__self__, "utility_addresses", utility_addresses)
|
|
1388
|
+
if dns_search_domain is not None:
|
|
1389
|
+
pulumi.set(__self__, "dns_search_domain", dns_search_domain)
|
|
1390
|
+
if dns_servers is not None:
|
|
1391
|
+
pulumi.set(__self__, "dns_servers", dns_servers)
|
|
1392
|
+
if mtu is None:
|
|
1393
|
+
mtu = 1500
|
|
1394
|
+
if mtu is not None:
|
|
1395
|
+
pulumi.set(__self__, "mtu", mtu)
|
|
1396
|
+
if ntp_server is None:
|
|
1397
|
+
ntp_server = 'time.windows.com'
|
|
1398
|
+
if ntp_server is not None:
|
|
1399
|
+
pulumi.set(__self__, "ntp_server", ntp_server)
|
|
1400
|
+
|
|
1401
|
+
@property
|
|
1402
|
+
@pulumi.getter(name="utilityAddresses")
|
|
1403
|
+
def utility_addresses(self) -> Sequence[str]:
|
|
1404
|
+
"""
|
|
1405
|
+
Array of additional IP addresses used by this cache.
|
|
1406
|
+
"""
|
|
1407
|
+
return pulumi.get(self, "utility_addresses")
|
|
1408
|
+
|
|
1409
|
+
@property
|
|
1410
|
+
@pulumi.getter(name="dnsSearchDomain")
|
|
1411
|
+
def dns_search_domain(self) -> Optional[str]:
|
|
1412
|
+
"""
|
|
1413
|
+
DNS search domain
|
|
1414
|
+
"""
|
|
1415
|
+
return pulumi.get(self, "dns_search_domain")
|
|
1416
|
+
|
|
1417
|
+
@property
|
|
1418
|
+
@pulumi.getter(name="dnsServers")
|
|
1419
|
+
def dns_servers(self) -> Optional[Sequence[str]]:
|
|
1420
|
+
"""
|
|
1421
|
+
DNS servers for the cache to use. It will be set from the network configuration if no value is provided.
|
|
1422
|
+
"""
|
|
1423
|
+
return pulumi.get(self, "dns_servers")
|
|
1424
|
+
|
|
1425
|
+
@property
|
|
1426
|
+
@pulumi.getter
|
|
1427
|
+
def mtu(self) -> Optional[int]:
|
|
1428
|
+
"""
|
|
1429
|
+
The IPv4 maximum transmission unit configured for the subnet.
|
|
1430
|
+
"""
|
|
1431
|
+
return pulumi.get(self, "mtu")
|
|
1432
|
+
|
|
1433
|
+
@property
|
|
1434
|
+
@pulumi.getter(name="ntpServer")
|
|
1435
|
+
def ntp_server(self) -> Optional[str]:
|
|
1436
|
+
"""
|
|
1437
|
+
NTP server IP Address or FQDN for the cache to use. The default is time.windows.com.
|
|
1438
|
+
"""
|
|
1439
|
+
return pulumi.get(self, "ntp_server")
|
|
1440
|
+
|
|
1441
|
+
|
|
1442
|
+
@pulumi.output_type
|
|
1443
|
+
class CacheResponseSku(dict):
|
|
1444
|
+
"""
|
|
1445
|
+
SKU for the cache.
|
|
1446
|
+
"""
|
|
1447
|
+
def __init__(__self__, *,
|
|
1448
|
+
name: Optional[str] = None):
|
|
1449
|
+
"""
|
|
1450
|
+
SKU for the cache.
|
|
1451
|
+
:param str name: SKU name for this cache.
|
|
1452
|
+
"""
|
|
1453
|
+
if name is not None:
|
|
1454
|
+
pulumi.set(__self__, "name", name)
|
|
1455
|
+
|
|
1456
|
+
@property
|
|
1457
|
+
@pulumi.getter
|
|
1458
|
+
def name(self) -> Optional[str]:
|
|
1459
|
+
"""
|
|
1460
|
+
SKU name for this cache.
|
|
1461
|
+
"""
|
|
1462
|
+
return pulumi.get(self, "name")
|
|
1463
|
+
|
|
1464
|
+
|
|
1465
|
+
@pulumi.output_type
|
|
1466
|
+
class CacheSecuritySettingsResponse(dict):
|
|
1467
|
+
"""
|
|
1468
|
+
Cache security settings.
|
|
1469
|
+
"""
|
|
1470
|
+
@staticmethod
|
|
1471
|
+
def __key_warning(key: str):
|
|
1472
|
+
suggest = None
|
|
1473
|
+
if key == "accessPolicies":
|
|
1474
|
+
suggest = "access_policies"
|
|
1475
|
+
|
|
1476
|
+
if suggest:
|
|
1477
|
+
pulumi.log.warn(f"Key '{key}' not found in CacheSecuritySettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1478
|
+
|
|
1479
|
+
def __getitem__(self, key: str) -> Any:
|
|
1480
|
+
CacheSecuritySettingsResponse.__key_warning(key)
|
|
1481
|
+
return super().__getitem__(key)
|
|
1482
|
+
|
|
1483
|
+
def get(self, key: str, default = None) -> Any:
|
|
1484
|
+
CacheSecuritySettingsResponse.__key_warning(key)
|
|
1485
|
+
return super().get(key, default)
|
|
1486
|
+
|
|
1487
|
+
def __init__(__self__, *,
|
|
1488
|
+
access_policies: Optional[Sequence['outputs.NfsAccessPolicyResponse']] = None):
|
|
1489
|
+
"""
|
|
1490
|
+
Cache security settings.
|
|
1491
|
+
:param Sequence['NfsAccessPolicyResponse'] access_policies: NFS access policies defined for this cache.
|
|
1492
|
+
"""
|
|
1493
|
+
if access_policies is not None:
|
|
1494
|
+
pulumi.set(__self__, "access_policies", access_policies)
|
|
1495
|
+
|
|
1496
|
+
@property
|
|
1497
|
+
@pulumi.getter(name="accessPolicies")
|
|
1498
|
+
def access_policies(self) -> Optional[Sequence['outputs.NfsAccessPolicyResponse']]:
|
|
1499
|
+
"""
|
|
1500
|
+
NFS access policies defined for this cache.
|
|
1501
|
+
"""
|
|
1502
|
+
return pulumi.get(self, "access_policies")
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
@pulumi.output_type
|
|
1506
|
+
class CacheUpgradeSettingsResponse(dict):
|
|
1507
|
+
"""
|
|
1508
|
+
Cache Upgrade Settings.
|
|
1509
|
+
"""
|
|
1510
|
+
@staticmethod
|
|
1511
|
+
def __key_warning(key: str):
|
|
1512
|
+
suggest = None
|
|
1513
|
+
if key == "scheduledTime":
|
|
1514
|
+
suggest = "scheduled_time"
|
|
1515
|
+
elif key == "upgradeScheduleEnabled":
|
|
1516
|
+
suggest = "upgrade_schedule_enabled"
|
|
1517
|
+
|
|
1518
|
+
if suggest:
|
|
1519
|
+
pulumi.log.warn(f"Key '{key}' not found in CacheUpgradeSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1520
|
+
|
|
1521
|
+
def __getitem__(self, key: str) -> Any:
|
|
1522
|
+
CacheUpgradeSettingsResponse.__key_warning(key)
|
|
1523
|
+
return super().__getitem__(key)
|
|
1524
|
+
|
|
1525
|
+
def get(self, key: str, default = None) -> Any:
|
|
1526
|
+
CacheUpgradeSettingsResponse.__key_warning(key)
|
|
1527
|
+
return super().get(key, default)
|
|
1528
|
+
|
|
1529
|
+
def __init__(__self__, *,
|
|
1530
|
+
scheduled_time: Optional[str] = None,
|
|
1531
|
+
upgrade_schedule_enabled: Optional[bool] = None):
|
|
1532
|
+
"""
|
|
1533
|
+
Cache Upgrade Settings.
|
|
1534
|
+
:param str scheduled_time: When upgradeScheduleEnabled is true, this field holds the user-chosen upgrade time. At the user-chosen time, the firmware update will automatically be installed on the cache.
|
|
1535
|
+
:param bool upgrade_schedule_enabled: True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
|
|
1536
|
+
"""
|
|
1537
|
+
if scheduled_time is not None:
|
|
1538
|
+
pulumi.set(__self__, "scheduled_time", scheduled_time)
|
|
1539
|
+
if upgrade_schedule_enabled is not None:
|
|
1540
|
+
pulumi.set(__self__, "upgrade_schedule_enabled", upgrade_schedule_enabled)
|
|
1541
|
+
|
|
1542
|
+
@property
|
|
1543
|
+
@pulumi.getter(name="scheduledTime")
|
|
1544
|
+
def scheduled_time(self) -> Optional[str]:
|
|
1545
|
+
"""
|
|
1546
|
+
When upgradeScheduleEnabled is true, this field holds the user-chosen upgrade time. At the user-chosen time, the firmware update will automatically be installed on the cache.
|
|
1547
|
+
"""
|
|
1548
|
+
return pulumi.get(self, "scheduled_time")
|
|
1549
|
+
|
|
1550
|
+
@property
|
|
1551
|
+
@pulumi.getter(name="upgradeScheduleEnabled")
|
|
1552
|
+
def upgrade_schedule_enabled(self) -> Optional[bool]:
|
|
1553
|
+
"""
|
|
1554
|
+
True if the user chooses to select an installation time between now and firmwareUpdateDeadline. Else the firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
|
|
1555
|
+
"""
|
|
1556
|
+
return pulumi.get(self, "upgrade_schedule_enabled")
|
|
1557
|
+
|
|
1558
|
+
|
|
1559
|
+
@pulumi.output_type
|
|
1560
|
+
class CacheUpgradeStatusResponse(dict):
|
|
1561
|
+
"""
|
|
1562
|
+
Properties describing the software upgrade state of the cache.
|
|
1563
|
+
"""
|
|
1564
|
+
@staticmethod
|
|
1565
|
+
def __key_warning(key: str):
|
|
1566
|
+
suggest = None
|
|
1567
|
+
if key == "currentFirmwareVersion":
|
|
1568
|
+
suggest = "current_firmware_version"
|
|
1569
|
+
elif key == "firmwareUpdateDeadline":
|
|
1570
|
+
suggest = "firmware_update_deadline"
|
|
1571
|
+
elif key == "firmwareUpdateStatus":
|
|
1572
|
+
suggest = "firmware_update_status"
|
|
1573
|
+
elif key == "lastFirmwareUpdate":
|
|
1574
|
+
suggest = "last_firmware_update"
|
|
1575
|
+
elif key == "pendingFirmwareVersion":
|
|
1576
|
+
suggest = "pending_firmware_version"
|
|
1577
|
+
|
|
1578
|
+
if suggest:
|
|
1579
|
+
pulumi.log.warn(f"Key '{key}' not found in CacheUpgradeStatusResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1580
|
+
|
|
1581
|
+
def __getitem__(self, key: str) -> Any:
|
|
1582
|
+
CacheUpgradeStatusResponse.__key_warning(key)
|
|
1583
|
+
return super().__getitem__(key)
|
|
1584
|
+
|
|
1585
|
+
def get(self, key: str, default = None) -> Any:
|
|
1586
|
+
CacheUpgradeStatusResponse.__key_warning(key)
|
|
1587
|
+
return super().get(key, default)
|
|
1588
|
+
|
|
1589
|
+
def __init__(__self__, *,
|
|
1590
|
+
current_firmware_version: str,
|
|
1591
|
+
firmware_update_deadline: str,
|
|
1592
|
+
firmware_update_status: str,
|
|
1593
|
+
last_firmware_update: str,
|
|
1594
|
+
pending_firmware_version: str):
|
|
1595
|
+
"""
|
|
1596
|
+
Properties describing the software upgrade state of the cache.
|
|
1597
|
+
:param str current_firmware_version: Version string of the firmware currently installed on this cache.
|
|
1598
|
+
:param str firmware_update_deadline: Time at which the pending firmware update will automatically be installed on the cache.
|
|
1599
|
+
:param str firmware_update_status: True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
|
|
1600
|
+
:param str last_firmware_update: Time of the last successful firmware update.
|
|
1601
|
+
:param str pending_firmware_version: When firmwareUpdateAvailable is true, this field holds the version string for the update.
|
|
1602
|
+
"""
|
|
1603
|
+
pulumi.set(__self__, "current_firmware_version", current_firmware_version)
|
|
1604
|
+
pulumi.set(__self__, "firmware_update_deadline", firmware_update_deadline)
|
|
1605
|
+
pulumi.set(__self__, "firmware_update_status", firmware_update_status)
|
|
1606
|
+
pulumi.set(__self__, "last_firmware_update", last_firmware_update)
|
|
1607
|
+
pulumi.set(__self__, "pending_firmware_version", pending_firmware_version)
|
|
1608
|
+
|
|
1609
|
+
@property
|
|
1610
|
+
@pulumi.getter(name="currentFirmwareVersion")
|
|
1611
|
+
def current_firmware_version(self) -> str:
|
|
1612
|
+
"""
|
|
1613
|
+
Version string of the firmware currently installed on this cache.
|
|
1614
|
+
"""
|
|
1615
|
+
return pulumi.get(self, "current_firmware_version")
|
|
1616
|
+
|
|
1617
|
+
@property
|
|
1618
|
+
@pulumi.getter(name="firmwareUpdateDeadline")
|
|
1619
|
+
def firmware_update_deadline(self) -> str:
|
|
1620
|
+
"""
|
|
1621
|
+
Time at which the pending firmware update will automatically be installed on the cache.
|
|
1622
|
+
"""
|
|
1623
|
+
return pulumi.get(self, "firmware_update_deadline")
|
|
1624
|
+
|
|
1625
|
+
@property
|
|
1626
|
+
@pulumi.getter(name="firmwareUpdateStatus")
|
|
1627
|
+
def firmware_update_status(self) -> str:
|
|
1628
|
+
"""
|
|
1629
|
+
True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.
|
|
1630
|
+
"""
|
|
1631
|
+
return pulumi.get(self, "firmware_update_status")
|
|
1632
|
+
|
|
1633
|
+
@property
|
|
1634
|
+
@pulumi.getter(name="lastFirmwareUpdate")
|
|
1635
|
+
def last_firmware_update(self) -> str:
|
|
1636
|
+
"""
|
|
1637
|
+
Time of the last successful firmware update.
|
|
1638
|
+
"""
|
|
1639
|
+
return pulumi.get(self, "last_firmware_update")
|
|
1640
|
+
|
|
1641
|
+
@property
|
|
1642
|
+
@pulumi.getter(name="pendingFirmwareVersion")
|
|
1643
|
+
def pending_firmware_version(self) -> str:
|
|
1644
|
+
"""
|
|
1645
|
+
When firmwareUpdateAvailable is true, this field holds the version string for the update.
|
|
1646
|
+
"""
|
|
1647
|
+
return pulumi.get(self, "pending_firmware_version")
|
|
1648
|
+
|
|
1649
|
+
|
|
1650
|
+
@pulumi.output_type
|
|
1651
|
+
class CacheUsernameDownloadSettingsResponse(dict):
|
|
1652
|
+
"""
|
|
1653
|
+
Settings for Extended Groups username and group download.
|
|
1654
|
+
"""
|
|
1655
|
+
@staticmethod
|
|
1656
|
+
def __key_warning(key: str):
|
|
1657
|
+
suggest = None
|
|
1658
|
+
if key == "usernameDownloaded":
|
|
1659
|
+
suggest = "username_downloaded"
|
|
1660
|
+
elif key == "autoDownloadCertificate":
|
|
1661
|
+
suggest = "auto_download_certificate"
|
|
1662
|
+
elif key == "caCertificateURI":
|
|
1663
|
+
suggest = "ca_certificate_uri"
|
|
1664
|
+
elif key == "encryptLdapConnection":
|
|
1665
|
+
suggest = "encrypt_ldap_connection"
|
|
1666
|
+
elif key == "extendedGroups":
|
|
1667
|
+
suggest = "extended_groups"
|
|
1668
|
+
elif key == "groupFileURI":
|
|
1669
|
+
suggest = "group_file_uri"
|
|
1670
|
+
elif key == "ldapBaseDN":
|
|
1671
|
+
suggest = "ldap_base_dn"
|
|
1672
|
+
elif key == "ldapServer":
|
|
1673
|
+
suggest = "ldap_server"
|
|
1674
|
+
elif key == "requireValidCertificate":
|
|
1675
|
+
suggest = "require_valid_certificate"
|
|
1676
|
+
elif key == "userFileURI":
|
|
1677
|
+
suggest = "user_file_uri"
|
|
1678
|
+
elif key == "usernameSource":
|
|
1679
|
+
suggest = "username_source"
|
|
1680
|
+
|
|
1681
|
+
if suggest:
|
|
1682
|
+
pulumi.log.warn(f"Key '{key}' not found in CacheUsernameDownloadSettingsResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1683
|
+
|
|
1684
|
+
def __getitem__(self, key: str) -> Any:
|
|
1685
|
+
CacheUsernameDownloadSettingsResponse.__key_warning(key)
|
|
1686
|
+
return super().__getitem__(key)
|
|
1687
|
+
|
|
1688
|
+
def get(self, key: str, default = None) -> Any:
|
|
1689
|
+
CacheUsernameDownloadSettingsResponse.__key_warning(key)
|
|
1690
|
+
return super().get(key, default)
|
|
1691
|
+
|
|
1692
|
+
def __init__(__self__, *,
|
|
1693
|
+
username_downloaded: str,
|
|
1694
|
+
auto_download_certificate: Optional[bool] = None,
|
|
1695
|
+
ca_certificate_uri: Optional[str] = None,
|
|
1696
|
+
credentials: Optional['outputs.CacheUsernameDownloadSettingsResponseCredentials'] = None,
|
|
1697
|
+
encrypt_ldap_connection: Optional[bool] = None,
|
|
1698
|
+
extended_groups: Optional[bool] = None,
|
|
1699
|
+
group_file_uri: Optional[str] = None,
|
|
1700
|
+
ldap_base_dn: Optional[str] = None,
|
|
1701
|
+
ldap_server: Optional[str] = None,
|
|
1702
|
+
require_valid_certificate: Optional[bool] = None,
|
|
1703
|
+
user_file_uri: Optional[str] = None,
|
|
1704
|
+
username_source: Optional[str] = None):
|
|
1705
|
+
"""
|
|
1706
|
+
Settings for Extended Groups username and group download.
|
|
1707
|
+
:param str username_downloaded: Indicates whether or not the HPC Cache has performed the username download successfully.
|
|
1708
|
+
:param bool auto_download_certificate: Determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true.
|
|
1709
|
+
:param str ca_certificate_uri: The URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true.
|
|
1710
|
+
:param 'CacheUsernameDownloadSettingsResponseCredentials' credentials: When present, these are the credentials for the secure LDAP connection.
|
|
1711
|
+
:param bool encrypt_ldap_connection: Whether or not the LDAP connection should be encrypted.
|
|
1712
|
+
:param bool extended_groups: Whether or not Extended Groups is enabled.
|
|
1713
|
+
:param str group_file_uri: The URI of the file containing group information (in /etc/group file format). This field must be populated when 'usernameSource' is set to 'File'.
|
|
1714
|
+
:param str ldap_base_dn: The base distinguished name for the LDAP domain.
|
|
1715
|
+
:param str ldap_server: The fully qualified domain name or IP address of the LDAP server to use.
|
|
1716
|
+
:param bool require_valid_certificate: Determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided.
|
|
1717
|
+
:param str user_file_uri: The URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'.
|
|
1718
|
+
:param str username_source: This setting determines how the cache gets username and group names for clients.
|
|
1719
|
+
"""
|
|
1720
|
+
pulumi.set(__self__, "username_downloaded", username_downloaded)
|
|
1721
|
+
if auto_download_certificate is None:
|
|
1722
|
+
auto_download_certificate = False
|
|
1723
|
+
if auto_download_certificate is not None:
|
|
1724
|
+
pulumi.set(__self__, "auto_download_certificate", auto_download_certificate)
|
|
1725
|
+
if ca_certificate_uri is not None:
|
|
1726
|
+
pulumi.set(__self__, "ca_certificate_uri", ca_certificate_uri)
|
|
1727
|
+
if credentials is not None:
|
|
1728
|
+
pulumi.set(__self__, "credentials", credentials)
|
|
1729
|
+
if encrypt_ldap_connection is None:
|
|
1730
|
+
encrypt_ldap_connection = False
|
|
1731
|
+
if encrypt_ldap_connection is not None:
|
|
1732
|
+
pulumi.set(__self__, "encrypt_ldap_connection", encrypt_ldap_connection)
|
|
1733
|
+
if extended_groups is not None:
|
|
1734
|
+
pulumi.set(__self__, "extended_groups", extended_groups)
|
|
1735
|
+
if group_file_uri is not None:
|
|
1736
|
+
pulumi.set(__self__, "group_file_uri", group_file_uri)
|
|
1737
|
+
if ldap_base_dn is not None:
|
|
1738
|
+
pulumi.set(__self__, "ldap_base_dn", ldap_base_dn)
|
|
1739
|
+
if ldap_server is not None:
|
|
1740
|
+
pulumi.set(__self__, "ldap_server", ldap_server)
|
|
1741
|
+
if require_valid_certificate is None:
|
|
1742
|
+
require_valid_certificate = False
|
|
1743
|
+
if require_valid_certificate is not None:
|
|
1744
|
+
pulumi.set(__self__, "require_valid_certificate", require_valid_certificate)
|
|
1745
|
+
if user_file_uri is not None:
|
|
1746
|
+
pulumi.set(__self__, "user_file_uri", user_file_uri)
|
|
1747
|
+
if username_source is None:
|
|
1748
|
+
username_source = 'None'
|
|
1749
|
+
if username_source is not None:
|
|
1750
|
+
pulumi.set(__self__, "username_source", username_source)
|
|
1751
|
+
|
|
1752
|
+
@property
|
|
1753
|
+
@pulumi.getter(name="usernameDownloaded")
|
|
1754
|
+
def username_downloaded(self) -> str:
|
|
1755
|
+
"""
|
|
1756
|
+
Indicates whether or not the HPC Cache has performed the username download successfully.
|
|
1757
|
+
"""
|
|
1758
|
+
return pulumi.get(self, "username_downloaded")
|
|
1759
|
+
|
|
1760
|
+
@property
|
|
1761
|
+
@pulumi.getter(name="autoDownloadCertificate")
|
|
1762
|
+
def auto_download_certificate(self) -> Optional[bool]:
|
|
1763
|
+
"""
|
|
1764
|
+
Determines if the certificate should be automatically downloaded. This applies to 'caCertificateURI' only if 'requireValidCertificate' is true.
|
|
1765
|
+
"""
|
|
1766
|
+
return pulumi.get(self, "auto_download_certificate")
|
|
1767
|
+
|
|
1768
|
+
@property
|
|
1769
|
+
@pulumi.getter(name="caCertificateURI")
|
|
1770
|
+
def ca_certificate_uri(self) -> Optional[str]:
|
|
1771
|
+
"""
|
|
1772
|
+
The URI of the CA certificate to validate the LDAP secure connection. This field must be populated when 'requireValidCertificate' is set to true.
|
|
1773
|
+
"""
|
|
1774
|
+
return pulumi.get(self, "ca_certificate_uri")
|
|
1775
|
+
|
|
1776
|
+
@property
|
|
1777
|
+
@pulumi.getter
|
|
1778
|
+
def credentials(self) -> Optional['outputs.CacheUsernameDownloadSettingsResponseCredentials']:
|
|
1779
|
+
"""
|
|
1780
|
+
When present, these are the credentials for the secure LDAP connection.
|
|
1781
|
+
"""
|
|
1782
|
+
return pulumi.get(self, "credentials")
|
|
1783
|
+
|
|
1784
|
+
@property
|
|
1785
|
+
@pulumi.getter(name="encryptLdapConnection")
|
|
1786
|
+
def encrypt_ldap_connection(self) -> Optional[bool]:
|
|
1787
|
+
"""
|
|
1788
|
+
Whether or not the LDAP connection should be encrypted.
|
|
1789
|
+
"""
|
|
1790
|
+
return pulumi.get(self, "encrypt_ldap_connection")
|
|
1791
|
+
|
|
1792
|
+
@property
|
|
1793
|
+
@pulumi.getter(name="extendedGroups")
|
|
1794
|
+
def extended_groups(self) -> Optional[bool]:
|
|
1795
|
+
"""
|
|
1796
|
+
Whether or not Extended Groups is enabled.
|
|
1797
|
+
"""
|
|
1798
|
+
return pulumi.get(self, "extended_groups")
|
|
1799
|
+
|
|
1800
|
+
@property
|
|
1801
|
+
@pulumi.getter(name="groupFileURI")
|
|
1802
|
+
def group_file_uri(self) -> Optional[str]:
|
|
1803
|
+
"""
|
|
1804
|
+
The URI of the file containing group information (in /etc/group file format). This field must be populated when 'usernameSource' is set to 'File'.
|
|
1805
|
+
"""
|
|
1806
|
+
return pulumi.get(self, "group_file_uri")
|
|
1807
|
+
|
|
1808
|
+
@property
|
|
1809
|
+
@pulumi.getter(name="ldapBaseDN")
|
|
1810
|
+
def ldap_base_dn(self) -> Optional[str]:
|
|
1811
|
+
"""
|
|
1812
|
+
The base distinguished name for the LDAP domain.
|
|
1813
|
+
"""
|
|
1814
|
+
return pulumi.get(self, "ldap_base_dn")
|
|
1815
|
+
|
|
1816
|
+
@property
|
|
1817
|
+
@pulumi.getter(name="ldapServer")
|
|
1818
|
+
def ldap_server(self) -> Optional[str]:
|
|
1819
|
+
"""
|
|
1820
|
+
The fully qualified domain name or IP address of the LDAP server to use.
|
|
1821
|
+
"""
|
|
1822
|
+
return pulumi.get(self, "ldap_server")
|
|
1823
|
+
|
|
1824
|
+
@property
|
|
1825
|
+
@pulumi.getter(name="requireValidCertificate")
|
|
1826
|
+
def require_valid_certificate(self) -> Optional[bool]:
|
|
1827
|
+
"""
|
|
1828
|
+
Determines if the certificates must be validated by a certificate authority. When true, caCertificateURI must be provided.
|
|
1829
|
+
"""
|
|
1830
|
+
return pulumi.get(self, "require_valid_certificate")
|
|
1831
|
+
|
|
1832
|
+
@property
|
|
1833
|
+
@pulumi.getter(name="userFileURI")
|
|
1834
|
+
def user_file_uri(self) -> Optional[str]:
|
|
1835
|
+
"""
|
|
1836
|
+
The URI of the file containing user information (in /etc/passwd file format). This field must be populated when 'usernameSource' is set to 'File'.
|
|
1837
|
+
"""
|
|
1838
|
+
return pulumi.get(self, "user_file_uri")
|
|
1839
|
+
|
|
1840
|
+
@property
|
|
1841
|
+
@pulumi.getter(name="usernameSource")
|
|
1842
|
+
def username_source(self) -> Optional[str]:
|
|
1843
|
+
"""
|
|
1844
|
+
This setting determines how the cache gets username and group names for clients.
|
|
1845
|
+
"""
|
|
1846
|
+
return pulumi.get(self, "username_source")
|
|
1847
|
+
|
|
1848
|
+
|
|
1849
|
+
@pulumi.output_type
|
|
1850
|
+
class CacheUsernameDownloadSettingsResponseCredentials(dict):
|
|
1851
|
+
"""
|
|
1852
|
+
When present, these are the credentials for the secure LDAP connection.
|
|
1853
|
+
"""
|
|
1854
|
+
@staticmethod
|
|
1855
|
+
def __key_warning(key: str):
|
|
1856
|
+
suggest = None
|
|
1857
|
+
if key == "bindDn":
|
|
1858
|
+
suggest = "bind_dn"
|
|
1859
|
+
elif key == "bindPassword":
|
|
1860
|
+
suggest = "bind_password"
|
|
1861
|
+
|
|
1862
|
+
if suggest:
|
|
1863
|
+
pulumi.log.warn(f"Key '{key}' not found in CacheUsernameDownloadSettingsResponseCredentials. Access the value via the '{suggest}' property getter instead.")
|
|
1864
|
+
|
|
1865
|
+
def __getitem__(self, key: str) -> Any:
|
|
1866
|
+
CacheUsernameDownloadSettingsResponseCredentials.__key_warning(key)
|
|
1867
|
+
return super().__getitem__(key)
|
|
1868
|
+
|
|
1869
|
+
def get(self, key: str, default = None) -> Any:
|
|
1870
|
+
CacheUsernameDownloadSettingsResponseCredentials.__key_warning(key)
|
|
1871
|
+
return super().get(key, default)
|
|
1872
|
+
|
|
1873
|
+
def __init__(__self__, *,
|
|
1874
|
+
bind_dn: Optional[str] = None,
|
|
1875
|
+
bind_password: Optional[str] = None):
|
|
1876
|
+
"""
|
|
1877
|
+
When present, these are the credentials for the secure LDAP connection.
|
|
1878
|
+
:param str bind_dn: The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
|
|
1879
|
+
:param str bind_password: The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
|
|
1880
|
+
"""
|
|
1881
|
+
if bind_dn is not None:
|
|
1882
|
+
pulumi.set(__self__, "bind_dn", bind_dn)
|
|
1883
|
+
if bind_password is not None:
|
|
1884
|
+
pulumi.set(__self__, "bind_password", bind_password)
|
|
1885
|
+
|
|
1886
|
+
@property
|
|
1887
|
+
@pulumi.getter(name="bindDn")
|
|
1888
|
+
def bind_dn(self) -> Optional[str]:
|
|
1889
|
+
"""
|
|
1890
|
+
The Bind Distinguished Name identity to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
|
|
1891
|
+
"""
|
|
1892
|
+
return pulumi.get(self, "bind_dn")
|
|
1893
|
+
|
|
1894
|
+
@property
|
|
1895
|
+
@pulumi.getter(name="bindPassword")
|
|
1896
|
+
def bind_password(self) -> Optional[str]:
|
|
1897
|
+
"""
|
|
1898
|
+
The Bind password to be used in the secure LDAP connection. This value is stored encrypted and not returned on response.
|
|
1899
|
+
"""
|
|
1900
|
+
return pulumi.get(self, "bind_password")
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
@pulumi.output_type
|
|
1904
|
+
class ClfsTargetResponse(dict):
|
|
1905
|
+
"""
|
|
1906
|
+
Properties pertaining to the ClfsTarget
|
|
1907
|
+
"""
|
|
1908
|
+
def __init__(__self__, *,
|
|
1909
|
+
target: Optional[str] = None):
|
|
1910
|
+
"""
|
|
1911
|
+
Properties pertaining to the ClfsTarget
|
|
1912
|
+
:param str target: Resource ID of storage container.
|
|
1913
|
+
"""
|
|
1914
|
+
if target is not None:
|
|
1915
|
+
pulumi.set(__self__, "target", target)
|
|
1916
|
+
|
|
1917
|
+
@property
|
|
1918
|
+
@pulumi.getter
|
|
1919
|
+
def target(self) -> Optional[str]:
|
|
1920
|
+
"""
|
|
1921
|
+
Resource ID of storage container.
|
|
1922
|
+
"""
|
|
1923
|
+
return pulumi.get(self, "target")
|
|
1924
|
+
|
|
1925
|
+
|
|
1926
|
+
@pulumi.output_type
|
|
1927
|
+
class ConditionResponse(dict):
|
|
1928
|
+
"""
|
|
1929
|
+
Outstanding conditions that will need to be resolved.
|
|
1930
|
+
"""
|
|
1931
|
+
def __init__(__self__, *,
|
|
1932
|
+
message: str,
|
|
1933
|
+
timestamp: str):
|
|
1934
|
+
"""
|
|
1935
|
+
Outstanding conditions that will need to be resolved.
|
|
1936
|
+
:param str message: The issue requiring attention.
|
|
1937
|
+
:param str timestamp: The time when the condition was raised.
|
|
1938
|
+
"""
|
|
1939
|
+
pulumi.set(__self__, "message", message)
|
|
1940
|
+
pulumi.set(__self__, "timestamp", timestamp)
|
|
1941
|
+
|
|
1942
|
+
@property
|
|
1943
|
+
@pulumi.getter
|
|
1944
|
+
def message(self) -> str:
|
|
1945
|
+
"""
|
|
1946
|
+
The issue requiring attention.
|
|
1947
|
+
"""
|
|
1948
|
+
return pulumi.get(self, "message")
|
|
1949
|
+
|
|
1950
|
+
@property
|
|
1951
|
+
@pulumi.getter
|
|
1952
|
+
def timestamp(self) -> str:
|
|
1953
|
+
"""
|
|
1954
|
+
The time when the condition was raised.
|
|
1955
|
+
"""
|
|
1956
|
+
return pulumi.get(self, "timestamp")
|
|
1957
|
+
|
|
1958
|
+
|
|
1959
|
+
@pulumi.output_type
|
|
1960
|
+
class KeyVaultKeyReferenceResponse(dict):
|
|
1961
|
+
"""
|
|
1962
|
+
Describes a reference to key vault key.
|
|
1963
|
+
"""
|
|
1964
|
+
@staticmethod
|
|
1965
|
+
def __key_warning(key: str):
|
|
1966
|
+
suggest = None
|
|
1967
|
+
if key == "keyUrl":
|
|
1968
|
+
suggest = "key_url"
|
|
1969
|
+
elif key == "sourceVault":
|
|
1970
|
+
suggest = "source_vault"
|
|
1971
|
+
|
|
1972
|
+
if suggest:
|
|
1973
|
+
pulumi.log.warn(f"Key '{key}' not found in KeyVaultKeyReferenceResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1974
|
+
|
|
1975
|
+
def __getitem__(self, key: str) -> Any:
|
|
1976
|
+
KeyVaultKeyReferenceResponse.__key_warning(key)
|
|
1977
|
+
return super().__getitem__(key)
|
|
1978
|
+
|
|
1979
|
+
def get(self, key: str, default = None) -> Any:
|
|
1980
|
+
KeyVaultKeyReferenceResponse.__key_warning(key)
|
|
1981
|
+
return super().get(key, default)
|
|
1982
|
+
|
|
1983
|
+
def __init__(__self__, *,
|
|
1984
|
+
key_url: str,
|
|
1985
|
+
source_vault: 'outputs.KeyVaultKeyReferenceResponseSourceVault'):
|
|
1986
|
+
"""
|
|
1987
|
+
Describes a reference to key vault key.
|
|
1988
|
+
:param str key_url: The URL referencing a key encryption key in key vault.
|
|
1989
|
+
:param 'KeyVaultKeyReferenceResponseSourceVault' source_vault: Describes a resource Id to source key vault.
|
|
1990
|
+
"""
|
|
1991
|
+
pulumi.set(__self__, "key_url", key_url)
|
|
1992
|
+
pulumi.set(__self__, "source_vault", source_vault)
|
|
1993
|
+
|
|
1994
|
+
@property
|
|
1995
|
+
@pulumi.getter(name="keyUrl")
|
|
1996
|
+
def key_url(self) -> str:
|
|
1997
|
+
"""
|
|
1998
|
+
The URL referencing a key encryption key in key vault.
|
|
1999
|
+
"""
|
|
2000
|
+
return pulumi.get(self, "key_url")
|
|
2001
|
+
|
|
2002
|
+
@property
|
|
2003
|
+
@pulumi.getter(name="sourceVault")
|
|
2004
|
+
def source_vault(self) -> 'outputs.KeyVaultKeyReferenceResponseSourceVault':
|
|
2005
|
+
"""
|
|
2006
|
+
Describes a resource Id to source key vault.
|
|
2007
|
+
"""
|
|
2008
|
+
return pulumi.get(self, "source_vault")
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
@pulumi.output_type
|
|
2012
|
+
class KeyVaultKeyReferenceResponseSourceVault(dict):
|
|
2013
|
+
"""
|
|
2014
|
+
Describes a resource Id to source key vault.
|
|
2015
|
+
"""
|
|
2016
|
+
def __init__(__self__, *,
|
|
2017
|
+
id: Optional[str] = None):
|
|
2018
|
+
"""
|
|
2019
|
+
Describes a resource Id to source key vault.
|
|
2020
|
+
:param str id: Resource Id.
|
|
2021
|
+
"""
|
|
2022
|
+
if id is not None:
|
|
2023
|
+
pulumi.set(__self__, "id", id)
|
|
2024
|
+
|
|
2025
|
+
@property
|
|
2026
|
+
@pulumi.getter
|
|
2027
|
+
def id(self) -> Optional[str]:
|
|
2028
|
+
"""
|
|
2029
|
+
Resource Id.
|
|
2030
|
+
"""
|
|
2031
|
+
return pulumi.get(self, "id")
|
|
2032
|
+
|
|
2033
|
+
|
|
2034
|
+
@pulumi.output_type
|
|
2035
|
+
class NamespaceJunctionResponse(dict):
|
|
2036
|
+
"""
|
|
2037
|
+
A namespace junction.
|
|
2038
|
+
"""
|
|
2039
|
+
@staticmethod
|
|
2040
|
+
def __key_warning(key: str):
|
|
2041
|
+
suggest = None
|
|
2042
|
+
if key == "namespacePath":
|
|
2043
|
+
suggest = "namespace_path"
|
|
2044
|
+
elif key == "nfsAccessPolicy":
|
|
2045
|
+
suggest = "nfs_access_policy"
|
|
2046
|
+
elif key == "nfsExport":
|
|
2047
|
+
suggest = "nfs_export"
|
|
2048
|
+
elif key == "targetPath":
|
|
2049
|
+
suggest = "target_path"
|
|
2050
|
+
|
|
2051
|
+
if suggest:
|
|
2052
|
+
pulumi.log.warn(f"Key '{key}' not found in NamespaceJunctionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2053
|
+
|
|
2054
|
+
def __getitem__(self, key: str) -> Any:
|
|
2055
|
+
NamespaceJunctionResponse.__key_warning(key)
|
|
2056
|
+
return super().__getitem__(key)
|
|
2057
|
+
|
|
2058
|
+
def get(self, key: str, default = None) -> Any:
|
|
2059
|
+
NamespaceJunctionResponse.__key_warning(key)
|
|
2060
|
+
return super().get(key, default)
|
|
2061
|
+
|
|
2062
|
+
def __init__(__self__, *,
|
|
2063
|
+
namespace_path: Optional[str] = None,
|
|
2064
|
+
nfs_access_policy: Optional[str] = None,
|
|
2065
|
+
nfs_export: Optional[str] = None,
|
|
2066
|
+
target_path: Optional[str] = None):
|
|
2067
|
+
"""
|
|
2068
|
+
A namespace junction.
|
|
2069
|
+
:param str namespace_path: Namespace path on a cache for a Storage Target.
|
|
2070
|
+
:param str nfs_access_policy: Name of the access policy applied to this junction.
|
|
2071
|
+
:param str nfs_export: NFS export where targetPath exists.
|
|
2072
|
+
:param str target_path: Path in Storage Target to which namespacePath points.
|
|
2073
|
+
"""
|
|
2074
|
+
if namespace_path is not None:
|
|
2075
|
+
pulumi.set(__self__, "namespace_path", namespace_path)
|
|
2076
|
+
if nfs_access_policy is None:
|
|
2077
|
+
nfs_access_policy = 'default'
|
|
2078
|
+
if nfs_access_policy is not None:
|
|
2079
|
+
pulumi.set(__self__, "nfs_access_policy", nfs_access_policy)
|
|
2080
|
+
if nfs_export is not None:
|
|
2081
|
+
pulumi.set(__self__, "nfs_export", nfs_export)
|
|
2082
|
+
if target_path is not None:
|
|
2083
|
+
pulumi.set(__self__, "target_path", target_path)
|
|
2084
|
+
|
|
2085
|
+
@property
|
|
2086
|
+
@pulumi.getter(name="namespacePath")
|
|
2087
|
+
def namespace_path(self) -> Optional[str]:
|
|
2088
|
+
"""
|
|
2089
|
+
Namespace path on a cache for a Storage Target.
|
|
2090
|
+
"""
|
|
2091
|
+
return pulumi.get(self, "namespace_path")
|
|
2092
|
+
|
|
2093
|
+
@property
|
|
2094
|
+
@pulumi.getter(name="nfsAccessPolicy")
|
|
2095
|
+
def nfs_access_policy(self) -> Optional[str]:
|
|
2096
|
+
"""
|
|
2097
|
+
Name of the access policy applied to this junction.
|
|
2098
|
+
"""
|
|
2099
|
+
return pulumi.get(self, "nfs_access_policy")
|
|
2100
|
+
|
|
2101
|
+
@property
|
|
2102
|
+
@pulumi.getter(name="nfsExport")
|
|
2103
|
+
def nfs_export(self) -> Optional[str]:
|
|
2104
|
+
"""
|
|
2105
|
+
NFS export where targetPath exists.
|
|
2106
|
+
"""
|
|
2107
|
+
return pulumi.get(self, "nfs_export")
|
|
2108
|
+
|
|
2109
|
+
@property
|
|
2110
|
+
@pulumi.getter(name="targetPath")
|
|
2111
|
+
def target_path(self) -> Optional[str]:
|
|
2112
|
+
"""
|
|
2113
|
+
Path in Storage Target to which namespacePath points.
|
|
2114
|
+
"""
|
|
2115
|
+
return pulumi.get(self, "target_path")
|
|
2116
|
+
|
|
2117
|
+
|
|
2118
|
+
@pulumi.output_type
|
|
2119
|
+
class Nfs3TargetResponse(dict):
|
|
2120
|
+
"""
|
|
2121
|
+
Properties pertaining to the Nfs3Target
|
|
2122
|
+
"""
|
|
2123
|
+
@staticmethod
|
|
2124
|
+
def __key_warning(key: str):
|
|
2125
|
+
suggest = None
|
|
2126
|
+
if key == "usageModel":
|
|
2127
|
+
suggest = "usage_model"
|
|
2128
|
+
elif key == "verificationTimer":
|
|
2129
|
+
suggest = "verification_timer"
|
|
2130
|
+
elif key == "writeBackTimer":
|
|
2131
|
+
suggest = "write_back_timer"
|
|
2132
|
+
|
|
2133
|
+
if suggest:
|
|
2134
|
+
pulumi.log.warn(f"Key '{key}' not found in Nfs3TargetResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2135
|
+
|
|
2136
|
+
def __getitem__(self, key: str) -> Any:
|
|
2137
|
+
Nfs3TargetResponse.__key_warning(key)
|
|
2138
|
+
return super().__getitem__(key)
|
|
2139
|
+
|
|
2140
|
+
def get(self, key: str, default = None) -> Any:
|
|
2141
|
+
Nfs3TargetResponse.__key_warning(key)
|
|
2142
|
+
return super().get(key, default)
|
|
2143
|
+
|
|
2144
|
+
def __init__(__self__, *,
|
|
2145
|
+
target: Optional[str] = None,
|
|
2146
|
+
usage_model: Optional[str] = None,
|
|
2147
|
+
verification_timer: Optional[int] = None,
|
|
2148
|
+
write_back_timer: Optional[int] = None):
|
|
2149
|
+
"""
|
|
2150
|
+
Properties pertaining to the Nfs3Target
|
|
2151
|
+
:param str target: IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
|
|
2152
|
+
:param str usage_model: Identifies the StorageCache usage model to be used for this storage target.
|
|
2153
|
+
:param int verification_timer: Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
|
|
2154
|
+
:param int write_back_timer: Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
|
|
2155
|
+
"""
|
|
2156
|
+
if target is not None:
|
|
2157
|
+
pulumi.set(__self__, "target", target)
|
|
2158
|
+
if usage_model is not None:
|
|
2159
|
+
pulumi.set(__self__, "usage_model", usage_model)
|
|
2160
|
+
if verification_timer is not None:
|
|
2161
|
+
pulumi.set(__self__, "verification_timer", verification_timer)
|
|
2162
|
+
if write_back_timer is not None:
|
|
2163
|
+
pulumi.set(__self__, "write_back_timer", write_back_timer)
|
|
2164
|
+
|
|
2165
|
+
@property
|
|
2166
|
+
@pulumi.getter
|
|
2167
|
+
def target(self) -> Optional[str]:
|
|
2168
|
+
"""
|
|
2169
|
+
IP address or host name of an NFSv3 host (e.g., 10.0.44.44).
|
|
2170
|
+
"""
|
|
2171
|
+
return pulumi.get(self, "target")
|
|
2172
|
+
|
|
2173
|
+
@property
|
|
2174
|
+
@pulumi.getter(name="usageModel")
|
|
2175
|
+
def usage_model(self) -> Optional[str]:
|
|
2176
|
+
"""
|
|
2177
|
+
Identifies the StorageCache usage model to be used for this storage target.
|
|
2178
|
+
"""
|
|
2179
|
+
return pulumi.get(self, "usage_model")
|
|
2180
|
+
|
|
2181
|
+
@property
|
|
2182
|
+
@pulumi.getter(name="verificationTimer")
|
|
2183
|
+
def verification_timer(self) -> Optional[int]:
|
|
2184
|
+
"""
|
|
2185
|
+
Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.
|
|
2186
|
+
"""
|
|
2187
|
+
return pulumi.get(self, "verification_timer")
|
|
2188
|
+
|
|
2189
|
+
@property
|
|
2190
|
+
@pulumi.getter(name="writeBackTimer")
|
|
2191
|
+
def write_back_timer(self) -> Optional[int]:
|
|
2192
|
+
"""
|
|
2193
|
+
Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.
|
|
2194
|
+
"""
|
|
2195
|
+
return pulumi.get(self, "write_back_timer")
|
|
2196
|
+
|
|
2197
|
+
|
|
2198
|
+
@pulumi.output_type
|
|
2199
|
+
class NfsAccessPolicyResponse(dict):
|
|
2200
|
+
"""
|
|
2201
|
+
A set of rules describing access policies applied to NFSv3 clients of the cache.
|
|
2202
|
+
"""
|
|
2203
|
+
@staticmethod
|
|
2204
|
+
def __key_warning(key: str):
|
|
2205
|
+
suggest = None
|
|
2206
|
+
if key == "accessRules":
|
|
2207
|
+
suggest = "access_rules"
|
|
2208
|
+
|
|
2209
|
+
if suggest:
|
|
2210
|
+
pulumi.log.warn(f"Key '{key}' not found in NfsAccessPolicyResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2211
|
+
|
|
2212
|
+
def __getitem__(self, key: str) -> Any:
|
|
2213
|
+
NfsAccessPolicyResponse.__key_warning(key)
|
|
2214
|
+
return super().__getitem__(key)
|
|
2215
|
+
|
|
2216
|
+
def get(self, key: str, default = None) -> Any:
|
|
2217
|
+
NfsAccessPolicyResponse.__key_warning(key)
|
|
2218
|
+
return super().get(key, default)
|
|
2219
|
+
|
|
2220
|
+
def __init__(__self__, *,
|
|
2221
|
+
access_rules: Sequence['outputs.NfsAccessRuleResponse'],
|
|
2222
|
+
name: str):
|
|
2223
|
+
"""
|
|
2224
|
+
A set of rules describing access policies applied to NFSv3 clients of the cache.
|
|
2225
|
+
:param Sequence['NfsAccessRuleResponse'] access_rules: The set of rules describing client accesses allowed under this policy.
|
|
2226
|
+
:param str name: Name identifying this policy. Access Policy names are not case sensitive.
|
|
2227
|
+
"""
|
|
2228
|
+
pulumi.set(__self__, "access_rules", access_rules)
|
|
2229
|
+
pulumi.set(__self__, "name", name)
|
|
2230
|
+
|
|
2231
|
+
@property
|
|
2232
|
+
@pulumi.getter(name="accessRules")
|
|
2233
|
+
def access_rules(self) -> Sequence['outputs.NfsAccessRuleResponse']:
|
|
2234
|
+
"""
|
|
2235
|
+
The set of rules describing client accesses allowed under this policy.
|
|
2236
|
+
"""
|
|
2237
|
+
return pulumi.get(self, "access_rules")
|
|
2238
|
+
|
|
2239
|
+
@property
|
|
2240
|
+
@pulumi.getter
|
|
2241
|
+
def name(self) -> str:
|
|
2242
|
+
"""
|
|
2243
|
+
Name identifying this policy. Access Policy names are not case sensitive.
|
|
2244
|
+
"""
|
|
2245
|
+
return pulumi.get(self, "name")
|
|
2246
|
+
|
|
2247
|
+
|
|
2248
|
+
@pulumi.output_type
|
|
2249
|
+
class NfsAccessRuleResponse(dict):
|
|
2250
|
+
"""
|
|
2251
|
+
Rule to place restrictions on portions of the cache namespace being presented to clients.
|
|
2252
|
+
"""
|
|
2253
|
+
@staticmethod
|
|
2254
|
+
def __key_warning(key: str):
|
|
2255
|
+
suggest = None
|
|
2256
|
+
if key == "anonymousGID":
|
|
2257
|
+
suggest = "anonymous_gid"
|
|
2258
|
+
elif key == "anonymousUID":
|
|
2259
|
+
suggest = "anonymous_uid"
|
|
2260
|
+
elif key == "rootSquash":
|
|
2261
|
+
suggest = "root_squash"
|
|
2262
|
+
elif key == "submountAccess":
|
|
2263
|
+
suggest = "submount_access"
|
|
2264
|
+
|
|
2265
|
+
if suggest:
|
|
2266
|
+
pulumi.log.warn(f"Key '{key}' not found in NfsAccessRuleResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2267
|
+
|
|
2268
|
+
def __getitem__(self, key: str) -> Any:
|
|
2269
|
+
NfsAccessRuleResponse.__key_warning(key)
|
|
2270
|
+
return super().__getitem__(key)
|
|
2271
|
+
|
|
2272
|
+
def get(self, key: str, default = None) -> Any:
|
|
2273
|
+
NfsAccessRuleResponse.__key_warning(key)
|
|
2274
|
+
return super().get(key, default)
|
|
2275
|
+
|
|
2276
|
+
def __init__(__self__, *,
|
|
2277
|
+
access: str,
|
|
2278
|
+
scope: str,
|
|
2279
|
+
anonymous_gid: Optional[str] = None,
|
|
2280
|
+
anonymous_uid: Optional[str] = None,
|
|
2281
|
+
filter: Optional[str] = None,
|
|
2282
|
+
root_squash: Optional[bool] = None,
|
|
2283
|
+
submount_access: Optional[bool] = None,
|
|
2284
|
+
suid: Optional[bool] = None):
|
|
2285
|
+
"""
|
|
2286
|
+
Rule to place restrictions on portions of the cache namespace being presented to clients.
|
|
2287
|
+
:param str access: Access allowed by this rule.
|
|
2288
|
+
:param str scope: Scope for this rule. The scope and filter determine which clients match the rule.
|
|
2289
|
+
:param str anonymous_gid: GID value that replaces 0 when rootSquash is true. This will use the value of anonymousUID if not provided.
|
|
2290
|
+
:param str anonymous_uid: UID value that replaces 0 when rootSquash is true. 65534 will be used if not provided.
|
|
2291
|
+
:param str filter: Filter applied to the scope for this rule. The filter's format depends on its scope. 'default' scope matches all clients and has no filter value. 'network' scope takes a filter in CIDR format (for example, 10.99.1.0/24). 'host' takes an IP address or fully qualified domain name as filter. If a client does not match any filter rule and there is no default rule, access is denied.
|
|
2292
|
+
:param bool root_squash: Map root accesses to anonymousUID and anonymousGID.
|
|
2293
|
+
:param bool submount_access: For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'.
|
|
2294
|
+
:param bool suid: Allow SUID semantics.
|
|
2295
|
+
"""
|
|
2296
|
+
pulumi.set(__self__, "access", access)
|
|
2297
|
+
pulumi.set(__self__, "scope", scope)
|
|
2298
|
+
if anonymous_gid is not None:
|
|
2299
|
+
pulumi.set(__self__, "anonymous_gid", anonymous_gid)
|
|
2300
|
+
if anonymous_uid is not None:
|
|
2301
|
+
pulumi.set(__self__, "anonymous_uid", anonymous_uid)
|
|
2302
|
+
if filter is not None:
|
|
2303
|
+
pulumi.set(__self__, "filter", filter)
|
|
2304
|
+
if root_squash is not None:
|
|
2305
|
+
pulumi.set(__self__, "root_squash", root_squash)
|
|
2306
|
+
if submount_access is not None:
|
|
2307
|
+
pulumi.set(__self__, "submount_access", submount_access)
|
|
2308
|
+
if suid is not None:
|
|
2309
|
+
pulumi.set(__self__, "suid", suid)
|
|
2310
|
+
|
|
2311
|
+
@property
|
|
2312
|
+
@pulumi.getter
|
|
2313
|
+
def access(self) -> str:
|
|
2314
|
+
"""
|
|
2315
|
+
Access allowed by this rule.
|
|
2316
|
+
"""
|
|
2317
|
+
return pulumi.get(self, "access")
|
|
2318
|
+
|
|
2319
|
+
@property
|
|
2320
|
+
@pulumi.getter
|
|
2321
|
+
def scope(self) -> str:
|
|
2322
|
+
"""
|
|
2323
|
+
Scope for this rule. The scope and filter determine which clients match the rule.
|
|
2324
|
+
"""
|
|
2325
|
+
return pulumi.get(self, "scope")
|
|
2326
|
+
|
|
2327
|
+
@property
|
|
2328
|
+
@pulumi.getter(name="anonymousGID")
|
|
2329
|
+
def anonymous_gid(self) -> Optional[str]:
|
|
2330
|
+
"""
|
|
2331
|
+
GID value that replaces 0 when rootSquash is true. This will use the value of anonymousUID if not provided.
|
|
2332
|
+
"""
|
|
2333
|
+
return pulumi.get(self, "anonymous_gid")
|
|
2334
|
+
|
|
2335
|
+
@property
|
|
2336
|
+
@pulumi.getter(name="anonymousUID")
|
|
2337
|
+
def anonymous_uid(self) -> Optional[str]:
|
|
2338
|
+
"""
|
|
2339
|
+
UID value that replaces 0 when rootSquash is true. 65534 will be used if not provided.
|
|
2340
|
+
"""
|
|
2341
|
+
return pulumi.get(self, "anonymous_uid")
|
|
2342
|
+
|
|
2343
|
+
@property
|
|
2344
|
+
@pulumi.getter
|
|
2345
|
+
def filter(self) -> Optional[str]:
|
|
2346
|
+
"""
|
|
2347
|
+
Filter applied to the scope for this rule. The filter's format depends on its scope. 'default' scope matches all clients and has no filter value. 'network' scope takes a filter in CIDR format (for example, 10.99.1.0/24). 'host' takes an IP address or fully qualified domain name as filter. If a client does not match any filter rule and there is no default rule, access is denied.
|
|
2348
|
+
"""
|
|
2349
|
+
return pulumi.get(self, "filter")
|
|
2350
|
+
|
|
2351
|
+
@property
|
|
2352
|
+
@pulumi.getter(name="rootSquash")
|
|
2353
|
+
def root_squash(self) -> Optional[bool]:
|
|
2354
|
+
"""
|
|
2355
|
+
Map root accesses to anonymousUID and anonymousGID.
|
|
2356
|
+
"""
|
|
2357
|
+
return pulumi.get(self, "root_squash")
|
|
2358
|
+
|
|
2359
|
+
@property
|
|
2360
|
+
@pulumi.getter(name="submountAccess")
|
|
2361
|
+
def submount_access(self) -> Optional[bool]:
|
|
2362
|
+
"""
|
|
2363
|
+
For the default policy, allow access to subdirectories under the root export. If this is set to no, clients can only mount the path '/'. If set to yes, clients can mount a deeper path, like '/a/b'.
|
|
2364
|
+
"""
|
|
2365
|
+
return pulumi.get(self, "submount_access")
|
|
2366
|
+
|
|
2367
|
+
@property
|
|
2368
|
+
@pulumi.getter
|
|
2369
|
+
def suid(self) -> Optional[bool]:
|
|
2370
|
+
"""
|
|
2371
|
+
Allow SUID semantics.
|
|
2372
|
+
"""
|
|
2373
|
+
return pulumi.get(self, "suid")
|
|
2374
|
+
|
|
2375
|
+
|
|
2376
|
+
@pulumi.output_type
|
|
2377
|
+
class PrimingJobResponse(dict):
|
|
2378
|
+
"""
|
|
2379
|
+
A priming job instance.
|
|
2380
|
+
"""
|
|
2381
|
+
@staticmethod
|
|
2382
|
+
def __key_warning(key: str):
|
|
2383
|
+
suggest = None
|
|
2384
|
+
if key == "primingJobDetails":
|
|
2385
|
+
suggest = "priming_job_details"
|
|
2386
|
+
elif key == "primingJobId":
|
|
2387
|
+
suggest = "priming_job_id"
|
|
2388
|
+
elif key == "primingJobName":
|
|
2389
|
+
suggest = "priming_job_name"
|
|
2390
|
+
elif key == "primingJobPercentComplete":
|
|
2391
|
+
suggest = "priming_job_percent_complete"
|
|
2392
|
+
elif key == "primingJobState":
|
|
2393
|
+
suggest = "priming_job_state"
|
|
2394
|
+
elif key == "primingJobStatus":
|
|
2395
|
+
suggest = "priming_job_status"
|
|
2396
|
+
|
|
2397
|
+
if suggest:
|
|
2398
|
+
pulumi.log.warn(f"Key '{key}' not found in PrimingJobResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2399
|
+
|
|
2400
|
+
def __getitem__(self, key: str) -> Any:
|
|
2401
|
+
PrimingJobResponse.__key_warning(key)
|
|
2402
|
+
return super().__getitem__(key)
|
|
2403
|
+
|
|
2404
|
+
def get(self, key: str, default = None) -> Any:
|
|
2405
|
+
PrimingJobResponse.__key_warning(key)
|
|
2406
|
+
return super().get(key, default)
|
|
2407
|
+
|
|
2408
|
+
def __init__(__self__, *,
|
|
2409
|
+
priming_job_details: str,
|
|
2410
|
+
priming_job_id: str,
|
|
2411
|
+
priming_job_name: str,
|
|
2412
|
+
priming_job_percent_complete: float,
|
|
2413
|
+
priming_job_state: str,
|
|
2414
|
+
priming_job_status: str):
|
|
2415
|
+
"""
|
|
2416
|
+
A priming job instance.
|
|
2417
|
+
:param str priming_job_details: The job details or error information if any.
|
|
2418
|
+
:param str priming_job_id: The unique identifier of the priming job.
|
|
2419
|
+
:param str priming_job_name: The priming job name.
|
|
2420
|
+
:param float priming_job_percent_complete: The current progress of the priming job, as a percentage.
|
|
2421
|
+
:param str priming_job_state: The state of the priming operation.
|
|
2422
|
+
:param str priming_job_status: The status code of the priming job.
|
|
2423
|
+
"""
|
|
2424
|
+
pulumi.set(__self__, "priming_job_details", priming_job_details)
|
|
2425
|
+
pulumi.set(__self__, "priming_job_id", priming_job_id)
|
|
2426
|
+
pulumi.set(__self__, "priming_job_name", priming_job_name)
|
|
2427
|
+
pulumi.set(__self__, "priming_job_percent_complete", priming_job_percent_complete)
|
|
2428
|
+
pulumi.set(__self__, "priming_job_state", priming_job_state)
|
|
2429
|
+
pulumi.set(__self__, "priming_job_status", priming_job_status)
|
|
2430
|
+
|
|
2431
|
+
@property
|
|
2432
|
+
@pulumi.getter(name="primingJobDetails")
|
|
2433
|
+
def priming_job_details(self) -> str:
|
|
2434
|
+
"""
|
|
2435
|
+
The job details or error information if any.
|
|
2436
|
+
"""
|
|
2437
|
+
return pulumi.get(self, "priming_job_details")
|
|
2438
|
+
|
|
2439
|
+
@property
|
|
2440
|
+
@pulumi.getter(name="primingJobId")
|
|
2441
|
+
def priming_job_id(self) -> str:
|
|
2442
|
+
"""
|
|
2443
|
+
The unique identifier of the priming job.
|
|
2444
|
+
"""
|
|
2445
|
+
return pulumi.get(self, "priming_job_id")
|
|
2446
|
+
|
|
2447
|
+
@property
|
|
2448
|
+
@pulumi.getter(name="primingJobName")
|
|
2449
|
+
def priming_job_name(self) -> str:
|
|
2450
|
+
"""
|
|
2451
|
+
The priming job name.
|
|
2452
|
+
"""
|
|
2453
|
+
return pulumi.get(self, "priming_job_name")
|
|
2454
|
+
|
|
2455
|
+
@property
|
|
2456
|
+
@pulumi.getter(name="primingJobPercentComplete")
|
|
2457
|
+
def priming_job_percent_complete(self) -> float:
|
|
2458
|
+
"""
|
|
2459
|
+
The current progress of the priming job, as a percentage.
|
|
2460
|
+
"""
|
|
2461
|
+
return pulumi.get(self, "priming_job_percent_complete")
|
|
2462
|
+
|
|
2463
|
+
@property
|
|
2464
|
+
@pulumi.getter(name="primingJobState")
|
|
2465
|
+
def priming_job_state(self) -> str:
|
|
2466
|
+
"""
|
|
2467
|
+
The state of the priming operation.
|
|
2468
|
+
"""
|
|
2469
|
+
return pulumi.get(self, "priming_job_state")
|
|
2470
|
+
|
|
2471
|
+
@property
|
|
2472
|
+
@pulumi.getter(name="primingJobStatus")
|
|
2473
|
+
def priming_job_status(self) -> str:
|
|
2474
|
+
"""
|
|
2475
|
+
The status code of the priming job.
|
|
2476
|
+
"""
|
|
2477
|
+
return pulumi.get(self, "priming_job_status")
|
|
2478
|
+
|
|
2479
|
+
|
|
2480
|
+
@pulumi.output_type
|
|
2481
|
+
class SkuNameResponse(dict):
|
|
2482
|
+
"""
|
|
2483
|
+
SKU for the resource.
|
|
2484
|
+
"""
|
|
2485
|
+
def __init__(__self__, *,
|
|
2486
|
+
name: Optional[str] = None):
|
|
2487
|
+
"""
|
|
2488
|
+
SKU for the resource.
|
|
2489
|
+
:param str name: SKU name for this resource.
|
|
2490
|
+
"""
|
|
2491
|
+
if name is not None:
|
|
2492
|
+
pulumi.set(__self__, "name", name)
|
|
2493
|
+
|
|
2494
|
+
@property
|
|
2495
|
+
@pulumi.getter
|
|
2496
|
+
def name(self) -> Optional[str]:
|
|
2497
|
+
"""
|
|
2498
|
+
SKU name for this resource.
|
|
2499
|
+
"""
|
|
2500
|
+
return pulumi.get(self, "name")
|
|
2501
|
+
|
|
2502
|
+
|
|
2503
|
+
@pulumi.output_type
|
|
2504
|
+
class StorageTargetSpaceAllocationResponse(dict):
|
|
2505
|
+
"""
|
|
2506
|
+
Storage Target space allocation properties.
|
|
2507
|
+
"""
|
|
2508
|
+
@staticmethod
|
|
2509
|
+
def __key_warning(key: str):
|
|
2510
|
+
suggest = None
|
|
2511
|
+
if key == "allocationPercentage":
|
|
2512
|
+
suggest = "allocation_percentage"
|
|
2513
|
+
|
|
2514
|
+
if suggest:
|
|
2515
|
+
pulumi.log.warn(f"Key '{key}' not found in StorageTargetSpaceAllocationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2516
|
+
|
|
2517
|
+
def __getitem__(self, key: str) -> Any:
|
|
2518
|
+
StorageTargetSpaceAllocationResponse.__key_warning(key)
|
|
2519
|
+
return super().__getitem__(key)
|
|
2520
|
+
|
|
2521
|
+
def get(self, key: str, default = None) -> Any:
|
|
2522
|
+
StorageTargetSpaceAllocationResponse.__key_warning(key)
|
|
2523
|
+
return super().get(key, default)
|
|
2524
|
+
|
|
2525
|
+
def __init__(__self__, *,
|
|
2526
|
+
allocation_percentage: Optional[int] = None,
|
|
2527
|
+
name: Optional[str] = None):
|
|
2528
|
+
"""
|
|
2529
|
+
Storage Target space allocation properties.
|
|
2530
|
+
:param int allocation_percentage: The percentage of cache space allocated for this storage target
|
|
2531
|
+
:param str name: Name of the storage target.
|
|
2532
|
+
"""
|
|
2533
|
+
if allocation_percentage is not None:
|
|
2534
|
+
pulumi.set(__self__, "allocation_percentage", allocation_percentage)
|
|
2535
|
+
if name is not None:
|
|
2536
|
+
pulumi.set(__self__, "name", name)
|
|
2537
|
+
|
|
2538
|
+
@property
|
|
2539
|
+
@pulumi.getter(name="allocationPercentage")
|
|
2540
|
+
def allocation_percentage(self) -> Optional[int]:
|
|
2541
|
+
"""
|
|
2542
|
+
The percentage of cache space allocated for this storage target
|
|
2543
|
+
"""
|
|
2544
|
+
return pulumi.get(self, "allocation_percentage")
|
|
2545
|
+
|
|
2546
|
+
@property
|
|
2547
|
+
@pulumi.getter
|
|
2548
|
+
def name(self) -> Optional[str]:
|
|
2549
|
+
"""
|
|
2550
|
+
Name of the storage target.
|
|
2551
|
+
"""
|
|
2552
|
+
return pulumi.get(self, "name")
|
|
2553
|
+
|
|
2554
|
+
|
|
2555
|
+
@pulumi.output_type
|
|
2556
|
+
class SystemDataResponse(dict):
|
|
2557
|
+
"""
|
|
2558
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2559
|
+
"""
|
|
2560
|
+
@staticmethod
|
|
2561
|
+
def __key_warning(key: str):
|
|
2562
|
+
suggest = None
|
|
2563
|
+
if key == "createdAt":
|
|
2564
|
+
suggest = "created_at"
|
|
2565
|
+
elif key == "createdBy":
|
|
2566
|
+
suggest = "created_by"
|
|
2567
|
+
elif key == "createdByType":
|
|
2568
|
+
suggest = "created_by_type"
|
|
2569
|
+
elif key == "lastModifiedAt":
|
|
2570
|
+
suggest = "last_modified_at"
|
|
2571
|
+
elif key == "lastModifiedBy":
|
|
2572
|
+
suggest = "last_modified_by"
|
|
2573
|
+
elif key == "lastModifiedByType":
|
|
2574
|
+
suggest = "last_modified_by_type"
|
|
2575
|
+
|
|
2576
|
+
if suggest:
|
|
2577
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2578
|
+
|
|
2579
|
+
def __getitem__(self, key: str) -> Any:
|
|
2580
|
+
SystemDataResponse.__key_warning(key)
|
|
2581
|
+
return super().__getitem__(key)
|
|
2582
|
+
|
|
2583
|
+
def get(self, key: str, default = None) -> Any:
|
|
2584
|
+
SystemDataResponse.__key_warning(key)
|
|
2585
|
+
return super().get(key, default)
|
|
2586
|
+
|
|
2587
|
+
def __init__(__self__, *,
|
|
2588
|
+
created_at: Optional[str] = None,
|
|
2589
|
+
created_by: Optional[str] = None,
|
|
2590
|
+
created_by_type: Optional[str] = None,
|
|
2591
|
+
last_modified_at: Optional[str] = None,
|
|
2592
|
+
last_modified_by: Optional[str] = None,
|
|
2593
|
+
last_modified_by_type: Optional[str] = None):
|
|
2594
|
+
"""
|
|
2595
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
2596
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
2597
|
+
:param str created_by: The identity that created the resource.
|
|
2598
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
2599
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
2600
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
2601
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
2602
|
+
"""
|
|
2603
|
+
if created_at is not None:
|
|
2604
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
2605
|
+
if created_by is not None:
|
|
2606
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
2607
|
+
if created_by_type is not None:
|
|
2608
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
2609
|
+
if last_modified_at is not None:
|
|
2610
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
2611
|
+
if last_modified_by is not None:
|
|
2612
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
2613
|
+
if last_modified_by_type is not None:
|
|
2614
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
2615
|
+
|
|
2616
|
+
@property
|
|
2617
|
+
@pulumi.getter(name="createdAt")
|
|
2618
|
+
def created_at(self) -> Optional[str]:
|
|
2619
|
+
"""
|
|
2620
|
+
The timestamp of resource creation (UTC).
|
|
2621
|
+
"""
|
|
2622
|
+
return pulumi.get(self, "created_at")
|
|
2623
|
+
|
|
2624
|
+
@property
|
|
2625
|
+
@pulumi.getter(name="createdBy")
|
|
2626
|
+
def created_by(self) -> Optional[str]:
|
|
2627
|
+
"""
|
|
2628
|
+
The identity that created the resource.
|
|
2629
|
+
"""
|
|
2630
|
+
return pulumi.get(self, "created_by")
|
|
2631
|
+
|
|
2632
|
+
@property
|
|
2633
|
+
@pulumi.getter(name="createdByType")
|
|
2634
|
+
def created_by_type(self) -> Optional[str]:
|
|
2635
|
+
"""
|
|
2636
|
+
The type of identity that created the resource.
|
|
2637
|
+
"""
|
|
2638
|
+
return pulumi.get(self, "created_by_type")
|
|
2639
|
+
|
|
2640
|
+
@property
|
|
2641
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
2642
|
+
def last_modified_at(self) -> Optional[str]:
|
|
2643
|
+
"""
|
|
2644
|
+
The timestamp of resource last modification (UTC)
|
|
2645
|
+
"""
|
|
2646
|
+
return pulumi.get(self, "last_modified_at")
|
|
2647
|
+
|
|
2648
|
+
@property
|
|
2649
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
2650
|
+
def last_modified_by(self) -> Optional[str]:
|
|
2651
|
+
"""
|
|
2652
|
+
The identity that last modified the resource.
|
|
2653
|
+
"""
|
|
2654
|
+
return pulumi.get(self, "last_modified_by")
|
|
2655
|
+
|
|
2656
|
+
@property
|
|
2657
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
2658
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
2659
|
+
"""
|
|
2660
|
+
The type of identity that last modified the resource.
|
|
2661
|
+
"""
|
|
2662
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
2663
|
+
|
|
2664
|
+
|
|
2665
|
+
@pulumi.output_type
|
|
2666
|
+
class UnknownTargetResponse(dict):
|
|
2667
|
+
"""
|
|
2668
|
+
Properties pertaining to the UnknownTarget
|
|
2669
|
+
"""
|
|
2670
|
+
def __init__(__self__, *,
|
|
2671
|
+
attributes: Optional[Mapping[str, str]] = None):
|
|
2672
|
+
"""
|
|
2673
|
+
Properties pertaining to the UnknownTarget
|
|
2674
|
+
:param Mapping[str, str] attributes: Dictionary of string->string pairs containing information about the Storage Target.
|
|
2675
|
+
"""
|
|
2676
|
+
if attributes is not None:
|
|
2677
|
+
pulumi.set(__self__, "attributes", attributes)
|
|
2678
|
+
|
|
2679
|
+
@property
|
|
2680
|
+
@pulumi.getter
|
|
2681
|
+
def attributes(self) -> Optional[Mapping[str, str]]:
|
|
2682
|
+
"""
|
|
2683
|
+
Dictionary of string->string pairs containing information about the Storage Target.
|
|
2684
|
+
"""
|
|
2685
|
+
return pulumi.get(self, "attributes")
|
|
2686
|
+
|
|
2687
|
+
|
|
2688
|
+
@pulumi.output_type
|
|
2689
|
+
class UserAssignedIdentitiesResponseUserAssignedIdentities(dict):
|
|
2690
|
+
@staticmethod
|
|
2691
|
+
def __key_warning(key: str):
|
|
2692
|
+
suggest = None
|
|
2693
|
+
if key == "clientId":
|
|
2694
|
+
suggest = "client_id"
|
|
2695
|
+
elif key == "principalId":
|
|
2696
|
+
suggest = "principal_id"
|
|
2697
|
+
|
|
2698
|
+
if suggest:
|
|
2699
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentitiesResponseUserAssignedIdentities. Access the value via the '{suggest}' property getter instead.")
|
|
2700
|
+
|
|
2701
|
+
def __getitem__(self, key: str) -> Any:
|
|
2702
|
+
UserAssignedIdentitiesResponseUserAssignedIdentities.__key_warning(key)
|
|
2703
|
+
return super().__getitem__(key)
|
|
2704
|
+
|
|
2705
|
+
def get(self, key: str, default = None) -> Any:
|
|
2706
|
+
UserAssignedIdentitiesResponseUserAssignedIdentities.__key_warning(key)
|
|
2707
|
+
return super().get(key, default)
|
|
2708
|
+
|
|
2709
|
+
def __init__(__self__, *,
|
|
2710
|
+
client_id: str,
|
|
2711
|
+
principal_id: str):
|
|
2712
|
+
"""
|
|
2713
|
+
:param str client_id: The client ID of the user-assigned identity.
|
|
2714
|
+
:param str principal_id: The principal ID of the user-assigned identity.
|
|
2715
|
+
"""
|
|
2716
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
2717
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
2718
|
+
|
|
2719
|
+
@property
|
|
2720
|
+
@pulumi.getter(name="clientId")
|
|
2721
|
+
def client_id(self) -> str:
|
|
2722
|
+
"""
|
|
2723
|
+
The client ID of the user-assigned identity.
|
|
2724
|
+
"""
|
|
2725
|
+
return pulumi.get(self, "client_id")
|
|
2726
|
+
|
|
2727
|
+
@property
|
|
2728
|
+
@pulumi.getter(name="principalId")
|
|
2729
|
+
def principal_id(self) -> str:
|
|
2730
|
+
"""
|
|
2731
|
+
The principal ID of the user-assigned identity.
|
|
2732
|
+
"""
|
|
2733
|
+
return pulumi.get(self, "principal_id")
|
|
2734
|
+
|
|
2735
|
+
|