{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.networkAdapter", "title": "microsoft.graph.security.networkAdapter", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "networkAdapter", "required": [ "@odata.type" ], "type": "object", "properties": { "isEnabled": { "type": "boolean", "description": "Indicates whether the network adapter is selected for capturing and analyzing network traffic.", "nullable": true }, "name": { "type": "string", "description": "The name of the network adapter.", "nullable": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.security.networkAdapter" }