| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Session control to require sign in sessions to be bound to a device. Inherits from conditionalAccessSessionControl.
| Property | Type | Description |
|---|---|---|
| isEnabled | Boolean | Specifies whether the session control is enabled. Inherited from conditionalAccessSessionControl. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.secureSignInSessionControl",
"isEnabled": "Boolean"
}