pulumi-azure-native 2.64.0a1727364719__py3-none-any.whl → 2.64.1__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 +291 -2
- pulumi_azure_native/cdn/__init__.py +3 -0
- pulumi_azure_native/cdn/afd_custom_domain.py +3 -3
- pulumi_azure_native/cdn/afd_endpoint.py +3 -3
- pulumi_azure_native/cdn/afd_origin.py +3 -3
- pulumi_azure_native/cdn/afd_origin_group.py +3 -3
- pulumi_azure_native/cdn/custom_domain.py +3 -3
- pulumi_azure_native/cdn/endpoint.py +3 -3
- pulumi_azure_native/cdn/get_afd_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_afd_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin.py +2 -2
- pulumi_azure_native/cdn/get_afd_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_custom_domain.py +2 -2
- pulumi_azure_native/cdn/get_endpoint.py +2 -2
- pulumi_azure_native/cdn/get_origin.py +2 -2
- pulumi_azure_native/cdn/get_origin_group.py +2 -2
- pulumi_azure_native/cdn/get_policy.py +2 -2
- pulumi_azure_native/cdn/get_profile.py +2 -2
- pulumi_azure_native/cdn/get_profile_supported_optimization_types.py +2 -2
- pulumi_azure_native/cdn/get_route.py +2 -2
- pulumi_azure_native/cdn/get_rule.py +2 -2
- pulumi_azure_native/cdn/get_rule_set.py +2 -2
- pulumi_azure_native/cdn/get_secret.py +2 -2
- pulumi_azure_native/cdn/get_security_policy.py +2 -2
- pulumi_azure_native/cdn/origin.py +3 -3
- pulumi_azure_native/cdn/origin_group.py +3 -3
- pulumi_azure_native/cdn/policy.py +3 -3
- pulumi_azure_native/cdn/profile.py +3 -3
- pulumi_azure_native/cdn/route.py +3 -3
- pulumi_azure_native/cdn/rule.py +3 -3
- pulumi_azure_native/cdn/rule_set.py +3 -3
- pulumi_azure_native/cdn/secret.py +3 -3
- pulumi_azure_native/cdn/security_policy.py +3 -3
- pulumi_azure_native/cdn/v20200901/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20200901/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20200901/profile.py +1 -1
- pulumi_azure_native/cdn/v20200901/route.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20230501/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230501/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230501/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230501/origin.py +1 -1
- pulumi_azure_native/cdn/v20230501/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230501/policy.py +1 -1
- pulumi_azure_native/cdn/v20230501/profile.py +1 -1
- pulumi_azure_native/cdn/v20230501/route.py +1 -1
- pulumi_azure_native/cdn/v20230501/rule.py +1 -1
- pulumi_azure_native/cdn/v20230501/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20230501/secret.py +1 -1
- pulumi_azure_native/cdn/v20230501/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/origin.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/policy.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/profile.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/route.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/rule.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/secret.py +1 -1
- pulumi_azure_native/cdn/v20230701preview/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20240201/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240201/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240201/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240201/origin.py +1 -1
- pulumi_azure_native/cdn/v20240201/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240201/policy.py +1 -1
- pulumi_azure_native/cdn/v20240201/profile.py +1 -1
- pulumi_azure_native/cdn/v20240201/route.py +1 -1
- pulumi_azure_native/cdn/v20240201/rule.py +1 -1
- pulumi_azure_native/cdn/v20240201/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20240201/secret.py +1 -1
- pulumi_azure_native/cdn/v20240201/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/origin.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/policy.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/profile.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/route.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/rule.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/secret.py +1 -1
- pulumi_azure_native/cdn/v20240501preview/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/afd_custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/afd_endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/afd_origin.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/afd_origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/custom_domain.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/endpoint.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/origin.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/origin_group.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/policy.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/profile.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/route.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/rule.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/rule_set.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/secret.py +1 -1
- pulumi_azure_native/cdn/v20240601preview/security_policy.py +1 -1
- pulumi_azure_native/cdn/v20240901/__init__.py +41 -0
- pulumi_azure_native/cdn/v20240901/_enums.py +851 -0
- pulumi_azure_native/cdn/v20240901/_inputs.py +8146 -0
- pulumi_azure_native/cdn/v20240901/afd_custom_domain.py +384 -0
- pulumi_azure_native/cdn/v20240901/afd_endpoint.py +343 -0
- pulumi_azure_native/cdn/v20240901/afd_origin.py +542 -0
- pulumi_azure_native/cdn/v20240901/afd_origin_group.py +334 -0
- pulumi_azure_native/cdn/v20240901/custom_domain.py +301 -0
- pulumi_azure_native/cdn/v20240901/endpoint.py +767 -0
- pulumi_azure_native/cdn/v20240901/get_afd_custom_domain.py +272 -0
- pulumi_azure_native/cdn/v20240901/get_afd_endpoint.py +244 -0
- pulumi_azure_native/cdn/v20240901/get_afd_origin.py +320 -0
- pulumi_azure_native/cdn/v20240901/get_afd_origin_group.py +230 -0
- pulumi_azure_native/cdn/v20240901/get_custom_domain.py +239 -0
- pulumi_azure_native/cdn/v20240901/get_endpoint.py +443 -0
- pulumi_azure_native/cdn/v20240901/get_origin.py +337 -0
- pulumi_azure_native/cdn/v20240901/get_origin_group.py +225 -0
- pulumi_azure_native/cdn/v20240901/get_policy.py +294 -0
- pulumi_azure_native/cdn/v20240901/get_profile.py +283 -0
- pulumi_azure_native/cdn/v20240901/get_profile_supported_optimization_types.py +86 -0
- pulumi_azure_native/cdn/v20240901/get_route.py +334 -0
- pulumi_azure_native/cdn/v20240901/get_rule.py +236 -0
- pulumi_azure_native/cdn/v20240901/get_rule_set.py +174 -0
- pulumi_azure_native/cdn/v20240901/get_secret.py +188 -0
- pulumi_azure_native/cdn/v20240901/get_security_policy.py +188 -0
- pulumi_azure_native/cdn/v20240901/origin.py +561 -0
- pulumi_azure_native/cdn/v20240901/origin_group.py +350 -0
- pulumi_azure_native/cdn/v20240901/outputs.py +7068 -0
- pulumi_azure_native/cdn/v20240901/policy.py +441 -0
- pulumi_azure_native/cdn/v20240901/profile.py +396 -0
- pulumi_azure_native/cdn/v20240901/route.py +571 -0
- pulumi_azure_native/cdn/v20240901/rule.py +361 -0
- pulumi_azure_native/cdn/v20240901/rule_set.py +216 -0
- pulumi_azure_native/cdn/v20240901/secret.py +246 -0
- pulumi_azure_native/cdn/v20240901/security_policy.py +246 -0
- pulumi_azure_native/certificateregistration/__init__.py +3 -0
- pulumi_azure_native/certificateregistration/app_service_certificate_order.py +3 -3
- pulumi_azure_native/certificateregistration/app_service_certificate_order_certificate.py +3 -3
- pulumi_azure_native/certificateregistration/get_app_service_certificate_order.py +2 -2
- pulumi_azure_native/certificateregistration/get_app_service_certificate_order_certificate.py +2 -2
- pulumi_azure_native/certificateregistration/v20201001/app_service_certificate_order.py +1 -1
- pulumi_azure_native/certificateregistration/v20201001/app_service_certificate_order_certificate.py +1 -1
- pulumi_azure_native/certificateregistration/v20220901/app_service_certificate_order.py +1 -1
- pulumi_azure_native/certificateregistration/v20220901/app_service_certificate_order_certificate.py +1 -1
- pulumi_azure_native/certificateregistration/v20230101/app_service_certificate_order.py +1 -1
- pulumi_azure_native/certificateregistration/v20230101/app_service_certificate_order_certificate.py +1 -1
- pulumi_azure_native/certificateregistration/v20231201/app_service_certificate_order.py +1 -1
- pulumi_azure_native/certificateregistration/v20231201/app_service_certificate_order_certificate.py +1 -1
- pulumi_azure_native/certificateregistration/v20240401/__init__.py +14 -0
- pulumi_azure_native/certificateregistration/v20240401/_enums.py +17 -0
- pulumi_azure_native/certificateregistration/v20240401/_inputs.py +80 -0
- pulumi_azure_native/certificateregistration/v20240401/app_service_certificate_order.py +594 -0
- pulumi_azure_native/certificateregistration/v20240401/app_service_certificate_order_certificate.py +333 -0
- pulumi_azure_native/certificateregistration/v20240401/get_app_service_certificate_order.py +437 -0
- pulumi_azure_native/certificateregistration/v20240401/get_app_service_certificate_order_certificate.py +204 -0
- pulumi_azure_native/certificateregistration/v20240401/outputs.py +281 -0
- pulumi_azure_native/containerinstance/__init__.py +2 -0
- pulumi_azure_native/containerinstance/_inputs.py +98 -38
- pulumi_azure_native/containerinstance/container_group_profile.py +651 -0
- pulumi_azure_native/containerinstance/get_container_group_profile.py +358 -0
- pulumi_azure_native/containerinstance/outputs.py +78 -21
- pulumi_azure_native/containerinstance/v20240501preview/__init__.py +2 -0
- pulumi_azure_native/containerinstance/v20240501preview/container_group.py +3 -3
- pulumi_azure_native/containerinstance/v20240501preview/container_group_profile.py +649 -0
- pulumi_azure_native/containerinstance/v20240501preview/get_container_group.py +2 -2
- pulumi_azure_native/containerinstance/v20240501preview/get_container_group_profile.py +356 -0
- pulumi_azure_native/datafactory/_inputs.py +19 -0
- pulumi_azure_native/datafactory/outputs.py +14 -1
- pulumi_azure_native/datafactory/v20180601/_inputs.py +19 -0
- pulumi_azure_native/datafactory/v20180601/outputs.py +14 -1
- pulumi_azure_native/devices/__init__.py +3 -0
- pulumi_azure_native/devices/dps_certificate.py +3 -3
- pulumi_azure_native/devices/get_dps_certificate.py +2 -2
- pulumi_azure_native/devices/get_iot_dps_resource.py +2 -2
- pulumi_azure_native/devices/get_iot_dps_resource_private_endpoint_connection.py +2 -2
- pulumi_azure_native/devices/iot_dps_resource.py +3 -3
- pulumi_azure_native/devices/iot_dps_resource_private_endpoint_connection.py +3 -3
- pulumi_azure_native/devices/list_iot_dps_resource_keys.py +2 -2
- pulumi_azure_native/devices/list_iot_dps_resource_keys_for_key_name.py +2 -2
- pulumi_azure_native/devices/v20200901preview/iot_dps_resource.py +1 -1
- pulumi_azure_native/devices/v20211015/dps_certificate.py +1 -1
- pulumi_azure_native/devices/v20221212/dps_certificate.py +1 -1
- pulumi_azure_native/devices/v20221212/iot_dps_resource.py +1 -1
- pulumi_azure_native/devices/v20221212/iot_dps_resource_private_endpoint_connection.py +1 -1
- pulumi_azure_native/devices/v20230301preview/dps_certificate.py +1 -1
- pulumi_azure_native/devices/v20230301preview/iot_dps_resource.py +1 -1
- pulumi_azure_native/devices/v20230301preview/iot_dps_resource_private_endpoint_connection.py +1 -1
- pulumi_azure_native/devices/v20250201preview/__init__.py +18 -0
- pulumi_azure_native/devices/v20250201preview/_enums.py +118 -0
- pulumi_azure_native/devices/v20250201preview/_inputs.py +894 -0
- pulumi_azure_native/devices/v20250201preview/dps_certificate.py +230 -0
- pulumi_azure_native/devices/v20250201preview/get_dps_certificate.py +163 -0
- pulumi_azure_native/devices/v20250201preview/get_iot_dps_resource.py +241 -0
- pulumi_azure_native/devices/v20250201preview/get_iot_dps_resource_private_endpoint_connection.py +149 -0
- pulumi_azure_native/devices/v20250201preview/iot_dps_resource.py +386 -0
- pulumi_azure_native/devices/v20250201preview/iot_dps_resource_private_endpoint_connection.py +222 -0
- pulumi_azure_native/devices/v20250201preview/list_iot_dps_resource_keys.py +101 -0
- pulumi_azure_native/devices/v20250201preview/list_iot_dps_resource_keys_for_key_name.py +134 -0
- pulumi_azure_native/devices/v20250201preview/outputs.py +1122 -0
- pulumi_azure_native/domainregistration/__init__.py +3 -0
- pulumi_azure_native/domainregistration/domain.py +3 -3
- pulumi_azure_native/domainregistration/domain_ownership_identifier.py +3 -3
- pulumi_azure_native/domainregistration/get_domain.py +2 -2
- pulumi_azure_native/domainregistration/get_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/domainregistration/list_domain_recommendations.py +2 -2
- pulumi_azure_native/domainregistration/list_top_level_domain_agreements.py +2 -2
- pulumi_azure_native/domainregistration/v20201001/domain.py +1 -1
- pulumi_azure_native/domainregistration/v20201001/domain_ownership_identifier.py +1 -1
- pulumi_azure_native/domainregistration/v20220901/domain.py +1 -1
- pulumi_azure_native/domainregistration/v20220901/domain_ownership_identifier.py +1 -1
- pulumi_azure_native/domainregistration/v20230101/domain.py +1 -1
- pulumi_azure_native/domainregistration/v20230101/domain_ownership_identifier.py +1 -1
- pulumi_azure_native/domainregistration/v20231201/domain.py +1 -1
- pulumi_azure_native/domainregistration/v20231201/domain_ownership_identifier.py +1 -1
- pulumi_azure_native/domainregistration/v20240401/__init__.py +16 -0
- pulumi_azure_native/domainregistration/v20240401/_enums.py +17 -0
- pulumi_azure_native/domainregistration/v20240401/_inputs.py +429 -0
- pulumi_azure_native/domainregistration/v20240401/domain.py +614 -0
- pulumi_azure_native/domainregistration/v20240401/domain_ownership_identifier.py +236 -0
- pulumi_azure_native/domainregistration/v20240401/get_domain.py +365 -0
- pulumi_azure_native/domainregistration/v20240401/get_domain_ownership_identifier.py +148 -0
- pulumi_azure_native/domainregistration/v20240401/list_domain_recommendations.py +101 -0
- pulumi_azure_native/domainregistration/v20240401/list_top_level_domain_agreements.py +107 -0
- pulumi_azure_native/domainregistration/v20240401/outputs.py +210 -0
- pulumi_azure_native/elasticsan/__init__.py +3 -0
- pulumi_azure_native/elasticsan/elastic_san.py +3 -3
- pulumi_azure_native/elasticsan/get_elastic_san.py +2 -2
- pulumi_azure_native/elasticsan/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/elasticsan/get_volume.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_group.py +2 -2
- pulumi_azure_native/elasticsan/get_volume_snapshot.py +2 -2
- pulumi_azure_native/elasticsan/private_endpoint_connection.py +3 -3
- pulumi_azure_native/elasticsan/v20211120preview/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20211120preview/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20211120preview/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20221201preview/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20230101/volume_snapshot.py +1 -1
- pulumi_azure_native/elasticsan/v20240501/elastic_san.py +1 -1
- pulumi_azure_native/elasticsan/v20240501/private_endpoint_connection.py +1 -1
- pulumi_azure_native/elasticsan/v20240501/volume.py +1 -1
- pulumi_azure_native/elasticsan/v20240501/volume_group.py +1 -1
- pulumi_azure_native/elasticsan/v20240501/volume_snapshot.py +1 -1
- pulumi_azure_native/elasticsan/v20240601preview/__init__.py +20 -0
- pulumi_azure_native/elasticsan/v20240601preview/_enums.py +118 -0
- pulumi_azure_native/elasticsan/v20240601preview/_inputs.py +754 -0
- pulumi_azure_native/elasticsan/v20240601preview/elastic_san.py +476 -0
- pulumi_azure_native/elasticsan/v20240601preview/get_elastic_san.py +339 -0
- pulumi_azure_native/elasticsan/v20240601preview/get_private_endpoint_connection.py +191 -0
- pulumi_azure_native/elasticsan/v20240601preview/get_volume.py +225 -0
- pulumi_azure_native/elasticsan/v20240601preview/get_volume_group.py +247 -0
- pulumi_azure_native/elasticsan/v20240601preview/get_volume_snapshot.py +197 -0
- pulumi_azure_native/elasticsan/v20240601preview/outputs.py +1163 -0
- pulumi_azure_native/elasticsan/v20240601preview/private_endpoint_connection.py +271 -0
- pulumi_azure_native/elasticsan/v20240601preview/volume.py +331 -0
- pulumi_azure_native/elasticsan/v20240601preview/volume_group.py +386 -0
- pulumi_azure_native/elasticsan/v20240601preview/volume_snapshot.py +272 -0
- pulumi_azure_native/elasticsan/volume.py +3 -3
- pulumi_azure_native/elasticsan/volume_group.py +3 -3
- pulumi_azure_native/elasticsan/volume_snapshot.py +3 -3
- pulumi_azure_native/migrate/__init__.py +3 -0
- pulumi_azure_native/migrate/aks_assessment_operation.py +5 -1
- pulumi_azure_native/migrate/assessment.py +1 -1
- pulumi_azure_native/migrate/assessment_projects_operation.py +3 -3
- pulumi_azure_native/migrate/assessments_operation.py +3 -3
- pulumi_azure_native/migrate/avs_assessments_operation.py +3 -3
- pulumi_azure_native/migrate/business_case_operation.py +5 -1
- pulumi_azure_native/migrate/get_aks_assessment_operation.py +4 -0
- pulumi_azure_native/migrate/get_assessment_projects_operation.py +2 -2
- pulumi_azure_native/migrate/get_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_avs_assessments_operation.py +2 -2
- pulumi_azure_native/migrate/get_business_case_operation.py +4 -0
- pulumi_azure_native/migrate/get_business_case_operation_report_download_url.py +4 -0
- pulumi_azure_native/migrate/get_groups_operation.py +2 -2
- pulumi_azure_native/migrate/get_hyperv_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_import_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_private_endpoint_connection_operation.py +2 -2
- pulumi_azure_native/migrate/get_server_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_assessment_v2_operation.py +2 -2
- pulumi_azure_native/migrate/get_sql_collector_operation.py +2 -2
- pulumi_azure_native/migrate/get_vmware_collectors_operation.py +2 -2
- pulumi_azure_native/migrate/get_web_app_assessment_v2_operation.py +4 -0
- pulumi_azure_native/migrate/get_web_app_collector_operation.py +4 -0
- pulumi_azure_native/migrate/group.py +1 -1
- pulumi_azure_native/migrate/groups_operation.py +3 -3
- pulumi_azure_native/migrate/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/hyperv_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/import_collector.py +1 -1
- pulumi_azure_native/migrate/import_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/private_endpoint_connection_operation.py +3 -3
- pulumi_azure_native/migrate/project.py +1 -1
- pulumi_azure_native/migrate/server_collector.py +1 -1
- pulumi_azure_native/migrate/server_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/sql_assessment_v2_operation.py +3 -3
- pulumi_azure_native/migrate/sql_collector_operation.py +3 -3
- pulumi_azure_native/migrate/v20191001/assessment.py +1 -1
- pulumi_azure_native/migrate/v20191001/group.py +1 -1
- pulumi_azure_native/migrate/v20191001/hyper_v_collector.py +1 -1
- pulumi_azure_native/migrate/v20191001/import_collector.py +1 -1
- pulumi_azure_native/migrate/v20191001/private_endpoint_connection.py +1 -1
- pulumi_azure_native/migrate/v20191001/project.py +1 -1
- pulumi_azure_native/migrate/v20191001/server_collector.py +1 -1
- pulumi_azure_native/migrate/v20191001/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/v20230315/assessment_projects_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/avs_assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/groups_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/hyperv_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/import_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/private_endpoint_connection_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/server_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/sql_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/sql_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230315/vmware_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/aks_assessment_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/assessment_projects_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/avs_assessments_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/business_case_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/groups_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/hyperv_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/import_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/private_endpoint_connection_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/server_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/sql_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/sql_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/vmware_collectors_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/web_app_assessment_v2_operation.py +1 -1
- pulumi_azure_native/migrate/v20230401preview/web_app_collector_operation.py +1 -1
- pulumi_azure_native/migrate/v20230501preview/__init__.py +41 -0
- pulumi_azure_native/migrate/v20230501preview/_enums.py +1000 -0
- pulumi_azure_native/migrate/v20230501preview/_inputs.py +3022 -0
- pulumi_azure_native/migrate/v20230501preview/aks_assessment_operation.py +281 -0
- pulumi_azure_native/migrate/v20230501preview/assessment_projects_operation.py +488 -0
- pulumi_azure_native/migrate/v20230501preview/assessments_operation.py +1043 -0
- pulumi_azure_native/migrate/v20230501preview/avs_assessments_operation.py +1164 -0
- pulumi_azure_native/migrate/v20230501preview/business_case_operation.py +251 -0
- pulumi_azure_native/migrate/v20230501preview/get_aks_assessment_operation.py +205 -0
- pulumi_azure_native/migrate/v20230501preview/get_assessment_projects_operation.py +316 -0
- pulumi_azure_native/migrate/v20230501preview/get_assessments_operation.py +741 -0
- pulumi_azure_native/migrate/v20230501preview/get_avs_assessments_operation.py +847 -0
- pulumi_azure_native/migrate/v20230501preview/get_business_case_operation.py +191 -0
- pulumi_azure_native/migrate/v20230501preview/get_business_case_operation_report_download_url.py +106 -0
- pulumi_azure_native/migrate/v20230501preview/get_groups_operation.py +261 -0
- pulumi_azure_native/migrate/v20230501preview/get_hyperv_collectors_operation.py +205 -0
- pulumi_azure_native/migrate/v20230501preview/get_import_collectors_operation.py +191 -0
- pulumi_azure_native/migrate/v20230501preview/get_private_endpoint_connection_operation.py +191 -0
- pulumi_azure_native/migrate/v20230501preview/get_server_collectors_operation.py +205 -0
- pulumi_azure_native/migrate/v20230501preview/get_sql_assessment_v2_operation.py +678 -0
- pulumi_azure_native/migrate/v20230501preview/get_sql_collector_operation.py +205 -0
- pulumi_azure_native/migrate/v20230501preview/get_vmware_collectors_operation.py +205 -0
- pulumi_azure_native/migrate/v20230501preview/get_web_app_assessment_v2_operation.py +537 -0
- pulumi_azure_native/migrate/v20230501preview/get_web_app_collector_operation.py +205 -0
- pulumi_azure_native/migrate/v20230501preview/groups_operation.py +338 -0
- pulumi_azure_native/migrate/v20230501preview/hyperv_collectors_operation.py +299 -0
- pulumi_azure_native/migrate/v20230501preview/import_collectors_operation.py +269 -0
- pulumi_azure_native/migrate/v20230501preview/outputs.py +3402 -0
- pulumi_azure_native/migrate/v20230501preview/private_endpoint_connection_operation.py +252 -0
- pulumi_azure_native/migrate/v20230501preview/server_collectors_operation.py +299 -0
- pulumi_azure_native/migrate/v20230501preview/sql_assessment_v2_operation.py +1221 -0
- pulumi_azure_native/migrate/v20230501preview/sql_collector_operation.py +299 -0
- pulumi_azure_native/migrate/v20230501preview/vmware_collectors_operation.py +299 -0
- pulumi_azure_native/migrate/v20230501preview/web_app_assessment_v2_operation.py +908 -0
- pulumi_azure_native/migrate/v20230501preview/web_app_collector_operation.py +279 -0
- pulumi_azure_native/migrate/v_mware_collector.py +1 -1
- pulumi_azure_native/migrate/vmware_collectors_operation.py +3 -3
- pulumi_azure_native/migrate/web_app_assessment_v2_operation.py +5 -1
- pulumi_azure_native/migrate/web_app_collector_operation.py +5 -1
- pulumi_azure_native/network/__init__.py +9 -0
- pulumi_azure_native/network/_enums.py +17 -0
- pulumi_azure_native/network/_inputs.py +58 -0
- pulumi_azure_native/network/dns_forwarding_ruleset.py +3 -3
- pulumi_azure_native/network/dns_resolver.py +5 -1
- pulumi_azure_native/network/dns_resolver_domain_list.py +289 -0
- pulumi_azure_native/network/dns_resolver_policy.py +259 -0
- pulumi_azure_native/network/dns_resolver_policy_virtual_network_link.py +301 -0
- pulumi_azure_native/network/dns_security_rule.py +391 -0
- pulumi_azure_native/network/forwarding_rule.py +5 -1
- pulumi_azure_native/network/get_dns_forwarding_ruleset.py +2 -2
- pulumi_azure_native/network/get_dns_resolver.py +4 -0
- pulumi_azure_native/network/get_dns_resolver_domain_list.py +215 -0
- pulumi_azure_native/network/get_dns_resolver_policy.py +201 -0
- pulumi_azure_native/network/get_dns_resolver_policy_virtual_network_link.py +207 -0
- pulumi_azure_native/network/get_dns_security_rule.py +249 -0
- pulumi_azure_native/network/get_forwarding_rule.py +4 -0
- pulumi_azure_native/network/get_inbound_endpoint.py +2 -2
- pulumi_azure_native/network/get_outbound_endpoint.py +2 -2
- pulumi_azure_native/network/get_private_resolver_virtual_network_link.py +2 -2
- pulumi_azure_native/network/inbound_endpoint.py +3 -3
- pulumi_azure_native/network/list_dns_forwarding_ruleset_by_virtual_network.py +2 -2
- pulumi_azure_native/network/list_dns_resolver_by_virtual_network.py +2 -2
- pulumi_azure_native/network/list_dns_resolver_policy_by_virtual_network.py +103 -0
- pulumi_azure_native/network/outbound_endpoint.py +3 -3
- pulumi_azure_native/network/outputs.py +55 -0
- pulumi_azure_native/network/private_resolver_virtual_network_link.py +3 -3
- pulumi_azure_native/network/v20200401preview/dns_forwarding_ruleset.py +1 -1
- pulumi_azure_native/network/v20200401preview/inbound_endpoint.py +1 -1
- pulumi_azure_native/network/v20200401preview/outbound_endpoint.py +1 -1
- pulumi_azure_native/network/v20200401preview/private_resolver_virtual_network_link.py +1 -1
- pulumi_azure_native/network/v20220701/dns_forwarding_ruleset.py +1 -1
- pulumi_azure_native/network/v20220701/dns_resolver.py +1 -1
- pulumi_azure_native/network/v20220701/forwarding_rule.py +1 -1
- pulumi_azure_native/network/v20220701/inbound_endpoint.py +1 -1
- pulumi_azure_native/network/v20220701/outbound_endpoint.py +1 -1
- pulumi_azure_native/network/v20220701/private_resolver_virtual_network_link.py +1 -1
- pulumi_azure_native/network/v20230701preview/__init__.py +23 -0
- pulumi_azure_native/network/v20230701preview/_enums.py +45 -0
- pulumi_azure_native/network/v20230701preview/_inputs.py +196 -0
- pulumi_azure_native/network/v20230701preview/dns_forwarding_ruleset.py +288 -0
- pulumi_azure_native/network/v20230701preview/dns_resolver.py +298 -0
- pulumi_azure_native/network/v20230701preview/dns_resolver_domain_list.py +287 -0
- pulumi_azure_native/network/v20230701preview/dns_resolver_policy.py +257 -0
- pulumi_azure_native/network/v20230701preview/dns_resolver_policy_virtual_network_link.py +299 -0
- pulumi_azure_native/network/v20230701preview/dns_security_rule.py +389 -0
- pulumi_azure_native/network/v20230701preview/forwarding_rule.py +330 -0
- pulumi_azure_native/network/v20230701preview/get_dns_forwarding_ruleset.py +213 -0
- pulumi_azure_native/network/v20230701preview/get_dns_resolver.py +227 -0
- pulumi_azure_native/network/v20230701preview/get_dns_resolver_domain_list.py +213 -0
- pulumi_azure_native/network/v20230701preview/get_dns_resolver_policy.py +199 -0
- pulumi_azure_native/network/v20230701preview/get_dns_resolver_policy_virtual_network_link.py +205 -0
- pulumi_azure_native/network/v20230701preview/get_dns_security_rule.py +247 -0
- pulumi_azure_native/network/v20230701preview/get_forwarding_rule.py +219 -0
- pulumi_azure_native/network/v20230701preview/get_inbound_endpoint.py +219 -0
- pulumi_azure_native/network/v20230701preview/get_outbound_endpoint.py +219 -0
- pulumi_azure_native/network/v20230701preview/get_private_resolver_virtual_network_link.py +191 -0
- pulumi_azure_native/network/v20230701preview/inbound_endpoint.py +310 -0
- pulumi_azure_native/network/v20230701preview/list_dns_forwarding_ruleset_by_virtual_network.py +107 -0
- pulumi_azure_native/network/v20230701preview/list_dns_resolver_by_virtual_network.py +107 -0
- pulumi_azure_native/network/v20230701preview/list_dns_resolver_policy_by_virtual_network.py +101 -0
- pulumi_azure_native/network/v20230701preview/outbound_endpoint.py +309 -0
- pulumi_azure_native/network/v20230701preview/outputs.py +220 -8
- pulumi_azure_native/network/v20230701preview/private_resolver_virtual_network_link.py +270 -0
- pulumi_azure_native/networkcloud/__init__.py +3 -0
- pulumi_azure_native/networkcloud/agent_pool.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine.py +3 -3
- pulumi_azure_native/networkcloud/bare_metal_machine_key_set.py +3 -3
- pulumi_azure_native/networkcloud/bmc_key_set.py +3 -3
- pulumi_azure_native/networkcloud/cloud_services_network.py +3 -3
- pulumi_azure_native/networkcloud/cluster.py +3 -3
- pulumi_azure_native/networkcloud/cluster_manager.py +3 -3
- pulumi_azure_native/networkcloud/console.py +3 -3
- pulumi_azure_native/networkcloud/get_agent_pool.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_bare_metal_machine_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_bmc_key_set.py +2 -2
- pulumi_azure_native/networkcloud/get_cloud_services_network.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_cluster_manager.py +2 -2
- pulumi_azure_native/networkcloud/get_console.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster.py +2 -2
- pulumi_azure_native/networkcloud/get_kubernetes_cluster_feature.py +4 -0
- pulumi_azure_native/networkcloud/get_l2_network.py +2 -2
- pulumi_azure_native/networkcloud/get_l3_network.py +2 -2
- pulumi_azure_native/networkcloud/get_metrics_configuration.py +2 -2
- pulumi_azure_native/networkcloud/get_rack.py +2 -2
- pulumi_azure_native/networkcloud/get_storage_appliance.py +2 -2
- pulumi_azure_native/networkcloud/get_trunked_network.py +2 -2
- pulumi_azure_native/networkcloud/get_virtual_machine.py +2 -2
- pulumi_azure_native/networkcloud/get_volume.py +2 -2
- pulumi_azure_native/networkcloud/kubernetes_cluster.py +3 -3
- pulumi_azure_native/networkcloud/kubernetes_cluster_feature.py +5 -1
- pulumi_azure_native/networkcloud/l2_network.py +3 -3
- pulumi_azure_native/networkcloud/l3_network.py +3 -3
- pulumi_azure_native/networkcloud/metrics_configuration.py +3 -3
- pulumi_azure_native/networkcloud/rack.py +3 -3
- pulumi_azure_native/networkcloud/storage_appliance.py +3 -3
- pulumi_azure_native/networkcloud/trunked_network.py +3 -3
- pulumi_azure_native/networkcloud/v20230701/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/console.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20230701/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20231001preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/agent_pool.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bare_metal_machine_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/bmc_key_set.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cloud_services_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/cluster_manager.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/console.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/kubernetes_cluster_feature.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l2_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/l3_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/metrics_configuration.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/rack.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/storage_appliance.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/trunked_network.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/virtual_machine.py +1 -1
- pulumi_azure_native/networkcloud/v20240601preview/volume.py +1 -1
- pulumi_azure_native/networkcloud/v20240701/__init__.py +46 -0
- pulumi_azure_native/networkcloud/v20240701/_enums.py +327 -0
- pulumi_azure_native/networkcloud/v20240701/_inputs.py +3436 -0
- pulumi_azure_native/networkcloud/v20240701/agent_pool.py +610 -0
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine.py +795 -0
- pulumi_azure_native/networkcloud/v20240701/bare_metal_machine_key_set.py +507 -0
- pulumi_azure_native/networkcloud/v20240701/bmc_key_set.py +448 -0
- pulumi_azure_native/networkcloud/v20240701/cloud_services_network.py +417 -0
- pulumi_azure_native/networkcloud/v20240701/cluster.py +830 -0
- pulumi_azure_native/networkcloud/v20240701/cluster_manager.py +452 -0
- pulumi_azure_native/networkcloud/v20240701/console.py +417 -0
- pulumi_azure_native/networkcloud/v20240701/get_agent_pool.py +370 -0
- pulumi_azure_native/networkcloud/v20240701/get_bare_metal_machine.py +616 -0
- pulumi_azure_native/networkcloud/v20240701/get_bare_metal_machine_key_set.py +328 -0
- pulumi_azure_native/networkcloud/v20240701/get_bmc_key_set.py +300 -0
- pulumi_azure_native/networkcloud/v20240701/get_cloud_services_network.py +328 -0
- pulumi_azure_native/networkcloud/v20240701/get_cluster.py +561 -0
- pulumi_azure_native/networkcloud/v20240701/get_cluster_manager.py +308 -0
- pulumi_azure_native/networkcloud/v20240701/get_console.py +286 -0
- pulumi_azure_native/networkcloud/v20240701/get_kubernetes_cluster.py +406 -0
- pulumi_azure_native/networkcloud/v20240701/get_kubernetes_cluster_feature.py +258 -0
- pulumi_azure_native/networkcloud/v20240701/get_l2_network.py +308 -0
- pulumi_azure_native/networkcloud/v20240701/get_l3_network.py +380 -0
- pulumi_azure_native/networkcloud/v20240701/get_metrics_configuration.py +258 -0
- pulumi_azure_native/networkcloud/v20240701/get_rack.py +280 -0
- pulumi_azure_native/networkcloud/v20240701/get_storage_appliance.py +420 -0
- pulumi_azure_native/networkcloud/v20240701/get_trunked_network.py +322 -0
- pulumi_azure_native/networkcloud/v20240701/get_virtual_machine.py +504 -0
- pulumi_azure_native/networkcloud/v20240701/get_volume.py +252 -0
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster.py +564 -0
- pulumi_azure_native/networkcloud/v20240701/kubernetes_cluster_feature.py +336 -0
- pulumi_azure_native/networkcloud/v20240701/l2_network.py +419 -0
- pulumi_azure_native/networkcloud/v20240701/l3_network.py +581 -0
- pulumi_azure_native/networkcloud/v20240701/metrics_configuration.py +376 -0
- pulumi_azure_native/networkcloud/v20240701/outputs.py +4231 -0
- pulumi_azure_native/networkcloud/v20240701/rack.py +416 -0
- pulumi_azure_native/networkcloud/v20240701/storage_appliance.py +536 -0
- pulumi_azure_native/networkcloud/v20240701/trunked_network.py +449 -0
- pulumi_azure_native/networkcloud/v20240701/virtual_machine.py +823 -0
- pulumi_azure_native/networkcloud/v20240701/volume.py +336 -0
- pulumi_azure_native/networkcloud/virtual_machine.py +3 -3
- pulumi_azure_native/networkcloud/volume.py +3 -3
- pulumi_azure_native/pulumi-plugin.json +1 -1
- pulumi_azure_native/securityinsights/__init__.py +8 -0
- pulumi_azure_native/securityinsights/_enums.py +130 -0
- pulumi_azure_native/securityinsights/_inputs.py +818 -0
- 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 +270 -0
- 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_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_automation_rule.py +3 -3
- pulumi_azure_native/securityinsights/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_bookmark.py +3 -3
- pulumi_azure_native/securityinsights/get_bookmark_relation.py +3 -3
- pulumi_azure_native/securityinsights/get_business_application_agent.py +198 -0
- pulumi_azure_native/securityinsights/get_content_package.py +3 -3
- pulumi_azure_native/securityinsights/get_content_template.py +3 -3
- pulumi_azure_native/securityinsights/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/get_entities_get_timeline.py +2 -2
- pulumi_azure_native/securityinsights/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/get_entity_insights.py +2 -2
- pulumi_azure_native/securityinsights/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/get_file_import.py +2 -2
- pulumi_azure_native/securityinsights/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_hunt.py +3 -3
- pulumi_azure_native/securityinsights/get_hunt_comment.py +3 -3
- pulumi_azure_native/securityinsights/get_hunt_relation.py +3 -3
- pulumi_azure_native/securityinsights/get_incident.py +3 -3
- pulumi_azure_native/securityinsights/get_incident_comment.py +3 -3
- pulumi_azure_native/securityinsights/get_incident_relation.py +3 -3
- pulumi_azure_native/securityinsights/get_incident_task.py +3 -3
- pulumi_azure_native/securityinsights/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_metadata.py +3 -3
- pulumi_azure_native/securityinsights/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/get_source_control.py +1 -1
- pulumi_azure_native/securityinsights/get_system.py +207 -0
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/get_watchlist.py +3 -3
- pulumi_azure_native/securityinsights/get_watchlist_item.py +3 -3
- 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 +4 -0
- pulumi_azure_native/securityinsights/list_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/list_system_actions.py +115 -0
- pulumi_azure_native/securityinsights/list_whois_by_domain.py +4 -0
- 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/outputs.py +755 -0
- 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 +313 -0
- 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/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/get_threat_intelligence_indicator.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/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/get_watchlist.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/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/get_watchlist.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/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/get_watchlist_item.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/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/get_metadata.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/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230501preview/get_source_control.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/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/get_watchlist_item.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/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/get_watchlist_item.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/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/get_watchlist_item.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/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/get_watchlist_item.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/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/get_watchlist_item.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/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/get_watchlist_item.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/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/get_watchlist_item.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/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_action.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_activity_custom_entity_query.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_anomalies.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_aws_s3_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_bookmark_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_codeless_api_polling_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_codeless_ui_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_customizable_connector_definition.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_dynamics365_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_entity_analytics.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_eyes_on.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_gcp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_hunt.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_hunt_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_hunt_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_io_t_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_microsoft_purview_information_protection_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_ml_behavior_analytics_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_msti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_mtp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_office365_project_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_office_atp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_office_irm_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_office_power_bi_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_rest_api_poller_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_threat_intelligence_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_ti_taxii_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_ueba.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/get_watchlist_item.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/get_aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_incident.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_incident_task.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/get_watchlist_item.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/__init__.py +138 -0
- pulumi_azure_native/securityinsights/v20240401preview/_enums.py +1494 -0
- pulumi_azure_native/securityinsights/v20240401preview/_inputs.py +10943 -0
- pulumi_azure_native/securityinsights/v20240401preview/aad_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/aatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/action.py +282 -0
- pulumi_azure_native/securityinsights/v20240401preview/activity_custom_entity_query.py +517 -0
- pulumi_azure_native/securityinsights/v20240401preview/anomalies.py +244 -0
- pulumi_azure_native/securityinsights/v20240401preview/anomaly_security_ml_analytics_settings.py +629 -0
- pulumi_azure_native/securityinsights/v20240401preview/asc_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240401preview/automation_rule.py +360 -0
- pulumi_azure_native/securityinsights/v20240401preview/aws_cloud_trail_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/aws_s3_data_connector.py +356 -0
- pulumi_azure_native/securityinsights/v20240401preview/bookmark.py +668 -0
- pulumi_azure_native/securityinsights/v20240401preview/bookmark_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20240401preview/business_application_agent.py +268 -0
- pulumi_azure_native/securityinsights/v20240401preview/codeless_api_polling_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240401preview/codeless_ui_data_connector.py +265 -0
- pulumi_azure_native/securityinsights/v20240401preview/content_package.py +874 -0
- pulumi_azure_native/securityinsights/v20240401preview/content_template.py +955 -0
- pulumi_azure_native/securityinsights/v20240401preview/customizable_connector_definition.py +353 -0
- pulumi_azure_native/securityinsights/v20240401preview/dynamics365_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/entity_analytics.py +264 -0
- pulumi_azure_native/securityinsights/v20240401preview/eyes_on.py +244 -0
- pulumi_azure_native/securityinsights/v20240401preview/file_import.py +402 -0
- pulumi_azure_native/securityinsights/v20240401preview/fusion_alert_rule.py +424 -0
- pulumi_azure_native/securityinsights/v20240401preview/gcp_data_connector.py +354 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_aad_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_aatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_action.py +183 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_activity_custom_entity_query.py +318 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_anomalies.py +178 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_anomaly_security_ml_analytics_settings.py +360 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_asc_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_automation_rule.py +258 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_aws_cloud_trail_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_aws_s3_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_bookmark.py +373 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_bookmark_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_business_application_agent.py +196 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_codeless_api_polling_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_codeless_ui_data_connector.py +178 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_content_package.py +471 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_content_template.py +533 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_customizable_connector_definition.py +220 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_dynamics365_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_entities_get_timeline.py +132 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_entity_analytics.py +178 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_entity_insights.py +131 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_eyes_on.py +178 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_file_import.py +317 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_fusion_alert_rule.py +318 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_gcp_data_connector.py +220 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_hunt.py +261 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_hunt_comment.py +169 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_hunt_relation.py +225 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_incident.py +426 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_incident_comment.py +211 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_incident_relation.py +211 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_incident_task.py +247 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_io_t_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_mcas_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_mdatp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_metadata.py +415 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_microsoft_purview_information_protection_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_microsoft_security_incident_creation_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_ml_behavior_analytics_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_msti_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_mtp_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_nrt_alert_rule.py +430 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_office365_project_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_office_atp_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_office_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_office_irm_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_office_power_bi_data_connector.py +192 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_rest_api_poller_data_connector.py +290 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_scheduled_alert_rule.py +486 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_sentinel_onboarding_state.py +163 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_system.py +205 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_threat_intelligence_alert_rule.py +290 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_threat_intelligence_indicator.py +163 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_ti_data_connector.py +206 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_ti_taxii_data_connector.py +304 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_ueba.py +178 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_watchlist.py +457 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_watchlist_item.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_assignment.py +205 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_configuration.py +163 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_group.py +191 -0
- pulumi_azure_native/securityinsights/v20240401preview/get_workspace_manager_member.py +177 -0
- pulumi_azure_native/securityinsights/v20240401preview/hunt.py +444 -0
- pulumi_azure_native/securityinsights/v20240401preview/hunt_comment.py +251 -0
- pulumi_azure_native/securityinsights/v20240401preview/hunt_relation.py +310 -0
- pulumi_azure_native/securityinsights/v20240401preview/incident.py +612 -0
- pulumi_azure_native/securityinsights/v20240401preview/incident_comment.py +281 -0
- pulumi_azure_native/securityinsights/v20240401preview/incident_relation.py +281 -0
- pulumi_azure_native/securityinsights/v20240401preview/incident_task.py +380 -0
- pulumi_azure_native/securityinsights/v20240401preview/io_t_data_connector.py +294 -0
- pulumi_azure_native/securityinsights/v20240401preview/list_geodata_by_ip.py +322 -0
- pulumi_azure_native/securityinsights/v20240401preview/list_source_control_repositories.py +138 -0
- pulumi_azure_native/securityinsights/v20240401preview/list_system_actions.py +113 -0
- pulumi_azure_native/securityinsights/v20240401preview/list_whois_by_domain.py +169 -0
- pulumi_azure_native/securityinsights/v20240401preview/mcas_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/mdatp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/metadata.py +755 -0
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_purview_information_protection_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/microsoft_security_incident_creation_alert_rule.py +480 -0
- pulumi_azure_native/securityinsights/v20240401preview/ml_behavior_analytics_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20240401preview/msti_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/mtp_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20240401preview/nrt_alert_rule.py +774 -0
- pulumi_azure_native/securityinsights/v20240401preview/office365_project_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/office_atp_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/office_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/office_irm_data_connector.py +295 -0
- pulumi_azure_native/securityinsights/v20240401preview/office_power_bi_data_connector.py +296 -0
- pulumi_azure_native/securityinsights/v20240401preview/outputs.py +10545 -0
- pulumi_azure_native/securityinsights/v20240401preview/rest_api_poller_data_connector.py +500 -0
- pulumi_azure_native/securityinsights/v20240401preview/scheduled_alert_rule.py +894 -0
- pulumi_azure_native/securityinsights/v20240401preview/sentinel_onboarding_state.py +229 -0
- pulumi_azure_native/securityinsights/v20240401preview/system.py +311 -0
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_alert_rule.py +364 -0
- pulumi_azure_native/securityinsights/v20240401preview/threat_intelligence_indicator.py +793 -0
- pulumi_azure_native/securityinsights/v20240401preview/ti_data_connector.py +325 -0
- pulumi_azure_native/securityinsights/v20240401preview/ti_taxii_data_connector.py +529 -0
- pulumi_azure_native/securityinsights/v20240401preview/ueba.py +264 -0
- pulumi_azure_native/securityinsights/v20240401preview/watchlist.py +804 -0
- pulumi_azure_native/securityinsights/v20240401preview/watchlist_item.py +493 -0
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_assignment.py +281 -0
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_configuration.py +231 -0
- pulumi_azure_native/securityinsights/v20240401preview/workspace_manager_group.py +289 -0
- pulumi_azure_native/securityinsights/v20240401preview/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/servicelinker/__init__.py +3 -0
- pulumi_azure_native/servicelinker/connector.py +3 -3
- pulumi_azure_native/servicelinker/connector_dryrun.py +3 -3
- pulumi_azure_native/servicelinker/get_connector.py +2 -2
- pulumi_azure_native/servicelinker/get_connector_dryrun.py +2 -2
- pulumi_azure_native/servicelinker/get_linker.py +2 -2
- pulumi_azure_native/servicelinker/get_linker_dryrun.py +2 -2
- pulumi_azure_native/servicelinker/linker.py +3 -3
- pulumi_azure_native/servicelinker/linker_dryrun.py +3 -3
- pulumi_azure_native/servicelinker/list_linker_configurations.py +2 -2
- pulumi_azure_native/servicelinker/v20211101preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/connector.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/connector_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20221101preview/linker_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/connector.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/connector_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20230401preview/linker_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20240401/connector.py +1 -1
- pulumi_azure_native/servicelinker/v20240401/connector_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20240401/linker.py +1 -1
- pulumi_azure_native/servicelinker/v20240401/linker_dryrun.py +1 -1
- pulumi_azure_native/servicelinker/v20240701preview/__init__.py +19 -0
- pulumi_azure_native/servicelinker/v20240701preview/_enums.py +151 -0
- pulumi_azure_native/servicelinker/v20240701preview/_inputs.py +2620 -0
- pulumi_azure_native/servicelinker/v20240701preview/connector.py +454 -0
- pulumi_azure_native/servicelinker/v20240701preview/connector_dryrun.py +271 -0
- pulumi_azure_native/servicelinker/v20240701preview/get_connector.py +267 -0
- pulumi_azure_native/servicelinker/v20240701preview/get_connector_dryrun.py +197 -0
- pulumi_azure_native/servicelinker/v20240701preview/get_linker.py +255 -0
- pulumi_azure_native/servicelinker/v20240701preview/get_linker_dryrun.py +185 -0
- pulumi_azure_native/servicelinker/v20240701preview/linker.py +413 -0
- pulumi_azure_native/servicelinker/v20240701preview/linker_dryrun.py +230 -0
- pulumi_azure_native/servicelinker/v20240701preview/list_linker_configurations.py +87 -0
- pulumi_azure_native/servicelinker/v20240701preview/outputs.py +2522 -0
- pulumi_azure_native/videoindexer/__init__.py +3 -0
- pulumi_azure_native/videoindexer/account.py +3 -3
- pulumi_azure_native/videoindexer/get_account.py +2 -2
- pulumi_azure_native/videoindexer/v20220801/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240101/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240401preview/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240601preview/account.py +1 -1
- pulumi_azure_native/videoindexer/v20240923preview/__init__.py +12 -0
- pulumi_azure_native/videoindexer/v20240923preview/_enums.py +19 -0
- pulumi_azure_native/videoindexer/v20240923preview/_inputs.py +195 -0
- pulumi_azure_native/videoindexer/v20240923preview/account.py +398 -0
- pulumi_azure_native/videoindexer/v20240923preview/get_account.py +283 -0
- pulumi_azure_native/videoindexer/v20240923preview/outputs.py +373 -0
- pulumi_azure_native/web/__init__.py +3 -0
- pulumi_azure_native/web/app_service_environment.py +3 -3
- pulumi_azure_native/web/app_service_environment_ase_custom_dns_suffix_configuration.py +3 -3
- pulumi_azure_native/web/app_service_environment_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/app_service_plan.py +3 -3
- pulumi_azure_native/web/app_service_plan_route_for_vnet.py +3 -3
- pulumi_azure_native/web/certificate.py +3 -3
- pulumi_azure_native/web/container_app.py +3 -3
- pulumi_azure_native/web/get_app_service_environment.py +2 -2
- pulumi_azure_native/web/get_app_service_environment_ase_custom_dns_suffix_configuration.py +2 -2
- pulumi_azure_native/web/get_app_service_environment_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_app_service_plan.py +2 -2
- pulumi_azure_native/web/get_certificate.py +2 -2
- pulumi_azure_native/web/get_container_app.py +2 -2
- pulumi_azure_native/web/get_kube_environment.py +2 -2
- pulumi_azure_native/web/get_static_site.py +2 -2
- pulumi_azure_native/web/get_static_site_build_database_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_custom_domain.py +2 -2
- pulumi_azure_native/web/get_static_site_database_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_linked_backend.py +2 -2
- pulumi_azure_native/web/get_static_site_linked_backend_for_build.py +2 -2
- pulumi_azure_native/web/get_static_site_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site.py +2 -2
- pulumi_azure_native/web/get_static_site_user_provided_function_app_for_static_site_build.py +2 -2
- pulumi_azure_native/web/get_web_app.py +2 -2
- pulumi_azure_native/web/get_web_app_deployment.py +2 -2
- pulumi_azure_native/web/get_web_app_deployment_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration.py +2 -2
- pulumi_azure_native/web/get_web_app_diagnostic_logs_configuration_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_domain_ownership_identifier.py +2 -2
- pulumi_azure_native/web/get_web_app_domain_ownership_identifier_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_ftp_allowed.py +2 -2
- pulumi_azure_native/web/get_web_app_ftp_allowed_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_function.py +2 -2
- pulumi_azure_native/web/get_web_app_host_name_binding.py +2 -2
- pulumi_azure_native/web/get_web_app_host_name_binding_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_hybrid_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_hybrid_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_instance_function_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_premier_add_on.py +2 -2
- pulumi_azure_native/web/get_web_app_premier_add_on_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_private_endpoint_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_private_endpoint_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_public_certificate.py +2 -2
- pulumi_azure_native/web/get_web_app_public_certificate_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_relay_service_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_relay_service_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_scm_allowed.py +2 -2
- pulumi_azure_native/web/get_web_app_scm_allowed_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_site_container.py +4 -0
- pulumi_azure_native/web/get_web_app_site_container_slot.py +4 -0
- pulumi_azure_native/web/get_web_app_site_extension.py +2 -2
- pulumi_azure_native/web/get_web_app_site_extension_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_slot_configuration_names.py +2 -2
- pulumi_azure_native/web/get_web_app_source_control.py +2 -2
- pulumi_azure_native/web/get_web_app_source_control_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_swift_virtual_network_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_swift_virtual_network_connection_slot.py +2 -2
- pulumi_azure_native/web/get_web_app_vnet_connection.py +2 -2
- pulumi_azure_native/web/get_web_app_vnet_connection_slot.py +2 -2
- pulumi_azure_native/web/kube_environment.py +3 -3
- pulumi_azure_native/web/list_app_service_plan_hybrid_connection_keys.py +2 -2
- pulumi_azure_native/web/list_container_app_secrets.py +2 -2
- pulumi_azure_native/web/list_site_identifiers_assigned_to_host_name.py +2 -2
- pulumi_azure_native/web/list_static_site_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_build_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_build_function_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_configured_roles.py +2 -2
- pulumi_azure_native/web/list_static_site_function_app_settings.py +2 -2
- pulumi_azure_native/web/list_static_site_secrets.py +2 -2
- pulumi_azure_native/web/list_static_site_users.py +2 -2
- pulumi_azure_native/web/list_web_app_application_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_application_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_auth_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_auth_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_azure_storage_accounts.py +2 -2
- pulumi_azure_native/web/list_web_app_azure_storage_accounts_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_configuration.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_configuration_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_status_secrets.py +2 -2
- pulumi_azure_native/web/list_web_app_backup_status_secrets_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_connection_strings.py +2 -2
- pulumi_azure_native/web/list_web_app_connection_strings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_function_keys.py +2 -2
- pulumi_azure_native/web/list_web_app_function_keys_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_function_secrets.py +2 -2
- pulumi_azure_native/web/list_web_app_function_secrets_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_host_keys.py +2 -2
- pulumi_azure_native/web/list_web_app_host_keys_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_metadata.py +2 -2
- pulumi_azure_native/web/list_web_app_metadata_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_publishing_credentials.py +2 -2
- pulumi_azure_native/web/list_web_app_publishing_credentials_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_site_backups.py +2 -2
- pulumi_azure_native/web/list_web_app_site_backups_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_site_push_settings.py +2 -2
- pulumi_azure_native/web/list_web_app_site_push_settings_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_sync_function_triggers.py +2 -2
- pulumi_azure_native/web/list_web_app_sync_function_triggers_slot.py +2 -2
- pulumi_azure_native/web/list_web_app_workflows_connections.py +2 -2
- pulumi_azure_native/web/list_web_app_workflows_connections_slot.py +2 -2
- pulumi_azure_native/web/list_workflow_run_action_expression_traces.py +2 -2
- pulumi_azure_native/web/list_workflow_run_action_repetition_expression_traces.py +2 -2
- pulumi_azure_native/web/list_workflow_trigger_callback_url.py +2 -2
- pulumi_azure_native/web/static_site.py +3 -3
- pulumi_azure_native/web/static_site_build_database_connection.py +3 -3
- pulumi_azure_native/web/static_site_custom_domain.py +3 -3
- pulumi_azure_native/web/static_site_database_connection.py +3 -3
- pulumi_azure_native/web/static_site_linked_backend.py +3 -3
- pulumi_azure_native/web/static_site_linked_backend_for_build.py +3 -3
- pulumi_azure_native/web/static_site_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site.py +3 -3
- pulumi_azure_native/web/static_site_user_provided_function_app_for_static_site_build.py +3 -3
- pulumi_azure_native/web/v20160301/certificate.py +1 -1
- pulumi_azure_native/web/v20160801/web_app.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_backup_configuration.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_backup_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_function.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_instance_function_slot.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_premier_add_on.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_premier_add_on_slot.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_site_extension.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_site_extension_slot.py +1 -1
- pulumi_azure_native/web/v20160801/web_app_slot.py +1 -1
- pulumi_azure_native/web/v20160901/app_service_plan.py +1 -1
- pulumi_azure_native/web/v20160901/app_service_plan_route_for_vnet.py +1 -1
- pulumi_azure_native/web/v20180201/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20181101/web_app.py +1 -1
- pulumi_azure_native/web/v20181101/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier.py +1 -1
- pulumi_azure_native/web/v20181101/web_app_domain_ownership_identifier_slot.py +1 -1
- pulumi_azure_native/web/v20181101/web_app_slot.py +1 -1
- pulumi_azure_native/web/v20190801/app_service_environment.py +1 -1
- pulumi_azure_native/web/v20190801/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20190801/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20190801/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20200601/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20200601/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20200601/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20200901/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20200901/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20200901/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20201001/app_service_environment.py +1 -1
- pulumi_azure_native/web/v20201001/app_service_plan.py +1 -1
- pulumi_azure_native/web/v20201001/app_service_plan_route_for_vnet.py +1 -1
- pulumi_azure_native/web/v20201001/certificate.py +1 -1
- pulumi_azure_native/web/v20201001/static_site.py +1 -1
- pulumi_azure_native/web/v20201001/web_app.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_application_settings.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_application_settings_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_auth_settings.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_auth_settings_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_azure_storage_accounts.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_azure_storage_accounts_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_backup_configuration.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_backup_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_connection_strings.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_connection_strings_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_deployment.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_deployment_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_domain_ownership_identifier_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_function.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_host_name_binding.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_host_name_binding_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_hybrid_connection.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_hybrid_connection_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_instance_function_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_metadata.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_metadata_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_premier_add_on.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_premier_add_on_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_public_certificate.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_public_certificate_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_relay_service_connection.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_relay_service_connection_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_site_extension.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_site_extension_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_site_push_settings.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_site_push_settings_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_slot_configuration_names.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_source_control.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_source_control_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_swift_virtual_network_connection_slot.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_vnet_connection.py +1 -1
- pulumi_azure_native/web/v20201001/web_app_vnet_connection_slot.py +1 -1
- pulumi_azure_native/web/v20201201/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20201201/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20201201/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20201201/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20201201/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210101/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20210101/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20210101/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210101/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20210101/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210115/app_service_environment.py +1 -1
- pulumi_azure_native/web/v20210115/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20210115/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20210115/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210115/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20210115/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210201/static_site.py +1 -1
- pulumi_azure_native/web/v20210201/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20210201/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20210201/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210201/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20210201/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210301/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20210301/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20210301/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20210301/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20210301/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20220301/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20220301/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20220301/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20220301/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20220301/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20220901/app_service_environment.py +1 -1
- pulumi_azure_native/web/v20220901/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
- pulumi_azure_native/web/v20220901/app_service_environment_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20220901/app_service_plan.py +1 -1
- pulumi_azure_native/web/v20220901/app_service_plan_route_for_vnet.py +1 -1
- pulumi_azure_native/web/v20220901/certificate.py +1 -1
- pulumi_azure_native/web/v20220901/kube_environment.py +1 -1
- pulumi_azure_native/web/v20220901/static_site.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_build_database_connection.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_custom_domain.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_database_connection.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_linked_backend.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_linked_backend_for_build.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_user_provided_function_app_for_static_site.py +1 -1
- pulumi_azure_native/web/v20220901/static_site_user_provided_function_app_for_static_site_build.py +1 -1
- pulumi_azure_native/web/v20220901/web_app.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_application_settings.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_application_settings_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_auth_settings.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_auth_settings_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_azure_storage_accounts.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_azure_storage_accounts_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_backup_configuration.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_backup_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_connection_strings.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_connection_strings_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_deployment.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_deployment_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_domain_ownership_identifier_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_function.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_host_name_binding.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_host_name_binding_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_hybrid_connection.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_hybrid_connection_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_instance_function_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_metadata.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_metadata_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_premier_add_on.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_premier_add_on_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_private_endpoint_connection_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_public_certificate.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_public_certificate_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_relay_service_connection.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_relay_service_connection_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_site_extension.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_site_extension_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_site_push_settings.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_site_push_settings_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_slot_configuration_names.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_source_control.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_source_control_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_swift_virtual_network_connection_slot.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_vnet_connection.py +1 -1
- pulumi_azure_native/web/v20220901/web_app_vnet_connection_slot.py +1 -1
- pulumi_azure_native/web/v20230101/app_service_environment.py +1 -1
- pulumi_azure_native/web/v20230101/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
- pulumi_azure_native/web/v20230101/app_service_environment_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20230101/app_service_plan.py +1 -1
- pulumi_azure_native/web/v20230101/app_service_plan_route_for_vnet.py +1 -1
- pulumi_azure_native/web/v20230101/certificate.py +1 -1
- pulumi_azure_native/web/v20230101/container_app.py +1 -1
- pulumi_azure_native/web/v20230101/kube_environment.py +1 -1
- pulumi_azure_native/web/v20230101/static_site.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_build_database_connection.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_custom_domain.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_database_connection.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_linked_backend.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_linked_backend_for_build.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_user_provided_function_app_for_static_site.py +1 -1
- pulumi_azure_native/web/v20230101/static_site_user_provided_function_app_for_static_site_build.py +1 -1
- pulumi_azure_native/web/v20230101/web_app.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_application_settings.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_application_settings_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_auth_settings.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_auth_settings_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_azure_storage_accounts.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_azure_storage_accounts_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_backup_configuration.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_backup_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_connection_strings.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_connection_strings_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_deployment.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_deployment_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_domain_ownership_identifier_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_function.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_host_name_binding.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_host_name_binding_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_hybrid_connection.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_hybrid_connection_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_instance_function_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_metadata.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_metadata_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_premier_add_on.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_premier_add_on_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_private_endpoint_connection_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_public_certificate.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_public_certificate_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_relay_service_connection.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_relay_service_connection_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_site_extension.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_site_extension_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_site_push_settings.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_site_push_settings_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_slot_configuration_names.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_source_control.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_source_control_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_swift_virtual_network_connection_slot.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_vnet_connection.py +1 -1
- pulumi_azure_native/web/v20230101/web_app_vnet_connection_slot.py +1 -1
- pulumi_azure_native/web/v20231201/app_service_environment.py +1 -1
- pulumi_azure_native/web/v20231201/app_service_environment_ase_custom_dns_suffix_configuration.py +1 -1
- pulumi_azure_native/web/v20231201/app_service_environment_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20231201/app_service_plan.py +1 -1
- pulumi_azure_native/web/v20231201/app_service_plan_route_for_vnet.py +1 -1
- pulumi_azure_native/web/v20231201/certificate.py +1 -1
- pulumi_azure_native/web/v20231201/container_app.py +1 -1
- pulumi_azure_native/web/v20231201/get_web_app.py +15 -1
- pulumi_azure_native/web/v20231201/get_web_app_slot.py +15 -1
- pulumi_azure_native/web/v20231201/kube_environment.py +1 -1
- pulumi_azure_native/web/v20231201/static_site.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_build_database_connection.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_custom_domain.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_database_connection.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_linked_backend.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_linked_backend_for_build.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_user_provided_function_app_for_static_site.py +1 -1
- pulumi_azure_native/web/v20231201/static_site_user_provided_function_app_for_static_site_build.py +1 -1
- pulumi_azure_native/web/v20231201/web_app.py +30 -1
- pulumi_azure_native/web/v20231201/web_app_application_settings.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_application_settings_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_auth_settings.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_auth_settings_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_azure_storage_accounts.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_azure_storage_accounts_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_backup_configuration.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_backup_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_connection_strings.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_connection_strings_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_deployment.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_deployment_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_diagnostic_logs_configuration_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_domain_ownership_identifier_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_ftp_allowed.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_ftp_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_function.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_host_name_binding.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_host_name_binding_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_hybrid_connection.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_hybrid_connection_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_instance_function_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_metadata.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_metadata_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_premier_add_on.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_premier_add_on_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_private_endpoint_connection.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_private_endpoint_connection_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_public_certificate.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_public_certificate_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_relay_service_connection.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_relay_service_connection_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_scm_allowed.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_scm_allowed_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_site_container.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_site_container_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_site_extension.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_site_extension_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_site_push_settings.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_site_push_settings_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_slot.py +30 -1
- pulumi_azure_native/web/v20231201/web_app_slot_configuration_names.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_source_control.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_source_control_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_swift_virtual_network_connection.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_swift_virtual_network_connection_slot.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_vnet_connection.py +1 -1
- pulumi_azure_native/web/v20231201/web_app_vnet_connection_slot.py +1 -1
- pulumi_azure_native/web/v20240401/__init__.py +174 -0
- pulumi_azure_native/web/v20240401/_enums.py +486 -0
- pulumi_azure_native/web/v20240401/_inputs.py +9339 -0
- pulumi_azure_native/web/v20240401/app_service_environment.py +700 -0
- pulumi_azure_native/web/v20240401/app_service_environment_ase_custom_dns_suffix_configuration.py +288 -0
- pulumi_azure_native/web/v20240401/app_service_environment_private_endpoint_connection.py +279 -0
- pulumi_azure_native/web/v20240401/app_service_plan.py +847 -0
- pulumi_azure_native/web/v20240401/app_service_plan_route_for_vnet.py +336 -0
- pulumi_azure_native/web/v20240401/certificate.py +598 -0
- pulumi_azure_native/web/v20240401/container_app.py +364 -0
- pulumi_azure_native/web/v20240401/get_app_service_environment.py +438 -0
- pulumi_azure_native/web/v20240401/get_app_service_environment_ase_custom_dns_suffix_configuration.py +192 -0
- pulumi_azure_native/web/v20240401/get_app_service_environment_private_endpoint_connection.py +188 -0
- pulumi_azure_native/web/v20240401/get_app_service_plan.py +509 -0
- pulumi_azure_native/web/v20240401/get_certificate.py +437 -0
- pulumi_azure_native/web/v20240401/get_container_app.py +241 -0
- pulumi_azure_native/web/v20240401/get_kube_environment.py +312 -0
- pulumi_azure_native/web/v20240401/get_static_site.py +437 -0
- pulumi_azure_native/web/v20240401/get_static_site_build_database_connection.py +211 -0
- pulumi_azure_native/web/v20240401/get_static_site_custom_domain.py +201 -0
- pulumi_azure_native/web/v20240401/get_static_site_database_connection.py +205 -0
- pulumi_azure_native/web/v20240401/get_static_site_linked_backend.py +190 -0
- pulumi_azure_native/web/v20240401/get_static_site_linked_backend_for_build.py +196 -0
- pulumi_azure_native/web/v20240401/get_static_site_private_endpoint_connection.py +188 -0
- pulumi_azure_native/web/v20240401/get_static_site_user_provided_function_app_for_static_site.py +176 -0
- pulumi_azure_native/web/v20240401/get_static_site_user_provided_function_app_for_static_site_build.py +182 -0
- pulumi_azure_native/web/v20240401/get_web_app.py +963 -0
- pulumi_azure_native/web/v20240401/get_web_app_deployment.py +260 -0
- pulumi_azure_native/web/v20240401/get_web_app_deployment_slot.py +266 -0
- pulumi_azure_native/web/v20240401/get_web_app_diagnostic_logs_configuration.py +185 -0
- pulumi_azure_native/web/v20240401/get_web_app_diagnostic_logs_configuration_slot.py +191 -0
- pulumi_azure_native/web/v20240401/get_web_app_domain_ownership_identifier.py +148 -0
- pulumi_azure_native/web/v20240401/get_web_app_domain_ownership_identifier_slot.py +154 -0
- pulumi_azure_native/web/v20240401/get_web_app_ftp_allowed.py +142 -0
- pulumi_azure_native/web/v20240401/get_web_app_ftp_allowed_slot.py +146 -0
- pulumi_azure_native/web/v20240401/get_web_app_function.py +316 -0
- pulumi_azure_native/web/v20240401/get_web_app_host_name_binding.py +260 -0
- pulumi_azure_native/web/v20240401/get_web_app_host_name_binding_slot.py +266 -0
- pulumi_azure_native/web/v20240401/get_web_app_hybrid_connection.py +253 -0
- pulumi_azure_native/web/v20240401/get_web_app_hybrid_connection_slot.py +259 -0
- pulumi_azure_native/web/v20240401/get_web_app_instance_function_slot.py +322 -0
- pulumi_azure_native/web/v20240401/get_web_app_premier_add_on.py +232 -0
- pulumi_azure_native/web/v20240401/get_web_app_premier_add_on_slot.py +238 -0
- pulumi_azure_native/web/v20240401/get_web_app_private_endpoint_connection.py +188 -0
- pulumi_azure_native/web/v20240401/get_web_app_private_endpoint_connection_slot.py +194 -0
- pulumi_azure_native/web/v20240401/get_web_app_public_certificate.py +176 -0
- pulumi_azure_native/web/v20240401/get_web_app_public_certificate_slot.py +182 -0
- pulumi_azure_native/web/v20240401/get_web_app_relay_service_connection.py +211 -0
- pulumi_azure_native/web/v20240401/get_web_app_relay_service_connection_slot.py +217 -0
- pulumi_azure_native/web/v20240401/get_web_app_scm_allowed.py +142 -0
- pulumi_azure_native/web/v20240401/get_web_app_scm_allowed_slot.py +146 -0
- pulumi_azure_native/web/v20240401/get_web_app_site_container.py +303 -0
- pulumi_azure_native/web/v20240401/get_web_app_site_container_slot.py +309 -0
- pulumi_azure_native/web/v20240401/get_web_app_site_extension.py +411 -0
- pulumi_azure_native/web/v20240401/get_web_app_site_extension_slot.py +417 -0
- pulumi_azure_native/web/v20240401/get_web_app_slot.py +969 -0
- pulumi_azure_native/web/v20240401/get_web_app_slot_configuration_names.py +170 -0
- pulumi_azure_native/web/v20240401/get_web_app_source_control.py +227 -0
- pulumi_azure_native/web/v20240401/get_web_app_source_control_slot.py +233 -0
- pulumi_azure_native/web/v20240401/get_web_app_swift_virtual_network_connection.py +156 -0
- pulumi_azure_native/web/v20240401/get_web_app_swift_virtual_network_connection_slot.py +162 -0
- pulumi_azure_native/web/v20240401/get_web_app_vnet_connection.py +234 -0
- pulumi_azure_native/web/v20240401/get_web_app_vnet_connection_slot.py +240 -0
- pulumi_azure_native/web/v20240401/kube_environment.py +517 -0
- pulumi_azure_native/web/v20240401/list_app_service_plan_hybrid_connection_keys.py +168 -0
- pulumi_azure_native/web/v20240401/list_container_app_secrets.py +81 -0
- pulumi_azure_native/web/v20240401/list_site_identifiers_assigned_to_host_name.py +95 -0
- pulumi_azure_native/web/v20240401/list_static_site_app_settings.py +142 -0
- pulumi_azure_native/web/v20240401/list_static_site_build_app_settings.py +148 -0
- pulumi_azure_native/web/v20240401/list_static_site_build_function_app_settings.py +148 -0
- pulumi_azure_native/web/v20240401/list_static_site_configured_roles.py +142 -0
- pulumi_azure_native/web/v20240401/list_static_site_function_app_settings.py +142 -0
- pulumi_azure_native/web/v20240401/list_static_site_secrets.py +142 -0
- pulumi_azure_native/web/v20240401/list_static_site_users.py +107 -0
- pulumi_azure_native/web/v20240401/list_web_app_application_settings.py +142 -0
- pulumi_azure_native/web/v20240401/list_web_app_application_settings_slot.py +148 -0
- pulumi_azure_native/web/v20240401/list_web_app_auth_settings.py +712 -0
- pulumi_azure_native/web/v20240401/list_web_app_auth_settings_slot.py +718 -0
- pulumi_azure_native/web/v20240401/list_web_app_azure_storage_accounts.py +143 -0
- pulumi_azure_native/web/v20240401/list_web_app_azure_storage_accounts_slot.py +149 -0
- pulumi_azure_native/web/v20240401/list_web_app_backup_configuration.py +199 -0
- pulumi_azure_native/web/v20240401/list_web_app_backup_configuration_slot.py +205 -0
- pulumi_azure_native/web/v20240401/list_web_app_backup_status_secrets.py +355 -0
- pulumi_azure_native/web/v20240401/list_web_app_backup_status_secrets_slot.py +361 -0
- pulumi_azure_native/web/v20240401/list_web_app_connection_strings.py +143 -0
- pulumi_azure_native/web/v20240401/list_web_app_connection_strings_slot.py +149 -0
- pulumi_azure_native/web/v20240401/list_web_app_function_keys.py +148 -0
- pulumi_azure_native/web/v20240401/list_web_app_function_keys_slot.py +154 -0
- pulumi_azure_native/web/v20240401/list_web_app_function_secrets.py +106 -0
- pulumi_azure_native/web/v20240401/list_web_app_function_secrets_slot.py +112 -0
- pulumi_azure_native/web/v20240401/list_web_app_host_keys.py +114 -0
- pulumi_azure_native/web/v20240401/list_web_app_host_keys_slot.py +120 -0
- pulumi_azure_native/web/v20240401/list_web_app_metadata.py +142 -0
- pulumi_azure_native/web/v20240401/list_web_app_metadata_slot.py +148 -0
- pulumi_azure_native/web/v20240401/list_web_app_publishing_credentials.py +198 -0
- pulumi_azure_native/web/v20240401/list_web_app_publishing_credentials_slot.py +204 -0
- pulumi_azure_native/web/v20240401/list_web_app_site_backups.py +101 -0
- pulumi_azure_native/web/v20240401/list_web_app_site_backups_slot.py +107 -0
- pulumi_azure_native/web/v20240401/list_web_app_site_push_settings.py +187 -0
- pulumi_azure_native/web/v20240401/list_web_app_site_push_settings_slot.py +193 -0
- pulumi_azure_native/web/v20240401/list_web_app_sync_function_triggers.py +100 -0
- pulumi_azure_native/web/v20240401/list_web_app_sync_function_triggers_slot.py +106 -0
- pulumi_azure_native/web/v20240401/list_web_app_workflows_connections.py +157 -0
- pulumi_azure_native/web/v20240401/list_web_app_workflows_connections_slot.py +163 -0
- pulumi_azure_native/web/v20240401/list_workflow_run_action_expression_traces.py +127 -0
- pulumi_azure_native/web/v20240401/list_workflow_run_action_repetition_expression_traces.py +133 -0
- pulumi_azure_native/web/v20240401/list_workflow_trigger_callback_url.py +169 -0
- pulumi_azure_native/web/v20240401/outputs.py +9010 -0
- pulumi_azure_native/web/v20240401/static_site.py +675 -0
- pulumi_azure_native/web/v20240401/static_site_build_database_connection.py +357 -0
- pulumi_azure_native/web/v20240401/static_site_custom_domain.py +277 -0
- pulumi_azure_native/web/v20240401/static_site_database_connection.py +336 -0
- pulumi_azure_native/web/v20240401/static_site_linked_backend.py +285 -0
- pulumi_azure_native/web/v20240401/static_site_linked_backend_for_build.py +306 -0
- pulumi_azure_native/web/v20240401/static_site_private_endpoint_connection.py +284 -0
- pulumi_azure_native/web/v20240401/static_site_user_provided_function_app_for_static_site.py +295 -0
- pulumi_azure_native/web/v20240401/static_site_user_provided_function_app_for_static_site_build.py +316 -0
- pulumi_azure_native/web/v20240401/web_app.py +1601 -0
- pulumi_azure_native/web/v20240401/web_app_application_settings.py +216 -0
- pulumi_azure_native/web/v20240401/web_app_application_settings_slot.py +237 -0
- pulumi_azure_native/web/v20240401/web_app_auth_settings.py +1498 -0
- pulumi_azure_native/web/v20240401/web_app_auth_settings_slot.py +1519 -0
- pulumi_azure_native/web/v20240401/web_app_azure_storage_accounts.py +219 -0
- pulumi_azure_native/web/v20240401/web_app_azure_storage_accounts_slot.py +240 -0
- pulumi_azure_native/web/v20240401/web_app_backup_configuration.py +336 -0
- pulumi_azure_native/web/v20240401/web_app_backup_configuration_slot.py +357 -0
- pulumi_azure_native/web/v20240401/web_app_connection_strings.py +219 -0
- pulumi_azure_native/web/v20240401/web_app_connection_strings_slot.py +240 -0
- pulumi_azure_native/web/v20240401/web_app_deployment.py +468 -0
- pulumi_azure_native/web/v20240401/web_app_deployment_slot.py +489 -0
- pulumi_azure_native/web/v20240401/web_app_diagnostic_logs_configuration.py +306 -0
- pulumi_azure_native/web/v20240401/web_app_diagnostic_logs_configuration_slot.py +327 -0
- pulumi_azure_native/web/v20240401/web_app_domain_ownership_identifier.py +236 -0
- pulumi_azure_native/web/v20240401/web_app_domain_ownership_identifier_slot.py +257 -0
- pulumi_azure_native/web/v20240401/web_app_ftp_allowed.py +217 -0
- pulumi_azure_native/web/v20240401/web_app_ftp_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20240401/web_app_function.py +584 -0
- pulumi_azure_native/web/v20240401/web_app_host_name_binding.py +450 -0
- pulumi_azure_native/web/v20240401/web_app_host_name_binding_slot.py +471 -0
- pulumi_azure_native/web/v20240401/web_app_hybrid_connection.py +444 -0
- pulumi_azure_native/web/v20240401/web_app_hybrid_connection_slot.py +465 -0
- pulumi_azure_native/web/v20240401/web_app_instance_function_slot.py +605 -0
- pulumi_azure_native/web/v20240401/web_app_metadata.py +216 -0
- pulumi_azure_native/web/v20240401/web_app_metadata_slot.py +237 -0
- pulumi_azure_native/web/v20240401/web_app_premier_add_on.py +410 -0
- pulumi_azure_native/web/v20240401/web_app_premier_add_on_slot.py +431 -0
- pulumi_azure_native/web/v20240401/web_app_private_endpoint_connection.py +279 -0
- pulumi_azure_native/web/v20240401/web_app_private_endpoint_connection_slot.py +295 -0
- pulumi_azure_native/web/v20240401/web_app_public_certificate.py +276 -0
- pulumi_azure_native/web/v20240401/web_app_public_certificate_slot.py +297 -0
- pulumi_azure_native/web/v20240401/web_app_relay_service_connection.py +334 -0
- pulumi_azure_native/web/v20240401/web_app_relay_service_connection_slot.py +355 -0
- pulumi_azure_native/web/v20240401/web_app_scm_allowed.py +217 -0
- pulumi_azure_native/web/v20240401/web_app_scm_allowed_slot.py +233 -0
- pulumi_azure_native/web/v20240401/web_app_site_container.py +522 -0
- pulumi_azure_native/web/v20240401/web_app_site_container_slot.py +543 -0
- pulumi_azure_native/web/v20240401/web_app_site_extension.py +385 -0
- pulumi_azure_native/web/v20240401/web_app_site_extension_slot.py +406 -0
- pulumi_azure_native/web/v20240401/web_app_site_push_settings.py +316 -0
- pulumi_azure_native/web/v20240401/web_app_site_push_settings_slot.py +337 -0
- pulumi_azure_native/web/v20240401/web_app_slot.py +1622 -0
- pulumi_azure_native/web/v20240401/web_app_slot_configuration_names.py +274 -0
- pulumi_azure_native/web/v20240401/web_app_source_control.py +392 -0
- pulumi_azure_native/web/v20240401/web_app_source_control_slot.py +413 -0
- pulumi_azure_native/web/v20240401/web_app_swift_virtual_network_connection.py +245 -0
- pulumi_azure_native/web/v20240401/web_app_swift_virtual_network_connection_slot.py +266 -0
- pulumi_azure_native/web/v20240401/web_app_vnet_connection.py +358 -0
- pulumi_azure_native/web/v20240401/web_app_vnet_connection_slot.py +379 -0
- pulumi_azure_native/web/web_app.py +3 -3
- pulumi_azure_native/web/web_app_application_settings.py +3 -3
- pulumi_azure_native/web/web_app_application_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_auth_settings.py +3 -3
- pulumi_azure_native/web/web_app_auth_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_azure_storage_accounts.py +3 -3
- pulumi_azure_native/web/web_app_azure_storage_accounts_slot.py +3 -3
- pulumi_azure_native/web/web_app_backup_configuration.py +3 -3
- pulumi_azure_native/web/web_app_backup_configuration_slot.py +3 -3
- pulumi_azure_native/web/web_app_connection_strings.py +3 -3
- pulumi_azure_native/web/web_app_connection_strings_slot.py +3 -3
- pulumi_azure_native/web/web_app_deployment.py +3 -3
- pulumi_azure_native/web/web_app_deployment_slot.py +3 -3
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration.py +3 -3
- pulumi_azure_native/web/web_app_diagnostic_logs_configuration_slot.py +3 -3
- pulumi_azure_native/web/web_app_domain_ownership_identifier.py +3 -3
- pulumi_azure_native/web/web_app_domain_ownership_identifier_slot.py +3 -3
- pulumi_azure_native/web/web_app_ftp_allowed.py +3 -3
- pulumi_azure_native/web/web_app_ftp_allowed_slot.py +3 -3
- pulumi_azure_native/web/web_app_function.py +3 -3
- pulumi_azure_native/web/web_app_host_name_binding.py +3 -3
- pulumi_azure_native/web/web_app_host_name_binding_slot.py +3 -3
- pulumi_azure_native/web/web_app_hybrid_connection.py +3 -3
- pulumi_azure_native/web/web_app_hybrid_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_instance_function_slot.py +3 -3
- pulumi_azure_native/web/web_app_metadata.py +3 -3
- pulumi_azure_native/web/web_app_metadata_slot.py +3 -3
- pulumi_azure_native/web/web_app_premier_add_on.py +3 -3
- pulumi_azure_native/web/web_app_premier_add_on_slot.py +3 -3
- pulumi_azure_native/web/web_app_private_endpoint_connection.py +3 -3
- pulumi_azure_native/web/web_app_private_endpoint_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_public_certificate.py +3 -3
- pulumi_azure_native/web/web_app_public_certificate_slot.py +3 -3
- pulumi_azure_native/web/web_app_relay_service_connection.py +3 -3
- pulumi_azure_native/web/web_app_relay_service_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_scm_allowed.py +3 -3
- pulumi_azure_native/web/web_app_scm_allowed_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_container.py +5 -1
- pulumi_azure_native/web/web_app_site_container_slot.py +5 -1
- pulumi_azure_native/web/web_app_site_extension.py +3 -3
- pulumi_azure_native/web/web_app_site_extension_slot.py +3 -3
- pulumi_azure_native/web/web_app_site_push_settings.py +3 -3
- pulumi_azure_native/web/web_app_site_push_settings_slot.py +3 -3
- pulumi_azure_native/web/web_app_slot.py +3 -3
- pulumi_azure_native/web/web_app_slot_configuration_names.py +3 -3
- pulumi_azure_native/web/web_app_source_control.py +3 -3
- pulumi_azure_native/web/web_app_source_control_slot.py +3 -3
- pulumi_azure_native/web/web_app_swift_virtual_network_connection.py +3 -3
- pulumi_azure_native/web/web_app_swift_virtual_network_connection_slot.py +3 -3
- pulumi_azure_native/web/web_app_vnet_connection.py +3 -3
- pulumi_azure_native/web/web_app_vnet_connection_slot.py +3 -3
- {pulumi_azure_native-2.64.0a1727364719.dist-info → pulumi_azure_native-2.64.1.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.64.0a1727364719.dist-info → pulumi_azure_native-2.64.1.dist-info}/RECORD +2480 -1966
- {pulumi_azure_native-2.64.0a1727364719.dist-info → pulumi_azure_native-2.64.1.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.64.0a1727364719.dist-info → pulumi_azure_native-2.64.1.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2620 @@
|
|
|
1
|
+
# coding=utf-8
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
|
|
5
|
+
import copy
|
|
6
|
+
import warnings
|
|
7
|
+
import sys
|
|
8
|
+
import pulumi
|
|
9
|
+
import pulumi.runtime
|
|
10
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
|
+
from ... import _utilities
|
|
16
|
+
from ._enums import *
|
|
17
|
+
|
|
18
|
+
__all__ = [
|
|
19
|
+
'AccessKeyInfoBaseArgs',
|
|
20
|
+
'AccessKeyInfoBaseArgsDict',
|
|
21
|
+
'AzureAppConfigPropertiesArgs',
|
|
22
|
+
'AzureAppConfigPropertiesArgsDict',
|
|
23
|
+
'AzureKeyVaultPropertiesArgs',
|
|
24
|
+
'AzureKeyVaultPropertiesArgsDict',
|
|
25
|
+
'AzureResourceArgs',
|
|
26
|
+
'AzureResourceArgsDict',
|
|
27
|
+
'ConfigurationInfoArgs',
|
|
28
|
+
'ConfigurationInfoArgsDict',
|
|
29
|
+
'ConfigurationStoreArgs',
|
|
30
|
+
'ConfigurationStoreArgsDict',
|
|
31
|
+
'ConfluentBootstrapServerArgs',
|
|
32
|
+
'ConfluentBootstrapServerArgsDict',
|
|
33
|
+
'ConfluentSchemaRegistryArgs',
|
|
34
|
+
'ConfluentSchemaRegistryArgsDict',
|
|
35
|
+
'CreateOrUpdateDryrunParametersArgs',
|
|
36
|
+
'CreateOrUpdateDryrunParametersArgsDict',
|
|
37
|
+
'DaprMetadataArgs',
|
|
38
|
+
'DaprMetadataArgsDict',
|
|
39
|
+
'DaprPropertiesArgs',
|
|
40
|
+
'DaprPropertiesArgsDict',
|
|
41
|
+
'EasyAuthMicrosoftEntraIDAuthInfoArgs',
|
|
42
|
+
'EasyAuthMicrosoftEntraIDAuthInfoArgsDict',
|
|
43
|
+
'FabricPlatformArgs',
|
|
44
|
+
'FabricPlatformArgsDict',
|
|
45
|
+
'FirewallRulesArgs',
|
|
46
|
+
'FirewallRulesArgsDict',
|
|
47
|
+
'KeyVaultSecretReferenceSecretInfoArgs',
|
|
48
|
+
'KeyVaultSecretReferenceSecretInfoArgsDict',
|
|
49
|
+
'KeyVaultSecretUriSecretInfoArgs',
|
|
50
|
+
'KeyVaultSecretUriSecretInfoArgsDict',
|
|
51
|
+
'PublicNetworkSolutionArgs',
|
|
52
|
+
'PublicNetworkSolutionArgsDict',
|
|
53
|
+
'SecretAuthInfoArgs',
|
|
54
|
+
'SecretAuthInfoArgsDict',
|
|
55
|
+
'SecretStoreArgs',
|
|
56
|
+
'SecretStoreArgsDict',
|
|
57
|
+
'SelfHostedServerArgs',
|
|
58
|
+
'SelfHostedServerArgsDict',
|
|
59
|
+
'ServicePrincipalCertificateAuthInfoArgs',
|
|
60
|
+
'ServicePrincipalCertificateAuthInfoArgsDict',
|
|
61
|
+
'ServicePrincipalSecretAuthInfoArgs',
|
|
62
|
+
'ServicePrincipalSecretAuthInfoArgsDict',
|
|
63
|
+
'SystemAssignedIdentityAuthInfoArgs',
|
|
64
|
+
'SystemAssignedIdentityAuthInfoArgsDict',
|
|
65
|
+
'UserAccountAuthInfoArgs',
|
|
66
|
+
'UserAccountAuthInfoArgsDict',
|
|
67
|
+
'UserAssignedIdentityAuthInfoArgs',
|
|
68
|
+
'UserAssignedIdentityAuthInfoArgsDict',
|
|
69
|
+
'VNetSolutionArgs',
|
|
70
|
+
'VNetSolutionArgsDict',
|
|
71
|
+
'ValueSecretInfoArgs',
|
|
72
|
+
'ValueSecretInfoArgsDict',
|
|
73
|
+
]
|
|
74
|
+
|
|
75
|
+
MYPY = False
|
|
76
|
+
|
|
77
|
+
if not MYPY:
|
|
78
|
+
class AccessKeyInfoBaseArgsDict(TypedDict):
|
|
79
|
+
"""
|
|
80
|
+
The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage
|
|
81
|
+
"""
|
|
82
|
+
auth_type: pulumi.Input[str]
|
|
83
|
+
"""
|
|
84
|
+
The authentication type.
|
|
85
|
+
Expected value is 'accessKey'.
|
|
86
|
+
"""
|
|
87
|
+
auth_mode: NotRequired[pulumi.Input[Union[str, 'AuthMode']]]
|
|
88
|
+
"""
|
|
89
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
90
|
+
"""
|
|
91
|
+
permissions: NotRequired[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AccessKeyPermissions']]]]]
|
|
92
|
+
"""
|
|
93
|
+
Permissions of the accessKey. `Read` and `Write` are for Azure Cosmos DB and Azure App Configuration, `Listen`, `Send` and `Manage` are for Azure Event Hub and Azure Service Bus.
|
|
94
|
+
"""
|
|
95
|
+
elif False:
|
|
96
|
+
AccessKeyInfoBaseArgsDict: TypeAlias = Mapping[str, Any]
|
|
97
|
+
|
|
98
|
+
@pulumi.input_type
|
|
99
|
+
class AccessKeyInfoBaseArgs:
|
|
100
|
+
def __init__(__self__, *,
|
|
101
|
+
auth_type: pulumi.Input[str],
|
|
102
|
+
auth_mode: Optional[pulumi.Input[Union[str, 'AuthMode']]] = None,
|
|
103
|
+
permissions: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AccessKeyPermissions']]]]] = None):
|
|
104
|
+
"""
|
|
105
|
+
The access key directly from target resource properties, which target service is Azure Resource, such as Microsoft.Storage
|
|
106
|
+
:param pulumi.Input[str] auth_type: The authentication type.
|
|
107
|
+
Expected value is 'accessKey'.
|
|
108
|
+
:param pulumi.Input[Union[str, 'AuthMode']] auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
109
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'AccessKeyPermissions']]]] permissions: Permissions of the accessKey. `Read` and `Write` are for Azure Cosmos DB and Azure App Configuration, `Listen`, `Send` and `Manage` are for Azure Event Hub and Azure Service Bus.
|
|
110
|
+
"""
|
|
111
|
+
pulumi.set(__self__, "auth_type", 'accessKey')
|
|
112
|
+
if auth_mode is not None:
|
|
113
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
114
|
+
if permissions is not None:
|
|
115
|
+
pulumi.set(__self__, "permissions", permissions)
|
|
116
|
+
|
|
117
|
+
@property
|
|
118
|
+
@pulumi.getter(name="authType")
|
|
119
|
+
def auth_type(self) -> pulumi.Input[str]:
|
|
120
|
+
"""
|
|
121
|
+
The authentication type.
|
|
122
|
+
Expected value is 'accessKey'.
|
|
123
|
+
"""
|
|
124
|
+
return pulumi.get(self, "auth_type")
|
|
125
|
+
|
|
126
|
+
@auth_type.setter
|
|
127
|
+
def auth_type(self, value: pulumi.Input[str]):
|
|
128
|
+
pulumi.set(self, "auth_type", value)
|
|
129
|
+
|
|
130
|
+
@property
|
|
131
|
+
@pulumi.getter(name="authMode")
|
|
132
|
+
def auth_mode(self) -> Optional[pulumi.Input[Union[str, 'AuthMode']]]:
|
|
133
|
+
"""
|
|
134
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
135
|
+
"""
|
|
136
|
+
return pulumi.get(self, "auth_mode")
|
|
137
|
+
|
|
138
|
+
@auth_mode.setter
|
|
139
|
+
def auth_mode(self, value: Optional[pulumi.Input[Union[str, 'AuthMode']]]):
|
|
140
|
+
pulumi.set(self, "auth_mode", value)
|
|
141
|
+
|
|
142
|
+
@property
|
|
143
|
+
@pulumi.getter
|
|
144
|
+
def permissions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AccessKeyPermissions']]]]]:
|
|
145
|
+
"""
|
|
146
|
+
Permissions of the accessKey. `Read` and `Write` are for Azure Cosmos DB and Azure App Configuration, `Listen`, `Send` and `Manage` are for Azure Event Hub and Azure Service Bus.
|
|
147
|
+
"""
|
|
148
|
+
return pulumi.get(self, "permissions")
|
|
149
|
+
|
|
150
|
+
@permissions.setter
|
|
151
|
+
def permissions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AccessKeyPermissions']]]]]):
|
|
152
|
+
pulumi.set(self, "permissions", value)
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
if not MYPY:
|
|
156
|
+
class AzureAppConfigPropertiesArgsDict(TypedDict):
|
|
157
|
+
"""
|
|
158
|
+
The resource properties when type is Azure App Configuration
|
|
159
|
+
"""
|
|
160
|
+
type: pulumi.Input[str]
|
|
161
|
+
"""
|
|
162
|
+
The azure resource type.
|
|
163
|
+
Expected value is 'AppConfig'.
|
|
164
|
+
"""
|
|
165
|
+
connect_with_kubernetes_extension: NotRequired[pulumi.Input[bool]]
|
|
166
|
+
"""
|
|
167
|
+
True if connection enables app configuration kubernetes extension.
|
|
168
|
+
"""
|
|
169
|
+
elif False:
|
|
170
|
+
AzureAppConfigPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
171
|
+
|
|
172
|
+
@pulumi.input_type
|
|
173
|
+
class AzureAppConfigPropertiesArgs:
|
|
174
|
+
def __init__(__self__, *,
|
|
175
|
+
type: pulumi.Input[str],
|
|
176
|
+
connect_with_kubernetes_extension: Optional[pulumi.Input[bool]] = None):
|
|
177
|
+
"""
|
|
178
|
+
The resource properties when type is Azure App Configuration
|
|
179
|
+
:param pulumi.Input[str] type: The azure resource type.
|
|
180
|
+
Expected value is 'AppConfig'.
|
|
181
|
+
:param pulumi.Input[bool] connect_with_kubernetes_extension: True if connection enables app configuration kubernetes extension.
|
|
182
|
+
"""
|
|
183
|
+
pulumi.set(__self__, "type", 'AppConfig')
|
|
184
|
+
if connect_with_kubernetes_extension is not None:
|
|
185
|
+
pulumi.set(__self__, "connect_with_kubernetes_extension", connect_with_kubernetes_extension)
|
|
186
|
+
|
|
187
|
+
@property
|
|
188
|
+
@pulumi.getter
|
|
189
|
+
def type(self) -> pulumi.Input[str]:
|
|
190
|
+
"""
|
|
191
|
+
The azure resource type.
|
|
192
|
+
Expected value is 'AppConfig'.
|
|
193
|
+
"""
|
|
194
|
+
return pulumi.get(self, "type")
|
|
195
|
+
|
|
196
|
+
@type.setter
|
|
197
|
+
def type(self, value: pulumi.Input[str]):
|
|
198
|
+
pulumi.set(self, "type", value)
|
|
199
|
+
|
|
200
|
+
@property
|
|
201
|
+
@pulumi.getter(name="connectWithKubernetesExtension")
|
|
202
|
+
def connect_with_kubernetes_extension(self) -> Optional[pulumi.Input[bool]]:
|
|
203
|
+
"""
|
|
204
|
+
True if connection enables app configuration kubernetes extension.
|
|
205
|
+
"""
|
|
206
|
+
return pulumi.get(self, "connect_with_kubernetes_extension")
|
|
207
|
+
|
|
208
|
+
@connect_with_kubernetes_extension.setter
|
|
209
|
+
def connect_with_kubernetes_extension(self, value: Optional[pulumi.Input[bool]]):
|
|
210
|
+
pulumi.set(self, "connect_with_kubernetes_extension", value)
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
if not MYPY:
|
|
214
|
+
class AzureKeyVaultPropertiesArgsDict(TypedDict):
|
|
215
|
+
"""
|
|
216
|
+
The resource properties when type is Azure Key Vault
|
|
217
|
+
"""
|
|
218
|
+
type: pulumi.Input[str]
|
|
219
|
+
"""
|
|
220
|
+
The azure resource type.
|
|
221
|
+
Expected value is 'KeyVault'.
|
|
222
|
+
"""
|
|
223
|
+
connect_as_kubernetes_csi_driver: NotRequired[pulumi.Input[bool]]
|
|
224
|
+
"""
|
|
225
|
+
True if connect via Kubernetes CSI Driver.
|
|
226
|
+
"""
|
|
227
|
+
elif False:
|
|
228
|
+
AzureKeyVaultPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
229
|
+
|
|
230
|
+
@pulumi.input_type
|
|
231
|
+
class AzureKeyVaultPropertiesArgs:
|
|
232
|
+
def __init__(__self__, *,
|
|
233
|
+
type: pulumi.Input[str],
|
|
234
|
+
connect_as_kubernetes_csi_driver: Optional[pulumi.Input[bool]] = None):
|
|
235
|
+
"""
|
|
236
|
+
The resource properties when type is Azure Key Vault
|
|
237
|
+
:param pulumi.Input[str] type: The azure resource type.
|
|
238
|
+
Expected value is 'KeyVault'.
|
|
239
|
+
:param pulumi.Input[bool] connect_as_kubernetes_csi_driver: True if connect via Kubernetes CSI Driver.
|
|
240
|
+
"""
|
|
241
|
+
pulumi.set(__self__, "type", 'KeyVault')
|
|
242
|
+
if connect_as_kubernetes_csi_driver is not None:
|
|
243
|
+
pulumi.set(__self__, "connect_as_kubernetes_csi_driver", connect_as_kubernetes_csi_driver)
|
|
244
|
+
|
|
245
|
+
@property
|
|
246
|
+
@pulumi.getter
|
|
247
|
+
def type(self) -> pulumi.Input[str]:
|
|
248
|
+
"""
|
|
249
|
+
The azure resource type.
|
|
250
|
+
Expected value is 'KeyVault'.
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "type")
|
|
253
|
+
|
|
254
|
+
@type.setter
|
|
255
|
+
def type(self, value: pulumi.Input[str]):
|
|
256
|
+
pulumi.set(self, "type", value)
|
|
257
|
+
|
|
258
|
+
@property
|
|
259
|
+
@pulumi.getter(name="connectAsKubernetesCsiDriver")
|
|
260
|
+
def connect_as_kubernetes_csi_driver(self) -> Optional[pulumi.Input[bool]]:
|
|
261
|
+
"""
|
|
262
|
+
True if connect via Kubernetes CSI Driver.
|
|
263
|
+
"""
|
|
264
|
+
return pulumi.get(self, "connect_as_kubernetes_csi_driver")
|
|
265
|
+
|
|
266
|
+
@connect_as_kubernetes_csi_driver.setter
|
|
267
|
+
def connect_as_kubernetes_csi_driver(self, value: Optional[pulumi.Input[bool]]):
|
|
268
|
+
pulumi.set(self, "connect_as_kubernetes_csi_driver", value)
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
if not MYPY:
|
|
272
|
+
class AzureResourceArgsDict(TypedDict):
|
|
273
|
+
"""
|
|
274
|
+
The azure resource info when target service type is AzureResource
|
|
275
|
+
"""
|
|
276
|
+
type: pulumi.Input[str]
|
|
277
|
+
"""
|
|
278
|
+
The target service type.
|
|
279
|
+
Expected value is 'AzureResource'.
|
|
280
|
+
"""
|
|
281
|
+
id: NotRequired[pulumi.Input[str]]
|
|
282
|
+
"""
|
|
283
|
+
The Id of azure resource.
|
|
284
|
+
"""
|
|
285
|
+
resource_properties: NotRequired[pulumi.Input[Union['AzureAppConfigPropertiesArgsDict', 'AzureKeyVaultPropertiesArgsDict']]]
|
|
286
|
+
"""
|
|
287
|
+
The azure resource connection related properties.
|
|
288
|
+
"""
|
|
289
|
+
elif False:
|
|
290
|
+
AzureResourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
291
|
+
|
|
292
|
+
@pulumi.input_type
|
|
293
|
+
class AzureResourceArgs:
|
|
294
|
+
def __init__(__self__, *,
|
|
295
|
+
type: pulumi.Input[str],
|
|
296
|
+
id: Optional[pulumi.Input[str]] = None,
|
|
297
|
+
resource_properties: Optional[pulumi.Input[Union['AzureAppConfigPropertiesArgs', 'AzureKeyVaultPropertiesArgs']]] = None):
|
|
298
|
+
"""
|
|
299
|
+
The azure resource info when target service type is AzureResource
|
|
300
|
+
:param pulumi.Input[str] type: The target service type.
|
|
301
|
+
Expected value is 'AzureResource'.
|
|
302
|
+
:param pulumi.Input[str] id: The Id of azure resource.
|
|
303
|
+
:param pulumi.Input[Union['AzureAppConfigPropertiesArgs', 'AzureKeyVaultPropertiesArgs']] resource_properties: The azure resource connection related properties.
|
|
304
|
+
"""
|
|
305
|
+
pulumi.set(__self__, "type", 'AzureResource')
|
|
306
|
+
if id is not None:
|
|
307
|
+
pulumi.set(__self__, "id", id)
|
|
308
|
+
if resource_properties is not None:
|
|
309
|
+
pulumi.set(__self__, "resource_properties", resource_properties)
|
|
310
|
+
|
|
311
|
+
@property
|
|
312
|
+
@pulumi.getter
|
|
313
|
+
def type(self) -> pulumi.Input[str]:
|
|
314
|
+
"""
|
|
315
|
+
The target service type.
|
|
316
|
+
Expected value is 'AzureResource'.
|
|
317
|
+
"""
|
|
318
|
+
return pulumi.get(self, "type")
|
|
319
|
+
|
|
320
|
+
@type.setter
|
|
321
|
+
def type(self, value: pulumi.Input[str]):
|
|
322
|
+
pulumi.set(self, "type", value)
|
|
323
|
+
|
|
324
|
+
@property
|
|
325
|
+
@pulumi.getter
|
|
326
|
+
def id(self) -> Optional[pulumi.Input[str]]:
|
|
327
|
+
"""
|
|
328
|
+
The Id of azure resource.
|
|
329
|
+
"""
|
|
330
|
+
return pulumi.get(self, "id")
|
|
331
|
+
|
|
332
|
+
@id.setter
|
|
333
|
+
def id(self, value: Optional[pulumi.Input[str]]):
|
|
334
|
+
pulumi.set(self, "id", value)
|
|
335
|
+
|
|
336
|
+
@property
|
|
337
|
+
@pulumi.getter(name="resourceProperties")
|
|
338
|
+
def resource_properties(self) -> Optional[pulumi.Input[Union['AzureAppConfigPropertiesArgs', 'AzureKeyVaultPropertiesArgs']]]:
|
|
339
|
+
"""
|
|
340
|
+
The azure resource connection related properties.
|
|
341
|
+
"""
|
|
342
|
+
return pulumi.get(self, "resource_properties")
|
|
343
|
+
|
|
344
|
+
@resource_properties.setter
|
|
345
|
+
def resource_properties(self, value: Optional[pulumi.Input[Union['AzureAppConfigPropertiesArgs', 'AzureKeyVaultPropertiesArgs']]]):
|
|
346
|
+
pulumi.set(self, "resource_properties", value)
|
|
347
|
+
|
|
348
|
+
|
|
349
|
+
if not MYPY:
|
|
350
|
+
class ConfigurationInfoArgsDict(TypedDict):
|
|
351
|
+
"""
|
|
352
|
+
The configuration information, used to generate configurations or save to applications
|
|
353
|
+
"""
|
|
354
|
+
action: NotRequired[pulumi.Input[Union[str, 'ActionType']]]
|
|
355
|
+
"""
|
|
356
|
+
Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source.
|
|
357
|
+
"""
|
|
358
|
+
additional_configurations: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
359
|
+
"""
|
|
360
|
+
A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations
|
|
361
|
+
"""
|
|
362
|
+
additional_connection_string_properties: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
363
|
+
"""
|
|
364
|
+
A dictionary of additional properties to be added in the end of connection string.
|
|
365
|
+
"""
|
|
366
|
+
configuration_store: NotRequired[pulumi.Input['ConfigurationStoreArgsDict']]
|
|
367
|
+
"""
|
|
368
|
+
An option to store configuration into different place
|
|
369
|
+
"""
|
|
370
|
+
customized_keys: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
371
|
+
"""
|
|
372
|
+
Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations
|
|
373
|
+
"""
|
|
374
|
+
dapr_properties: NotRequired[pulumi.Input['DaprPropertiesArgsDict']]
|
|
375
|
+
"""
|
|
376
|
+
Indicates some additional properties for dapr client type
|
|
377
|
+
"""
|
|
378
|
+
delete_or_update_behavior: NotRequired[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]
|
|
379
|
+
"""
|
|
380
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
381
|
+
"""
|
|
382
|
+
elif False:
|
|
383
|
+
ConfigurationInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
384
|
+
|
|
385
|
+
@pulumi.input_type
|
|
386
|
+
class ConfigurationInfoArgs:
|
|
387
|
+
def __init__(__self__, *,
|
|
388
|
+
action: Optional[pulumi.Input[Union[str, 'ActionType']]] = None,
|
|
389
|
+
additional_configurations: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
390
|
+
additional_connection_string_properties: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
391
|
+
configuration_store: Optional[pulumi.Input['ConfigurationStoreArgs']] = None,
|
|
392
|
+
customized_keys: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
393
|
+
dapr_properties: Optional[pulumi.Input['DaprPropertiesArgs']] = None,
|
|
394
|
+
delete_or_update_behavior: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]] = None):
|
|
395
|
+
"""
|
|
396
|
+
The configuration information, used to generate configurations or save to applications
|
|
397
|
+
:param pulumi.Input[Union[str, 'ActionType']] action: Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source.
|
|
398
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] additional_configurations: A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations
|
|
399
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] additional_connection_string_properties: A dictionary of additional properties to be added in the end of connection string.
|
|
400
|
+
:param pulumi.Input['ConfigurationStoreArgs'] configuration_store: An option to store configuration into different place
|
|
401
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] customized_keys: Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations
|
|
402
|
+
:param pulumi.Input['DaprPropertiesArgs'] dapr_properties: Indicates some additional properties for dapr client type
|
|
403
|
+
:param pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']] delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
404
|
+
"""
|
|
405
|
+
if action is not None:
|
|
406
|
+
pulumi.set(__self__, "action", action)
|
|
407
|
+
if additional_configurations is not None:
|
|
408
|
+
pulumi.set(__self__, "additional_configurations", additional_configurations)
|
|
409
|
+
if additional_connection_string_properties is not None:
|
|
410
|
+
pulumi.set(__self__, "additional_connection_string_properties", additional_connection_string_properties)
|
|
411
|
+
if configuration_store is not None:
|
|
412
|
+
pulumi.set(__self__, "configuration_store", configuration_store)
|
|
413
|
+
if customized_keys is not None:
|
|
414
|
+
pulumi.set(__self__, "customized_keys", customized_keys)
|
|
415
|
+
if dapr_properties is not None:
|
|
416
|
+
pulumi.set(__self__, "dapr_properties", dapr_properties)
|
|
417
|
+
if delete_or_update_behavior is not None:
|
|
418
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
419
|
+
|
|
420
|
+
@property
|
|
421
|
+
@pulumi.getter
|
|
422
|
+
def action(self) -> Optional[pulumi.Input[Union[str, 'ActionType']]]:
|
|
423
|
+
"""
|
|
424
|
+
Optional, indicate whether to apply configurations on source application. If enable, generate configurations and applied to the source application. Default is enable. If optOut, no configuration change will be made on source.
|
|
425
|
+
"""
|
|
426
|
+
return pulumi.get(self, "action")
|
|
427
|
+
|
|
428
|
+
@action.setter
|
|
429
|
+
def action(self, value: Optional[pulumi.Input[Union[str, 'ActionType']]]):
|
|
430
|
+
pulumi.set(self, "action", value)
|
|
431
|
+
|
|
432
|
+
@property
|
|
433
|
+
@pulumi.getter(name="additionalConfigurations")
|
|
434
|
+
def additional_configurations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
435
|
+
"""
|
|
436
|
+
A dictionary of additional configurations to be added. Service will auto generate a set of basic configurations and this property is to full fill more customized configurations
|
|
437
|
+
"""
|
|
438
|
+
return pulumi.get(self, "additional_configurations")
|
|
439
|
+
|
|
440
|
+
@additional_configurations.setter
|
|
441
|
+
def additional_configurations(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
442
|
+
pulumi.set(self, "additional_configurations", value)
|
|
443
|
+
|
|
444
|
+
@property
|
|
445
|
+
@pulumi.getter(name="additionalConnectionStringProperties")
|
|
446
|
+
def additional_connection_string_properties(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
447
|
+
"""
|
|
448
|
+
A dictionary of additional properties to be added in the end of connection string.
|
|
449
|
+
"""
|
|
450
|
+
return pulumi.get(self, "additional_connection_string_properties")
|
|
451
|
+
|
|
452
|
+
@additional_connection_string_properties.setter
|
|
453
|
+
def additional_connection_string_properties(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
454
|
+
pulumi.set(self, "additional_connection_string_properties", value)
|
|
455
|
+
|
|
456
|
+
@property
|
|
457
|
+
@pulumi.getter(name="configurationStore")
|
|
458
|
+
def configuration_store(self) -> Optional[pulumi.Input['ConfigurationStoreArgs']]:
|
|
459
|
+
"""
|
|
460
|
+
An option to store configuration into different place
|
|
461
|
+
"""
|
|
462
|
+
return pulumi.get(self, "configuration_store")
|
|
463
|
+
|
|
464
|
+
@configuration_store.setter
|
|
465
|
+
def configuration_store(self, value: Optional[pulumi.Input['ConfigurationStoreArgs']]):
|
|
466
|
+
pulumi.set(self, "configuration_store", value)
|
|
467
|
+
|
|
468
|
+
@property
|
|
469
|
+
@pulumi.getter(name="customizedKeys")
|
|
470
|
+
def customized_keys(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
471
|
+
"""
|
|
472
|
+
Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations
|
|
473
|
+
"""
|
|
474
|
+
return pulumi.get(self, "customized_keys")
|
|
475
|
+
|
|
476
|
+
@customized_keys.setter
|
|
477
|
+
def customized_keys(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
478
|
+
pulumi.set(self, "customized_keys", value)
|
|
479
|
+
|
|
480
|
+
@property
|
|
481
|
+
@pulumi.getter(name="daprProperties")
|
|
482
|
+
def dapr_properties(self) -> Optional[pulumi.Input['DaprPropertiesArgs']]:
|
|
483
|
+
"""
|
|
484
|
+
Indicates some additional properties for dapr client type
|
|
485
|
+
"""
|
|
486
|
+
return pulumi.get(self, "dapr_properties")
|
|
487
|
+
|
|
488
|
+
@dapr_properties.setter
|
|
489
|
+
def dapr_properties(self, value: Optional[pulumi.Input['DaprPropertiesArgs']]):
|
|
490
|
+
pulumi.set(self, "dapr_properties", value)
|
|
491
|
+
|
|
492
|
+
@property
|
|
493
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
494
|
+
def delete_or_update_behavior(self) -> Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]:
|
|
495
|
+
"""
|
|
496
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
497
|
+
"""
|
|
498
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
499
|
+
|
|
500
|
+
@delete_or_update_behavior.setter
|
|
501
|
+
def delete_or_update_behavior(self, value: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]):
|
|
502
|
+
pulumi.set(self, "delete_or_update_behavior", value)
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
if not MYPY:
|
|
506
|
+
class ConfigurationStoreArgsDict(TypedDict):
|
|
507
|
+
"""
|
|
508
|
+
An option to store configuration into different place
|
|
509
|
+
"""
|
|
510
|
+
app_configuration_id: NotRequired[pulumi.Input[str]]
|
|
511
|
+
"""
|
|
512
|
+
The app configuration id to store configuration
|
|
513
|
+
"""
|
|
514
|
+
elif False:
|
|
515
|
+
ConfigurationStoreArgsDict: TypeAlias = Mapping[str, Any]
|
|
516
|
+
|
|
517
|
+
@pulumi.input_type
|
|
518
|
+
class ConfigurationStoreArgs:
|
|
519
|
+
def __init__(__self__, *,
|
|
520
|
+
app_configuration_id: Optional[pulumi.Input[str]] = None):
|
|
521
|
+
"""
|
|
522
|
+
An option to store configuration into different place
|
|
523
|
+
:param pulumi.Input[str] app_configuration_id: The app configuration id to store configuration
|
|
524
|
+
"""
|
|
525
|
+
if app_configuration_id is not None:
|
|
526
|
+
pulumi.set(__self__, "app_configuration_id", app_configuration_id)
|
|
527
|
+
|
|
528
|
+
@property
|
|
529
|
+
@pulumi.getter(name="appConfigurationId")
|
|
530
|
+
def app_configuration_id(self) -> Optional[pulumi.Input[str]]:
|
|
531
|
+
"""
|
|
532
|
+
The app configuration id to store configuration
|
|
533
|
+
"""
|
|
534
|
+
return pulumi.get(self, "app_configuration_id")
|
|
535
|
+
|
|
536
|
+
@app_configuration_id.setter
|
|
537
|
+
def app_configuration_id(self, value: Optional[pulumi.Input[str]]):
|
|
538
|
+
pulumi.set(self, "app_configuration_id", value)
|
|
539
|
+
|
|
540
|
+
|
|
541
|
+
if not MYPY:
|
|
542
|
+
class ConfluentBootstrapServerArgsDict(TypedDict):
|
|
543
|
+
"""
|
|
544
|
+
The service properties when target service type is ConfluentBootstrapServer
|
|
545
|
+
"""
|
|
546
|
+
type: pulumi.Input[str]
|
|
547
|
+
"""
|
|
548
|
+
The target service type.
|
|
549
|
+
Expected value is 'ConfluentBootstrapServer'.
|
|
550
|
+
"""
|
|
551
|
+
endpoint: NotRequired[pulumi.Input[str]]
|
|
552
|
+
"""
|
|
553
|
+
The endpoint of service.
|
|
554
|
+
"""
|
|
555
|
+
elif False:
|
|
556
|
+
ConfluentBootstrapServerArgsDict: TypeAlias = Mapping[str, Any]
|
|
557
|
+
|
|
558
|
+
@pulumi.input_type
|
|
559
|
+
class ConfluentBootstrapServerArgs:
|
|
560
|
+
def __init__(__self__, *,
|
|
561
|
+
type: pulumi.Input[str],
|
|
562
|
+
endpoint: Optional[pulumi.Input[str]] = None):
|
|
563
|
+
"""
|
|
564
|
+
The service properties when target service type is ConfluentBootstrapServer
|
|
565
|
+
:param pulumi.Input[str] type: The target service type.
|
|
566
|
+
Expected value is 'ConfluentBootstrapServer'.
|
|
567
|
+
:param pulumi.Input[str] endpoint: The endpoint of service.
|
|
568
|
+
"""
|
|
569
|
+
pulumi.set(__self__, "type", 'ConfluentBootstrapServer')
|
|
570
|
+
if endpoint is not None:
|
|
571
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
572
|
+
|
|
573
|
+
@property
|
|
574
|
+
@pulumi.getter
|
|
575
|
+
def type(self) -> pulumi.Input[str]:
|
|
576
|
+
"""
|
|
577
|
+
The target service type.
|
|
578
|
+
Expected value is 'ConfluentBootstrapServer'.
|
|
579
|
+
"""
|
|
580
|
+
return pulumi.get(self, "type")
|
|
581
|
+
|
|
582
|
+
@type.setter
|
|
583
|
+
def type(self, value: pulumi.Input[str]):
|
|
584
|
+
pulumi.set(self, "type", value)
|
|
585
|
+
|
|
586
|
+
@property
|
|
587
|
+
@pulumi.getter
|
|
588
|
+
def endpoint(self) -> Optional[pulumi.Input[str]]:
|
|
589
|
+
"""
|
|
590
|
+
The endpoint of service.
|
|
591
|
+
"""
|
|
592
|
+
return pulumi.get(self, "endpoint")
|
|
593
|
+
|
|
594
|
+
@endpoint.setter
|
|
595
|
+
def endpoint(self, value: Optional[pulumi.Input[str]]):
|
|
596
|
+
pulumi.set(self, "endpoint", value)
|
|
597
|
+
|
|
598
|
+
|
|
599
|
+
if not MYPY:
|
|
600
|
+
class ConfluentSchemaRegistryArgsDict(TypedDict):
|
|
601
|
+
"""
|
|
602
|
+
The service properties when target service type is ConfluentSchemaRegistry
|
|
603
|
+
"""
|
|
604
|
+
type: pulumi.Input[str]
|
|
605
|
+
"""
|
|
606
|
+
The target service type.
|
|
607
|
+
Expected value is 'ConfluentSchemaRegistry'.
|
|
608
|
+
"""
|
|
609
|
+
endpoint: NotRequired[pulumi.Input[str]]
|
|
610
|
+
"""
|
|
611
|
+
The endpoint of service.
|
|
612
|
+
"""
|
|
613
|
+
elif False:
|
|
614
|
+
ConfluentSchemaRegistryArgsDict: TypeAlias = Mapping[str, Any]
|
|
615
|
+
|
|
616
|
+
@pulumi.input_type
|
|
617
|
+
class ConfluentSchemaRegistryArgs:
|
|
618
|
+
def __init__(__self__, *,
|
|
619
|
+
type: pulumi.Input[str],
|
|
620
|
+
endpoint: Optional[pulumi.Input[str]] = None):
|
|
621
|
+
"""
|
|
622
|
+
The service properties when target service type is ConfluentSchemaRegistry
|
|
623
|
+
:param pulumi.Input[str] type: The target service type.
|
|
624
|
+
Expected value is 'ConfluentSchemaRegistry'.
|
|
625
|
+
:param pulumi.Input[str] endpoint: The endpoint of service.
|
|
626
|
+
"""
|
|
627
|
+
pulumi.set(__self__, "type", 'ConfluentSchemaRegistry')
|
|
628
|
+
if endpoint is not None:
|
|
629
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
630
|
+
|
|
631
|
+
@property
|
|
632
|
+
@pulumi.getter
|
|
633
|
+
def type(self) -> pulumi.Input[str]:
|
|
634
|
+
"""
|
|
635
|
+
The target service type.
|
|
636
|
+
Expected value is 'ConfluentSchemaRegistry'.
|
|
637
|
+
"""
|
|
638
|
+
return pulumi.get(self, "type")
|
|
639
|
+
|
|
640
|
+
@type.setter
|
|
641
|
+
def type(self, value: pulumi.Input[str]):
|
|
642
|
+
pulumi.set(self, "type", value)
|
|
643
|
+
|
|
644
|
+
@property
|
|
645
|
+
@pulumi.getter
|
|
646
|
+
def endpoint(self) -> Optional[pulumi.Input[str]]:
|
|
647
|
+
"""
|
|
648
|
+
The endpoint of service.
|
|
649
|
+
"""
|
|
650
|
+
return pulumi.get(self, "endpoint")
|
|
651
|
+
|
|
652
|
+
@endpoint.setter
|
|
653
|
+
def endpoint(self, value: Optional[pulumi.Input[str]]):
|
|
654
|
+
pulumi.set(self, "endpoint", value)
|
|
655
|
+
|
|
656
|
+
|
|
657
|
+
if not MYPY:
|
|
658
|
+
class CreateOrUpdateDryrunParametersArgsDict(TypedDict):
|
|
659
|
+
"""
|
|
660
|
+
The dryrun parameters for creation or update a linker
|
|
661
|
+
"""
|
|
662
|
+
action_name: pulumi.Input[str]
|
|
663
|
+
"""
|
|
664
|
+
The name of action for you dryrun job.
|
|
665
|
+
Expected value is 'createOrUpdate'.
|
|
666
|
+
"""
|
|
667
|
+
auth_info: NotRequired[pulumi.Input[Union['AccessKeyInfoBaseArgsDict', 'EasyAuthMicrosoftEntraIDAuthInfoArgsDict', 'SecretAuthInfoArgsDict', 'ServicePrincipalCertificateAuthInfoArgsDict', 'ServicePrincipalSecretAuthInfoArgsDict', 'SystemAssignedIdentityAuthInfoArgsDict', 'UserAccountAuthInfoArgsDict', 'UserAssignedIdentityAuthInfoArgsDict']]]
|
|
668
|
+
"""
|
|
669
|
+
The authentication type.
|
|
670
|
+
"""
|
|
671
|
+
client_type: NotRequired[pulumi.Input[Union[str, 'ClientType']]]
|
|
672
|
+
"""
|
|
673
|
+
The application client type
|
|
674
|
+
"""
|
|
675
|
+
configuration_info: NotRequired[pulumi.Input['ConfigurationInfoArgsDict']]
|
|
676
|
+
"""
|
|
677
|
+
The connection information consumed by applications, including secrets, connection strings.
|
|
678
|
+
"""
|
|
679
|
+
public_network_solution: NotRequired[pulumi.Input['PublicNetworkSolutionArgsDict']]
|
|
680
|
+
"""
|
|
681
|
+
The network solution.
|
|
682
|
+
"""
|
|
683
|
+
scope: NotRequired[pulumi.Input[str]]
|
|
684
|
+
"""
|
|
685
|
+
connection scope in source service.
|
|
686
|
+
"""
|
|
687
|
+
secret_store: NotRequired[pulumi.Input['SecretStoreArgsDict']]
|
|
688
|
+
"""
|
|
689
|
+
An option to store secret value in secure place
|
|
690
|
+
"""
|
|
691
|
+
target_service: NotRequired[pulumi.Input[Union['AzureResourceArgsDict', 'ConfluentBootstrapServerArgsDict', 'ConfluentSchemaRegistryArgsDict', 'FabricPlatformArgsDict', 'SelfHostedServerArgsDict']]]
|
|
692
|
+
"""
|
|
693
|
+
The target service properties
|
|
694
|
+
"""
|
|
695
|
+
v_net_solution: NotRequired[pulumi.Input['VNetSolutionArgsDict']]
|
|
696
|
+
"""
|
|
697
|
+
The VNet solution.
|
|
698
|
+
"""
|
|
699
|
+
elif False:
|
|
700
|
+
CreateOrUpdateDryrunParametersArgsDict: TypeAlias = Mapping[str, Any]
|
|
701
|
+
|
|
702
|
+
@pulumi.input_type
|
|
703
|
+
class CreateOrUpdateDryrunParametersArgs:
|
|
704
|
+
def __init__(__self__, *,
|
|
705
|
+
action_name: pulumi.Input[str],
|
|
706
|
+
auth_info: Optional[pulumi.Input[Union['AccessKeyInfoBaseArgs', 'EasyAuthMicrosoftEntraIDAuthInfoArgs', 'SecretAuthInfoArgs', 'ServicePrincipalCertificateAuthInfoArgs', 'ServicePrincipalSecretAuthInfoArgs', 'SystemAssignedIdentityAuthInfoArgs', 'UserAccountAuthInfoArgs', 'UserAssignedIdentityAuthInfoArgs']]] = None,
|
|
707
|
+
client_type: Optional[pulumi.Input[Union[str, 'ClientType']]] = None,
|
|
708
|
+
configuration_info: Optional[pulumi.Input['ConfigurationInfoArgs']] = None,
|
|
709
|
+
public_network_solution: Optional[pulumi.Input['PublicNetworkSolutionArgs']] = None,
|
|
710
|
+
scope: Optional[pulumi.Input[str]] = None,
|
|
711
|
+
secret_store: Optional[pulumi.Input['SecretStoreArgs']] = None,
|
|
712
|
+
target_service: Optional[pulumi.Input[Union['AzureResourceArgs', 'ConfluentBootstrapServerArgs', 'ConfluentSchemaRegistryArgs', 'FabricPlatformArgs', 'SelfHostedServerArgs']]] = None,
|
|
713
|
+
v_net_solution: Optional[pulumi.Input['VNetSolutionArgs']] = None):
|
|
714
|
+
"""
|
|
715
|
+
The dryrun parameters for creation or update a linker
|
|
716
|
+
:param pulumi.Input[str] action_name: The name of action for you dryrun job.
|
|
717
|
+
Expected value is 'createOrUpdate'.
|
|
718
|
+
:param pulumi.Input[Union['AccessKeyInfoBaseArgs', 'EasyAuthMicrosoftEntraIDAuthInfoArgs', 'SecretAuthInfoArgs', 'ServicePrincipalCertificateAuthInfoArgs', 'ServicePrincipalSecretAuthInfoArgs', 'SystemAssignedIdentityAuthInfoArgs', 'UserAccountAuthInfoArgs', 'UserAssignedIdentityAuthInfoArgs']] auth_info: The authentication type.
|
|
719
|
+
:param pulumi.Input[Union[str, 'ClientType']] client_type: The application client type
|
|
720
|
+
:param pulumi.Input['ConfigurationInfoArgs'] configuration_info: The connection information consumed by applications, including secrets, connection strings.
|
|
721
|
+
:param pulumi.Input['PublicNetworkSolutionArgs'] public_network_solution: The network solution.
|
|
722
|
+
:param pulumi.Input[str] scope: connection scope in source service.
|
|
723
|
+
:param pulumi.Input['SecretStoreArgs'] secret_store: An option to store secret value in secure place
|
|
724
|
+
:param pulumi.Input[Union['AzureResourceArgs', 'ConfluentBootstrapServerArgs', 'ConfluentSchemaRegistryArgs', 'FabricPlatformArgs', 'SelfHostedServerArgs']] target_service: The target service properties
|
|
725
|
+
:param pulumi.Input['VNetSolutionArgs'] v_net_solution: The VNet solution.
|
|
726
|
+
"""
|
|
727
|
+
pulumi.set(__self__, "action_name", 'createOrUpdate')
|
|
728
|
+
if auth_info is not None:
|
|
729
|
+
pulumi.set(__self__, "auth_info", auth_info)
|
|
730
|
+
if client_type is not None:
|
|
731
|
+
pulumi.set(__self__, "client_type", client_type)
|
|
732
|
+
if configuration_info is not None:
|
|
733
|
+
pulumi.set(__self__, "configuration_info", configuration_info)
|
|
734
|
+
if public_network_solution is not None:
|
|
735
|
+
pulumi.set(__self__, "public_network_solution", public_network_solution)
|
|
736
|
+
if scope is not None:
|
|
737
|
+
pulumi.set(__self__, "scope", scope)
|
|
738
|
+
if secret_store is not None:
|
|
739
|
+
pulumi.set(__self__, "secret_store", secret_store)
|
|
740
|
+
if target_service is not None:
|
|
741
|
+
pulumi.set(__self__, "target_service", target_service)
|
|
742
|
+
if v_net_solution is not None:
|
|
743
|
+
pulumi.set(__self__, "v_net_solution", v_net_solution)
|
|
744
|
+
|
|
745
|
+
@property
|
|
746
|
+
@pulumi.getter(name="actionName")
|
|
747
|
+
def action_name(self) -> pulumi.Input[str]:
|
|
748
|
+
"""
|
|
749
|
+
The name of action for you dryrun job.
|
|
750
|
+
Expected value is 'createOrUpdate'.
|
|
751
|
+
"""
|
|
752
|
+
return pulumi.get(self, "action_name")
|
|
753
|
+
|
|
754
|
+
@action_name.setter
|
|
755
|
+
def action_name(self, value: pulumi.Input[str]):
|
|
756
|
+
pulumi.set(self, "action_name", value)
|
|
757
|
+
|
|
758
|
+
@property
|
|
759
|
+
@pulumi.getter(name="authInfo")
|
|
760
|
+
def auth_info(self) -> Optional[pulumi.Input[Union['AccessKeyInfoBaseArgs', 'EasyAuthMicrosoftEntraIDAuthInfoArgs', 'SecretAuthInfoArgs', 'ServicePrincipalCertificateAuthInfoArgs', 'ServicePrincipalSecretAuthInfoArgs', 'SystemAssignedIdentityAuthInfoArgs', 'UserAccountAuthInfoArgs', 'UserAssignedIdentityAuthInfoArgs']]]:
|
|
761
|
+
"""
|
|
762
|
+
The authentication type.
|
|
763
|
+
"""
|
|
764
|
+
return pulumi.get(self, "auth_info")
|
|
765
|
+
|
|
766
|
+
@auth_info.setter
|
|
767
|
+
def auth_info(self, value: Optional[pulumi.Input[Union['AccessKeyInfoBaseArgs', 'EasyAuthMicrosoftEntraIDAuthInfoArgs', 'SecretAuthInfoArgs', 'ServicePrincipalCertificateAuthInfoArgs', 'ServicePrincipalSecretAuthInfoArgs', 'SystemAssignedIdentityAuthInfoArgs', 'UserAccountAuthInfoArgs', 'UserAssignedIdentityAuthInfoArgs']]]):
|
|
768
|
+
pulumi.set(self, "auth_info", value)
|
|
769
|
+
|
|
770
|
+
@property
|
|
771
|
+
@pulumi.getter(name="clientType")
|
|
772
|
+
def client_type(self) -> Optional[pulumi.Input[Union[str, 'ClientType']]]:
|
|
773
|
+
"""
|
|
774
|
+
The application client type
|
|
775
|
+
"""
|
|
776
|
+
return pulumi.get(self, "client_type")
|
|
777
|
+
|
|
778
|
+
@client_type.setter
|
|
779
|
+
def client_type(self, value: Optional[pulumi.Input[Union[str, 'ClientType']]]):
|
|
780
|
+
pulumi.set(self, "client_type", value)
|
|
781
|
+
|
|
782
|
+
@property
|
|
783
|
+
@pulumi.getter(name="configurationInfo")
|
|
784
|
+
def configuration_info(self) -> Optional[pulumi.Input['ConfigurationInfoArgs']]:
|
|
785
|
+
"""
|
|
786
|
+
The connection information consumed by applications, including secrets, connection strings.
|
|
787
|
+
"""
|
|
788
|
+
return pulumi.get(self, "configuration_info")
|
|
789
|
+
|
|
790
|
+
@configuration_info.setter
|
|
791
|
+
def configuration_info(self, value: Optional[pulumi.Input['ConfigurationInfoArgs']]):
|
|
792
|
+
pulumi.set(self, "configuration_info", value)
|
|
793
|
+
|
|
794
|
+
@property
|
|
795
|
+
@pulumi.getter(name="publicNetworkSolution")
|
|
796
|
+
def public_network_solution(self) -> Optional[pulumi.Input['PublicNetworkSolutionArgs']]:
|
|
797
|
+
"""
|
|
798
|
+
The network solution.
|
|
799
|
+
"""
|
|
800
|
+
return pulumi.get(self, "public_network_solution")
|
|
801
|
+
|
|
802
|
+
@public_network_solution.setter
|
|
803
|
+
def public_network_solution(self, value: Optional[pulumi.Input['PublicNetworkSolutionArgs']]):
|
|
804
|
+
pulumi.set(self, "public_network_solution", value)
|
|
805
|
+
|
|
806
|
+
@property
|
|
807
|
+
@pulumi.getter
|
|
808
|
+
def scope(self) -> Optional[pulumi.Input[str]]:
|
|
809
|
+
"""
|
|
810
|
+
connection scope in source service.
|
|
811
|
+
"""
|
|
812
|
+
return pulumi.get(self, "scope")
|
|
813
|
+
|
|
814
|
+
@scope.setter
|
|
815
|
+
def scope(self, value: Optional[pulumi.Input[str]]):
|
|
816
|
+
pulumi.set(self, "scope", value)
|
|
817
|
+
|
|
818
|
+
@property
|
|
819
|
+
@pulumi.getter(name="secretStore")
|
|
820
|
+
def secret_store(self) -> Optional[pulumi.Input['SecretStoreArgs']]:
|
|
821
|
+
"""
|
|
822
|
+
An option to store secret value in secure place
|
|
823
|
+
"""
|
|
824
|
+
return pulumi.get(self, "secret_store")
|
|
825
|
+
|
|
826
|
+
@secret_store.setter
|
|
827
|
+
def secret_store(self, value: Optional[pulumi.Input['SecretStoreArgs']]):
|
|
828
|
+
pulumi.set(self, "secret_store", value)
|
|
829
|
+
|
|
830
|
+
@property
|
|
831
|
+
@pulumi.getter(name="targetService")
|
|
832
|
+
def target_service(self) -> Optional[pulumi.Input[Union['AzureResourceArgs', 'ConfluentBootstrapServerArgs', 'ConfluentSchemaRegistryArgs', 'FabricPlatformArgs', 'SelfHostedServerArgs']]]:
|
|
833
|
+
"""
|
|
834
|
+
The target service properties
|
|
835
|
+
"""
|
|
836
|
+
return pulumi.get(self, "target_service")
|
|
837
|
+
|
|
838
|
+
@target_service.setter
|
|
839
|
+
def target_service(self, value: Optional[pulumi.Input[Union['AzureResourceArgs', 'ConfluentBootstrapServerArgs', 'ConfluentSchemaRegistryArgs', 'FabricPlatformArgs', 'SelfHostedServerArgs']]]):
|
|
840
|
+
pulumi.set(self, "target_service", value)
|
|
841
|
+
|
|
842
|
+
@property
|
|
843
|
+
@pulumi.getter(name="vNetSolution")
|
|
844
|
+
def v_net_solution(self) -> Optional[pulumi.Input['VNetSolutionArgs']]:
|
|
845
|
+
"""
|
|
846
|
+
The VNet solution.
|
|
847
|
+
"""
|
|
848
|
+
return pulumi.get(self, "v_net_solution")
|
|
849
|
+
|
|
850
|
+
@v_net_solution.setter
|
|
851
|
+
def v_net_solution(self, value: Optional[pulumi.Input['VNetSolutionArgs']]):
|
|
852
|
+
pulumi.set(self, "v_net_solution", value)
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
if not MYPY:
|
|
856
|
+
class DaprMetadataArgsDict(TypedDict):
|
|
857
|
+
"""
|
|
858
|
+
The dapr component metadata.
|
|
859
|
+
"""
|
|
860
|
+
description: NotRequired[pulumi.Input[str]]
|
|
861
|
+
"""
|
|
862
|
+
The description of the metadata, returned from configuration api
|
|
863
|
+
"""
|
|
864
|
+
name: NotRequired[pulumi.Input[str]]
|
|
865
|
+
"""
|
|
866
|
+
Metadata property name.
|
|
867
|
+
"""
|
|
868
|
+
required: NotRequired[pulumi.Input[Union[str, 'DaprMetadataRequired']]]
|
|
869
|
+
"""
|
|
870
|
+
The value indicating whether the metadata is required or not
|
|
871
|
+
"""
|
|
872
|
+
secret_ref: NotRequired[pulumi.Input[str]]
|
|
873
|
+
"""
|
|
874
|
+
The secret name where dapr could get value
|
|
875
|
+
"""
|
|
876
|
+
value: NotRequired[pulumi.Input[str]]
|
|
877
|
+
"""
|
|
878
|
+
Metadata property value.
|
|
879
|
+
"""
|
|
880
|
+
elif False:
|
|
881
|
+
DaprMetadataArgsDict: TypeAlias = Mapping[str, Any]
|
|
882
|
+
|
|
883
|
+
@pulumi.input_type
|
|
884
|
+
class DaprMetadataArgs:
|
|
885
|
+
def __init__(__self__, *,
|
|
886
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
887
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
888
|
+
required: Optional[pulumi.Input[Union[str, 'DaprMetadataRequired']]] = None,
|
|
889
|
+
secret_ref: Optional[pulumi.Input[str]] = None,
|
|
890
|
+
value: Optional[pulumi.Input[str]] = None):
|
|
891
|
+
"""
|
|
892
|
+
The dapr component metadata.
|
|
893
|
+
:param pulumi.Input[str] description: The description of the metadata, returned from configuration api
|
|
894
|
+
:param pulumi.Input[str] name: Metadata property name.
|
|
895
|
+
:param pulumi.Input[Union[str, 'DaprMetadataRequired']] required: The value indicating whether the metadata is required or not
|
|
896
|
+
:param pulumi.Input[str] secret_ref: The secret name where dapr could get value
|
|
897
|
+
:param pulumi.Input[str] value: Metadata property value.
|
|
898
|
+
"""
|
|
899
|
+
if description is not None:
|
|
900
|
+
pulumi.set(__self__, "description", description)
|
|
901
|
+
if name is not None:
|
|
902
|
+
pulumi.set(__self__, "name", name)
|
|
903
|
+
if required is not None:
|
|
904
|
+
pulumi.set(__self__, "required", required)
|
|
905
|
+
if secret_ref is not None:
|
|
906
|
+
pulumi.set(__self__, "secret_ref", secret_ref)
|
|
907
|
+
if value is not None:
|
|
908
|
+
pulumi.set(__self__, "value", value)
|
|
909
|
+
|
|
910
|
+
@property
|
|
911
|
+
@pulumi.getter
|
|
912
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
913
|
+
"""
|
|
914
|
+
The description of the metadata, returned from configuration api
|
|
915
|
+
"""
|
|
916
|
+
return pulumi.get(self, "description")
|
|
917
|
+
|
|
918
|
+
@description.setter
|
|
919
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
920
|
+
pulumi.set(self, "description", value)
|
|
921
|
+
|
|
922
|
+
@property
|
|
923
|
+
@pulumi.getter
|
|
924
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
925
|
+
"""
|
|
926
|
+
Metadata property name.
|
|
927
|
+
"""
|
|
928
|
+
return pulumi.get(self, "name")
|
|
929
|
+
|
|
930
|
+
@name.setter
|
|
931
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
932
|
+
pulumi.set(self, "name", value)
|
|
933
|
+
|
|
934
|
+
@property
|
|
935
|
+
@pulumi.getter
|
|
936
|
+
def required(self) -> Optional[pulumi.Input[Union[str, 'DaprMetadataRequired']]]:
|
|
937
|
+
"""
|
|
938
|
+
The value indicating whether the metadata is required or not
|
|
939
|
+
"""
|
|
940
|
+
return pulumi.get(self, "required")
|
|
941
|
+
|
|
942
|
+
@required.setter
|
|
943
|
+
def required(self, value: Optional[pulumi.Input[Union[str, 'DaprMetadataRequired']]]):
|
|
944
|
+
pulumi.set(self, "required", value)
|
|
945
|
+
|
|
946
|
+
@property
|
|
947
|
+
@pulumi.getter(name="secretRef")
|
|
948
|
+
def secret_ref(self) -> Optional[pulumi.Input[str]]:
|
|
949
|
+
"""
|
|
950
|
+
The secret name where dapr could get value
|
|
951
|
+
"""
|
|
952
|
+
return pulumi.get(self, "secret_ref")
|
|
953
|
+
|
|
954
|
+
@secret_ref.setter
|
|
955
|
+
def secret_ref(self, value: Optional[pulumi.Input[str]]):
|
|
956
|
+
pulumi.set(self, "secret_ref", value)
|
|
957
|
+
|
|
958
|
+
@property
|
|
959
|
+
@pulumi.getter
|
|
960
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
961
|
+
"""
|
|
962
|
+
Metadata property value.
|
|
963
|
+
"""
|
|
964
|
+
return pulumi.get(self, "value")
|
|
965
|
+
|
|
966
|
+
@value.setter
|
|
967
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
968
|
+
pulumi.set(self, "value", value)
|
|
969
|
+
|
|
970
|
+
|
|
971
|
+
if not MYPY:
|
|
972
|
+
class DaprPropertiesArgsDict(TypedDict):
|
|
973
|
+
"""
|
|
974
|
+
Indicates some additional properties for dapr client type
|
|
975
|
+
"""
|
|
976
|
+
component_type: NotRequired[pulumi.Input[str]]
|
|
977
|
+
"""
|
|
978
|
+
The dapr component type
|
|
979
|
+
"""
|
|
980
|
+
metadata: NotRequired[pulumi.Input[Sequence[pulumi.Input['DaprMetadataArgsDict']]]]
|
|
981
|
+
"""
|
|
982
|
+
Additional dapr metadata
|
|
983
|
+
"""
|
|
984
|
+
scopes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
985
|
+
"""
|
|
986
|
+
The dapr component scopes
|
|
987
|
+
"""
|
|
988
|
+
secret_store_component: NotRequired[pulumi.Input[str]]
|
|
989
|
+
"""
|
|
990
|
+
The name of a secret store dapr to retrieve secret
|
|
991
|
+
"""
|
|
992
|
+
version: NotRequired[pulumi.Input[str]]
|
|
993
|
+
"""
|
|
994
|
+
The dapr component version
|
|
995
|
+
"""
|
|
996
|
+
elif False:
|
|
997
|
+
DaprPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
998
|
+
|
|
999
|
+
@pulumi.input_type
|
|
1000
|
+
class DaprPropertiesArgs:
|
|
1001
|
+
def __init__(__self__, *,
|
|
1002
|
+
component_type: Optional[pulumi.Input[str]] = None,
|
|
1003
|
+
metadata: Optional[pulumi.Input[Sequence[pulumi.Input['DaprMetadataArgs']]]] = None,
|
|
1004
|
+
scopes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1005
|
+
secret_store_component: Optional[pulumi.Input[str]] = None,
|
|
1006
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
1007
|
+
"""
|
|
1008
|
+
Indicates some additional properties for dapr client type
|
|
1009
|
+
:param pulumi.Input[str] component_type: The dapr component type
|
|
1010
|
+
:param pulumi.Input[Sequence[pulumi.Input['DaprMetadataArgs']]] metadata: Additional dapr metadata
|
|
1011
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] scopes: The dapr component scopes
|
|
1012
|
+
:param pulumi.Input[str] secret_store_component: The name of a secret store dapr to retrieve secret
|
|
1013
|
+
:param pulumi.Input[str] version: The dapr component version
|
|
1014
|
+
"""
|
|
1015
|
+
if component_type is not None:
|
|
1016
|
+
pulumi.set(__self__, "component_type", component_type)
|
|
1017
|
+
if metadata is not None:
|
|
1018
|
+
pulumi.set(__self__, "metadata", metadata)
|
|
1019
|
+
if scopes is not None:
|
|
1020
|
+
pulumi.set(__self__, "scopes", scopes)
|
|
1021
|
+
if secret_store_component is not None:
|
|
1022
|
+
pulumi.set(__self__, "secret_store_component", secret_store_component)
|
|
1023
|
+
if version is not None:
|
|
1024
|
+
pulumi.set(__self__, "version", version)
|
|
1025
|
+
|
|
1026
|
+
@property
|
|
1027
|
+
@pulumi.getter(name="componentType")
|
|
1028
|
+
def component_type(self) -> Optional[pulumi.Input[str]]:
|
|
1029
|
+
"""
|
|
1030
|
+
The dapr component type
|
|
1031
|
+
"""
|
|
1032
|
+
return pulumi.get(self, "component_type")
|
|
1033
|
+
|
|
1034
|
+
@component_type.setter
|
|
1035
|
+
def component_type(self, value: Optional[pulumi.Input[str]]):
|
|
1036
|
+
pulumi.set(self, "component_type", value)
|
|
1037
|
+
|
|
1038
|
+
@property
|
|
1039
|
+
@pulumi.getter
|
|
1040
|
+
def metadata(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DaprMetadataArgs']]]]:
|
|
1041
|
+
"""
|
|
1042
|
+
Additional dapr metadata
|
|
1043
|
+
"""
|
|
1044
|
+
return pulumi.get(self, "metadata")
|
|
1045
|
+
|
|
1046
|
+
@metadata.setter
|
|
1047
|
+
def metadata(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['DaprMetadataArgs']]]]):
|
|
1048
|
+
pulumi.set(self, "metadata", value)
|
|
1049
|
+
|
|
1050
|
+
@property
|
|
1051
|
+
@pulumi.getter
|
|
1052
|
+
def scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1053
|
+
"""
|
|
1054
|
+
The dapr component scopes
|
|
1055
|
+
"""
|
|
1056
|
+
return pulumi.get(self, "scopes")
|
|
1057
|
+
|
|
1058
|
+
@scopes.setter
|
|
1059
|
+
def scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1060
|
+
pulumi.set(self, "scopes", value)
|
|
1061
|
+
|
|
1062
|
+
@property
|
|
1063
|
+
@pulumi.getter(name="secretStoreComponent")
|
|
1064
|
+
def secret_store_component(self) -> Optional[pulumi.Input[str]]:
|
|
1065
|
+
"""
|
|
1066
|
+
The name of a secret store dapr to retrieve secret
|
|
1067
|
+
"""
|
|
1068
|
+
return pulumi.get(self, "secret_store_component")
|
|
1069
|
+
|
|
1070
|
+
@secret_store_component.setter
|
|
1071
|
+
def secret_store_component(self, value: Optional[pulumi.Input[str]]):
|
|
1072
|
+
pulumi.set(self, "secret_store_component", value)
|
|
1073
|
+
|
|
1074
|
+
@property
|
|
1075
|
+
@pulumi.getter
|
|
1076
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
1077
|
+
"""
|
|
1078
|
+
The dapr component version
|
|
1079
|
+
"""
|
|
1080
|
+
return pulumi.get(self, "version")
|
|
1081
|
+
|
|
1082
|
+
@version.setter
|
|
1083
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
1084
|
+
pulumi.set(self, "version", value)
|
|
1085
|
+
|
|
1086
|
+
|
|
1087
|
+
if not MYPY:
|
|
1088
|
+
class EasyAuthMicrosoftEntraIDAuthInfoArgsDict(TypedDict):
|
|
1089
|
+
"""
|
|
1090
|
+
The authentication info when authType is EasyAuth Microsoft Entra ID
|
|
1091
|
+
"""
|
|
1092
|
+
auth_type: pulumi.Input[str]
|
|
1093
|
+
"""
|
|
1094
|
+
The authentication type.
|
|
1095
|
+
Expected value is 'easyAuthMicrosoftEntraID'.
|
|
1096
|
+
"""
|
|
1097
|
+
auth_mode: NotRequired[pulumi.Input[Union[str, 'AuthMode']]]
|
|
1098
|
+
"""
|
|
1099
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1100
|
+
"""
|
|
1101
|
+
client_id: NotRequired[pulumi.Input[str]]
|
|
1102
|
+
"""
|
|
1103
|
+
Application clientId for EasyAuth Microsoft Entra ID.
|
|
1104
|
+
"""
|
|
1105
|
+
delete_or_update_behavior: NotRequired[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]
|
|
1106
|
+
"""
|
|
1107
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1108
|
+
"""
|
|
1109
|
+
secret: NotRequired[pulumi.Input[str]]
|
|
1110
|
+
"""
|
|
1111
|
+
Application Secret for EasyAuth Microsoft Entra ID.
|
|
1112
|
+
"""
|
|
1113
|
+
elif False:
|
|
1114
|
+
EasyAuthMicrosoftEntraIDAuthInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
1115
|
+
|
|
1116
|
+
@pulumi.input_type
|
|
1117
|
+
class EasyAuthMicrosoftEntraIDAuthInfoArgs:
|
|
1118
|
+
def __init__(__self__, *,
|
|
1119
|
+
auth_type: pulumi.Input[str],
|
|
1120
|
+
auth_mode: Optional[pulumi.Input[Union[str, 'AuthMode']]] = None,
|
|
1121
|
+
client_id: Optional[pulumi.Input[str]] = None,
|
|
1122
|
+
delete_or_update_behavior: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]] = None,
|
|
1123
|
+
secret: Optional[pulumi.Input[str]] = None):
|
|
1124
|
+
"""
|
|
1125
|
+
The authentication info when authType is EasyAuth Microsoft Entra ID
|
|
1126
|
+
:param pulumi.Input[str] auth_type: The authentication type.
|
|
1127
|
+
Expected value is 'easyAuthMicrosoftEntraID'.
|
|
1128
|
+
:param pulumi.Input[Union[str, 'AuthMode']] auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1129
|
+
:param pulumi.Input[str] client_id: Application clientId for EasyAuth Microsoft Entra ID.
|
|
1130
|
+
:param pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']] delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1131
|
+
:param pulumi.Input[str] secret: Application Secret for EasyAuth Microsoft Entra ID.
|
|
1132
|
+
"""
|
|
1133
|
+
pulumi.set(__self__, "auth_type", 'easyAuthMicrosoftEntraID')
|
|
1134
|
+
if auth_mode is not None:
|
|
1135
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
1136
|
+
if client_id is not None:
|
|
1137
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
1138
|
+
if delete_or_update_behavior is not None:
|
|
1139
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
1140
|
+
if secret is not None:
|
|
1141
|
+
pulumi.set(__self__, "secret", secret)
|
|
1142
|
+
|
|
1143
|
+
@property
|
|
1144
|
+
@pulumi.getter(name="authType")
|
|
1145
|
+
def auth_type(self) -> pulumi.Input[str]:
|
|
1146
|
+
"""
|
|
1147
|
+
The authentication type.
|
|
1148
|
+
Expected value is 'easyAuthMicrosoftEntraID'.
|
|
1149
|
+
"""
|
|
1150
|
+
return pulumi.get(self, "auth_type")
|
|
1151
|
+
|
|
1152
|
+
@auth_type.setter
|
|
1153
|
+
def auth_type(self, value: pulumi.Input[str]):
|
|
1154
|
+
pulumi.set(self, "auth_type", value)
|
|
1155
|
+
|
|
1156
|
+
@property
|
|
1157
|
+
@pulumi.getter(name="authMode")
|
|
1158
|
+
def auth_mode(self) -> Optional[pulumi.Input[Union[str, 'AuthMode']]]:
|
|
1159
|
+
"""
|
|
1160
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1161
|
+
"""
|
|
1162
|
+
return pulumi.get(self, "auth_mode")
|
|
1163
|
+
|
|
1164
|
+
@auth_mode.setter
|
|
1165
|
+
def auth_mode(self, value: Optional[pulumi.Input[Union[str, 'AuthMode']]]):
|
|
1166
|
+
pulumi.set(self, "auth_mode", value)
|
|
1167
|
+
|
|
1168
|
+
@property
|
|
1169
|
+
@pulumi.getter(name="clientId")
|
|
1170
|
+
def client_id(self) -> Optional[pulumi.Input[str]]:
|
|
1171
|
+
"""
|
|
1172
|
+
Application clientId for EasyAuth Microsoft Entra ID.
|
|
1173
|
+
"""
|
|
1174
|
+
return pulumi.get(self, "client_id")
|
|
1175
|
+
|
|
1176
|
+
@client_id.setter
|
|
1177
|
+
def client_id(self, value: Optional[pulumi.Input[str]]):
|
|
1178
|
+
pulumi.set(self, "client_id", value)
|
|
1179
|
+
|
|
1180
|
+
@property
|
|
1181
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
1182
|
+
def delete_or_update_behavior(self) -> Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]:
|
|
1183
|
+
"""
|
|
1184
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1185
|
+
"""
|
|
1186
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
1187
|
+
|
|
1188
|
+
@delete_or_update_behavior.setter
|
|
1189
|
+
def delete_or_update_behavior(self, value: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]):
|
|
1190
|
+
pulumi.set(self, "delete_or_update_behavior", value)
|
|
1191
|
+
|
|
1192
|
+
@property
|
|
1193
|
+
@pulumi.getter
|
|
1194
|
+
def secret(self) -> Optional[pulumi.Input[str]]:
|
|
1195
|
+
"""
|
|
1196
|
+
Application Secret for EasyAuth Microsoft Entra ID.
|
|
1197
|
+
"""
|
|
1198
|
+
return pulumi.get(self, "secret")
|
|
1199
|
+
|
|
1200
|
+
@secret.setter
|
|
1201
|
+
def secret(self, value: Optional[pulumi.Input[str]]):
|
|
1202
|
+
pulumi.set(self, "secret", value)
|
|
1203
|
+
|
|
1204
|
+
|
|
1205
|
+
if not MYPY:
|
|
1206
|
+
class FabricPlatformArgsDict(TypedDict):
|
|
1207
|
+
"""
|
|
1208
|
+
The service properties when target service type is FabricPlatform
|
|
1209
|
+
"""
|
|
1210
|
+
type: pulumi.Input[str]
|
|
1211
|
+
"""
|
|
1212
|
+
The target service type.
|
|
1213
|
+
Expected value is 'FabricPlatform'.
|
|
1214
|
+
"""
|
|
1215
|
+
endpoint: NotRequired[pulumi.Input[str]]
|
|
1216
|
+
"""
|
|
1217
|
+
The endpoint of service.
|
|
1218
|
+
"""
|
|
1219
|
+
elif False:
|
|
1220
|
+
FabricPlatformArgsDict: TypeAlias = Mapping[str, Any]
|
|
1221
|
+
|
|
1222
|
+
@pulumi.input_type
|
|
1223
|
+
class FabricPlatformArgs:
|
|
1224
|
+
def __init__(__self__, *,
|
|
1225
|
+
type: pulumi.Input[str],
|
|
1226
|
+
endpoint: Optional[pulumi.Input[str]] = None):
|
|
1227
|
+
"""
|
|
1228
|
+
The service properties when target service type is FabricPlatform
|
|
1229
|
+
:param pulumi.Input[str] type: The target service type.
|
|
1230
|
+
Expected value is 'FabricPlatform'.
|
|
1231
|
+
:param pulumi.Input[str] endpoint: The endpoint of service.
|
|
1232
|
+
"""
|
|
1233
|
+
pulumi.set(__self__, "type", 'FabricPlatform')
|
|
1234
|
+
if endpoint is not None:
|
|
1235
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
1236
|
+
|
|
1237
|
+
@property
|
|
1238
|
+
@pulumi.getter
|
|
1239
|
+
def type(self) -> pulumi.Input[str]:
|
|
1240
|
+
"""
|
|
1241
|
+
The target service type.
|
|
1242
|
+
Expected value is 'FabricPlatform'.
|
|
1243
|
+
"""
|
|
1244
|
+
return pulumi.get(self, "type")
|
|
1245
|
+
|
|
1246
|
+
@type.setter
|
|
1247
|
+
def type(self, value: pulumi.Input[str]):
|
|
1248
|
+
pulumi.set(self, "type", value)
|
|
1249
|
+
|
|
1250
|
+
@property
|
|
1251
|
+
@pulumi.getter
|
|
1252
|
+
def endpoint(self) -> Optional[pulumi.Input[str]]:
|
|
1253
|
+
"""
|
|
1254
|
+
The endpoint of service.
|
|
1255
|
+
"""
|
|
1256
|
+
return pulumi.get(self, "endpoint")
|
|
1257
|
+
|
|
1258
|
+
@endpoint.setter
|
|
1259
|
+
def endpoint(self, value: Optional[pulumi.Input[str]]):
|
|
1260
|
+
pulumi.set(self, "endpoint", value)
|
|
1261
|
+
|
|
1262
|
+
|
|
1263
|
+
if not MYPY:
|
|
1264
|
+
class FirewallRulesArgsDict(TypedDict):
|
|
1265
|
+
"""
|
|
1266
|
+
Target service's firewall rules. to allow connections from source service.
|
|
1267
|
+
"""
|
|
1268
|
+
azure_services: NotRequired[pulumi.Input[Union[str, 'AllowType']]]
|
|
1269
|
+
"""
|
|
1270
|
+
Allow Azure services to access the target service if true.
|
|
1271
|
+
"""
|
|
1272
|
+
caller_client_ip: NotRequired[pulumi.Input[Union[str, 'AllowType']]]
|
|
1273
|
+
"""
|
|
1274
|
+
Allow caller client IP to access the target service if true. the property is used when connecting local application to target service.
|
|
1275
|
+
"""
|
|
1276
|
+
ip_ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1277
|
+
"""
|
|
1278
|
+
This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.
|
|
1279
|
+
"""
|
|
1280
|
+
elif False:
|
|
1281
|
+
FirewallRulesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1282
|
+
|
|
1283
|
+
@pulumi.input_type
|
|
1284
|
+
class FirewallRulesArgs:
|
|
1285
|
+
def __init__(__self__, *,
|
|
1286
|
+
azure_services: Optional[pulumi.Input[Union[str, 'AllowType']]] = None,
|
|
1287
|
+
caller_client_ip: Optional[pulumi.Input[Union[str, 'AllowType']]] = None,
|
|
1288
|
+
ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1289
|
+
"""
|
|
1290
|
+
Target service's firewall rules. to allow connections from source service.
|
|
1291
|
+
:param pulumi.Input[Union[str, 'AllowType']] azure_services: Allow Azure services to access the target service if true.
|
|
1292
|
+
:param pulumi.Input[Union[str, 'AllowType']] caller_client_ip: Allow caller client IP to access the target service if true. the property is used when connecting local application to target service.
|
|
1293
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] ip_ranges: This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.
|
|
1294
|
+
"""
|
|
1295
|
+
if azure_services is not None:
|
|
1296
|
+
pulumi.set(__self__, "azure_services", azure_services)
|
|
1297
|
+
if caller_client_ip is not None:
|
|
1298
|
+
pulumi.set(__self__, "caller_client_ip", caller_client_ip)
|
|
1299
|
+
if ip_ranges is not None:
|
|
1300
|
+
pulumi.set(__self__, "ip_ranges", ip_ranges)
|
|
1301
|
+
|
|
1302
|
+
@property
|
|
1303
|
+
@pulumi.getter(name="azureServices")
|
|
1304
|
+
def azure_services(self) -> Optional[pulumi.Input[Union[str, 'AllowType']]]:
|
|
1305
|
+
"""
|
|
1306
|
+
Allow Azure services to access the target service if true.
|
|
1307
|
+
"""
|
|
1308
|
+
return pulumi.get(self, "azure_services")
|
|
1309
|
+
|
|
1310
|
+
@azure_services.setter
|
|
1311
|
+
def azure_services(self, value: Optional[pulumi.Input[Union[str, 'AllowType']]]):
|
|
1312
|
+
pulumi.set(self, "azure_services", value)
|
|
1313
|
+
|
|
1314
|
+
@property
|
|
1315
|
+
@pulumi.getter(name="callerClientIP")
|
|
1316
|
+
def caller_client_ip(self) -> Optional[pulumi.Input[Union[str, 'AllowType']]]:
|
|
1317
|
+
"""
|
|
1318
|
+
Allow caller client IP to access the target service if true. the property is used when connecting local application to target service.
|
|
1319
|
+
"""
|
|
1320
|
+
return pulumi.get(self, "caller_client_ip")
|
|
1321
|
+
|
|
1322
|
+
@caller_client_ip.setter
|
|
1323
|
+
def caller_client_ip(self, value: Optional[pulumi.Input[Union[str, 'AllowType']]]):
|
|
1324
|
+
pulumi.set(self, "caller_client_ip", value)
|
|
1325
|
+
|
|
1326
|
+
@property
|
|
1327
|
+
@pulumi.getter(name="ipRanges")
|
|
1328
|
+
def ip_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1329
|
+
"""
|
|
1330
|
+
This value specifies the set of IP addresses or IP address ranges in CIDR form to be included as the allowed list of client IPs for a given database account.
|
|
1331
|
+
"""
|
|
1332
|
+
return pulumi.get(self, "ip_ranges")
|
|
1333
|
+
|
|
1334
|
+
@ip_ranges.setter
|
|
1335
|
+
def ip_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1336
|
+
pulumi.set(self, "ip_ranges", value)
|
|
1337
|
+
|
|
1338
|
+
|
|
1339
|
+
if not MYPY:
|
|
1340
|
+
class KeyVaultSecretReferenceSecretInfoArgsDict(TypedDict):
|
|
1341
|
+
"""
|
|
1342
|
+
The secret info when type is keyVaultSecretReference. It's for scenario that user provides a secret stored in user's keyvault and source is Azure Kubernetes. The key Vault's resource id is linked to secretStore.keyVaultId.
|
|
1343
|
+
"""
|
|
1344
|
+
secret_type: pulumi.Input[str]
|
|
1345
|
+
"""
|
|
1346
|
+
The secret type.
|
|
1347
|
+
Expected value is 'keyVaultSecretReference'.
|
|
1348
|
+
"""
|
|
1349
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1350
|
+
"""
|
|
1351
|
+
Name of the Key Vault secret.
|
|
1352
|
+
"""
|
|
1353
|
+
version: NotRequired[pulumi.Input[str]]
|
|
1354
|
+
"""
|
|
1355
|
+
Version of the Key Vault secret.
|
|
1356
|
+
"""
|
|
1357
|
+
elif False:
|
|
1358
|
+
KeyVaultSecretReferenceSecretInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
1359
|
+
|
|
1360
|
+
@pulumi.input_type
|
|
1361
|
+
class KeyVaultSecretReferenceSecretInfoArgs:
|
|
1362
|
+
def __init__(__self__, *,
|
|
1363
|
+
secret_type: pulumi.Input[str],
|
|
1364
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1365
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
1366
|
+
"""
|
|
1367
|
+
The secret info when type is keyVaultSecretReference. It's for scenario that user provides a secret stored in user's keyvault and source is Azure Kubernetes. The key Vault's resource id is linked to secretStore.keyVaultId.
|
|
1368
|
+
:param pulumi.Input[str] secret_type: The secret type.
|
|
1369
|
+
Expected value is 'keyVaultSecretReference'.
|
|
1370
|
+
:param pulumi.Input[str] name: Name of the Key Vault secret.
|
|
1371
|
+
:param pulumi.Input[str] version: Version of the Key Vault secret.
|
|
1372
|
+
"""
|
|
1373
|
+
pulumi.set(__self__, "secret_type", 'keyVaultSecretReference')
|
|
1374
|
+
if name is not None:
|
|
1375
|
+
pulumi.set(__self__, "name", name)
|
|
1376
|
+
if version is not None:
|
|
1377
|
+
pulumi.set(__self__, "version", version)
|
|
1378
|
+
|
|
1379
|
+
@property
|
|
1380
|
+
@pulumi.getter(name="secretType")
|
|
1381
|
+
def secret_type(self) -> pulumi.Input[str]:
|
|
1382
|
+
"""
|
|
1383
|
+
The secret type.
|
|
1384
|
+
Expected value is 'keyVaultSecretReference'.
|
|
1385
|
+
"""
|
|
1386
|
+
return pulumi.get(self, "secret_type")
|
|
1387
|
+
|
|
1388
|
+
@secret_type.setter
|
|
1389
|
+
def secret_type(self, value: pulumi.Input[str]):
|
|
1390
|
+
pulumi.set(self, "secret_type", value)
|
|
1391
|
+
|
|
1392
|
+
@property
|
|
1393
|
+
@pulumi.getter
|
|
1394
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1395
|
+
"""
|
|
1396
|
+
Name of the Key Vault secret.
|
|
1397
|
+
"""
|
|
1398
|
+
return pulumi.get(self, "name")
|
|
1399
|
+
|
|
1400
|
+
@name.setter
|
|
1401
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1402
|
+
pulumi.set(self, "name", value)
|
|
1403
|
+
|
|
1404
|
+
@property
|
|
1405
|
+
@pulumi.getter
|
|
1406
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
1407
|
+
"""
|
|
1408
|
+
Version of the Key Vault secret.
|
|
1409
|
+
"""
|
|
1410
|
+
return pulumi.get(self, "version")
|
|
1411
|
+
|
|
1412
|
+
@version.setter
|
|
1413
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
1414
|
+
pulumi.set(self, "version", value)
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
if not MYPY:
|
|
1418
|
+
class KeyVaultSecretUriSecretInfoArgsDict(TypedDict):
|
|
1419
|
+
"""
|
|
1420
|
+
The secret info when type is keyVaultSecretUri. It's for scenario that user provides a secret stored in user's keyvault and source is Web App, Spring Cloud or Container App.
|
|
1421
|
+
"""
|
|
1422
|
+
secret_type: pulumi.Input[str]
|
|
1423
|
+
"""
|
|
1424
|
+
The secret type.
|
|
1425
|
+
Expected value is 'keyVaultSecretUri'.
|
|
1426
|
+
"""
|
|
1427
|
+
value: NotRequired[pulumi.Input[str]]
|
|
1428
|
+
"""
|
|
1429
|
+
URI to the keyvault secret
|
|
1430
|
+
"""
|
|
1431
|
+
elif False:
|
|
1432
|
+
KeyVaultSecretUriSecretInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
1433
|
+
|
|
1434
|
+
@pulumi.input_type
|
|
1435
|
+
class KeyVaultSecretUriSecretInfoArgs:
|
|
1436
|
+
def __init__(__self__, *,
|
|
1437
|
+
secret_type: pulumi.Input[str],
|
|
1438
|
+
value: Optional[pulumi.Input[str]] = None):
|
|
1439
|
+
"""
|
|
1440
|
+
The secret info when type is keyVaultSecretUri. It's for scenario that user provides a secret stored in user's keyvault and source is Web App, Spring Cloud or Container App.
|
|
1441
|
+
:param pulumi.Input[str] secret_type: The secret type.
|
|
1442
|
+
Expected value is 'keyVaultSecretUri'.
|
|
1443
|
+
:param pulumi.Input[str] value: URI to the keyvault secret
|
|
1444
|
+
"""
|
|
1445
|
+
pulumi.set(__self__, "secret_type", 'keyVaultSecretUri')
|
|
1446
|
+
if value is not None:
|
|
1447
|
+
pulumi.set(__self__, "value", value)
|
|
1448
|
+
|
|
1449
|
+
@property
|
|
1450
|
+
@pulumi.getter(name="secretType")
|
|
1451
|
+
def secret_type(self) -> pulumi.Input[str]:
|
|
1452
|
+
"""
|
|
1453
|
+
The secret type.
|
|
1454
|
+
Expected value is 'keyVaultSecretUri'.
|
|
1455
|
+
"""
|
|
1456
|
+
return pulumi.get(self, "secret_type")
|
|
1457
|
+
|
|
1458
|
+
@secret_type.setter
|
|
1459
|
+
def secret_type(self, value: pulumi.Input[str]):
|
|
1460
|
+
pulumi.set(self, "secret_type", value)
|
|
1461
|
+
|
|
1462
|
+
@property
|
|
1463
|
+
@pulumi.getter
|
|
1464
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
1465
|
+
"""
|
|
1466
|
+
URI to the keyvault secret
|
|
1467
|
+
"""
|
|
1468
|
+
return pulumi.get(self, "value")
|
|
1469
|
+
|
|
1470
|
+
@value.setter
|
|
1471
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
1472
|
+
pulumi.set(self, "value", value)
|
|
1473
|
+
|
|
1474
|
+
|
|
1475
|
+
if not MYPY:
|
|
1476
|
+
class PublicNetworkSolutionArgsDict(TypedDict):
|
|
1477
|
+
"""
|
|
1478
|
+
Indicates public network solution, include firewall rules
|
|
1479
|
+
"""
|
|
1480
|
+
action: NotRequired[pulumi.Input[Union[str, 'ActionType']]]
|
|
1481
|
+
"""
|
|
1482
|
+
Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration.
|
|
1483
|
+
"""
|
|
1484
|
+
delete_or_update_behavior: NotRequired[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]
|
|
1485
|
+
"""
|
|
1486
|
+
Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting
|
|
1487
|
+
"""
|
|
1488
|
+
firewall_rules: NotRequired[pulumi.Input['FirewallRulesArgsDict']]
|
|
1489
|
+
"""
|
|
1490
|
+
Describe firewall rules of target service to make sure source application could connect to the target.
|
|
1491
|
+
"""
|
|
1492
|
+
elif False:
|
|
1493
|
+
PublicNetworkSolutionArgsDict: TypeAlias = Mapping[str, Any]
|
|
1494
|
+
|
|
1495
|
+
@pulumi.input_type
|
|
1496
|
+
class PublicNetworkSolutionArgs:
|
|
1497
|
+
def __init__(__self__, *,
|
|
1498
|
+
action: Optional[pulumi.Input[Union[str, 'ActionType']]] = None,
|
|
1499
|
+
delete_or_update_behavior: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]] = None,
|
|
1500
|
+
firewall_rules: Optional[pulumi.Input['FirewallRulesArgs']] = None):
|
|
1501
|
+
"""
|
|
1502
|
+
Indicates public network solution, include firewall rules
|
|
1503
|
+
:param pulumi.Input[Union[str, 'ActionType']] action: Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration.
|
|
1504
|
+
:param pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']] delete_or_update_behavior: Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting
|
|
1505
|
+
:param pulumi.Input['FirewallRulesArgs'] firewall_rules: Describe firewall rules of target service to make sure source application could connect to the target.
|
|
1506
|
+
"""
|
|
1507
|
+
if action is not None:
|
|
1508
|
+
pulumi.set(__self__, "action", action)
|
|
1509
|
+
if delete_or_update_behavior is not None:
|
|
1510
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
1511
|
+
if firewall_rules is not None:
|
|
1512
|
+
pulumi.set(__self__, "firewall_rules", firewall_rules)
|
|
1513
|
+
|
|
1514
|
+
@property
|
|
1515
|
+
@pulumi.getter
|
|
1516
|
+
def action(self) -> Optional[pulumi.Input[Union[str, 'ActionType']]]:
|
|
1517
|
+
"""
|
|
1518
|
+
Optional. Indicates public network solution. If enable, enable public network access of target service with best try. Default is enable. If optOut, opt out public network access configuration.
|
|
1519
|
+
"""
|
|
1520
|
+
return pulumi.get(self, "action")
|
|
1521
|
+
|
|
1522
|
+
@action.setter
|
|
1523
|
+
def action(self, value: Optional[pulumi.Input[Union[str, 'ActionType']]]):
|
|
1524
|
+
pulumi.set(self, "action", value)
|
|
1525
|
+
|
|
1526
|
+
@property
|
|
1527
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
1528
|
+
def delete_or_update_behavior(self) -> Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]:
|
|
1529
|
+
"""
|
|
1530
|
+
Indicates whether to clean up previous operation(such as firewall rules) when Linker is updating or deleting
|
|
1531
|
+
"""
|
|
1532
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
1533
|
+
|
|
1534
|
+
@delete_or_update_behavior.setter
|
|
1535
|
+
def delete_or_update_behavior(self, value: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]):
|
|
1536
|
+
pulumi.set(self, "delete_or_update_behavior", value)
|
|
1537
|
+
|
|
1538
|
+
@property
|
|
1539
|
+
@pulumi.getter(name="firewallRules")
|
|
1540
|
+
def firewall_rules(self) -> Optional[pulumi.Input['FirewallRulesArgs']]:
|
|
1541
|
+
"""
|
|
1542
|
+
Describe firewall rules of target service to make sure source application could connect to the target.
|
|
1543
|
+
"""
|
|
1544
|
+
return pulumi.get(self, "firewall_rules")
|
|
1545
|
+
|
|
1546
|
+
@firewall_rules.setter
|
|
1547
|
+
def firewall_rules(self, value: Optional[pulumi.Input['FirewallRulesArgs']]):
|
|
1548
|
+
pulumi.set(self, "firewall_rules", value)
|
|
1549
|
+
|
|
1550
|
+
|
|
1551
|
+
if not MYPY:
|
|
1552
|
+
class SecretAuthInfoArgsDict(TypedDict):
|
|
1553
|
+
"""
|
|
1554
|
+
The authentication info when authType is secret
|
|
1555
|
+
"""
|
|
1556
|
+
auth_type: pulumi.Input[str]
|
|
1557
|
+
"""
|
|
1558
|
+
The authentication type.
|
|
1559
|
+
Expected value is 'secret'.
|
|
1560
|
+
"""
|
|
1561
|
+
auth_mode: NotRequired[pulumi.Input[Union[str, 'AuthMode']]]
|
|
1562
|
+
"""
|
|
1563
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1564
|
+
"""
|
|
1565
|
+
name: NotRequired[pulumi.Input[str]]
|
|
1566
|
+
"""
|
|
1567
|
+
Username or account name for secret auth.
|
|
1568
|
+
"""
|
|
1569
|
+
secret_info: NotRequired[pulumi.Input[Union['KeyVaultSecretReferenceSecretInfoArgsDict', 'KeyVaultSecretUriSecretInfoArgsDict', 'ValueSecretInfoArgsDict']]]
|
|
1570
|
+
"""
|
|
1571
|
+
Password or key vault secret for secret auth.
|
|
1572
|
+
"""
|
|
1573
|
+
elif False:
|
|
1574
|
+
SecretAuthInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
1575
|
+
|
|
1576
|
+
@pulumi.input_type
|
|
1577
|
+
class SecretAuthInfoArgs:
|
|
1578
|
+
def __init__(__self__, *,
|
|
1579
|
+
auth_type: pulumi.Input[str],
|
|
1580
|
+
auth_mode: Optional[pulumi.Input[Union[str, 'AuthMode']]] = None,
|
|
1581
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1582
|
+
secret_info: Optional[pulumi.Input[Union['KeyVaultSecretReferenceSecretInfoArgs', 'KeyVaultSecretUriSecretInfoArgs', 'ValueSecretInfoArgs']]] = None):
|
|
1583
|
+
"""
|
|
1584
|
+
The authentication info when authType is secret
|
|
1585
|
+
:param pulumi.Input[str] auth_type: The authentication type.
|
|
1586
|
+
Expected value is 'secret'.
|
|
1587
|
+
:param pulumi.Input[Union[str, 'AuthMode']] auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1588
|
+
:param pulumi.Input[str] name: Username or account name for secret auth.
|
|
1589
|
+
:param pulumi.Input[Union['KeyVaultSecretReferenceSecretInfoArgs', 'KeyVaultSecretUriSecretInfoArgs', 'ValueSecretInfoArgs']] secret_info: Password or key vault secret for secret auth.
|
|
1590
|
+
"""
|
|
1591
|
+
pulumi.set(__self__, "auth_type", 'secret')
|
|
1592
|
+
if auth_mode is not None:
|
|
1593
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
1594
|
+
if name is not None:
|
|
1595
|
+
pulumi.set(__self__, "name", name)
|
|
1596
|
+
if secret_info is not None:
|
|
1597
|
+
pulumi.set(__self__, "secret_info", secret_info)
|
|
1598
|
+
|
|
1599
|
+
@property
|
|
1600
|
+
@pulumi.getter(name="authType")
|
|
1601
|
+
def auth_type(self) -> pulumi.Input[str]:
|
|
1602
|
+
"""
|
|
1603
|
+
The authentication type.
|
|
1604
|
+
Expected value is 'secret'.
|
|
1605
|
+
"""
|
|
1606
|
+
return pulumi.get(self, "auth_type")
|
|
1607
|
+
|
|
1608
|
+
@auth_type.setter
|
|
1609
|
+
def auth_type(self, value: pulumi.Input[str]):
|
|
1610
|
+
pulumi.set(self, "auth_type", value)
|
|
1611
|
+
|
|
1612
|
+
@property
|
|
1613
|
+
@pulumi.getter(name="authMode")
|
|
1614
|
+
def auth_mode(self) -> Optional[pulumi.Input[Union[str, 'AuthMode']]]:
|
|
1615
|
+
"""
|
|
1616
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1617
|
+
"""
|
|
1618
|
+
return pulumi.get(self, "auth_mode")
|
|
1619
|
+
|
|
1620
|
+
@auth_mode.setter
|
|
1621
|
+
def auth_mode(self, value: Optional[pulumi.Input[Union[str, 'AuthMode']]]):
|
|
1622
|
+
pulumi.set(self, "auth_mode", value)
|
|
1623
|
+
|
|
1624
|
+
@property
|
|
1625
|
+
@pulumi.getter
|
|
1626
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1627
|
+
"""
|
|
1628
|
+
Username or account name for secret auth.
|
|
1629
|
+
"""
|
|
1630
|
+
return pulumi.get(self, "name")
|
|
1631
|
+
|
|
1632
|
+
@name.setter
|
|
1633
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1634
|
+
pulumi.set(self, "name", value)
|
|
1635
|
+
|
|
1636
|
+
@property
|
|
1637
|
+
@pulumi.getter(name="secretInfo")
|
|
1638
|
+
def secret_info(self) -> Optional[pulumi.Input[Union['KeyVaultSecretReferenceSecretInfoArgs', 'KeyVaultSecretUriSecretInfoArgs', 'ValueSecretInfoArgs']]]:
|
|
1639
|
+
"""
|
|
1640
|
+
Password or key vault secret for secret auth.
|
|
1641
|
+
"""
|
|
1642
|
+
return pulumi.get(self, "secret_info")
|
|
1643
|
+
|
|
1644
|
+
@secret_info.setter
|
|
1645
|
+
def secret_info(self, value: Optional[pulumi.Input[Union['KeyVaultSecretReferenceSecretInfoArgs', 'KeyVaultSecretUriSecretInfoArgs', 'ValueSecretInfoArgs']]]):
|
|
1646
|
+
pulumi.set(self, "secret_info", value)
|
|
1647
|
+
|
|
1648
|
+
|
|
1649
|
+
if not MYPY:
|
|
1650
|
+
class SecretStoreArgsDict(TypedDict):
|
|
1651
|
+
"""
|
|
1652
|
+
An option to store secret value in secure place
|
|
1653
|
+
"""
|
|
1654
|
+
key_vault_id: NotRequired[pulumi.Input[str]]
|
|
1655
|
+
"""
|
|
1656
|
+
The key vault id to store secret
|
|
1657
|
+
"""
|
|
1658
|
+
key_vault_secret_name: NotRequired[pulumi.Input[str]]
|
|
1659
|
+
"""
|
|
1660
|
+
The key vault secret name to store secret, only valid when storing one secret
|
|
1661
|
+
"""
|
|
1662
|
+
elif False:
|
|
1663
|
+
SecretStoreArgsDict: TypeAlias = Mapping[str, Any]
|
|
1664
|
+
|
|
1665
|
+
@pulumi.input_type
|
|
1666
|
+
class SecretStoreArgs:
|
|
1667
|
+
def __init__(__self__, *,
|
|
1668
|
+
key_vault_id: Optional[pulumi.Input[str]] = None,
|
|
1669
|
+
key_vault_secret_name: Optional[pulumi.Input[str]] = None):
|
|
1670
|
+
"""
|
|
1671
|
+
An option to store secret value in secure place
|
|
1672
|
+
:param pulumi.Input[str] key_vault_id: The key vault id to store secret
|
|
1673
|
+
:param pulumi.Input[str] key_vault_secret_name: The key vault secret name to store secret, only valid when storing one secret
|
|
1674
|
+
"""
|
|
1675
|
+
if key_vault_id is not None:
|
|
1676
|
+
pulumi.set(__self__, "key_vault_id", key_vault_id)
|
|
1677
|
+
if key_vault_secret_name is not None:
|
|
1678
|
+
pulumi.set(__self__, "key_vault_secret_name", key_vault_secret_name)
|
|
1679
|
+
|
|
1680
|
+
@property
|
|
1681
|
+
@pulumi.getter(name="keyVaultId")
|
|
1682
|
+
def key_vault_id(self) -> Optional[pulumi.Input[str]]:
|
|
1683
|
+
"""
|
|
1684
|
+
The key vault id to store secret
|
|
1685
|
+
"""
|
|
1686
|
+
return pulumi.get(self, "key_vault_id")
|
|
1687
|
+
|
|
1688
|
+
@key_vault_id.setter
|
|
1689
|
+
def key_vault_id(self, value: Optional[pulumi.Input[str]]):
|
|
1690
|
+
pulumi.set(self, "key_vault_id", value)
|
|
1691
|
+
|
|
1692
|
+
@property
|
|
1693
|
+
@pulumi.getter(name="keyVaultSecretName")
|
|
1694
|
+
def key_vault_secret_name(self) -> Optional[pulumi.Input[str]]:
|
|
1695
|
+
"""
|
|
1696
|
+
The key vault secret name to store secret, only valid when storing one secret
|
|
1697
|
+
"""
|
|
1698
|
+
return pulumi.get(self, "key_vault_secret_name")
|
|
1699
|
+
|
|
1700
|
+
@key_vault_secret_name.setter
|
|
1701
|
+
def key_vault_secret_name(self, value: Optional[pulumi.Input[str]]):
|
|
1702
|
+
pulumi.set(self, "key_vault_secret_name", value)
|
|
1703
|
+
|
|
1704
|
+
|
|
1705
|
+
if not MYPY:
|
|
1706
|
+
class SelfHostedServerArgsDict(TypedDict):
|
|
1707
|
+
"""
|
|
1708
|
+
The service properties when target service type is SelfHostedServer
|
|
1709
|
+
"""
|
|
1710
|
+
type: pulumi.Input[str]
|
|
1711
|
+
"""
|
|
1712
|
+
The target service type.
|
|
1713
|
+
Expected value is 'SelfHostedServer'.
|
|
1714
|
+
"""
|
|
1715
|
+
endpoint: NotRequired[pulumi.Input[str]]
|
|
1716
|
+
"""
|
|
1717
|
+
The endpoint of service.
|
|
1718
|
+
"""
|
|
1719
|
+
elif False:
|
|
1720
|
+
SelfHostedServerArgsDict: TypeAlias = Mapping[str, Any]
|
|
1721
|
+
|
|
1722
|
+
@pulumi.input_type
|
|
1723
|
+
class SelfHostedServerArgs:
|
|
1724
|
+
def __init__(__self__, *,
|
|
1725
|
+
type: pulumi.Input[str],
|
|
1726
|
+
endpoint: Optional[pulumi.Input[str]] = None):
|
|
1727
|
+
"""
|
|
1728
|
+
The service properties when target service type is SelfHostedServer
|
|
1729
|
+
:param pulumi.Input[str] type: The target service type.
|
|
1730
|
+
Expected value is 'SelfHostedServer'.
|
|
1731
|
+
:param pulumi.Input[str] endpoint: The endpoint of service.
|
|
1732
|
+
"""
|
|
1733
|
+
pulumi.set(__self__, "type", 'SelfHostedServer')
|
|
1734
|
+
if endpoint is not None:
|
|
1735
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
1736
|
+
|
|
1737
|
+
@property
|
|
1738
|
+
@pulumi.getter
|
|
1739
|
+
def type(self) -> pulumi.Input[str]:
|
|
1740
|
+
"""
|
|
1741
|
+
The target service type.
|
|
1742
|
+
Expected value is 'SelfHostedServer'.
|
|
1743
|
+
"""
|
|
1744
|
+
return pulumi.get(self, "type")
|
|
1745
|
+
|
|
1746
|
+
@type.setter
|
|
1747
|
+
def type(self, value: pulumi.Input[str]):
|
|
1748
|
+
pulumi.set(self, "type", value)
|
|
1749
|
+
|
|
1750
|
+
@property
|
|
1751
|
+
@pulumi.getter
|
|
1752
|
+
def endpoint(self) -> Optional[pulumi.Input[str]]:
|
|
1753
|
+
"""
|
|
1754
|
+
The endpoint of service.
|
|
1755
|
+
"""
|
|
1756
|
+
return pulumi.get(self, "endpoint")
|
|
1757
|
+
|
|
1758
|
+
@endpoint.setter
|
|
1759
|
+
def endpoint(self, value: Optional[pulumi.Input[str]]):
|
|
1760
|
+
pulumi.set(self, "endpoint", value)
|
|
1761
|
+
|
|
1762
|
+
|
|
1763
|
+
if not MYPY:
|
|
1764
|
+
class ServicePrincipalCertificateAuthInfoArgsDict(TypedDict):
|
|
1765
|
+
"""
|
|
1766
|
+
The authentication info when authType is servicePrincipal certificate
|
|
1767
|
+
"""
|
|
1768
|
+
auth_type: pulumi.Input[str]
|
|
1769
|
+
"""
|
|
1770
|
+
The authentication type.
|
|
1771
|
+
Expected value is 'servicePrincipalCertificate'.
|
|
1772
|
+
"""
|
|
1773
|
+
certificate: pulumi.Input[str]
|
|
1774
|
+
"""
|
|
1775
|
+
ServicePrincipal certificate for servicePrincipal auth.
|
|
1776
|
+
"""
|
|
1777
|
+
client_id: pulumi.Input[str]
|
|
1778
|
+
"""
|
|
1779
|
+
Application clientId for servicePrincipal auth.
|
|
1780
|
+
"""
|
|
1781
|
+
principal_id: pulumi.Input[str]
|
|
1782
|
+
"""
|
|
1783
|
+
Principal Id for servicePrincipal auth.
|
|
1784
|
+
"""
|
|
1785
|
+
auth_mode: NotRequired[pulumi.Input[Union[str, 'AuthMode']]]
|
|
1786
|
+
"""
|
|
1787
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1788
|
+
"""
|
|
1789
|
+
delete_or_update_behavior: NotRequired[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]
|
|
1790
|
+
"""
|
|
1791
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1792
|
+
"""
|
|
1793
|
+
roles: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1794
|
+
"""
|
|
1795
|
+
Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
1796
|
+
"""
|
|
1797
|
+
elif False:
|
|
1798
|
+
ServicePrincipalCertificateAuthInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
1799
|
+
|
|
1800
|
+
@pulumi.input_type
|
|
1801
|
+
class ServicePrincipalCertificateAuthInfoArgs:
|
|
1802
|
+
def __init__(__self__, *,
|
|
1803
|
+
auth_type: pulumi.Input[str],
|
|
1804
|
+
certificate: pulumi.Input[str],
|
|
1805
|
+
client_id: pulumi.Input[str],
|
|
1806
|
+
principal_id: pulumi.Input[str],
|
|
1807
|
+
auth_mode: Optional[pulumi.Input[Union[str, 'AuthMode']]] = None,
|
|
1808
|
+
delete_or_update_behavior: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]] = None,
|
|
1809
|
+
roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1810
|
+
"""
|
|
1811
|
+
The authentication info when authType is servicePrincipal certificate
|
|
1812
|
+
:param pulumi.Input[str] auth_type: The authentication type.
|
|
1813
|
+
Expected value is 'servicePrincipalCertificate'.
|
|
1814
|
+
:param pulumi.Input[str] certificate: ServicePrincipal certificate for servicePrincipal auth.
|
|
1815
|
+
:param pulumi.Input[str] client_id: Application clientId for servicePrincipal auth.
|
|
1816
|
+
:param pulumi.Input[str] principal_id: Principal Id for servicePrincipal auth.
|
|
1817
|
+
:param pulumi.Input[Union[str, 'AuthMode']] auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1818
|
+
:param pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']] delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1819
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] roles: Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
1820
|
+
"""
|
|
1821
|
+
pulumi.set(__self__, "auth_type", 'servicePrincipalCertificate')
|
|
1822
|
+
pulumi.set(__self__, "certificate", certificate)
|
|
1823
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
1824
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1825
|
+
if auth_mode is not None:
|
|
1826
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
1827
|
+
if delete_or_update_behavior is not None:
|
|
1828
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
1829
|
+
if roles is not None:
|
|
1830
|
+
pulumi.set(__self__, "roles", roles)
|
|
1831
|
+
|
|
1832
|
+
@property
|
|
1833
|
+
@pulumi.getter(name="authType")
|
|
1834
|
+
def auth_type(self) -> pulumi.Input[str]:
|
|
1835
|
+
"""
|
|
1836
|
+
The authentication type.
|
|
1837
|
+
Expected value is 'servicePrincipalCertificate'.
|
|
1838
|
+
"""
|
|
1839
|
+
return pulumi.get(self, "auth_type")
|
|
1840
|
+
|
|
1841
|
+
@auth_type.setter
|
|
1842
|
+
def auth_type(self, value: pulumi.Input[str]):
|
|
1843
|
+
pulumi.set(self, "auth_type", value)
|
|
1844
|
+
|
|
1845
|
+
@property
|
|
1846
|
+
@pulumi.getter
|
|
1847
|
+
def certificate(self) -> pulumi.Input[str]:
|
|
1848
|
+
"""
|
|
1849
|
+
ServicePrincipal certificate for servicePrincipal auth.
|
|
1850
|
+
"""
|
|
1851
|
+
return pulumi.get(self, "certificate")
|
|
1852
|
+
|
|
1853
|
+
@certificate.setter
|
|
1854
|
+
def certificate(self, value: pulumi.Input[str]):
|
|
1855
|
+
pulumi.set(self, "certificate", value)
|
|
1856
|
+
|
|
1857
|
+
@property
|
|
1858
|
+
@pulumi.getter(name="clientId")
|
|
1859
|
+
def client_id(self) -> pulumi.Input[str]:
|
|
1860
|
+
"""
|
|
1861
|
+
Application clientId for servicePrincipal auth.
|
|
1862
|
+
"""
|
|
1863
|
+
return pulumi.get(self, "client_id")
|
|
1864
|
+
|
|
1865
|
+
@client_id.setter
|
|
1866
|
+
def client_id(self, value: pulumi.Input[str]):
|
|
1867
|
+
pulumi.set(self, "client_id", value)
|
|
1868
|
+
|
|
1869
|
+
@property
|
|
1870
|
+
@pulumi.getter(name="principalId")
|
|
1871
|
+
def principal_id(self) -> pulumi.Input[str]:
|
|
1872
|
+
"""
|
|
1873
|
+
Principal Id for servicePrincipal auth.
|
|
1874
|
+
"""
|
|
1875
|
+
return pulumi.get(self, "principal_id")
|
|
1876
|
+
|
|
1877
|
+
@principal_id.setter
|
|
1878
|
+
def principal_id(self, value: pulumi.Input[str]):
|
|
1879
|
+
pulumi.set(self, "principal_id", value)
|
|
1880
|
+
|
|
1881
|
+
@property
|
|
1882
|
+
@pulumi.getter(name="authMode")
|
|
1883
|
+
def auth_mode(self) -> Optional[pulumi.Input[Union[str, 'AuthMode']]]:
|
|
1884
|
+
"""
|
|
1885
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1886
|
+
"""
|
|
1887
|
+
return pulumi.get(self, "auth_mode")
|
|
1888
|
+
|
|
1889
|
+
@auth_mode.setter
|
|
1890
|
+
def auth_mode(self, value: Optional[pulumi.Input[Union[str, 'AuthMode']]]):
|
|
1891
|
+
pulumi.set(self, "auth_mode", value)
|
|
1892
|
+
|
|
1893
|
+
@property
|
|
1894
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
1895
|
+
def delete_or_update_behavior(self) -> Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]:
|
|
1896
|
+
"""
|
|
1897
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1898
|
+
"""
|
|
1899
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
1900
|
+
|
|
1901
|
+
@delete_or_update_behavior.setter
|
|
1902
|
+
def delete_or_update_behavior(self, value: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]):
|
|
1903
|
+
pulumi.set(self, "delete_or_update_behavior", value)
|
|
1904
|
+
|
|
1905
|
+
@property
|
|
1906
|
+
@pulumi.getter
|
|
1907
|
+
def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1908
|
+
"""
|
|
1909
|
+
Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
1910
|
+
"""
|
|
1911
|
+
return pulumi.get(self, "roles")
|
|
1912
|
+
|
|
1913
|
+
@roles.setter
|
|
1914
|
+
def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1915
|
+
pulumi.set(self, "roles", value)
|
|
1916
|
+
|
|
1917
|
+
|
|
1918
|
+
if not MYPY:
|
|
1919
|
+
class ServicePrincipalSecretAuthInfoArgsDict(TypedDict):
|
|
1920
|
+
"""
|
|
1921
|
+
The authentication info when authType is servicePrincipal secret
|
|
1922
|
+
"""
|
|
1923
|
+
auth_type: pulumi.Input[str]
|
|
1924
|
+
"""
|
|
1925
|
+
The authentication type.
|
|
1926
|
+
Expected value is 'servicePrincipalSecret'.
|
|
1927
|
+
"""
|
|
1928
|
+
client_id: pulumi.Input[str]
|
|
1929
|
+
"""
|
|
1930
|
+
ServicePrincipal application clientId for servicePrincipal auth.
|
|
1931
|
+
"""
|
|
1932
|
+
principal_id: pulumi.Input[str]
|
|
1933
|
+
"""
|
|
1934
|
+
Principal Id for servicePrincipal auth.
|
|
1935
|
+
"""
|
|
1936
|
+
secret: pulumi.Input[str]
|
|
1937
|
+
"""
|
|
1938
|
+
Secret for servicePrincipal auth.
|
|
1939
|
+
"""
|
|
1940
|
+
auth_mode: NotRequired[pulumi.Input[Union[str, 'AuthMode']]]
|
|
1941
|
+
"""
|
|
1942
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1943
|
+
"""
|
|
1944
|
+
delete_or_update_behavior: NotRequired[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]
|
|
1945
|
+
"""
|
|
1946
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1947
|
+
"""
|
|
1948
|
+
roles: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1949
|
+
"""
|
|
1950
|
+
Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
1951
|
+
"""
|
|
1952
|
+
user_name: NotRequired[pulumi.Input[str]]
|
|
1953
|
+
"""
|
|
1954
|
+
Username created in the database which is mapped to a user in AAD.
|
|
1955
|
+
"""
|
|
1956
|
+
elif False:
|
|
1957
|
+
ServicePrincipalSecretAuthInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
1958
|
+
|
|
1959
|
+
@pulumi.input_type
|
|
1960
|
+
class ServicePrincipalSecretAuthInfoArgs:
|
|
1961
|
+
def __init__(__self__, *,
|
|
1962
|
+
auth_type: pulumi.Input[str],
|
|
1963
|
+
client_id: pulumi.Input[str],
|
|
1964
|
+
principal_id: pulumi.Input[str],
|
|
1965
|
+
secret: pulumi.Input[str],
|
|
1966
|
+
auth_mode: Optional[pulumi.Input[Union[str, 'AuthMode']]] = None,
|
|
1967
|
+
delete_or_update_behavior: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]] = None,
|
|
1968
|
+
roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1969
|
+
user_name: Optional[pulumi.Input[str]] = None):
|
|
1970
|
+
"""
|
|
1971
|
+
The authentication info when authType is servicePrincipal secret
|
|
1972
|
+
:param pulumi.Input[str] auth_type: The authentication type.
|
|
1973
|
+
Expected value is 'servicePrincipalSecret'.
|
|
1974
|
+
:param pulumi.Input[str] client_id: ServicePrincipal application clientId for servicePrincipal auth.
|
|
1975
|
+
:param pulumi.Input[str] principal_id: Principal Id for servicePrincipal auth.
|
|
1976
|
+
:param pulumi.Input[str] secret: Secret for servicePrincipal auth.
|
|
1977
|
+
:param pulumi.Input[Union[str, 'AuthMode']] auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
1978
|
+
:param pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']] delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
1979
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] roles: Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
1980
|
+
:param pulumi.Input[str] user_name: Username created in the database which is mapped to a user in AAD.
|
|
1981
|
+
"""
|
|
1982
|
+
pulumi.set(__self__, "auth_type", 'servicePrincipalSecret')
|
|
1983
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
1984
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1985
|
+
pulumi.set(__self__, "secret", secret)
|
|
1986
|
+
if auth_mode is not None:
|
|
1987
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
1988
|
+
if delete_or_update_behavior is not None:
|
|
1989
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
1990
|
+
if roles is not None:
|
|
1991
|
+
pulumi.set(__self__, "roles", roles)
|
|
1992
|
+
if user_name is not None:
|
|
1993
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
1994
|
+
|
|
1995
|
+
@property
|
|
1996
|
+
@pulumi.getter(name="authType")
|
|
1997
|
+
def auth_type(self) -> pulumi.Input[str]:
|
|
1998
|
+
"""
|
|
1999
|
+
The authentication type.
|
|
2000
|
+
Expected value is 'servicePrincipalSecret'.
|
|
2001
|
+
"""
|
|
2002
|
+
return pulumi.get(self, "auth_type")
|
|
2003
|
+
|
|
2004
|
+
@auth_type.setter
|
|
2005
|
+
def auth_type(self, value: pulumi.Input[str]):
|
|
2006
|
+
pulumi.set(self, "auth_type", value)
|
|
2007
|
+
|
|
2008
|
+
@property
|
|
2009
|
+
@pulumi.getter(name="clientId")
|
|
2010
|
+
def client_id(self) -> pulumi.Input[str]:
|
|
2011
|
+
"""
|
|
2012
|
+
ServicePrincipal application clientId for servicePrincipal auth.
|
|
2013
|
+
"""
|
|
2014
|
+
return pulumi.get(self, "client_id")
|
|
2015
|
+
|
|
2016
|
+
@client_id.setter
|
|
2017
|
+
def client_id(self, value: pulumi.Input[str]):
|
|
2018
|
+
pulumi.set(self, "client_id", value)
|
|
2019
|
+
|
|
2020
|
+
@property
|
|
2021
|
+
@pulumi.getter(name="principalId")
|
|
2022
|
+
def principal_id(self) -> pulumi.Input[str]:
|
|
2023
|
+
"""
|
|
2024
|
+
Principal Id for servicePrincipal auth.
|
|
2025
|
+
"""
|
|
2026
|
+
return pulumi.get(self, "principal_id")
|
|
2027
|
+
|
|
2028
|
+
@principal_id.setter
|
|
2029
|
+
def principal_id(self, value: pulumi.Input[str]):
|
|
2030
|
+
pulumi.set(self, "principal_id", value)
|
|
2031
|
+
|
|
2032
|
+
@property
|
|
2033
|
+
@pulumi.getter
|
|
2034
|
+
def secret(self) -> pulumi.Input[str]:
|
|
2035
|
+
"""
|
|
2036
|
+
Secret for servicePrincipal auth.
|
|
2037
|
+
"""
|
|
2038
|
+
return pulumi.get(self, "secret")
|
|
2039
|
+
|
|
2040
|
+
@secret.setter
|
|
2041
|
+
def secret(self, value: pulumi.Input[str]):
|
|
2042
|
+
pulumi.set(self, "secret", value)
|
|
2043
|
+
|
|
2044
|
+
@property
|
|
2045
|
+
@pulumi.getter(name="authMode")
|
|
2046
|
+
def auth_mode(self) -> Optional[pulumi.Input[Union[str, 'AuthMode']]]:
|
|
2047
|
+
"""
|
|
2048
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2049
|
+
"""
|
|
2050
|
+
return pulumi.get(self, "auth_mode")
|
|
2051
|
+
|
|
2052
|
+
@auth_mode.setter
|
|
2053
|
+
def auth_mode(self, value: Optional[pulumi.Input[Union[str, 'AuthMode']]]):
|
|
2054
|
+
pulumi.set(self, "auth_mode", value)
|
|
2055
|
+
|
|
2056
|
+
@property
|
|
2057
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
2058
|
+
def delete_or_update_behavior(self) -> Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]:
|
|
2059
|
+
"""
|
|
2060
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2061
|
+
"""
|
|
2062
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
2063
|
+
|
|
2064
|
+
@delete_or_update_behavior.setter
|
|
2065
|
+
def delete_or_update_behavior(self, value: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]):
|
|
2066
|
+
pulumi.set(self, "delete_or_update_behavior", value)
|
|
2067
|
+
|
|
2068
|
+
@property
|
|
2069
|
+
@pulumi.getter
|
|
2070
|
+
def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2071
|
+
"""
|
|
2072
|
+
Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
2073
|
+
"""
|
|
2074
|
+
return pulumi.get(self, "roles")
|
|
2075
|
+
|
|
2076
|
+
@roles.setter
|
|
2077
|
+
def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2078
|
+
pulumi.set(self, "roles", value)
|
|
2079
|
+
|
|
2080
|
+
@property
|
|
2081
|
+
@pulumi.getter(name="userName")
|
|
2082
|
+
def user_name(self) -> Optional[pulumi.Input[str]]:
|
|
2083
|
+
"""
|
|
2084
|
+
Username created in the database which is mapped to a user in AAD.
|
|
2085
|
+
"""
|
|
2086
|
+
return pulumi.get(self, "user_name")
|
|
2087
|
+
|
|
2088
|
+
@user_name.setter
|
|
2089
|
+
def user_name(self, value: Optional[pulumi.Input[str]]):
|
|
2090
|
+
pulumi.set(self, "user_name", value)
|
|
2091
|
+
|
|
2092
|
+
|
|
2093
|
+
if not MYPY:
|
|
2094
|
+
class SystemAssignedIdentityAuthInfoArgsDict(TypedDict):
|
|
2095
|
+
"""
|
|
2096
|
+
The authentication info when authType is systemAssignedIdentity
|
|
2097
|
+
"""
|
|
2098
|
+
auth_type: pulumi.Input[str]
|
|
2099
|
+
"""
|
|
2100
|
+
The authentication type.
|
|
2101
|
+
Expected value is 'systemAssignedIdentity'.
|
|
2102
|
+
"""
|
|
2103
|
+
auth_mode: NotRequired[pulumi.Input[Union[str, 'AuthMode']]]
|
|
2104
|
+
"""
|
|
2105
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2106
|
+
"""
|
|
2107
|
+
delete_or_update_behavior: NotRequired[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]
|
|
2108
|
+
"""
|
|
2109
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2110
|
+
"""
|
|
2111
|
+
roles: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2112
|
+
"""
|
|
2113
|
+
Optional, this value specifies the Azure role to be assigned
|
|
2114
|
+
"""
|
|
2115
|
+
user_name: NotRequired[pulumi.Input[str]]
|
|
2116
|
+
"""
|
|
2117
|
+
Username created in the database which is mapped to a user in AAD.
|
|
2118
|
+
"""
|
|
2119
|
+
elif False:
|
|
2120
|
+
SystemAssignedIdentityAuthInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
2121
|
+
|
|
2122
|
+
@pulumi.input_type
|
|
2123
|
+
class SystemAssignedIdentityAuthInfoArgs:
|
|
2124
|
+
def __init__(__self__, *,
|
|
2125
|
+
auth_type: pulumi.Input[str],
|
|
2126
|
+
auth_mode: Optional[pulumi.Input[Union[str, 'AuthMode']]] = None,
|
|
2127
|
+
delete_or_update_behavior: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]] = None,
|
|
2128
|
+
roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2129
|
+
user_name: Optional[pulumi.Input[str]] = None):
|
|
2130
|
+
"""
|
|
2131
|
+
The authentication info when authType is systemAssignedIdentity
|
|
2132
|
+
:param pulumi.Input[str] auth_type: The authentication type.
|
|
2133
|
+
Expected value is 'systemAssignedIdentity'.
|
|
2134
|
+
:param pulumi.Input[Union[str, 'AuthMode']] auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2135
|
+
:param pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']] delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2136
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] roles: Optional, this value specifies the Azure role to be assigned
|
|
2137
|
+
:param pulumi.Input[str] user_name: Username created in the database which is mapped to a user in AAD.
|
|
2138
|
+
"""
|
|
2139
|
+
pulumi.set(__self__, "auth_type", 'systemAssignedIdentity')
|
|
2140
|
+
if auth_mode is not None:
|
|
2141
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
2142
|
+
if delete_or_update_behavior is not None:
|
|
2143
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
2144
|
+
if roles is not None:
|
|
2145
|
+
pulumi.set(__self__, "roles", roles)
|
|
2146
|
+
if user_name is not None:
|
|
2147
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
2148
|
+
|
|
2149
|
+
@property
|
|
2150
|
+
@pulumi.getter(name="authType")
|
|
2151
|
+
def auth_type(self) -> pulumi.Input[str]:
|
|
2152
|
+
"""
|
|
2153
|
+
The authentication type.
|
|
2154
|
+
Expected value is 'systemAssignedIdentity'.
|
|
2155
|
+
"""
|
|
2156
|
+
return pulumi.get(self, "auth_type")
|
|
2157
|
+
|
|
2158
|
+
@auth_type.setter
|
|
2159
|
+
def auth_type(self, value: pulumi.Input[str]):
|
|
2160
|
+
pulumi.set(self, "auth_type", value)
|
|
2161
|
+
|
|
2162
|
+
@property
|
|
2163
|
+
@pulumi.getter(name="authMode")
|
|
2164
|
+
def auth_mode(self) -> Optional[pulumi.Input[Union[str, 'AuthMode']]]:
|
|
2165
|
+
"""
|
|
2166
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2167
|
+
"""
|
|
2168
|
+
return pulumi.get(self, "auth_mode")
|
|
2169
|
+
|
|
2170
|
+
@auth_mode.setter
|
|
2171
|
+
def auth_mode(self, value: Optional[pulumi.Input[Union[str, 'AuthMode']]]):
|
|
2172
|
+
pulumi.set(self, "auth_mode", value)
|
|
2173
|
+
|
|
2174
|
+
@property
|
|
2175
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
2176
|
+
def delete_or_update_behavior(self) -> Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]:
|
|
2177
|
+
"""
|
|
2178
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2179
|
+
"""
|
|
2180
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
2181
|
+
|
|
2182
|
+
@delete_or_update_behavior.setter
|
|
2183
|
+
def delete_or_update_behavior(self, value: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]):
|
|
2184
|
+
pulumi.set(self, "delete_or_update_behavior", value)
|
|
2185
|
+
|
|
2186
|
+
@property
|
|
2187
|
+
@pulumi.getter
|
|
2188
|
+
def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2189
|
+
"""
|
|
2190
|
+
Optional, this value specifies the Azure role to be assigned
|
|
2191
|
+
"""
|
|
2192
|
+
return pulumi.get(self, "roles")
|
|
2193
|
+
|
|
2194
|
+
@roles.setter
|
|
2195
|
+
def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2196
|
+
pulumi.set(self, "roles", value)
|
|
2197
|
+
|
|
2198
|
+
@property
|
|
2199
|
+
@pulumi.getter(name="userName")
|
|
2200
|
+
def user_name(self) -> Optional[pulumi.Input[str]]:
|
|
2201
|
+
"""
|
|
2202
|
+
Username created in the database which is mapped to a user in AAD.
|
|
2203
|
+
"""
|
|
2204
|
+
return pulumi.get(self, "user_name")
|
|
2205
|
+
|
|
2206
|
+
@user_name.setter
|
|
2207
|
+
def user_name(self, value: Optional[pulumi.Input[str]]):
|
|
2208
|
+
pulumi.set(self, "user_name", value)
|
|
2209
|
+
|
|
2210
|
+
|
|
2211
|
+
if not MYPY:
|
|
2212
|
+
class UserAccountAuthInfoArgsDict(TypedDict):
|
|
2213
|
+
"""
|
|
2214
|
+
The authentication info when authType is user account
|
|
2215
|
+
"""
|
|
2216
|
+
auth_type: pulumi.Input[str]
|
|
2217
|
+
"""
|
|
2218
|
+
The authentication type.
|
|
2219
|
+
Expected value is 'userAccount'.
|
|
2220
|
+
"""
|
|
2221
|
+
auth_mode: NotRequired[pulumi.Input[Union[str, 'AuthMode']]]
|
|
2222
|
+
"""
|
|
2223
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2224
|
+
"""
|
|
2225
|
+
delete_or_update_behavior: NotRequired[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]
|
|
2226
|
+
"""
|
|
2227
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2228
|
+
"""
|
|
2229
|
+
principal_id: NotRequired[pulumi.Input[str]]
|
|
2230
|
+
"""
|
|
2231
|
+
Principal Id for user account.
|
|
2232
|
+
"""
|
|
2233
|
+
roles: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2234
|
+
"""
|
|
2235
|
+
Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
2236
|
+
"""
|
|
2237
|
+
user_name: NotRequired[pulumi.Input[str]]
|
|
2238
|
+
"""
|
|
2239
|
+
Username created in the database which is mapped to a user in AAD.
|
|
2240
|
+
"""
|
|
2241
|
+
elif False:
|
|
2242
|
+
UserAccountAuthInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
2243
|
+
|
|
2244
|
+
@pulumi.input_type
|
|
2245
|
+
class UserAccountAuthInfoArgs:
|
|
2246
|
+
def __init__(__self__, *,
|
|
2247
|
+
auth_type: pulumi.Input[str],
|
|
2248
|
+
auth_mode: Optional[pulumi.Input[Union[str, 'AuthMode']]] = None,
|
|
2249
|
+
delete_or_update_behavior: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]] = None,
|
|
2250
|
+
principal_id: Optional[pulumi.Input[str]] = None,
|
|
2251
|
+
roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2252
|
+
user_name: Optional[pulumi.Input[str]] = None):
|
|
2253
|
+
"""
|
|
2254
|
+
The authentication info when authType is user account
|
|
2255
|
+
:param pulumi.Input[str] auth_type: The authentication type.
|
|
2256
|
+
Expected value is 'userAccount'.
|
|
2257
|
+
:param pulumi.Input[Union[str, 'AuthMode']] auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2258
|
+
:param pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']] delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2259
|
+
:param pulumi.Input[str] principal_id: Principal Id for user account.
|
|
2260
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] roles: Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
2261
|
+
:param pulumi.Input[str] user_name: Username created in the database which is mapped to a user in AAD.
|
|
2262
|
+
"""
|
|
2263
|
+
pulumi.set(__self__, "auth_type", 'userAccount')
|
|
2264
|
+
if auth_mode is not None:
|
|
2265
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
2266
|
+
if delete_or_update_behavior is not None:
|
|
2267
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
2268
|
+
if principal_id is not None:
|
|
2269
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
2270
|
+
if roles is not None:
|
|
2271
|
+
pulumi.set(__self__, "roles", roles)
|
|
2272
|
+
if user_name is not None:
|
|
2273
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
2274
|
+
|
|
2275
|
+
@property
|
|
2276
|
+
@pulumi.getter(name="authType")
|
|
2277
|
+
def auth_type(self) -> pulumi.Input[str]:
|
|
2278
|
+
"""
|
|
2279
|
+
The authentication type.
|
|
2280
|
+
Expected value is 'userAccount'.
|
|
2281
|
+
"""
|
|
2282
|
+
return pulumi.get(self, "auth_type")
|
|
2283
|
+
|
|
2284
|
+
@auth_type.setter
|
|
2285
|
+
def auth_type(self, value: pulumi.Input[str]):
|
|
2286
|
+
pulumi.set(self, "auth_type", value)
|
|
2287
|
+
|
|
2288
|
+
@property
|
|
2289
|
+
@pulumi.getter(name="authMode")
|
|
2290
|
+
def auth_mode(self) -> Optional[pulumi.Input[Union[str, 'AuthMode']]]:
|
|
2291
|
+
"""
|
|
2292
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2293
|
+
"""
|
|
2294
|
+
return pulumi.get(self, "auth_mode")
|
|
2295
|
+
|
|
2296
|
+
@auth_mode.setter
|
|
2297
|
+
def auth_mode(self, value: Optional[pulumi.Input[Union[str, 'AuthMode']]]):
|
|
2298
|
+
pulumi.set(self, "auth_mode", value)
|
|
2299
|
+
|
|
2300
|
+
@property
|
|
2301
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
2302
|
+
def delete_or_update_behavior(self) -> Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]:
|
|
2303
|
+
"""
|
|
2304
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2305
|
+
"""
|
|
2306
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
2307
|
+
|
|
2308
|
+
@delete_or_update_behavior.setter
|
|
2309
|
+
def delete_or_update_behavior(self, value: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]):
|
|
2310
|
+
pulumi.set(self, "delete_or_update_behavior", value)
|
|
2311
|
+
|
|
2312
|
+
@property
|
|
2313
|
+
@pulumi.getter(name="principalId")
|
|
2314
|
+
def principal_id(self) -> Optional[pulumi.Input[str]]:
|
|
2315
|
+
"""
|
|
2316
|
+
Principal Id for user account.
|
|
2317
|
+
"""
|
|
2318
|
+
return pulumi.get(self, "principal_id")
|
|
2319
|
+
|
|
2320
|
+
@principal_id.setter
|
|
2321
|
+
def principal_id(self, value: Optional[pulumi.Input[str]]):
|
|
2322
|
+
pulumi.set(self, "principal_id", value)
|
|
2323
|
+
|
|
2324
|
+
@property
|
|
2325
|
+
@pulumi.getter
|
|
2326
|
+
def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2327
|
+
"""
|
|
2328
|
+
Optional, this value specifies the Azure roles to be assigned. Automatically
|
|
2329
|
+
"""
|
|
2330
|
+
return pulumi.get(self, "roles")
|
|
2331
|
+
|
|
2332
|
+
@roles.setter
|
|
2333
|
+
def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2334
|
+
pulumi.set(self, "roles", value)
|
|
2335
|
+
|
|
2336
|
+
@property
|
|
2337
|
+
@pulumi.getter(name="userName")
|
|
2338
|
+
def user_name(self) -> Optional[pulumi.Input[str]]:
|
|
2339
|
+
"""
|
|
2340
|
+
Username created in the database which is mapped to a user in AAD.
|
|
2341
|
+
"""
|
|
2342
|
+
return pulumi.get(self, "user_name")
|
|
2343
|
+
|
|
2344
|
+
@user_name.setter
|
|
2345
|
+
def user_name(self, value: Optional[pulumi.Input[str]]):
|
|
2346
|
+
pulumi.set(self, "user_name", value)
|
|
2347
|
+
|
|
2348
|
+
|
|
2349
|
+
if not MYPY:
|
|
2350
|
+
class UserAssignedIdentityAuthInfoArgsDict(TypedDict):
|
|
2351
|
+
"""
|
|
2352
|
+
The authentication info when authType is userAssignedIdentity
|
|
2353
|
+
"""
|
|
2354
|
+
auth_type: pulumi.Input[str]
|
|
2355
|
+
"""
|
|
2356
|
+
The authentication type.
|
|
2357
|
+
Expected value is 'userAssignedIdentity'.
|
|
2358
|
+
"""
|
|
2359
|
+
auth_mode: NotRequired[pulumi.Input[Union[str, 'AuthMode']]]
|
|
2360
|
+
"""
|
|
2361
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2362
|
+
"""
|
|
2363
|
+
client_id: NotRequired[pulumi.Input[str]]
|
|
2364
|
+
"""
|
|
2365
|
+
Client Id for userAssignedIdentity.
|
|
2366
|
+
"""
|
|
2367
|
+
delete_or_update_behavior: NotRequired[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]
|
|
2368
|
+
"""
|
|
2369
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2370
|
+
"""
|
|
2371
|
+
roles: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2372
|
+
"""
|
|
2373
|
+
Optional, this value specifies the Azure role to be assigned
|
|
2374
|
+
"""
|
|
2375
|
+
subscription_id: NotRequired[pulumi.Input[str]]
|
|
2376
|
+
"""
|
|
2377
|
+
Subscription id for userAssignedIdentity.
|
|
2378
|
+
"""
|
|
2379
|
+
user_name: NotRequired[pulumi.Input[str]]
|
|
2380
|
+
"""
|
|
2381
|
+
Username created in the database which is mapped to a user in AAD.
|
|
2382
|
+
"""
|
|
2383
|
+
elif False:
|
|
2384
|
+
UserAssignedIdentityAuthInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
2385
|
+
|
|
2386
|
+
@pulumi.input_type
|
|
2387
|
+
class UserAssignedIdentityAuthInfoArgs:
|
|
2388
|
+
def __init__(__self__, *,
|
|
2389
|
+
auth_type: pulumi.Input[str],
|
|
2390
|
+
auth_mode: Optional[pulumi.Input[Union[str, 'AuthMode']]] = None,
|
|
2391
|
+
client_id: Optional[pulumi.Input[str]] = None,
|
|
2392
|
+
delete_or_update_behavior: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]] = None,
|
|
2393
|
+
roles: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2394
|
+
subscription_id: Optional[pulumi.Input[str]] = None,
|
|
2395
|
+
user_name: Optional[pulumi.Input[str]] = None):
|
|
2396
|
+
"""
|
|
2397
|
+
The authentication info when authType is userAssignedIdentity
|
|
2398
|
+
:param pulumi.Input[str] auth_type: The authentication type.
|
|
2399
|
+
Expected value is 'userAssignedIdentity'.
|
|
2400
|
+
:param pulumi.Input[Union[str, 'AuthMode']] auth_mode: Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2401
|
+
:param pulumi.Input[str] client_id: Client Id for userAssignedIdentity.
|
|
2402
|
+
:param pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']] delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2403
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] roles: Optional, this value specifies the Azure role to be assigned
|
|
2404
|
+
:param pulumi.Input[str] subscription_id: Subscription id for userAssignedIdentity.
|
|
2405
|
+
:param pulumi.Input[str] user_name: Username created in the database which is mapped to a user in AAD.
|
|
2406
|
+
"""
|
|
2407
|
+
pulumi.set(__self__, "auth_type", 'userAssignedIdentity')
|
|
2408
|
+
if auth_mode is not None:
|
|
2409
|
+
pulumi.set(__self__, "auth_mode", auth_mode)
|
|
2410
|
+
if client_id is not None:
|
|
2411
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
2412
|
+
if delete_or_update_behavior is not None:
|
|
2413
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
2414
|
+
if roles is not None:
|
|
2415
|
+
pulumi.set(__self__, "roles", roles)
|
|
2416
|
+
if subscription_id is not None:
|
|
2417
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
2418
|
+
if user_name is not None:
|
|
2419
|
+
pulumi.set(__self__, "user_name", user_name)
|
|
2420
|
+
|
|
2421
|
+
@property
|
|
2422
|
+
@pulumi.getter(name="authType")
|
|
2423
|
+
def auth_type(self) -> pulumi.Input[str]:
|
|
2424
|
+
"""
|
|
2425
|
+
The authentication type.
|
|
2426
|
+
Expected value is 'userAssignedIdentity'.
|
|
2427
|
+
"""
|
|
2428
|
+
return pulumi.get(self, "auth_type")
|
|
2429
|
+
|
|
2430
|
+
@auth_type.setter
|
|
2431
|
+
def auth_type(self, value: pulumi.Input[str]):
|
|
2432
|
+
pulumi.set(self, "auth_type", value)
|
|
2433
|
+
|
|
2434
|
+
@property
|
|
2435
|
+
@pulumi.getter(name="authMode")
|
|
2436
|
+
def auth_mode(self) -> Optional[pulumi.Input[Union[str, 'AuthMode']]]:
|
|
2437
|
+
"""
|
|
2438
|
+
Optional. Indicates how to configure authentication. If optInAllAuth, service linker configures authentication such as enabling identity on source resource and granting RBAC roles. If optOutAllAuth, opt out authentication setup. Default is optInAllAuth.
|
|
2439
|
+
"""
|
|
2440
|
+
return pulumi.get(self, "auth_mode")
|
|
2441
|
+
|
|
2442
|
+
@auth_mode.setter
|
|
2443
|
+
def auth_mode(self, value: Optional[pulumi.Input[Union[str, 'AuthMode']]]):
|
|
2444
|
+
pulumi.set(self, "auth_mode", value)
|
|
2445
|
+
|
|
2446
|
+
@property
|
|
2447
|
+
@pulumi.getter(name="clientId")
|
|
2448
|
+
def client_id(self) -> Optional[pulumi.Input[str]]:
|
|
2449
|
+
"""
|
|
2450
|
+
Client Id for userAssignedIdentity.
|
|
2451
|
+
"""
|
|
2452
|
+
return pulumi.get(self, "client_id")
|
|
2453
|
+
|
|
2454
|
+
@client_id.setter
|
|
2455
|
+
def client_id(self, value: Optional[pulumi.Input[str]]):
|
|
2456
|
+
pulumi.set(self, "client_id", value)
|
|
2457
|
+
|
|
2458
|
+
@property
|
|
2459
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
2460
|
+
def delete_or_update_behavior(self) -> Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]:
|
|
2461
|
+
"""
|
|
2462
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2463
|
+
"""
|
|
2464
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
2465
|
+
|
|
2466
|
+
@delete_or_update_behavior.setter
|
|
2467
|
+
def delete_or_update_behavior(self, value: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]):
|
|
2468
|
+
pulumi.set(self, "delete_or_update_behavior", value)
|
|
2469
|
+
|
|
2470
|
+
@property
|
|
2471
|
+
@pulumi.getter
|
|
2472
|
+
def roles(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2473
|
+
"""
|
|
2474
|
+
Optional, this value specifies the Azure role to be assigned
|
|
2475
|
+
"""
|
|
2476
|
+
return pulumi.get(self, "roles")
|
|
2477
|
+
|
|
2478
|
+
@roles.setter
|
|
2479
|
+
def roles(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2480
|
+
pulumi.set(self, "roles", value)
|
|
2481
|
+
|
|
2482
|
+
@property
|
|
2483
|
+
@pulumi.getter(name="subscriptionId")
|
|
2484
|
+
def subscription_id(self) -> Optional[pulumi.Input[str]]:
|
|
2485
|
+
"""
|
|
2486
|
+
Subscription id for userAssignedIdentity.
|
|
2487
|
+
"""
|
|
2488
|
+
return pulumi.get(self, "subscription_id")
|
|
2489
|
+
|
|
2490
|
+
@subscription_id.setter
|
|
2491
|
+
def subscription_id(self, value: Optional[pulumi.Input[str]]):
|
|
2492
|
+
pulumi.set(self, "subscription_id", value)
|
|
2493
|
+
|
|
2494
|
+
@property
|
|
2495
|
+
@pulumi.getter(name="userName")
|
|
2496
|
+
def user_name(self) -> Optional[pulumi.Input[str]]:
|
|
2497
|
+
"""
|
|
2498
|
+
Username created in the database which is mapped to a user in AAD.
|
|
2499
|
+
"""
|
|
2500
|
+
return pulumi.get(self, "user_name")
|
|
2501
|
+
|
|
2502
|
+
@user_name.setter
|
|
2503
|
+
def user_name(self, value: Optional[pulumi.Input[str]]):
|
|
2504
|
+
pulumi.set(self, "user_name", value)
|
|
2505
|
+
|
|
2506
|
+
|
|
2507
|
+
if not MYPY:
|
|
2508
|
+
class VNetSolutionArgsDict(TypedDict):
|
|
2509
|
+
"""
|
|
2510
|
+
The VNet solution for linker
|
|
2511
|
+
"""
|
|
2512
|
+
delete_or_update_behavior: NotRequired[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]
|
|
2513
|
+
"""
|
|
2514
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2515
|
+
"""
|
|
2516
|
+
type: NotRequired[pulumi.Input[Union[str, 'VNetSolutionType']]]
|
|
2517
|
+
"""
|
|
2518
|
+
Type of VNet solution.
|
|
2519
|
+
"""
|
|
2520
|
+
elif False:
|
|
2521
|
+
VNetSolutionArgsDict: TypeAlias = Mapping[str, Any]
|
|
2522
|
+
|
|
2523
|
+
@pulumi.input_type
|
|
2524
|
+
class VNetSolutionArgs:
|
|
2525
|
+
def __init__(__self__, *,
|
|
2526
|
+
delete_or_update_behavior: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]] = None,
|
|
2527
|
+
type: Optional[pulumi.Input[Union[str, 'VNetSolutionType']]] = None):
|
|
2528
|
+
"""
|
|
2529
|
+
The VNet solution for linker
|
|
2530
|
+
:param pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']] delete_or_update_behavior: Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2531
|
+
:param pulumi.Input[Union[str, 'VNetSolutionType']] type: Type of VNet solution.
|
|
2532
|
+
"""
|
|
2533
|
+
if delete_or_update_behavior is not None:
|
|
2534
|
+
pulumi.set(__self__, "delete_or_update_behavior", delete_or_update_behavior)
|
|
2535
|
+
if type is not None:
|
|
2536
|
+
pulumi.set(__self__, "type", type)
|
|
2537
|
+
|
|
2538
|
+
@property
|
|
2539
|
+
@pulumi.getter(name="deleteOrUpdateBehavior")
|
|
2540
|
+
def delete_or_update_behavior(self) -> Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]:
|
|
2541
|
+
"""
|
|
2542
|
+
Indicates whether to clean up previous operation when Linker is updating or deleting
|
|
2543
|
+
"""
|
|
2544
|
+
return pulumi.get(self, "delete_or_update_behavior")
|
|
2545
|
+
|
|
2546
|
+
@delete_or_update_behavior.setter
|
|
2547
|
+
def delete_or_update_behavior(self, value: Optional[pulumi.Input[Union[str, 'DeleteOrUpdateBehavior']]]):
|
|
2548
|
+
pulumi.set(self, "delete_or_update_behavior", value)
|
|
2549
|
+
|
|
2550
|
+
@property
|
|
2551
|
+
@pulumi.getter
|
|
2552
|
+
def type(self) -> Optional[pulumi.Input[Union[str, 'VNetSolutionType']]]:
|
|
2553
|
+
"""
|
|
2554
|
+
Type of VNet solution.
|
|
2555
|
+
"""
|
|
2556
|
+
return pulumi.get(self, "type")
|
|
2557
|
+
|
|
2558
|
+
@type.setter
|
|
2559
|
+
def type(self, value: Optional[pulumi.Input[Union[str, 'VNetSolutionType']]]):
|
|
2560
|
+
pulumi.set(self, "type", value)
|
|
2561
|
+
|
|
2562
|
+
|
|
2563
|
+
if not MYPY:
|
|
2564
|
+
class ValueSecretInfoArgsDict(TypedDict):
|
|
2565
|
+
"""
|
|
2566
|
+
The secret info when type is rawValue. It's for scenarios that user input the secret.
|
|
2567
|
+
"""
|
|
2568
|
+
secret_type: pulumi.Input[str]
|
|
2569
|
+
"""
|
|
2570
|
+
The secret type.
|
|
2571
|
+
Expected value is 'rawValue'.
|
|
2572
|
+
"""
|
|
2573
|
+
value: NotRequired[pulumi.Input[str]]
|
|
2574
|
+
"""
|
|
2575
|
+
The actual value of the secret.
|
|
2576
|
+
"""
|
|
2577
|
+
elif False:
|
|
2578
|
+
ValueSecretInfoArgsDict: TypeAlias = Mapping[str, Any]
|
|
2579
|
+
|
|
2580
|
+
@pulumi.input_type
|
|
2581
|
+
class ValueSecretInfoArgs:
|
|
2582
|
+
def __init__(__self__, *,
|
|
2583
|
+
secret_type: pulumi.Input[str],
|
|
2584
|
+
value: Optional[pulumi.Input[str]] = None):
|
|
2585
|
+
"""
|
|
2586
|
+
The secret info when type is rawValue. It's for scenarios that user input the secret.
|
|
2587
|
+
:param pulumi.Input[str] secret_type: The secret type.
|
|
2588
|
+
Expected value is 'rawValue'.
|
|
2589
|
+
:param pulumi.Input[str] value: The actual value of the secret.
|
|
2590
|
+
"""
|
|
2591
|
+
pulumi.set(__self__, "secret_type", 'rawValue')
|
|
2592
|
+
if value is not None:
|
|
2593
|
+
pulumi.set(__self__, "value", value)
|
|
2594
|
+
|
|
2595
|
+
@property
|
|
2596
|
+
@pulumi.getter(name="secretType")
|
|
2597
|
+
def secret_type(self) -> pulumi.Input[str]:
|
|
2598
|
+
"""
|
|
2599
|
+
The secret type.
|
|
2600
|
+
Expected value is 'rawValue'.
|
|
2601
|
+
"""
|
|
2602
|
+
return pulumi.get(self, "secret_type")
|
|
2603
|
+
|
|
2604
|
+
@secret_type.setter
|
|
2605
|
+
def secret_type(self, value: pulumi.Input[str]):
|
|
2606
|
+
pulumi.set(self, "secret_type", value)
|
|
2607
|
+
|
|
2608
|
+
@property
|
|
2609
|
+
@pulumi.getter
|
|
2610
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
2611
|
+
"""
|
|
2612
|
+
The actual value of the secret.
|
|
2613
|
+
"""
|
|
2614
|
+
return pulumi.get(self, "value")
|
|
2615
|
+
|
|
2616
|
+
@value.setter
|
|
2617
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
2618
|
+
pulumi.set(self, "value", value)
|
|
2619
|
+
|
|
2620
|
+
|