serviceUserAgent resource type

Namespace: microsoft.graph.callRecords

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a service user agent of an endpoint in a call. Inherits from userAgent type.

Properties

Property Type Description
applicationVersion String Identifies the version of application software used by this endpoint.
headerValue String User-agent header value reported by this endpoint.
role microsoft.graph.callRecords.serviceRole Identifies the role of the service used by this endpoint. Possible values are: unknown, customBot, skypeForBusinessMicrosoftTeamsGateway, skypeForBusinessAudioVideoMcu, skypeForBusinessApplicationSharingMcu, skypeForBusinessCallQueues, skypeForBusinessAutoAttendant, mediationServer, mediationServerCloudConnectorEdition, exchangeUnifiedMessagingService, mediaController, conferencingAnnouncementService, conferencingAttendant, audioTeleconferencerController, skypeForBusinessUnifiedCommunicationApplicationPlatform, responseGroupServiceAnnouncementService, gateway, skypeTranslator, skypeForBusinessAttendant, responseGroupService, voicemail, unknownFutureValue.

JSON representation

The following is a JSON representation of the resource.

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