You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/v1.0/resources/security-iotdeviceevidence.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: "IotDeviceEvidence resource type"
3
-
description: "Represents a IoT Device that is reported as part of the security detection alert."
3
+
description: "Represents a IoT device that is reported as part of the security detection alert."
4
4
author: "hareldamti"
5
5
ms.localizationpriority: medium
6
6
ms.subservice: "security"
@@ -11,19 +11,19 @@ doc_type: resourcePageType
11
11
12
12
Namespace: microsoft.graph.security
13
13
14
-
Represents a IoT Device that is reported as part of the security detection alert.
14
+
Represents a IoT device that is reported as part of the security detection alert.
15
15
16
16
Inherits from [alertEvidence](./security-alertevidence.md).
17
17
18
18
## Properties
19
19
20
20
|Property|Type|Description|
21
21
|:-------|:---|:----------|
22
-
|ioTHub|[microsoft.graph.security.azureResourceEvidence](./security-azureresourceevidence.md)|The azureResourceEvidence entity that represents the IoT Hub that the device belongs to.|
22
+
|ioTHub|[microsoft.graph.security.azureResourceEvidence](./security-azureresourceevidence.md)|The **azureResourceEvidence** entity that represents the IoT Hub that the device belongs to.|
23
23
|deviceId|String|The device ID.|
24
24
|deviceName|String|The friendly name of the device.|
25
25
|owners|Collection(String)|The owners for the device.|
26
-
|ioTSecurityAgentId|String|The ID of the Azure Security Center for IoT agent that is running on the device.|
26
+
|ioTSecurityAgentId|String|The ID of the Azure Security Center for the IoT agent that is running on the device.|
27
27
|deviceType|String|The type of the device. For example, "temperature sensor," "freezer," "wind turbine," and so on.|
28
28
|source|String|The source (microsoft/vendor) of the device entity.|
29
29
|sourceRef|[microsoft.graph.security.urlEvidence](./security-urlevidence.md)|A URL reference to the source item where the device is managed.|
0 commit comments