Skip to content

Commit d048fc1

Browse files
authored
Update security-iotdeviceevidence.md
1 parent ae431f7 commit d048fc1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api-reference/beta/resources/security-iotdeviceevidence.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "iotDeviceEvidence resource type"
3-
description: "Represents an IoT Device that is reported as part of the security detection alert."
3+
description: "Represents an IoT device that is reported as part of the security detection alert."
44
author: "hareldamti"
55
ms.localizationpriority: medium
66
ms.subservice: "security"
@@ -13,19 +13,19 @@ Namespace: microsoft.graph.security
1313

1414
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1515

16-
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.
1717

1818
Inherits from [alertEvidence](./security-alertevidence.md).
1919

2020
## Properties
2121

2222
|Property|Type|Description|
2323
|:-------|:---|:----------|
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.|
2525
|deviceId|String|The device ID.|
2626
|deviceName|String|The friendly name of the device.|
2727
|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.|
2929
|deviceType|String|The type of the device. For example, "temperature sensor," "freezer," "wind turbine," and so on.|
3030
|source|String|The source (microsoft/vendor) of the device entity.|
3131
|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.
123123
"devicePageLink": "String",
124124
"deviceSubType": "String",
125125
}
126-
```
126+
```

0 commit comments

Comments
 (0)