You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: defender-endpoint/api/isolate-machine.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Isolates a device from accessing external network.
45
45
> - Full isolation is available for all supported Linux devices. See [Microsoft Defender for Endpoint on Linux](/defender-endpoint/microsoft-defender-endpoint-linux).
46
46
> - Selective isolation is available for devices on Windows 10, version 1709 or later, and on Windows 11.
47
47
> - When isolating a device, only certain processes and destinations are allowed. Therefore, devices that are behind a full VPN tunnel won't be able to reach the Microsoft Defender for Endpoint cloud service after the device is isolated. We recommend using a split-tunneling VPN for Microsoft Defender for Endpoint and Microsoft Defender Antivirus cloud-based protection-related traffic.
48
-
> - Calling this API on unmanaged devices triggers the [contain device from the network](../respond-machine-alerts.md#contain-devices-from-the-network) action. The IsolationType value should be set to 'Unmanaged.'
48
+
> - Calling this API on unmanaged devices triggers the [contain device from the network](../respond-machine-alerts.md#contain-devices-from-the-network) action. The IsolationType value should be set to 'UnManagedDevice.'
49
49
50
50
## Permissions
51
51
@@ -83,13 +83,13 @@ In the request body, supply a JSON object with the following parameters:
83
83
|Parameter|Type|Description|
84
84
|:---|:---|:---|
85
85
|Comment|String|Comment to associate with the action. **Required**.|
86
-
|IsolationType|String|Type of the isolation. Allowed values are: **Full**, **Selective**, or **Unmanaged**.|
86
+
|IsolationType|String|Type of the isolation. Allowed values are: **Full**, **Selective**, or **UnManagedDevice**.|
87
87
88
88
**IsolationType** controls the type of isolation to perform and can be one of the following:
89
89
90
90
- Full: Full isolation. Works for managed devices.
91
91
- Selective: Restrict only limited set of applications from accessing the network on managed devices. For more information, see [Isolate devices from the network](../respond-machine-alerts.md#isolate-devices-from-the-network).
92
-
-Unmanaged: The isolation targets unmanaged devices only.
92
+
-UnManagedDevice: The isolation targets unmanaged devices only.
0 commit comments