Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns a list of the minimal permissions required for Microsoft Graph requests that proxy recorded.
Plugin instance definition
{
"name": "GraphMinimalPermissionsPlugin",
"enabled": false,
"pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
"configSection": "graphMinimalPermissionsPlugin"
}
Configuration example
{
"graphMinimalPermissionsPlugin": {
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v0.27.0/graphminimalpermissionsplugin.schema.json",
"type": "delegated"
}
}
Configuration properties
Property | Description | Default |
---|---|---|
type |
Determines which type of permission scopes to return. Can be Delegated or Application |
Delegated |
Command line options
None
Next step
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.