OnSecurityEventEnterpriseConnector

Microsoft Edge 商业版报告连接器的配置策略

支持的版本

  • 自 139 或更高版本起在 Windows 上

说明

定义在 Microsoft Edge 中发生安全事件时应用的 Microsoft Edge 商业版 Reporting Connectors 服务设置。 这些事件包括数据丢失防护连接器的负面判决、密码重用、导航到不安全页面和其他安全敏感作。

“service_provider”字段指定报告服务提供程序。 “enabled_event_names”字段列出了为该提供程序启用的安全事件。

此策略需要额外的设置才能生效。 有关配置指南,请参阅 https://go.microsoft.com/fwlink/?linkid=2325446

支持的功能

  • 可以强制:是
  • 可以推荐:否
  • 动态策略刷新:是
  • 按配置文件:是
  • 适用于使用Microsoft帐户登录的配置文件:否

数据类型

  • Dictionary

Windows 信息和设置

组策略 (ADMX) 信息

  • GP 唯一名称:OnSecurityEventEnterpriseConnector
  • GP 名称:Microsoft Edge 商业版报告连接器的配置策略
  • GP 路径 (强制) :管理模板/Microsoft Edge
  • GP 路径(推荐):不适用
  • GP ADMX 文件名:MSEdge.admx

示例值

[{"enabled_event_names": ["passwordChangedEvent", "sensitiveDataEvent"], "enabled_opt_in_events": [{"name": "loginEvent", "url_patterns": ["*"]}, {"name": "passwordBreachEvent", "url_patterns": ["example.com", "other.example.com"]}], "service_provider": "microsoft"}]

注册表设置

  • 路径(强制):SOFTWARE\Policies\Microsoft\Edge
  • 路径(推荐):不适用
  • 值名称:OnSecurityEventEnterpriseConnector
  • 值类型:REG_SZ

示例注册表值

[{"enabled_event_names": ["passwordChangedEvent", "sensitiveDataEvent"], "enabled_opt_in_events": [{"name": "loginEvent", "url_patterns": ["*"]}, {"name": "passwordBreachEvent", "url_patterns": ["example.com", "other.example.com"]}], "service_provider": "microsoft"}]

扩展的示例注册表值

[
  {
    "enabled_event_names": [
      "passwordChangedEvent",
      "sensitiveDataEvent"
    ],
    "enabled_opt_in_events": [
      {
        "name": "loginEvent",
        "url_patterns": [
          "*"
        ]
      },
      {
        "name": "passwordBreachEvent",
        "url_patterns": [
          "example.com",
          "other.example.com"
        ]
      }
    ],
    "service_provider": "microsoft"
  }
]

另请参阅