microsoftAuthenticatorAuthenticationMethodTarget 资源类型
命名空间:microsoft.graph
一个组的集合,这些组启用以使用 Microsoft Entra ID 中的 Microsoft Authenticator 身份验证方法策略 。
属性
属性 | 类型 | 说明 |
---|---|---|
authenticationMode | microsoftAuthenticatorAuthenticationMode | 确定可用于登录的通知类型。 可能的值为:any 、 deviceBasedPush (仅) 、无密码。 push |
id | String | Microsoft Entra 用户或组的对象 ID。 |
isRegistrationRequired | 布尔值 | 确定是否强制用户注册身份验证方法。 不支持。 |
targetType | authenticationMethodTargetType | 可取值为:user 、group 。 |
Relationships
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethodTarget",
"targetType": "String",
"id": "String (identifier)",
"isRegistrationRequired": "Boolean",
"authenticationMode": "String"
}