serviceUserAgent リソースの種類
名前空間: microsoft.graph.callRecords
重要
Microsoft Graph の /beta
バージョンの API は変更される可能性があります。 実稼働アプリケーションでこれらの API を使用することは、サポートされていません。 v1.0 で API を使用できるかどうかを確認するには、Version セレクターを使用します。
呼び出し中のエンドポイントのサービス ユーザー エージェントを表します。 userAgent 型から継承します。
プロパティ
プロパティ | 型 | 説明 |
---|---|---|
applicationVersion | String | このエンドポイントで使用されるアプリケーション ソフトウェアのバージョンを識別します。 |
headerValue | String | このエンドポイントによって報告されるユーザー エージェント ヘッダー値。 |
role | microsoft.graph.callRecords.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"
}