Microsoft Graph · Schema

microsoft.graph.teamworkApplicationIdentity

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphteamworkapplicationidentity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.teamworkApplicationIdentity",
  "title": "microsoft.graph.teamworkApplicationIdentity",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.identity"
    },
    {
      "title": "teamworkApplicationIdentity",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "applicationIdentityType": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.teamworkApplicationIdentityType"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Type of application that is referenced. The possible values are: aadApplication, bot, tenantBot, office365Connector, outgoingWebhook, and unknownFutureValue."
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.teamworkApplicationIdentity"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.teamworkApplicationIdentity"
}