Microsoft Graph · Schema

microsoft.graph.callRecords.clientUserAgent

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcallrecordsclientuseragent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.callRecords.clientUserAgent",
  "title": "microsoft.graph.callRecords.clientUserAgent",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.callRecords.userAgent"
    },
    {
      "title": "clientUserAgent",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "azureADAppId": {
          "type": "string",
          "description": "The unique identifier of the Microsoft Entra application used by this endpoint.",
          "nullable": true
        },
        "communicationServiceId": {
          "type": "string",
          "description": "Immutable resource identifier of the Azure Communication Service associated with this endpoint based on Communication Services APIs.",
          "nullable": true
        },
        "platform": {
          "$ref": "#/components/schemas/microsoft.graph.callRecords.clientPlatform"
        },
        "productFamily": {
          "$ref": "#/components/schemas/microsoft.graph.callRecords.productFamily"
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.callRecords.clientUserAgent"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.callRecords.clientUserAgent"
}