命名空间:microsoft.graph
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示租户中为客户配置了Microsoft Entra 外部 ID的租户中注册的应用的每日和每月身份验证见解。
继承自 entity。
Methods
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 每天列出 | authenticationsMetric 集合 | 获取客户租户Microsoft Entra 外部 ID中注册的应用的每日身份验证列表。 |
| 每月列出 | authenticationsMetric 集合 | 获取在为客户配置Microsoft Entra 外部 ID的租户中注册的应用的每月身份验证列表。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| appid | String | Microsoft Entra应用程序的 ID。 支持 $filter(eq)。 |
| attemptsCount | Int64 | 在指定时间段内发出的身份验证请求数。 支持 $filter(eq)。 |
| country | String | 客户从中进行身份验证的位置。 支持 $filter(eq)。 |
| factDate | 日期 | 用户见解的日期。 |
| id | String | 用户见解的标识符。 继承自 entity。 |
| os | String | 客户使用的设备的平台。 支持 $filter(eq)。 |
| successCount | Int64 | 成功的身份验证请求数。 支持 $filter(eq)。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.authenticationsMetric",
"appid": "String",
"attemptsCount": "Int64",
"country": "String",
"factDate": "String (date)",
"id": "String (identifier)",
"os": "String",
"successCount": "Int64"
}