nicEvidence 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 a NIC (v2) entity that is reported as part of the security detection alert.

Inherits from alertEvidence.

Properties

Property Type Description
macAddress String The MAC address of the NIC.
ipAddress microsoft.graph.security.ipEvidence The current IP address of the NIC.
vlans Collection(String) The current virtual local area networks of the NIC.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.nicEvidence",
  "createdDateTime": "String (timestamp)",
  "verdict": "String",
  "remediationStatus": "String",
  "remediationStatusDetails": "String",
  "roles": [
    "String"
  ],
  "tags": [
    "String"
  ],
  "macAddress": "String",
  "ipAddress": {
    "@odata.type": "microsoft.graph.security.ipEvidence",
  },
  "vlans": [
    "String"
  ],
}