次の方法で共有


clientUserAgent リソースの種類

名前空間: microsoft.graph.callRecords

呼び出し中のエンドポイントのクライアント ユーザー エージェントを表します。 userAgent 型から継承します。

プロパティ

プロパティ 説明
applicationVersion 文字列 このエンドポイントで使用されるアプリケーション ソフトウェアのバージョンを識別します。
azureADAppId 文字列 このエンドポイントによって使用されるMicrosoft Entra アプリケーションの一意識別子。
communicationServiceId 文字列 Communication Services API に基づいて、このエンドポイントに関連付けられているAzure Communication Service の不変リソース識別子。
headerValue 文字列 このエンドポイントによって報告されるユーザー エージェント ヘッダー値。
platform microsoft.graph.callRecords.clientPlatform このエンドポイントで使用されるプラットフォームを識別します。 使用可能な値は、 unknownwindowsmacOSiOSandroidwebipPhoneroomSystemsurfaceHubholoLensunknownFutureValueです。
productFamily microsoft.graph.callRecords.productFamily このエンドポイントで使用されるアプリケーション ソフトウェアのファミリを識別します。 使用可能な値: unknownteamsskypeForBusinesslyncunknownFutureValueazureCommunicationServicesPrefer: include-unknown-enum-members要求ヘッダーを使用して、この進化可能な列挙型の次のメンバーを取得します:azureCommunicationServices

JSON 表記

次の JSON 表現は、リソースの種類を示しています。

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