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 remove
m365 entra roledefinition remove
Removes a custom Microsoft Entra role definition
-i, --id [id]
id
displayName
-n, --displayName [displayName]
-f, --force
Remove a custom role definition by its id
m365 entra roledefinition remove --id 03c4c9dc-6f0c-4c4f-a4e6-0c9ed80f54c7
Remove a custom role definition by its display name without prompting for confirmation
m365 entra roledefinition remove --displayName 'My Custom Role' --force
No response
More info: https://learn.microsoft.com/en-us/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0&tabs=http
I will work on it
The text was updated successfully, but these errors were encountered:
MartinM85
Successfully merging a pull request may close this issue.
Usage
m365 entra roledefinition remove
Description
Removes a custom Microsoft Entra role definition
Options
-i, --id [id]
id
ordisplayName
, but not both.-n, --displayName [displayName]
id
ordisplayName
, but not both.-f, --force
Examples
Remove a custom role definition by its id
Remove a custom role definition by its display name without prompting for confirmation
m365 entra roledefinition remove --displayName 'My Custom Role' --force
Default properties
No response
Additional Info
More info: https://learn.microsoft.com/en-us/graph/api/unifiedroledefinition-delete?view=graph-rest-1.0&tabs=http
I will work on it
The text was updated successfully, but these errors were encountered: