身份验证资源类型
命名空间:microsoft.graph
公开用户的身份验证方法状态和关系,这些状态表示Microsoft Entra ID 支持的身份验证方法。
继承自 entity。
方法
无。
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 唯一标识符。 只读。 |
关系
关系 | 类型 | 说明 |
---|---|---|
emailMethods | emailAuthenticationMethod 集合 | 注册到用户进行身份验证的电子邮件地址。 |
fido2Methods | fido2AuthenticationMethod 集合 | 表示注册到用户进行身份验证的 FIDO2 安全密钥。 |
方法 | authenticationMethod 集合 | 表示注册到用户的所有身份验证方法。 |
microsoftAuthenticatorMethods | microsoftAuthenticatorAuthenticationMethod 集合 | 注册到用户进行身份验证的 Microsoft Authenticator 应用的详细信息。 |
operations | longRunningOperation 集合 | 表示长时间运行的操作的状态,例如密码重置操作。 |
passwordMethods | passwordAuthenticationMethod 集合 | 表示注册到用户进行身份验证的密码。 出于安全考虑,永远不会在 对象中返回密码本身,但可以采取措施重置密码。 |
phoneMethods | phoneAuthenticationMethod 集合 | 注册给用户进行身份验证的电话号码。 |
softwareOathMethods | softwareOathAuthenticationMethod 集合 | 软件 OATH 基于时间的一次性密码 (TOTP) 注册到用户进行身份验证的应用程序。 |
temporaryAccessPassMethods | temporaryAccessPassAuthenticationMethod 集合 | 表示通过时间限制密码注册给用户进行身份验证的临时访问密码。 |
windowsHelloForBusinessMethods | windowsHelloForBusinessAuthenticationMethod 集合 | 表示注册到用户进行身份验证的 Windows Hello 企业版身份验证方法。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.authentication"
}