編輯

共用方式為


networkAdapter resource type

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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"
}