Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |