passwordlessMicrosoftAuthenticatorAuthenticationMethod 资源 (已弃)
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
向用户注册的 Microsoft Authenticator 无密码电话登录方法的表示形式。
注意
Microsoft Authenticator 无密码电话登录方法 API 已弃用,将于 2020 年 12 月 31 日停止返回结果。 请使用新的 Microsoft Authenticator 身份验证方法。
Methods
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 列出 (弃) | passwordlessMicrosoftAuthenticatorAuthenticationMethod 集合 | 检索用户的无密码MicrosoftAuthenticatorAuthenticationMethod 对象及其属性的列表。 |
| 获取 (弃) | passwordlessMicrosoftAuthenticatorAuthenticationMethod | 读取用户无密码MicrosoftAuthenticatorAuthenticationMethod 对象的属性和关系。 |
| 删除 (已弃) | 无 | 删除用户的无密码MicrosoftAuthenticatorAuthenticationMethod 对象。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 身份验证方法标识符。 |
| displayName | String | 用户显示名称移动设备的运行状态。 |
| creationDateTime | DateTimeOffset | 向用户注册此方法的时间戳。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethod",
"id": "String (identifier)",
"displayName": "String",
"creationDateTime": "String (timestamp)"
}
反馈
提交和查看相关反馈