microsoftAuthenticatorFeatureSettings 资源类型

命名空间:microsoft.graph

表示 Microsoft Authenticator 设置,例如应用程序上下文和位置上下文,以及是为所有用户启用还是仅针对特定用户启用这些设置。

属性

属性 类型 说明
displayAppInformationRequiredState authenticationMethodFeatureConfiguration 确定用户的 Authenticator 应用是否向他们显示他们正在登录的客户端应用。
displayLocationInformationRequiredState authenticationMethodFeatureConfiguration 确定用户的 Authenticator 应用是否向他们显示身份验证请求的来源的地理位置。

关系

无。

JSON 表示形式

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

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