命名空间:microsoft.graph
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
注册到用户的 Microsoft Authenticator 应用的表示形式。 Microsoft Authenticator 是一种身份验证方法。
此类型继承自 authenticationMethod 资源类型。
方法
| 方法 | 返回类型 | Description |
|---|---|---|
| List | microsoftAuthenticatorAuthenticationMethod 集合 | 获取 microsoftAuthenticatorAuthenticationMethod 对象及其属性的列表。 |
| Get | microsoftAuthenticatorAuthenticationMethod | 读取 microsoftAuthenticatorAuthenticationMethod 对象的属性和关系。 |
| 删除 | None | 删除 microsoftAuthenticatorAuthenticationMethod 对象。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| createdDateTime | DateTimeOffset | 注册此应用的日期和时间。 如果设备未注册无密码电话登录,则此属性为 null。 |
| lastUsedDateTime | DateTimeOffset | 用户上次使用身份验证方法的日期和时间。 只读。 可选。 如果身份验证方法未填充,则 null 此可选值为 。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 继承自 authenticationMethod。 |
| displayName | String | 注册此应用的设备的名称。 |
| id | String | 此身份验证方法的唯一标识符。 继承自 authenticationMethod |
| deviceTag | String | 包含应用元数据的标记。 |
| phoneAppVersion | String | 此 Authenticator 应用实例的数字版本。 |
| clientAppName | microsoftAuthenticatorAuthenticationMethodClientAppName | 用户已注册用于批准推送通知的应用。 可能的值包括 microsoftAuthenticator、outlookMobile、unknownFutureValue。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| 设备 | 设备 | Microsoft Authenticator 所在的已注册设备。 如果设备未注册无密码电话登录,则此属性为 null。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethod",
"id": "String (Identifier)",
"displayName": "String",
"deviceTag": "String",
"phoneAppVersion": "String",
"createdDateTime": "String (timestamp)",
"lastUsedDateTime": "String (timestamp)",
"clientAppName": "microsoftAuthenticator"
}