clientUserAgent 资源类型

命名空间:microsoft.graph.callRecords

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示调用中终结点的客户端用户代理。 继承自 userAgent 类型。

属性

属性 类型 说明
applicationVersion String 标识此终结点使用的应用程序软件的版本。
headerValue String 此终结点报告的用户代理标头值。
平台 microsoft.graph.callRecords.clientPlatform 标识此终结点使用的平台。 可取值为:unknownwindowsmacOSiOSandroidwebipPhoneroomSystemsurfaceHubholoLensunknownFutureValue
productFamily microsoft.graph.callRecords.productFamily 标识此终结点使用的应用程序软件系列。 可取值为:unknownteamsskypeForBusinesslyncunknownFutureValueazureCommunicationServices。 请注意,必须使用 Prefer: include-unknown-enum-members 请求标头来获取以下值 (在此 可演变枚举中的) : azureCommunicationServices
communicationServiceId String 基于通信服务 API 与此终结点关联的 Azure 通信服务的不可变资源标识符。
azureADAppId String 此终结点使用的Microsoft Entra应用程序的唯一标识符。

JSON 表示形式

下面是资源的 JSON 表示形式。

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