Skip to content

New command: entra roledefinition get #6465

@MartinM85

Description

@MartinM85

Usage

m365 entra roledefinition get

Description

Gets a specific Microsoft Entra ID role definition

Options

Option Description
-i, --id [id] The id of the role definition. Specify either id or displayName, but not both.
-n, --displayName [displayName] The display name of the role definition. Specify either id or displayName, but not both.
-p, --properties [properties] Comma-separated list of properties to retrieve.

Examples

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'

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions