From 54892d6fd6599c0c4bfed63f45fb6642cdc748e0 Mon Sep 17 00:00:00 2001 From: Hristo Bozhilov Date: Fri, 17 Feb 2023 10:39:15 +0100 Subject: [PATCH] [#202] Add documentation for the username parameter in suite connector configuration (#203) Signed-off-by: Hristo Bozhilov --- .../docs/references/connectivity/suite-connector-config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/site/content/docs/references/connectivity/suite-connector-config.md b/web/site/content/docs/references/connectivity/suite-connector-config.md index fd21c582..d27229fe 100644 --- a/web/site/content/docs/references/connectivity/suite-connector-config.md +++ b/web/site/content/docs/references/connectivity/suite-connector-config.md @@ -18,6 +18,7 @@ To control all aspects of the suite connector behavior. | deviceId | string | | Device unique identifier | | authId | string | | Authentication unique identifier that is a part of the credentials | | tenantId | string | | Tenant unique identifier that the device belongs to | +| username | string | | MQTT username that is a part of the credentials. This parameter takes precedence over authId and tenantId | | password | string | | Password that is a part of the credentials | | clientId | string | | MQTT client unique identifier | | policyId | string | | Policy unique identifier of the digital twin | @@ -79,6 +80,7 @@ Be aware that some combinations may be incompatible "authId": "", "tenantId": "", "password": "", + "username": "", "clientId": "", "policyId": "", "caCert": "iothub.crt",