softwareOathAuthenticationMethod 资源类型

命名空间:microsoft.graph

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

此资源类型是从 authenticationMethod 资源类型继承的派生类型。

方法

方法 返回类型 说明
列出 softwareOathMethods softwareOathAuthenticationMethod 集合 检索用户的 softwareOathAuthenticationMethod 对象及其属性的列表。
获取 softwareOathAuthenticationMethod softwareOathAuthenticationMethod 读取用户 softwareOathAuthenticationMethod 对象的属性。
删除 softwareOathAuthenticationMethod None 删除用户的 softwareOathAuthenticationMethod 对象。

属性

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

关系

无。

JSON 表示形式

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

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