microsoftAuthenticatorFeatureSettings 资源类型

命名空间:microsoft.graph

重要

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

表示 Microsoft Authenticator 设置,例如数字匹配和位置上下文,以及是否为所有用户或仅特定用户启用这些设置。

属性

属性 类型 说明
companionAppAllowedState authenticationMethodFeatureConfiguration 确定用户能否在其他 Microsoft 应用程序(如 Outlook Mobile)上批准推送通知。
displayAppInformationRequiredState authenticationMethodFeatureConfiguration 确定用户的 Authenticator 应用是否向他们显示他们正在登录的客户端应用。
displayLocationInformationRequiredState authenticationMethodFeatureConfiguration 确定用户的 Authenticator 应用是否向他们显示身份验证请求的来源的地理位置。
numberMatchingRequiredState authenticationMethodFeatureConfiguration 指定用户是否需要从登录屏幕在 Authenticator 应用中输入数字才能完成登录。 对于手机登录通知,将忽略值。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.microsoftAuthenticatorFeatureSettings",
  "companionAppAllowedState": {
    "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
  },
  "@odata.type": "#microsoft.graph.microsoftAuthenticatorFeatureSettings",
  "numberMatchingRequiredState": {
    "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
  },
  "displayAppInformationRequiredState": {
    "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
  },
  "displayLocationInformationRequiredState": {
    "@odata.type": "microsoft.graph.authenticationMethodFeatureConfiguration"
  }
}