organizationSettings 资源类型

命名空间:microsoft.graph

重要

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

警告

终结点 /organization/{organizationId}/settings/itemInsights 已弃用,将于 2024 年 5 月 1 日停止返回数据。 请改用新的 peopleAdminSettings 资源。

包含适用于 组织 或应应用于组织内 用户 对象的设置。

继承自 entity

Methods

方法 返回类型 说明
列出 contactInsights insightsSettings 获取 insightsSettings 对象的属性,用于显示或返回组织中用户联系人的见解。
列出 microsoftApplicationDataAccessSettings microsoftApplicationDataAccessSettings 获取 microsoftApplicationDataAccessSettings 对象的属性,该对象指定从 Microsoft 应用程序访问组织中的 Microsoft 365 用户数据。
列出 peopleInsights insightsSettings 获取用于在组织中显示或返回人员见解的 insightsSettings 对象的属性。
List itemInsights (已弃用) insightsSettings 获取用于在组织中显示或返回项见解的 insightsSettings 对象的属性。

属性

属性 类型 说明
id String organizationSettings 对象的唯一标识符。 继承自 entity

关系

关系 类型 说明
id String 组织的设置对象的 ID。
contactInsights insightsSettings 包含由管理员配置为租户级隐私控制的属性,控制是否在用户的联系人列表中标识重复的联系人,并建议用户合并这些联系人以拥有更简洁的联系人列表。 List contactInsights 返回在组织中显示或返回联系人见解 的设置
microsoftApplicationDataAccessSettings microsoftApplicationDataAccessSettings 包含由管理员配置的属性,用于指定从 Microsoft 应用程序访问属于组织中的用户的 Microsoft 365 数据。 列出 microsoftApplicationDataAccessSettings 返回指定访问权限的设置。
peopleInsights insightsSettings 包含由管理员配置的属性,用于查看 Microsoft 365 中 与用户相关的人员 列表。 List peopleInsights 返回在组织中显示或返回人员见解 的设置
itemInsights insightsSettings (已弃用) 包含管理员为用户与 Microsoft 365 中的其他项目(如文档或网站)之间的 Microsoft Graph 派生见解的可见性而配置的属性。 List itemInsights 返回在组织中显示或返回项见解 的设置

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "id": "String (identifier)"
}