命名空间:microsoft.graph
重要
Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示租户中为客户配置了Microsoft Entra 外部 ID的应用的所有使用情况见解的每日或每月摘要。 如果 activeUsers 中的用户 () 使用多个设备平台,则可以再计算一次。
此资源表示见解的摘要。 有关每个见解的细目,请参阅以下资源及其关联的 API:
继承自 entity。
Methods
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 每天列出 | insightSummary 集合 | 获取租户中为客户配置Microsoft Entra 外部 ID而注册的应用上的每日 insightSummary 对象列表。 |
| 每月列出 | insightSummary 集合 | 获取租户中为客户配置Microsoft Entra 外部 ID而注册的应用上的每月 insightSummary 对象列表。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| activeUsers | Int64 | 每日活跃用户。 |
| appId | String | Microsoft Entra应用程序的 ID。 |
| authenticationCompletions | Int64 | 每日身份验证完成。 |
| authenticationRequests | Int64 | 每日身份验证请求。 |
| factDate | 日期 | 见解的日期。 |
| id | String | 见解的标识符。 继承自 entity。 |
| os | String | 客户使用的设备的平台。 支持 $filter(eq)。 |
| securityTextCompletions | Int64 | 每日 MFA 短信完成。 |
| securityTextRequests | Int64 | 每日 MFA 短信请求。 |
| securityVoiceCompletions | Int64 | 每日 MFA 语音完成。 |
| securityVoiceRequests | Int64 | 每日 MFA 语音请求。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.insightSummary",
"activeUsers": "Int64",
"appId": "String",
"authenticationCompletions": "Int64",
"authenticationRequests": "Int64",
"factDate": "String (date)",
"id": "String (identifier)",
"os": "String",
"securityTextCompletions": "Int64",
"securityTextRequests": "Int64",
"securityVoiceCompletions": "Int64",
"securityVoiceRequests": "Int64"
}