Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 1.13 KB

File metadata and controls

40 lines (32 loc) · 1.13 KB
title secureSignInSessionControl resource type
description Session control to require sign in sessions to be bound to a device.
ms.localizationpriority medium
author paulgarn
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

secureSignInSessionControl resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Session control to require sign in sessions to be bound to a device. Inherits from conditionalAccessSessionControl.

Properties

Property Type Description
isEnabled Boolean Specifies whether the session control is enabled. Inherited from conditionalAccessSessionControl.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.secureSignInSessionControl",
  "isEnabled": "Boolean"
}