signInFrequencySessionControl 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.

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 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 is a JSON representation of the resource.

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