ipEvidence resource type
Namespace: microsoft.graph.security
An IP Address that is reported in the alert as evidence.
Inherits from alertEvidence.
Properties
Property | Type | Description |
---|---|---|
countryLetterCode | String | The two-letter country code according to ISO 3166 format, for example: US , UK , CA , etc. |
ipAddress | String | The value of the IP Address, can be either in V4 address or V6 address format. |
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"
}