You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @milanholemans, Directory.ReadWrite.All will definitely work. RoleManagement.Read.Directory is the least privileged permission required to run the command, but it not needed.
Spec updated
Usage
m365 entra roledefinition list
Description
Lists all Microsoft Entra ID role definitions
Options
-p, --properties [properties]
-f, --filter [filter]
Examples
Retrieve all Microsoft Entra ID role definitions
Retrieve only the names of the role definitions
m365 entra roledefinition list --properties 'displayName'
Retrieve only custom role definitions
m365 entra roledefinition list --filter 'isBuiltIn eq false'
Default properties
Additional Info
More info: https://learn.microsoft.com/en-us/graph/api/rbacapplication-list-roledefinitions?view=graph-rest-1.0&tabs=http#for-the-directory-microsoft-entra-id-provider
The text was updated successfully, but these errors were encountered: