workbookSessionInfo resource type
Namespace: microsoft.graph
Provides information about workbook session.
JSON representation
The following JSON representation shows the resource type.
{
"id": "string",
"persistChanges": true
}
Properties
Property | Type | Description |
---|---|---|
id | string | ID of the workbook session. |
persistChanges | Boolean | true for persistent session. false for non-persistent session (view mode) |