Skip to content

Latest commit

 

History

History
53 lines (42 loc) · 1.25 KB

File metadata and controls

53 lines (42 loc) · 1.25 KB
title userAgent resource type
description The userAgent type
ms.localizationpriority medium
author mcm223
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

userAgent resource type

Namespace: microsoft.graph.callRecords

Represents the user agent of an endpoint in a call. The clientUserAgent and serviceUserAgent types inherit from this type.

Properties

Property Type Description
applicationVersion String Identifies the version of application software used by this endpoint.
headerValue String User-agent header value reported by this endpoint.

JSON representation

The following JSON representation shows the resource type.

{
  "applicationVersion": "String",
  "headerValue": "String"
}