Adds permissions section to policy and resource namespace documentation#7140
Open
AlejandroGispert wants to merge 3 commits intopnp:mainfrom
Open
Adds permissions section to policy and resource namespace documentation#7140AlejandroGispert wants to merge 3 commits intopnp:mainfrom
AlejandroGispert wants to merge 3 commits intopnp:mainfrom
Conversation
Contributor
|
Hi @AlejandroGispert, thanks for this PR! We'll try to review it ASAP. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #6949
Author: Alejandro Gispert
First-time contributor to cli-microsoft365
Summary
Adds the Permissions section to the documentation for
entra policy listandentra resourcenamespace list, and confirms the existing Permissions section forentra roleassignment addis correct.Changes
entra policy list
docs/docs/cmd/entra/policy/policy-list.mdxPolicy.Read.All(Delegated and Application)/v1.0/policies/*endpoints (authorizationPolicy, conditionalAccessPolicies, tokenLifetimePolicies, etc.). The Microsoft Graph permissions reference specifiesPolicy.Read.Allfor these policy read operations.entra resourcenamespace list
docs/docs/cmd/entra/resourcenamespace/resourcenamespace-list.mdxRoleManagement.Read.Directory(Delegated and Application)GET /beta/roleManagement/directory/resourceNamespaces. Verified by running the command with an app registration that has this permission.entra roleassignment add
docs/docs/cmd/entra/roleassignment/roleassignment-add.mdxRoleManagement.ReadWrite.Directoryfor both delegated and application access.Documentation standards
roleassignment-add,plan-list)Related
Addresses the Permissions documentation effort for Entra commands. Makes it easier to run the CLI with custom app registrations and application permissions by documenting the minimal required permissions.