pulumi-azure-native 2.32.1a1710772071__py3-none-any.whl → 2.32.1a1711107957__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 +216 -0
- pulumi_azure_native/appconfiguration/__init__.py +3 -0
- pulumi_azure_native/appconfiguration/configuration_store.py +3 -3
- pulumi_azure_native/appconfiguration/get_configuration_store.py +2 -2
- pulumi_azure_native/appconfiguration/get_key_value.py +2 -2
- pulumi_azure_native/appconfiguration/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/appconfiguration/get_replica.py +2 -2
- pulumi_azure_native/appconfiguration/key_value.py +3 -3
- pulumi_azure_native/appconfiguration/list_configuration_store_keys.py +2 -2
- pulumi_azure_native/appconfiguration/private_endpoint_connection.py +3 -3
- pulumi_azure_native/appconfiguration/replica.py +3 -3
- pulumi_azure_native/appconfiguration/v20230301/configuration_store.py +1 -1
- pulumi_azure_native/appconfiguration/v20230301/key_value.py +1 -1
- pulumi_azure_native/appconfiguration/v20230301/private_endpoint_connection.py +1 -1
- pulumi_azure_native/appconfiguration/v20230301/replica.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/configuration_store.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/key_value.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/private_endpoint_connection.py +1 -1
- pulumi_azure_native/appconfiguration/v20230801preview/replica.py +1 -1
- pulumi_azure_native/appconfiguration/v20230901preview/__init__.py +19 -0
- pulumi_azure_native/appconfiguration/v20230901preview/_enums.py +78 -0
- pulumi_azure_native/appconfiguration/v20230901preview/_inputs.py +319 -0
- pulumi_azure_native/appconfiguration/v20230901preview/configuration_store.py +587 -0
- pulumi_azure_native/appconfiguration/v20230901preview/get_configuration_store.py +326 -0
- pulumi_azure_native/appconfiguration/v20230901preview/get_key_value.py +217 -0
- pulumi_azure_native/appconfiguration/v20230901preview/get_private_endpoint_connection.py +149 -0
- pulumi_azure_native/appconfiguration/v20230901preview/get_replica.py +162 -0
- pulumi_azure_native/appconfiguration/v20230901preview/key_value.py +318 -0
- pulumi_azure_native/appconfiguration/v20230901preview/list_configuration_store_keys.py +97 -0
- pulumi_azure_native/appconfiguration/v20230901preview/outputs.py +795 -0
- pulumi_azure_native/appconfiguration/v20230901preview/private_endpoint_connection.py +246 -0
- pulumi_azure_native/appconfiguration/v20230901preview/replica.py +234 -0
- pulumi_azure_native/avs/__init__.py +5 -0
- pulumi_azure_native/avs/addon.py +3 -3
- pulumi_azure_native/avs/authorization.py +3 -3
- pulumi_azure_native/avs/cloud_link.py +3 -3
- pulumi_azure_native/avs/cluster.py +3 -3
- pulumi_azure_native/avs/datastore.py +3 -3
- pulumi_azure_native/avs/get_addon.py +2 -2
- pulumi_azure_native/avs/get_authorization.py +2 -2
- pulumi_azure_native/avs/get_cloud_link.py +2 -2
- pulumi_azure_native/avs/get_cluster.py +2 -2
- pulumi_azure_native/avs/get_datastore.py +2 -2
- pulumi_azure_native/avs/get_global_reach_connection.py +2 -2
- pulumi_azure_native/avs/get_hcx_enterprise_site.py +2 -2
- pulumi_azure_native/avs/get_iscsi_path.py +146 -0
- pulumi_azure_native/avs/get_placement_policy.py +2 -2
- pulumi_azure_native/avs/get_private_cloud.py +2 -2
- pulumi_azure_native/avs/get_script_execution.py +2 -2
- pulumi_azure_native/avs/get_script_execution_logs.py +2 -2
- pulumi_azure_native/avs/get_workload_network_dhcp.py +2 -2
- pulumi_azure_native/avs/get_workload_network_dns_service.py +2 -2
- pulumi_azure_native/avs/get_workload_network_dns_zone.py +2 -2
- pulumi_azure_native/avs/get_workload_network_port_mirroring.py +2 -2
- pulumi_azure_native/avs/get_workload_network_public_ip.py +2 -2
- pulumi_azure_native/avs/get_workload_network_segment.py +2 -2
- pulumi_azure_native/avs/get_workload_network_vm_group.py +2 -2
- pulumi_azure_native/avs/global_reach_connection.py +3 -3
- pulumi_azure_native/avs/hcx_enterprise_site.py +3 -3
- pulumi_azure_native/avs/iscsi_path.py +207 -0
- pulumi_azure_native/avs/list_cluster_zones.py +2 -2
- pulumi_azure_native/avs/list_private_cloud_admin_credentials.py +2 -2
- pulumi_azure_native/avs/outputs.py +111 -0
- pulumi_azure_native/avs/placement_policy.py +3 -3
- pulumi_azure_native/avs/private_cloud.py +3 -3
- pulumi_azure_native/avs/script_execution.py +3 -3
- pulumi_azure_native/avs/v20200320/cluster.py +1 -1
- pulumi_azure_native/avs/v20210101preview/addon.py +1 -1
- pulumi_azure_native/avs/v20210101preview/workload_network_dhcp.py +1 -1
- pulumi_azure_native/avs/v20210601/cluster.py +1 -1
- pulumi_azure_native/avs/v20220501/addon.py +1 -1
- pulumi_azure_native/avs/v20220501/authorization.py +1 -1
- pulumi_azure_native/avs/v20220501/cloud_link.py +1 -1
- pulumi_azure_native/avs/v20220501/cluster.py +1 -1
- pulumi_azure_native/avs/v20220501/datastore.py +1 -1
- pulumi_azure_native/avs/v20220501/global_reach_connection.py +1 -1
- pulumi_azure_native/avs/v20220501/hcx_enterprise_site.py +1 -1
- pulumi_azure_native/avs/v20220501/placement_policy.py +1 -1
- pulumi_azure_native/avs/v20220501/private_cloud.py +1 -1
- pulumi_azure_native/avs/v20220501/script_execution.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_dhcp.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_dns_service.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_dns_zone.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_port_mirroring.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_public_ip.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_segment.py +1 -1
- pulumi_azure_native/avs/v20220501/workload_network_vm_group.py +1 -1
- pulumi_azure_native/avs/v20230301/addon.py +1 -1
- pulumi_azure_native/avs/v20230301/authorization.py +1 -1
- pulumi_azure_native/avs/v20230301/cloud_link.py +1 -1
- pulumi_azure_native/avs/v20230301/cluster.py +1 -1
- pulumi_azure_native/avs/v20230301/datastore.py +1 -1
- pulumi_azure_native/avs/v20230301/global_reach_connection.py +1 -1
- pulumi_azure_native/avs/v20230301/hcx_enterprise_site.py +1 -1
- pulumi_azure_native/avs/v20230301/placement_policy.py +1 -1
- pulumi_azure_native/avs/v20230301/private_cloud.py +1 -1
- pulumi_azure_native/avs/v20230301/script_execution.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_dhcp.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_dns_service.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_dns_zone.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_port_mirroring.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_public_ip.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_segment.py +1 -1
- pulumi_azure_native/avs/v20230301/workload_network_vm_group.py +1 -1
- pulumi_azure_native/avs/v20230901/__init__.py +49 -0
- pulumi_azure_native/avs/v20230901/_enums.py +219 -0
- pulumi_azure_native/avs/v20230901/_inputs.py +847 -0
- pulumi_azure_native/avs/v20230901/addon.py +226 -0
- pulumi_azure_native/avs/v20230901/authorization.py +244 -0
- pulumi_azure_native/avs/v20230901/cloud_link.py +234 -0
- pulumi_azure_native/avs/v20230901/cluster.py +324 -0
- pulumi_azure_native/avs/v20230901/datastore.py +315 -0
- pulumi_azure_native/avs/v20230901/get_addon.py +149 -0
- pulumi_azure_native/avs/v20230901/get_authorization.py +175 -0
- pulumi_azure_native/avs/v20230901/get_cloud_link.py +162 -0
- pulumi_azure_native/avs/v20230901/get_cluster.py +201 -0
- pulumi_azure_native/avs/v20230901/get_datastore.py +193 -0
- pulumi_azure_native/avs/v20230901/get_global_reach_connection.py +205 -0
- pulumi_azure_native/avs/v20230901/get_hcx_enterprise_site.py +162 -0
- pulumi_azure_native/avs/v20230901/get_iscsi_path.py +144 -0
- pulumi_azure_native/avs/v20230901/get_placement_policy.py +167 -0
- pulumi_azure_native/avs/v20230901/get_private_cloud.py +463 -0
- pulumi_azure_native/avs/v20230901/get_script_execution.py +320 -0
- pulumi_azure_native/avs/v20230901/get_script_execution_logs.py +320 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_dhcp.py +188 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_dns_service.py +227 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_dns_zone.py +214 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_port_mirroring.py +214 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_public_ip.py +175 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_segment.py +214 -0
- pulumi_azure_native/avs/v20230901/get_workload_network_vm_group.py +188 -0
- pulumi_azure_native/avs/v20230901/global_reach_connection.py +315 -0
- pulumi_azure_native/avs/v20230901/hcx_enterprise_site.py +215 -0
- pulumi_azure_native/avs/v20230901/iscsi_path.py +205 -0
- pulumi_azure_native/avs/v20230901/list_cluster_zones.py +84 -0
- pulumi_azure_native/avs/v20230901/list_private_cloud_admin_credentials.py +117 -0
- pulumi_azure_native/avs/v20230901/outputs.py +1370 -0
- pulumi_azure_native/avs/v20230901/placement_policy.py +295 -0
- pulumi_azure_native/avs/v20230901/private_cloud.py +740 -0
- pulumi_azure_native/avs/v20230901/script_execution.py +497 -0
- pulumi_azure_native/avs/v20230901/workload_network_dhcp.py +294 -0
- pulumi_azure_native/avs/v20230901/workload_network_dns_service.py +380 -0
- pulumi_azure_native/avs/v20230901/workload_network_dns_zone.py +369 -0
- pulumi_azure_native/avs/v20230901/workload_network_port_mirroring.py +351 -0
- pulumi_azure_native/avs/v20230901/workload_network_public_ip.py +263 -0
- pulumi_azure_native/avs/v20230901/workload_network_segment.py +332 -0
- pulumi_azure_native/avs/v20230901/workload_network_vm_group.py +292 -0
- pulumi_azure_native/avs/workload_network_dhcp.py +3 -3
- pulumi_azure_native/avs/workload_network_dns_service.py +3 -3
- pulumi_azure_native/avs/workload_network_dns_zone.py +3 -3
- pulumi_azure_native/avs/workload_network_port_mirroring.py +3 -3
- pulumi_azure_native/avs/workload_network_public_ip.py +3 -3
- pulumi_azure_native/avs/workload_network_segment.py +3 -3
- pulumi_azure_native/avs/workload_network_vm_group.py +3 -3
- 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/__init__.py +41 -0
- pulumi_azure_native/cdn/v20240201/_enums.py +788 -0
- pulumi_azure_native/cdn/v20240201/_inputs.py +5780 -0
- pulumi_azure_native/cdn/v20240201/afd_custom_domain.py +379 -0
- pulumi_azure_native/cdn/v20240201/afd_endpoint.py +338 -0
- pulumi_azure_native/cdn/v20240201/afd_origin.py +537 -0
- pulumi_azure_native/cdn/v20240201/afd_origin_group.py +329 -0
- pulumi_azure_native/cdn/v20240201/custom_domain.py +296 -0
- pulumi_azure_native/cdn/v20240201/endpoint.py +762 -0
- pulumi_azure_native/cdn/v20240201/get_afd_custom_domain.py +250 -0
- pulumi_azure_native/cdn/v20240201/get_afd_endpoint.py +224 -0
- pulumi_azure_native/cdn/v20240201/get_afd_origin.py +294 -0
- pulumi_azure_native/cdn/v20240201/get_afd_origin_group.py +211 -0
- pulumi_azure_native/cdn/v20240201/get_custom_domain.py +219 -0
- pulumi_azure_native/cdn/v20240201/get_endpoint.py +409 -0
- pulumi_azure_native/cdn/v20240201/get_origin.py +310 -0
- pulumi_azure_native/cdn/v20240201/get_origin_group.py +206 -0
- pulumi_azure_native/cdn/v20240201/get_policy.py +271 -0
- pulumi_azure_native/cdn/v20240201/get_profile.py +261 -0
- pulumi_azure_native/cdn/v20240201/get_profile_supported_optimization_types.py +78 -0
- pulumi_azure_native/cdn/v20240201/get_route.py +307 -0
- pulumi_azure_native/cdn/v20240201/get_rule.py +216 -0
- pulumi_azure_native/cdn/v20240201/get_rule_set.py +159 -0
- pulumi_azure_native/cdn/v20240201/get_secret.py +172 -0
- pulumi_azure_native/cdn/v20240201/get_security_policy.py +172 -0
- pulumi_azure_native/cdn/v20240201/origin.py +556 -0
- pulumi_azure_native/cdn/v20240201/origin_group.py +345 -0
- pulumi_azure_native/cdn/v20240201/outputs.py +6889 -0
- pulumi_azure_native/cdn/v20240201/policy.py +436 -0
- pulumi_azure_native/cdn/v20240201/profile.py +391 -0
- pulumi_azure_native/cdn/v20240201/route.py +566 -0
- pulumi_azure_native/cdn/v20240201/rule.py +356 -0
- pulumi_azure_native/cdn/v20240201/rule_set.py +211 -0
- pulumi_azure_native/cdn/v20240201/secret.py +241 -0
- pulumi_azure_native/cdn/v20240201/security_policy.py +241 -0
- pulumi_azure_native/codesigning/__init__.py +22 -0
- pulumi_azure_native/codesigning/_enums.py +50 -0
- pulumi_azure_native/codesigning/_inputs.py +39 -0
- pulumi_azure_native/codesigning/certificate_profile.py +522 -0
- pulumi_azure_native/codesigning/code_signing_account.py +275 -0
- pulumi_azure_native/codesigning/get_certificate_profile.py +359 -0
- pulumi_azure_native/codesigning/get_code_signing_account.py +185 -0
- pulumi_azure_native/codesigning/outputs.py +149 -0
- pulumi_azure_native/codesigning/v20240205preview/__init__.py +14 -0
- pulumi_azure_native/codesigning/v20240205preview/_enums.py +50 -0
- pulumi_azure_native/codesigning/v20240205preview/_inputs.py +39 -0
- pulumi_azure_native/codesigning/v20240205preview/certificate_profile.py +520 -0
- pulumi_azure_native/codesigning/v20240205preview/code_signing_account.py +273 -0
- pulumi_azure_native/codesigning/v20240205preview/get_certificate_profile.py +357 -0
- pulumi_azure_native/codesigning/v20240205preview/get_code_signing_account.py +183 -0
- pulumi_azure_native/codesigning/v20240205preview/outputs.py +149 -0
- pulumi_azure_native/containerservice/__init__.py +3 -0
- pulumi_azure_native/containerservice/_enums.py +3 -5
- pulumi_azure_native/containerservice/_inputs.py +2 -6
- pulumi_azure_native/containerservice/fleet.py +3 -3
- pulumi_azure_native/containerservice/fleet_member.py +3 -3
- pulumi_azure_native/containerservice/fleet_update_strategy.py +3 -3
- pulumi_azure_native/containerservice/get_fleet.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_member.py +2 -2
- pulumi_azure_native/containerservice/get_fleet_update_strategy.py +2 -2
- pulumi_azure_native/containerservice/get_update_run.py +2 -2
- pulumi_azure_native/containerservice/list_fleet_credentials.py +2 -2
- pulumi_azure_native/containerservice/outputs.py +2 -6
- pulumi_azure_native/containerservice/update_run.py +3 -3
- pulumi_azure_native/containerservice/v20220702preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20220702preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/_enums.py +3 -5
- pulumi_azure_native/containerservice/v20230315preview/_inputs.py +2 -6
- pulumi_azure_native/containerservice/v20230315preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230315preview/outputs.py +2 -6
- pulumi_azure_native/containerservice/v20230315preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/_enums.py +3 -5
- pulumi_azure_native/containerservice/v20230615preview/_inputs.py +2 -6
- pulumi_azure_native/containerservice/v20230615preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230615preview/outputs.py +2 -6
- pulumi_azure_native/containerservice/v20230615preview/update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/_enums.py +3 -5
- pulumi_azure_native/containerservice/v20230815preview/_inputs.py +2 -6
- pulumi_azure_native/containerservice/v20230815preview/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/get_update_run.py +1 -1
- pulumi_azure_native/containerservice/v20230815preview/outputs.py +2 -6
- pulumi_azure_native/containerservice/v20230815preview/update_run.py +5 -5
- pulumi_azure_native/containerservice/v20231015/_enums.py +3 -5
- pulumi_azure_native/containerservice/v20231015/_inputs.py +2 -6
- pulumi_azure_native/containerservice/v20231015/fleet.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_member.py +1 -1
- pulumi_azure_native/containerservice/v20231015/fleet_update_strategy.py +1 -1
- pulumi_azure_native/containerservice/v20231015/get_update_run.py +1 -1
- pulumi_azure_native/containerservice/v20231015/outputs.py +2 -6
- pulumi_azure_native/containerservice/v20231015/update_run.py +5 -5
- pulumi_azure_native/containerservice/v20240202preview/__init__.py +19 -0
- pulumi_azure_native/containerservice/v20240202preview/_enums.py +53 -0
- pulumi_azure_native/containerservice/v20240202preview/_inputs.py +426 -0
- pulumi_azure_native/containerservice/v20240202preview/fleet.py +302 -0
- pulumi_azure_native/containerservice/v20240202preview/fleet_member.py +264 -0
- pulumi_azure_native/containerservice/v20240202preview/fleet_update_strategy.py +236 -0
- pulumi_azure_native/containerservice/v20240202preview/get_fleet.py +196 -0
- pulumi_azure_native/containerservice/v20240202preview/get_fleet_member.py +175 -0
- pulumi_azure_native/containerservice/v20240202preview/get_fleet_update_strategy.py +162 -0
- pulumi_azure_native/containerservice/v20240202preview/get_update_run.py +214 -0
- pulumi_azure_native/containerservice/v20240202preview/list_fleet_credentials.py +79 -0
- pulumi_azure_native/containerservice/v20240202preview/outputs.py +1346 -0
- pulumi_azure_native/containerservice/v20240202preview/update_run.py +357 -0
- pulumi_azure_native/databasewatcher/_enums.py +0 -15
- pulumi_azure_native/databasewatcher/get_target.py +1 -14
- pulumi_azure_native/databasewatcher/target.py +0 -29
- pulumi_azure_native/databasewatcher/v20230901preview/_enums.py +0 -15
- pulumi_azure_native/databasewatcher/v20230901preview/get_target.py +1 -14
- pulumi_azure_native/databasewatcher/v20230901preview/target.py +0 -29
- pulumi_azure_native/datafactory/_inputs.py +235 -29
- pulumi_azure_native/datafactory/credential_operation.py +11 -10
- pulumi_azure_native/datafactory/get_credential_operation.py +2 -2
- pulumi_azure_native/datafactory/outputs.py +212 -39
- pulumi_azure_native/datafactory/v20180601/_inputs.py +235 -29
- pulumi_azure_native/datafactory/v20180601/credential_operation.py +11 -10
- pulumi_azure_native/datafactory/v20180601/get_credential_operation.py +2 -2
- pulumi_azure_native/datafactory/v20180601/outputs.py +212 -39
- pulumi_azure_native/dbformysql/__init__.py +3 -0
- pulumi_azure_native/dbformysql/get_get_private_dns_zone_suffix_execute.py +2 -2
- pulumi_azure_native/dbformysql/get_server.py +2 -2
- pulumi_azure_native/dbformysql/server.py +3 -3
- pulumi_azure_native/dbformysql/v20200701preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20200701privatepreview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20220101/server.py +1 -1
- pulumi_azure_native/dbformysql/v20220930preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20230601preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20230630/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231001preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231201preview/server.py +1 -1
- pulumi_azure_native/dbformysql/v20231230/__init__.py +13 -0
- pulumi_azure_native/dbformysql/v20231230/_enums.py +92 -0
- pulumi_azure_native/dbformysql/v20231230/_inputs.py +582 -0
- pulumi_azure_native/dbformysql/v20231230/get_get_private_dns_zone_suffix_execute.py +64 -0
- pulumi_azure_native/dbformysql/v20231230/get_server.py +378 -0
- pulumi_azure_native/dbformysql/v20231230/outputs.py +1085 -0
- pulumi_azure_native/dbformysql/v20231230/server.py +730 -0
- pulumi_azure_native/dbforpostgresql/__init__.py +3 -0
- pulumi_azure_native/dbforpostgresql/administrator.py +3 -3
- pulumi_azure_native/dbforpostgresql/configuration.py +3 -3
- pulumi_azure_native/dbforpostgresql/database.py +3 -3
- pulumi_azure_native/dbforpostgresql/firewall_rule.py +3 -3
- pulumi_azure_native/dbforpostgresql/get_administrator.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_configuration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_database.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_firewall_rule.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_migration.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_server.py +2 -2
- pulumi_azure_native/dbforpostgresql/get_virtual_endpoint.py +4 -0
- pulumi_azure_native/dbforpostgresql/migration.py +3 -3
- pulumi_azure_native/dbforpostgresql/private_endpoint_connection.py +2 -2
- pulumi_azure_native/dbforpostgresql/server.py +3 -3
- pulumi_azure_native/dbforpostgresql/v20200214preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20210410privatepreview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20210615privatepreview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20210615privatepreview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20220308preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20220501preview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/database.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/firewall_rule.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20221201/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/database.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/firewall_rule.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230301preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/administrator.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/configuration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/database.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/firewall_rule.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/migration.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/private_endpoint_connection.py +2 -0
- pulumi_azure_native/dbforpostgresql/v20230601preview/server.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20230601preview/virtual_endpoint.py +1 -1
- pulumi_azure_native/dbforpostgresql/v20231201preview/__init__.py +26 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/_enums.py +318 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/_inputs.py +859 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/administrator.py +282 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/configuration.py +333 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/database.py +243 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/firewall_rule.py +245 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_administrator.py +175 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_configuration.py +266 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_database.py +149 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_firewall_rule.py +149 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_migration.py +466 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_private_endpoint_connection.py +175 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_server.py +404 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/get_virtual_endpoint.py +162 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/migration.py +886 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/outputs.py +1902 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/private_endpoint_connection.py +247 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/server.py +773 -0
- pulumi_azure_native/dbforpostgresql/v20231201preview/virtual_endpoint.py +254 -0
- pulumi_azure_native/dbforpostgresql/virtual_endpoint.py +5 -1
- pulumi_azure_native/desktopvirtualization/__init__.py +3 -0
- pulumi_azure_native/desktopvirtualization/app_attach_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/application.py +3 -3
- pulumi_azure_native/desktopvirtualization/application_group.py +3 -3
- pulumi_azure_native/desktopvirtualization/get_app_attach_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_application_group.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_msix_package.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_host_pool.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_private_endpoint_connection_by_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_personal_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_scaling_plan_pooled_schedule.py +2 -2
- pulumi_azure_native/desktopvirtualization/get_workspace.py +2 -2
- pulumi_azure_native/desktopvirtualization/host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/msix_package.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_host_pool.py +3 -3
- pulumi_azure_native/desktopvirtualization/private_endpoint_connection_by_workspace.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_personal_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/scaling_plan_pooled_schedule.py +3 -3
- pulumi_azure_native/desktopvirtualization/v20210201preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220210preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220401preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20220909/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20221014preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230707preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20230905/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231004preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20231101preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/app_attach_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/application_group.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/msix_package.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_host_pool.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/private_endpoint_connection_by_workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_personal_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/scaling_plan_pooled_schedule.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240116preview/workspace.py +1 -1
- pulumi_azure_native/desktopvirtualization/v20240306preview/__init__.py +32 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/_enums.py +315 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/_inputs.py +1380 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/app_attach_package.py +254 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/application.py +536 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/application_group.py +532 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_app_attach_package.py +157 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_application.py +305 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_application_group.py +317 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_host_pool.py +590 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_msix_package.py +266 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_private_endpoint_connection_by_host_pool.py +162 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_private_endpoint_connection_by_workspace.py +162 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_scaling_plan.py +317 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_scaling_plan_personal_schedule.py +461 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_scaling_plan_pooled_schedule.py +344 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/get_workspace.py +304 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/host_pool.py +1104 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/msix_package.py +505 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/outputs.py +1667 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_host_pool.py +237 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/private_endpoint_connection_by_workspace.py +237 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan.py +573 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_personal_schedule.py +957 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/scaling_plan_pooled_schedule.py +680 -0
- pulumi_azure_native/desktopvirtualization/v20240306preview/workspace.py +501 -0
- pulumi_azure_native/desktopvirtualization/workspace.py +3 -3
- pulumi_azure_native/hdinsight/__init__.py +3 -0
- pulumi_azure_native/hdinsight/cluster.py +2 -2
- pulumi_azure_native/hdinsight/cluster_pool.py +3 -3
- pulumi_azure_native/hdinsight/get_cluster.py +2 -2
- pulumi_azure_native/hdinsight/get_cluster_pool.py +2 -2
- pulumi_azure_native/hdinsight/v20230601preview/cluster.py +1 -1
- pulumi_azure_native/hdinsight/v20230601preview/cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/v20231101preview/cluster.py +1 -1
- pulumi_azure_native/hdinsight/v20231101preview/cluster_pool.py +1 -1
- pulumi_azure_native/hdinsight/v20240501/__init__.py +14 -0
- pulumi_azure_native/hdinsight/v20240501/_enums.py +163 -0
- pulumi_azure_native/hdinsight/v20240501/_inputs.py +3380 -0
- pulumi_azure_native/hdinsight/v20240501/cluster.py +365 -0
- pulumi_azure_native/hdinsight/v20240501/cluster_pool.py +420 -0
- pulumi_azure_native/hdinsight/v20240501/get_cluster.py +227 -0
- pulumi_azure_native/hdinsight/v20240501/get_cluster_pool.py +274 -0
- pulumi_azure_native/hdinsight/v20240501/outputs.py +4190 -0
- pulumi_azure_native/healthcareapis/__init__.py +3 -0
- pulumi_azure_native/healthcareapis/dicom_service.py +3 -3
- pulumi_azure_native/healthcareapis/fhir_service.py +3 -3
- pulumi_azure_native/healthcareapis/get_dicom_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_fhir_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector.py +2 -2
- pulumi_azure_native/healthcareapis/get_iot_connector_fhir_destination.py +2 -2
- pulumi_azure_native/healthcareapis/get_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/get_service.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace.py +2 -2
- pulumi_azure_native/healthcareapis/get_workspace_private_endpoint_connection.py +2 -2
- pulumi_azure_native/healthcareapis/iot_connector.py +3 -3
- pulumi_azure_native/healthcareapis/iot_connector_fhir_destination.py +3 -3
- pulumi_azure_native/healthcareapis/private_endpoint_connection.py +3 -3
- pulumi_azure_native/healthcareapis/service.py +3 -3
- pulumi_azure_native/healthcareapis/v20230228/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20230228/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20230906/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20231101/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20231201/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/dicom_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/fhir_service.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/iot_connector.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/iot_connector_fhir_destination.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/service.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/workspace.py +1 -1
- pulumi_azure_native/healthcareapis/v20240301/workspace_private_endpoint_connection.py +1 -1
- pulumi_azure_native/healthcareapis/v20240331/__init__.py +26 -0
- pulumi_azure_native/healthcareapis/v20240331/_enums.py +93 -0
- pulumi_azure_native/healthcareapis/v20240331/_inputs.py +1432 -0
- pulumi_azure_native/healthcareapis/v20240331/dicom_service.py +460 -0
- pulumi_azure_native/healthcareapis/v20240331/fhir_service.py +585 -0
- pulumi_azure_native/healthcareapis/v20240331/get_dicom_service.py +305 -0
- pulumi_azure_native/healthcareapis/v20240331/get_fhir_service.py +344 -0
- pulumi_azure_native/healthcareapis/v20240331/get_iot_connector.py +214 -0
- pulumi_azure_native/healthcareapis/v20240331/get_iot_connector_fhir_destination.py +193 -0
- pulumi_azure_native/healthcareapis/v20240331/get_private_endpoint_connection.py +162 -0
- pulumi_azure_native/healthcareapis/v20240331/get_service.py +196 -0
- pulumi_azure_native/healthcareapis/v20240331/get_workspace.py +170 -0
- pulumi_azure_native/healthcareapis/v20240331/get_workspace_private_endpoint_connection.py +162 -0
- pulumi_azure_native/healthcareapis/v20240331/iot_connector.py +352 -0
- pulumi_azure_native/healthcareapis/v20240331/iot_connector_fhir_destination.py +337 -0
- pulumi_azure_native/healthcareapis/v20240331/outputs.py +2123 -0
- pulumi_azure_native/healthcareapis/v20240331/private_endpoint_connection.py +237 -0
- pulumi_azure_native/healthcareapis/v20240331/service.py +322 -0
- pulumi_azure_native/healthcareapis/v20240331/workspace.py +242 -0
- pulumi_azure_native/healthcareapis/v20240331/workspace_private_endpoint_connection.py +237 -0
- pulumi_azure_native/healthcareapis/workspace.py +3 -3
- pulumi_azure_native/healthcareapis/workspace_private_endpoint_connection.py +3 -3
- pulumi_azure_native/network/__init__.py +3 -0
- pulumi_azure_native/network/get_policy.py +2 -2
- pulumi_azure_native/network/policy.py +3 -3
- pulumi_azure_native/network/v20210601/policy.py +1 -1
- pulumi_azure_native/network/v20220501/policy.py +1 -1
- pulumi_azure_native/network/v20240201/__init__.py +12 -0
- pulumi_azure_native/network/v20240201/_enums.py +218 -0
- pulumi_azure_native/network/v20240201/_inputs.py +860 -0
- pulumi_azure_native/network/v20240201/get_policy.py +258 -0
- pulumi_azure_native/network/v20240201/outputs.py +989 -0
- pulumi_azure_native/network/v20240201/policy.py +387 -0
- pulumi_azure_native/notificationhubs/v20231001preview/_inputs.py +10 -640
- pulumi_azure_native/notificationhubs/v20231001preview/get_namespace.py +247 -11
- pulumi_azure_native/notificationhubs/v20231001preview/get_namespace_authorization_rule.py +115 -9
- pulumi_azure_native/notificationhubs/v20231001preview/get_namespace_pns_credentials.py +119 -15
- pulumi_azure_native/notificationhubs/v20231001preview/get_notification_hub.py +152 -12
- pulumi_azure_native/notificationhubs/v20231001preview/get_notification_hub_authorization_rule.py +115 -9
- pulumi_azure_native/notificationhubs/v20231001preview/get_notification_hub_pns_credentials.py +119 -15
- pulumi_azure_native/notificationhubs/v20231001preview/namespace.py +372 -19
- pulumi_azure_native/notificationhubs/v20231001preview/namespace_authorization_rule.py +146 -20
- pulumi_azure_native/notificationhubs/v20231001preview/notification_hub.py +319 -22
- pulumi_azure_native/notificationhubs/v20231001preview/notification_hub_authorization_rule.py +146 -20
- pulumi_azure_native/notificationhubs/v20231001preview/outputs.py +38 -739
- pulumi_azure_native/recoveryservices/get_replication_fabric.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_migration_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_network_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_policy.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protected_item.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_protection_container_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_plan.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_recovery_services_provider.py +2 -2
- pulumi_azure_native/recoveryservices/get_replication_storage_classification_mapping.py +2 -2
- pulumi_azure_native/recoveryservices/get_replicationv_center.py +2 -2
- pulumi_azure_native/recoveryservices/replication_fabric.py +3 -3
- pulumi_azure_native/recoveryservices/replication_migration_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_network_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_policy.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protected_item.py +3 -3
- pulumi_azure_native/recoveryservices/replication_protection_container_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_plan.py +3 -3
- pulumi_azure_native/recoveryservices/replication_recovery_services_provider.py +3 -3
- pulumi_azure_native/recoveryservices/replication_storage_classification_mapping.py +3 -3
- pulumi_azure_native/recoveryservices/replicationv_center.py +3 -3
- pulumi_azure_native/recoveryservices/v20210301/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20210301/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230401/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230601/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_fabric.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_migration_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_network_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_policy.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protected_item.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_protection_container_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_plan.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_recovery_services_provider.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replication_storage_classification_mapping.py +1 -1
- pulumi_azure_native/recoveryservices/v20230801/replicationv_center.py +1 -1
- pulumi_azure_native/recoveryservices/v20240101/__init__.py +20 -0
- pulumi_azure_native/recoveryservices/v20240101/_enums.py +161 -0
- pulumi_azure_native/recoveryservices/v20240101/_inputs.py +12735 -6644
- pulumi_azure_native/recoveryservices/v20240101/get_replication_fabric.py +141 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_migration_item.py +146 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_network_mapping.py +146 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_policy.py +136 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_protected_item.py +146 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_protection_container_mapping.py +146 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_recovery_plan.py +136 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_recovery_services_provider.py +141 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replication_storage_classification_mapping.py +146 -0
- pulumi_azure_native/recoveryservices/v20240101/get_replicationv_center.py +141 -0
- pulumi_azure_native/recoveryservices/v20240101/outputs.py +29051 -8081
- pulumi_azure_native/recoveryservices/v20240101/replication_fabric.py +215 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_migration_item.py +259 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_network_mapping.py +258 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_policy.py +216 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_protected_item.py +258 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_protection_container_mapping.py +258 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_plan.py +217 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_recovery_services_provider.py +237 -0
- pulumi_azure_native/recoveryservices/v20240101/replication_storage_classification_mapping.py +257 -0
- pulumi_azure_native/recoveryservices/v20240101/replicationv_center.py +236 -0
- pulumi_azure_native/resourcehealth/__init__.py +3 -0
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +2 -2
- pulumi_azure_native/resourcehealth/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +2 -2
- pulumi_azure_native/resourcehealth/v20240201/__init__.py +10 -0
- pulumi_azure_native/resourcehealth/v20240201/list_security_advisory_impacted_resource_by_subscription_id_and_event_id.py +92 -0
- pulumi_azure_native/resourcehealth/v20240201/list_security_advisory_impacted_resource_by_tenant_id_and_event_id.py +92 -0
- pulumi_azure_native/resourcehealth/v20240201/outputs.py +234 -0
- pulumi_azure_native/security/__init__.py +3 -0
- pulumi_azure_native/security/automation.py +5 -1
- pulumi_azure_native/security/get_automation.py +4 -0
- pulumi_azure_native/security/get_security_contact.py +2 -2
- pulumi_azure_native/security/security_contact.py +3 -3
- pulumi_azure_native/security/v20170801preview/security_contact.py +1 -1
- pulumi_azure_native/security/v20190101preview/automation.py +1 -1
- pulumi_azure_native/security/v20200101preview/security_contact.py +1 -1
- pulumi_azure_native/security/v20231201preview/__init__.py +14 -0
- pulumi_azure_native/security/v20231201preview/_enums.py +181 -0
- pulumi_azure_native/security/v20231201preview/_inputs.py +490 -0
- pulumi_azure_native/security/v20231201preview/automation.py +398 -0
- pulumi_azure_native/security/v20231201preview/get_automation.py +222 -0
- pulumi_azure_native/security/v20231201preview/get_security_contact.py +165 -0
- pulumi_azure_native/security/v20231201preview/outputs.py +594 -0
- pulumi_azure_native/security/v20231201preview/security_contact.py +280 -0
- pulumi_azure_native/securityinsights/__init__.py +3 -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/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/content_package.py +3 -3
- pulumi_azure_native/securityinsights/content_template.py +3 -3
- pulumi_azure_native/securityinsights/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/get_action.py +2 -2
- pulumi_azure_native/securityinsights/get_automation_rule.py +2 -2
- pulumi_azure_native/securityinsights/get_bookmark.py +2 -2
- pulumi_azure_native/securityinsights/get_content_package.py +2 -2
- pulumi_azure_native/securityinsights/get_content_template.py +2 -2
- pulumi_azure_native/securityinsights/get_incident.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_comment.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_relation.py +2 -2
- pulumi_azure_native/securityinsights/get_incident_task.py +2 -2
- pulumi_azure_native/securityinsights/get_metadata.py +2 -2
- pulumi_azure_native/securityinsights/get_sentinel_onboarding_state.py +2 -2
- pulumi_azure_native/securityinsights/get_threat_intelligence_indicator.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist.py +2 -2
- pulumi_azure_native/securityinsights/get_watchlist_item.py +2 -2
- pulumi_azure_native/securityinsights/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_source_control_repositories.py +2 -2
- pulumi_azure_native/securityinsights/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/metadata.py +3 -3
- pulumi_azure_native/securityinsights/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/sentinel_onboarding_state.py +3 -3
- pulumi_azure_native/securityinsights/threat_intelligence_indicator.py +3 -3
- pulumi_azure_native/securityinsights/ti_data_connector.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/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/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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20210401/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20210901preview/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/nrt_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20211001preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20220101preview/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/action.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230201/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20230201preview/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20230301preview/incident.py +1 -1
- pulumi_azure_native/securityinsights/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/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/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/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/gcp_data_connector.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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230601preview/watchlist_item.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/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/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/dynamics365_data_connector.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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230701preview/watchlist_item.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/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/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/dynamics365_data_connector.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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230801preview/watchlist_item.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/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/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/dynamics365_data_connector.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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20230901preview/watchlist_item.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/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/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/dynamics365_data_connector.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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231001preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/anomaly_security_ml_analytics_settings.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/asc_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/automation_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/aws_cloud_trail_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/bookmark.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_package.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/content_template.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/fusion_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_comment.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/incident_relation.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mcas_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/mdatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/metadata.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/microsoft_security_incident_creation_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/office_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/scheduled_alert_rule.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/sentinel_onboarding_state.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/threat_intelligence_indicator.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/ti_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231101/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aad_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/aatp_data_connector.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/action.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/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/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/dynamics365_data_connector.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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20231201preview/watchlist_item.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/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/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/dynamics365_data_connector.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/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/watchlist.py +1 -1
- pulumi_azure_native/securityinsights/v20240101preview/watchlist_item.py +1 -1
- pulumi_azure_native/securityinsights/v20240301/__init__.py +63 -0
- pulumi_azure_native/securityinsights/v20240301/_enums.py +954 -0
- pulumi_azure_native/securityinsights/v20240301/_inputs.py +2530 -0
- pulumi_azure_native/securityinsights/v20240301/aad_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/aatp_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/action.py +277 -0
- pulumi_azure_native/securityinsights/v20240301/anomaly_security_ml_analytics_settings.py +624 -0
- pulumi_azure_native/securityinsights/v20240301/asc_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/automation_rule.py +355 -0
- pulumi_azure_native/securityinsights/v20240301/aws_cloud_trail_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/bookmark.py +576 -0
- pulumi_azure_native/securityinsights/v20240301/content_package.py +869 -0
- pulumi_azure_native/securityinsights/v20240301/content_template.py +950 -0
- pulumi_azure_native/securityinsights/v20240301/fusion_alert_rule.py +349 -0
- pulumi_azure_native/securityinsights/v20240301/get_aad_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_aatp_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_action.py +167 -0
- pulumi_azure_native/securityinsights/v20240301/get_anomaly_security_ml_analytics_settings.py +332 -0
- pulumi_azure_native/securityinsights/v20240301/get_asc_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_automation_rule.py +237 -0
- pulumi_azure_native/securityinsights/v20240301/get_aws_cloud_trail_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_bookmark.py +305 -0
- pulumi_azure_native/securityinsights/v20240301/get_content_package.py +435 -0
- pulumi_azure_native/securityinsights/v20240301/get_content_template.py +493 -0
- pulumi_azure_native/securityinsights/v20240301/get_fusion_alert_rule.py +254 -0
- pulumi_azure_native/securityinsights/v20240301/get_incident.py +383 -0
- pulumi_azure_native/securityinsights/v20240301/get_incident_comment.py +193 -0
- pulumi_azure_native/securityinsights/v20240301/get_incident_relation.py +193 -0
- pulumi_azure_native/securityinsights/v20240301/get_incident_task.py +232 -0
- pulumi_azure_native/securityinsights/v20240301/get_mcas_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_mdatp_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_metadata.py +383 -0
- pulumi_azure_native/securityinsights/v20240301/get_microsoft_security_incident_creation_alert_rule.py +267 -0
- pulumi_azure_native/securityinsights/v20240301/get_office_data_connector.py +176 -0
- pulumi_azure_native/securityinsights/v20240301/get_scheduled_alert_rule.py +423 -0
- pulumi_azure_native/securityinsights/v20240301/get_sentinel_onboarding_state.py +149 -0
- pulumi_azure_native/securityinsights/v20240301/get_threat_intelligence_indicator.py +149 -0
- pulumi_azure_native/securityinsights/v20240301/get_ti_data_connector.py +189 -0
- pulumi_azure_native/securityinsights/v20240301/get_watchlist.py +398 -0
- pulumi_azure_native/securityinsights/v20240301/get_watchlist_item.py +271 -0
- pulumi_azure_native/securityinsights/v20240301/incident.py +599 -0
- pulumi_azure_native/securityinsights/v20240301/incident_comment.py +276 -0
- pulumi_azure_native/securityinsights/v20240301/incident_relation.py +276 -0
- pulumi_azure_native/securityinsights/v20240301/incident_task.py +385 -0
- pulumi_azure_native/securityinsights/v20240301/list_source_control_repositories.py +123 -0
- pulumi_azure_native/securityinsights/v20240301/mcas_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/mdatp_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/metadata.py +750 -0
- pulumi_azure_native/securityinsights/v20240301/microsoft_security_incident_creation_alert_rule.py +475 -0
- pulumi_azure_native/securityinsights/v20240301/office_data_connector.py +289 -0
- pulumi_azure_native/securityinsights/v20240301/outputs.py +3268 -0
- pulumi_azure_native/securityinsights/v20240301/scheduled_alert_rule.py +831 -0
- pulumi_azure_native/securityinsights/v20240301/sentinel_onboarding_state.py +224 -0
- pulumi_azure_native/securityinsights/v20240301/threat_intelligence_indicator.py +788 -0
- pulumi_azure_native/securityinsights/v20240301/ti_data_connector.py +318 -0
- pulumi_azure_native/securityinsights/v20240301/watchlist.py +767 -0
- pulumi_azure_native/securityinsights/v20240301/watchlist_item.py +488 -0
- pulumi_azure_native/securityinsights/watchlist.py +3 -3
- pulumi_azure_native/securityinsights/watchlist_item.py +3 -3
- {pulumi_azure_native-2.32.1a1710772071.dist-info → pulumi_azure_native-2.32.1a1711107957.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.32.1a1710772071.dist-info → pulumi_azure_native-2.32.1a1711107957.dist-info}/RECORD +1248 -950
- {pulumi_azure_native-2.32.1a1710772071.dist-info → pulumi_azure_native-2.32.1a1711107957.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.32.1a1710772071.dist-info → pulumi_azure_native-2.32.1a1711107957.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2123 @@
|
|
|
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 pulumi
|
|
8
|
+
import pulumi.runtime
|
|
9
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
10
|
+
from ... import _utilities
|
|
11
|
+
from . import outputs
|
|
12
|
+
from ._enums import *
|
|
13
|
+
|
|
14
|
+
__all__ = [
|
|
15
|
+
'CorsConfigurationResponse',
|
|
16
|
+
'DicomServiceAuthenticationConfigurationResponse',
|
|
17
|
+
'EncryptionResponse',
|
|
18
|
+
'EncryptionResponseCustomerManagedKeyEncryption',
|
|
19
|
+
'FhirServiceAcrConfigurationResponse',
|
|
20
|
+
'FhirServiceAuthenticationConfigurationResponse',
|
|
21
|
+
'FhirServiceCorsConfigurationResponse',
|
|
22
|
+
'FhirServiceExportConfigurationResponse',
|
|
23
|
+
'FhirServiceImportConfigurationResponse',
|
|
24
|
+
'ImplementationGuidesConfigurationResponse',
|
|
25
|
+
'IotEventHubIngestionEndpointConfigurationResponse',
|
|
26
|
+
'IotMappingPropertiesResponse',
|
|
27
|
+
'PrivateEndpointConnectionResponse',
|
|
28
|
+
'PrivateEndpointResponse',
|
|
29
|
+
'PrivateLinkServiceConnectionStateResponse',
|
|
30
|
+
'ResourceVersionPolicyConfigurationResponse',
|
|
31
|
+
'ServiceAccessPolicyEntryResponse',
|
|
32
|
+
'ServiceAcrConfigurationInfoResponse',
|
|
33
|
+
'ServiceAuthenticationConfigurationInfoResponse',
|
|
34
|
+
'ServiceCorsConfigurationInfoResponse',
|
|
35
|
+
'ServiceCosmosDbConfigurationInfoResponse',
|
|
36
|
+
'ServiceExportConfigurationInfoResponse',
|
|
37
|
+
'ServiceImportConfigurationInfoResponse',
|
|
38
|
+
'ServiceManagedIdentityResponseIdentity',
|
|
39
|
+
'ServiceOciArtifactEntryResponse',
|
|
40
|
+
'ServicesPropertiesResponse',
|
|
41
|
+
'ServicesResourceResponseIdentity',
|
|
42
|
+
'SmartIdentityProviderApplicationResponse',
|
|
43
|
+
'SmartIdentityProviderConfigurationResponse',
|
|
44
|
+
'StorageConfigurationResponse',
|
|
45
|
+
'SystemDataResponse',
|
|
46
|
+
'UserAssignedIdentityResponse',
|
|
47
|
+
'WorkspaceResponseProperties',
|
|
48
|
+
]
|
|
49
|
+
|
|
50
|
+
@pulumi.output_type
|
|
51
|
+
class CorsConfigurationResponse(dict):
|
|
52
|
+
"""
|
|
53
|
+
The settings for the CORS configuration of the service instance.
|
|
54
|
+
"""
|
|
55
|
+
@staticmethod
|
|
56
|
+
def __key_warning(key: str):
|
|
57
|
+
suggest = None
|
|
58
|
+
if key == "allowCredentials":
|
|
59
|
+
suggest = "allow_credentials"
|
|
60
|
+
elif key == "maxAge":
|
|
61
|
+
suggest = "max_age"
|
|
62
|
+
|
|
63
|
+
if suggest:
|
|
64
|
+
pulumi.log.warn(f"Key '{key}' not found in CorsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
65
|
+
|
|
66
|
+
def __getitem__(self, key: str) -> Any:
|
|
67
|
+
CorsConfigurationResponse.__key_warning(key)
|
|
68
|
+
return super().__getitem__(key)
|
|
69
|
+
|
|
70
|
+
def get(self, key: str, default = None) -> Any:
|
|
71
|
+
CorsConfigurationResponse.__key_warning(key)
|
|
72
|
+
return super().get(key, default)
|
|
73
|
+
|
|
74
|
+
def __init__(__self__, *,
|
|
75
|
+
allow_credentials: Optional[bool] = None,
|
|
76
|
+
headers: Optional[Sequence[str]] = None,
|
|
77
|
+
max_age: Optional[int] = None,
|
|
78
|
+
methods: Optional[Sequence[str]] = None,
|
|
79
|
+
origins: Optional[Sequence[str]] = None):
|
|
80
|
+
"""
|
|
81
|
+
The settings for the CORS configuration of the service instance.
|
|
82
|
+
:param bool allow_credentials: If credentials are allowed via CORS.
|
|
83
|
+
:param Sequence[str] headers: The headers to be allowed via CORS.
|
|
84
|
+
:param int max_age: The max age to be allowed via CORS.
|
|
85
|
+
:param Sequence[str] methods: The methods to be allowed via CORS.
|
|
86
|
+
:param Sequence[str] origins: The origins to be allowed via CORS.
|
|
87
|
+
"""
|
|
88
|
+
if allow_credentials is not None:
|
|
89
|
+
pulumi.set(__self__, "allow_credentials", allow_credentials)
|
|
90
|
+
if headers is not None:
|
|
91
|
+
pulumi.set(__self__, "headers", headers)
|
|
92
|
+
if max_age is not None:
|
|
93
|
+
pulumi.set(__self__, "max_age", max_age)
|
|
94
|
+
if methods is not None:
|
|
95
|
+
pulumi.set(__self__, "methods", methods)
|
|
96
|
+
if origins is not None:
|
|
97
|
+
pulumi.set(__self__, "origins", origins)
|
|
98
|
+
|
|
99
|
+
@property
|
|
100
|
+
@pulumi.getter(name="allowCredentials")
|
|
101
|
+
def allow_credentials(self) -> Optional[bool]:
|
|
102
|
+
"""
|
|
103
|
+
If credentials are allowed via CORS.
|
|
104
|
+
"""
|
|
105
|
+
return pulumi.get(self, "allow_credentials")
|
|
106
|
+
|
|
107
|
+
@property
|
|
108
|
+
@pulumi.getter
|
|
109
|
+
def headers(self) -> Optional[Sequence[str]]:
|
|
110
|
+
"""
|
|
111
|
+
The headers to be allowed via CORS.
|
|
112
|
+
"""
|
|
113
|
+
return pulumi.get(self, "headers")
|
|
114
|
+
|
|
115
|
+
@property
|
|
116
|
+
@pulumi.getter(name="maxAge")
|
|
117
|
+
def max_age(self) -> Optional[int]:
|
|
118
|
+
"""
|
|
119
|
+
The max age to be allowed via CORS.
|
|
120
|
+
"""
|
|
121
|
+
return pulumi.get(self, "max_age")
|
|
122
|
+
|
|
123
|
+
@property
|
|
124
|
+
@pulumi.getter
|
|
125
|
+
def methods(self) -> Optional[Sequence[str]]:
|
|
126
|
+
"""
|
|
127
|
+
The methods to be allowed via CORS.
|
|
128
|
+
"""
|
|
129
|
+
return pulumi.get(self, "methods")
|
|
130
|
+
|
|
131
|
+
@property
|
|
132
|
+
@pulumi.getter
|
|
133
|
+
def origins(self) -> Optional[Sequence[str]]:
|
|
134
|
+
"""
|
|
135
|
+
The origins to be allowed via CORS.
|
|
136
|
+
"""
|
|
137
|
+
return pulumi.get(self, "origins")
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
@pulumi.output_type
|
|
141
|
+
class DicomServiceAuthenticationConfigurationResponse(dict):
|
|
142
|
+
"""
|
|
143
|
+
Authentication configuration information
|
|
144
|
+
"""
|
|
145
|
+
def __init__(__self__, *,
|
|
146
|
+
audiences: Sequence[str],
|
|
147
|
+
authority: str):
|
|
148
|
+
"""
|
|
149
|
+
Authentication configuration information
|
|
150
|
+
:param Sequence[str] audiences: The audiences for the service
|
|
151
|
+
:param str authority: The authority url for the service
|
|
152
|
+
"""
|
|
153
|
+
pulumi.set(__self__, "audiences", audiences)
|
|
154
|
+
pulumi.set(__self__, "authority", authority)
|
|
155
|
+
|
|
156
|
+
@property
|
|
157
|
+
@pulumi.getter
|
|
158
|
+
def audiences(self) -> Sequence[str]:
|
|
159
|
+
"""
|
|
160
|
+
The audiences for the service
|
|
161
|
+
"""
|
|
162
|
+
return pulumi.get(self, "audiences")
|
|
163
|
+
|
|
164
|
+
@property
|
|
165
|
+
@pulumi.getter
|
|
166
|
+
def authority(self) -> str:
|
|
167
|
+
"""
|
|
168
|
+
The authority url for the service
|
|
169
|
+
"""
|
|
170
|
+
return pulumi.get(self, "authority")
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
@pulumi.output_type
|
|
174
|
+
class EncryptionResponse(dict):
|
|
175
|
+
"""
|
|
176
|
+
Settings to encrypt a service
|
|
177
|
+
"""
|
|
178
|
+
@staticmethod
|
|
179
|
+
def __key_warning(key: str):
|
|
180
|
+
suggest = None
|
|
181
|
+
if key == "customerManagedKeyEncryption":
|
|
182
|
+
suggest = "customer_managed_key_encryption"
|
|
183
|
+
|
|
184
|
+
if suggest:
|
|
185
|
+
pulumi.log.warn(f"Key '{key}' not found in EncryptionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
186
|
+
|
|
187
|
+
def __getitem__(self, key: str) -> Any:
|
|
188
|
+
EncryptionResponse.__key_warning(key)
|
|
189
|
+
return super().__getitem__(key)
|
|
190
|
+
|
|
191
|
+
def get(self, key: str, default = None) -> Any:
|
|
192
|
+
EncryptionResponse.__key_warning(key)
|
|
193
|
+
return super().get(key, default)
|
|
194
|
+
|
|
195
|
+
def __init__(__self__, *,
|
|
196
|
+
customer_managed_key_encryption: Optional['outputs.EncryptionResponseCustomerManagedKeyEncryption'] = None):
|
|
197
|
+
"""
|
|
198
|
+
Settings to encrypt a service
|
|
199
|
+
:param 'EncryptionResponseCustomerManagedKeyEncryption' customer_managed_key_encryption: The encryption settings for the customer-managed key
|
|
200
|
+
"""
|
|
201
|
+
if customer_managed_key_encryption is not None:
|
|
202
|
+
pulumi.set(__self__, "customer_managed_key_encryption", customer_managed_key_encryption)
|
|
203
|
+
|
|
204
|
+
@property
|
|
205
|
+
@pulumi.getter(name="customerManagedKeyEncryption")
|
|
206
|
+
def customer_managed_key_encryption(self) -> Optional['outputs.EncryptionResponseCustomerManagedKeyEncryption']:
|
|
207
|
+
"""
|
|
208
|
+
The encryption settings for the customer-managed key
|
|
209
|
+
"""
|
|
210
|
+
return pulumi.get(self, "customer_managed_key_encryption")
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
@pulumi.output_type
|
|
214
|
+
class EncryptionResponseCustomerManagedKeyEncryption(dict):
|
|
215
|
+
"""
|
|
216
|
+
The encryption settings for the customer-managed key
|
|
217
|
+
"""
|
|
218
|
+
@staticmethod
|
|
219
|
+
def __key_warning(key: str):
|
|
220
|
+
suggest = None
|
|
221
|
+
if key == "keyEncryptionKeyUrl":
|
|
222
|
+
suggest = "key_encryption_key_url"
|
|
223
|
+
|
|
224
|
+
if suggest:
|
|
225
|
+
pulumi.log.warn(f"Key '{key}' not found in EncryptionResponseCustomerManagedKeyEncryption. Access the value via the '{suggest}' property getter instead.")
|
|
226
|
+
|
|
227
|
+
def __getitem__(self, key: str) -> Any:
|
|
228
|
+
EncryptionResponseCustomerManagedKeyEncryption.__key_warning(key)
|
|
229
|
+
return super().__getitem__(key)
|
|
230
|
+
|
|
231
|
+
def get(self, key: str, default = None) -> Any:
|
|
232
|
+
EncryptionResponseCustomerManagedKeyEncryption.__key_warning(key)
|
|
233
|
+
return super().get(key, default)
|
|
234
|
+
|
|
235
|
+
def __init__(__self__, *,
|
|
236
|
+
key_encryption_key_url: Optional[str] = None):
|
|
237
|
+
"""
|
|
238
|
+
The encryption settings for the customer-managed key
|
|
239
|
+
:param str key_encryption_key_url: The URL of the key to use for encryption
|
|
240
|
+
"""
|
|
241
|
+
if key_encryption_key_url is not None:
|
|
242
|
+
pulumi.set(__self__, "key_encryption_key_url", key_encryption_key_url)
|
|
243
|
+
|
|
244
|
+
@property
|
|
245
|
+
@pulumi.getter(name="keyEncryptionKeyUrl")
|
|
246
|
+
def key_encryption_key_url(self) -> Optional[str]:
|
|
247
|
+
"""
|
|
248
|
+
The URL of the key to use for encryption
|
|
249
|
+
"""
|
|
250
|
+
return pulumi.get(self, "key_encryption_key_url")
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
@pulumi.output_type
|
|
254
|
+
class FhirServiceAcrConfigurationResponse(dict):
|
|
255
|
+
"""
|
|
256
|
+
Azure container registry configuration information
|
|
257
|
+
"""
|
|
258
|
+
@staticmethod
|
|
259
|
+
def __key_warning(key: str):
|
|
260
|
+
suggest = None
|
|
261
|
+
if key == "loginServers":
|
|
262
|
+
suggest = "login_servers"
|
|
263
|
+
elif key == "ociArtifacts":
|
|
264
|
+
suggest = "oci_artifacts"
|
|
265
|
+
|
|
266
|
+
if suggest:
|
|
267
|
+
pulumi.log.warn(f"Key '{key}' not found in FhirServiceAcrConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
268
|
+
|
|
269
|
+
def __getitem__(self, key: str) -> Any:
|
|
270
|
+
FhirServiceAcrConfigurationResponse.__key_warning(key)
|
|
271
|
+
return super().__getitem__(key)
|
|
272
|
+
|
|
273
|
+
def get(self, key: str, default = None) -> Any:
|
|
274
|
+
FhirServiceAcrConfigurationResponse.__key_warning(key)
|
|
275
|
+
return super().get(key, default)
|
|
276
|
+
|
|
277
|
+
def __init__(__self__, *,
|
|
278
|
+
login_servers: Optional[Sequence[str]] = None,
|
|
279
|
+
oci_artifacts: Optional[Sequence['outputs.ServiceOciArtifactEntryResponse']] = None):
|
|
280
|
+
"""
|
|
281
|
+
Azure container registry configuration information
|
|
282
|
+
:param Sequence[str] login_servers: The list of the Azure container registry login servers.
|
|
283
|
+
:param Sequence['ServiceOciArtifactEntryResponse'] oci_artifacts: The list of Open Container Initiative (OCI) artifacts.
|
|
284
|
+
"""
|
|
285
|
+
if login_servers is not None:
|
|
286
|
+
pulumi.set(__self__, "login_servers", login_servers)
|
|
287
|
+
if oci_artifacts is not None:
|
|
288
|
+
pulumi.set(__self__, "oci_artifacts", oci_artifacts)
|
|
289
|
+
|
|
290
|
+
@property
|
|
291
|
+
@pulumi.getter(name="loginServers")
|
|
292
|
+
def login_servers(self) -> Optional[Sequence[str]]:
|
|
293
|
+
"""
|
|
294
|
+
The list of the Azure container registry login servers.
|
|
295
|
+
"""
|
|
296
|
+
return pulumi.get(self, "login_servers")
|
|
297
|
+
|
|
298
|
+
@property
|
|
299
|
+
@pulumi.getter(name="ociArtifacts")
|
|
300
|
+
def oci_artifacts(self) -> Optional[Sequence['outputs.ServiceOciArtifactEntryResponse']]:
|
|
301
|
+
"""
|
|
302
|
+
The list of Open Container Initiative (OCI) artifacts.
|
|
303
|
+
"""
|
|
304
|
+
return pulumi.get(self, "oci_artifacts")
|
|
305
|
+
|
|
306
|
+
|
|
307
|
+
@pulumi.output_type
|
|
308
|
+
class FhirServiceAuthenticationConfigurationResponse(dict):
|
|
309
|
+
"""
|
|
310
|
+
Authentication configuration information
|
|
311
|
+
"""
|
|
312
|
+
@staticmethod
|
|
313
|
+
def __key_warning(key: str):
|
|
314
|
+
suggest = None
|
|
315
|
+
if key == "smartIdentityProviders":
|
|
316
|
+
suggest = "smart_identity_providers"
|
|
317
|
+
elif key == "smartProxyEnabled":
|
|
318
|
+
suggest = "smart_proxy_enabled"
|
|
319
|
+
|
|
320
|
+
if suggest:
|
|
321
|
+
pulumi.log.warn(f"Key '{key}' not found in FhirServiceAuthenticationConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
322
|
+
|
|
323
|
+
def __getitem__(self, key: str) -> Any:
|
|
324
|
+
FhirServiceAuthenticationConfigurationResponse.__key_warning(key)
|
|
325
|
+
return super().__getitem__(key)
|
|
326
|
+
|
|
327
|
+
def get(self, key: str, default = None) -> Any:
|
|
328
|
+
FhirServiceAuthenticationConfigurationResponse.__key_warning(key)
|
|
329
|
+
return super().get(key, default)
|
|
330
|
+
|
|
331
|
+
def __init__(__self__, *,
|
|
332
|
+
audience: Optional[str] = None,
|
|
333
|
+
authority: Optional[str] = None,
|
|
334
|
+
smart_identity_providers: Optional[Sequence['outputs.SmartIdentityProviderConfigurationResponse']] = None,
|
|
335
|
+
smart_proxy_enabled: Optional[bool] = None):
|
|
336
|
+
"""
|
|
337
|
+
Authentication configuration information
|
|
338
|
+
:param str audience: The audience url for the service
|
|
339
|
+
:param str authority: The authority url for the service
|
|
340
|
+
:param Sequence['SmartIdentityProviderConfigurationResponse'] smart_identity_providers: The array of identity provider configurations for SMART on FHIR authentication.
|
|
341
|
+
:param bool smart_proxy_enabled: If the SMART on FHIR proxy is enabled
|
|
342
|
+
"""
|
|
343
|
+
if audience is not None:
|
|
344
|
+
pulumi.set(__self__, "audience", audience)
|
|
345
|
+
if authority is not None:
|
|
346
|
+
pulumi.set(__self__, "authority", authority)
|
|
347
|
+
if smart_identity_providers is not None:
|
|
348
|
+
pulumi.set(__self__, "smart_identity_providers", smart_identity_providers)
|
|
349
|
+
if smart_proxy_enabled is not None:
|
|
350
|
+
pulumi.set(__self__, "smart_proxy_enabled", smart_proxy_enabled)
|
|
351
|
+
|
|
352
|
+
@property
|
|
353
|
+
@pulumi.getter
|
|
354
|
+
def audience(self) -> Optional[str]:
|
|
355
|
+
"""
|
|
356
|
+
The audience url for the service
|
|
357
|
+
"""
|
|
358
|
+
return pulumi.get(self, "audience")
|
|
359
|
+
|
|
360
|
+
@property
|
|
361
|
+
@pulumi.getter
|
|
362
|
+
def authority(self) -> Optional[str]:
|
|
363
|
+
"""
|
|
364
|
+
The authority url for the service
|
|
365
|
+
"""
|
|
366
|
+
return pulumi.get(self, "authority")
|
|
367
|
+
|
|
368
|
+
@property
|
|
369
|
+
@pulumi.getter(name="smartIdentityProviders")
|
|
370
|
+
def smart_identity_providers(self) -> Optional[Sequence['outputs.SmartIdentityProviderConfigurationResponse']]:
|
|
371
|
+
"""
|
|
372
|
+
The array of identity provider configurations for SMART on FHIR authentication.
|
|
373
|
+
"""
|
|
374
|
+
return pulumi.get(self, "smart_identity_providers")
|
|
375
|
+
|
|
376
|
+
@property
|
|
377
|
+
@pulumi.getter(name="smartProxyEnabled")
|
|
378
|
+
def smart_proxy_enabled(self) -> Optional[bool]:
|
|
379
|
+
"""
|
|
380
|
+
If the SMART on FHIR proxy is enabled
|
|
381
|
+
"""
|
|
382
|
+
return pulumi.get(self, "smart_proxy_enabled")
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
@pulumi.output_type
|
|
386
|
+
class FhirServiceCorsConfigurationResponse(dict):
|
|
387
|
+
"""
|
|
388
|
+
The settings for the CORS configuration of the service instance.
|
|
389
|
+
"""
|
|
390
|
+
@staticmethod
|
|
391
|
+
def __key_warning(key: str):
|
|
392
|
+
suggest = None
|
|
393
|
+
if key == "allowCredentials":
|
|
394
|
+
suggest = "allow_credentials"
|
|
395
|
+
elif key == "maxAge":
|
|
396
|
+
suggest = "max_age"
|
|
397
|
+
|
|
398
|
+
if suggest:
|
|
399
|
+
pulumi.log.warn(f"Key '{key}' not found in FhirServiceCorsConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
400
|
+
|
|
401
|
+
def __getitem__(self, key: str) -> Any:
|
|
402
|
+
FhirServiceCorsConfigurationResponse.__key_warning(key)
|
|
403
|
+
return super().__getitem__(key)
|
|
404
|
+
|
|
405
|
+
def get(self, key: str, default = None) -> Any:
|
|
406
|
+
FhirServiceCorsConfigurationResponse.__key_warning(key)
|
|
407
|
+
return super().get(key, default)
|
|
408
|
+
|
|
409
|
+
def __init__(__self__, *,
|
|
410
|
+
allow_credentials: Optional[bool] = None,
|
|
411
|
+
headers: Optional[Sequence[str]] = None,
|
|
412
|
+
max_age: Optional[int] = None,
|
|
413
|
+
methods: Optional[Sequence[str]] = None,
|
|
414
|
+
origins: Optional[Sequence[str]] = None):
|
|
415
|
+
"""
|
|
416
|
+
The settings for the CORS configuration of the service instance.
|
|
417
|
+
:param bool allow_credentials: If credentials are allowed via CORS.
|
|
418
|
+
:param Sequence[str] headers: The headers to be allowed via CORS.
|
|
419
|
+
:param int max_age: The max age to be allowed via CORS.
|
|
420
|
+
:param Sequence[str] methods: The methods to be allowed via CORS.
|
|
421
|
+
:param Sequence[str] origins: The origins to be allowed via CORS.
|
|
422
|
+
"""
|
|
423
|
+
if allow_credentials is not None:
|
|
424
|
+
pulumi.set(__self__, "allow_credentials", allow_credentials)
|
|
425
|
+
if headers is not None:
|
|
426
|
+
pulumi.set(__self__, "headers", headers)
|
|
427
|
+
if max_age is not None:
|
|
428
|
+
pulumi.set(__self__, "max_age", max_age)
|
|
429
|
+
if methods is not None:
|
|
430
|
+
pulumi.set(__self__, "methods", methods)
|
|
431
|
+
if origins is not None:
|
|
432
|
+
pulumi.set(__self__, "origins", origins)
|
|
433
|
+
|
|
434
|
+
@property
|
|
435
|
+
@pulumi.getter(name="allowCredentials")
|
|
436
|
+
def allow_credentials(self) -> Optional[bool]:
|
|
437
|
+
"""
|
|
438
|
+
If credentials are allowed via CORS.
|
|
439
|
+
"""
|
|
440
|
+
return pulumi.get(self, "allow_credentials")
|
|
441
|
+
|
|
442
|
+
@property
|
|
443
|
+
@pulumi.getter
|
|
444
|
+
def headers(self) -> Optional[Sequence[str]]:
|
|
445
|
+
"""
|
|
446
|
+
The headers to be allowed via CORS.
|
|
447
|
+
"""
|
|
448
|
+
return pulumi.get(self, "headers")
|
|
449
|
+
|
|
450
|
+
@property
|
|
451
|
+
@pulumi.getter(name="maxAge")
|
|
452
|
+
def max_age(self) -> Optional[int]:
|
|
453
|
+
"""
|
|
454
|
+
The max age to be allowed via CORS.
|
|
455
|
+
"""
|
|
456
|
+
return pulumi.get(self, "max_age")
|
|
457
|
+
|
|
458
|
+
@property
|
|
459
|
+
@pulumi.getter
|
|
460
|
+
def methods(self) -> Optional[Sequence[str]]:
|
|
461
|
+
"""
|
|
462
|
+
The methods to be allowed via CORS.
|
|
463
|
+
"""
|
|
464
|
+
return pulumi.get(self, "methods")
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
@pulumi.getter
|
|
468
|
+
def origins(self) -> Optional[Sequence[str]]:
|
|
469
|
+
"""
|
|
470
|
+
The origins to be allowed via CORS.
|
|
471
|
+
"""
|
|
472
|
+
return pulumi.get(self, "origins")
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
@pulumi.output_type
|
|
476
|
+
class FhirServiceExportConfigurationResponse(dict):
|
|
477
|
+
"""
|
|
478
|
+
Export operation configuration information
|
|
479
|
+
"""
|
|
480
|
+
@staticmethod
|
|
481
|
+
def __key_warning(key: str):
|
|
482
|
+
suggest = None
|
|
483
|
+
if key == "storageAccountName":
|
|
484
|
+
suggest = "storage_account_name"
|
|
485
|
+
|
|
486
|
+
if suggest:
|
|
487
|
+
pulumi.log.warn(f"Key '{key}' not found in FhirServiceExportConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
488
|
+
|
|
489
|
+
def __getitem__(self, key: str) -> Any:
|
|
490
|
+
FhirServiceExportConfigurationResponse.__key_warning(key)
|
|
491
|
+
return super().__getitem__(key)
|
|
492
|
+
|
|
493
|
+
def get(self, key: str, default = None) -> Any:
|
|
494
|
+
FhirServiceExportConfigurationResponse.__key_warning(key)
|
|
495
|
+
return super().get(key, default)
|
|
496
|
+
|
|
497
|
+
def __init__(__self__, *,
|
|
498
|
+
storage_account_name: Optional[str] = None):
|
|
499
|
+
"""
|
|
500
|
+
Export operation configuration information
|
|
501
|
+
:param str storage_account_name: The name of the default export storage account.
|
|
502
|
+
"""
|
|
503
|
+
if storage_account_name is not None:
|
|
504
|
+
pulumi.set(__self__, "storage_account_name", storage_account_name)
|
|
505
|
+
|
|
506
|
+
@property
|
|
507
|
+
@pulumi.getter(name="storageAccountName")
|
|
508
|
+
def storage_account_name(self) -> Optional[str]:
|
|
509
|
+
"""
|
|
510
|
+
The name of the default export storage account.
|
|
511
|
+
"""
|
|
512
|
+
return pulumi.get(self, "storage_account_name")
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
@pulumi.output_type
|
|
516
|
+
class FhirServiceImportConfigurationResponse(dict):
|
|
517
|
+
"""
|
|
518
|
+
Import operation configuration information
|
|
519
|
+
"""
|
|
520
|
+
@staticmethod
|
|
521
|
+
def __key_warning(key: str):
|
|
522
|
+
suggest = None
|
|
523
|
+
if key == "initialImportMode":
|
|
524
|
+
suggest = "initial_import_mode"
|
|
525
|
+
elif key == "integrationDataStore":
|
|
526
|
+
suggest = "integration_data_store"
|
|
527
|
+
|
|
528
|
+
if suggest:
|
|
529
|
+
pulumi.log.warn(f"Key '{key}' not found in FhirServiceImportConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
530
|
+
|
|
531
|
+
def __getitem__(self, key: str) -> Any:
|
|
532
|
+
FhirServiceImportConfigurationResponse.__key_warning(key)
|
|
533
|
+
return super().__getitem__(key)
|
|
534
|
+
|
|
535
|
+
def get(self, key: str, default = None) -> Any:
|
|
536
|
+
FhirServiceImportConfigurationResponse.__key_warning(key)
|
|
537
|
+
return super().get(key, default)
|
|
538
|
+
|
|
539
|
+
def __init__(__self__, *,
|
|
540
|
+
enabled: Optional[bool] = None,
|
|
541
|
+
initial_import_mode: Optional[bool] = None,
|
|
542
|
+
integration_data_store: Optional[str] = None):
|
|
543
|
+
"""
|
|
544
|
+
Import operation configuration information
|
|
545
|
+
:param bool enabled: If the import operation is enabled.
|
|
546
|
+
:param bool initial_import_mode: If the FHIR service is in InitialImportMode.
|
|
547
|
+
:param str integration_data_store: The name of the default integration storage account.
|
|
548
|
+
"""
|
|
549
|
+
if enabled is not None:
|
|
550
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
551
|
+
if initial_import_mode is not None:
|
|
552
|
+
pulumi.set(__self__, "initial_import_mode", initial_import_mode)
|
|
553
|
+
if integration_data_store is not None:
|
|
554
|
+
pulumi.set(__self__, "integration_data_store", integration_data_store)
|
|
555
|
+
|
|
556
|
+
@property
|
|
557
|
+
@pulumi.getter
|
|
558
|
+
def enabled(self) -> Optional[bool]:
|
|
559
|
+
"""
|
|
560
|
+
If the import operation is enabled.
|
|
561
|
+
"""
|
|
562
|
+
return pulumi.get(self, "enabled")
|
|
563
|
+
|
|
564
|
+
@property
|
|
565
|
+
@pulumi.getter(name="initialImportMode")
|
|
566
|
+
def initial_import_mode(self) -> Optional[bool]:
|
|
567
|
+
"""
|
|
568
|
+
If the FHIR service is in InitialImportMode.
|
|
569
|
+
"""
|
|
570
|
+
return pulumi.get(self, "initial_import_mode")
|
|
571
|
+
|
|
572
|
+
@property
|
|
573
|
+
@pulumi.getter(name="integrationDataStore")
|
|
574
|
+
def integration_data_store(self) -> Optional[str]:
|
|
575
|
+
"""
|
|
576
|
+
The name of the default integration storage account.
|
|
577
|
+
"""
|
|
578
|
+
return pulumi.get(self, "integration_data_store")
|
|
579
|
+
|
|
580
|
+
|
|
581
|
+
@pulumi.output_type
|
|
582
|
+
class ImplementationGuidesConfigurationResponse(dict):
|
|
583
|
+
"""
|
|
584
|
+
The settings for Implementation Guides - defining capabilities for national standards, vendor consortiums, clinical societies, etc.
|
|
585
|
+
"""
|
|
586
|
+
@staticmethod
|
|
587
|
+
def __key_warning(key: str):
|
|
588
|
+
suggest = None
|
|
589
|
+
if key == "usCoreMissingData":
|
|
590
|
+
suggest = "us_core_missing_data"
|
|
591
|
+
|
|
592
|
+
if suggest:
|
|
593
|
+
pulumi.log.warn(f"Key '{key}' not found in ImplementationGuidesConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
594
|
+
|
|
595
|
+
def __getitem__(self, key: str) -> Any:
|
|
596
|
+
ImplementationGuidesConfigurationResponse.__key_warning(key)
|
|
597
|
+
return super().__getitem__(key)
|
|
598
|
+
|
|
599
|
+
def get(self, key: str, default = None) -> Any:
|
|
600
|
+
ImplementationGuidesConfigurationResponse.__key_warning(key)
|
|
601
|
+
return super().get(key, default)
|
|
602
|
+
|
|
603
|
+
def __init__(__self__, *,
|
|
604
|
+
us_core_missing_data: Optional[bool] = None):
|
|
605
|
+
"""
|
|
606
|
+
The settings for Implementation Guides - defining capabilities for national standards, vendor consortiums, clinical societies, etc.
|
|
607
|
+
:param bool us_core_missing_data: If US Core Missing Data requirement is enabled.
|
|
608
|
+
"""
|
|
609
|
+
if us_core_missing_data is not None:
|
|
610
|
+
pulumi.set(__self__, "us_core_missing_data", us_core_missing_data)
|
|
611
|
+
|
|
612
|
+
@property
|
|
613
|
+
@pulumi.getter(name="usCoreMissingData")
|
|
614
|
+
def us_core_missing_data(self) -> Optional[bool]:
|
|
615
|
+
"""
|
|
616
|
+
If US Core Missing Data requirement is enabled.
|
|
617
|
+
"""
|
|
618
|
+
return pulumi.get(self, "us_core_missing_data")
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
@pulumi.output_type
|
|
622
|
+
class IotEventHubIngestionEndpointConfigurationResponse(dict):
|
|
623
|
+
"""
|
|
624
|
+
Event Hub ingestion endpoint configuration
|
|
625
|
+
"""
|
|
626
|
+
@staticmethod
|
|
627
|
+
def __key_warning(key: str):
|
|
628
|
+
suggest = None
|
|
629
|
+
if key == "consumerGroup":
|
|
630
|
+
suggest = "consumer_group"
|
|
631
|
+
elif key == "eventHubName":
|
|
632
|
+
suggest = "event_hub_name"
|
|
633
|
+
elif key == "fullyQualifiedEventHubNamespace":
|
|
634
|
+
suggest = "fully_qualified_event_hub_namespace"
|
|
635
|
+
|
|
636
|
+
if suggest:
|
|
637
|
+
pulumi.log.warn(f"Key '{key}' not found in IotEventHubIngestionEndpointConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
638
|
+
|
|
639
|
+
def __getitem__(self, key: str) -> Any:
|
|
640
|
+
IotEventHubIngestionEndpointConfigurationResponse.__key_warning(key)
|
|
641
|
+
return super().__getitem__(key)
|
|
642
|
+
|
|
643
|
+
def get(self, key: str, default = None) -> Any:
|
|
644
|
+
IotEventHubIngestionEndpointConfigurationResponse.__key_warning(key)
|
|
645
|
+
return super().get(key, default)
|
|
646
|
+
|
|
647
|
+
def __init__(__self__, *,
|
|
648
|
+
consumer_group: Optional[str] = None,
|
|
649
|
+
event_hub_name: Optional[str] = None,
|
|
650
|
+
fully_qualified_event_hub_namespace: Optional[str] = None):
|
|
651
|
+
"""
|
|
652
|
+
Event Hub ingestion endpoint configuration
|
|
653
|
+
:param str consumer_group: Consumer group of the event hub to connected to.
|
|
654
|
+
:param str event_hub_name: Event Hub name to connect to.
|
|
655
|
+
:param str fully_qualified_event_hub_namespace: Fully qualified namespace of the Event Hub to connect to.
|
|
656
|
+
"""
|
|
657
|
+
if consumer_group is not None:
|
|
658
|
+
pulumi.set(__self__, "consumer_group", consumer_group)
|
|
659
|
+
if event_hub_name is not None:
|
|
660
|
+
pulumi.set(__self__, "event_hub_name", event_hub_name)
|
|
661
|
+
if fully_qualified_event_hub_namespace is not None:
|
|
662
|
+
pulumi.set(__self__, "fully_qualified_event_hub_namespace", fully_qualified_event_hub_namespace)
|
|
663
|
+
|
|
664
|
+
@property
|
|
665
|
+
@pulumi.getter(name="consumerGroup")
|
|
666
|
+
def consumer_group(self) -> Optional[str]:
|
|
667
|
+
"""
|
|
668
|
+
Consumer group of the event hub to connected to.
|
|
669
|
+
"""
|
|
670
|
+
return pulumi.get(self, "consumer_group")
|
|
671
|
+
|
|
672
|
+
@property
|
|
673
|
+
@pulumi.getter(name="eventHubName")
|
|
674
|
+
def event_hub_name(self) -> Optional[str]:
|
|
675
|
+
"""
|
|
676
|
+
Event Hub name to connect to.
|
|
677
|
+
"""
|
|
678
|
+
return pulumi.get(self, "event_hub_name")
|
|
679
|
+
|
|
680
|
+
@property
|
|
681
|
+
@pulumi.getter(name="fullyQualifiedEventHubNamespace")
|
|
682
|
+
def fully_qualified_event_hub_namespace(self) -> Optional[str]:
|
|
683
|
+
"""
|
|
684
|
+
Fully qualified namespace of the Event Hub to connect to.
|
|
685
|
+
"""
|
|
686
|
+
return pulumi.get(self, "fully_qualified_event_hub_namespace")
|
|
687
|
+
|
|
688
|
+
|
|
689
|
+
@pulumi.output_type
|
|
690
|
+
class IotMappingPropertiesResponse(dict):
|
|
691
|
+
"""
|
|
692
|
+
The mapping content.
|
|
693
|
+
"""
|
|
694
|
+
def __init__(__self__, *,
|
|
695
|
+
content: Optional[Any] = None):
|
|
696
|
+
"""
|
|
697
|
+
The mapping content.
|
|
698
|
+
:param Any content: The mapping.
|
|
699
|
+
"""
|
|
700
|
+
if content is not None:
|
|
701
|
+
pulumi.set(__self__, "content", content)
|
|
702
|
+
|
|
703
|
+
@property
|
|
704
|
+
@pulumi.getter
|
|
705
|
+
def content(self) -> Optional[Any]:
|
|
706
|
+
"""
|
|
707
|
+
The mapping.
|
|
708
|
+
"""
|
|
709
|
+
return pulumi.get(self, "content")
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
@pulumi.output_type
|
|
713
|
+
class PrivateEndpointConnectionResponse(dict):
|
|
714
|
+
"""
|
|
715
|
+
The Private Endpoint Connection resource.
|
|
716
|
+
"""
|
|
717
|
+
@staticmethod
|
|
718
|
+
def __key_warning(key: str):
|
|
719
|
+
suggest = None
|
|
720
|
+
if key == "privateLinkServiceConnectionState":
|
|
721
|
+
suggest = "private_link_service_connection_state"
|
|
722
|
+
elif key == "provisioningState":
|
|
723
|
+
suggest = "provisioning_state"
|
|
724
|
+
elif key == "privateEndpoint":
|
|
725
|
+
suggest = "private_endpoint"
|
|
726
|
+
|
|
727
|
+
if suggest:
|
|
728
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateEndpointConnectionResponse. Access the value via the '{suggest}' property getter instead.")
|
|
729
|
+
|
|
730
|
+
def __getitem__(self, key: str) -> Any:
|
|
731
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
732
|
+
return super().__getitem__(key)
|
|
733
|
+
|
|
734
|
+
def get(self, key: str, default = None) -> Any:
|
|
735
|
+
PrivateEndpointConnectionResponse.__key_warning(key)
|
|
736
|
+
return super().get(key, default)
|
|
737
|
+
|
|
738
|
+
def __init__(__self__, *,
|
|
739
|
+
id: str,
|
|
740
|
+
name: str,
|
|
741
|
+
private_link_service_connection_state: 'outputs.PrivateLinkServiceConnectionStateResponse',
|
|
742
|
+
provisioning_state: str,
|
|
743
|
+
type: str,
|
|
744
|
+
private_endpoint: Optional['outputs.PrivateEndpointResponse'] = None):
|
|
745
|
+
"""
|
|
746
|
+
The Private Endpoint Connection resource.
|
|
747
|
+
:param str id: Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
748
|
+
:param str name: The name of the resource
|
|
749
|
+
:param 'PrivateLinkServiceConnectionStateResponse' private_link_service_connection_state: A collection of information about the state of the connection between service consumer and provider.
|
|
750
|
+
:param str provisioning_state: The provisioning state of the private endpoint connection resource.
|
|
751
|
+
:param str type: The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
752
|
+
:param 'PrivateEndpointResponse' private_endpoint: The resource of private end point.
|
|
753
|
+
"""
|
|
754
|
+
pulumi.set(__self__, "id", id)
|
|
755
|
+
pulumi.set(__self__, "name", name)
|
|
756
|
+
pulumi.set(__self__, "private_link_service_connection_state", private_link_service_connection_state)
|
|
757
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
758
|
+
pulumi.set(__self__, "type", type)
|
|
759
|
+
if private_endpoint is not None:
|
|
760
|
+
pulumi.set(__self__, "private_endpoint", private_endpoint)
|
|
761
|
+
|
|
762
|
+
@property
|
|
763
|
+
@pulumi.getter
|
|
764
|
+
def id(self) -> str:
|
|
765
|
+
"""
|
|
766
|
+
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
|
|
767
|
+
"""
|
|
768
|
+
return pulumi.get(self, "id")
|
|
769
|
+
|
|
770
|
+
@property
|
|
771
|
+
@pulumi.getter
|
|
772
|
+
def name(self) -> str:
|
|
773
|
+
"""
|
|
774
|
+
The name of the resource
|
|
775
|
+
"""
|
|
776
|
+
return pulumi.get(self, "name")
|
|
777
|
+
|
|
778
|
+
@property
|
|
779
|
+
@pulumi.getter(name="privateLinkServiceConnectionState")
|
|
780
|
+
def private_link_service_connection_state(self) -> 'outputs.PrivateLinkServiceConnectionStateResponse':
|
|
781
|
+
"""
|
|
782
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
783
|
+
"""
|
|
784
|
+
return pulumi.get(self, "private_link_service_connection_state")
|
|
785
|
+
|
|
786
|
+
@property
|
|
787
|
+
@pulumi.getter(name="provisioningState")
|
|
788
|
+
def provisioning_state(self) -> str:
|
|
789
|
+
"""
|
|
790
|
+
The provisioning state of the private endpoint connection resource.
|
|
791
|
+
"""
|
|
792
|
+
return pulumi.get(self, "provisioning_state")
|
|
793
|
+
|
|
794
|
+
@property
|
|
795
|
+
@pulumi.getter
|
|
796
|
+
def type(self) -> str:
|
|
797
|
+
"""
|
|
798
|
+
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
799
|
+
"""
|
|
800
|
+
return pulumi.get(self, "type")
|
|
801
|
+
|
|
802
|
+
@property
|
|
803
|
+
@pulumi.getter(name="privateEndpoint")
|
|
804
|
+
def private_endpoint(self) -> Optional['outputs.PrivateEndpointResponse']:
|
|
805
|
+
"""
|
|
806
|
+
The resource of private end point.
|
|
807
|
+
"""
|
|
808
|
+
return pulumi.get(self, "private_endpoint")
|
|
809
|
+
|
|
810
|
+
|
|
811
|
+
@pulumi.output_type
|
|
812
|
+
class PrivateEndpointResponse(dict):
|
|
813
|
+
"""
|
|
814
|
+
The Private Endpoint resource.
|
|
815
|
+
"""
|
|
816
|
+
def __init__(__self__, *,
|
|
817
|
+
id: str):
|
|
818
|
+
"""
|
|
819
|
+
The Private Endpoint resource.
|
|
820
|
+
:param str id: The ARM identifier for Private Endpoint
|
|
821
|
+
"""
|
|
822
|
+
pulumi.set(__self__, "id", id)
|
|
823
|
+
|
|
824
|
+
@property
|
|
825
|
+
@pulumi.getter
|
|
826
|
+
def id(self) -> str:
|
|
827
|
+
"""
|
|
828
|
+
The ARM identifier for Private Endpoint
|
|
829
|
+
"""
|
|
830
|
+
return pulumi.get(self, "id")
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
@pulumi.output_type
|
|
834
|
+
class PrivateLinkServiceConnectionStateResponse(dict):
|
|
835
|
+
"""
|
|
836
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
837
|
+
"""
|
|
838
|
+
@staticmethod
|
|
839
|
+
def __key_warning(key: str):
|
|
840
|
+
suggest = None
|
|
841
|
+
if key == "actionsRequired":
|
|
842
|
+
suggest = "actions_required"
|
|
843
|
+
|
|
844
|
+
if suggest:
|
|
845
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateLinkServiceConnectionStateResponse. Access the value via the '{suggest}' property getter instead.")
|
|
846
|
+
|
|
847
|
+
def __getitem__(self, key: str) -> Any:
|
|
848
|
+
PrivateLinkServiceConnectionStateResponse.__key_warning(key)
|
|
849
|
+
return super().__getitem__(key)
|
|
850
|
+
|
|
851
|
+
def get(self, key: str, default = None) -> Any:
|
|
852
|
+
PrivateLinkServiceConnectionStateResponse.__key_warning(key)
|
|
853
|
+
return super().get(key, default)
|
|
854
|
+
|
|
855
|
+
def __init__(__self__, *,
|
|
856
|
+
actions_required: Optional[str] = None,
|
|
857
|
+
description: Optional[str] = None,
|
|
858
|
+
status: Optional[str] = None):
|
|
859
|
+
"""
|
|
860
|
+
A collection of information about the state of the connection between service consumer and provider.
|
|
861
|
+
:param str actions_required: A message indicating if changes on the service provider require any updates on the consumer.
|
|
862
|
+
:param str description: The reason for approval/rejection of the connection.
|
|
863
|
+
:param str status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
864
|
+
"""
|
|
865
|
+
if actions_required is not None:
|
|
866
|
+
pulumi.set(__self__, "actions_required", actions_required)
|
|
867
|
+
if description is not None:
|
|
868
|
+
pulumi.set(__self__, "description", description)
|
|
869
|
+
if status is not None:
|
|
870
|
+
pulumi.set(__self__, "status", status)
|
|
871
|
+
|
|
872
|
+
@property
|
|
873
|
+
@pulumi.getter(name="actionsRequired")
|
|
874
|
+
def actions_required(self) -> Optional[str]:
|
|
875
|
+
"""
|
|
876
|
+
A message indicating if changes on the service provider require any updates on the consumer.
|
|
877
|
+
"""
|
|
878
|
+
return pulumi.get(self, "actions_required")
|
|
879
|
+
|
|
880
|
+
@property
|
|
881
|
+
@pulumi.getter
|
|
882
|
+
def description(self) -> Optional[str]:
|
|
883
|
+
"""
|
|
884
|
+
The reason for approval/rejection of the connection.
|
|
885
|
+
"""
|
|
886
|
+
return pulumi.get(self, "description")
|
|
887
|
+
|
|
888
|
+
@property
|
|
889
|
+
@pulumi.getter
|
|
890
|
+
def status(self) -> Optional[str]:
|
|
891
|
+
"""
|
|
892
|
+
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
|
|
893
|
+
"""
|
|
894
|
+
return pulumi.get(self, "status")
|
|
895
|
+
|
|
896
|
+
|
|
897
|
+
@pulumi.output_type
|
|
898
|
+
class ResourceVersionPolicyConfigurationResponse(dict):
|
|
899
|
+
"""
|
|
900
|
+
The settings for history tracking for FHIR resources.
|
|
901
|
+
"""
|
|
902
|
+
@staticmethod
|
|
903
|
+
def __key_warning(key: str):
|
|
904
|
+
suggest = None
|
|
905
|
+
if key == "resourceTypeOverrides":
|
|
906
|
+
suggest = "resource_type_overrides"
|
|
907
|
+
|
|
908
|
+
if suggest:
|
|
909
|
+
pulumi.log.warn(f"Key '{key}' not found in ResourceVersionPolicyConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
910
|
+
|
|
911
|
+
def __getitem__(self, key: str) -> Any:
|
|
912
|
+
ResourceVersionPolicyConfigurationResponse.__key_warning(key)
|
|
913
|
+
return super().__getitem__(key)
|
|
914
|
+
|
|
915
|
+
def get(self, key: str, default = None) -> Any:
|
|
916
|
+
ResourceVersionPolicyConfigurationResponse.__key_warning(key)
|
|
917
|
+
return super().get(key, default)
|
|
918
|
+
|
|
919
|
+
def __init__(__self__, *,
|
|
920
|
+
default: Optional[str] = None,
|
|
921
|
+
resource_type_overrides: Optional[Mapping[str, str]] = None):
|
|
922
|
+
"""
|
|
923
|
+
The settings for history tracking for FHIR resources.
|
|
924
|
+
:param str default: The default value for tracking history across all resources.
|
|
925
|
+
:param Mapping[str, str] resource_type_overrides: A list of FHIR Resources and their version policy overrides.
|
|
926
|
+
"""
|
|
927
|
+
if default is not None:
|
|
928
|
+
pulumi.set(__self__, "default", default)
|
|
929
|
+
if resource_type_overrides is not None:
|
|
930
|
+
pulumi.set(__self__, "resource_type_overrides", resource_type_overrides)
|
|
931
|
+
|
|
932
|
+
@property
|
|
933
|
+
@pulumi.getter
|
|
934
|
+
def default(self) -> Optional[str]:
|
|
935
|
+
"""
|
|
936
|
+
The default value for tracking history across all resources.
|
|
937
|
+
"""
|
|
938
|
+
return pulumi.get(self, "default")
|
|
939
|
+
|
|
940
|
+
@property
|
|
941
|
+
@pulumi.getter(name="resourceTypeOverrides")
|
|
942
|
+
def resource_type_overrides(self) -> Optional[Mapping[str, str]]:
|
|
943
|
+
"""
|
|
944
|
+
A list of FHIR Resources and their version policy overrides.
|
|
945
|
+
"""
|
|
946
|
+
return pulumi.get(self, "resource_type_overrides")
|
|
947
|
+
|
|
948
|
+
|
|
949
|
+
@pulumi.output_type
|
|
950
|
+
class ServiceAccessPolicyEntryResponse(dict):
|
|
951
|
+
"""
|
|
952
|
+
An access policy entry.
|
|
953
|
+
"""
|
|
954
|
+
@staticmethod
|
|
955
|
+
def __key_warning(key: str):
|
|
956
|
+
suggest = None
|
|
957
|
+
if key == "objectId":
|
|
958
|
+
suggest = "object_id"
|
|
959
|
+
|
|
960
|
+
if suggest:
|
|
961
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceAccessPolicyEntryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
962
|
+
|
|
963
|
+
def __getitem__(self, key: str) -> Any:
|
|
964
|
+
ServiceAccessPolicyEntryResponse.__key_warning(key)
|
|
965
|
+
return super().__getitem__(key)
|
|
966
|
+
|
|
967
|
+
def get(self, key: str, default = None) -> Any:
|
|
968
|
+
ServiceAccessPolicyEntryResponse.__key_warning(key)
|
|
969
|
+
return super().get(key, default)
|
|
970
|
+
|
|
971
|
+
def __init__(__self__, *,
|
|
972
|
+
object_id: str):
|
|
973
|
+
"""
|
|
974
|
+
An access policy entry.
|
|
975
|
+
:param str object_id: An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
|
|
976
|
+
"""
|
|
977
|
+
pulumi.set(__self__, "object_id", object_id)
|
|
978
|
+
|
|
979
|
+
@property
|
|
980
|
+
@pulumi.getter(name="objectId")
|
|
981
|
+
def object_id(self) -> str:
|
|
982
|
+
"""
|
|
983
|
+
An Azure AD object ID (User or Apps) that is allowed access to the FHIR service.
|
|
984
|
+
"""
|
|
985
|
+
return pulumi.get(self, "object_id")
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
@pulumi.output_type
|
|
989
|
+
class ServiceAcrConfigurationInfoResponse(dict):
|
|
990
|
+
"""
|
|
991
|
+
Azure container registry configuration information
|
|
992
|
+
"""
|
|
993
|
+
@staticmethod
|
|
994
|
+
def __key_warning(key: str):
|
|
995
|
+
suggest = None
|
|
996
|
+
if key == "loginServers":
|
|
997
|
+
suggest = "login_servers"
|
|
998
|
+
elif key == "ociArtifacts":
|
|
999
|
+
suggest = "oci_artifacts"
|
|
1000
|
+
|
|
1001
|
+
if suggest:
|
|
1002
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceAcrConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1003
|
+
|
|
1004
|
+
def __getitem__(self, key: str) -> Any:
|
|
1005
|
+
ServiceAcrConfigurationInfoResponse.__key_warning(key)
|
|
1006
|
+
return super().__getitem__(key)
|
|
1007
|
+
|
|
1008
|
+
def get(self, key: str, default = None) -> Any:
|
|
1009
|
+
ServiceAcrConfigurationInfoResponse.__key_warning(key)
|
|
1010
|
+
return super().get(key, default)
|
|
1011
|
+
|
|
1012
|
+
def __init__(__self__, *,
|
|
1013
|
+
login_servers: Optional[Sequence[str]] = None,
|
|
1014
|
+
oci_artifacts: Optional[Sequence['outputs.ServiceOciArtifactEntryResponse']] = None):
|
|
1015
|
+
"""
|
|
1016
|
+
Azure container registry configuration information
|
|
1017
|
+
:param Sequence[str] login_servers: The list of the ACR login servers.
|
|
1018
|
+
:param Sequence['ServiceOciArtifactEntryResponse'] oci_artifacts: The list of Open Container Initiative (OCI) artifacts.
|
|
1019
|
+
"""
|
|
1020
|
+
if login_servers is not None:
|
|
1021
|
+
pulumi.set(__self__, "login_servers", login_servers)
|
|
1022
|
+
if oci_artifacts is not None:
|
|
1023
|
+
pulumi.set(__self__, "oci_artifacts", oci_artifacts)
|
|
1024
|
+
|
|
1025
|
+
@property
|
|
1026
|
+
@pulumi.getter(name="loginServers")
|
|
1027
|
+
def login_servers(self) -> Optional[Sequence[str]]:
|
|
1028
|
+
"""
|
|
1029
|
+
The list of the ACR login servers.
|
|
1030
|
+
"""
|
|
1031
|
+
return pulumi.get(self, "login_servers")
|
|
1032
|
+
|
|
1033
|
+
@property
|
|
1034
|
+
@pulumi.getter(name="ociArtifacts")
|
|
1035
|
+
def oci_artifacts(self) -> Optional[Sequence['outputs.ServiceOciArtifactEntryResponse']]:
|
|
1036
|
+
"""
|
|
1037
|
+
The list of Open Container Initiative (OCI) artifacts.
|
|
1038
|
+
"""
|
|
1039
|
+
return pulumi.get(self, "oci_artifacts")
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
@pulumi.output_type
|
|
1043
|
+
class ServiceAuthenticationConfigurationInfoResponse(dict):
|
|
1044
|
+
"""
|
|
1045
|
+
Authentication configuration information
|
|
1046
|
+
"""
|
|
1047
|
+
@staticmethod
|
|
1048
|
+
def __key_warning(key: str):
|
|
1049
|
+
suggest = None
|
|
1050
|
+
if key == "smartProxyEnabled":
|
|
1051
|
+
suggest = "smart_proxy_enabled"
|
|
1052
|
+
|
|
1053
|
+
if suggest:
|
|
1054
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceAuthenticationConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1055
|
+
|
|
1056
|
+
def __getitem__(self, key: str) -> Any:
|
|
1057
|
+
ServiceAuthenticationConfigurationInfoResponse.__key_warning(key)
|
|
1058
|
+
return super().__getitem__(key)
|
|
1059
|
+
|
|
1060
|
+
def get(self, key: str, default = None) -> Any:
|
|
1061
|
+
ServiceAuthenticationConfigurationInfoResponse.__key_warning(key)
|
|
1062
|
+
return super().get(key, default)
|
|
1063
|
+
|
|
1064
|
+
def __init__(__self__, *,
|
|
1065
|
+
audience: Optional[str] = None,
|
|
1066
|
+
authority: Optional[str] = None,
|
|
1067
|
+
smart_proxy_enabled: Optional[bool] = None):
|
|
1068
|
+
"""
|
|
1069
|
+
Authentication configuration information
|
|
1070
|
+
:param str audience: The audience url for the service
|
|
1071
|
+
:param str authority: The authority url for the service
|
|
1072
|
+
:param bool smart_proxy_enabled: If the SMART on FHIR proxy is enabled
|
|
1073
|
+
"""
|
|
1074
|
+
if audience is not None:
|
|
1075
|
+
pulumi.set(__self__, "audience", audience)
|
|
1076
|
+
if authority is not None:
|
|
1077
|
+
pulumi.set(__self__, "authority", authority)
|
|
1078
|
+
if smart_proxy_enabled is not None:
|
|
1079
|
+
pulumi.set(__self__, "smart_proxy_enabled", smart_proxy_enabled)
|
|
1080
|
+
|
|
1081
|
+
@property
|
|
1082
|
+
@pulumi.getter
|
|
1083
|
+
def audience(self) -> Optional[str]:
|
|
1084
|
+
"""
|
|
1085
|
+
The audience url for the service
|
|
1086
|
+
"""
|
|
1087
|
+
return pulumi.get(self, "audience")
|
|
1088
|
+
|
|
1089
|
+
@property
|
|
1090
|
+
@pulumi.getter
|
|
1091
|
+
def authority(self) -> Optional[str]:
|
|
1092
|
+
"""
|
|
1093
|
+
The authority url for the service
|
|
1094
|
+
"""
|
|
1095
|
+
return pulumi.get(self, "authority")
|
|
1096
|
+
|
|
1097
|
+
@property
|
|
1098
|
+
@pulumi.getter(name="smartProxyEnabled")
|
|
1099
|
+
def smart_proxy_enabled(self) -> Optional[bool]:
|
|
1100
|
+
"""
|
|
1101
|
+
If the SMART on FHIR proxy is enabled
|
|
1102
|
+
"""
|
|
1103
|
+
return pulumi.get(self, "smart_proxy_enabled")
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
@pulumi.output_type
|
|
1107
|
+
class ServiceCorsConfigurationInfoResponse(dict):
|
|
1108
|
+
"""
|
|
1109
|
+
The settings for the CORS configuration of the service instance.
|
|
1110
|
+
"""
|
|
1111
|
+
@staticmethod
|
|
1112
|
+
def __key_warning(key: str):
|
|
1113
|
+
suggest = None
|
|
1114
|
+
if key == "allowCredentials":
|
|
1115
|
+
suggest = "allow_credentials"
|
|
1116
|
+
elif key == "maxAge":
|
|
1117
|
+
suggest = "max_age"
|
|
1118
|
+
|
|
1119
|
+
if suggest:
|
|
1120
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceCorsConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1121
|
+
|
|
1122
|
+
def __getitem__(self, key: str) -> Any:
|
|
1123
|
+
ServiceCorsConfigurationInfoResponse.__key_warning(key)
|
|
1124
|
+
return super().__getitem__(key)
|
|
1125
|
+
|
|
1126
|
+
def get(self, key: str, default = None) -> Any:
|
|
1127
|
+
ServiceCorsConfigurationInfoResponse.__key_warning(key)
|
|
1128
|
+
return super().get(key, default)
|
|
1129
|
+
|
|
1130
|
+
def __init__(__self__, *,
|
|
1131
|
+
allow_credentials: Optional[bool] = None,
|
|
1132
|
+
headers: Optional[Sequence[str]] = None,
|
|
1133
|
+
max_age: Optional[int] = None,
|
|
1134
|
+
methods: Optional[Sequence[str]] = None,
|
|
1135
|
+
origins: Optional[Sequence[str]] = None):
|
|
1136
|
+
"""
|
|
1137
|
+
The settings for the CORS configuration of the service instance.
|
|
1138
|
+
:param bool allow_credentials: If credentials are allowed via CORS.
|
|
1139
|
+
:param Sequence[str] headers: The headers to be allowed via CORS.
|
|
1140
|
+
:param int max_age: The max age to be allowed via CORS.
|
|
1141
|
+
:param Sequence[str] methods: The methods to be allowed via CORS.
|
|
1142
|
+
:param Sequence[str] origins: The origins to be allowed via CORS.
|
|
1143
|
+
"""
|
|
1144
|
+
if allow_credentials is not None:
|
|
1145
|
+
pulumi.set(__self__, "allow_credentials", allow_credentials)
|
|
1146
|
+
if headers is not None:
|
|
1147
|
+
pulumi.set(__self__, "headers", headers)
|
|
1148
|
+
if max_age is not None:
|
|
1149
|
+
pulumi.set(__self__, "max_age", max_age)
|
|
1150
|
+
if methods is not None:
|
|
1151
|
+
pulumi.set(__self__, "methods", methods)
|
|
1152
|
+
if origins is not None:
|
|
1153
|
+
pulumi.set(__self__, "origins", origins)
|
|
1154
|
+
|
|
1155
|
+
@property
|
|
1156
|
+
@pulumi.getter(name="allowCredentials")
|
|
1157
|
+
def allow_credentials(self) -> Optional[bool]:
|
|
1158
|
+
"""
|
|
1159
|
+
If credentials are allowed via CORS.
|
|
1160
|
+
"""
|
|
1161
|
+
return pulumi.get(self, "allow_credentials")
|
|
1162
|
+
|
|
1163
|
+
@property
|
|
1164
|
+
@pulumi.getter
|
|
1165
|
+
def headers(self) -> Optional[Sequence[str]]:
|
|
1166
|
+
"""
|
|
1167
|
+
The headers to be allowed via CORS.
|
|
1168
|
+
"""
|
|
1169
|
+
return pulumi.get(self, "headers")
|
|
1170
|
+
|
|
1171
|
+
@property
|
|
1172
|
+
@pulumi.getter(name="maxAge")
|
|
1173
|
+
def max_age(self) -> Optional[int]:
|
|
1174
|
+
"""
|
|
1175
|
+
The max age to be allowed via CORS.
|
|
1176
|
+
"""
|
|
1177
|
+
return pulumi.get(self, "max_age")
|
|
1178
|
+
|
|
1179
|
+
@property
|
|
1180
|
+
@pulumi.getter
|
|
1181
|
+
def methods(self) -> Optional[Sequence[str]]:
|
|
1182
|
+
"""
|
|
1183
|
+
The methods to be allowed via CORS.
|
|
1184
|
+
"""
|
|
1185
|
+
return pulumi.get(self, "methods")
|
|
1186
|
+
|
|
1187
|
+
@property
|
|
1188
|
+
@pulumi.getter
|
|
1189
|
+
def origins(self) -> Optional[Sequence[str]]:
|
|
1190
|
+
"""
|
|
1191
|
+
The origins to be allowed via CORS.
|
|
1192
|
+
"""
|
|
1193
|
+
return pulumi.get(self, "origins")
|
|
1194
|
+
|
|
1195
|
+
|
|
1196
|
+
@pulumi.output_type
|
|
1197
|
+
class ServiceCosmosDbConfigurationInfoResponse(dict):
|
|
1198
|
+
"""
|
|
1199
|
+
The settings for the Cosmos DB database backing the service.
|
|
1200
|
+
"""
|
|
1201
|
+
@staticmethod
|
|
1202
|
+
def __key_warning(key: str):
|
|
1203
|
+
suggest = None
|
|
1204
|
+
if key == "crossTenantCmkApplicationId":
|
|
1205
|
+
suggest = "cross_tenant_cmk_application_id"
|
|
1206
|
+
elif key == "keyVaultKeyUri":
|
|
1207
|
+
suggest = "key_vault_key_uri"
|
|
1208
|
+
elif key == "offerThroughput":
|
|
1209
|
+
suggest = "offer_throughput"
|
|
1210
|
+
|
|
1211
|
+
if suggest:
|
|
1212
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceCosmosDbConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1213
|
+
|
|
1214
|
+
def __getitem__(self, key: str) -> Any:
|
|
1215
|
+
ServiceCosmosDbConfigurationInfoResponse.__key_warning(key)
|
|
1216
|
+
return super().__getitem__(key)
|
|
1217
|
+
|
|
1218
|
+
def get(self, key: str, default = None) -> Any:
|
|
1219
|
+
ServiceCosmosDbConfigurationInfoResponse.__key_warning(key)
|
|
1220
|
+
return super().get(key, default)
|
|
1221
|
+
|
|
1222
|
+
def __init__(__self__, *,
|
|
1223
|
+
cross_tenant_cmk_application_id: Optional[str] = None,
|
|
1224
|
+
key_vault_key_uri: Optional[str] = None,
|
|
1225
|
+
offer_throughput: Optional[int] = None):
|
|
1226
|
+
"""
|
|
1227
|
+
The settings for the Cosmos DB database backing the service.
|
|
1228
|
+
:param str cross_tenant_cmk_application_id: The multi-tenant application id used to enable CMK access for services in a data sovereign region.
|
|
1229
|
+
:param str key_vault_key_uri: The URI of the customer-managed key for the backing database.
|
|
1230
|
+
:param int offer_throughput: The provisioned throughput for the backing database.
|
|
1231
|
+
"""
|
|
1232
|
+
if cross_tenant_cmk_application_id is not None:
|
|
1233
|
+
pulumi.set(__self__, "cross_tenant_cmk_application_id", cross_tenant_cmk_application_id)
|
|
1234
|
+
if key_vault_key_uri is not None:
|
|
1235
|
+
pulumi.set(__self__, "key_vault_key_uri", key_vault_key_uri)
|
|
1236
|
+
if offer_throughput is not None:
|
|
1237
|
+
pulumi.set(__self__, "offer_throughput", offer_throughput)
|
|
1238
|
+
|
|
1239
|
+
@property
|
|
1240
|
+
@pulumi.getter(name="crossTenantCmkApplicationId")
|
|
1241
|
+
def cross_tenant_cmk_application_id(self) -> Optional[str]:
|
|
1242
|
+
"""
|
|
1243
|
+
The multi-tenant application id used to enable CMK access for services in a data sovereign region.
|
|
1244
|
+
"""
|
|
1245
|
+
return pulumi.get(self, "cross_tenant_cmk_application_id")
|
|
1246
|
+
|
|
1247
|
+
@property
|
|
1248
|
+
@pulumi.getter(name="keyVaultKeyUri")
|
|
1249
|
+
def key_vault_key_uri(self) -> Optional[str]:
|
|
1250
|
+
"""
|
|
1251
|
+
The URI of the customer-managed key for the backing database.
|
|
1252
|
+
"""
|
|
1253
|
+
return pulumi.get(self, "key_vault_key_uri")
|
|
1254
|
+
|
|
1255
|
+
@property
|
|
1256
|
+
@pulumi.getter(name="offerThroughput")
|
|
1257
|
+
def offer_throughput(self) -> Optional[int]:
|
|
1258
|
+
"""
|
|
1259
|
+
The provisioned throughput for the backing database.
|
|
1260
|
+
"""
|
|
1261
|
+
return pulumi.get(self, "offer_throughput")
|
|
1262
|
+
|
|
1263
|
+
|
|
1264
|
+
@pulumi.output_type
|
|
1265
|
+
class ServiceExportConfigurationInfoResponse(dict):
|
|
1266
|
+
"""
|
|
1267
|
+
Export operation configuration information
|
|
1268
|
+
"""
|
|
1269
|
+
@staticmethod
|
|
1270
|
+
def __key_warning(key: str):
|
|
1271
|
+
suggest = None
|
|
1272
|
+
if key == "storageAccountName":
|
|
1273
|
+
suggest = "storage_account_name"
|
|
1274
|
+
|
|
1275
|
+
if suggest:
|
|
1276
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceExportConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1277
|
+
|
|
1278
|
+
def __getitem__(self, key: str) -> Any:
|
|
1279
|
+
ServiceExportConfigurationInfoResponse.__key_warning(key)
|
|
1280
|
+
return super().__getitem__(key)
|
|
1281
|
+
|
|
1282
|
+
def get(self, key: str, default = None) -> Any:
|
|
1283
|
+
ServiceExportConfigurationInfoResponse.__key_warning(key)
|
|
1284
|
+
return super().get(key, default)
|
|
1285
|
+
|
|
1286
|
+
def __init__(__self__, *,
|
|
1287
|
+
storage_account_name: Optional[str] = None):
|
|
1288
|
+
"""
|
|
1289
|
+
Export operation configuration information
|
|
1290
|
+
:param str storage_account_name: The name of the default export storage account.
|
|
1291
|
+
"""
|
|
1292
|
+
if storage_account_name is not None:
|
|
1293
|
+
pulumi.set(__self__, "storage_account_name", storage_account_name)
|
|
1294
|
+
|
|
1295
|
+
@property
|
|
1296
|
+
@pulumi.getter(name="storageAccountName")
|
|
1297
|
+
def storage_account_name(self) -> Optional[str]:
|
|
1298
|
+
"""
|
|
1299
|
+
The name of the default export storage account.
|
|
1300
|
+
"""
|
|
1301
|
+
return pulumi.get(self, "storage_account_name")
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
@pulumi.output_type
|
|
1305
|
+
class ServiceImportConfigurationInfoResponse(dict):
|
|
1306
|
+
"""
|
|
1307
|
+
Import operation configuration information
|
|
1308
|
+
"""
|
|
1309
|
+
@staticmethod
|
|
1310
|
+
def __key_warning(key: str):
|
|
1311
|
+
suggest = None
|
|
1312
|
+
if key == "initialImportMode":
|
|
1313
|
+
suggest = "initial_import_mode"
|
|
1314
|
+
elif key == "integrationDataStore":
|
|
1315
|
+
suggest = "integration_data_store"
|
|
1316
|
+
|
|
1317
|
+
if suggest:
|
|
1318
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceImportConfigurationInfoResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1319
|
+
|
|
1320
|
+
def __getitem__(self, key: str) -> Any:
|
|
1321
|
+
ServiceImportConfigurationInfoResponse.__key_warning(key)
|
|
1322
|
+
return super().__getitem__(key)
|
|
1323
|
+
|
|
1324
|
+
def get(self, key: str, default = None) -> Any:
|
|
1325
|
+
ServiceImportConfigurationInfoResponse.__key_warning(key)
|
|
1326
|
+
return super().get(key, default)
|
|
1327
|
+
|
|
1328
|
+
def __init__(__self__, *,
|
|
1329
|
+
enabled: Optional[bool] = None,
|
|
1330
|
+
initial_import_mode: Optional[bool] = None,
|
|
1331
|
+
integration_data_store: Optional[str] = None):
|
|
1332
|
+
"""
|
|
1333
|
+
Import operation configuration information
|
|
1334
|
+
:param bool enabled: If the import operation is enabled.
|
|
1335
|
+
:param bool initial_import_mode: If the FHIR service is in InitialImportMode.
|
|
1336
|
+
:param str integration_data_store: The name of the default integration storage account.
|
|
1337
|
+
"""
|
|
1338
|
+
if enabled is not None:
|
|
1339
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1340
|
+
if initial_import_mode is not None:
|
|
1341
|
+
pulumi.set(__self__, "initial_import_mode", initial_import_mode)
|
|
1342
|
+
if integration_data_store is not None:
|
|
1343
|
+
pulumi.set(__self__, "integration_data_store", integration_data_store)
|
|
1344
|
+
|
|
1345
|
+
@property
|
|
1346
|
+
@pulumi.getter
|
|
1347
|
+
def enabled(self) -> Optional[bool]:
|
|
1348
|
+
"""
|
|
1349
|
+
If the import operation is enabled.
|
|
1350
|
+
"""
|
|
1351
|
+
return pulumi.get(self, "enabled")
|
|
1352
|
+
|
|
1353
|
+
@property
|
|
1354
|
+
@pulumi.getter(name="initialImportMode")
|
|
1355
|
+
def initial_import_mode(self) -> Optional[bool]:
|
|
1356
|
+
"""
|
|
1357
|
+
If the FHIR service is in InitialImportMode.
|
|
1358
|
+
"""
|
|
1359
|
+
return pulumi.get(self, "initial_import_mode")
|
|
1360
|
+
|
|
1361
|
+
@property
|
|
1362
|
+
@pulumi.getter(name="integrationDataStore")
|
|
1363
|
+
def integration_data_store(self) -> Optional[str]:
|
|
1364
|
+
"""
|
|
1365
|
+
The name of the default integration storage account.
|
|
1366
|
+
"""
|
|
1367
|
+
return pulumi.get(self, "integration_data_store")
|
|
1368
|
+
|
|
1369
|
+
|
|
1370
|
+
@pulumi.output_type
|
|
1371
|
+
class ServiceManagedIdentityResponseIdentity(dict):
|
|
1372
|
+
"""
|
|
1373
|
+
Setting indicating whether the service has a managed identity associated with it.
|
|
1374
|
+
"""
|
|
1375
|
+
@staticmethod
|
|
1376
|
+
def __key_warning(key: str):
|
|
1377
|
+
suggest = None
|
|
1378
|
+
if key == "principalId":
|
|
1379
|
+
suggest = "principal_id"
|
|
1380
|
+
elif key == "tenantId":
|
|
1381
|
+
suggest = "tenant_id"
|
|
1382
|
+
elif key == "userAssignedIdentities":
|
|
1383
|
+
suggest = "user_assigned_identities"
|
|
1384
|
+
|
|
1385
|
+
if suggest:
|
|
1386
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceManagedIdentityResponseIdentity. Access the value via the '{suggest}' property getter instead.")
|
|
1387
|
+
|
|
1388
|
+
def __getitem__(self, key: str) -> Any:
|
|
1389
|
+
ServiceManagedIdentityResponseIdentity.__key_warning(key)
|
|
1390
|
+
return super().__getitem__(key)
|
|
1391
|
+
|
|
1392
|
+
def get(self, key: str, default = None) -> Any:
|
|
1393
|
+
ServiceManagedIdentityResponseIdentity.__key_warning(key)
|
|
1394
|
+
return super().get(key, default)
|
|
1395
|
+
|
|
1396
|
+
def __init__(__self__, *,
|
|
1397
|
+
principal_id: str,
|
|
1398
|
+
tenant_id: str,
|
|
1399
|
+
type: str,
|
|
1400
|
+
user_assigned_identities: Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']] = None):
|
|
1401
|
+
"""
|
|
1402
|
+
Setting indicating whether the service has a managed identity associated with it.
|
|
1403
|
+
:param str principal_id: The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1404
|
+
:param str tenant_id: The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1405
|
+
:param str type: Type of identity being specified, currently SystemAssigned and None are allowed.
|
|
1406
|
+
:param Mapping[str, 'UserAssignedIdentityResponse'] user_assigned_identities: The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
1407
|
+
"""
|
|
1408
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1409
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1410
|
+
pulumi.set(__self__, "type", type)
|
|
1411
|
+
if user_assigned_identities is not None:
|
|
1412
|
+
pulumi.set(__self__, "user_assigned_identities", user_assigned_identities)
|
|
1413
|
+
|
|
1414
|
+
@property
|
|
1415
|
+
@pulumi.getter(name="principalId")
|
|
1416
|
+
def principal_id(self) -> str:
|
|
1417
|
+
"""
|
|
1418
|
+
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1419
|
+
"""
|
|
1420
|
+
return pulumi.get(self, "principal_id")
|
|
1421
|
+
|
|
1422
|
+
@property
|
|
1423
|
+
@pulumi.getter(name="tenantId")
|
|
1424
|
+
def tenant_id(self) -> str:
|
|
1425
|
+
"""
|
|
1426
|
+
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
|
|
1427
|
+
"""
|
|
1428
|
+
return pulumi.get(self, "tenant_id")
|
|
1429
|
+
|
|
1430
|
+
@property
|
|
1431
|
+
@pulumi.getter
|
|
1432
|
+
def type(self) -> str:
|
|
1433
|
+
"""
|
|
1434
|
+
Type of identity being specified, currently SystemAssigned and None are allowed.
|
|
1435
|
+
"""
|
|
1436
|
+
return pulumi.get(self, "type")
|
|
1437
|
+
|
|
1438
|
+
@property
|
|
1439
|
+
@pulumi.getter(name="userAssignedIdentities")
|
|
1440
|
+
def user_assigned_identities(self) -> Optional[Mapping[str, 'outputs.UserAssignedIdentityResponse']]:
|
|
1441
|
+
"""
|
|
1442
|
+
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
|
|
1443
|
+
"""
|
|
1444
|
+
return pulumi.get(self, "user_assigned_identities")
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
@pulumi.output_type
|
|
1448
|
+
class ServiceOciArtifactEntryResponse(dict):
|
|
1449
|
+
"""
|
|
1450
|
+
An Open Container Initiative (OCI) artifact.
|
|
1451
|
+
"""
|
|
1452
|
+
@staticmethod
|
|
1453
|
+
def __key_warning(key: str):
|
|
1454
|
+
suggest = None
|
|
1455
|
+
if key == "imageName":
|
|
1456
|
+
suggest = "image_name"
|
|
1457
|
+
elif key == "loginServer":
|
|
1458
|
+
suggest = "login_server"
|
|
1459
|
+
|
|
1460
|
+
if suggest:
|
|
1461
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceOciArtifactEntryResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1462
|
+
|
|
1463
|
+
def __getitem__(self, key: str) -> Any:
|
|
1464
|
+
ServiceOciArtifactEntryResponse.__key_warning(key)
|
|
1465
|
+
return super().__getitem__(key)
|
|
1466
|
+
|
|
1467
|
+
def get(self, key: str, default = None) -> Any:
|
|
1468
|
+
ServiceOciArtifactEntryResponse.__key_warning(key)
|
|
1469
|
+
return super().get(key, default)
|
|
1470
|
+
|
|
1471
|
+
def __init__(__self__, *,
|
|
1472
|
+
digest: Optional[str] = None,
|
|
1473
|
+
image_name: Optional[str] = None,
|
|
1474
|
+
login_server: Optional[str] = None):
|
|
1475
|
+
"""
|
|
1476
|
+
An Open Container Initiative (OCI) artifact.
|
|
1477
|
+
:param str digest: The artifact digest.
|
|
1478
|
+
:param str image_name: The artifact name.
|
|
1479
|
+
:param str login_server: The Azure Container Registry login server.
|
|
1480
|
+
"""
|
|
1481
|
+
if digest is not None:
|
|
1482
|
+
pulumi.set(__self__, "digest", digest)
|
|
1483
|
+
if image_name is not None:
|
|
1484
|
+
pulumi.set(__self__, "image_name", image_name)
|
|
1485
|
+
if login_server is not None:
|
|
1486
|
+
pulumi.set(__self__, "login_server", login_server)
|
|
1487
|
+
|
|
1488
|
+
@property
|
|
1489
|
+
@pulumi.getter
|
|
1490
|
+
def digest(self) -> Optional[str]:
|
|
1491
|
+
"""
|
|
1492
|
+
The artifact digest.
|
|
1493
|
+
"""
|
|
1494
|
+
return pulumi.get(self, "digest")
|
|
1495
|
+
|
|
1496
|
+
@property
|
|
1497
|
+
@pulumi.getter(name="imageName")
|
|
1498
|
+
def image_name(self) -> Optional[str]:
|
|
1499
|
+
"""
|
|
1500
|
+
The artifact name.
|
|
1501
|
+
"""
|
|
1502
|
+
return pulumi.get(self, "image_name")
|
|
1503
|
+
|
|
1504
|
+
@property
|
|
1505
|
+
@pulumi.getter(name="loginServer")
|
|
1506
|
+
def login_server(self) -> Optional[str]:
|
|
1507
|
+
"""
|
|
1508
|
+
The Azure Container Registry login server.
|
|
1509
|
+
"""
|
|
1510
|
+
return pulumi.get(self, "login_server")
|
|
1511
|
+
|
|
1512
|
+
|
|
1513
|
+
@pulumi.output_type
|
|
1514
|
+
class ServicesPropertiesResponse(dict):
|
|
1515
|
+
"""
|
|
1516
|
+
The properties of a service instance.
|
|
1517
|
+
"""
|
|
1518
|
+
@staticmethod
|
|
1519
|
+
def __key_warning(key: str):
|
|
1520
|
+
suggest = None
|
|
1521
|
+
if key == "provisioningState":
|
|
1522
|
+
suggest = "provisioning_state"
|
|
1523
|
+
elif key == "accessPolicies":
|
|
1524
|
+
suggest = "access_policies"
|
|
1525
|
+
elif key == "acrConfiguration":
|
|
1526
|
+
suggest = "acr_configuration"
|
|
1527
|
+
elif key == "authenticationConfiguration":
|
|
1528
|
+
suggest = "authentication_configuration"
|
|
1529
|
+
elif key == "corsConfiguration":
|
|
1530
|
+
suggest = "cors_configuration"
|
|
1531
|
+
elif key == "cosmosDbConfiguration":
|
|
1532
|
+
suggest = "cosmos_db_configuration"
|
|
1533
|
+
elif key == "exportConfiguration":
|
|
1534
|
+
suggest = "export_configuration"
|
|
1535
|
+
elif key == "importConfiguration":
|
|
1536
|
+
suggest = "import_configuration"
|
|
1537
|
+
elif key == "privateEndpointConnections":
|
|
1538
|
+
suggest = "private_endpoint_connections"
|
|
1539
|
+
elif key == "publicNetworkAccess":
|
|
1540
|
+
suggest = "public_network_access"
|
|
1541
|
+
|
|
1542
|
+
if suggest:
|
|
1543
|
+
pulumi.log.warn(f"Key '{key}' not found in ServicesPropertiesResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1544
|
+
|
|
1545
|
+
def __getitem__(self, key: str) -> Any:
|
|
1546
|
+
ServicesPropertiesResponse.__key_warning(key)
|
|
1547
|
+
return super().__getitem__(key)
|
|
1548
|
+
|
|
1549
|
+
def get(self, key: str, default = None) -> Any:
|
|
1550
|
+
ServicesPropertiesResponse.__key_warning(key)
|
|
1551
|
+
return super().get(key, default)
|
|
1552
|
+
|
|
1553
|
+
def __init__(__self__, *,
|
|
1554
|
+
provisioning_state: str,
|
|
1555
|
+
access_policies: Optional[Sequence['outputs.ServiceAccessPolicyEntryResponse']] = None,
|
|
1556
|
+
acr_configuration: Optional['outputs.ServiceAcrConfigurationInfoResponse'] = None,
|
|
1557
|
+
authentication_configuration: Optional['outputs.ServiceAuthenticationConfigurationInfoResponse'] = None,
|
|
1558
|
+
cors_configuration: Optional['outputs.ServiceCorsConfigurationInfoResponse'] = None,
|
|
1559
|
+
cosmos_db_configuration: Optional['outputs.ServiceCosmosDbConfigurationInfoResponse'] = None,
|
|
1560
|
+
export_configuration: Optional['outputs.ServiceExportConfigurationInfoResponse'] = None,
|
|
1561
|
+
import_configuration: Optional['outputs.ServiceImportConfigurationInfoResponse'] = None,
|
|
1562
|
+
private_endpoint_connections: Optional[Sequence['outputs.PrivateEndpointConnectionResponse']] = None,
|
|
1563
|
+
public_network_access: Optional[str] = None):
|
|
1564
|
+
"""
|
|
1565
|
+
The properties of a service instance.
|
|
1566
|
+
:param str provisioning_state: The provisioning state.
|
|
1567
|
+
:param Sequence['ServiceAccessPolicyEntryResponse'] access_policies: The access policies of the service instance.
|
|
1568
|
+
:param 'ServiceAcrConfigurationInfoResponse' acr_configuration: The azure container registry settings used for convert data operation of the service instance.
|
|
1569
|
+
:param 'ServiceAuthenticationConfigurationInfoResponse' authentication_configuration: The authentication configuration for the service instance.
|
|
1570
|
+
:param 'ServiceCorsConfigurationInfoResponse' cors_configuration: The settings for the CORS configuration of the service instance.
|
|
1571
|
+
:param 'ServiceCosmosDbConfigurationInfoResponse' cosmos_db_configuration: The settings for the Cosmos DB database backing the service.
|
|
1572
|
+
:param 'ServiceExportConfigurationInfoResponse' export_configuration: The settings for the export operation of the service instance.
|
|
1573
|
+
:param 'ServiceImportConfigurationInfoResponse' import_configuration: The settings for the import operation of the service instance.
|
|
1574
|
+
:param Sequence['PrivateEndpointConnectionResponse'] private_endpoint_connections: The list of private endpoint connections that are set up for this resource.
|
|
1575
|
+
:param str public_network_access: Control permission for data plane traffic coming from public networks while private endpoint is enabled.
|
|
1576
|
+
"""
|
|
1577
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
1578
|
+
if access_policies is not None:
|
|
1579
|
+
pulumi.set(__self__, "access_policies", access_policies)
|
|
1580
|
+
if acr_configuration is not None:
|
|
1581
|
+
pulumi.set(__self__, "acr_configuration", acr_configuration)
|
|
1582
|
+
if authentication_configuration is not None:
|
|
1583
|
+
pulumi.set(__self__, "authentication_configuration", authentication_configuration)
|
|
1584
|
+
if cors_configuration is not None:
|
|
1585
|
+
pulumi.set(__self__, "cors_configuration", cors_configuration)
|
|
1586
|
+
if cosmos_db_configuration is not None:
|
|
1587
|
+
pulumi.set(__self__, "cosmos_db_configuration", cosmos_db_configuration)
|
|
1588
|
+
if export_configuration is not None:
|
|
1589
|
+
pulumi.set(__self__, "export_configuration", export_configuration)
|
|
1590
|
+
if import_configuration is not None:
|
|
1591
|
+
pulumi.set(__self__, "import_configuration", import_configuration)
|
|
1592
|
+
if private_endpoint_connections is not None:
|
|
1593
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
1594
|
+
if public_network_access is not None:
|
|
1595
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
1596
|
+
|
|
1597
|
+
@property
|
|
1598
|
+
@pulumi.getter(name="provisioningState")
|
|
1599
|
+
def provisioning_state(self) -> str:
|
|
1600
|
+
"""
|
|
1601
|
+
The provisioning state.
|
|
1602
|
+
"""
|
|
1603
|
+
return pulumi.get(self, "provisioning_state")
|
|
1604
|
+
|
|
1605
|
+
@property
|
|
1606
|
+
@pulumi.getter(name="accessPolicies")
|
|
1607
|
+
def access_policies(self) -> Optional[Sequence['outputs.ServiceAccessPolicyEntryResponse']]:
|
|
1608
|
+
"""
|
|
1609
|
+
The access policies of the service instance.
|
|
1610
|
+
"""
|
|
1611
|
+
return pulumi.get(self, "access_policies")
|
|
1612
|
+
|
|
1613
|
+
@property
|
|
1614
|
+
@pulumi.getter(name="acrConfiguration")
|
|
1615
|
+
def acr_configuration(self) -> Optional['outputs.ServiceAcrConfigurationInfoResponse']:
|
|
1616
|
+
"""
|
|
1617
|
+
The azure container registry settings used for convert data operation of the service instance.
|
|
1618
|
+
"""
|
|
1619
|
+
return pulumi.get(self, "acr_configuration")
|
|
1620
|
+
|
|
1621
|
+
@property
|
|
1622
|
+
@pulumi.getter(name="authenticationConfiguration")
|
|
1623
|
+
def authentication_configuration(self) -> Optional['outputs.ServiceAuthenticationConfigurationInfoResponse']:
|
|
1624
|
+
"""
|
|
1625
|
+
The authentication configuration for the service instance.
|
|
1626
|
+
"""
|
|
1627
|
+
return pulumi.get(self, "authentication_configuration")
|
|
1628
|
+
|
|
1629
|
+
@property
|
|
1630
|
+
@pulumi.getter(name="corsConfiguration")
|
|
1631
|
+
def cors_configuration(self) -> Optional['outputs.ServiceCorsConfigurationInfoResponse']:
|
|
1632
|
+
"""
|
|
1633
|
+
The settings for the CORS configuration of the service instance.
|
|
1634
|
+
"""
|
|
1635
|
+
return pulumi.get(self, "cors_configuration")
|
|
1636
|
+
|
|
1637
|
+
@property
|
|
1638
|
+
@pulumi.getter(name="cosmosDbConfiguration")
|
|
1639
|
+
def cosmos_db_configuration(self) -> Optional['outputs.ServiceCosmosDbConfigurationInfoResponse']:
|
|
1640
|
+
"""
|
|
1641
|
+
The settings for the Cosmos DB database backing the service.
|
|
1642
|
+
"""
|
|
1643
|
+
return pulumi.get(self, "cosmos_db_configuration")
|
|
1644
|
+
|
|
1645
|
+
@property
|
|
1646
|
+
@pulumi.getter(name="exportConfiguration")
|
|
1647
|
+
def export_configuration(self) -> Optional['outputs.ServiceExportConfigurationInfoResponse']:
|
|
1648
|
+
"""
|
|
1649
|
+
The settings for the export operation of the service instance.
|
|
1650
|
+
"""
|
|
1651
|
+
return pulumi.get(self, "export_configuration")
|
|
1652
|
+
|
|
1653
|
+
@property
|
|
1654
|
+
@pulumi.getter(name="importConfiguration")
|
|
1655
|
+
def import_configuration(self) -> Optional['outputs.ServiceImportConfigurationInfoResponse']:
|
|
1656
|
+
"""
|
|
1657
|
+
The settings for the import operation of the service instance.
|
|
1658
|
+
"""
|
|
1659
|
+
return pulumi.get(self, "import_configuration")
|
|
1660
|
+
|
|
1661
|
+
@property
|
|
1662
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
1663
|
+
def private_endpoint_connections(self) -> Optional[Sequence['outputs.PrivateEndpointConnectionResponse']]:
|
|
1664
|
+
"""
|
|
1665
|
+
The list of private endpoint connections that are set up for this resource.
|
|
1666
|
+
"""
|
|
1667
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
1668
|
+
|
|
1669
|
+
@property
|
|
1670
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
1671
|
+
def public_network_access(self) -> Optional[str]:
|
|
1672
|
+
"""
|
|
1673
|
+
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
|
|
1674
|
+
"""
|
|
1675
|
+
return pulumi.get(self, "public_network_access")
|
|
1676
|
+
|
|
1677
|
+
|
|
1678
|
+
@pulumi.output_type
|
|
1679
|
+
class ServicesResourceResponseIdentity(dict):
|
|
1680
|
+
"""
|
|
1681
|
+
Setting indicating whether the service has a managed identity associated with it.
|
|
1682
|
+
"""
|
|
1683
|
+
@staticmethod
|
|
1684
|
+
def __key_warning(key: str):
|
|
1685
|
+
suggest = None
|
|
1686
|
+
if key == "principalId":
|
|
1687
|
+
suggest = "principal_id"
|
|
1688
|
+
elif key == "tenantId":
|
|
1689
|
+
suggest = "tenant_id"
|
|
1690
|
+
|
|
1691
|
+
if suggest:
|
|
1692
|
+
pulumi.log.warn(f"Key '{key}' not found in ServicesResourceResponseIdentity. Access the value via the '{suggest}' property getter instead.")
|
|
1693
|
+
|
|
1694
|
+
def __getitem__(self, key: str) -> Any:
|
|
1695
|
+
ServicesResourceResponseIdentity.__key_warning(key)
|
|
1696
|
+
return super().__getitem__(key)
|
|
1697
|
+
|
|
1698
|
+
def get(self, key: str, default = None) -> Any:
|
|
1699
|
+
ServicesResourceResponseIdentity.__key_warning(key)
|
|
1700
|
+
return super().get(key, default)
|
|
1701
|
+
|
|
1702
|
+
def __init__(__self__, *,
|
|
1703
|
+
principal_id: str,
|
|
1704
|
+
tenant_id: str,
|
|
1705
|
+
type: Optional[str] = None):
|
|
1706
|
+
"""
|
|
1707
|
+
Setting indicating whether the service has a managed identity associated with it.
|
|
1708
|
+
:param str principal_id: The principal ID of the resource identity.
|
|
1709
|
+
:param str tenant_id: The tenant ID of the resource.
|
|
1710
|
+
:param str type: Type of identity being specified, currently SystemAssigned and None are allowed.
|
|
1711
|
+
"""
|
|
1712
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
1713
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1714
|
+
if type is not None:
|
|
1715
|
+
pulumi.set(__self__, "type", type)
|
|
1716
|
+
|
|
1717
|
+
@property
|
|
1718
|
+
@pulumi.getter(name="principalId")
|
|
1719
|
+
def principal_id(self) -> str:
|
|
1720
|
+
"""
|
|
1721
|
+
The principal ID of the resource identity.
|
|
1722
|
+
"""
|
|
1723
|
+
return pulumi.get(self, "principal_id")
|
|
1724
|
+
|
|
1725
|
+
@property
|
|
1726
|
+
@pulumi.getter(name="tenantId")
|
|
1727
|
+
def tenant_id(self) -> str:
|
|
1728
|
+
"""
|
|
1729
|
+
The tenant ID of the resource.
|
|
1730
|
+
"""
|
|
1731
|
+
return pulumi.get(self, "tenant_id")
|
|
1732
|
+
|
|
1733
|
+
@property
|
|
1734
|
+
@pulumi.getter
|
|
1735
|
+
def type(self) -> Optional[str]:
|
|
1736
|
+
"""
|
|
1737
|
+
Type of identity being specified, currently SystemAssigned and None are allowed.
|
|
1738
|
+
"""
|
|
1739
|
+
return pulumi.get(self, "type")
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
@pulumi.output_type
|
|
1743
|
+
class SmartIdentityProviderApplicationResponse(dict):
|
|
1744
|
+
"""
|
|
1745
|
+
An Application configured in the Identity Provider used to access FHIR resources.
|
|
1746
|
+
"""
|
|
1747
|
+
@staticmethod
|
|
1748
|
+
def __key_warning(key: str):
|
|
1749
|
+
suggest = None
|
|
1750
|
+
if key == "allowedDataActions":
|
|
1751
|
+
suggest = "allowed_data_actions"
|
|
1752
|
+
elif key == "clientId":
|
|
1753
|
+
suggest = "client_id"
|
|
1754
|
+
|
|
1755
|
+
if suggest:
|
|
1756
|
+
pulumi.log.warn(f"Key '{key}' not found in SmartIdentityProviderApplicationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1757
|
+
|
|
1758
|
+
def __getitem__(self, key: str) -> Any:
|
|
1759
|
+
SmartIdentityProviderApplicationResponse.__key_warning(key)
|
|
1760
|
+
return super().__getitem__(key)
|
|
1761
|
+
|
|
1762
|
+
def get(self, key: str, default = None) -> Any:
|
|
1763
|
+
SmartIdentityProviderApplicationResponse.__key_warning(key)
|
|
1764
|
+
return super().get(key, default)
|
|
1765
|
+
|
|
1766
|
+
def __init__(__self__, *,
|
|
1767
|
+
allowed_data_actions: Optional[Sequence[str]] = None,
|
|
1768
|
+
audience: Optional[str] = None,
|
|
1769
|
+
client_id: Optional[str] = None):
|
|
1770
|
+
"""
|
|
1771
|
+
An Application configured in the Identity Provider used to access FHIR resources.
|
|
1772
|
+
:param Sequence[str] allowed_data_actions: The actions that are permitted to be performed on FHIR resources for the application.
|
|
1773
|
+
:param str audience: The audience that will be used to validate bearer tokens against the given authority.
|
|
1774
|
+
:param str client_id: The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.
|
|
1775
|
+
"""
|
|
1776
|
+
if allowed_data_actions is not None:
|
|
1777
|
+
pulumi.set(__self__, "allowed_data_actions", allowed_data_actions)
|
|
1778
|
+
if audience is not None:
|
|
1779
|
+
pulumi.set(__self__, "audience", audience)
|
|
1780
|
+
if client_id is not None:
|
|
1781
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
1782
|
+
|
|
1783
|
+
@property
|
|
1784
|
+
@pulumi.getter(name="allowedDataActions")
|
|
1785
|
+
def allowed_data_actions(self) -> Optional[Sequence[str]]:
|
|
1786
|
+
"""
|
|
1787
|
+
The actions that are permitted to be performed on FHIR resources for the application.
|
|
1788
|
+
"""
|
|
1789
|
+
return pulumi.get(self, "allowed_data_actions")
|
|
1790
|
+
|
|
1791
|
+
@property
|
|
1792
|
+
@pulumi.getter
|
|
1793
|
+
def audience(self) -> Optional[str]:
|
|
1794
|
+
"""
|
|
1795
|
+
The audience that will be used to validate bearer tokens against the given authority.
|
|
1796
|
+
"""
|
|
1797
|
+
return pulumi.get(self, "audience")
|
|
1798
|
+
|
|
1799
|
+
@property
|
|
1800
|
+
@pulumi.getter(name="clientId")
|
|
1801
|
+
def client_id(self) -> Optional[str]:
|
|
1802
|
+
"""
|
|
1803
|
+
The application client id defined in the identity provider. This value will be used to validate bearer tokens against the given authority.
|
|
1804
|
+
"""
|
|
1805
|
+
return pulumi.get(self, "client_id")
|
|
1806
|
+
|
|
1807
|
+
|
|
1808
|
+
@pulumi.output_type
|
|
1809
|
+
class SmartIdentityProviderConfigurationResponse(dict):
|
|
1810
|
+
"""
|
|
1811
|
+
An object to configure an identity provider for use with SMART on FHIR authentication.
|
|
1812
|
+
"""
|
|
1813
|
+
def __init__(__self__, *,
|
|
1814
|
+
applications: Optional[Sequence['outputs.SmartIdentityProviderApplicationResponse']] = None,
|
|
1815
|
+
authority: Optional[str] = None):
|
|
1816
|
+
"""
|
|
1817
|
+
An object to configure an identity provider for use with SMART on FHIR authentication.
|
|
1818
|
+
:param Sequence['SmartIdentityProviderApplicationResponse'] applications: The array of identity provider applications for SMART on FHIR authentication.
|
|
1819
|
+
:param str authority: The identity provider token authority also known as the token issuing authority.
|
|
1820
|
+
"""
|
|
1821
|
+
if applications is not None:
|
|
1822
|
+
pulumi.set(__self__, "applications", applications)
|
|
1823
|
+
if authority is not None:
|
|
1824
|
+
pulumi.set(__self__, "authority", authority)
|
|
1825
|
+
|
|
1826
|
+
@property
|
|
1827
|
+
@pulumi.getter
|
|
1828
|
+
def applications(self) -> Optional[Sequence['outputs.SmartIdentityProviderApplicationResponse']]:
|
|
1829
|
+
"""
|
|
1830
|
+
The array of identity provider applications for SMART on FHIR authentication.
|
|
1831
|
+
"""
|
|
1832
|
+
return pulumi.get(self, "applications")
|
|
1833
|
+
|
|
1834
|
+
@property
|
|
1835
|
+
@pulumi.getter
|
|
1836
|
+
def authority(self) -> Optional[str]:
|
|
1837
|
+
"""
|
|
1838
|
+
The identity provider token authority also known as the token issuing authority.
|
|
1839
|
+
"""
|
|
1840
|
+
return pulumi.get(self, "authority")
|
|
1841
|
+
|
|
1842
|
+
|
|
1843
|
+
@pulumi.output_type
|
|
1844
|
+
class StorageConfigurationResponse(dict):
|
|
1845
|
+
"""
|
|
1846
|
+
The configuration of connected storage
|
|
1847
|
+
"""
|
|
1848
|
+
@staticmethod
|
|
1849
|
+
def __key_warning(key: str):
|
|
1850
|
+
suggest = None
|
|
1851
|
+
if key == "fileSystemName":
|
|
1852
|
+
suggest = "file_system_name"
|
|
1853
|
+
elif key == "storageResourceId":
|
|
1854
|
+
suggest = "storage_resource_id"
|
|
1855
|
+
|
|
1856
|
+
if suggest:
|
|
1857
|
+
pulumi.log.warn(f"Key '{key}' not found in StorageConfigurationResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1858
|
+
|
|
1859
|
+
def __getitem__(self, key: str) -> Any:
|
|
1860
|
+
StorageConfigurationResponse.__key_warning(key)
|
|
1861
|
+
return super().__getitem__(key)
|
|
1862
|
+
|
|
1863
|
+
def get(self, key: str, default = None) -> Any:
|
|
1864
|
+
StorageConfigurationResponse.__key_warning(key)
|
|
1865
|
+
return super().get(key, default)
|
|
1866
|
+
|
|
1867
|
+
def __init__(__self__, *,
|
|
1868
|
+
file_system_name: Optional[str] = None,
|
|
1869
|
+
storage_resource_id: Optional[str] = None):
|
|
1870
|
+
"""
|
|
1871
|
+
The configuration of connected storage
|
|
1872
|
+
:param str file_system_name: The filesystem name of connected storage account.
|
|
1873
|
+
:param str storage_resource_id: The resource id of connected storage account.
|
|
1874
|
+
"""
|
|
1875
|
+
if file_system_name is not None:
|
|
1876
|
+
pulumi.set(__self__, "file_system_name", file_system_name)
|
|
1877
|
+
if storage_resource_id is not None:
|
|
1878
|
+
pulumi.set(__self__, "storage_resource_id", storage_resource_id)
|
|
1879
|
+
|
|
1880
|
+
@property
|
|
1881
|
+
@pulumi.getter(name="fileSystemName")
|
|
1882
|
+
def file_system_name(self) -> Optional[str]:
|
|
1883
|
+
"""
|
|
1884
|
+
The filesystem name of connected storage account.
|
|
1885
|
+
"""
|
|
1886
|
+
return pulumi.get(self, "file_system_name")
|
|
1887
|
+
|
|
1888
|
+
@property
|
|
1889
|
+
@pulumi.getter(name="storageResourceId")
|
|
1890
|
+
def storage_resource_id(self) -> Optional[str]:
|
|
1891
|
+
"""
|
|
1892
|
+
The resource id of connected storage account.
|
|
1893
|
+
"""
|
|
1894
|
+
return pulumi.get(self, "storage_resource_id")
|
|
1895
|
+
|
|
1896
|
+
|
|
1897
|
+
@pulumi.output_type
|
|
1898
|
+
class SystemDataResponse(dict):
|
|
1899
|
+
"""
|
|
1900
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1901
|
+
"""
|
|
1902
|
+
@staticmethod
|
|
1903
|
+
def __key_warning(key: str):
|
|
1904
|
+
suggest = None
|
|
1905
|
+
if key == "createdAt":
|
|
1906
|
+
suggest = "created_at"
|
|
1907
|
+
elif key == "createdBy":
|
|
1908
|
+
suggest = "created_by"
|
|
1909
|
+
elif key == "createdByType":
|
|
1910
|
+
suggest = "created_by_type"
|
|
1911
|
+
elif key == "lastModifiedAt":
|
|
1912
|
+
suggest = "last_modified_at"
|
|
1913
|
+
elif key == "lastModifiedBy":
|
|
1914
|
+
suggest = "last_modified_by"
|
|
1915
|
+
elif key == "lastModifiedByType":
|
|
1916
|
+
suggest = "last_modified_by_type"
|
|
1917
|
+
|
|
1918
|
+
if suggest:
|
|
1919
|
+
pulumi.log.warn(f"Key '{key}' not found in SystemDataResponse. Access the value via the '{suggest}' property getter instead.")
|
|
1920
|
+
|
|
1921
|
+
def __getitem__(self, key: str) -> Any:
|
|
1922
|
+
SystemDataResponse.__key_warning(key)
|
|
1923
|
+
return super().__getitem__(key)
|
|
1924
|
+
|
|
1925
|
+
def get(self, key: str, default = None) -> Any:
|
|
1926
|
+
SystemDataResponse.__key_warning(key)
|
|
1927
|
+
return super().get(key, default)
|
|
1928
|
+
|
|
1929
|
+
def __init__(__self__, *,
|
|
1930
|
+
created_at: Optional[str] = None,
|
|
1931
|
+
created_by: Optional[str] = None,
|
|
1932
|
+
created_by_type: Optional[str] = None,
|
|
1933
|
+
last_modified_at: Optional[str] = None,
|
|
1934
|
+
last_modified_by: Optional[str] = None,
|
|
1935
|
+
last_modified_by_type: Optional[str] = None):
|
|
1936
|
+
"""
|
|
1937
|
+
Metadata pertaining to creation and last modification of the resource.
|
|
1938
|
+
:param str created_at: The timestamp of resource creation (UTC).
|
|
1939
|
+
:param str created_by: The identity that created the resource.
|
|
1940
|
+
:param str created_by_type: The type of identity that created the resource.
|
|
1941
|
+
:param str last_modified_at: The timestamp of resource last modification (UTC)
|
|
1942
|
+
:param str last_modified_by: The identity that last modified the resource.
|
|
1943
|
+
:param str last_modified_by_type: The type of identity that last modified the resource.
|
|
1944
|
+
"""
|
|
1945
|
+
if created_at is not None:
|
|
1946
|
+
pulumi.set(__self__, "created_at", created_at)
|
|
1947
|
+
if created_by is not None:
|
|
1948
|
+
pulumi.set(__self__, "created_by", created_by)
|
|
1949
|
+
if created_by_type is not None:
|
|
1950
|
+
pulumi.set(__self__, "created_by_type", created_by_type)
|
|
1951
|
+
if last_modified_at is not None:
|
|
1952
|
+
pulumi.set(__self__, "last_modified_at", last_modified_at)
|
|
1953
|
+
if last_modified_by is not None:
|
|
1954
|
+
pulumi.set(__self__, "last_modified_by", last_modified_by)
|
|
1955
|
+
if last_modified_by_type is not None:
|
|
1956
|
+
pulumi.set(__self__, "last_modified_by_type", last_modified_by_type)
|
|
1957
|
+
|
|
1958
|
+
@property
|
|
1959
|
+
@pulumi.getter(name="createdAt")
|
|
1960
|
+
def created_at(self) -> Optional[str]:
|
|
1961
|
+
"""
|
|
1962
|
+
The timestamp of resource creation (UTC).
|
|
1963
|
+
"""
|
|
1964
|
+
return pulumi.get(self, "created_at")
|
|
1965
|
+
|
|
1966
|
+
@property
|
|
1967
|
+
@pulumi.getter(name="createdBy")
|
|
1968
|
+
def created_by(self) -> Optional[str]:
|
|
1969
|
+
"""
|
|
1970
|
+
The identity that created the resource.
|
|
1971
|
+
"""
|
|
1972
|
+
return pulumi.get(self, "created_by")
|
|
1973
|
+
|
|
1974
|
+
@property
|
|
1975
|
+
@pulumi.getter(name="createdByType")
|
|
1976
|
+
def created_by_type(self) -> Optional[str]:
|
|
1977
|
+
"""
|
|
1978
|
+
The type of identity that created the resource.
|
|
1979
|
+
"""
|
|
1980
|
+
return pulumi.get(self, "created_by_type")
|
|
1981
|
+
|
|
1982
|
+
@property
|
|
1983
|
+
@pulumi.getter(name="lastModifiedAt")
|
|
1984
|
+
def last_modified_at(self) -> Optional[str]:
|
|
1985
|
+
"""
|
|
1986
|
+
The timestamp of resource last modification (UTC)
|
|
1987
|
+
"""
|
|
1988
|
+
return pulumi.get(self, "last_modified_at")
|
|
1989
|
+
|
|
1990
|
+
@property
|
|
1991
|
+
@pulumi.getter(name="lastModifiedBy")
|
|
1992
|
+
def last_modified_by(self) -> Optional[str]:
|
|
1993
|
+
"""
|
|
1994
|
+
The identity that last modified the resource.
|
|
1995
|
+
"""
|
|
1996
|
+
return pulumi.get(self, "last_modified_by")
|
|
1997
|
+
|
|
1998
|
+
@property
|
|
1999
|
+
@pulumi.getter(name="lastModifiedByType")
|
|
2000
|
+
def last_modified_by_type(self) -> Optional[str]:
|
|
2001
|
+
"""
|
|
2002
|
+
The type of identity that last modified the resource.
|
|
2003
|
+
"""
|
|
2004
|
+
return pulumi.get(self, "last_modified_by_type")
|
|
2005
|
+
|
|
2006
|
+
|
|
2007
|
+
@pulumi.output_type
|
|
2008
|
+
class UserAssignedIdentityResponse(dict):
|
|
2009
|
+
"""
|
|
2010
|
+
User assigned identity properties
|
|
2011
|
+
"""
|
|
2012
|
+
@staticmethod
|
|
2013
|
+
def __key_warning(key: str):
|
|
2014
|
+
suggest = None
|
|
2015
|
+
if key == "clientId":
|
|
2016
|
+
suggest = "client_id"
|
|
2017
|
+
elif key == "principalId":
|
|
2018
|
+
suggest = "principal_id"
|
|
2019
|
+
|
|
2020
|
+
if suggest:
|
|
2021
|
+
pulumi.log.warn(f"Key '{key}' not found in UserAssignedIdentityResponse. Access the value via the '{suggest}' property getter instead.")
|
|
2022
|
+
|
|
2023
|
+
def __getitem__(self, key: str) -> Any:
|
|
2024
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
2025
|
+
return super().__getitem__(key)
|
|
2026
|
+
|
|
2027
|
+
def get(self, key: str, default = None) -> Any:
|
|
2028
|
+
UserAssignedIdentityResponse.__key_warning(key)
|
|
2029
|
+
return super().get(key, default)
|
|
2030
|
+
|
|
2031
|
+
def __init__(__self__, *,
|
|
2032
|
+
client_id: str,
|
|
2033
|
+
principal_id: str):
|
|
2034
|
+
"""
|
|
2035
|
+
User assigned identity properties
|
|
2036
|
+
:param str client_id: The client ID of the assigned identity.
|
|
2037
|
+
:param str principal_id: The principal ID of the assigned identity.
|
|
2038
|
+
"""
|
|
2039
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
2040
|
+
pulumi.set(__self__, "principal_id", principal_id)
|
|
2041
|
+
|
|
2042
|
+
@property
|
|
2043
|
+
@pulumi.getter(name="clientId")
|
|
2044
|
+
def client_id(self) -> str:
|
|
2045
|
+
"""
|
|
2046
|
+
The client ID of the assigned identity.
|
|
2047
|
+
"""
|
|
2048
|
+
return pulumi.get(self, "client_id")
|
|
2049
|
+
|
|
2050
|
+
@property
|
|
2051
|
+
@pulumi.getter(name="principalId")
|
|
2052
|
+
def principal_id(self) -> str:
|
|
2053
|
+
"""
|
|
2054
|
+
The principal ID of the assigned identity.
|
|
2055
|
+
"""
|
|
2056
|
+
return pulumi.get(self, "principal_id")
|
|
2057
|
+
|
|
2058
|
+
|
|
2059
|
+
@pulumi.output_type
|
|
2060
|
+
class WorkspaceResponseProperties(dict):
|
|
2061
|
+
"""
|
|
2062
|
+
Workspaces resource specific properties.
|
|
2063
|
+
"""
|
|
2064
|
+
@staticmethod
|
|
2065
|
+
def __key_warning(key: str):
|
|
2066
|
+
suggest = None
|
|
2067
|
+
if key == "privateEndpointConnections":
|
|
2068
|
+
suggest = "private_endpoint_connections"
|
|
2069
|
+
elif key == "provisioningState":
|
|
2070
|
+
suggest = "provisioning_state"
|
|
2071
|
+
elif key == "publicNetworkAccess":
|
|
2072
|
+
suggest = "public_network_access"
|
|
2073
|
+
|
|
2074
|
+
if suggest:
|
|
2075
|
+
pulumi.log.warn(f"Key '{key}' not found in WorkspaceResponseProperties. Access the value via the '{suggest}' property getter instead.")
|
|
2076
|
+
|
|
2077
|
+
def __getitem__(self, key: str) -> Any:
|
|
2078
|
+
WorkspaceResponseProperties.__key_warning(key)
|
|
2079
|
+
return super().__getitem__(key)
|
|
2080
|
+
|
|
2081
|
+
def get(self, key: str, default = None) -> Any:
|
|
2082
|
+
WorkspaceResponseProperties.__key_warning(key)
|
|
2083
|
+
return super().get(key, default)
|
|
2084
|
+
|
|
2085
|
+
def __init__(__self__, *,
|
|
2086
|
+
private_endpoint_connections: Sequence['outputs.PrivateEndpointConnectionResponse'],
|
|
2087
|
+
provisioning_state: str,
|
|
2088
|
+
public_network_access: str):
|
|
2089
|
+
"""
|
|
2090
|
+
Workspaces resource specific properties.
|
|
2091
|
+
:param Sequence['PrivateEndpointConnectionResponse'] private_endpoint_connections: The list of private endpoint connections that are set up for this resource.
|
|
2092
|
+
:param str provisioning_state: The provisioning state.
|
|
2093
|
+
:param str public_network_access: Control permission for data plane traffic coming from public networks while private endpoint is enabled.
|
|
2094
|
+
"""
|
|
2095
|
+
pulumi.set(__self__, "private_endpoint_connections", private_endpoint_connections)
|
|
2096
|
+
pulumi.set(__self__, "provisioning_state", provisioning_state)
|
|
2097
|
+
pulumi.set(__self__, "public_network_access", public_network_access)
|
|
2098
|
+
|
|
2099
|
+
@property
|
|
2100
|
+
@pulumi.getter(name="privateEndpointConnections")
|
|
2101
|
+
def private_endpoint_connections(self) -> Sequence['outputs.PrivateEndpointConnectionResponse']:
|
|
2102
|
+
"""
|
|
2103
|
+
The list of private endpoint connections that are set up for this resource.
|
|
2104
|
+
"""
|
|
2105
|
+
return pulumi.get(self, "private_endpoint_connections")
|
|
2106
|
+
|
|
2107
|
+
@property
|
|
2108
|
+
@pulumi.getter(name="provisioningState")
|
|
2109
|
+
def provisioning_state(self) -> str:
|
|
2110
|
+
"""
|
|
2111
|
+
The provisioning state.
|
|
2112
|
+
"""
|
|
2113
|
+
return pulumi.get(self, "provisioning_state")
|
|
2114
|
+
|
|
2115
|
+
@property
|
|
2116
|
+
@pulumi.getter(name="publicNetworkAccess")
|
|
2117
|
+
def public_network_access(self) -> str:
|
|
2118
|
+
"""
|
|
2119
|
+
Control permission for data plane traffic coming from public networks while private endpoint is enabled.
|
|
2120
|
+
"""
|
|
2121
|
+
return pulumi.get(self, "public_network_access")
|
|
2122
|
+
|
|
2123
|
+
|