Microsoft Graph · Schema

payloadBrand

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphpayloadbrand-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.payloadBrand",
  "title": "payloadBrand",
  "enum": [
    "unknown",
    "other",
    "americanExpress",
    "capitalOne",
    "dhl",
    "docuSign",
    "dropbox",
    "facebook",
    "firstAmerican",
    "microsoft",
    "netflix",
    "scotiabank",
    "sendGrid",
    "stewartTitle",
    "tesco",
    "wellsFargo",
    "syrinxCloud",
    "adobe",
    "teams",
    "zoom",
    "unknownFutureValue"
  ],
  "type": "string"
}