Skip to content

Commit

Permalink
[#202] Add documentation for the username parameter in suite connecto…
Browse files Browse the repository at this point in the history
…r configuration (#203)

Signed-off-by: Hristo Bozhilov <[email protected]>
  • Loading branch information
Hristo Bozhilov authored Feb 17, 2023
1 parent 45ae388 commit 54892d6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -79,6 +80,7 @@ Be aware that some combinations may be incompatible
"authId": "",
"tenantId": "",
"password": "",
"username": "",
"clientId": "",
"policyId": "",
"caCert": "iothub.crt",
Expand Down

0 comments on commit 54892d6

Please sign in to comment.