Microsoft Graph · Schema

channelIdentity

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
channelId string The identity of the channel in which the message was posted.
teamId string The identity of the team in which the message was posted.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphchannelidentity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.channelIdentity",
  "title": "channelIdentity",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "channelId": {
      "type": "string",
      "description": "The identity of the channel in which the message was posted.",
      "nullable": true
    },
    "teamId": {
      "type": "string",
      "description": "The identity of the team in which the message was posted.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}