| title | sessionlifetimepolicy resource type |
|---|---|
| description | Describes the session lifetime policies Microsoft Entra ID applied to a sign-in event. |
| author | egreenberg14 |
| ms.localizationpriority | medium |
| ms.subservice | entra-monitoring-health |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Describes the session lifetime policies Microsoft Entra ID applied to a sign-in event.
For more details about session management with conditional access in Microsoft Entra ID, see the conditional access session management documentation.
| Property | Type | Description |
|---|---|---|
| expirationRequirement | expirationRequirement | If a conditional access session management policy required the user to authenticate in this sign-in event, this field describes the policy type that required authentication. The possible values are: rememberMultifactorAuthenticationOnTrustedDevices, tenantTokenLifetimePolicy, audienceTokenLifetimePolicy, signInFrequencyPeriodicReauthentication, ngcMfa, signInFrequencyEveryTime, unknownFutureValue. |
| detail | String | The human-readable details of the conditional access session management policy applied to the sign-in. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.sessionLifetimePolicy",
"expirationRequirement": "String",
"detail": "String"
}