Skip to content

Latest commit

 

History

History
55 lines (46 loc) · 1.33 KB

File metadata and controls

55 lines (46 loc) · 1.33 KB
title ipEvidence resource type
description An IP Address that is reported in the alert as evidence.
ms.date 09/09/2021
author BenAlfasi
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType

ipEvidence resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

An IP Address that is reported in the alert as evidence.

Inherits from alertEvidence.

Properties

Property Type Description
ipAddress String The value of the IP Address can be either in V4 address or V6 address format.
countryLetterCode String The two-letter country code according to ISO 3166 format, for example: US, UK, or CA.).

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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