signInFrequencySessionControl 资源类型

命名空间:microsoft.graph

用于强制实施登录频率的会话控制。 继承自 conditionalAccessSessionControl

属性

属性 类型 说明
authenticationType signInFrequencyAuthenticationType 可能的值为 primaryAndSecondaryAuthenticationsecondaryAuthenticationunknownFutureValue。 将 frequencyInterval 与 值 timeBased结合使用时,不需要此属性。
frequencyInterval signInFrequencyInterval 可能的值为 timeBasedeveryTimeunknownFutureValue。 的登录频率everyTime适用于有风险的用户、有风险的登录和Intune设备注册。 有关详细信息,请参阅 每次都需要重新进行身份验证
isEnabled Boolean 指定是否启用会话控件。
type signinFrequencyType 可取值为:dayshours
Int32 hoursdays编号。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

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