Microsoft Graph · Schema

cloudCommunications

Represents a container that exposes navigation properties for cloud communications resources.

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
callRecords array
calls array
onlineMeetingConversations array A collection of structured question-and-answer (Q&A) threads in Teams directly associated with online meetings.
onlineMeetings array
presences array
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcloudcommunications-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.cloudCommunications",
  "title": "cloudCommunications",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "callRecords": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.callRecords.callRecord"
      },
      "x-ms-navigationProperty": true
    },
    "calls": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.call"
      },
      "x-ms-navigationProperty": true
    },
    "onlineMeetingConversations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.onlineMeetingEngagementConversation"
      },
      "description": "A collection of structured question-and-answer (Q&A) threads in Teams directly associated with online meetings.",
      "x-ms-navigationProperty": true
    },
    "onlineMeetings": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.onlineMeeting"
      },
      "x-ms-navigationProperty": true
    },
    "presences": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.presence"
      },
      "x-ms-navigationProperty": true
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "description": "Represents a container that exposes navigation properties for cloud communications resources."
}