Skip to content

Latest commit

 

History

History
65 lines (53 loc) · 2.78 KB

File metadata and controls

65 lines (53 loc) · 2.78 KB
title recordOperation resource type
description This resource type contains information related to audio recording.
author ananmishr
ms.localizationpriority medium
ms.subservice cloud-communications
doc_type resourcePageType
ms.date 07/22/2024

recordOperation resource type

Namespace: microsoft.graph

This resource type contains information related to audio recording.

Properties

Property Type Description
clientContext String Unique Client Context string. Max limit is 256 chars.
id String The server operation id. Read-only.
recordingAccessToken String The access token required to retrieve the recording.
recordingLocation String The location where the recording is located.
resultInfo resultInfo The result information. Read-only.
status String The possible values are: notStarted, running, completed, failed. Read-only.

Relationships

None

JSON representation

The following JSON representation shows the resource type.

{
  "clientContext": "String",
  "id": "String (identifier)",
  "recordingAccessToken": "String",
  "recordingLocation": "String",
  "resultInfo": {"@odata.type": "#microsoft.graph.resultInfo"},
  "status": "notStarted | running | completed | failed"
}