fido2AuthenticationMethod 资源类型

命名空间:microsoft.graph

向用户注册的 FIDO2 安全密钥的表示形式。 FIDO2 是一种登录身份验证方法。

这是继承自 authenticationMethod 资源类型的派生类型。

方法

方法 返回类型 Description
List fido2AuthenticationMethod 集合 检索用户的 fido2AuthenticationMethod 对象及其属性的列表。
Get fido2AuthenticationMethod 读取用户的 fido2AuthenticationMethod 对象的属性和关系。
删除 删除用户的 fido2AuthenticationMethod 对象。

属性

属性 类型 说明
aaGuid String 验证器证明 GUID,指示 (类型的标识符,例如,验证器的 make 和 model) 。
attestationCertificates 字符串集合 证明证书 (附加到此安全密钥的) 。
attestationLevel attestationLevel 此 FIDO2 安全密钥的证明级别。 可能的值为: attested、 或 notAttested
createdDateTime DateTimeOffset 将此密钥注册到用户的时间戳。
displayName String 用户提供的密钥的显示名称。
id String 身份验证方法标识符。
model String 制造商分配的 FIDO2 安全密钥模型。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.fido2AuthenticationMethod",
  "aaGuid": "String",
  "attestationCertificates": [
    "String"
  ],
  "attestationLevel": "String",
  "createdDateTime": "String (timestamp)",
  "displayName": "String",
  "id": "String (identifier)",
  "model": "String"
}