Microsoft Graph · Schema

microsoft.graph.callRecords.participantEndpoint

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcallrecordsparticipantendpoint-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.callRecords.participantEndpoint",
  "title": "microsoft.graph.callRecords.participantEndpoint",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.callRecords.endpoint"
    },
    {
      "title": "participantEndpoint",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "associatedIdentity": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identity"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Identity associated with the endpoint."
        },
        "cpuCoresCount": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "CPU number of cores used by the media endpoint.",
          "format": "int32",
          "nullable": true
        },
        "cpuName": {
          "type": "string",
          "description": "CPU name used by the media endpoint.",
          "nullable": true
        },
        "cpuProcessorSpeedInMhz": {
          "maximum": 2147483647,
          "minimum": -2147483648,
          "type": "number",
          "description": "CPU processor speed used by the media endpoint.",
          "format": "int32",
          "nullable": true
        },
        "feedback": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.callRecords.userFeedback"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The feedback provided by the user of this endpoint about the quality of the session."
        },
        "identity": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.identitySet"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Identity associated with the endpoint. The identity property is deprecated and will stop returning data on June 30, 2026. Going forward, use the associatedIdentity property."
        },
        "name": {
          "type": "string",
          "description": "Name of the device used by the media endpoint.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.callRecords.participantEndpoint"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.callRecords.participantEndpoint"
}