GraphMinimalPermissionsPlugin
返回代理记录的 Microsoft Graph 请求所需的最小权限的列表。
插件实例定义
{
"name": "GraphMinimalPermissionsPlugin",
"enabled": false,
"pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
"configSection": "graphMinimalPermissionsPlugin"
}
配置示例
{
"graphMinimalPermissionsPlugin": {
"type": "delegated"
}
}
配置属性
properties | 说明 | 默认 |
---|---|---|
type |
确定要返回的权限范围类型。 可以是 Delegated 或 Application |
Delegated |
命令行选项
无