Skip to content

New command: m365 graph directoryextension list #6615

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

Closed
MartinM85 opened this issue Feb 28, 2025 · 2 comments
Closed

New command: m365 graph directoryextension list #6615

MartinM85 opened this issue Feb 28, 2025 · 2 comments
Assignees
Milestone

Comments

@MartinM85
Copy link
Contributor

Usage

m365 graph directoryextension list [options]

Description

Retrieves a list of directory extensions

Options

Option Description
--appId [appId] Application (client) ID of the Entra application where the directory extensions are registered. Specify either appId, appObjectId or appName, but not multiple.
--appObjectId [appObjectId] Object ID of the Entra application where the directory extensions are registered. Specify either appId, appObjectId or appName, but not multiple.
--appName [appName] The name of Entra application where the directory extensions are registered. Specify either appId, appObjectId or appName, but not multiple.

Examples

Get all available directory extensions including those registered for multi-tenant apps

m365 graph directoryextension list

Get all directory extensions registered for an application specified by app id

m365 directoryextension list --appId fd918e4b-c821-4efb-b50a-5eddd23afc6f

Default properties

  • id
  • name
  • appDisplayName

Additional Info

When neither appId, appObjectId nor appName is specified, the command will return all available directory extensions including those registered for multi-tenant apps.

https://learn.microsoft.com/en-us/graph/api/directoryobject-getavailableextensionproperties?view=graph-rest-1.0&tabs=http

Otherwise, it will return directory extensions for a specific application

https://learn.microsoft.com/en-us/graph/api/application-list-extensionproperty?view=graph-rest-1.0&tabs=http

@Adam-it Adam-it added needs peer review Needs second pair of eyes to review the spec or PR feature request labels Feb 28, 2025
@martinlingstuyl martinlingstuyl added help wanted and removed needs peer review Needs second pair of eyes to review the spec or PR labels Feb 28, 2025
@nanddeepn
Copy link
Contributor

Can I work on it?

@martinlingstuyl
Copy link
Contributor

Yes you can!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants