Skip to content

Commit

Permalink
Merge pull request #163457 from jlian/patch-65
Browse files Browse the repository at this point in the history
Note module for direct method
  • Loading branch information
PRMerger10 authored Jun 23, 2021
2 parents bc81233 + 789836a commit 6021b57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions articles/iot-hub/iot-hub-dev-guide-azure-ad-rbac.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ms.author: jlian
ms.service: iot-hub
services: iot-hub
ms.topic: conceptual
ms.date: 04/21/2021
ms.date: 06/23/2021
ms.custom: ['Role: Cloud Development']
---

Expand Down Expand Up @@ -74,7 +74,7 @@ The following tables describe the permissions available for IoT Hub service API
| Microsoft.Devices/IotHubs/cloudToDeviceMessages/send/action | Send cloud-to-device message to any device |
| Microsoft.Devices/IotHubs/cloudToDeviceMessages/feedback/action | Receive, complete, or abandon cloud-to-device message feedback notification |
| Microsoft.Devices/IotHubs/cloudToDeviceMessages/queue/purge/action | Deletes all the pending commands for a device |
| Microsoft.Devices/IotHubs/directMethods/invoke/action | Invokes a direct method on a device |
| Microsoft.Devices/IotHubs/directMethods/invoke/action | Invokes a direct method on any device or module |
| Microsoft.Devices/IotHubs/fileUpload/notifications/action | Receive, complete, or abandon file upload notifications |
| Microsoft.Devices/IotHubs/statistics/read | Read device and service statistics |
| Microsoft.Devices/IotHubs/configurations/read | Read device management configurations |
Expand Down Expand Up @@ -115,4 +115,4 @@ The [the built-in endpoint](iot-hub-devguide-messages-read-builtin.md) doesn't s
## Next steps

- For more information on the advantages of using Azure AD in your application, see [Integrating with Azure Active Directory](../active-directory/develop/active-directory-how-to-integrate.md).
- For more information on requesting access tokens from Azure AD for users and service principals, see [Authentication scenarios for Azure AD](../active-directory/develop/authentication-vs-authorization.md).
- For more information on requesting access tokens from Azure AD for users and service principals, see [Authentication scenarios for Azure AD](../active-directory/develop/authentication-vs-authorization.md).

0 comments on commit 6021b57

Please sign in to comment.