sessionlifetimepolicy resource type
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Describes the session lifetime policies Azure AD applied to a sign-in event.
For more details about session management with conditional access in Azure AD, 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 is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.sessionLifetimePolicy",
"expirationRequirement": "String",
"detail": "String"
}
Feedback
Submit and view feedback for