{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration", "title": "microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.deviceConfiguration" }, { "title": "windowsDefenderAdvancedThreatProtectionConfiguration", "required": [ "@odata.type" ], "type": "object", "properties": { "allowSampleSharing": { "type": "boolean", "description": "Windows Defender AdvancedThreatProtection 'Allow Sample Sharing' Rule" }, "enableExpeditedTelemetryReporting": { "type": "boolean", "description": "Expedite Windows Defender Advanced Threat Protection telemetry reporting frequency." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" } }, "description": "Windows Defender AdvancedThreatProtection Configuration." } ], "x-ms-discriminator-value": "#microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration" }