OnSecurityEventEnterpriseConnector

Microsoft Edge for Business Reporting Connectors の構成ポリシー

サポートされているバージョン

  • Windows: ≥ 139
  • macOS: ≥ 149
  • Android: ≥ 149
  • iOS: ≥ 149

説明

Microsoft Edge でセキュリティ イベントが発生したときに適用されるMicrosoft Edge for Business Reporting Connectors サービス設定を定義します。 これらのイベントには、データ損失防止コネクタからの否定的な判定、パスワードの再利用、安全でないページへのナビゲーション、およびその他のセキュリティに依存するアクションが含まれます。

[service_provider] フィールドは、レポート サービス プロバイダーを指定します。 [enabled_event_names] フィールドには、そのプロバイダーで有効になっているセキュリティ イベントが一覧表示されます。

このポリシーを有効にするには、追加のセットアップが必要です。 構成ガイダンスについては、「 https://go.microsoft.com/fwlink/?linkid=2325446」を参照してください。

サポートされている機能

  • 必須にすることができるか: はい
  • 推奨にすることができるか: いいえ
  • 動的なポリシーの更新: はい
  • プロファイルごと: はい
  • Microsoft アカウントでサインインしているプロファイルに適用: いいえ

データ型

  • Dictionary

Windows の情報と設定

グループ ポリシー (ADMX) 情報

  • GP 固有の名前: OnSecurityEventEnterpriseConnector
  • GP 名: Microsoft Edge for Business Reporting Connector の構成ポリシー
  • 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"
  }
]

Mac の情報と設定

  • 基本設定キー名: OnSecurityEventEnterpriseConnector
  • サンプル値:
<key>OnSecurityEventEnterpriseConnector</key>
<array>
  <dict>
    <key>enabled_event_names</key>
    <array>
      <string>passwordChangedEvent</string>
      <string>sensitiveDataEvent</string>
    </array>
    <key>enabled_opt_in_events</key>
    <array>
      <dict>
        <key>name</key>
        <string>loginEvent</string>
        <key>url_patterns</key>
        <array>
          <string>*</string>
        </array>
      </dict>
      <dict>
        <key>name</key>
        <string>passwordBreachEvent</string>
        <key>url_patterns</key>
        <array>
          <string>example.com</string>
          <string>other.example.com</string>
        </array>
      </dict>
    </array>
    <key>service_provider</key>
    <string>microsoft</string>
  </dict>
</array>

Android の情報と設定

  • 基本設定キー名: OnSecurityEventEnterpriseConnector
  • サンプル値:
[{"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"}]

iOS の情報と設定

  • 基本設定キー名: OnSecurityEventEnterpriseConnector
  • サンプル値:
<key>OnSecurityEventEnterpriseConnector</key>
<array>
  <dict>
    <key>enabled_event_names</key>
    <array>
      <string>passwordChangedEvent</string>
      <string>sensitiveDataEvent</string>
    </array>
    <key>enabled_opt_in_events</key>
    <array>
      <dict>
        <key>name</key>
        <string>loginEvent</string>
        <key>url_patterns</key>
        <array>
          <string>*</string>
        </array>
      </dict>
      <dict>
        <key>name</key>
        <string>passwordBreachEvent</string>
        <key>url_patterns</key>
        <array>
          <string>example.com</string>
          <string>other.example.com</string>
        </array>
      </dict>
    </array>
    <key>service_provider</key>
    <string>microsoft</string>
  </dict>
</array>

関連項目