passkeyAuthenticationMethodTarget 资源类型

命名空间:microsoft.graph

重要

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

允许将密钥 (FIDO2) 身份验证方法用作Microsoft Entra ID中传递密钥 (FIDO2) 身份验证方法策略的一部分的组集合。 继承自 authenticationMethodTarget

属性

属性 类型 说明
id String Microsoft Entra用户或组的对象标识符。
isRegistrationRequired 布尔值 指示是否需要用户注册身份验证方法。
targetType authenticationMethodTargetType 身份验证方法类型。 可能的值为: groupunknownFutureValue。 自 2022 年 12 月起, user 不再建议使用目标值。 建议将单个用户移动到目标组。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.passkeyAuthenticationMethodTarget",
  "id": "String",
  "targetType": "String",
  "isRegistrationRequired": "Boolean"
}