Microsoft Graph · Schema

payloadTheme

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphpayloadtheme-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.payloadTheme",
  "title": "payloadTheme",
  "enum": [
    "unknown",
    "other",
    "accountActivation",
    "accountVerification",
    "billing",
    "cleanUpMail",
    "controversial",
    "documentReceived",
    "expense",
    "fax",
    "financeReport",
    "incomingMessages",
    "invoice",
    "itemReceived",
    "loginAlert",
    "mailReceived",
    "password",
    "payment",
    "payroll",
    "personalizedOffer",
    "quarantine",
    "remoteWork",
    "reviewMessage",
    "securityUpdate",
    "serviceSuspended",
    "signatureRequired",
    "upgradeMailboxStorage",
    "verifyMailbox",
    "voicemail",
    "advertisement",
    "employeeEngagement",
    "unknownFutureValue"
  ],
  "type": "string"
}