返回代理记录的 Microsoft Graph 请求所需的最小权限的列表。
配置示例
{
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/rc.schema.json",
"plugins": [
{
"name": "GraphMinimalPermissionsPlugin",
"enabled": true,
"pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll",
"configSection": "graphMinimalPermissionsPlugin"
}
],
"graphMinimalPermissionsPlugin": {
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v2.0.0/graphminimalpermissionsplugin.schema.json",
"type": "Delegated"
}
}
配置属性
| properties | 说明 | 默认 |
|---|---|---|
type |
确定要返回的权限范围类型。 可以是 Delegated 或 Application |
Delegated |
命令行选项
无