Skip to content

Latest commit

 

History

History
63 lines (51 loc) · 2.46 KB

File metadata and controls

63 lines (51 loc) · 2.46 KB
title clientUserAgent resource type
description The clientUserAgent type
ms.localizationpriority medium
author mcm223
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

clientUserAgent resource type

Namespace: microsoft.graph.callRecords

[!INCLUDE beta-disclaimer]

Represents a client user agent of an endpoint in a call. Inherits from the userAgent 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.
platform microsoft.graph.callRecords.clientPlatform Identifies the platform used by this endpoint. The possible values are: unknown, windows, macOS, iOS, android, web, ipPhone, roomSystem, surfaceHub, holoLens, unknownFutureValue.
productFamily microsoft.graph.callRecords.productFamily Identifies the family of application software used by this endpoint. The possible values are: unknown, teams, skypeForBusiness, lync, unknownFutureValue, azureCommunicationServices. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: azureCommunicationServices.
communicationServiceId String Immutable resource identifier of the Azure Communication Service associated with this endpoint based on Communication Services APIs.
azureADAppId String The unique identifier of the Microsoft Entra application used by this endpoint.

JSON representation

The following JSON representation shows the resource type.

{
  "applicationVersion": "String",
  "headerValue": "String",
  "platform": "String",
  "productFamily": "String",
  "communicationServiceId": "String",
  "azureADAppId": "String"
}