You manage devices with Microsoft Intune. You need to implement a conditional launch policy for Microsoft Defender for Endpoint that requires the device to have a minimum version of the sensor (10.8049.22439.1043) and a healthy signal. Which JSON policy should you deploy?
Correct conditional launch policy for Defender sensor version and health.
Why this answer
Option A is correct because the 'deviceHealth' condition with 'defenderSensorVersion' and 'defenderSensorHealth' is the correct syntax for conditional launch in Intune app protection policies. Option B is wrong because 'minimumVersion' is not a valid key. Option C is wrong because 'clientVersion' is used for the app itself, not the sensor.
Option D is wrong because the syntax is incorrect.