microsoftAuthenticatorAuthenticationMethodTarget 资源类型

命名空间:microsoft.graph

重要

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

启用以在 Microsoft Entra ID 中使用 Microsoft Authenticator 身份验证方法策略的组集合。 继承自 authenticationMethodTarget

属性

属性 类型 说明
authenticationMode microsoftAuthenticatorAuthenticationMode 确定可用于登录的通知类型。 可能的值是: deviceBasedPush (仅无密码) 、 pushany
id String Microsoft Entra用户或组的对象标识符。 继承自 authenticationMethodTarget
isRegistrationRequired 布尔值 确定是否强制用户注册身份验证方法。 继承自 authenticationMethodTarget不支持
targetType authenticationMethodTargetType 可能的值为: group、 和 unknownFutureValue。 从 2022 年 12 月开始,不再建议使用 面向单个用户 user 。 现有目标仍然存在,但我们建议将单个用户移动到目标组。 继承自 authenticationMethodTarget

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget",
  "targetType": "String",
  "id": "String (identifier)",
  "isRegistrationRequired": "Boolean",
  "authenticationMode": "String"
}