Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.27 KB

File metadata and controls

39 lines (32 loc) · 1.27 KB
title continuousAccessEvaluationSessionControl resource type
description Session control to control continuous access evaluation settings.
author lujiangfeng666
ms.localizationpriority medium
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

continuousAccessEvaluationSessionControl resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Session control to control continuous access evaluation settings.

Properties

Property Type Description
mode continuousAccessEvaluationMode Specifies continuous access evaluation settings. The possible values are: strictEnforcement, disabled, unknownFutureValue, strictLocation. Use the Prefer: include-unknown-enum-members request header to get the following members in this evolvable enum: strictLocation.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.continuousAccessEvaluationSessionControl",
  "mode": "String"
}