serviceUserAgent リソースの種類

名前空間: microsoft.graph.callRecords

重要

Microsoft Graph のバージョンの /beta API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 API が v1.0 で使用できるかどうかを確認するには、 バージョン セレクターを使用します。

呼び出し内のエンドポイントのサービスユーザーエージェントを表します。 UserAgent type から継承します。

プロパティ

プロパティ 種類 説明
applicationVersion String このエンドポイントで使用されるアプリケーションソフトウェアのバージョンを識別します。
headerValue String このエンドポイントによって報告されるユーザーエージェントのヘッダー値。
role serviceRole を呼び出します。 このエンドポイントによって使用されるサービスの役割を示します。 使用可能な値は、、、、、、、、、、、、、、、、、、 unknown customBot skypeForBusinessMicrosoftTeamsGateway skypeForBusinessAudioVideoMcu skypeForBusinessApplicationSharingMcu skypeForBusinessCallQueues skypeForBusinessAutoAttendant mediationServer mediationServerCloudConnectorEdition exchangeUnifiedMessagingService mediaController conferencingAnnouncementService conferencingAttendant audioTeleconferencerController skypeForBusinessUnifiedCommunicationApplicationPlatform responseGroupServiceAnnouncementService gateway skypeTranslator skypeForBusinessAttendant responseGroupService voicemail unknownFutureValue です。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "applicationVersion": "String",
  "headerValue": "String",
  "role": "String"
}