次の方法で共有


networkAdapter リソースの種類

名前空間: microsoft.graph.security

Microsoft Defender for Identity センサーがネットワーク トラフィックを分析するネットワーク アダプターを表します。

エンティティ から継承します。

プロパティ

プロパティ 説明
id String ネットワーク アダプターを表す一意の識別子。 エンティティから継承 されます。
isEnabled ブール値 ネットワーク トラフィックをキャプチャおよび分析するためにネットワーク アダプターが選択されているかどうかを示します。
name String ネットワーク アダプターの名前。

リレーションシップ

なし。

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

{
  "@odata.type": "#microsoft.graph.security.networkAdapter",
  "id": "String (identifier)",
  "isEnabled": "Boolean",
  "name": "String"
}