通过


profileSource 资源类型

命名空间:microsoft.graph

重要

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

表示由组织管理员创建的配置文件源的配置数据。 此配置以最终用户可理解的方式表示配置文件数据源。

有关如何为组织配置配置文件源的详细信息,请参阅使用Microsoft图形 API管理组织的配置文件源设置

继承自 entity

Methods

方法 返回类型 Description
List profileSource 集合 获取 profileSource 对象及其属性的列表,这些对象表示外部数据源和为组织中的用户配置文件配置的现成Microsoft数据源。
创建 profileSource 创建新的 profileSource 对象。
Get profileSource 读取 profileSource 对象的属性和关系。
更新 profileSource 更新 profileSource 对象的属性。
删除 None 删除 profileSource 对象。

属性

属性 类型 说明
displayName String 用于通知用户配置文件源名称的配置文件源的名称。
id String 系统生成的 GUID。 继承自 entity
kind String 配置文件源的类型。
定位 profileSourceLocalization 集合 管理员指定的替代本地化标签。
sourceId String 用作 备用键的配置文件源标识符。
webUrl String 将用户定向到配置文件数据的页面视图的配置文件源的 Web URL。

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.profileSource",
  "displayName": "String",
  "id": "String (identifier)",
  "kind": "String",
  "localizations": [{"@odata.type": "microsoft.graph.profileSourceLocalization"}],
  "sourceId": "String",
  "webUrl": "String"
}