microsoftAuthenticatorAuthenticationMethod 资源类型
命名空间:microsoft.graph
注册到Microsoft Authenticator应用的表示形式。 Microsoft Authenticator身份验证方法。
继承自 authenticationMethod。
方法
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| createdDateTime | DateTimeOffset | 注册此应用程序的日期和时间。 如果设备未注册无密码登录,则电话为 null。 |
| displayName | String | 注册此应用的设备的名称。 |
| id | String | 此身份验证方法的唯一标识符。 继承自 authenticationMethod |
| deviceTag | String | 包含应用元数据的标记。 |
| phoneAppVersion | String | 此应用程序实例的数字Authenticator版本。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| 设备 | 设备 | 已注册的设备Microsoft Authenticator驻留。 如果设备未注册无密码登录,则电话为 null。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethod",
"id": "String (Identifier)",
"displayName": "String",
"deviceTag": "String",
"phoneAppVersion": "String",
"createdDateTime": "DateTimeOffset"
}
反馈
提交和查看相关反馈