命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示本地化为 SharePoint Embedded 容器或 SharePoint 网站的 365 个用户或Microsoft组的队列。
方法
方法 | 返回类型 | Description |
---|---|---|
List | sharePointGroup 集合 | 获取 sharePointGroup 对象及其属性的列表。 |
创建 | sharePointGroup | 创建新的 sharePointGroup 对象。 |
Get | sharePointGroup | 读取 sharePointGroup 对象的属性和关系。 |
更新 | sharePointGroup | 更新 sharePointGroup 对象的属性。 |
删除 | None | 删除 fileStorageContainer 本地的 sharePointGroup 对象。 |
列出 SharePoint 组成员 | sharePointGroupMember 集合 | 获取 sharePointGroupMember 对象及其属性的列表。 |
创建 SharePoint 组成员 | sharePointGroupMember | 在 sharePointGroup 中创建新的 sharePointGroupMember 对象。 |
属性
属性 | 类型 | 说明 |
---|---|---|
说明 | String | sharePointGroup 的用户可见说明。 读写。 |
id | String | sharePointGroup 的唯一稳定标识符。 此 ID 仅在单个 SharePoint Embedded 容器或 SharePoint 网站的上下文中是唯一的。 只读。 |
title | String | sharePointGroup 的用户可见标题。 读写。 |
关系
关系 | 类型 | 说明 |
---|---|---|
成员 | sharePointGroupMember 集合 | sharePointGroup 中的成员集。 读写。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.sharePointGroup",
"description": "String",
"id": "String (identifier)",
"title": "String"
}