office365GroupsActivityDetail 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| groupId | String | 组 ID。 |
| reportRefreshDate | 日期 | 内容的最新日期。 |
| groupDisplayName | String | 组的显示名称。 |
| isDeleted | 布尔 | 此用户是已删除还是软删除。 |
| ownerPrincipalName | String | 组所有者主体名称。 |
| lastActivityDate | 日期 | 以下方案的最后活动日期:组邮箱收到的电子邮件;用户在 SharePoint 文档库中查看、编辑、共享或同步的文件;用户查看的 SharePoint 页面;用户在 Yammer 组中发布、阅读或Yammer消息。 |
| groupType | String | 组类型。 可能的值是 :Public 或 Private。 |
| memberCount | Int64 | 组的成员计数。 |
| externalMemberCount | Int64 | 组外部成员计数。 |
| exchangeReceivedEmailCount | Int64 | 组邮箱收到的电子邮件数。 |
| sharePointActiveFileCount | Int64 | 组网站中的SharePoint数。 |
| yammerPostedMessageCount | Int64 | 发送到组的邮件Yammer数量。 |
| yammerReadMessageCount | Int64 | 在邮件组中读取Yammer数。 |
| yammer在 Yammer的 YamEdMessageCount | Int64 | 用户组中喜欢的邮件Yammer数量。 |
| exchangeMailboxTotalItemCount | Int64 | 组邮箱中的项目数。 |
| exchangeMailboxStorageUsedInBytes | Int64 | 组邮箱所使用的存储。 |
| sharePointTotalFileCount | Int64 | 组网站中的SharePoint总数。 |
| sharePointSiteStorageUsedInBytes | Int64 | 组网站SharePoint存储。 |
| reportPeriod | String | 报告涵盖的天数。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"groupId": "0003cf63-7ff3-4471-b24b-50ffbfb8b5d2",
"reportRefreshDate": "Date",
"groupDisplayName": "String",
"isDeleted": true,
"ownerPrincipalName": "String",
"lastActivityDate": "Date",
"groupType": "String",
"memberCount": 1024,
"externalMemberCount": 1024,
"exchangeReceivedEmailCount": 1024,
"sharePointActiveFileCount": 1024,
"yammerPostedMessageCount": 1024,
"yammerReadMessageCount": 1024,
"yammerLikedMessageCount": 1024,
"exchangeMailboxTotalItemCount": 1024,
"exchangeMailboxStorageUsedInBytes": 1024,
"sharePointTotalFileCount": 1024,
"sharePointSiteStorageUsedInBytes": 1024,
"reportPeriod": "String"
}
反馈
提交和查看相关反馈