| title | persistentBrowserSessionControl resource type |
|---|---|
| description | Session control to define whether to persist cookies or not. |
| ms.localizationpriority | medium |
| author | lisaychuang |
| ms.reviewer | conditionalaccesspm |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Session control to define whether to persist cookies or not. Inherits from Conditional Access Session Control.
| Property | Type | Description |
|---|---|---|
| isEnabled | Boolean | Specifies whether the session control is enabled. |
| mode | persistentBrowserSessionMode | The possible values are: always, never. |
None.
The following JSON representation shows the resource type.
{
"isEnabled": true,
"mode": "String"
}