GraphSelectGuidancePlugin

当代理截获对不包含 $select 查询字符串参数的 Microsoft Graph API 的请求时,会显示警告。

命令提示符的屏幕截图,其中开发人员代理在截获了不使用$select参数的 Microsoft Graph 的请求后显示警告。

插件实例定义

{
  "name": "GraphSelectGuidancePlugin",
  "enabled": true,
  "pluginPath": "~appFolder/plugins/dev-proxy-plugins.dll",
  "urlsToWatch": [
    "https://graph.microsoft.com/v1.0/*",
    "https://graph.microsoft.com/beta/*",
    "https://graph.microsoft.us/v1.0/*",
    "https://graph.microsoft.us/beta/*",
    "https://dod-graph.microsoft.us/v1.0/*",
    "https://dod-graph.microsoft.us/beta/*",
    "https://microsoftgraph.chinacloudapi.cn/v1.0/*",
    "https://microsoftgraph.chinacloudapi.cn/beta/*"
  ]
}

配置示例

没有

配置属性

没有