pulumi-azure-native 2.32.1a1710515727__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.1a1710515727.dist-info → pulumi_azure_native-2.32.1a1711107957.dist-info}/METADATA +1 -1
- {pulumi_azure_native-2.32.1a1710515727.dist-info → pulumi_azure_native-2.32.1a1711107957.dist-info}/RECORD +1248 -950
- {pulumi_azure_native-2.32.1a1710515727.dist-info → pulumi_azure_native-2.32.1a1711107957.dist-info}/WHEEL +0 -0
- {pulumi_azure_native-2.32.1a1710515727.dist-info → pulumi_azure_native-2.32.1a1711107957.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,2530 @@
|
|
|
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 ._enums import *
|
|
12
|
+
|
|
13
|
+
__all__ = [
|
|
14
|
+
'AddIncidentTaskActionPropertiesArgs',
|
|
15
|
+
'AlertDetailsOverrideArgs',
|
|
16
|
+
'AlertPropertyMappingArgs',
|
|
17
|
+
'AlertsDataTypeOfDataConnectorArgs',
|
|
18
|
+
'AutomationRuleAddIncidentTaskActionArgs',
|
|
19
|
+
'AutomationRuleBooleanConditionArgs',
|
|
20
|
+
'AutomationRuleModifyPropertiesActionArgs',
|
|
21
|
+
'AutomationRulePropertyArrayChangedValuesConditionArgs',
|
|
22
|
+
'AutomationRulePropertyArrayValuesConditionArgs',
|
|
23
|
+
'AutomationRulePropertyValuesChangedConditionArgs',
|
|
24
|
+
'AutomationRulePropertyValuesConditionArgs',
|
|
25
|
+
'AutomationRuleRunPlaybookActionArgs',
|
|
26
|
+
'AutomationRuleTriggeringLogicArgs',
|
|
27
|
+
'AwsCloudTrailDataConnectorDataTypesLogsArgs',
|
|
28
|
+
'AwsCloudTrailDataConnectorDataTypesArgs',
|
|
29
|
+
'BooleanConditionPropertiesArgs',
|
|
30
|
+
'ClientInfoArgs',
|
|
31
|
+
'DataConnectorDataTypeCommonArgs',
|
|
32
|
+
'EntityMappingArgs',
|
|
33
|
+
'EventGroupingSettingsArgs',
|
|
34
|
+
'FieldMappingArgs',
|
|
35
|
+
'GroupingConfigurationArgs',
|
|
36
|
+
'IncidentConfigurationArgs',
|
|
37
|
+
'IncidentInfoArgs',
|
|
38
|
+
'IncidentLabelArgs',
|
|
39
|
+
'IncidentOwnerInfoArgs',
|
|
40
|
+
'IncidentPropertiesActionArgs',
|
|
41
|
+
'MCASDataConnectorDataTypesArgs',
|
|
42
|
+
'MetadataAuthorArgs',
|
|
43
|
+
'MetadataCategoriesArgs',
|
|
44
|
+
'MetadataDependenciesArgs',
|
|
45
|
+
'MetadataSourceArgs',
|
|
46
|
+
'MetadataSupportArgs',
|
|
47
|
+
'OfficeDataConnectorDataTypesExchangeArgs',
|
|
48
|
+
'OfficeDataConnectorDataTypesSharePointArgs',
|
|
49
|
+
'OfficeDataConnectorDataTypesTeamsArgs',
|
|
50
|
+
'OfficeDataConnectorDataTypesArgs',
|
|
51
|
+
'PlaybookActionPropertiesArgs',
|
|
52
|
+
'PropertyArrayChangedConditionPropertiesArgs',
|
|
53
|
+
'PropertyArrayConditionPropertiesArgs',
|
|
54
|
+
'PropertyChangedConditionPropertiesArgs',
|
|
55
|
+
'PropertyConditionPropertiesArgs',
|
|
56
|
+
'SecurityMLAnalyticsSettingsDataSourceArgs',
|
|
57
|
+
'TIDataConnectorDataTypesIndicatorsArgs',
|
|
58
|
+
'TIDataConnectorDataTypesArgs',
|
|
59
|
+
'ThreatIntelligenceExternalReferenceArgs',
|
|
60
|
+
'ThreatIntelligenceGranularMarkingModelArgs',
|
|
61
|
+
'ThreatIntelligenceKillChainPhaseArgs',
|
|
62
|
+
'ThreatIntelligenceParsedPatternTypeValueArgs',
|
|
63
|
+
'ThreatIntelligenceParsedPatternArgs',
|
|
64
|
+
'UserInfoArgs',
|
|
65
|
+
'WatchlistUserInfoArgs',
|
|
66
|
+
]
|
|
67
|
+
|
|
68
|
+
@pulumi.input_type
|
|
69
|
+
class AddIncidentTaskActionPropertiesArgs:
|
|
70
|
+
def __init__(__self__, *,
|
|
71
|
+
title: pulumi.Input[str],
|
|
72
|
+
description: Optional[pulumi.Input[str]] = None):
|
|
73
|
+
"""
|
|
74
|
+
Describes an automation rule action to add a task to an incident.
|
|
75
|
+
:param pulumi.Input[str] title: The title of the task.
|
|
76
|
+
:param pulumi.Input[str] description: The description of the task.
|
|
77
|
+
"""
|
|
78
|
+
pulumi.set(__self__, "title", title)
|
|
79
|
+
if description is not None:
|
|
80
|
+
pulumi.set(__self__, "description", description)
|
|
81
|
+
|
|
82
|
+
@property
|
|
83
|
+
@pulumi.getter
|
|
84
|
+
def title(self) -> pulumi.Input[str]:
|
|
85
|
+
"""
|
|
86
|
+
The title of the task.
|
|
87
|
+
"""
|
|
88
|
+
return pulumi.get(self, "title")
|
|
89
|
+
|
|
90
|
+
@title.setter
|
|
91
|
+
def title(self, value: pulumi.Input[str]):
|
|
92
|
+
pulumi.set(self, "title", value)
|
|
93
|
+
|
|
94
|
+
@property
|
|
95
|
+
@pulumi.getter
|
|
96
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
97
|
+
"""
|
|
98
|
+
The description of the task.
|
|
99
|
+
"""
|
|
100
|
+
return pulumi.get(self, "description")
|
|
101
|
+
|
|
102
|
+
@description.setter
|
|
103
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
104
|
+
pulumi.set(self, "description", value)
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
@pulumi.input_type
|
|
108
|
+
class AlertDetailsOverrideArgs:
|
|
109
|
+
def __init__(__self__, *,
|
|
110
|
+
alert_description_format: Optional[pulumi.Input[str]] = None,
|
|
111
|
+
alert_display_name_format: Optional[pulumi.Input[str]] = None,
|
|
112
|
+
alert_dynamic_properties: Optional[pulumi.Input[Sequence[pulumi.Input['AlertPropertyMappingArgs']]]] = None,
|
|
113
|
+
alert_severity_column_name: Optional[pulumi.Input[str]] = None,
|
|
114
|
+
alert_tactics_column_name: Optional[pulumi.Input[str]] = None):
|
|
115
|
+
"""
|
|
116
|
+
Settings for how to dynamically override alert static details
|
|
117
|
+
:param pulumi.Input[str] alert_description_format: the format containing columns name(s) to override the alert description
|
|
118
|
+
:param pulumi.Input[str] alert_display_name_format: the format containing columns name(s) to override the alert name
|
|
119
|
+
:param pulumi.Input[Sequence[pulumi.Input['AlertPropertyMappingArgs']]] alert_dynamic_properties: List of additional dynamic properties to override
|
|
120
|
+
:param pulumi.Input[str] alert_severity_column_name: the column name to take the alert severity from
|
|
121
|
+
:param pulumi.Input[str] alert_tactics_column_name: the column name to take the alert tactics from
|
|
122
|
+
"""
|
|
123
|
+
if alert_description_format is not None:
|
|
124
|
+
pulumi.set(__self__, "alert_description_format", alert_description_format)
|
|
125
|
+
if alert_display_name_format is not None:
|
|
126
|
+
pulumi.set(__self__, "alert_display_name_format", alert_display_name_format)
|
|
127
|
+
if alert_dynamic_properties is not None:
|
|
128
|
+
pulumi.set(__self__, "alert_dynamic_properties", alert_dynamic_properties)
|
|
129
|
+
if alert_severity_column_name is not None:
|
|
130
|
+
pulumi.set(__self__, "alert_severity_column_name", alert_severity_column_name)
|
|
131
|
+
if alert_tactics_column_name is not None:
|
|
132
|
+
pulumi.set(__self__, "alert_tactics_column_name", alert_tactics_column_name)
|
|
133
|
+
|
|
134
|
+
@property
|
|
135
|
+
@pulumi.getter(name="alertDescriptionFormat")
|
|
136
|
+
def alert_description_format(self) -> Optional[pulumi.Input[str]]:
|
|
137
|
+
"""
|
|
138
|
+
the format containing columns name(s) to override the alert description
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "alert_description_format")
|
|
141
|
+
|
|
142
|
+
@alert_description_format.setter
|
|
143
|
+
def alert_description_format(self, value: Optional[pulumi.Input[str]]):
|
|
144
|
+
pulumi.set(self, "alert_description_format", value)
|
|
145
|
+
|
|
146
|
+
@property
|
|
147
|
+
@pulumi.getter(name="alertDisplayNameFormat")
|
|
148
|
+
def alert_display_name_format(self) -> Optional[pulumi.Input[str]]:
|
|
149
|
+
"""
|
|
150
|
+
the format containing columns name(s) to override the alert name
|
|
151
|
+
"""
|
|
152
|
+
return pulumi.get(self, "alert_display_name_format")
|
|
153
|
+
|
|
154
|
+
@alert_display_name_format.setter
|
|
155
|
+
def alert_display_name_format(self, value: Optional[pulumi.Input[str]]):
|
|
156
|
+
pulumi.set(self, "alert_display_name_format", value)
|
|
157
|
+
|
|
158
|
+
@property
|
|
159
|
+
@pulumi.getter(name="alertDynamicProperties")
|
|
160
|
+
def alert_dynamic_properties(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['AlertPropertyMappingArgs']]]]:
|
|
161
|
+
"""
|
|
162
|
+
List of additional dynamic properties to override
|
|
163
|
+
"""
|
|
164
|
+
return pulumi.get(self, "alert_dynamic_properties")
|
|
165
|
+
|
|
166
|
+
@alert_dynamic_properties.setter
|
|
167
|
+
def alert_dynamic_properties(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AlertPropertyMappingArgs']]]]):
|
|
168
|
+
pulumi.set(self, "alert_dynamic_properties", value)
|
|
169
|
+
|
|
170
|
+
@property
|
|
171
|
+
@pulumi.getter(name="alertSeverityColumnName")
|
|
172
|
+
def alert_severity_column_name(self) -> Optional[pulumi.Input[str]]:
|
|
173
|
+
"""
|
|
174
|
+
the column name to take the alert severity from
|
|
175
|
+
"""
|
|
176
|
+
return pulumi.get(self, "alert_severity_column_name")
|
|
177
|
+
|
|
178
|
+
@alert_severity_column_name.setter
|
|
179
|
+
def alert_severity_column_name(self, value: Optional[pulumi.Input[str]]):
|
|
180
|
+
pulumi.set(self, "alert_severity_column_name", value)
|
|
181
|
+
|
|
182
|
+
@property
|
|
183
|
+
@pulumi.getter(name="alertTacticsColumnName")
|
|
184
|
+
def alert_tactics_column_name(self) -> Optional[pulumi.Input[str]]:
|
|
185
|
+
"""
|
|
186
|
+
the column name to take the alert tactics from
|
|
187
|
+
"""
|
|
188
|
+
return pulumi.get(self, "alert_tactics_column_name")
|
|
189
|
+
|
|
190
|
+
@alert_tactics_column_name.setter
|
|
191
|
+
def alert_tactics_column_name(self, value: Optional[pulumi.Input[str]]):
|
|
192
|
+
pulumi.set(self, "alert_tactics_column_name", value)
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
@pulumi.input_type
|
|
196
|
+
class AlertPropertyMappingArgs:
|
|
197
|
+
def __init__(__self__, *,
|
|
198
|
+
alert_property: Optional[pulumi.Input[Union[str, 'AlertProperty']]] = None,
|
|
199
|
+
value: Optional[pulumi.Input[str]] = None):
|
|
200
|
+
"""
|
|
201
|
+
A single alert property mapping to override
|
|
202
|
+
:param pulumi.Input[Union[str, 'AlertProperty']] alert_property: The V3 alert property
|
|
203
|
+
:param pulumi.Input[str] value: the column name to use to override this property
|
|
204
|
+
"""
|
|
205
|
+
if alert_property is not None:
|
|
206
|
+
pulumi.set(__self__, "alert_property", alert_property)
|
|
207
|
+
if value is not None:
|
|
208
|
+
pulumi.set(__self__, "value", value)
|
|
209
|
+
|
|
210
|
+
@property
|
|
211
|
+
@pulumi.getter(name="alertProperty")
|
|
212
|
+
def alert_property(self) -> Optional[pulumi.Input[Union[str, 'AlertProperty']]]:
|
|
213
|
+
"""
|
|
214
|
+
The V3 alert property
|
|
215
|
+
"""
|
|
216
|
+
return pulumi.get(self, "alert_property")
|
|
217
|
+
|
|
218
|
+
@alert_property.setter
|
|
219
|
+
def alert_property(self, value: Optional[pulumi.Input[Union[str, 'AlertProperty']]]):
|
|
220
|
+
pulumi.set(self, "alert_property", value)
|
|
221
|
+
|
|
222
|
+
@property
|
|
223
|
+
@pulumi.getter
|
|
224
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
225
|
+
"""
|
|
226
|
+
the column name to use to override this property
|
|
227
|
+
"""
|
|
228
|
+
return pulumi.get(self, "value")
|
|
229
|
+
|
|
230
|
+
@value.setter
|
|
231
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
232
|
+
pulumi.set(self, "value", value)
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
@pulumi.input_type
|
|
236
|
+
class AlertsDataTypeOfDataConnectorArgs:
|
|
237
|
+
def __init__(__self__, *,
|
|
238
|
+
alerts: Optional[pulumi.Input['DataConnectorDataTypeCommonArgs']] = None):
|
|
239
|
+
"""
|
|
240
|
+
Alerts data type for data connectors.
|
|
241
|
+
:param pulumi.Input['DataConnectorDataTypeCommonArgs'] alerts: Alerts data type connection.
|
|
242
|
+
"""
|
|
243
|
+
if alerts is not None:
|
|
244
|
+
pulumi.set(__self__, "alerts", alerts)
|
|
245
|
+
|
|
246
|
+
@property
|
|
247
|
+
@pulumi.getter
|
|
248
|
+
def alerts(self) -> Optional[pulumi.Input['DataConnectorDataTypeCommonArgs']]:
|
|
249
|
+
"""
|
|
250
|
+
Alerts data type connection.
|
|
251
|
+
"""
|
|
252
|
+
return pulumi.get(self, "alerts")
|
|
253
|
+
|
|
254
|
+
@alerts.setter
|
|
255
|
+
def alerts(self, value: Optional[pulumi.Input['DataConnectorDataTypeCommonArgs']]):
|
|
256
|
+
pulumi.set(self, "alerts", value)
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
@pulumi.input_type
|
|
260
|
+
class AutomationRuleAddIncidentTaskActionArgs:
|
|
261
|
+
def __init__(__self__, *,
|
|
262
|
+
action_type: pulumi.Input[str],
|
|
263
|
+
order: pulumi.Input[int],
|
|
264
|
+
action_configuration: Optional[pulumi.Input['AddIncidentTaskActionPropertiesArgs']] = None):
|
|
265
|
+
"""
|
|
266
|
+
Describes an automation rule action to add a task to an incident
|
|
267
|
+
:param pulumi.Input[str] action_type: The type of the automation rule action.
|
|
268
|
+
Expected value is 'AddIncidentTask'.
|
|
269
|
+
:param pulumi.Input['AddIncidentTaskActionPropertiesArgs'] action_configuration: Describes an automation rule action to add a task to an incident.
|
|
270
|
+
"""
|
|
271
|
+
pulumi.set(__self__, "action_type", 'AddIncidentTask')
|
|
272
|
+
pulumi.set(__self__, "order", order)
|
|
273
|
+
if action_configuration is not None:
|
|
274
|
+
pulumi.set(__self__, "action_configuration", action_configuration)
|
|
275
|
+
|
|
276
|
+
@property
|
|
277
|
+
@pulumi.getter(name="actionType")
|
|
278
|
+
def action_type(self) -> pulumi.Input[str]:
|
|
279
|
+
"""
|
|
280
|
+
The type of the automation rule action.
|
|
281
|
+
Expected value is 'AddIncidentTask'.
|
|
282
|
+
"""
|
|
283
|
+
return pulumi.get(self, "action_type")
|
|
284
|
+
|
|
285
|
+
@action_type.setter
|
|
286
|
+
def action_type(self, value: pulumi.Input[str]):
|
|
287
|
+
pulumi.set(self, "action_type", value)
|
|
288
|
+
|
|
289
|
+
@property
|
|
290
|
+
@pulumi.getter
|
|
291
|
+
def order(self) -> pulumi.Input[int]:
|
|
292
|
+
return pulumi.get(self, "order")
|
|
293
|
+
|
|
294
|
+
@order.setter
|
|
295
|
+
def order(self, value: pulumi.Input[int]):
|
|
296
|
+
pulumi.set(self, "order", value)
|
|
297
|
+
|
|
298
|
+
@property
|
|
299
|
+
@pulumi.getter(name="actionConfiguration")
|
|
300
|
+
def action_configuration(self) -> Optional[pulumi.Input['AddIncidentTaskActionPropertiesArgs']]:
|
|
301
|
+
"""
|
|
302
|
+
Describes an automation rule action to add a task to an incident.
|
|
303
|
+
"""
|
|
304
|
+
return pulumi.get(self, "action_configuration")
|
|
305
|
+
|
|
306
|
+
@action_configuration.setter
|
|
307
|
+
def action_configuration(self, value: Optional[pulumi.Input['AddIncidentTaskActionPropertiesArgs']]):
|
|
308
|
+
pulumi.set(self, "action_configuration", value)
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
@pulumi.input_type
|
|
312
|
+
class AutomationRuleBooleanConditionArgs:
|
|
313
|
+
def __init__(__self__, *,
|
|
314
|
+
inner_conditions: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BooleanConditionPropertiesArgs', 'PropertyArrayChangedConditionPropertiesArgs', 'PropertyArrayConditionPropertiesArgs', 'PropertyChangedConditionPropertiesArgs', 'PropertyConditionPropertiesArgs']]]]] = None,
|
|
315
|
+
operator: Optional[pulumi.Input[Union[str, 'AutomationRuleBooleanConditionSupportedOperator']]] = None):
|
|
316
|
+
"""
|
|
317
|
+
Describes an automation rule condition with boolean operators.
|
|
318
|
+
:param pulumi.Input[Union[str, 'AutomationRuleBooleanConditionSupportedOperator']] operator: Describes a boolean condition operator.
|
|
319
|
+
"""
|
|
320
|
+
if inner_conditions is not None:
|
|
321
|
+
pulumi.set(__self__, "inner_conditions", inner_conditions)
|
|
322
|
+
if operator is not None:
|
|
323
|
+
pulumi.set(__self__, "operator", operator)
|
|
324
|
+
|
|
325
|
+
@property
|
|
326
|
+
@pulumi.getter(name="innerConditions")
|
|
327
|
+
def inner_conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['BooleanConditionPropertiesArgs', 'PropertyArrayChangedConditionPropertiesArgs', 'PropertyArrayConditionPropertiesArgs', 'PropertyChangedConditionPropertiesArgs', 'PropertyConditionPropertiesArgs']]]]]:
|
|
328
|
+
return pulumi.get(self, "inner_conditions")
|
|
329
|
+
|
|
330
|
+
@inner_conditions.setter
|
|
331
|
+
def inner_conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BooleanConditionPropertiesArgs', 'PropertyArrayChangedConditionPropertiesArgs', 'PropertyArrayConditionPropertiesArgs', 'PropertyChangedConditionPropertiesArgs', 'PropertyConditionPropertiesArgs']]]]]):
|
|
332
|
+
pulumi.set(self, "inner_conditions", value)
|
|
333
|
+
|
|
334
|
+
@property
|
|
335
|
+
@pulumi.getter
|
|
336
|
+
def operator(self) -> Optional[pulumi.Input[Union[str, 'AutomationRuleBooleanConditionSupportedOperator']]]:
|
|
337
|
+
"""
|
|
338
|
+
Describes a boolean condition operator.
|
|
339
|
+
"""
|
|
340
|
+
return pulumi.get(self, "operator")
|
|
341
|
+
|
|
342
|
+
@operator.setter
|
|
343
|
+
def operator(self, value: Optional[pulumi.Input[Union[str, 'AutomationRuleBooleanConditionSupportedOperator']]]):
|
|
344
|
+
pulumi.set(self, "operator", value)
|
|
345
|
+
|
|
346
|
+
|
|
347
|
+
@pulumi.input_type
|
|
348
|
+
class AutomationRuleModifyPropertiesActionArgs:
|
|
349
|
+
def __init__(__self__, *,
|
|
350
|
+
action_type: pulumi.Input[str],
|
|
351
|
+
order: pulumi.Input[int],
|
|
352
|
+
action_configuration: Optional[pulumi.Input['IncidentPropertiesActionArgs']] = None):
|
|
353
|
+
"""
|
|
354
|
+
Describes an automation rule action to modify an object's properties
|
|
355
|
+
:param pulumi.Input[str] action_type: The type of the automation rule action.
|
|
356
|
+
Expected value is 'ModifyProperties'.
|
|
357
|
+
"""
|
|
358
|
+
pulumi.set(__self__, "action_type", 'ModifyProperties')
|
|
359
|
+
pulumi.set(__self__, "order", order)
|
|
360
|
+
if action_configuration is not None:
|
|
361
|
+
pulumi.set(__self__, "action_configuration", action_configuration)
|
|
362
|
+
|
|
363
|
+
@property
|
|
364
|
+
@pulumi.getter(name="actionType")
|
|
365
|
+
def action_type(self) -> pulumi.Input[str]:
|
|
366
|
+
"""
|
|
367
|
+
The type of the automation rule action.
|
|
368
|
+
Expected value is 'ModifyProperties'.
|
|
369
|
+
"""
|
|
370
|
+
return pulumi.get(self, "action_type")
|
|
371
|
+
|
|
372
|
+
@action_type.setter
|
|
373
|
+
def action_type(self, value: pulumi.Input[str]):
|
|
374
|
+
pulumi.set(self, "action_type", value)
|
|
375
|
+
|
|
376
|
+
@property
|
|
377
|
+
@pulumi.getter
|
|
378
|
+
def order(self) -> pulumi.Input[int]:
|
|
379
|
+
return pulumi.get(self, "order")
|
|
380
|
+
|
|
381
|
+
@order.setter
|
|
382
|
+
def order(self, value: pulumi.Input[int]):
|
|
383
|
+
pulumi.set(self, "order", value)
|
|
384
|
+
|
|
385
|
+
@property
|
|
386
|
+
@pulumi.getter(name="actionConfiguration")
|
|
387
|
+
def action_configuration(self) -> Optional[pulumi.Input['IncidentPropertiesActionArgs']]:
|
|
388
|
+
return pulumi.get(self, "action_configuration")
|
|
389
|
+
|
|
390
|
+
@action_configuration.setter
|
|
391
|
+
def action_configuration(self, value: Optional[pulumi.Input['IncidentPropertiesActionArgs']]):
|
|
392
|
+
pulumi.set(self, "action_configuration", value)
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
@pulumi.input_type
|
|
396
|
+
class AutomationRulePropertyArrayChangedValuesConditionArgs:
|
|
397
|
+
def __init__(__self__, *,
|
|
398
|
+
array_type: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyArrayChangedConditionSupportedArrayType']]] = None,
|
|
399
|
+
change_type: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyArrayChangedConditionSupportedChangeType']]] = None):
|
|
400
|
+
if array_type is not None:
|
|
401
|
+
pulumi.set(__self__, "array_type", array_type)
|
|
402
|
+
if change_type is not None:
|
|
403
|
+
pulumi.set(__self__, "change_type", change_type)
|
|
404
|
+
|
|
405
|
+
@property
|
|
406
|
+
@pulumi.getter(name="arrayType")
|
|
407
|
+
def array_type(self) -> Optional[pulumi.Input[Union[str, 'AutomationRulePropertyArrayChangedConditionSupportedArrayType']]]:
|
|
408
|
+
return pulumi.get(self, "array_type")
|
|
409
|
+
|
|
410
|
+
@array_type.setter
|
|
411
|
+
def array_type(self, value: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyArrayChangedConditionSupportedArrayType']]]):
|
|
412
|
+
pulumi.set(self, "array_type", value)
|
|
413
|
+
|
|
414
|
+
@property
|
|
415
|
+
@pulumi.getter(name="changeType")
|
|
416
|
+
def change_type(self) -> Optional[pulumi.Input[Union[str, 'AutomationRulePropertyArrayChangedConditionSupportedChangeType']]]:
|
|
417
|
+
return pulumi.get(self, "change_type")
|
|
418
|
+
|
|
419
|
+
@change_type.setter
|
|
420
|
+
def change_type(self, value: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyArrayChangedConditionSupportedChangeType']]]):
|
|
421
|
+
pulumi.set(self, "change_type", value)
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
@pulumi.input_type
|
|
425
|
+
class AutomationRulePropertyArrayValuesConditionArgs:
|
|
426
|
+
def __init__(__self__, *,
|
|
427
|
+
array_condition_type: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyArrayConditionSupportedArrayConditionType']]] = None,
|
|
428
|
+
array_type: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyArrayConditionSupportedArrayType']]] = None,
|
|
429
|
+
item_conditions: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BooleanConditionPropertiesArgs', 'PropertyArrayChangedConditionPropertiesArgs', 'PropertyArrayConditionPropertiesArgs', 'PropertyChangedConditionPropertiesArgs', 'PropertyConditionPropertiesArgs']]]]] = None):
|
|
430
|
+
"""
|
|
431
|
+
Describes an automation rule condition on array properties.
|
|
432
|
+
:param pulumi.Input[Union[str, 'AutomationRulePropertyArrayConditionSupportedArrayConditionType']] array_condition_type: Describes an array condition evaluation type.
|
|
433
|
+
:param pulumi.Input[Union[str, 'AutomationRulePropertyArrayConditionSupportedArrayType']] array_type: Describes an array condition evaluated array type.
|
|
434
|
+
"""
|
|
435
|
+
if array_condition_type is not None:
|
|
436
|
+
pulumi.set(__self__, "array_condition_type", array_condition_type)
|
|
437
|
+
if array_type is not None:
|
|
438
|
+
pulumi.set(__self__, "array_type", array_type)
|
|
439
|
+
if item_conditions is not None:
|
|
440
|
+
pulumi.set(__self__, "item_conditions", item_conditions)
|
|
441
|
+
|
|
442
|
+
@property
|
|
443
|
+
@pulumi.getter(name="arrayConditionType")
|
|
444
|
+
def array_condition_type(self) -> Optional[pulumi.Input[Union[str, 'AutomationRulePropertyArrayConditionSupportedArrayConditionType']]]:
|
|
445
|
+
"""
|
|
446
|
+
Describes an array condition evaluation type.
|
|
447
|
+
"""
|
|
448
|
+
return pulumi.get(self, "array_condition_type")
|
|
449
|
+
|
|
450
|
+
@array_condition_type.setter
|
|
451
|
+
def array_condition_type(self, value: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyArrayConditionSupportedArrayConditionType']]]):
|
|
452
|
+
pulumi.set(self, "array_condition_type", value)
|
|
453
|
+
|
|
454
|
+
@property
|
|
455
|
+
@pulumi.getter(name="arrayType")
|
|
456
|
+
def array_type(self) -> Optional[pulumi.Input[Union[str, 'AutomationRulePropertyArrayConditionSupportedArrayType']]]:
|
|
457
|
+
"""
|
|
458
|
+
Describes an array condition evaluated array type.
|
|
459
|
+
"""
|
|
460
|
+
return pulumi.get(self, "array_type")
|
|
461
|
+
|
|
462
|
+
@array_type.setter
|
|
463
|
+
def array_type(self, value: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyArrayConditionSupportedArrayType']]]):
|
|
464
|
+
pulumi.set(self, "array_type", value)
|
|
465
|
+
|
|
466
|
+
@property
|
|
467
|
+
@pulumi.getter(name="itemConditions")
|
|
468
|
+
def item_conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['BooleanConditionPropertiesArgs', 'PropertyArrayChangedConditionPropertiesArgs', 'PropertyArrayConditionPropertiesArgs', 'PropertyChangedConditionPropertiesArgs', 'PropertyConditionPropertiesArgs']]]]]:
|
|
469
|
+
return pulumi.get(self, "item_conditions")
|
|
470
|
+
|
|
471
|
+
@item_conditions.setter
|
|
472
|
+
def item_conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BooleanConditionPropertiesArgs', 'PropertyArrayChangedConditionPropertiesArgs', 'PropertyArrayConditionPropertiesArgs', 'PropertyChangedConditionPropertiesArgs', 'PropertyConditionPropertiesArgs']]]]]):
|
|
473
|
+
pulumi.set(self, "item_conditions", value)
|
|
474
|
+
|
|
475
|
+
|
|
476
|
+
@pulumi.input_type
|
|
477
|
+
class AutomationRulePropertyValuesChangedConditionArgs:
|
|
478
|
+
def __init__(__self__, *,
|
|
479
|
+
change_type: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyChangedConditionSupportedChangedType']]] = None,
|
|
480
|
+
operator: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyConditionSupportedOperator']]] = None,
|
|
481
|
+
property_name: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyChangedConditionSupportedPropertyType']]] = None,
|
|
482
|
+
property_values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
483
|
+
if change_type is not None:
|
|
484
|
+
pulumi.set(__self__, "change_type", change_type)
|
|
485
|
+
if operator is not None:
|
|
486
|
+
pulumi.set(__self__, "operator", operator)
|
|
487
|
+
if property_name is not None:
|
|
488
|
+
pulumi.set(__self__, "property_name", property_name)
|
|
489
|
+
if property_values is not None:
|
|
490
|
+
pulumi.set(__self__, "property_values", property_values)
|
|
491
|
+
|
|
492
|
+
@property
|
|
493
|
+
@pulumi.getter(name="changeType")
|
|
494
|
+
def change_type(self) -> Optional[pulumi.Input[Union[str, 'AutomationRulePropertyChangedConditionSupportedChangedType']]]:
|
|
495
|
+
return pulumi.get(self, "change_type")
|
|
496
|
+
|
|
497
|
+
@change_type.setter
|
|
498
|
+
def change_type(self, value: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyChangedConditionSupportedChangedType']]]):
|
|
499
|
+
pulumi.set(self, "change_type", value)
|
|
500
|
+
|
|
501
|
+
@property
|
|
502
|
+
@pulumi.getter
|
|
503
|
+
def operator(self) -> Optional[pulumi.Input[Union[str, 'AutomationRulePropertyConditionSupportedOperator']]]:
|
|
504
|
+
return pulumi.get(self, "operator")
|
|
505
|
+
|
|
506
|
+
@operator.setter
|
|
507
|
+
def operator(self, value: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyConditionSupportedOperator']]]):
|
|
508
|
+
pulumi.set(self, "operator", value)
|
|
509
|
+
|
|
510
|
+
@property
|
|
511
|
+
@pulumi.getter(name="propertyName")
|
|
512
|
+
def property_name(self) -> Optional[pulumi.Input[Union[str, 'AutomationRulePropertyChangedConditionSupportedPropertyType']]]:
|
|
513
|
+
return pulumi.get(self, "property_name")
|
|
514
|
+
|
|
515
|
+
@property_name.setter
|
|
516
|
+
def property_name(self, value: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyChangedConditionSupportedPropertyType']]]):
|
|
517
|
+
pulumi.set(self, "property_name", value)
|
|
518
|
+
|
|
519
|
+
@property
|
|
520
|
+
@pulumi.getter(name="propertyValues")
|
|
521
|
+
def property_values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
522
|
+
return pulumi.get(self, "property_values")
|
|
523
|
+
|
|
524
|
+
@property_values.setter
|
|
525
|
+
def property_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
526
|
+
pulumi.set(self, "property_values", value)
|
|
527
|
+
|
|
528
|
+
|
|
529
|
+
@pulumi.input_type
|
|
530
|
+
class AutomationRulePropertyValuesConditionArgs:
|
|
531
|
+
def __init__(__self__, *,
|
|
532
|
+
operator: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyConditionSupportedOperator']]] = None,
|
|
533
|
+
property_name: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyConditionSupportedProperty']]] = None,
|
|
534
|
+
property_values: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
535
|
+
"""
|
|
536
|
+
:param pulumi.Input[Union[str, 'AutomationRulePropertyConditionSupportedProperty']] property_name: The property to evaluate in an automation rule property condition.
|
|
537
|
+
"""
|
|
538
|
+
if operator is not None:
|
|
539
|
+
pulumi.set(__self__, "operator", operator)
|
|
540
|
+
if property_name is not None:
|
|
541
|
+
pulumi.set(__self__, "property_name", property_name)
|
|
542
|
+
if property_values is not None:
|
|
543
|
+
pulumi.set(__self__, "property_values", property_values)
|
|
544
|
+
|
|
545
|
+
@property
|
|
546
|
+
@pulumi.getter
|
|
547
|
+
def operator(self) -> Optional[pulumi.Input[Union[str, 'AutomationRulePropertyConditionSupportedOperator']]]:
|
|
548
|
+
return pulumi.get(self, "operator")
|
|
549
|
+
|
|
550
|
+
@operator.setter
|
|
551
|
+
def operator(self, value: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyConditionSupportedOperator']]]):
|
|
552
|
+
pulumi.set(self, "operator", value)
|
|
553
|
+
|
|
554
|
+
@property
|
|
555
|
+
@pulumi.getter(name="propertyName")
|
|
556
|
+
def property_name(self) -> Optional[pulumi.Input[Union[str, 'AutomationRulePropertyConditionSupportedProperty']]]:
|
|
557
|
+
"""
|
|
558
|
+
The property to evaluate in an automation rule property condition.
|
|
559
|
+
"""
|
|
560
|
+
return pulumi.get(self, "property_name")
|
|
561
|
+
|
|
562
|
+
@property_name.setter
|
|
563
|
+
def property_name(self, value: Optional[pulumi.Input[Union[str, 'AutomationRulePropertyConditionSupportedProperty']]]):
|
|
564
|
+
pulumi.set(self, "property_name", value)
|
|
565
|
+
|
|
566
|
+
@property
|
|
567
|
+
@pulumi.getter(name="propertyValues")
|
|
568
|
+
def property_values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
569
|
+
return pulumi.get(self, "property_values")
|
|
570
|
+
|
|
571
|
+
@property_values.setter
|
|
572
|
+
def property_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
573
|
+
pulumi.set(self, "property_values", value)
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
@pulumi.input_type
|
|
577
|
+
class AutomationRuleRunPlaybookActionArgs:
|
|
578
|
+
def __init__(__self__, *,
|
|
579
|
+
action_type: pulumi.Input[str],
|
|
580
|
+
order: pulumi.Input[int],
|
|
581
|
+
action_configuration: Optional[pulumi.Input['PlaybookActionPropertiesArgs']] = None):
|
|
582
|
+
"""
|
|
583
|
+
Describes an automation rule action to run a playbook
|
|
584
|
+
:param pulumi.Input[str] action_type: The type of the automation rule action.
|
|
585
|
+
Expected value is 'RunPlaybook'.
|
|
586
|
+
"""
|
|
587
|
+
pulumi.set(__self__, "action_type", 'RunPlaybook')
|
|
588
|
+
pulumi.set(__self__, "order", order)
|
|
589
|
+
if action_configuration is not None:
|
|
590
|
+
pulumi.set(__self__, "action_configuration", action_configuration)
|
|
591
|
+
|
|
592
|
+
@property
|
|
593
|
+
@pulumi.getter(name="actionType")
|
|
594
|
+
def action_type(self) -> pulumi.Input[str]:
|
|
595
|
+
"""
|
|
596
|
+
The type of the automation rule action.
|
|
597
|
+
Expected value is 'RunPlaybook'.
|
|
598
|
+
"""
|
|
599
|
+
return pulumi.get(self, "action_type")
|
|
600
|
+
|
|
601
|
+
@action_type.setter
|
|
602
|
+
def action_type(self, value: pulumi.Input[str]):
|
|
603
|
+
pulumi.set(self, "action_type", value)
|
|
604
|
+
|
|
605
|
+
@property
|
|
606
|
+
@pulumi.getter
|
|
607
|
+
def order(self) -> pulumi.Input[int]:
|
|
608
|
+
return pulumi.get(self, "order")
|
|
609
|
+
|
|
610
|
+
@order.setter
|
|
611
|
+
def order(self, value: pulumi.Input[int]):
|
|
612
|
+
pulumi.set(self, "order", value)
|
|
613
|
+
|
|
614
|
+
@property
|
|
615
|
+
@pulumi.getter(name="actionConfiguration")
|
|
616
|
+
def action_configuration(self) -> Optional[pulumi.Input['PlaybookActionPropertiesArgs']]:
|
|
617
|
+
return pulumi.get(self, "action_configuration")
|
|
618
|
+
|
|
619
|
+
@action_configuration.setter
|
|
620
|
+
def action_configuration(self, value: Optional[pulumi.Input['PlaybookActionPropertiesArgs']]):
|
|
621
|
+
pulumi.set(self, "action_configuration", value)
|
|
622
|
+
|
|
623
|
+
|
|
624
|
+
@pulumi.input_type
|
|
625
|
+
class AutomationRuleTriggeringLogicArgs:
|
|
626
|
+
def __init__(__self__, *,
|
|
627
|
+
is_enabled: pulumi.Input[bool],
|
|
628
|
+
triggers_on: pulumi.Input[Union[str, 'TriggersOn']],
|
|
629
|
+
triggers_when: pulumi.Input[Union[str, 'TriggersWhen']],
|
|
630
|
+
conditions: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BooleanConditionPropertiesArgs', 'PropertyArrayChangedConditionPropertiesArgs', 'PropertyArrayConditionPropertiesArgs', 'PropertyChangedConditionPropertiesArgs', 'PropertyConditionPropertiesArgs']]]]] = None,
|
|
631
|
+
expiration_time_utc: Optional[pulumi.Input[str]] = None):
|
|
632
|
+
"""
|
|
633
|
+
Describes automation rule triggering logic.
|
|
634
|
+
:param pulumi.Input[bool] is_enabled: Determines whether the automation rule is enabled or disabled.
|
|
635
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['BooleanConditionPropertiesArgs', 'PropertyArrayChangedConditionPropertiesArgs', 'PropertyArrayConditionPropertiesArgs', 'PropertyChangedConditionPropertiesArgs', 'PropertyConditionPropertiesArgs']]]] conditions: The conditions to evaluate to determine if the automation rule should be triggered on a given object.
|
|
636
|
+
:param pulumi.Input[str] expiration_time_utc: Determines when the automation rule should automatically expire and be disabled.
|
|
637
|
+
"""
|
|
638
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
|
639
|
+
pulumi.set(__self__, "triggers_on", triggers_on)
|
|
640
|
+
pulumi.set(__self__, "triggers_when", triggers_when)
|
|
641
|
+
if conditions is not None:
|
|
642
|
+
pulumi.set(__self__, "conditions", conditions)
|
|
643
|
+
if expiration_time_utc is not None:
|
|
644
|
+
pulumi.set(__self__, "expiration_time_utc", expiration_time_utc)
|
|
645
|
+
|
|
646
|
+
@property
|
|
647
|
+
@pulumi.getter(name="isEnabled")
|
|
648
|
+
def is_enabled(self) -> pulumi.Input[bool]:
|
|
649
|
+
"""
|
|
650
|
+
Determines whether the automation rule is enabled or disabled.
|
|
651
|
+
"""
|
|
652
|
+
return pulumi.get(self, "is_enabled")
|
|
653
|
+
|
|
654
|
+
@is_enabled.setter
|
|
655
|
+
def is_enabled(self, value: pulumi.Input[bool]):
|
|
656
|
+
pulumi.set(self, "is_enabled", value)
|
|
657
|
+
|
|
658
|
+
@property
|
|
659
|
+
@pulumi.getter(name="triggersOn")
|
|
660
|
+
def triggers_on(self) -> pulumi.Input[Union[str, 'TriggersOn']]:
|
|
661
|
+
return pulumi.get(self, "triggers_on")
|
|
662
|
+
|
|
663
|
+
@triggers_on.setter
|
|
664
|
+
def triggers_on(self, value: pulumi.Input[Union[str, 'TriggersOn']]):
|
|
665
|
+
pulumi.set(self, "triggers_on", value)
|
|
666
|
+
|
|
667
|
+
@property
|
|
668
|
+
@pulumi.getter(name="triggersWhen")
|
|
669
|
+
def triggers_when(self) -> pulumi.Input[Union[str, 'TriggersWhen']]:
|
|
670
|
+
return pulumi.get(self, "triggers_when")
|
|
671
|
+
|
|
672
|
+
@triggers_when.setter
|
|
673
|
+
def triggers_when(self, value: pulumi.Input[Union[str, 'TriggersWhen']]):
|
|
674
|
+
pulumi.set(self, "triggers_when", value)
|
|
675
|
+
|
|
676
|
+
@property
|
|
677
|
+
@pulumi.getter
|
|
678
|
+
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union['BooleanConditionPropertiesArgs', 'PropertyArrayChangedConditionPropertiesArgs', 'PropertyArrayConditionPropertiesArgs', 'PropertyChangedConditionPropertiesArgs', 'PropertyConditionPropertiesArgs']]]]]:
|
|
679
|
+
"""
|
|
680
|
+
The conditions to evaluate to determine if the automation rule should be triggered on a given object.
|
|
681
|
+
"""
|
|
682
|
+
return pulumi.get(self, "conditions")
|
|
683
|
+
|
|
684
|
+
@conditions.setter
|
|
685
|
+
def conditions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union['BooleanConditionPropertiesArgs', 'PropertyArrayChangedConditionPropertiesArgs', 'PropertyArrayConditionPropertiesArgs', 'PropertyChangedConditionPropertiesArgs', 'PropertyConditionPropertiesArgs']]]]]):
|
|
686
|
+
pulumi.set(self, "conditions", value)
|
|
687
|
+
|
|
688
|
+
@property
|
|
689
|
+
@pulumi.getter(name="expirationTimeUtc")
|
|
690
|
+
def expiration_time_utc(self) -> Optional[pulumi.Input[str]]:
|
|
691
|
+
"""
|
|
692
|
+
Determines when the automation rule should automatically expire and be disabled.
|
|
693
|
+
"""
|
|
694
|
+
return pulumi.get(self, "expiration_time_utc")
|
|
695
|
+
|
|
696
|
+
@expiration_time_utc.setter
|
|
697
|
+
def expiration_time_utc(self, value: Optional[pulumi.Input[str]]):
|
|
698
|
+
pulumi.set(self, "expiration_time_utc", value)
|
|
699
|
+
|
|
700
|
+
|
|
701
|
+
@pulumi.input_type
|
|
702
|
+
class AwsCloudTrailDataConnectorDataTypesLogsArgs:
|
|
703
|
+
def __init__(__self__, *,
|
|
704
|
+
state: Optional[pulumi.Input[Union[str, 'DataTypeState']]] = None):
|
|
705
|
+
"""
|
|
706
|
+
Logs data type.
|
|
707
|
+
:param pulumi.Input[Union[str, 'DataTypeState']] state: Describe whether this data type connection is enabled or not.
|
|
708
|
+
"""
|
|
709
|
+
if state is not None:
|
|
710
|
+
pulumi.set(__self__, "state", state)
|
|
711
|
+
|
|
712
|
+
@property
|
|
713
|
+
@pulumi.getter
|
|
714
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'DataTypeState']]]:
|
|
715
|
+
"""
|
|
716
|
+
Describe whether this data type connection is enabled or not.
|
|
717
|
+
"""
|
|
718
|
+
return pulumi.get(self, "state")
|
|
719
|
+
|
|
720
|
+
@state.setter
|
|
721
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'DataTypeState']]]):
|
|
722
|
+
pulumi.set(self, "state", value)
|
|
723
|
+
|
|
724
|
+
|
|
725
|
+
@pulumi.input_type
|
|
726
|
+
class AwsCloudTrailDataConnectorDataTypesArgs:
|
|
727
|
+
def __init__(__self__, *,
|
|
728
|
+
logs: Optional[pulumi.Input['AwsCloudTrailDataConnectorDataTypesLogsArgs']] = None):
|
|
729
|
+
"""
|
|
730
|
+
The available data types for Amazon Web Services CloudTrail data connector.
|
|
731
|
+
:param pulumi.Input['AwsCloudTrailDataConnectorDataTypesLogsArgs'] logs: Logs data type.
|
|
732
|
+
"""
|
|
733
|
+
if logs is not None:
|
|
734
|
+
pulumi.set(__self__, "logs", logs)
|
|
735
|
+
|
|
736
|
+
@property
|
|
737
|
+
@pulumi.getter
|
|
738
|
+
def logs(self) -> Optional[pulumi.Input['AwsCloudTrailDataConnectorDataTypesLogsArgs']]:
|
|
739
|
+
"""
|
|
740
|
+
Logs data type.
|
|
741
|
+
"""
|
|
742
|
+
return pulumi.get(self, "logs")
|
|
743
|
+
|
|
744
|
+
@logs.setter
|
|
745
|
+
def logs(self, value: Optional[pulumi.Input['AwsCloudTrailDataConnectorDataTypesLogsArgs']]):
|
|
746
|
+
pulumi.set(self, "logs", value)
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
@pulumi.input_type
|
|
750
|
+
class BooleanConditionPropertiesArgs:
|
|
751
|
+
def __init__(__self__, *,
|
|
752
|
+
condition_type: pulumi.Input[str],
|
|
753
|
+
condition_properties: Optional[pulumi.Input['AutomationRuleBooleanConditionArgs']] = None):
|
|
754
|
+
"""
|
|
755
|
+
Describes an automation rule condition that applies a boolean operator (e.g AND, OR) to conditions
|
|
756
|
+
:param pulumi.Input[str] condition_type:
|
|
757
|
+
Expected value is 'Boolean'.
|
|
758
|
+
:param pulumi.Input['AutomationRuleBooleanConditionArgs'] condition_properties: Describes an automation rule condition with boolean operators.
|
|
759
|
+
"""
|
|
760
|
+
pulumi.set(__self__, "condition_type", 'Boolean')
|
|
761
|
+
if condition_properties is not None:
|
|
762
|
+
pulumi.set(__self__, "condition_properties", condition_properties)
|
|
763
|
+
|
|
764
|
+
@property
|
|
765
|
+
@pulumi.getter(name="conditionType")
|
|
766
|
+
def condition_type(self) -> pulumi.Input[str]:
|
|
767
|
+
"""
|
|
768
|
+
|
|
769
|
+
Expected value is 'Boolean'.
|
|
770
|
+
"""
|
|
771
|
+
return pulumi.get(self, "condition_type")
|
|
772
|
+
|
|
773
|
+
@condition_type.setter
|
|
774
|
+
def condition_type(self, value: pulumi.Input[str]):
|
|
775
|
+
pulumi.set(self, "condition_type", value)
|
|
776
|
+
|
|
777
|
+
@property
|
|
778
|
+
@pulumi.getter(name="conditionProperties")
|
|
779
|
+
def condition_properties(self) -> Optional[pulumi.Input['AutomationRuleBooleanConditionArgs']]:
|
|
780
|
+
"""
|
|
781
|
+
Describes an automation rule condition with boolean operators.
|
|
782
|
+
"""
|
|
783
|
+
return pulumi.get(self, "condition_properties")
|
|
784
|
+
|
|
785
|
+
@condition_properties.setter
|
|
786
|
+
def condition_properties(self, value: Optional[pulumi.Input['AutomationRuleBooleanConditionArgs']]):
|
|
787
|
+
pulumi.set(self, "condition_properties", value)
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
@pulumi.input_type
|
|
791
|
+
class ClientInfoArgs:
|
|
792
|
+
def __init__(__self__, *,
|
|
793
|
+
email: Optional[pulumi.Input[str]] = None,
|
|
794
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
795
|
+
object_id: Optional[pulumi.Input[str]] = None,
|
|
796
|
+
user_principal_name: Optional[pulumi.Input[str]] = None):
|
|
797
|
+
"""
|
|
798
|
+
Information on the client (user or application) that made some action
|
|
799
|
+
:param pulumi.Input[str] email: The email of the client.
|
|
800
|
+
:param pulumi.Input[str] name: The name of the client.
|
|
801
|
+
:param pulumi.Input[str] object_id: The object id of the client.
|
|
802
|
+
:param pulumi.Input[str] user_principal_name: The user principal name of the client.
|
|
803
|
+
"""
|
|
804
|
+
if email is not None:
|
|
805
|
+
pulumi.set(__self__, "email", email)
|
|
806
|
+
if name is not None:
|
|
807
|
+
pulumi.set(__self__, "name", name)
|
|
808
|
+
if object_id is not None:
|
|
809
|
+
pulumi.set(__self__, "object_id", object_id)
|
|
810
|
+
if user_principal_name is not None:
|
|
811
|
+
pulumi.set(__self__, "user_principal_name", user_principal_name)
|
|
812
|
+
|
|
813
|
+
@property
|
|
814
|
+
@pulumi.getter
|
|
815
|
+
def email(self) -> Optional[pulumi.Input[str]]:
|
|
816
|
+
"""
|
|
817
|
+
The email of the client.
|
|
818
|
+
"""
|
|
819
|
+
return pulumi.get(self, "email")
|
|
820
|
+
|
|
821
|
+
@email.setter
|
|
822
|
+
def email(self, value: Optional[pulumi.Input[str]]):
|
|
823
|
+
pulumi.set(self, "email", value)
|
|
824
|
+
|
|
825
|
+
@property
|
|
826
|
+
@pulumi.getter
|
|
827
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
828
|
+
"""
|
|
829
|
+
The name of the client.
|
|
830
|
+
"""
|
|
831
|
+
return pulumi.get(self, "name")
|
|
832
|
+
|
|
833
|
+
@name.setter
|
|
834
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
835
|
+
pulumi.set(self, "name", value)
|
|
836
|
+
|
|
837
|
+
@property
|
|
838
|
+
@pulumi.getter(name="objectId")
|
|
839
|
+
def object_id(self) -> Optional[pulumi.Input[str]]:
|
|
840
|
+
"""
|
|
841
|
+
The object id of the client.
|
|
842
|
+
"""
|
|
843
|
+
return pulumi.get(self, "object_id")
|
|
844
|
+
|
|
845
|
+
@object_id.setter
|
|
846
|
+
def object_id(self, value: Optional[pulumi.Input[str]]):
|
|
847
|
+
pulumi.set(self, "object_id", value)
|
|
848
|
+
|
|
849
|
+
@property
|
|
850
|
+
@pulumi.getter(name="userPrincipalName")
|
|
851
|
+
def user_principal_name(self) -> Optional[pulumi.Input[str]]:
|
|
852
|
+
"""
|
|
853
|
+
The user principal name of the client.
|
|
854
|
+
"""
|
|
855
|
+
return pulumi.get(self, "user_principal_name")
|
|
856
|
+
|
|
857
|
+
@user_principal_name.setter
|
|
858
|
+
def user_principal_name(self, value: Optional[pulumi.Input[str]]):
|
|
859
|
+
pulumi.set(self, "user_principal_name", value)
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
@pulumi.input_type
|
|
863
|
+
class DataConnectorDataTypeCommonArgs:
|
|
864
|
+
def __init__(__self__, *,
|
|
865
|
+
state: Optional[pulumi.Input[Union[str, 'DataTypeState']]] = None):
|
|
866
|
+
"""
|
|
867
|
+
Common field for data type in data connectors.
|
|
868
|
+
:param pulumi.Input[Union[str, 'DataTypeState']] state: Describe whether this data type connection is enabled or not.
|
|
869
|
+
"""
|
|
870
|
+
if state is not None:
|
|
871
|
+
pulumi.set(__self__, "state", state)
|
|
872
|
+
|
|
873
|
+
@property
|
|
874
|
+
@pulumi.getter
|
|
875
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'DataTypeState']]]:
|
|
876
|
+
"""
|
|
877
|
+
Describe whether this data type connection is enabled or not.
|
|
878
|
+
"""
|
|
879
|
+
return pulumi.get(self, "state")
|
|
880
|
+
|
|
881
|
+
@state.setter
|
|
882
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'DataTypeState']]]):
|
|
883
|
+
pulumi.set(self, "state", value)
|
|
884
|
+
|
|
885
|
+
|
|
886
|
+
@pulumi.input_type
|
|
887
|
+
class EntityMappingArgs:
|
|
888
|
+
def __init__(__self__, *,
|
|
889
|
+
entity_type: Optional[pulumi.Input[Union[str, 'EntityMappingType']]] = None,
|
|
890
|
+
field_mappings: Optional[pulumi.Input[Sequence[pulumi.Input['FieldMappingArgs']]]] = None):
|
|
891
|
+
"""
|
|
892
|
+
Single entity mapping for the alert rule
|
|
893
|
+
:param pulumi.Input[Union[str, 'EntityMappingType']] entity_type: The V3 type of the mapped entity
|
|
894
|
+
:param pulumi.Input[Sequence[pulumi.Input['FieldMappingArgs']]] field_mappings: array of field mappings for the given entity mapping
|
|
895
|
+
"""
|
|
896
|
+
if entity_type is not None:
|
|
897
|
+
pulumi.set(__self__, "entity_type", entity_type)
|
|
898
|
+
if field_mappings is not None:
|
|
899
|
+
pulumi.set(__self__, "field_mappings", field_mappings)
|
|
900
|
+
|
|
901
|
+
@property
|
|
902
|
+
@pulumi.getter(name="entityType")
|
|
903
|
+
def entity_type(self) -> Optional[pulumi.Input[Union[str, 'EntityMappingType']]]:
|
|
904
|
+
"""
|
|
905
|
+
The V3 type of the mapped entity
|
|
906
|
+
"""
|
|
907
|
+
return pulumi.get(self, "entity_type")
|
|
908
|
+
|
|
909
|
+
@entity_type.setter
|
|
910
|
+
def entity_type(self, value: Optional[pulumi.Input[Union[str, 'EntityMappingType']]]):
|
|
911
|
+
pulumi.set(self, "entity_type", value)
|
|
912
|
+
|
|
913
|
+
@property
|
|
914
|
+
@pulumi.getter(name="fieldMappings")
|
|
915
|
+
def field_mappings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FieldMappingArgs']]]]:
|
|
916
|
+
"""
|
|
917
|
+
array of field mappings for the given entity mapping
|
|
918
|
+
"""
|
|
919
|
+
return pulumi.get(self, "field_mappings")
|
|
920
|
+
|
|
921
|
+
@field_mappings.setter
|
|
922
|
+
def field_mappings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FieldMappingArgs']]]]):
|
|
923
|
+
pulumi.set(self, "field_mappings", value)
|
|
924
|
+
|
|
925
|
+
|
|
926
|
+
@pulumi.input_type
|
|
927
|
+
class EventGroupingSettingsArgs:
|
|
928
|
+
def __init__(__self__, *,
|
|
929
|
+
aggregation_kind: Optional[pulumi.Input[Union[str, 'EventGroupingAggregationKind']]] = None):
|
|
930
|
+
"""
|
|
931
|
+
Event grouping settings property bag.
|
|
932
|
+
:param pulumi.Input[Union[str, 'EventGroupingAggregationKind']] aggregation_kind: The event grouping aggregation kinds
|
|
933
|
+
"""
|
|
934
|
+
if aggregation_kind is not None:
|
|
935
|
+
pulumi.set(__self__, "aggregation_kind", aggregation_kind)
|
|
936
|
+
|
|
937
|
+
@property
|
|
938
|
+
@pulumi.getter(name="aggregationKind")
|
|
939
|
+
def aggregation_kind(self) -> Optional[pulumi.Input[Union[str, 'EventGroupingAggregationKind']]]:
|
|
940
|
+
"""
|
|
941
|
+
The event grouping aggregation kinds
|
|
942
|
+
"""
|
|
943
|
+
return pulumi.get(self, "aggregation_kind")
|
|
944
|
+
|
|
945
|
+
@aggregation_kind.setter
|
|
946
|
+
def aggregation_kind(self, value: Optional[pulumi.Input[Union[str, 'EventGroupingAggregationKind']]]):
|
|
947
|
+
pulumi.set(self, "aggregation_kind", value)
|
|
948
|
+
|
|
949
|
+
|
|
950
|
+
@pulumi.input_type
|
|
951
|
+
class FieldMappingArgs:
|
|
952
|
+
def __init__(__self__, *,
|
|
953
|
+
column_name: Optional[pulumi.Input[str]] = None,
|
|
954
|
+
identifier: Optional[pulumi.Input[str]] = None):
|
|
955
|
+
"""
|
|
956
|
+
A single field mapping of the mapped entity
|
|
957
|
+
:param pulumi.Input[str] column_name: the column name to be mapped to the identifier
|
|
958
|
+
:param pulumi.Input[str] identifier: the V3 identifier of the entity
|
|
959
|
+
"""
|
|
960
|
+
if column_name is not None:
|
|
961
|
+
pulumi.set(__self__, "column_name", column_name)
|
|
962
|
+
if identifier is not None:
|
|
963
|
+
pulumi.set(__self__, "identifier", identifier)
|
|
964
|
+
|
|
965
|
+
@property
|
|
966
|
+
@pulumi.getter(name="columnName")
|
|
967
|
+
def column_name(self) -> Optional[pulumi.Input[str]]:
|
|
968
|
+
"""
|
|
969
|
+
the column name to be mapped to the identifier
|
|
970
|
+
"""
|
|
971
|
+
return pulumi.get(self, "column_name")
|
|
972
|
+
|
|
973
|
+
@column_name.setter
|
|
974
|
+
def column_name(self, value: Optional[pulumi.Input[str]]):
|
|
975
|
+
pulumi.set(self, "column_name", value)
|
|
976
|
+
|
|
977
|
+
@property
|
|
978
|
+
@pulumi.getter
|
|
979
|
+
def identifier(self) -> Optional[pulumi.Input[str]]:
|
|
980
|
+
"""
|
|
981
|
+
the V3 identifier of the entity
|
|
982
|
+
"""
|
|
983
|
+
return pulumi.get(self, "identifier")
|
|
984
|
+
|
|
985
|
+
@identifier.setter
|
|
986
|
+
def identifier(self, value: Optional[pulumi.Input[str]]):
|
|
987
|
+
pulumi.set(self, "identifier", value)
|
|
988
|
+
|
|
989
|
+
|
|
990
|
+
@pulumi.input_type
|
|
991
|
+
class GroupingConfigurationArgs:
|
|
992
|
+
def __init__(__self__, *,
|
|
993
|
+
enabled: pulumi.Input[bool],
|
|
994
|
+
lookback_duration: pulumi.Input[str],
|
|
995
|
+
matching_method: pulumi.Input[Union[str, 'MatchingMethod']],
|
|
996
|
+
reopen_closed_incident: pulumi.Input[bool],
|
|
997
|
+
group_by_alert_details: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AlertDetail']]]]] = None,
|
|
998
|
+
group_by_custom_details: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
999
|
+
group_by_entities: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'EntityMappingType']]]]] = None):
|
|
1000
|
+
"""
|
|
1001
|
+
Grouping configuration property bag.
|
|
1002
|
+
:param pulumi.Input[bool] enabled: Grouping enabled
|
|
1003
|
+
:param pulumi.Input[str] lookback_duration: Limit the group to alerts created within the lookback duration (in ISO 8601 duration format)
|
|
1004
|
+
:param pulumi.Input[Union[str, 'MatchingMethod']] matching_method: Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty.
|
|
1005
|
+
:param pulumi.Input[bool] reopen_closed_incident: Re-open closed matching incidents
|
|
1006
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'AlertDetail']]]] group_by_alert_details: A list of alert details to group by (when matchingMethod is Selected)
|
|
1007
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] group_by_custom_details: A list of custom details keys to group by (when matchingMethod is Selected). Only keys defined in the current alert rule may be used.
|
|
1008
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union[str, 'EntityMappingType']]]] group_by_entities: A list of entity types to group by (when matchingMethod is Selected). Only entities defined in the current alert rule may be used.
|
|
1009
|
+
"""
|
|
1010
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
1011
|
+
pulumi.set(__self__, "lookback_duration", lookback_duration)
|
|
1012
|
+
pulumi.set(__self__, "matching_method", matching_method)
|
|
1013
|
+
pulumi.set(__self__, "reopen_closed_incident", reopen_closed_incident)
|
|
1014
|
+
if group_by_alert_details is not None:
|
|
1015
|
+
pulumi.set(__self__, "group_by_alert_details", group_by_alert_details)
|
|
1016
|
+
if group_by_custom_details is not None:
|
|
1017
|
+
pulumi.set(__self__, "group_by_custom_details", group_by_custom_details)
|
|
1018
|
+
if group_by_entities is not None:
|
|
1019
|
+
pulumi.set(__self__, "group_by_entities", group_by_entities)
|
|
1020
|
+
|
|
1021
|
+
@property
|
|
1022
|
+
@pulumi.getter
|
|
1023
|
+
def enabled(self) -> pulumi.Input[bool]:
|
|
1024
|
+
"""
|
|
1025
|
+
Grouping enabled
|
|
1026
|
+
"""
|
|
1027
|
+
return pulumi.get(self, "enabled")
|
|
1028
|
+
|
|
1029
|
+
@enabled.setter
|
|
1030
|
+
def enabled(self, value: pulumi.Input[bool]):
|
|
1031
|
+
pulumi.set(self, "enabled", value)
|
|
1032
|
+
|
|
1033
|
+
@property
|
|
1034
|
+
@pulumi.getter(name="lookbackDuration")
|
|
1035
|
+
def lookback_duration(self) -> pulumi.Input[str]:
|
|
1036
|
+
"""
|
|
1037
|
+
Limit the group to alerts created within the lookback duration (in ISO 8601 duration format)
|
|
1038
|
+
"""
|
|
1039
|
+
return pulumi.get(self, "lookback_duration")
|
|
1040
|
+
|
|
1041
|
+
@lookback_duration.setter
|
|
1042
|
+
def lookback_duration(self, value: pulumi.Input[str]):
|
|
1043
|
+
pulumi.set(self, "lookback_duration", value)
|
|
1044
|
+
|
|
1045
|
+
@property
|
|
1046
|
+
@pulumi.getter(name="matchingMethod")
|
|
1047
|
+
def matching_method(self) -> pulumi.Input[Union[str, 'MatchingMethod']]:
|
|
1048
|
+
"""
|
|
1049
|
+
Grouping matching method. When method is Selected at least one of groupByEntities, groupByAlertDetails, groupByCustomDetails must be provided and not empty.
|
|
1050
|
+
"""
|
|
1051
|
+
return pulumi.get(self, "matching_method")
|
|
1052
|
+
|
|
1053
|
+
@matching_method.setter
|
|
1054
|
+
def matching_method(self, value: pulumi.Input[Union[str, 'MatchingMethod']]):
|
|
1055
|
+
pulumi.set(self, "matching_method", value)
|
|
1056
|
+
|
|
1057
|
+
@property
|
|
1058
|
+
@pulumi.getter(name="reopenClosedIncident")
|
|
1059
|
+
def reopen_closed_incident(self) -> pulumi.Input[bool]:
|
|
1060
|
+
"""
|
|
1061
|
+
Re-open closed matching incidents
|
|
1062
|
+
"""
|
|
1063
|
+
return pulumi.get(self, "reopen_closed_incident")
|
|
1064
|
+
|
|
1065
|
+
@reopen_closed_incident.setter
|
|
1066
|
+
def reopen_closed_incident(self, value: pulumi.Input[bool]):
|
|
1067
|
+
pulumi.set(self, "reopen_closed_incident", value)
|
|
1068
|
+
|
|
1069
|
+
@property
|
|
1070
|
+
@pulumi.getter(name="groupByAlertDetails")
|
|
1071
|
+
def group_by_alert_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AlertDetail']]]]]:
|
|
1072
|
+
"""
|
|
1073
|
+
A list of alert details to group by (when matchingMethod is Selected)
|
|
1074
|
+
"""
|
|
1075
|
+
return pulumi.get(self, "group_by_alert_details")
|
|
1076
|
+
|
|
1077
|
+
@group_by_alert_details.setter
|
|
1078
|
+
def group_by_alert_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'AlertDetail']]]]]):
|
|
1079
|
+
pulumi.set(self, "group_by_alert_details", value)
|
|
1080
|
+
|
|
1081
|
+
@property
|
|
1082
|
+
@pulumi.getter(name="groupByCustomDetails")
|
|
1083
|
+
def group_by_custom_details(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1084
|
+
"""
|
|
1085
|
+
A list of custom details keys to group by (when matchingMethod is Selected). Only keys defined in the current alert rule may be used.
|
|
1086
|
+
"""
|
|
1087
|
+
return pulumi.get(self, "group_by_custom_details")
|
|
1088
|
+
|
|
1089
|
+
@group_by_custom_details.setter
|
|
1090
|
+
def group_by_custom_details(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1091
|
+
pulumi.set(self, "group_by_custom_details", value)
|
|
1092
|
+
|
|
1093
|
+
@property
|
|
1094
|
+
@pulumi.getter(name="groupByEntities")
|
|
1095
|
+
def group_by_entities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'EntityMappingType']]]]]:
|
|
1096
|
+
"""
|
|
1097
|
+
A list of entity types to group by (when matchingMethod is Selected). Only entities defined in the current alert rule may be used.
|
|
1098
|
+
"""
|
|
1099
|
+
return pulumi.get(self, "group_by_entities")
|
|
1100
|
+
|
|
1101
|
+
@group_by_entities.setter
|
|
1102
|
+
def group_by_entities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[Union[str, 'EntityMappingType']]]]]):
|
|
1103
|
+
pulumi.set(self, "group_by_entities", value)
|
|
1104
|
+
|
|
1105
|
+
|
|
1106
|
+
@pulumi.input_type
|
|
1107
|
+
class IncidentConfigurationArgs:
|
|
1108
|
+
def __init__(__self__, *,
|
|
1109
|
+
create_incident: pulumi.Input[bool],
|
|
1110
|
+
grouping_configuration: Optional[pulumi.Input['GroupingConfigurationArgs']] = None):
|
|
1111
|
+
"""
|
|
1112
|
+
Incident Configuration property bag.
|
|
1113
|
+
:param pulumi.Input[bool] create_incident: Create incidents from alerts triggered by this analytics rule
|
|
1114
|
+
:param pulumi.Input['GroupingConfigurationArgs'] grouping_configuration: Set how the alerts that are triggered by this analytics rule, are grouped into incidents
|
|
1115
|
+
"""
|
|
1116
|
+
pulumi.set(__self__, "create_incident", create_incident)
|
|
1117
|
+
if grouping_configuration is not None:
|
|
1118
|
+
pulumi.set(__self__, "grouping_configuration", grouping_configuration)
|
|
1119
|
+
|
|
1120
|
+
@property
|
|
1121
|
+
@pulumi.getter(name="createIncident")
|
|
1122
|
+
def create_incident(self) -> pulumi.Input[bool]:
|
|
1123
|
+
"""
|
|
1124
|
+
Create incidents from alerts triggered by this analytics rule
|
|
1125
|
+
"""
|
|
1126
|
+
return pulumi.get(self, "create_incident")
|
|
1127
|
+
|
|
1128
|
+
@create_incident.setter
|
|
1129
|
+
def create_incident(self, value: pulumi.Input[bool]):
|
|
1130
|
+
pulumi.set(self, "create_incident", value)
|
|
1131
|
+
|
|
1132
|
+
@property
|
|
1133
|
+
@pulumi.getter(name="groupingConfiguration")
|
|
1134
|
+
def grouping_configuration(self) -> Optional[pulumi.Input['GroupingConfigurationArgs']]:
|
|
1135
|
+
"""
|
|
1136
|
+
Set how the alerts that are triggered by this analytics rule, are grouped into incidents
|
|
1137
|
+
"""
|
|
1138
|
+
return pulumi.get(self, "grouping_configuration")
|
|
1139
|
+
|
|
1140
|
+
@grouping_configuration.setter
|
|
1141
|
+
def grouping_configuration(self, value: Optional[pulumi.Input['GroupingConfigurationArgs']]):
|
|
1142
|
+
pulumi.set(self, "grouping_configuration", value)
|
|
1143
|
+
|
|
1144
|
+
|
|
1145
|
+
@pulumi.input_type
|
|
1146
|
+
class IncidentInfoArgs:
|
|
1147
|
+
def __init__(__self__, *,
|
|
1148
|
+
incident_id: Optional[pulumi.Input[str]] = None,
|
|
1149
|
+
relation_name: Optional[pulumi.Input[str]] = None,
|
|
1150
|
+
severity: Optional[pulumi.Input[Union[str, 'IncidentSeverity']]] = None,
|
|
1151
|
+
title: Optional[pulumi.Input[str]] = None):
|
|
1152
|
+
"""
|
|
1153
|
+
Describes related incident information for the bookmark
|
|
1154
|
+
:param pulumi.Input[str] incident_id: Incident Id
|
|
1155
|
+
:param pulumi.Input[str] relation_name: Relation Name
|
|
1156
|
+
:param pulumi.Input[Union[str, 'IncidentSeverity']] severity: The severity of the incident
|
|
1157
|
+
:param pulumi.Input[str] title: The title of the incident
|
|
1158
|
+
"""
|
|
1159
|
+
if incident_id is not None:
|
|
1160
|
+
pulumi.set(__self__, "incident_id", incident_id)
|
|
1161
|
+
if relation_name is not None:
|
|
1162
|
+
pulumi.set(__self__, "relation_name", relation_name)
|
|
1163
|
+
if severity is not None:
|
|
1164
|
+
pulumi.set(__self__, "severity", severity)
|
|
1165
|
+
if title is not None:
|
|
1166
|
+
pulumi.set(__self__, "title", title)
|
|
1167
|
+
|
|
1168
|
+
@property
|
|
1169
|
+
@pulumi.getter(name="incidentId")
|
|
1170
|
+
def incident_id(self) -> Optional[pulumi.Input[str]]:
|
|
1171
|
+
"""
|
|
1172
|
+
Incident Id
|
|
1173
|
+
"""
|
|
1174
|
+
return pulumi.get(self, "incident_id")
|
|
1175
|
+
|
|
1176
|
+
@incident_id.setter
|
|
1177
|
+
def incident_id(self, value: Optional[pulumi.Input[str]]):
|
|
1178
|
+
pulumi.set(self, "incident_id", value)
|
|
1179
|
+
|
|
1180
|
+
@property
|
|
1181
|
+
@pulumi.getter(name="relationName")
|
|
1182
|
+
def relation_name(self) -> Optional[pulumi.Input[str]]:
|
|
1183
|
+
"""
|
|
1184
|
+
Relation Name
|
|
1185
|
+
"""
|
|
1186
|
+
return pulumi.get(self, "relation_name")
|
|
1187
|
+
|
|
1188
|
+
@relation_name.setter
|
|
1189
|
+
def relation_name(self, value: Optional[pulumi.Input[str]]):
|
|
1190
|
+
pulumi.set(self, "relation_name", value)
|
|
1191
|
+
|
|
1192
|
+
@property
|
|
1193
|
+
@pulumi.getter
|
|
1194
|
+
def severity(self) -> Optional[pulumi.Input[Union[str, 'IncidentSeverity']]]:
|
|
1195
|
+
"""
|
|
1196
|
+
The severity of the incident
|
|
1197
|
+
"""
|
|
1198
|
+
return pulumi.get(self, "severity")
|
|
1199
|
+
|
|
1200
|
+
@severity.setter
|
|
1201
|
+
def severity(self, value: Optional[pulumi.Input[Union[str, 'IncidentSeverity']]]):
|
|
1202
|
+
pulumi.set(self, "severity", value)
|
|
1203
|
+
|
|
1204
|
+
@property
|
|
1205
|
+
@pulumi.getter
|
|
1206
|
+
def title(self) -> Optional[pulumi.Input[str]]:
|
|
1207
|
+
"""
|
|
1208
|
+
The title of the incident
|
|
1209
|
+
"""
|
|
1210
|
+
return pulumi.get(self, "title")
|
|
1211
|
+
|
|
1212
|
+
@title.setter
|
|
1213
|
+
def title(self, value: Optional[pulumi.Input[str]]):
|
|
1214
|
+
pulumi.set(self, "title", value)
|
|
1215
|
+
|
|
1216
|
+
|
|
1217
|
+
@pulumi.input_type
|
|
1218
|
+
class IncidentLabelArgs:
|
|
1219
|
+
def __init__(__self__, *,
|
|
1220
|
+
label_name: pulumi.Input[str]):
|
|
1221
|
+
"""
|
|
1222
|
+
Represents an incident label
|
|
1223
|
+
:param pulumi.Input[str] label_name: The name of the label
|
|
1224
|
+
"""
|
|
1225
|
+
pulumi.set(__self__, "label_name", label_name)
|
|
1226
|
+
|
|
1227
|
+
@property
|
|
1228
|
+
@pulumi.getter(name="labelName")
|
|
1229
|
+
def label_name(self) -> pulumi.Input[str]:
|
|
1230
|
+
"""
|
|
1231
|
+
The name of the label
|
|
1232
|
+
"""
|
|
1233
|
+
return pulumi.get(self, "label_name")
|
|
1234
|
+
|
|
1235
|
+
@label_name.setter
|
|
1236
|
+
def label_name(self, value: pulumi.Input[str]):
|
|
1237
|
+
pulumi.set(self, "label_name", value)
|
|
1238
|
+
|
|
1239
|
+
|
|
1240
|
+
@pulumi.input_type
|
|
1241
|
+
class IncidentOwnerInfoArgs:
|
|
1242
|
+
def __init__(__self__, *,
|
|
1243
|
+
assigned_to: Optional[pulumi.Input[str]] = None,
|
|
1244
|
+
email: Optional[pulumi.Input[str]] = None,
|
|
1245
|
+
object_id: Optional[pulumi.Input[str]] = None,
|
|
1246
|
+
owner_type: Optional[pulumi.Input[Union[str, 'OwnerType']]] = None,
|
|
1247
|
+
user_principal_name: Optional[pulumi.Input[str]] = None):
|
|
1248
|
+
"""
|
|
1249
|
+
Information on the user an incident is assigned to
|
|
1250
|
+
:param pulumi.Input[str] assigned_to: The name of the user the incident is assigned to.
|
|
1251
|
+
:param pulumi.Input[str] email: The email of the user the incident is assigned to.
|
|
1252
|
+
:param pulumi.Input[str] object_id: The object id of the user the incident is assigned to.
|
|
1253
|
+
:param pulumi.Input[Union[str, 'OwnerType']] owner_type: The type of the owner the incident is assigned to.
|
|
1254
|
+
:param pulumi.Input[str] user_principal_name: The user principal name of the user the incident is assigned to.
|
|
1255
|
+
"""
|
|
1256
|
+
if assigned_to is not None:
|
|
1257
|
+
pulumi.set(__self__, "assigned_to", assigned_to)
|
|
1258
|
+
if email is not None:
|
|
1259
|
+
pulumi.set(__self__, "email", email)
|
|
1260
|
+
if object_id is not None:
|
|
1261
|
+
pulumi.set(__self__, "object_id", object_id)
|
|
1262
|
+
if owner_type is not None:
|
|
1263
|
+
pulumi.set(__self__, "owner_type", owner_type)
|
|
1264
|
+
if user_principal_name is not None:
|
|
1265
|
+
pulumi.set(__self__, "user_principal_name", user_principal_name)
|
|
1266
|
+
|
|
1267
|
+
@property
|
|
1268
|
+
@pulumi.getter(name="assignedTo")
|
|
1269
|
+
def assigned_to(self) -> Optional[pulumi.Input[str]]:
|
|
1270
|
+
"""
|
|
1271
|
+
The name of the user the incident is assigned to.
|
|
1272
|
+
"""
|
|
1273
|
+
return pulumi.get(self, "assigned_to")
|
|
1274
|
+
|
|
1275
|
+
@assigned_to.setter
|
|
1276
|
+
def assigned_to(self, value: Optional[pulumi.Input[str]]):
|
|
1277
|
+
pulumi.set(self, "assigned_to", value)
|
|
1278
|
+
|
|
1279
|
+
@property
|
|
1280
|
+
@pulumi.getter
|
|
1281
|
+
def email(self) -> Optional[pulumi.Input[str]]:
|
|
1282
|
+
"""
|
|
1283
|
+
The email of the user the incident is assigned to.
|
|
1284
|
+
"""
|
|
1285
|
+
return pulumi.get(self, "email")
|
|
1286
|
+
|
|
1287
|
+
@email.setter
|
|
1288
|
+
def email(self, value: Optional[pulumi.Input[str]]):
|
|
1289
|
+
pulumi.set(self, "email", value)
|
|
1290
|
+
|
|
1291
|
+
@property
|
|
1292
|
+
@pulumi.getter(name="objectId")
|
|
1293
|
+
def object_id(self) -> Optional[pulumi.Input[str]]:
|
|
1294
|
+
"""
|
|
1295
|
+
The object id of the user the incident is assigned to.
|
|
1296
|
+
"""
|
|
1297
|
+
return pulumi.get(self, "object_id")
|
|
1298
|
+
|
|
1299
|
+
@object_id.setter
|
|
1300
|
+
def object_id(self, value: Optional[pulumi.Input[str]]):
|
|
1301
|
+
pulumi.set(self, "object_id", value)
|
|
1302
|
+
|
|
1303
|
+
@property
|
|
1304
|
+
@pulumi.getter(name="ownerType")
|
|
1305
|
+
def owner_type(self) -> Optional[pulumi.Input[Union[str, 'OwnerType']]]:
|
|
1306
|
+
"""
|
|
1307
|
+
The type of the owner the incident is assigned to.
|
|
1308
|
+
"""
|
|
1309
|
+
return pulumi.get(self, "owner_type")
|
|
1310
|
+
|
|
1311
|
+
@owner_type.setter
|
|
1312
|
+
def owner_type(self, value: Optional[pulumi.Input[Union[str, 'OwnerType']]]):
|
|
1313
|
+
pulumi.set(self, "owner_type", value)
|
|
1314
|
+
|
|
1315
|
+
@property
|
|
1316
|
+
@pulumi.getter(name="userPrincipalName")
|
|
1317
|
+
def user_principal_name(self) -> Optional[pulumi.Input[str]]:
|
|
1318
|
+
"""
|
|
1319
|
+
The user principal name of the user the incident is assigned to.
|
|
1320
|
+
"""
|
|
1321
|
+
return pulumi.get(self, "user_principal_name")
|
|
1322
|
+
|
|
1323
|
+
@user_principal_name.setter
|
|
1324
|
+
def user_principal_name(self, value: Optional[pulumi.Input[str]]):
|
|
1325
|
+
pulumi.set(self, "user_principal_name", value)
|
|
1326
|
+
|
|
1327
|
+
|
|
1328
|
+
@pulumi.input_type
|
|
1329
|
+
class IncidentPropertiesActionArgs:
|
|
1330
|
+
def __init__(__self__, *,
|
|
1331
|
+
classification: Optional[pulumi.Input[Union[str, 'IncidentClassification']]] = None,
|
|
1332
|
+
classification_comment: Optional[pulumi.Input[str]] = None,
|
|
1333
|
+
classification_reason: Optional[pulumi.Input[Union[str, 'IncidentClassificationReason']]] = None,
|
|
1334
|
+
labels: Optional[pulumi.Input[Sequence[pulumi.Input['IncidentLabelArgs']]]] = None,
|
|
1335
|
+
owner: Optional[pulumi.Input['IncidentOwnerInfoArgs']] = None,
|
|
1336
|
+
severity: Optional[pulumi.Input[Union[str, 'IncidentSeverity']]] = None,
|
|
1337
|
+
status: Optional[pulumi.Input[Union[str, 'IncidentStatus']]] = None):
|
|
1338
|
+
"""
|
|
1339
|
+
:param pulumi.Input[Union[str, 'IncidentClassification']] classification: The reason the incident was closed
|
|
1340
|
+
:param pulumi.Input[str] classification_comment: Describes the reason the incident was closed.
|
|
1341
|
+
:param pulumi.Input[Union[str, 'IncidentClassificationReason']] classification_reason: The classification reason the incident was closed with
|
|
1342
|
+
:param pulumi.Input[Sequence[pulumi.Input['IncidentLabelArgs']]] labels: List of labels to add to the incident.
|
|
1343
|
+
:param pulumi.Input['IncidentOwnerInfoArgs'] owner: Information on the user an incident is assigned to
|
|
1344
|
+
:param pulumi.Input[Union[str, 'IncidentSeverity']] severity: The severity of the incident
|
|
1345
|
+
:param pulumi.Input[Union[str, 'IncidentStatus']] status: The status of the incident
|
|
1346
|
+
"""
|
|
1347
|
+
if classification is not None:
|
|
1348
|
+
pulumi.set(__self__, "classification", classification)
|
|
1349
|
+
if classification_comment is not None:
|
|
1350
|
+
pulumi.set(__self__, "classification_comment", classification_comment)
|
|
1351
|
+
if classification_reason is not None:
|
|
1352
|
+
pulumi.set(__self__, "classification_reason", classification_reason)
|
|
1353
|
+
if labels is not None:
|
|
1354
|
+
pulumi.set(__self__, "labels", labels)
|
|
1355
|
+
if owner is not None:
|
|
1356
|
+
pulumi.set(__self__, "owner", owner)
|
|
1357
|
+
if severity is not None:
|
|
1358
|
+
pulumi.set(__self__, "severity", severity)
|
|
1359
|
+
if status is not None:
|
|
1360
|
+
pulumi.set(__self__, "status", status)
|
|
1361
|
+
|
|
1362
|
+
@property
|
|
1363
|
+
@pulumi.getter
|
|
1364
|
+
def classification(self) -> Optional[pulumi.Input[Union[str, 'IncidentClassification']]]:
|
|
1365
|
+
"""
|
|
1366
|
+
The reason the incident was closed
|
|
1367
|
+
"""
|
|
1368
|
+
return pulumi.get(self, "classification")
|
|
1369
|
+
|
|
1370
|
+
@classification.setter
|
|
1371
|
+
def classification(self, value: Optional[pulumi.Input[Union[str, 'IncidentClassification']]]):
|
|
1372
|
+
pulumi.set(self, "classification", value)
|
|
1373
|
+
|
|
1374
|
+
@property
|
|
1375
|
+
@pulumi.getter(name="classificationComment")
|
|
1376
|
+
def classification_comment(self) -> Optional[pulumi.Input[str]]:
|
|
1377
|
+
"""
|
|
1378
|
+
Describes the reason the incident was closed.
|
|
1379
|
+
"""
|
|
1380
|
+
return pulumi.get(self, "classification_comment")
|
|
1381
|
+
|
|
1382
|
+
@classification_comment.setter
|
|
1383
|
+
def classification_comment(self, value: Optional[pulumi.Input[str]]):
|
|
1384
|
+
pulumi.set(self, "classification_comment", value)
|
|
1385
|
+
|
|
1386
|
+
@property
|
|
1387
|
+
@pulumi.getter(name="classificationReason")
|
|
1388
|
+
def classification_reason(self) -> Optional[pulumi.Input[Union[str, 'IncidentClassificationReason']]]:
|
|
1389
|
+
"""
|
|
1390
|
+
The classification reason the incident was closed with
|
|
1391
|
+
"""
|
|
1392
|
+
return pulumi.get(self, "classification_reason")
|
|
1393
|
+
|
|
1394
|
+
@classification_reason.setter
|
|
1395
|
+
def classification_reason(self, value: Optional[pulumi.Input[Union[str, 'IncidentClassificationReason']]]):
|
|
1396
|
+
pulumi.set(self, "classification_reason", value)
|
|
1397
|
+
|
|
1398
|
+
@property
|
|
1399
|
+
@pulumi.getter
|
|
1400
|
+
def labels(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['IncidentLabelArgs']]]]:
|
|
1401
|
+
"""
|
|
1402
|
+
List of labels to add to the incident.
|
|
1403
|
+
"""
|
|
1404
|
+
return pulumi.get(self, "labels")
|
|
1405
|
+
|
|
1406
|
+
@labels.setter
|
|
1407
|
+
def labels(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['IncidentLabelArgs']]]]):
|
|
1408
|
+
pulumi.set(self, "labels", value)
|
|
1409
|
+
|
|
1410
|
+
@property
|
|
1411
|
+
@pulumi.getter
|
|
1412
|
+
def owner(self) -> Optional[pulumi.Input['IncidentOwnerInfoArgs']]:
|
|
1413
|
+
"""
|
|
1414
|
+
Information on the user an incident is assigned to
|
|
1415
|
+
"""
|
|
1416
|
+
return pulumi.get(self, "owner")
|
|
1417
|
+
|
|
1418
|
+
@owner.setter
|
|
1419
|
+
def owner(self, value: Optional[pulumi.Input['IncidentOwnerInfoArgs']]):
|
|
1420
|
+
pulumi.set(self, "owner", value)
|
|
1421
|
+
|
|
1422
|
+
@property
|
|
1423
|
+
@pulumi.getter
|
|
1424
|
+
def severity(self) -> Optional[pulumi.Input[Union[str, 'IncidentSeverity']]]:
|
|
1425
|
+
"""
|
|
1426
|
+
The severity of the incident
|
|
1427
|
+
"""
|
|
1428
|
+
return pulumi.get(self, "severity")
|
|
1429
|
+
|
|
1430
|
+
@severity.setter
|
|
1431
|
+
def severity(self, value: Optional[pulumi.Input[Union[str, 'IncidentSeverity']]]):
|
|
1432
|
+
pulumi.set(self, "severity", value)
|
|
1433
|
+
|
|
1434
|
+
@property
|
|
1435
|
+
@pulumi.getter
|
|
1436
|
+
def status(self) -> Optional[pulumi.Input[Union[str, 'IncidentStatus']]]:
|
|
1437
|
+
"""
|
|
1438
|
+
The status of the incident
|
|
1439
|
+
"""
|
|
1440
|
+
return pulumi.get(self, "status")
|
|
1441
|
+
|
|
1442
|
+
@status.setter
|
|
1443
|
+
def status(self, value: Optional[pulumi.Input[Union[str, 'IncidentStatus']]]):
|
|
1444
|
+
pulumi.set(self, "status", value)
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
@pulumi.input_type
|
|
1448
|
+
class MCASDataConnectorDataTypesArgs:
|
|
1449
|
+
def __init__(__self__, *,
|
|
1450
|
+
alerts: Optional[pulumi.Input['DataConnectorDataTypeCommonArgs']] = None,
|
|
1451
|
+
discovery_logs: Optional[pulumi.Input['DataConnectorDataTypeCommonArgs']] = None):
|
|
1452
|
+
"""
|
|
1453
|
+
The available data types for MCAS (Microsoft Cloud App Security) data connector.
|
|
1454
|
+
:param pulumi.Input['DataConnectorDataTypeCommonArgs'] alerts: Alerts data type connection.
|
|
1455
|
+
:param pulumi.Input['DataConnectorDataTypeCommonArgs'] discovery_logs: Discovery log data type connection.
|
|
1456
|
+
"""
|
|
1457
|
+
if alerts is not None:
|
|
1458
|
+
pulumi.set(__self__, "alerts", alerts)
|
|
1459
|
+
if discovery_logs is not None:
|
|
1460
|
+
pulumi.set(__self__, "discovery_logs", discovery_logs)
|
|
1461
|
+
|
|
1462
|
+
@property
|
|
1463
|
+
@pulumi.getter
|
|
1464
|
+
def alerts(self) -> Optional[pulumi.Input['DataConnectorDataTypeCommonArgs']]:
|
|
1465
|
+
"""
|
|
1466
|
+
Alerts data type connection.
|
|
1467
|
+
"""
|
|
1468
|
+
return pulumi.get(self, "alerts")
|
|
1469
|
+
|
|
1470
|
+
@alerts.setter
|
|
1471
|
+
def alerts(self, value: Optional[pulumi.Input['DataConnectorDataTypeCommonArgs']]):
|
|
1472
|
+
pulumi.set(self, "alerts", value)
|
|
1473
|
+
|
|
1474
|
+
@property
|
|
1475
|
+
@pulumi.getter(name="discoveryLogs")
|
|
1476
|
+
def discovery_logs(self) -> Optional[pulumi.Input['DataConnectorDataTypeCommonArgs']]:
|
|
1477
|
+
"""
|
|
1478
|
+
Discovery log data type connection.
|
|
1479
|
+
"""
|
|
1480
|
+
return pulumi.get(self, "discovery_logs")
|
|
1481
|
+
|
|
1482
|
+
@discovery_logs.setter
|
|
1483
|
+
def discovery_logs(self, value: Optional[pulumi.Input['DataConnectorDataTypeCommonArgs']]):
|
|
1484
|
+
pulumi.set(self, "discovery_logs", value)
|
|
1485
|
+
|
|
1486
|
+
|
|
1487
|
+
@pulumi.input_type
|
|
1488
|
+
class MetadataAuthorArgs:
|
|
1489
|
+
def __init__(__self__, *,
|
|
1490
|
+
email: Optional[pulumi.Input[str]] = None,
|
|
1491
|
+
link: Optional[pulumi.Input[str]] = None,
|
|
1492
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
1493
|
+
"""
|
|
1494
|
+
Publisher or creator of the content item.
|
|
1495
|
+
:param pulumi.Input[str] email: Email of author contact
|
|
1496
|
+
:param pulumi.Input[str] link: Link for author/vendor page
|
|
1497
|
+
:param pulumi.Input[str] name: Name of the author. Company or person.
|
|
1498
|
+
"""
|
|
1499
|
+
if email is not None:
|
|
1500
|
+
pulumi.set(__self__, "email", email)
|
|
1501
|
+
if link is not None:
|
|
1502
|
+
pulumi.set(__self__, "link", link)
|
|
1503
|
+
if name is not None:
|
|
1504
|
+
pulumi.set(__self__, "name", name)
|
|
1505
|
+
|
|
1506
|
+
@property
|
|
1507
|
+
@pulumi.getter
|
|
1508
|
+
def email(self) -> Optional[pulumi.Input[str]]:
|
|
1509
|
+
"""
|
|
1510
|
+
Email of author contact
|
|
1511
|
+
"""
|
|
1512
|
+
return pulumi.get(self, "email")
|
|
1513
|
+
|
|
1514
|
+
@email.setter
|
|
1515
|
+
def email(self, value: Optional[pulumi.Input[str]]):
|
|
1516
|
+
pulumi.set(self, "email", value)
|
|
1517
|
+
|
|
1518
|
+
@property
|
|
1519
|
+
@pulumi.getter
|
|
1520
|
+
def link(self) -> Optional[pulumi.Input[str]]:
|
|
1521
|
+
"""
|
|
1522
|
+
Link for author/vendor page
|
|
1523
|
+
"""
|
|
1524
|
+
return pulumi.get(self, "link")
|
|
1525
|
+
|
|
1526
|
+
@link.setter
|
|
1527
|
+
def link(self, value: Optional[pulumi.Input[str]]):
|
|
1528
|
+
pulumi.set(self, "link", value)
|
|
1529
|
+
|
|
1530
|
+
@property
|
|
1531
|
+
@pulumi.getter
|
|
1532
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1533
|
+
"""
|
|
1534
|
+
Name of the author. Company or person.
|
|
1535
|
+
"""
|
|
1536
|
+
return pulumi.get(self, "name")
|
|
1537
|
+
|
|
1538
|
+
@name.setter
|
|
1539
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1540
|
+
pulumi.set(self, "name", value)
|
|
1541
|
+
|
|
1542
|
+
|
|
1543
|
+
@pulumi.input_type
|
|
1544
|
+
class MetadataCategoriesArgs:
|
|
1545
|
+
def __init__(__self__, *,
|
|
1546
|
+
domains: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1547
|
+
verticals: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1548
|
+
"""
|
|
1549
|
+
ies for the solution content item
|
|
1550
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] domains: domain for the solution content item
|
|
1551
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] verticals: Industry verticals for the solution content item
|
|
1552
|
+
"""
|
|
1553
|
+
if domains is not None:
|
|
1554
|
+
pulumi.set(__self__, "domains", domains)
|
|
1555
|
+
if verticals is not None:
|
|
1556
|
+
pulumi.set(__self__, "verticals", verticals)
|
|
1557
|
+
|
|
1558
|
+
@property
|
|
1559
|
+
@pulumi.getter
|
|
1560
|
+
def domains(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1561
|
+
"""
|
|
1562
|
+
domain for the solution content item
|
|
1563
|
+
"""
|
|
1564
|
+
return pulumi.get(self, "domains")
|
|
1565
|
+
|
|
1566
|
+
@domains.setter
|
|
1567
|
+
def domains(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1568
|
+
pulumi.set(self, "domains", value)
|
|
1569
|
+
|
|
1570
|
+
@property
|
|
1571
|
+
@pulumi.getter
|
|
1572
|
+
def verticals(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1573
|
+
"""
|
|
1574
|
+
Industry verticals for the solution content item
|
|
1575
|
+
"""
|
|
1576
|
+
return pulumi.get(self, "verticals")
|
|
1577
|
+
|
|
1578
|
+
@verticals.setter
|
|
1579
|
+
def verticals(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1580
|
+
pulumi.set(self, "verticals", value)
|
|
1581
|
+
|
|
1582
|
+
|
|
1583
|
+
@pulumi.input_type
|
|
1584
|
+
class MetadataDependenciesArgs:
|
|
1585
|
+
def __init__(__self__, *,
|
|
1586
|
+
content_id: Optional[pulumi.Input[str]] = None,
|
|
1587
|
+
criteria: Optional[pulumi.Input[Sequence[pulumi.Input['MetadataDependenciesArgs']]]] = None,
|
|
1588
|
+
kind: Optional[pulumi.Input[Union[str, 'Kind']]] = None,
|
|
1589
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1590
|
+
operator: Optional[pulumi.Input[Union[str, 'Operator']]] = None,
|
|
1591
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
1592
|
+
"""
|
|
1593
|
+
Dependencies for the content item, what other content items it requires to work. Can describe more complex dependencies using a recursive/nested structure. For a single dependency an id/kind/version can be supplied or operator/criteria for complex dependencies.
|
|
1594
|
+
:param pulumi.Input[str] content_id: Id of the content item we depend on
|
|
1595
|
+
:param pulumi.Input[Sequence[pulumi.Input['MetadataDependenciesArgs']]] criteria: This is the list of dependencies we must fulfill, according to the AND/OR operator
|
|
1596
|
+
:param pulumi.Input[Union[str, 'Kind']] kind: Type of the content item we depend on
|
|
1597
|
+
:param pulumi.Input[str] name: Name of the content item
|
|
1598
|
+
:param pulumi.Input[Union[str, 'Operator']] operator: Operator used for list of dependencies in criteria array.
|
|
1599
|
+
:param pulumi.Input[str] version: Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required.
|
|
1600
|
+
"""
|
|
1601
|
+
if content_id is not None:
|
|
1602
|
+
pulumi.set(__self__, "content_id", content_id)
|
|
1603
|
+
if criteria is not None:
|
|
1604
|
+
pulumi.set(__self__, "criteria", criteria)
|
|
1605
|
+
if kind is not None:
|
|
1606
|
+
pulumi.set(__self__, "kind", kind)
|
|
1607
|
+
if name is not None:
|
|
1608
|
+
pulumi.set(__self__, "name", name)
|
|
1609
|
+
if operator is not None:
|
|
1610
|
+
pulumi.set(__self__, "operator", operator)
|
|
1611
|
+
if version is not None:
|
|
1612
|
+
pulumi.set(__self__, "version", version)
|
|
1613
|
+
|
|
1614
|
+
@property
|
|
1615
|
+
@pulumi.getter(name="contentId")
|
|
1616
|
+
def content_id(self) -> Optional[pulumi.Input[str]]:
|
|
1617
|
+
"""
|
|
1618
|
+
Id of the content item we depend on
|
|
1619
|
+
"""
|
|
1620
|
+
return pulumi.get(self, "content_id")
|
|
1621
|
+
|
|
1622
|
+
@content_id.setter
|
|
1623
|
+
def content_id(self, value: Optional[pulumi.Input[str]]):
|
|
1624
|
+
pulumi.set(self, "content_id", value)
|
|
1625
|
+
|
|
1626
|
+
@property
|
|
1627
|
+
@pulumi.getter
|
|
1628
|
+
def criteria(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['MetadataDependenciesArgs']]]]:
|
|
1629
|
+
"""
|
|
1630
|
+
This is the list of dependencies we must fulfill, according to the AND/OR operator
|
|
1631
|
+
"""
|
|
1632
|
+
return pulumi.get(self, "criteria")
|
|
1633
|
+
|
|
1634
|
+
@criteria.setter
|
|
1635
|
+
def criteria(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['MetadataDependenciesArgs']]]]):
|
|
1636
|
+
pulumi.set(self, "criteria", value)
|
|
1637
|
+
|
|
1638
|
+
@property
|
|
1639
|
+
@pulumi.getter
|
|
1640
|
+
def kind(self) -> Optional[pulumi.Input[Union[str, 'Kind']]]:
|
|
1641
|
+
"""
|
|
1642
|
+
Type of the content item we depend on
|
|
1643
|
+
"""
|
|
1644
|
+
return pulumi.get(self, "kind")
|
|
1645
|
+
|
|
1646
|
+
@kind.setter
|
|
1647
|
+
def kind(self, value: Optional[pulumi.Input[Union[str, 'Kind']]]):
|
|
1648
|
+
pulumi.set(self, "kind", value)
|
|
1649
|
+
|
|
1650
|
+
@property
|
|
1651
|
+
@pulumi.getter
|
|
1652
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1653
|
+
"""
|
|
1654
|
+
Name of the content item
|
|
1655
|
+
"""
|
|
1656
|
+
return pulumi.get(self, "name")
|
|
1657
|
+
|
|
1658
|
+
@name.setter
|
|
1659
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1660
|
+
pulumi.set(self, "name", value)
|
|
1661
|
+
|
|
1662
|
+
@property
|
|
1663
|
+
@pulumi.getter
|
|
1664
|
+
def operator(self) -> Optional[pulumi.Input[Union[str, 'Operator']]]:
|
|
1665
|
+
"""
|
|
1666
|
+
Operator used for list of dependencies in criteria array.
|
|
1667
|
+
"""
|
|
1668
|
+
return pulumi.get(self, "operator")
|
|
1669
|
+
|
|
1670
|
+
@operator.setter
|
|
1671
|
+
def operator(self, value: Optional[pulumi.Input[Union[str, 'Operator']]]):
|
|
1672
|
+
pulumi.set(self, "operator", value)
|
|
1673
|
+
|
|
1674
|
+
@property
|
|
1675
|
+
@pulumi.getter
|
|
1676
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
1677
|
+
"""
|
|
1678
|
+
Version of the the content item we depend on. Can be blank, * or missing to indicate any version fulfills the dependency. If version does not match our defined numeric format then an exact match is required.
|
|
1679
|
+
"""
|
|
1680
|
+
return pulumi.get(self, "version")
|
|
1681
|
+
|
|
1682
|
+
@version.setter
|
|
1683
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
1684
|
+
pulumi.set(self, "version", value)
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
@pulumi.input_type
|
|
1688
|
+
class MetadataSourceArgs:
|
|
1689
|
+
def __init__(__self__, *,
|
|
1690
|
+
kind: pulumi.Input[Union[str, 'SourceKind']],
|
|
1691
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
1692
|
+
source_id: Optional[pulumi.Input[str]] = None):
|
|
1693
|
+
"""
|
|
1694
|
+
The original source of the content item, where it comes from.
|
|
1695
|
+
:param pulumi.Input[Union[str, 'SourceKind']] kind: Source type of the content
|
|
1696
|
+
:param pulumi.Input[str] name: Name of the content source. The repo name, solution name, LA workspace name etc.
|
|
1697
|
+
:param pulumi.Input[str] source_id: ID of the content source. The solution ID, workspace ID, etc
|
|
1698
|
+
"""
|
|
1699
|
+
pulumi.set(__self__, "kind", kind)
|
|
1700
|
+
if name is not None:
|
|
1701
|
+
pulumi.set(__self__, "name", name)
|
|
1702
|
+
if source_id is not None:
|
|
1703
|
+
pulumi.set(__self__, "source_id", source_id)
|
|
1704
|
+
|
|
1705
|
+
@property
|
|
1706
|
+
@pulumi.getter
|
|
1707
|
+
def kind(self) -> pulumi.Input[Union[str, 'SourceKind']]:
|
|
1708
|
+
"""
|
|
1709
|
+
Source type of the content
|
|
1710
|
+
"""
|
|
1711
|
+
return pulumi.get(self, "kind")
|
|
1712
|
+
|
|
1713
|
+
@kind.setter
|
|
1714
|
+
def kind(self, value: pulumi.Input[Union[str, 'SourceKind']]):
|
|
1715
|
+
pulumi.set(self, "kind", value)
|
|
1716
|
+
|
|
1717
|
+
@property
|
|
1718
|
+
@pulumi.getter
|
|
1719
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1720
|
+
"""
|
|
1721
|
+
Name of the content source. The repo name, solution name, LA workspace name etc.
|
|
1722
|
+
"""
|
|
1723
|
+
return pulumi.get(self, "name")
|
|
1724
|
+
|
|
1725
|
+
@name.setter
|
|
1726
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1727
|
+
pulumi.set(self, "name", value)
|
|
1728
|
+
|
|
1729
|
+
@property
|
|
1730
|
+
@pulumi.getter(name="sourceId")
|
|
1731
|
+
def source_id(self) -> Optional[pulumi.Input[str]]:
|
|
1732
|
+
"""
|
|
1733
|
+
ID of the content source. The solution ID, workspace ID, etc
|
|
1734
|
+
"""
|
|
1735
|
+
return pulumi.get(self, "source_id")
|
|
1736
|
+
|
|
1737
|
+
@source_id.setter
|
|
1738
|
+
def source_id(self, value: Optional[pulumi.Input[str]]):
|
|
1739
|
+
pulumi.set(self, "source_id", value)
|
|
1740
|
+
|
|
1741
|
+
|
|
1742
|
+
@pulumi.input_type
|
|
1743
|
+
class MetadataSupportArgs:
|
|
1744
|
+
def __init__(__self__, *,
|
|
1745
|
+
tier: pulumi.Input[Union[str, 'SupportTier']],
|
|
1746
|
+
email: Optional[pulumi.Input[str]] = None,
|
|
1747
|
+
link: Optional[pulumi.Input[str]] = None,
|
|
1748
|
+
name: Optional[pulumi.Input[str]] = None):
|
|
1749
|
+
"""
|
|
1750
|
+
Support information for the content item.
|
|
1751
|
+
:param pulumi.Input[Union[str, 'SupportTier']] tier: Type of support for content item
|
|
1752
|
+
:param pulumi.Input[str] email: Email of support contact
|
|
1753
|
+
:param pulumi.Input[str] link: Link for support help, like to support page to open a ticket etc.
|
|
1754
|
+
:param pulumi.Input[str] name: Name of the support contact. Company or person.
|
|
1755
|
+
"""
|
|
1756
|
+
pulumi.set(__self__, "tier", tier)
|
|
1757
|
+
if email is not None:
|
|
1758
|
+
pulumi.set(__self__, "email", email)
|
|
1759
|
+
if link is not None:
|
|
1760
|
+
pulumi.set(__self__, "link", link)
|
|
1761
|
+
if name is not None:
|
|
1762
|
+
pulumi.set(__self__, "name", name)
|
|
1763
|
+
|
|
1764
|
+
@property
|
|
1765
|
+
@pulumi.getter
|
|
1766
|
+
def tier(self) -> pulumi.Input[Union[str, 'SupportTier']]:
|
|
1767
|
+
"""
|
|
1768
|
+
Type of support for content item
|
|
1769
|
+
"""
|
|
1770
|
+
return pulumi.get(self, "tier")
|
|
1771
|
+
|
|
1772
|
+
@tier.setter
|
|
1773
|
+
def tier(self, value: pulumi.Input[Union[str, 'SupportTier']]):
|
|
1774
|
+
pulumi.set(self, "tier", value)
|
|
1775
|
+
|
|
1776
|
+
@property
|
|
1777
|
+
@pulumi.getter
|
|
1778
|
+
def email(self) -> Optional[pulumi.Input[str]]:
|
|
1779
|
+
"""
|
|
1780
|
+
Email of support contact
|
|
1781
|
+
"""
|
|
1782
|
+
return pulumi.get(self, "email")
|
|
1783
|
+
|
|
1784
|
+
@email.setter
|
|
1785
|
+
def email(self, value: Optional[pulumi.Input[str]]):
|
|
1786
|
+
pulumi.set(self, "email", value)
|
|
1787
|
+
|
|
1788
|
+
@property
|
|
1789
|
+
@pulumi.getter
|
|
1790
|
+
def link(self) -> Optional[pulumi.Input[str]]:
|
|
1791
|
+
"""
|
|
1792
|
+
Link for support help, like to support page to open a ticket etc.
|
|
1793
|
+
"""
|
|
1794
|
+
return pulumi.get(self, "link")
|
|
1795
|
+
|
|
1796
|
+
@link.setter
|
|
1797
|
+
def link(self, value: Optional[pulumi.Input[str]]):
|
|
1798
|
+
pulumi.set(self, "link", value)
|
|
1799
|
+
|
|
1800
|
+
@property
|
|
1801
|
+
@pulumi.getter
|
|
1802
|
+
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1803
|
+
"""
|
|
1804
|
+
Name of the support contact. Company or person.
|
|
1805
|
+
"""
|
|
1806
|
+
return pulumi.get(self, "name")
|
|
1807
|
+
|
|
1808
|
+
@name.setter
|
|
1809
|
+
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1810
|
+
pulumi.set(self, "name", value)
|
|
1811
|
+
|
|
1812
|
+
|
|
1813
|
+
@pulumi.input_type
|
|
1814
|
+
class OfficeDataConnectorDataTypesExchangeArgs:
|
|
1815
|
+
def __init__(__self__, *,
|
|
1816
|
+
state: Optional[pulumi.Input[Union[str, 'DataTypeState']]] = None):
|
|
1817
|
+
"""
|
|
1818
|
+
Exchange data type connection.
|
|
1819
|
+
:param pulumi.Input[Union[str, 'DataTypeState']] state: Describe whether this data type connection is enabled or not.
|
|
1820
|
+
"""
|
|
1821
|
+
if state is not None:
|
|
1822
|
+
pulumi.set(__self__, "state", state)
|
|
1823
|
+
|
|
1824
|
+
@property
|
|
1825
|
+
@pulumi.getter
|
|
1826
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'DataTypeState']]]:
|
|
1827
|
+
"""
|
|
1828
|
+
Describe whether this data type connection is enabled or not.
|
|
1829
|
+
"""
|
|
1830
|
+
return pulumi.get(self, "state")
|
|
1831
|
+
|
|
1832
|
+
@state.setter
|
|
1833
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'DataTypeState']]]):
|
|
1834
|
+
pulumi.set(self, "state", value)
|
|
1835
|
+
|
|
1836
|
+
|
|
1837
|
+
@pulumi.input_type
|
|
1838
|
+
class OfficeDataConnectorDataTypesSharePointArgs:
|
|
1839
|
+
def __init__(__self__, *,
|
|
1840
|
+
state: Optional[pulumi.Input[Union[str, 'DataTypeState']]] = None):
|
|
1841
|
+
"""
|
|
1842
|
+
SharePoint data type connection.
|
|
1843
|
+
:param pulumi.Input[Union[str, 'DataTypeState']] state: Describe whether this data type connection is enabled or not.
|
|
1844
|
+
"""
|
|
1845
|
+
if state is not None:
|
|
1846
|
+
pulumi.set(__self__, "state", state)
|
|
1847
|
+
|
|
1848
|
+
@property
|
|
1849
|
+
@pulumi.getter
|
|
1850
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'DataTypeState']]]:
|
|
1851
|
+
"""
|
|
1852
|
+
Describe whether this data type connection is enabled or not.
|
|
1853
|
+
"""
|
|
1854
|
+
return pulumi.get(self, "state")
|
|
1855
|
+
|
|
1856
|
+
@state.setter
|
|
1857
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'DataTypeState']]]):
|
|
1858
|
+
pulumi.set(self, "state", value)
|
|
1859
|
+
|
|
1860
|
+
|
|
1861
|
+
@pulumi.input_type
|
|
1862
|
+
class OfficeDataConnectorDataTypesTeamsArgs:
|
|
1863
|
+
def __init__(__self__, *,
|
|
1864
|
+
state: Optional[pulumi.Input[Union[str, 'DataTypeState']]] = None):
|
|
1865
|
+
"""
|
|
1866
|
+
Teams data type connection.
|
|
1867
|
+
:param pulumi.Input[Union[str, 'DataTypeState']] state: Describe whether this data type connection is enabled or not.
|
|
1868
|
+
"""
|
|
1869
|
+
if state is not None:
|
|
1870
|
+
pulumi.set(__self__, "state", state)
|
|
1871
|
+
|
|
1872
|
+
@property
|
|
1873
|
+
@pulumi.getter
|
|
1874
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'DataTypeState']]]:
|
|
1875
|
+
"""
|
|
1876
|
+
Describe whether this data type connection is enabled or not.
|
|
1877
|
+
"""
|
|
1878
|
+
return pulumi.get(self, "state")
|
|
1879
|
+
|
|
1880
|
+
@state.setter
|
|
1881
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'DataTypeState']]]):
|
|
1882
|
+
pulumi.set(self, "state", value)
|
|
1883
|
+
|
|
1884
|
+
|
|
1885
|
+
@pulumi.input_type
|
|
1886
|
+
class OfficeDataConnectorDataTypesArgs:
|
|
1887
|
+
def __init__(__self__, *,
|
|
1888
|
+
exchange: Optional[pulumi.Input['OfficeDataConnectorDataTypesExchangeArgs']] = None,
|
|
1889
|
+
share_point: Optional[pulumi.Input['OfficeDataConnectorDataTypesSharePointArgs']] = None,
|
|
1890
|
+
teams: Optional[pulumi.Input['OfficeDataConnectorDataTypesTeamsArgs']] = None):
|
|
1891
|
+
"""
|
|
1892
|
+
The available data types for office data connector.
|
|
1893
|
+
:param pulumi.Input['OfficeDataConnectorDataTypesExchangeArgs'] exchange: Exchange data type connection.
|
|
1894
|
+
:param pulumi.Input['OfficeDataConnectorDataTypesSharePointArgs'] share_point: SharePoint data type connection.
|
|
1895
|
+
:param pulumi.Input['OfficeDataConnectorDataTypesTeamsArgs'] teams: Teams data type connection.
|
|
1896
|
+
"""
|
|
1897
|
+
if exchange is not None:
|
|
1898
|
+
pulumi.set(__self__, "exchange", exchange)
|
|
1899
|
+
if share_point is not None:
|
|
1900
|
+
pulumi.set(__self__, "share_point", share_point)
|
|
1901
|
+
if teams is not None:
|
|
1902
|
+
pulumi.set(__self__, "teams", teams)
|
|
1903
|
+
|
|
1904
|
+
@property
|
|
1905
|
+
@pulumi.getter
|
|
1906
|
+
def exchange(self) -> Optional[pulumi.Input['OfficeDataConnectorDataTypesExchangeArgs']]:
|
|
1907
|
+
"""
|
|
1908
|
+
Exchange data type connection.
|
|
1909
|
+
"""
|
|
1910
|
+
return pulumi.get(self, "exchange")
|
|
1911
|
+
|
|
1912
|
+
@exchange.setter
|
|
1913
|
+
def exchange(self, value: Optional[pulumi.Input['OfficeDataConnectorDataTypesExchangeArgs']]):
|
|
1914
|
+
pulumi.set(self, "exchange", value)
|
|
1915
|
+
|
|
1916
|
+
@property
|
|
1917
|
+
@pulumi.getter(name="sharePoint")
|
|
1918
|
+
def share_point(self) -> Optional[pulumi.Input['OfficeDataConnectorDataTypesSharePointArgs']]:
|
|
1919
|
+
"""
|
|
1920
|
+
SharePoint data type connection.
|
|
1921
|
+
"""
|
|
1922
|
+
return pulumi.get(self, "share_point")
|
|
1923
|
+
|
|
1924
|
+
@share_point.setter
|
|
1925
|
+
def share_point(self, value: Optional[pulumi.Input['OfficeDataConnectorDataTypesSharePointArgs']]):
|
|
1926
|
+
pulumi.set(self, "share_point", value)
|
|
1927
|
+
|
|
1928
|
+
@property
|
|
1929
|
+
@pulumi.getter
|
|
1930
|
+
def teams(self) -> Optional[pulumi.Input['OfficeDataConnectorDataTypesTeamsArgs']]:
|
|
1931
|
+
"""
|
|
1932
|
+
Teams data type connection.
|
|
1933
|
+
"""
|
|
1934
|
+
return pulumi.get(self, "teams")
|
|
1935
|
+
|
|
1936
|
+
@teams.setter
|
|
1937
|
+
def teams(self, value: Optional[pulumi.Input['OfficeDataConnectorDataTypesTeamsArgs']]):
|
|
1938
|
+
pulumi.set(self, "teams", value)
|
|
1939
|
+
|
|
1940
|
+
|
|
1941
|
+
@pulumi.input_type
|
|
1942
|
+
class PlaybookActionPropertiesArgs:
|
|
1943
|
+
def __init__(__self__, *,
|
|
1944
|
+
logic_app_resource_id: pulumi.Input[str],
|
|
1945
|
+
tenant_id: Optional[pulumi.Input[str]] = None):
|
|
1946
|
+
"""
|
|
1947
|
+
:param pulumi.Input[str] logic_app_resource_id: The resource id of the playbook resource.
|
|
1948
|
+
:param pulumi.Input[str] tenant_id: The tenant id of the playbook resource.
|
|
1949
|
+
"""
|
|
1950
|
+
pulumi.set(__self__, "logic_app_resource_id", logic_app_resource_id)
|
|
1951
|
+
if tenant_id is not None:
|
|
1952
|
+
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
1953
|
+
|
|
1954
|
+
@property
|
|
1955
|
+
@pulumi.getter(name="logicAppResourceId")
|
|
1956
|
+
def logic_app_resource_id(self) -> pulumi.Input[str]:
|
|
1957
|
+
"""
|
|
1958
|
+
The resource id of the playbook resource.
|
|
1959
|
+
"""
|
|
1960
|
+
return pulumi.get(self, "logic_app_resource_id")
|
|
1961
|
+
|
|
1962
|
+
@logic_app_resource_id.setter
|
|
1963
|
+
def logic_app_resource_id(self, value: pulumi.Input[str]):
|
|
1964
|
+
pulumi.set(self, "logic_app_resource_id", value)
|
|
1965
|
+
|
|
1966
|
+
@property
|
|
1967
|
+
@pulumi.getter(name="tenantId")
|
|
1968
|
+
def tenant_id(self) -> Optional[pulumi.Input[str]]:
|
|
1969
|
+
"""
|
|
1970
|
+
The tenant id of the playbook resource.
|
|
1971
|
+
"""
|
|
1972
|
+
return pulumi.get(self, "tenant_id")
|
|
1973
|
+
|
|
1974
|
+
@tenant_id.setter
|
|
1975
|
+
def tenant_id(self, value: Optional[pulumi.Input[str]]):
|
|
1976
|
+
pulumi.set(self, "tenant_id", value)
|
|
1977
|
+
|
|
1978
|
+
|
|
1979
|
+
@pulumi.input_type
|
|
1980
|
+
class PropertyArrayChangedConditionPropertiesArgs:
|
|
1981
|
+
def __init__(__self__, *,
|
|
1982
|
+
condition_type: pulumi.Input[str],
|
|
1983
|
+
condition_properties: Optional[pulumi.Input['AutomationRulePropertyArrayChangedValuesConditionArgs']] = None):
|
|
1984
|
+
"""
|
|
1985
|
+
Describes an automation rule condition that evaluates an array property's value change
|
|
1986
|
+
:param pulumi.Input[str] condition_type:
|
|
1987
|
+
Expected value is 'PropertyArrayChanged'.
|
|
1988
|
+
"""
|
|
1989
|
+
pulumi.set(__self__, "condition_type", 'PropertyArrayChanged')
|
|
1990
|
+
if condition_properties is not None:
|
|
1991
|
+
pulumi.set(__self__, "condition_properties", condition_properties)
|
|
1992
|
+
|
|
1993
|
+
@property
|
|
1994
|
+
@pulumi.getter(name="conditionType")
|
|
1995
|
+
def condition_type(self) -> pulumi.Input[str]:
|
|
1996
|
+
"""
|
|
1997
|
+
|
|
1998
|
+
Expected value is 'PropertyArrayChanged'.
|
|
1999
|
+
"""
|
|
2000
|
+
return pulumi.get(self, "condition_type")
|
|
2001
|
+
|
|
2002
|
+
@condition_type.setter
|
|
2003
|
+
def condition_type(self, value: pulumi.Input[str]):
|
|
2004
|
+
pulumi.set(self, "condition_type", value)
|
|
2005
|
+
|
|
2006
|
+
@property
|
|
2007
|
+
@pulumi.getter(name="conditionProperties")
|
|
2008
|
+
def condition_properties(self) -> Optional[pulumi.Input['AutomationRulePropertyArrayChangedValuesConditionArgs']]:
|
|
2009
|
+
return pulumi.get(self, "condition_properties")
|
|
2010
|
+
|
|
2011
|
+
@condition_properties.setter
|
|
2012
|
+
def condition_properties(self, value: Optional[pulumi.Input['AutomationRulePropertyArrayChangedValuesConditionArgs']]):
|
|
2013
|
+
pulumi.set(self, "condition_properties", value)
|
|
2014
|
+
|
|
2015
|
+
|
|
2016
|
+
@pulumi.input_type
|
|
2017
|
+
class PropertyArrayConditionPropertiesArgs:
|
|
2018
|
+
def __init__(__self__, *,
|
|
2019
|
+
condition_type: pulumi.Input[str],
|
|
2020
|
+
condition_properties: Optional[pulumi.Input['AutomationRulePropertyArrayValuesConditionArgs']] = None):
|
|
2021
|
+
"""
|
|
2022
|
+
Describes an automation rule condition that evaluates an array property's value
|
|
2023
|
+
:param pulumi.Input[str] condition_type:
|
|
2024
|
+
Expected value is 'PropertyArray'.
|
|
2025
|
+
:param pulumi.Input['AutomationRulePropertyArrayValuesConditionArgs'] condition_properties: Describes an automation rule condition on array properties.
|
|
2026
|
+
"""
|
|
2027
|
+
pulumi.set(__self__, "condition_type", 'PropertyArray')
|
|
2028
|
+
if condition_properties is not None:
|
|
2029
|
+
pulumi.set(__self__, "condition_properties", condition_properties)
|
|
2030
|
+
|
|
2031
|
+
@property
|
|
2032
|
+
@pulumi.getter(name="conditionType")
|
|
2033
|
+
def condition_type(self) -> pulumi.Input[str]:
|
|
2034
|
+
"""
|
|
2035
|
+
|
|
2036
|
+
Expected value is 'PropertyArray'.
|
|
2037
|
+
"""
|
|
2038
|
+
return pulumi.get(self, "condition_type")
|
|
2039
|
+
|
|
2040
|
+
@condition_type.setter
|
|
2041
|
+
def condition_type(self, value: pulumi.Input[str]):
|
|
2042
|
+
pulumi.set(self, "condition_type", value)
|
|
2043
|
+
|
|
2044
|
+
@property
|
|
2045
|
+
@pulumi.getter(name="conditionProperties")
|
|
2046
|
+
def condition_properties(self) -> Optional[pulumi.Input['AutomationRulePropertyArrayValuesConditionArgs']]:
|
|
2047
|
+
"""
|
|
2048
|
+
Describes an automation rule condition on array properties.
|
|
2049
|
+
"""
|
|
2050
|
+
return pulumi.get(self, "condition_properties")
|
|
2051
|
+
|
|
2052
|
+
@condition_properties.setter
|
|
2053
|
+
def condition_properties(self, value: Optional[pulumi.Input['AutomationRulePropertyArrayValuesConditionArgs']]):
|
|
2054
|
+
pulumi.set(self, "condition_properties", value)
|
|
2055
|
+
|
|
2056
|
+
|
|
2057
|
+
@pulumi.input_type
|
|
2058
|
+
class PropertyChangedConditionPropertiesArgs:
|
|
2059
|
+
def __init__(__self__, *,
|
|
2060
|
+
condition_type: pulumi.Input[str],
|
|
2061
|
+
condition_properties: Optional[pulumi.Input['AutomationRulePropertyValuesChangedConditionArgs']] = None):
|
|
2062
|
+
"""
|
|
2063
|
+
Describes an automation rule condition that evaluates a property's value change
|
|
2064
|
+
:param pulumi.Input[str] condition_type:
|
|
2065
|
+
Expected value is 'PropertyChanged'.
|
|
2066
|
+
"""
|
|
2067
|
+
pulumi.set(__self__, "condition_type", 'PropertyChanged')
|
|
2068
|
+
if condition_properties is not None:
|
|
2069
|
+
pulumi.set(__self__, "condition_properties", condition_properties)
|
|
2070
|
+
|
|
2071
|
+
@property
|
|
2072
|
+
@pulumi.getter(name="conditionType")
|
|
2073
|
+
def condition_type(self) -> pulumi.Input[str]:
|
|
2074
|
+
"""
|
|
2075
|
+
|
|
2076
|
+
Expected value is 'PropertyChanged'.
|
|
2077
|
+
"""
|
|
2078
|
+
return pulumi.get(self, "condition_type")
|
|
2079
|
+
|
|
2080
|
+
@condition_type.setter
|
|
2081
|
+
def condition_type(self, value: pulumi.Input[str]):
|
|
2082
|
+
pulumi.set(self, "condition_type", value)
|
|
2083
|
+
|
|
2084
|
+
@property
|
|
2085
|
+
@pulumi.getter(name="conditionProperties")
|
|
2086
|
+
def condition_properties(self) -> Optional[pulumi.Input['AutomationRulePropertyValuesChangedConditionArgs']]:
|
|
2087
|
+
return pulumi.get(self, "condition_properties")
|
|
2088
|
+
|
|
2089
|
+
@condition_properties.setter
|
|
2090
|
+
def condition_properties(self, value: Optional[pulumi.Input['AutomationRulePropertyValuesChangedConditionArgs']]):
|
|
2091
|
+
pulumi.set(self, "condition_properties", value)
|
|
2092
|
+
|
|
2093
|
+
|
|
2094
|
+
@pulumi.input_type
|
|
2095
|
+
class PropertyConditionPropertiesArgs:
|
|
2096
|
+
def __init__(__self__, *,
|
|
2097
|
+
condition_type: pulumi.Input[str],
|
|
2098
|
+
condition_properties: Optional[pulumi.Input['AutomationRulePropertyValuesConditionArgs']] = None):
|
|
2099
|
+
"""
|
|
2100
|
+
Describes an automation rule condition that evaluates a property's value
|
|
2101
|
+
:param pulumi.Input[str] condition_type:
|
|
2102
|
+
Expected value is 'Property'.
|
|
2103
|
+
"""
|
|
2104
|
+
pulumi.set(__self__, "condition_type", 'Property')
|
|
2105
|
+
if condition_properties is not None:
|
|
2106
|
+
pulumi.set(__self__, "condition_properties", condition_properties)
|
|
2107
|
+
|
|
2108
|
+
@property
|
|
2109
|
+
@pulumi.getter(name="conditionType")
|
|
2110
|
+
def condition_type(self) -> pulumi.Input[str]:
|
|
2111
|
+
"""
|
|
2112
|
+
|
|
2113
|
+
Expected value is 'Property'.
|
|
2114
|
+
"""
|
|
2115
|
+
return pulumi.get(self, "condition_type")
|
|
2116
|
+
|
|
2117
|
+
@condition_type.setter
|
|
2118
|
+
def condition_type(self, value: pulumi.Input[str]):
|
|
2119
|
+
pulumi.set(self, "condition_type", value)
|
|
2120
|
+
|
|
2121
|
+
@property
|
|
2122
|
+
@pulumi.getter(name="conditionProperties")
|
|
2123
|
+
def condition_properties(self) -> Optional[pulumi.Input['AutomationRulePropertyValuesConditionArgs']]:
|
|
2124
|
+
return pulumi.get(self, "condition_properties")
|
|
2125
|
+
|
|
2126
|
+
@condition_properties.setter
|
|
2127
|
+
def condition_properties(self, value: Optional[pulumi.Input['AutomationRulePropertyValuesConditionArgs']]):
|
|
2128
|
+
pulumi.set(self, "condition_properties", value)
|
|
2129
|
+
|
|
2130
|
+
|
|
2131
|
+
@pulumi.input_type
|
|
2132
|
+
class SecurityMLAnalyticsSettingsDataSourceArgs:
|
|
2133
|
+
def __init__(__self__, *,
|
|
2134
|
+
connector_id: Optional[pulumi.Input[str]] = None,
|
|
2135
|
+
data_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2136
|
+
"""
|
|
2137
|
+
security ml analytics settings data sources
|
|
2138
|
+
:param pulumi.Input[str] connector_id: The connector id that provides the following data types
|
|
2139
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] data_types: The data types used by the security ml analytics settings
|
|
2140
|
+
"""
|
|
2141
|
+
if connector_id is not None:
|
|
2142
|
+
pulumi.set(__self__, "connector_id", connector_id)
|
|
2143
|
+
if data_types is not None:
|
|
2144
|
+
pulumi.set(__self__, "data_types", data_types)
|
|
2145
|
+
|
|
2146
|
+
@property
|
|
2147
|
+
@pulumi.getter(name="connectorId")
|
|
2148
|
+
def connector_id(self) -> Optional[pulumi.Input[str]]:
|
|
2149
|
+
"""
|
|
2150
|
+
The connector id that provides the following data types
|
|
2151
|
+
"""
|
|
2152
|
+
return pulumi.get(self, "connector_id")
|
|
2153
|
+
|
|
2154
|
+
@connector_id.setter
|
|
2155
|
+
def connector_id(self, value: Optional[pulumi.Input[str]]):
|
|
2156
|
+
pulumi.set(self, "connector_id", value)
|
|
2157
|
+
|
|
2158
|
+
@property
|
|
2159
|
+
@pulumi.getter(name="dataTypes")
|
|
2160
|
+
def data_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2161
|
+
"""
|
|
2162
|
+
The data types used by the security ml analytics settings
|
|
2163
|
+
"""
|
|
2164
|
+
return pulumi.get(self, "data_types")
|
|
2165
|
+
|
|
2166
|
+
@data_types.setter
|
|
2167
|
+
def data_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2168
|
+
pulumi.set(self, "data_types", value)
|
|
2169
|
+
|
|
2170
|
+
|
|
2171
|
+
@pulumi.input_type
|
|
2172
|
+
class TIDataConnectorDataTypesIndicatorsArgs:
|
|
2173
|
+
def __init__(__self__, *,
|
|
2174
|
+
state: Optional[pulumi.Input[Union[str, 'DataTypeState']]] = None):
|
|
2175
|
+
"""
|
|
2176
|
+
Data type for indicators connection.
|
|
2177
|
+
:param pulumi.Input[Union[str, 'DataTypeState']] state: Describe whether this data type connection is enabled or not.
|
|
2178
|
+
"""
|
|
2179
|
+
if state is not None:
|
|
2180
|
+
pulumi.set(__self__, "state", state)
|
|
2181
|
+
|
|
2182
|
+
@property
|
|
2183
|
+
@pulumi.getter
|
|
2184
|
+
def state(self) -> Optional[pulumi.Input[Union[str, 'DataTypeState']]]:
|
|
2185
|
+
"""
|
|
2186
|
+
Describe whether this data type connection is enabled or not.
|
|
2187
|
+
"""
|
|
2188
|
+
return pulumi.get(self, "state")
|
|
2189
|
+
|
|
2190
|
+
@state.setter
|
|
2191
|
+
def state(self, value: Optional[pulumi.Input[Union[str, 'DataTypeState']]]):
|
|
2192
|
+
pulumi.set(self, "state", value)
|
|
2193
|
+
|
|
2194
|
+
|
|
2195
|
+
@pulumi.input_type
|
|
2196
|
+
class TIDataConnectorDataTypesArgs:
|
|
2197
|
+
def __init__(__self__, *,
|
|
2198
|
+
indicators: Optional[pulumi.Input['TIDataConnectorDataTypesIndicatorsArgs']] = None):
|
|
2199
|
+
"""
|
|
2200
|
+
The available data types for TI (Threat Intelligence) data connector.
|
|
2201
|
+
:param pulumi.Input['TIDataConnectorDataTypesIndicatorsArgs'] indicators: Data type for indicators connection.
|
|
2202
|
+
"""
|
|
2203
|
+
if indicators is not None:
|
|
2204
|
+
pulumi.set(__self__, "indicators", indicators)
|
|
2205
|
+
|
|
2206
|
+
@property
|
|
2207
|
+
@pulumi.getter
|
|
2208
|
+
def indicators(self) -> Optional[pulumi.Input['TIDataConnectorDataTypesIndicatorsArgs']]:
|
|
2209
|
+
"""
|
|
2210
|
+
Data type for indicators connection.
|
|
2211
|
+
"""
|
|
2212
|
+
return pulumi.get(self, "indicators")
|
|
2213
|
+
|
|
2214
|
+
@indicators.setter
|
|
2215
|
+
def indicators(self, value: Optional[pulumi.Input['TIDataConnectorDataTypesIndicatorsArgs']]):
|
|
2216
|
+
pulumi.set(self, "indicators", value)
|
|
2217
|
+
|
|
2218
|
+
|
|
2219
|
+
@pulumi.input_type
|
|
2220
|
+
class ThreatIntelligenceExternalReferenceArgs:
|
|
2221
|
+
def __init__(__self__, *,
|
|
2222
|
+
description: Optional[pulumi.Input[str]] = None,
|
|
2223
|
+
external_id: Optional[pulumi.Input[str]] = None,
|
|
2224
|
+
hashes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
2225
|
+
source_name: Optional[pulumi.Input[str]] = None,
|
|
2226
|
+
url: Optional[pulumi.Input[str]] = None):
|
|
2227
|
+
"""
|
|
2228
|
+
Describes external reference
|
|
2229
|
+
:param pulumi.Input[str] description: External reference description
|
|
2230
|
+
:param pulumi.Input[str] external_id: External reference ID
|
|
2231
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] hashes: External reference hashes
|
|
2232
|
+
:param pulumi.Input[str] source_name: External reference source name
|
|
2233
|
+
:param pulumi.Input[str] url: External reference URL
|
|
2234
|
+
"""
|
|
2235
|
+
if description is not None:
|
|
2236
|
+
pulumi.set(__self__, "description", description)
|
|
2237
|
+
if external_id is not None:
|
|
2238
|
+
pulumi.set(__self__, "external_id", external_id)
|
|
2239
|
+
if hashes is not None:
|
|
2240
|
+
pulumi.set(__self__, "hashes", hashes)
|
|
2241
|
+
if source_name is not None:
|
|
2242
|
+
pulumi.set(__self__, "source_name", source_name)
|
|
2243
|
+
if url is not None:
|
|
2244
|
+
pulumi.set(__self__, "url", url)
|
|
2245
|
+
|
|
2246
|
+
@property
|
|
2247
|
+
@pulumi.getter
|
|
2248
|
+
def description(self) -> Optional[pulumi.Input[str]]:
|
|
2249
|
+
"""
|
|
2250
|
+
External reference description
|
|
2251
|
+
"""
|
|
2252
|
+
return pulumi.get(self, "description")
|
|
2253
|
+
|
|
2254
|
+
@description.setter
|
|
2255
|
+
def description(self, value: Optional[pulumi.Input[str]]):
|
|
2256
|
+
pulumi.set(self, "description", value)
|
|
2257
|
+
|
|
2258
|
+
@property
|
|
2259
|
+
@pulumi.getter(name="externalId")
|
|
2260
|
+
def external_id(self) -> Optional[pulumi.Input[str]]:
|
|
2261
|
+
"""
|
|
2262
|
+
External reference ID
|
|
2263
|
+
"""
|
|
2264
|
+
return pulumi.get(self, "external_id")
|
|
2265
|
+
|
|
2266
|
+
@external_id.setter
|
|
2267
|
+
def external_id(self, value: Optional[pulumi.Input[str]]):
|
|
2268
|
+
pulumi.set(self, "external_id", value)
|
|
2269
|
+
|
|
2270
|
+
@property
|
|
2271
|
+
@pulumi.getter
|
|
2272
|
+
def hashes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
2273
|
+
"""
|
|
2274
|
+
External reference hashes
|
|
2275
|
+
"""
|
|
2276
|
+
return pulumi.get(self, "hashes")
|
|
2277
|
+
|
|
2278
|
+
@hashes.setter
|
|
2279
|
+
def hashes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
2280
|
+
pulumi.set(self, "hashes", value)
|
|
2281
|
+
|
|
2282
|
+
@property
|
|
2283
|
+
@pulumi.getter(name="sourceName")
|
|
2284
|
+
def source_name(self) -> Optional[pulumi.Input[str]]:
|
|
2285
|
+
"""
|
|
2286
|
+
External reference source name
|
|
2287
|
+
"""
|
|
2288
|
+
return pulumi.get(self, "source_name")
|
|
2289
|
+
|
|
2290
|
+
@source_name.setter
|
|
2291
|
+
def source_name(self, value: Optional[pulumi.Input[str]]):
|
|
2292
|
+
pulumi.set(self, "source_name", value)
|
|
2293
|
+
|
|
2294
|
+
@property
|
|
2295
|
+
@pulumi.getter
|
|
2296
|
+
def url(self) -> Optional[pulumi.Input[str]]:
|
|
2297
|
+
"""
|
|
2298
|
+
External reference URL
|
|
2299
|
+
"""
|
|
2300
|
+
return pulumi.get(self, "url")
|
|
2301
|
+
|
|
2302
|
+
@url.setter
|
|
2303
|
+
def url(self, value: Optional[pulumi.Input[str]]):
|
|
2304
|
+
pulumi.set(self, "url", value)
|
|
2305
|
+
|
|
2306
|
+
|
|
2307
|
+
@pulumi.input_type
|
|
2308
|
+
class ThreatIntelligenceGranularMarkingModelArgs:
|
|
2309
|
+
def __init__(__self__, *,
|
|
2310
|
+
language: Optional[pulumi.Input[str]] = None,
|
|
2311
|
+
marking_ref: Optional[pulumi.Input[int]] = None,
|
|
2312
|
+
selectors: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2313
|
+
"""
|
|
2314
|
+
Describes threat granular marking model entity
|
|
2315
|
+
:param pulumi.Input[str] language: Language granular marking model
|
|
2316
|
+
:param pulumi.Input[int] marking_ref: marking reference granular marking model
|
|
2317
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] selectors: granular marking model selectors
|
|
2318
|
+
"""
|
|
2319
|
+
if language is not None:
|
|
2320
|
+
pulumi.set(__self__, "language", language)
|
|
2321
|
+
if marking_ref is not None:
|
|
2322
|
+
pulumi.set(__self__, "marking_ref", marking_ref)
|
|
2323
|
+
if selectors is not None:
|
|
2324
|
+
pulumi.set(__self__, "selectors", selectors)
|
|
2325
|
+
|
|
2326
|
+
@property
|
|
2327
|
+
@pulumi.getter
|
|
2328
|
+
def language(self) -> Optional[pulumi.Input[str]]:
|
|
2329
|
+
"""
|
|
2330
|
+
Language granular marking model
|
|
2331
|
+
"""
|
|
2332
|
+
return pulumi.get(self, "language")
|
|
2333
|
+
|
|
2334
|
+
@language.setter
|
|
2335
|
+
def language(self, value: Optional[pulumi.Input[str]]):
|
|
2336
|
+
pulumi.set(self, "language", value)
|
|
2337
|
+
|
|
2338
|
+
@property
|
|
2339
|
+
@pulumi.getter(name="markingRef")
|
|
2340
|
+
def marking_ref(self) -> Optional[pulumi.Input[int]]:
|
|
2341
|
+
"""
|
|
2342
|
+
marking reference granular marking model
|
|
2343
|
+
"""
|
|
2344
|
+
return pulumi.get(self, "marking_ref")
|
|
2345
|
+
|
|
2346
|
+
@marking_ref.setter
|
|
2347
|
+
def marking_ref(self, value: Optional[pulumi.Input[int]]):
|
|
2348
|
+
pulumi.set(self, "marking_ref", value)
|
|
2349
|
+
|
|
2350
|
+
@property
|
|
2351
|
+
@pulumi.getter
|
|
2352
|
+
def selectors(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2353
|
+
"""
|
|
2354
|
+
granular marking model selectors
|
|
2355
|
+
"""
|
|
2356
|
+
return pulumi.get(self, "selectors")
|
|
2357
|
+
|
|
2358
|
+
@selectors.setter
|
|
2359
|
+
def selectors(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2360
|
+
pulumi.set(self, "selectors", value)
|
|
2361
|
+
|
|
2362
|
+
|
|
2363
|
+
@pulumi.input_type
|
|
2364
|
+
class ThreatIntelligenceKillChainPhaseArgs:
|
|
2365
|
+
def __init__(__self__, *,
|
|
2366
|
+
kill_chain_name: Optional[pulumi.Input[str]] = None,
|
|
2367
|
+
phase_name: Optional[pulumi.Input[str]] = None):
|
|
2368
|
+
"""
|
|
2369
|
+
Describes threat kill chain phase entity
|
|
2370
|
+
:param pulumi.Input[str] kill_chain_name: Kill chainName name
|
|
2371
|
+
:param pulumi.Input[str] phase_name: Phase name
|
|
2372
|
+
"""
|
|
2373
|
+
if kill_chain_name is not None:
|
|
2374
|
+
pulumi.set(__self__, "kill_chain_name", kill_chain_name)
|
|
2375
|
+
if phase_name is not None:
|
|
2376
|
+
pulumi.set(__self__, "phase_name", phase_name)
|
|
2377
|
+
|
|
2378
|
+
@property
|
|
2379
|
+
@pulumi.getter(name="killChainName")
|
|
2380
|
+
def kill_chain_name(self) -> Optional[pulumi.Input[str]]:
|
|
2381
|
+
"""
|
|
2382
|
+
Kill chainName name
|
|
2383
|
+
"""
|
|
2384
|
+
return pulumi.get(self, "kill_chain_name")
|
|
2385
|
+
|
|
2386
|
+
@kill_chain_name.setter
|
|
2387
|
+
def kill_chain_name(self, value: Optional[pulumi.Input[str]]):
|
|
2388
|
+
pulumi.set(self, "kill_chain_name", value)
|
|
2389
|
+
|
|
2390
|
+
@property
|
|
2391
|
+
@pulumi.getter(name="phaseName")
|
|
2392
|
+
def phase_name(self) -> Optional[pulumi.Input[str]]:
|
|
2393
|
+
"""
|
|
2394
|
+
Phase name
|
|
2395
|
+
"""
|
|
2396
|
+
return pulumi.get(self, "phase_name")
|
|
2397
|
+
|
|
2398
|
+
@phase_name.setter
|
|
2399
|
+
def phase_name(self, value: Optional[pulumi.Input[str]]):
|
|
2400
|
+
pulumi.set(self, "phase_name", value)
|
|
2401
|
+
|
|
2402
|
+
|
|
2403
|
+
@pulumi.input_type
|
|
2404
|
+
class ThreatIntelligenceParsedPatternTypeValueArgs:
|
|
2405
|
+
def __init__(__self__, *,
|
|
2406
|
+
value: Optional[pulumi.Input[str]] = None,
|
|
2407
|
+
value_type: Optional[pulumi.Input[str]] = None):
|
|
2408
|
+
"""
|
|
2409
|
+
Describes threat kill chain phase entity
|
|
2410
|
+
:param pulumi.Input[str] value: Value of parsed pattern
|
|
2411
|
+
:param pulumi.Input[str] value_type: Type of the value
|
|
2412
|
+
"""
|
|
2413
|
+
if value is not None:
|
|
2414
|
+
pulumi.set(__self__, "value", value)
|
|
2415
|
+
if value_type is not None:
|
|
2416
|
+
pulumi.set(__self__, "value_type", value_type)
|
|
2417
|
+
|
|
2418
|
+
@property
|
|
2419
|
+
@pulumi.getter
|
|
2420
|
+
def value(self) -> Optional[pulumi.Input[str]]:
|
|
2421
|
+
"""
|
|
2422
|
+
Value of parsed pattern
|
|
2423
|
+
"""
|
|
2424
|
+
return pulumi.get(self, "value")
|
|
2425
|
+
|
|
2426
|
+
@value.setter
|
|
2427
|
+
def value(self, value: Optional[pulumi.Input[str]]):
|
|
2428
|
+
pulumi.set(self, "value", value)
|
|
2429
|
+
|
|
2430
|
+
@property
|
|
2431
|
+
@pulumi.getter(name="valueType")
|
|
2432
|
+
def value_type(self) -> Optional[pulumi.Input[str]]:
|
|
2433
|
+
"""
|
|
2434
|
+
Type of the value
|
|
2435
|
+
"""
|
|
2436
|
+
return pulumi.get(self, "value_type")
|
|
2437
|
+
|
|
2438
|
+
@value_type.setter
|
|
2439
|
+
def value_type(self, value: Optional[pulumi.Input[str]]):
|
|
2440
|
+
pulumi.set(self, "value_type", value)
|
|
2441
|
+
|
|
2442
|
+
|
|
2443
|
+
@pulumi.input_type
|
|
2444
|
+
class ThreatIntelligenceParsedPatternArgs:
|
|
2445
|
+
def __init__(__self__, *,
|
|
2446
|
+
pattern_type_key: Optional[pulumi.Input[str]] = None,
|
|
2447
|
+
pattern_type_values: Optional[pulumi.Input[Sequence[pulumi.Input['ThreatIntelligenceParsedPatternTypeValueArgs']]]] = None):
|
|
2448
|
+
"""
|
|
2449
|
+
Describes parsed pattern entity
|
|
2450
|
+
:param pulumi.Input[str] pattern_type_key: Pattern type key
|
|
2451
|
+
:param pulumi.Input[Sequence[pulumi.Input['ThreatIntelligenceParsedPatternTypeValueArgs']]] pattern_type_values: Pattern type keys
|
|
2452
|
+
"""
|
|
2453
|
+
if pattern_type_key is not None:
|
|
2454
|
+
pulumi.set(__self__, "pattern_type_key", pattern_type_key)
|
|
2455
|
+
if pattern_type_values is not None:
|
|
2456
|
+
pulumi.set(__self__, "pattern_type_values", pattern_type_values)
|
|
2457
|
+
|
|
2458
|
+
@property
|
|
2459
|
+
@pulumi.getter(name="patternTypeKey")
|
|
2460
|
+
def pattern_type_key(self) -> Optional[pulumi.Input[str]]:
|
|
2461
|
+
"""
|
|
2462
|
+
Pattern type key
|
|
2463
|
+
"""
|
|
2464
|
+
return pulumi.get(self, "pattern_type_key")
|
|
2465
|
+
|
|
2466
|
+
@pattern_type_key.setter
|
|
2467
|
+
def pattern_type_key(self, value: Optional[pulumi.Input[str]]):
|
|
2468
|
+
pulumi.set(self, "pattern_type_key", value)
|
|
2469
|
+
|
|
2470
|
+
@property
|
|
2471
|
+
@pulumi.getter(name="patternTypeValues")
|
|
2472
|
+
def pattern_type_values(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ThreatIntelligenceParsedPatternTypeValueArgs']]]]:
|
|
2473
|
+
"""
|
|
2474
|
+
Pattern type keys
|
|
2475
|
+
"""
|
|
2476
|
+
return pulumi.get(self, "pattern_type_values")
|
|
2477
|
+
|
|
2478
|
+
@pattern_type_values.setter
|
|
2479
|
+
def pattern_type_values(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ThreatIntelligenceParsedPatternTypeValueArgs']]]]):
|
|
2480
|
+
pulumi.set(self, "pattern_type_values", value)
|
|
2481
|
+
|
|
2482
|
+
|
|
2483
|
+
@pulumi.input_type
|
|
2484
|
+
class UserInfoArgs:
|
|
2485
|
+
def __init__(__self__, *,
|
|
2486
|
+
object_id: Optional[pulumi.Input[str]] = None):
|
|
2487
|
+
"""
|
|
2488
|
+
User information that made some action
|
|
2489
|
+
:param pulumi.Input[str] object_id: The object id of the user.
|
|
2490
|
+
"""
|
|
2491
|
+
if object_id is not None:
|
|
2492
|
+
pulumi.set(__self__, "object_id", object_id)
|
|
2493
|
+
|
|
2494
|
+
@property
|
|
2495
|
+
@pulumi.getter(name="objectId")
|
|
2496
|
+
def object_id(self) -> Optional[pulumi.Input[str]]:
|
|
2497
|
+
"""
|
|
2498
|
+
The object id of the user.
|
|
2499
|
+
"""
|
|
2500
|
+
return pulumi.get(self, "object_id")
|
|
2501
|
+
|
|
2502
|
+
@object_id.setter
|
|
2503
|
+
def object_id(self, value: Optional[pulumi.Input[str]]):
|
|
2504
|
+
pulumi.set(self, "object_id", value)
|
|
2505
|
+
|
|
2506
|
+
|
|
2507
|
+
@pulumi.input_type
|
|
2508
|
+
class WatchlistUserInfoArgs:
|
|
2509
|
+
def __init__(__self__, *,
|
|
2510
|
+
object_id: Optional[pulumi.Input[str]] = None):
|
|
2511
|
+
"""
|
|
2512
|
+
User information that made some action
|
|
2513
|
+
:param pulumi.Input[str] object_id: The object id of the user.
|
|
2514
|
+
"""
|
|
2515
|
+
if object_id is not None:
|
|
2516
|
+
pulumi.set(__self__, "object_id", object_id)
|
|
2517
|
+
|
|
2518
|
+
@property
|
|
2519
|
+
@pulumi.getter(name="objectId")
|
|
2520
|
+
def object_id(self) -> Optional[pulumi.Input[str]]:
|
|
2521
|
+
"""
|
|
2522
|
+
The object id of the user.
|
|
2523
|
+
"""
|
|
2524
|
+
return pulumi.get(self, "object_id")
|
|
2525
|
+
|
|
2526
|
+
@object_id.setter
|
|
2527
|
+
def object_id(self, value: Optional[pulumi.Input[str]]):
|
|
2528
|
+
pulumi.set(self, "object_id", value)
|
|
2529
|
+
|
|
2530
|
+
|