Skip to content

Commit bd8438f

Browse files
authored
Valid scope values of the connection auth method object
The scope value of the connection auth method object can be also `module` when device module sends telemetry message.
1 parent 1b1820a commit bd8438f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/iot-hub-devguide-messages-construct.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The **iothub-connection-auth-method** property contains a JSON serialized object
153153

154154
```json
155155
{
156-
"scope": "{ hub | device }",
156+
"scope": "{ hub | device | module }",
157157
"type": "{ symkey | sas | x509 }",
158158
"issuer": "iothub"
159159
}
@@ -163,4 +163,4 @@ The **iothub-connection-auth-method** property contains a JSON serialized object
163163

164164
* For information about message size limits in IoT Hub, see [IoT Hub quotas and throttling](iot-hub-devguide-quotas-throttling.md).
165165

166-
* To learn how to create and read IoT Hub messages in various programming languages, see the [Quickstarts](../iot-develop/quickstart-send-telemetry-iot-hub.md?pivots=programming-language-nodejs).
166+
* To learn how to create and read IoT Hub messages in various programming languages, see the [Quickstarts](../iot-develop/quickstart-send-telemetry-iot-hub.md?pivots=programming-language-nodejs).

0 commit comments

Comments
 (0)