名前空間: microsoft.graph.callRecords
重要
Microsoft Graph の /beta バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
呼び出し中のエンドポイントのサービス ユーザー エージェントを表します。 userAgent 型から継承します。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| applicationVersion | 文字列 | このエンドポイントで使用されるアプリケーション ソフトウェアのバージョンを識別します。 |
| headerValue | 文字列 | このエンドポイントによって報告されるユーザー エージェント ヘッダー値。 |
| role | microsoft.graph.callRecords.serviceRole | このエンドポイントによって使用されるサービスのロールを識別します。 使用可能な値は次のとおりです: unknown、 customBot、 skypeForBusinessMicrosoftTeamsGateway、 skypeForBusinessAudioVideoMcu、 skypeForBusinessApplicationSharingMcu、 skypeForBusinessCallQueues、 skypeForBusinessAutoAttendant、 mediationServer、 mediationServerCloudConnectorEdition、 exchangeUnifiedMessagingServicemediaController、 conferencingAnnouncementService、 conferencingAttendant、 audioTeleconferencerController、 skypeForBusinessUnifiedCommunicationApplicationPlatform、 responseGroupServiceAnnouncementService、 gateway、 skypeTranslator、 skypeForBusinessAttendant、 responseGroupService、 voicemail、 unknownFutureValue。 |
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"applicationVersion": "String",
"headerValue": "String",
"role": "String"
}