命名空间:microsoft.graph
允许将密钥 (FIDO2) 身份验证方法用作Microsoft Entra ID中传递密钥 (FIDO2) 身份验证方法策略的一部分的组集合。 继承自 authenticationMethodTarget。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| allowedPasskeyProfiles | Guid 集合 | 范围限定为目标的传递密钥配置文件的列表。 必需。 |
| id | String | Microsoft Entra用户或组的对象标识符。 必填。 |
| isRegistrationRequired | 布尔值 | 指示是否需要用户注册身份验证方法。 必填。 |
| targetType | authenticationMethodTargetType | 身份验证方法类型。 可能的值为: group 和 unknownFutureValue。 自 2022 年 12 月起, user 不再建议使用目标值。 建议将单个用户移动到目标组。 必填。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.passkeyAuthenticationMethodTarget",
"id": "String",
"targetType": "String",
"isRegistrationRequired": "Boolean",
"allowedPasskeyProfiles": [
"Guid"
]
}