passwordlessMicrosoftAuthenticatorAuthenticationMethod 资源类型 (已弃用)

命名空间:microsoft.graph

重要

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

向用户注册的 Microsoft Authenticator 无密码电话登录方法的表示形式。

这是继承自 authenticationMethod 资源类型的派生类型。

警告

Microsoft Authenticator 无密码电话登录方法 API 已弃用,将于 2020 年 12 月 31 日停止返回结果。 请使用新的 Microsoft Authenticator 身份验证方法

方法

方法 返回类型 说明
列出 已弃用 () passwordlessMicrosoftAuthenticatorAuthenticationMethod 集合 检索用户的无密码MicrosoftAuthenticatorAuthenticationMethod 对象及其属性的列表。
获取 已弃用 () passwordlessMicrosoftAuthenticatorAuthenticationMethod 读取用户的无密码MicrosoftAuthenticatorAuthenticationMethod 对象的属性和关系。
删除 已弃用 () None 删除用户的无密码MicrosoftAuthenticatorAuthenticationMethod 对象。

属性

属性 类型 说明
id String 身份验证方法标识符。
displayName String 用户提供的移动设备的显示名称。
creationDateTime DateTimeOffset 将此方法注册到用户的时间戳。

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

{
  "@odata.type": "#microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethod",
  "id": "String (identifier)",
  "displayName": "String",
  "creationDateTime": "String (timestamp)"
}