| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Session control to control continuous access evaluation settings.
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.continuousAccessEvaluationSessionControl",
"mode": "String"
}