outboundSharedUserProfile 资源类型

命名空间:microsoft.graph

重要

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

表示使用 B2B 直连与外部Microsoft Entra租户共享其配置文件数据的Microsoft Entra用户。

方法

方法 返回类型 Description
List outboundSharedUserProfile 集合 检索目录中的所有 outboundSharedUserProfiles。
Get outboundSharedUserProfile 集合 从目录中检索特定的 outboundSharedUserProfile。
列出租户引用 tenantReferences 集合 获取用户作为Microsoft Entra B2B 直连用户共享其数据的所有Microsoft Entra租户。
删除个人数据 Create删除与外部Microsoft Entra租户中的远程用户关联的所有个人数据的请求。

属性

属性 类型 描述
userId String 外部用户的对象 ID。 只读。

关系

属性 类型 说明
租户 tenantReference 集合 用户与其共享配置文件数据的外部Microsoft Entra租户的集合。 此为只读属性。

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.inboundSharedUserProfile",
  "userId": "String"
}