GraphMinimalPermissionsPlugin
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": {
"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
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.