共用方式為


Graph最小許可權插件

傳回 proxy 所記錄Microsoft Graph 要求所需的最小許可權清單。

開發人員 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 決定要傳回的許可權範圍類型。 可以是 DelegatedApplication Delegated

命令列選項

後續步驟