Skip to content

Latest commit

 

History

History
68 lines (51 loc) · 2.26 KB

File metadata and controls

68 lines (51 loc) · 2.26 KB
title signInFrequencySessionControl resource type
description Session control to enforce signin frequency.
ms.localizationpriority medium
author lisaychuang
ms.reviewer conditionalaccesspm
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 07/22/2024

signInFrequencySessionControl resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Session control to enforce sign-in frequency. Inherits from conditionalAccessSessionControl.

Properties

Property Type Description
authenticationType signInFrequencyAuthenticationType The possible values are primaryAndSecondaryAuthentication, secondaryAuthentication, unknownFutureValue. This property isn't required when using frequencyInterval with the value of timeBased.
frequencyInterval signInFrequencyInterval The possible values are timeBased, everyTime, unknownFutureValue. Sign-in frequency of everyTime is available for risky users, risky sign-ins, Intune device enrollment, any application, authentication context, and user actions. For more information, see Require reauthentication every time.
isEnabled Boolean Specifies whether the session control is enabled.
type signinFrequencyType The possible values are: days, hours, or null if frequencyInterval is everyTime .
value Int32 The number of days or hours.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "isEnabled":true,
  "type": "String",
  "value": 1024,
  "authenticationType": "String",
  "frequencyInterval": "String"
}