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 set
m365 entra roledefinition set
Updates a custom Microsoft Entra ID role definition
-i, --id [id]
id
displayName
-n, --displayName [displayName]
--newDisplayName [newDisplayName]
--description [description]
-e, --enabled [enabled]
--allowedResourceActions [allowedResourceActions]
--version [version]
Update a custom Microsoft Entra ID role specified by the id
m365 entra roledefinition add --id fadbc488-151d-4431-9143-6abbffae759f newDisplayName 'Application Remover' --description 'Allows to remove any Entra ID application' --allowedResourceActions 'microsoft.directory/applications/delete'
Update a custom Microsoft Entra ID role specified by the display name
m365 entra roledefinition add --displayName 'Application Remover' --version '1.0' --enabled true --allowedResourceActions 'microsoft.directory/applications/delete,microsoft.directory/applications/owners/update'
No response
The command requires the permission RoleManagement.ReadWrite.Directory.
RoleManagement.ReadWrite.Directory
More info: https://learn.microsoft.com/en-us/graph/api/unifiedroledefinition-update?view=graph-rest-1.0&tabs=http
I will work on it
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Usage
m365 entra roledefinition set
Description
Updates a custom Microsoft Entra ID role definition
Options
-i, --id [id]
id
ordisplayName
, but not both.-n, --displayName [displayName]
id
ordisplayName
, but not both.--newDisplayName [newDisplayName]
--description [description]
-e, --enabled [enabled]
--allowedResourceActions [allowedResourceActions]
--version [version]
Examples
Update a custom Microsoft Entra ID role specified by the id
Update a custom Microsoft Entra ID role specified by the display name
Default properties
No response
Additional Info
The command requires the permission
RoleManagement.ReadWrite.Directory
.More info: https://learn.microsoft.com/en-us/graph/api/unifiedroledefinition-update?view=graph-rest-1.0&tabs=http
I will work on it
The text was updated successfully, but these errors were encountered: