Microsoft Graph · Schema

serviceRole

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphcallrecordsservicerole-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.callRecords.serviceRole",
  "title": "serviceRole",
  "enum": [
    "unknown",
    "customBot",
    "skypeForBusinessMicrosoftTeamsGateway",
    "skypeForBusinessAudioVideoMcu",
    "skypeForBusinessApplicationSharingMcu",
    "skypeForBusinessCallQueues",
    "skypeForBusinessAutoAttendant",
    "mediationServer",
    "mediationServerCloudConnectorEdition",
    "exchangeUnifiedMessagingService",
    "mediaController",
    "conferencingAnnouncementService",
    "conferencingAttendant",
    "audioTeleconferencerController",
    "skypeForBusinessUnifiedCommunicationApplicationPlatform",
    "responseGroupServiceAnnouncementService",
    "gateway",
    "skypeTranslator",
    "skypeForBusinessAttendant",
    "responseGroupService",
    "voicemail",
    "unknownFutureValue"
  ],
  "type": "string"
}