命名空间:microsoft.graph
表示用于控制租户中与人员相关的管理员设置的设置。
继承自 entity。
Methods
| 方法 | 返回类型 | 说明 |
|---|---|---|
| Get | peopleAdminSettings | 检索 peopleAdminSettings 对象的属性和关系。 |
| 列表项见解 | insightsSettings | 获取 insightsSettings 对象的属性,以在组织中显示或返回项见解。 |
| 列出代词设置 | pronounsSettings 集合 | 获取组织的 pronounsSettings 资源的属性。 |
| 列出配置文件卡属性 | profileCardProperty 集合 | 获取组织的 profileCardProperty 资源的集合。 |
| 创建配置文件卡属性 | profileCardProperty | 为组织创建新的 profileCardProperty 。 |
| 列出配置文件源 | profileSource 集合 | 获取 profileSource 对象及其属性的列表,这些对象表示外部数据源和为组织中的用户配置文件配置的现成Microsoft数据源。 |
| 创建配置文件源 | profileSource | 创建新的 profileSource 对象。 |
| 列出配置文件属性设置 | profilePropertySetting 集合 | 获取 profilePropertySetting 对象的集合,这些对象定义组织中的用户配置文件属性的配置。 |
| 创建配置文件属性设置 | profilePropertySetting | 创建新的 profilePropertySetting 对象。 |
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| id | String | peopleAdminSettings 对象的唯一标识符。 继承自 entity。 |
关系
| 关系 | 类型 | 说明 |
|---|---|---|
| itemInsights | insightsSettings | 表示管理组织中对项见解的支持的管理员设置。 |
| profileCardProperties | profileCardProperty 集合 | 包含管理员定义为在 Microsoft 365 配置文件卡可见的属性集合。 |
| profilePropertySettings | profilePropertySetting 集合 | 由组织管理员定义的配置文件属性配置设置的集合。 |
| profileSources | profileSource 集合 | 由组织中的管理员配置的配置文件源设置的集合。 |
| 代词 | pronounsSettings | 表示管理组织中代词支持的管理员设置。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.peopleAdminSettings",
"id": "String (identifier)"
}