Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify permissions granted by pac admin commands #2676

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion power-platform/developer/cli/reference/admin.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ List Microsoft Entra ID applications registered under your tenant.

Register Microsoft Entra ID application with your tenant.

Do note that registering the application is the equivalent of assigning the Power Platform Administrator role to the service principal.
Granular roles and permissions can't be assigned to limit their capabilities.
See also [limitations of service principals](../../../admin/powerplatform-api-create-service-principal.md#limitations-of-service-principals).

[!INCLUDE [admin-application-register-intro](includes/admin-application-register-intro.md)]


Expand Down Expand Up @@ -331,6 +335,10 @@ Object ID or user principal name (UPN) of Microsoft Entra ID user to be assigned

Add Microsoft Entra ID application and associated application user to the Dataverse environment.

Do note that associating the application is the equivalent of assigning the Power Platform Administrator role to the service principal.
Granular roles and permissions can't be assigned to limit their capabilities.
See also [limitations of service principals](../../../admin/powerplatform-api-create-service-principal.md#limitations-of-service-principals).

[!INCLUDE [admin-create-service-principal-intro](includes/admin-create-service-principal-intro.md)]


Expand Down Expand Up @@ -767,4 +775,4 @@ The .json file with tenant settings.
### See also

[Microsoft Power Platform CLI Command Groups](index.md)<br />
[Microsoft Power Platform CLI overview](../introduction.md)
[Microsoft Power Platform CLI overview](../introduction.md)
Loading