nicEvidence resource type
Namespace: microsoft.graph.security
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"
],
}