傳回 proxy 所記錄Microsoft Graph 要求所需的最小許可權清單。
外掛程式實例定義
{
"name": "GraphMinimalPermissionsPlugin",
"enabled": true,
"pluginPath": "~appFolder/plugins/DevProxy.Plugins.dll",
"configSection": "graphMinimalPermissionsPlugin"
}
設定範例
{
"graphMinimalPermissionsPlugin": {
"$schema": "https://raw.githubusercontent.com/dotnet/dev-proxy/main/schemas/v1.0.0/graphminimalpermissionsplugin.schema.json",
"type": "Delegated"
}
}
設定屬性
| 屬性 | 說明 | 預設 |
|---|---|---|
type |
決定要傳回的許可權範圍類型。 可以是 Delegated 或 Application |
Delegated |
命令列選項
無