Microsoft Graph · Schema

userAgent

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks

Properties

Name Type Description
applicationVersion string Identifies the version of application software used by this endpoint.
headerValue string User-agent header value reported by this endpoint.
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcallrecordsuseragent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.callRecords.userAgent",
  "title": "userAgent",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "applicationVersion": {
      "type": "string",
      "description": "Identifies the version of application software used by this endpoint.",
      "nullable": true
    },
    "headerValue": {
      "type": "string",
      "description": "User-agent header value reported by this endpoint.",
      "nullable": true
    },
    "@odata.type": {
      "type": "string"
    }
  },
  "discriminator": {
    "propertyName": "@odata.type",
    "mapping": {
      "#microsoft.graph.callRecords.clientUserAgent": "#/components/schemas/microsoft.graph.callRecords.clientUserAgent",
      "#microsoft.graph.callRecords.serviceUserAgent": "#/components/schemas/microsoft.graph.callRecords.serviceUserAgent"
    }
  }
}