Microsoft Graph · Schema

microsoft.graph.windowsDefenderAdvancedThreatProtectionConfiguration

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphwindowsdefenderadvancedthreatprotectionconfigu-schema.json Raw ↑
{
  "$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"
}