Microsoft Graph · Schema

teamworkApplicationIdentityType

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphteamworkapplicationidentitytype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.teamworkApplicationIdentityType",
  "title": "teamworkApplicationIdentityType",
  "enum": [
    "aadApplication",
    "bot",
    "tenantBot",
    "office365Connector",
    "outgoingWebhook",
    "unknownFutureValue"
  ],
  "type": "string"
}