title | description | author | ms.author | ms.date |
---|---|---|---|---|
GraphMinimalPermissionsPlugin |
GraphMinimalPermissionsPlugin reference |
garrytrinder |
garrytrinder |
10/28/2024 |
Returns a list of the minimal permissions required for Microsoft Graph requests that proxy recorded.
:::image type="content" source="../media/microsoft-graph-minimal-permissions.png" alt-text="Screenshot of a command prompt with Dev Proxy showing a list of minimal permissions for the set of Microsoft Graph requests." lightbox="../media/microsoft-graph-minimal-permissions.png":::
{
"name": "GraphMinimalPermissionsPlugin",
"enabled": false,
"pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
"configSection": "graphMinimalPermissionsPlugin"
}
{
"graphMinimalPermissionsPlugin": {
"type": "delegated"
}
}
Property | Description | Default |
---|---|---|
type |
Determines which type of permission scopes to return. Can be Delegated or Application |
Delegated |
None