crossTenantSummary 资源类型

命名空间:microsoft.graph.networkaccess

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

Microsoft 365 流量的跨租户访问计数摘要。

属性

属性 类型 说明
authTransactionCount Int32 startDateTime 和 endDateTime 之间的身份验证会话总数。
deviceCount Int32 执行跨租户访问的唯一设备数。
newTenantCount Int32 在 endDateTime 和 discoveryPivotDateTime 之间访问的唯一租户数,但在 discoveryPivotDateTime 和 startDateTime 之间未访问的唯一租户数。
rarelyUsedTenantCount Int32 很少使用的租户数。
tenantCount Int32 访问的唯一租户数,不包括设备的租户。
userCount Int32 执行跨租户访问的唯一用户数。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.networkaccess.crossTenantSummary",
  "authTransactionCount": "Integer",
  "tenantCount": "Integer",
  "newTenantCount": "Integer",
  "userCount": "Integer",
  "deviceCount": "Integer",
  "rarelyUsedTenantCount": "Integer"
}