We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
entra roledefinition get
m365 entra roledefinition get
Gets a specific Microsoft Entra ID role definition
-i, --id [id]
id
displayName
-n, --displayName [displayName]
-p, --properties [properties]
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'
No response
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
The text was updated successfully, but these errors were encountered:
Made a slight adjustment to the description. Also for this issue, I think we can remove the required permission right @MartinM85?
Sorry, something went wrong.
@milanholemans Spec updated
MartinM85
Successfully merging a pull request may close this issue.
Usage
m365 entra roledefinition get
Description
Gets a specific Microsoft Entra ID role definition
Options
-i, --id [id]
id
ordisplayName
, but not both.-n, --displayName [displayName]
id
ordisplayName
, 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
The text was updated successfully, but these errors were encountered: