Microsoft Graph · Schema

microsoft.graph.inferenceClassificationOverride

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphinferenceclassificationoverride-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.inferenceClassificationOverride",
  "title": "microsoft.graph.inferenceClassificationOverride",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "inferenceClassificationOverride",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "classifyAs": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.inferenceClassificationType"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Specifies how incoming messages from a specific sender should always be classified as. The possible values are: focused, other."
        },
        "senderEmailAddress": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.emailAddress"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The email address information of the sender for whom the override is created."
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.inferenceClassificationOverride"
}