Skip to content
New issue

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

New command: entra roledefinition add #6466

Open
MartinM85 opened this issue Nov 4, 2024 · 0 comments
Open

New command: entra roledefinition add #6466

MartinM85 opened this issue Nov 4, 2024 · 0 comments
Labels
feature request needs peer review Needs second pair of eyes to review the spec or PR

Comments

@MartinM85
Copy link
Contributor

Usage

m365 entra roledefinition add

Description

Creates a custom Microsoft Entra ID role definition

Options

Option Description
-n, --displayName <displayName> The display name for the role definition.
--allowedResourceActions <allowedResourceActions> Comma-separated list of resource actions allowed for the role.
--description [description] The description for the role definition.
--enabled [enabled] Indicates if the role is enabled for the assignment. If not specified, the role is enabled by default.
--version [version] The version of the role definition.

Examples

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'

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

@Adam-it Adam-it added needs peer review Needs second pair of eyes to review the spec or PR feature request labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request needs peer review Needs second pair of eyes to review the spec or PR
Projects
None yet
Development

No branches or pull requests

2 participants