microsoftAuthenticatorAuthenticationMethodTarget 资源类型

命名空间:microsoft.graph

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

属性

属性 类型 说明
authenticationMode microsoftAuthenticatorAuthenticationMode 确定可用于登录的通知类型。 可能的值为:anydeviceBasedPush (仅) 、无密码。 push
id String Microsoft Entra用户或组的对象 ID。
isRegistrationRequired 布尔值 确定是否强制用户注册身份验证方法。 不支持
targetType authenticationMethodTargetType 可取值为:usergroup

Relationships

无。

JSON 表示形式

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

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