manage_app_registrations
List, search, and manage Entra ID app registrations and enterprise apps, retrieve details, detect expiring credentials, review permissions, and enable or disable enterprise apps.
Instructions
Manage Entra ID app registrations and enterprise apps (service principals).
action values: list_registrations — List all app registrations get_registration — Get app registration details (app_id) search_registrations — Search registrations by name (search_term) delete_registration — Delete an app registration (app_id, confirm=True) get_expiring_credentials — App regs with credentials expiring soon (days_until_expiry) list_enterprise_apps — List all enterprise apps (service principals) get_enterprise_app — Get enterprise app details (sp_id) search_enterprise_apps — Search enterprise apps by name (search_term) get_app_permissions — Permissions granted to an enterprise app (sp_id) enable_enterprise_app — Enable an enterprise app (sp_id) disable_enterprise_app — Disable an enterprise app (sp_id)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| body | No | ||
| sp_id | No | ||
| action | Yes | ||
| app_id | No | ||
| confirm | No | ||
| search_term | No | ||
| days_until_expiry | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||