windowsHelloForBusinessAuthenticationMethod 资源类型
命名空间:microsoft.graph
向用户注册的 Windows Hello 企业版身份验证方法的表示形式。 Windows Hello 企业版是适用于 Windows 设备的登录身份验证方法。
这是继承自 authenticationMethod 资源类型的派生类型。
方法
方法 | 返回类型 | Description |
---|---|---|
List | windowsHelloForBusinessAuthenticationMethod 集合 | 获取 windowsHelloForBusinessAuthenticationMethod 对象及其属性的列表。 |
Get | windowsHelloForBusinessAuthenticationMethod | 读取 windowsHelloForBusinessAuthenticationMethod 对象的属性和关系。 |
删除 | None | 删除 windowsHelloForBusinessAuthenticationMethod 对象。 |
属性
属性 | 类型 | 说明 |
---|---|---|
createdDateTime | DateTimeOffset | 注册此 Windows Hello 企业版密钥的日期和时间。 |
displayName | String | 注册 Windows Hello 企业版的设备的名称 |
id | String | 此身份验证方法的唯一标识符。 继承自 authenticationMethod |
keyStrength | authenticationMethodKeyStrength | 此 Windows Hello 企业版密钥的关键强度。 可取值为:normal 、weak 、unknown 。 |
Relationships
关系 | 类型 | 说明 |
---|---|---|
设备 | 设备 | 此 Windows Hello 企业版密钥所在的已注册设备。 支持 $expand 。 获取用户的 Windows Hello 企业版注册信息时,仅在单个 GET 上返回此属性,并且指定 ?$expand 时返回此属性。 例如,GET /users/admin@contoso.com/authentication/windowsHelloForBusinessMethods/_jpuR-TGZtk6aQCLF3BQjA2?$expand=device 。 |
以下 JSON 表示形式显示了资源类型。 下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.windowsHelloForBusinessAuthenticationMethod",
"displayName": "String",
"createdDateTime": "String",
"id": "String (Identifier)",
"keyStrength": {"@odata.type": "microsoft.graph.authenticationMethodKeyStrength"}
}