Skip to content

Commit 82621ec

Browse files
committed
Learn Editor: Update isolate-machine.md
1 parent ae63ee7 commit 82621ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

defender-endpoint/api/isolate-machine.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Isolates a device from accessing external network.
4545
> - Full isolation is available for all supported Linux devices. See [Microsoft Defender for Endpoint on Linux](/defender-endpoint/microsoft-defender-endpoint-linux).
4646
> - Selective isolation is available for devices on Windows 10, version 1709 or later, and on Windows 11.
4747
> - 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.'
4949
5050
## Permissions
5151

@@ -83,13 +83,13 @@ In the request body, supply a JSON object with the following parameters:
8383
|Parameter|Type|Description|
8484
|:---|:---|:---|
8585
|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**.|
8787

8888
**IsolationType** controls the type of isolation to perform and can be one of the following:
8989

9090
- Full: Full isolation. Works for managed devices.
9191
- 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.
9393

9494
## Response
9595

0 commit comments

Comments
 (0)