次の方法で共有


clientUserAgent リソースの種類

名前空間: microsoft.graph.callRecords

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

プロパティ

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

JSON 表記

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

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