Skip to content

Latest commit

 

History

History
60 lines (45 loc) · 1.45 KB

File metadata and controls

60 lines (45 loc) · 1.45 KB
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

persistentBrowserSessionControl resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Session control to define whether to persist cookies or not. Inherits from Conditional Access Session Control.

Properties

Property Type Description
isEnabled Boolean Specifies whether the session control is enabled.
mode persistentBrowserSessionMode The possible values are: always, never.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "isEnabled": true,
  "mode": "String"
}