Microsoft Graph · Schema

emailSender

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
displayName string The name of the sender.
domainName string Sender domain.
emailAddress string Sender email address.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphsecurityemailsender-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.security.emailSender",
  "title": "emailSender",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "displayName": {
      "type": "string",
      "description": "The name of the sender.",
      "nullable": true
    },
    "domainName": {
      "type": "string",
      "description": "Sender domain.",
      "nullable": true
    },
    "emailAddress": {
      "type": "string",
      "description": "Sender email address.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}