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"
}