AgentCardManifest.ReadWrite.ManagedBy
Allows the app to read and write agent card manifests that name it as manager in your organization's Agent Registry without a signed-in user.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
AgentCardManifest.ReadWrite.ManagedBypermission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReportcommand. See How To: Run a quick OAuth app audit of your tenant
| Category | Application | Delegated |
|---|---|---|
| Identifier | 77f6034c-52f5-4526-9fa1-d55a67e72cc4 | - |
| DisplayText | Read and write managed-by agent card manifests in Agent Registry | - |
| Description | Allows the app to read and write agent card manifests that name it as manager in your organization's Agent Registry without a signed-in user. | - |
| AdminConsentRequired | - | - |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
| Methods |
|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
- agentCapabilities
- agentCardManifest
- agentInstance
- agentProvider
- agentSkill
- securityRequirement
- securitySchemes
Graph reference: agentCapabilities
| Property | Type | Description |
|---|---|---|
| extensions | agentExtension collection | A list of protocol extensions supported by the agent. |
| pushNotifications | Boolean | Indicates if the agent supports sending push notifications for asynchronous task updates. |
| stateTransitionHistory | Boolean | Indicates if the agent provides a history of state transitions for a task. |
| streaming | Boolean | Indicates if the agent supports Server-Sent Events (SSE) for streaming responses. |