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 add
m365 entra roledefinition add
Creates a custom Microsoft Entra ID role definition
-n, --displayName <displayName>
--allowedResourceActions <allowedResourceActions>
--description [description]
--enabled [enabled]
--version [version]
Create a custom Microsoft Entra ID role
m365 entra roledefinition add --displayName 'Application Remover' --description 'Allows to remove any Entra ID application' --allowedResourceActions 'microsoft.directory/applications/delete'
Create a custom Microsoft Entra ID role, but disable it for the assignment
m365 entra roledefinition add --displayName 'Application Remover' --version '1.0' --enabled false --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-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:
No branches or pull requests
Usage
m365 entra roledefinition add
Description
Creates a custom Microsoft Entra ID role definition
Options
-n, --displayName <displayName>
--allowedResourceActions <allowedResourceActions>
--description [description]
--enabled [enabled]
--version [version]
Examples
Create a custom Microsoft Entra ID role
Create a custom Microsoft Entra ID role, but disable it for the assignment
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-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: