organizationSettings 资源类型
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
方法
| 方法 | 返回类型 | 说明 |
|---|---|---|
| 获取组织设置 | organizationSettings | 读取组织设置对象。 |
| 创建 profileCardProperty | profileCardProperty | 通过发布到 profileCardProperty 对象集合创建新的 profileCardProperty 。 |
| List itemInsights | insightsSettings | 获取 insightsSettings 对象的属性,用于显示或返回组织中项目见解。 |
| 列出 microsoftApplicationDataAccessSettings | microsoftApplicationDataAccessSettings | 获取 microsoftApplicationDataAccessSettings 对象的属性,该对象指定从 Microsoft 应用程序访问以Microsoft 365组织的用户数据。 |
| 列出 peopleInsights | insightsSettings | 获取 insightsSettings 对象的属性,用于显示或返回组织中人员见解。 |
| 列出 profileCardProperties | profileCardProperty 集合 | 获取 profileCardProperty 对象集合。 |
属性
无。
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| id | String | 组织的设置对象的 ID。 |
| profileCardProperties | profileCardProperty 集合 | 包含管理员在配置文件卡上定义为可见的属性Microsoft 365集合。 Get organization settings returns the properties configured for profile cards for the organization. |
| itemInsights | insightsSettings | 包含由管理员配置的属性,用于查看 Microsoft Graph 派生的见解(用户与 Microsoft 365 中其他项目(如文档或网站)之间的见解。 List itemInsights 返回 在 组织中显示或返回项目见解的设置。 |
| microsoftApplicationDataAccessSettings | microsoftApplicationDataAccessSettings | 包含由管理员配置的属性,以指定从 Microsoft 应用程序访问Microsoft 365属于组织中用户的数据。 List microsoftApplicationDataAccessSettings 返回 指定 访问权限的设置。 |
| peopleInsights | insightsSettings | 包含由管理员配置的属性,用于查看与用户相关的人员列表以及与用户Microsoft 365。 列出 peopleInsights 返回 在 组织中显示或返回人员见解的设置。 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"id": "String (identifier)",
"profileCardProperties": [{"@odata.type": "microsoft.graph.profileCardProperty"}]
}
反馈
提交和查看相关反馈