Microsoft Graph · Schema

microsoft.graph.security.mailboxConfigurationEvidence

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecuritymailboxconfigurationevidence-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.mailboxConfigurationEvidence",
  "title": "microsoft.graph.security.mailboxConfigurationEvidence",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.security.alertEvidence"
    },
    {
      "title": "mailboxConfigurationEvidence",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "configurationId": {
          "type": "string",
          "nullable": true
        },
        "configurationType": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.security.mailboxConfigurationType"
            },
            {
              "type": "object",
              "nullable": true
            }
          ]
        },
        "displayName": {
          "type": "string",
          "nullable": true
        },
        "externalDirectoryObjectId": {
          "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$",
          "type": "string",
          "format": "uuid",
          "nullable": true
        },
        "mailboxPrimaryAddress": {
          "type": "string",
          "nullable": true
        },
        "upn": {
          "type": "string",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.security.mailboxConfigurationEvidence"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.security.mailboxConfigurationEvidence"
}