clientUserAgent 资源类型
命名空间:microsoft.graph.callRecords
表示调用中终结点的客户端用户代理。 继承自 userAgent 类型。
属性
属性 | 类型 | 说明 |
---|---|---|
applicationVersion | String | 标识此终结点使用的应用程序软件的版本。 |
azureADAppId | String | 此终结点使用的 Microsoft Entra 应用程序的唯一标识符。 |
communicationServiceId | String | 基于通信服务 API 与此终结点关联的 Azure 通信服务的不可变资源标识符。 |
headerValue | String | 此终结点报告的用户代理标头值。 |
平台 | microsoft.graph.callRecords.clientPlatform | 标识此终结点使用的平台。 可取值为:unknown 、windows 、macOS 、iOS 、android 、web 、ipPhone 、roomSystem 、surfaceHub 、holoLens 、unknownFutureValue 。 |
productFamily | microsoft.graph.callRecords.productFamily | 标识此终结点使用的应用程序软件系列。 可取值为:unknown 、teams 、skypeForBusiness 、lync 、unknownFutureValue 、azureCommunicationServices 。 请注意,必须使用 Prefer: include-unknown-enum-members 请求标头来获取以下值 (在此 可演变枚举中的) : azureCommunicationServices 。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"applicationVersion": "String",
"azureADAppId": "String",
"communicationServiceId": "String",
"headerValue": "String",
"platform": "String",
"productFamily": "String"
}