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
Role permissions, also called as resource actions, are related to role definitions. Role permissions describe operations that a principal like user can do with some resource. When creating a custom role definition through the entra roledefinition add command, the user must specify allowed resource actions. This command will help to select the correct permissions for a custom role definition.
**Update the docs of the entra roledefinition add and entra roledefinition set with a note how to retrieve a list of allowed resource actions.
I will work on it
The text was updated successfully, but these errors were encountered:
Usage
m365 entra rolepermission list [options]
Description
Retrieve all Entra ID role permissions from a resource namespace
Options
-n, --resourceNamespace <resourceNamespace>
-p, --privileged
Examples
Get a list of role permissions
m365 entra rolepermission list --resourceNamespace 'microsoft.directory'
Get a list of sensitive role permissions
m365 entra rolepermission list --resourceNamespace 'microsoft.directory' --privileged
Default properties
Additional Info
Details: https://learn.microsoft.com/en-us/graph/api/unifiedrbacresourcenamespace-list-resourceactions?view=graph-rest-beta&tabs=http
Role permissions, also called as resource actions, are related to role definitions. Role permissions describe operations that a principal like user can do with some resource. When creating a custom role definition through the
entra roledefinition add
command, the user must specify allowed resource actions. This command will help to select the correct permissions for a custom role definition.**Update the docs of the
entra roledefinition add
andentra roledefinition set
with a note how to retrieve a list of allowed resource actions.I will work on it
The text was updated successfully, but these errors were encountered: