passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration 资源类型 (已弃)
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
代表 Microsoft Authenticator 无密码电话登录身份验证方法策略。 身份验证方法策略定义配置设置以及启用使用身份验证方法的用户或组。
注意
Microsoft Authenticator 无密码电话登录身份验证方法策略 API 已弃用,并停止在 2020 年 12 月 31 日返回结果。 请使用新的 Microsoft Authenticator 身份验证方法策略。
Methods
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 获取 (弃) | passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration | 读取无密码MicrosoftAuthenticatorAuthenticationMethodConfiguration 对象的属性和关系。 |
| 更新 (弃用) | passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration | 更新无密码MicrosoftAuthenticatorAuthenticationMethodConfiguration 对象的属性。 |
| 删除 (弃) | 无 | 将 passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration 对象恢复为其默认配置。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | 身份验证方法策略标识符。 |
| state | authenticationMethodState | 可取值为:enabled、disabled。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| includeTargets | passwordlessMicrosoftAuthenticatorAuthenticationMethodTarget 集合 | 允许使用身份验证方法的用户或组的集合。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.passwordlessMicrosoftAuthenticatorAuthenticationMethodConfiguration",
"id": "String (identifier)",
"state": "String",
"includeTargets": [ { "@odata.type": "microsoft.graph.authenticationMethodTarget" } ]
}
反馈
提交和查看相关反馈