microsoftAuthenticatorAuthenticationMethodTarget 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
启用以使用 Microsoft Authenticator身份验证方法策略的用户或组Azure AD。 继承自 authenticationMethodTarget。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| authenticationMode | microsoftAuthenticatorAuthenticationMode | 确定可用于登录的通知类型。 可能的值包括 deviceBasedPush : (、和) 无 push 密码 any 。 |
| id | String | 用户或组Azure AD标识符。 继承自 authenticationMethodTarget。 |
| isRegistrationRequired | Boolean | 确定是否强制用户注册身份验证方法。 继承自 authenticationMethodTarget。 不支持。 |
| targetType | authenticationMethodTargetType | 可能的值为: user、 group和 unknownFutureValue。 继承自 authenticationMethodTarget。 |
| numberMatchingRequiredState | advancedConfigState | 需要匹配 MFA 通知的号码。 手机登录通知的值将被忽略。 可取值为:enabled、disabled、default。 |
| displayAppInformationRequiredState | advancedConfigState | 确定用户是否在应用通知中Authenticator上下文。 在通知Authenticator正文中,用户将显示他们登录的应用以及身份验证请求源自的位置。 可取值为:enabled、disabled、default。 |
关系
无。
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget",
"targetType": "String",
"id": "String (identifier)",
"isRegistrationRequired": "Boolean",
"authenticationMode": "String",
"numberMatchingRequiredState": "String",
"displayAppInformationRequiredState": "String"
}
反馈
提交和查看相关反馈