signInPreferences 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

表示用户登录体验的设置和首选项。 有关详细信息,请参阅 系统首选多重身份验证

属性

属性 类型 说明
isSystemPreferredAuthenticationMethodEnabled 布尔值 指示是否启用系统的凭据首选项。
userPreferredMethodForSecondaryAuthentication userDefaultAuthenticationMethodType 用户登录时使用的默认第二因素方法。 如果用户启用了系统首选身份验证,则忽略此值,但用户通过 NPS 扩展或 ADFS 适配器进行身份验证的少数方案除外。 可能的值为 push、、oathvoiceMobilevoiceAlternateMobilevoiceOfficesmsunknownFutureValue

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.signInPreferences",
  "isSystemPreferredAuthenticationMethodEnabled": "Boolean",
  "userPreferredMethodForSecondaryAuthentication": "String"
}