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
Represents an IoT Device that is reported as part of the security detection alert.
16
+
Represents an IoT device that is reported as part of the security detection alert.
17
17
18
18
Inherits from [alertEvidence](./security-alertevidence.md).
19
19
20
20
## Properties
21
21
22
22
|Property|Type|Description|
23
23
|:-------|:---|:----------|
24
-
|ioTHub|[microsoft.graph.security.azureResourceEvidence](./security-azureresourceevidence.md)|The azureResourceEvidence entity that represents the IoT Hub that the device belongs to.|
24
+
|ioTHub|[microsoft.graph.security.azureResourceEvidence](./security-azureresourceevidence.md)|The **azureResourceEvidence** entity that represents the IoT Hub that the device belongs to.|
25
25
|deviceId|String|The device ID.|
26
26
|deviceName|String|The friendly name of the device.|
27
27
|owners|Collection(String)|The owners for the device.|
28
-
|ioTSecurityAgentId|String|The ID of the Azure Security Center for IoT agent that is running on the device.|
28
+
|ioTSecurityAgentId|String|The ID of the Azure Security Center for the IoT agent that is running on the device.|
29
29
|deviceType|String|The type of the device. For example, "temperature sensor," "freezer," "wind turbine," and so on.|
30
30
|source|String|The source (microsoft/vendor) of the device entity.|
31
31
|sourceRef|[microsoft.graph.security.urlEvidence](./security-urlevidence.md)|A URL reference to the source item where the device is managed.|
@@ -123,4 +123,4 @@ The following JSON representation shows the resource type.
0 commit comments