| 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 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
An IP Address that is reported in the alert as evidence.
Inherits from alertEvidence.
| 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.). |
None.
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"
}