Skip to content

Latest commit

 

History

History
48 lines (40 loc) · 1.29 KB

File metadata and controls

48 lines (40 loc) · 1.29 KB
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

networkAdapter resource type

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.networkAdapter",
  "id": "String (identifier)",
  "isEnabled": "Boolean",
  "name": "String"
}