Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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"
}