softwareOathAuthenticationMethod 资源类型

命名空间:microsoft.graph

重要

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

注册到用户的软件 OATH 令牌的表示形式。 软件 OATH 令牌是基于软件的数字生成器,它使用 OATH Time-Based 一次性密码 (TOTP) 多重身份验证的标准。 如果通过第三方软件验证器流设置 Microsoft Authenticator,则此 API 不会返回 Microsoft Authenticator 身份验证方法实体。

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

方法

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

属性

属性 类型 说明
id String 身份验证方法标识符。
secretKey String 方法的密钥。 始终返回 null

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.softwareOathAuthenticationMethod",
  "id": "String (identifier)",
  "secretKey": "String"
}