Skip to content

Latest commit

 

History

History
64 lines (52 loc) · 2.76 KB

File metadata and controls

64 lines (52 loc) · 2.76 KB
title description author ms.localizationpriority ms.subservice doc_type
recordOperation resource type
This resource type contains information related to audio recording.
ananmishr
medium
cloud-communications
resourcePageType

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 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"
}