| title | networkAdapter resource type |
|---|---|
| description | Network adapters that are used for communication |
| author | amirfeldman |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 09/10/2024 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents the network adapter from which the Microsoft Defender for Identity sensor analyzes network traffic.
Inherits from entity.
| Property | Type | Description |
|---|---|---|
| id | String | A unique identifier that represents the network adapter. Inherited from entity. |
| isEnabled | Boolean | Indicates whether the network adapter is selected for capturing and analyzing network traffic. |
| name | String | The name of the network adapter. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.networkAdapter",
"id": "String (identifier)",
"isEnabled": "Boolean",
"name": "String"
}