Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.7 KB

File metadata and controls

44 lines (35 loc) · 1.7 KB
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

sessionlifetimepolicy resource type

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.

Properties

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.sessionLifetimePolicy",
  "expirationRequirement": "String",
  "detail": "String"
}