命名空间:microsoft.graph.callRecords
表示调用中终结点的客户端用户代理。 继承自 userAgent 类型。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| applicationVersion | String | 标识此终结点使用的应用程序软件的版本。 |
| azureADAppId | String | 此终结点使用的Microsoft Entra应用程序的唯一标识符。 |
| communicationServiceId | String | 基于通信服务 API 与此终结点关联的Azure通信服务的不可变资源标识符。 |
| headerValue | String | 此终结点报告的用户代理标头值。 |
| 平台 | microsoft.graph.callRecords.clientPlatform | 标识此终结点使用的平台。 可能的值为:unknown、、windows、、macOS、ipPhonewebroomSystemandroidiOS、、surfaceHubholoLens、、 。 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"
}