windowsHelloForBusinessAuthenticationMethod 资源类型

命名空间:microsoft.graph

重要

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

向用户注册的Windows Hello 企业版身份验证方法的表示形式。 Windows Hello 企业版是 Windows 设备的登录身份验证方法。

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

方法

方法 返回类型 说明
列出 windowsHelloForBusinessAuthenticationMethods windowsHelloForBusinessAuthenticationMethod 集合 获取 windowsHelloForBusinessAuthenticationMethod 对象及其属性的列表。
获取 windowsHelloForBusinessAuthenticationMethod windowsHelloForBusinessAuthenticationMethod 读取 windowsHelloForBusinessAuthenticationMethod 对象的属性和关系。
删除 windowsHelloForBusinessAuthenticationMethod 删除 windowsHelloForBusinessAuthenticationMethod 对象。

属性

属性 类型 说明
createdDateTime DateTimeOffset 注册此Windows Hello 企业版密钥的日期和时间。
displayName String 注册Windows Hello 企业版的设备的名称
id String 此身份验证方法的唯一标识符。 继承自 authenticationMethod
keyStrength authenticationMethodKeyStrength 此Windows Hello 企业版键的关键强度。 可取值为:normalweakunknown

Relationships

关系 类型 说明
设备 设备 此Windows Hello 企业版密钥所在的已注册设备。 支持 $expand

获取用户的Windows Hello 企业版注册信息时,仅当指定 ?$expand时,才会在单个 GET 上返回此属性。 例如,GET /users/admin@contoso.com/authentication/windowsHelloForBusinessMethods/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.windowsHelloForBusinessAuthenticationMethod",
  "id": "String (Identifier)",
  "displayName": "String",
  "createdDateTime": "String",
  "keyStrength": {"@odata.type": "microsoft.graph.authenticationMethodKeyStrength"}
}