Usage
m365 entra roledefinition get
Description
Gets a specific Microsoft Entra ID role definition
Options
| Option |
Description |
-i, --id [id] |
The id of the role definition. Specify either id or displayName, but not both. |
-n, --displayName [displayName] |
The display name of the role definition. Specify either id or displayName, but not both. |
-p, --properties [properties] |
Comma-separated list of properties to retrieve. |
Examples
Get info about a role specified by the id
m365 entra roledefinition get --id 62e90394-69f5-4237-9190-012177145e10
Get limited info about a role specified by the display name
m365 entra roledefinition get --displayName 'Custom SharePoint Role' --properties 'description,isEnabled'
Default properties
No response
Additional Info
More info: https://learn.microsoft.com/en-us/graph/api/unifiedroledefinition-get?view=graph-rest-1.0&tabs=http#for-the-directory-microsoft-entra-id-provider
I will work on it
Usage
m365 entra roledefinition get
Description
Gets a specific Microsoft Entra ID role definition
Options
-i, --id [id]idordisplayName, but not both.-n, --displayName [displayName]idordisplayName, but not both.-p, --properties [properties]Examples
Get info about a role specified by the id
Get limited info about a role specified by the display name
Default properties
No response
Additional Info
More info: https://learn.microsoft.com/en-us/graph/api/unifiedroledefinition-get?view=graph-rest-1.0&tabs=http#for-the-directory-microsoft-entra-id-provider
I will work on it