pendingExternalUserProfile 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
表示Microsoft Entra 租户中未同意与租户共享数据的外部用户配置文件。
继承自 externalProfile。
方法
方法 | 返回类型 | 说明 |
---|---|---|
Get | pendingExternalUserProfile | 获取挂起的外部用户配置文件的属性。 |
List | pendingExternalUserProfile 集合 | 获取所有挂起的外部用户配置文件的列表。 |
创建 | pendingExternalUserProfile | 创建新的挂起的外部用户配置文件。 |
更新 | 无 | 更新挂起的外部用户配置文件。 |
删除 | None | 删除挂起的外部用户配置文件。 |
List deleted items | directoryObject collection | 从目录对象集合中检索最近删除的外部用户配置文件的列表。 |
Get deleted item | directoryObject | 检索最近删除的外部用户配置文件对象的属性。 |
Restore deleted item | directoryObject | 还原最近删除的外部用户配置文件对象。 |
永久删除项目 | None | 永久删除外部用户配置文件。 |
属性
属性 | 类型 | 说明 |
---|---|---|
address | physicalOfficeAddress | 挂起的外部用户配置文件的办公室地址。 继承自 externalProfile。 |
createdBy | String | 创建挂起的外部用户配置文件或邀请了外部用户的用户或主体的对象 ID。 继承自 externalProfile。 只读。 不可为 null。 |
createdDateTime | DateTimeOffset | 创建此挂起的外部用户配置文件的日期和时间。 继承自 externalProfile。 不可为 null。 只读。 |
CompanyName | String | 挂起的外部用户配置文件的公司名称。 继承自 externalProfile。
$filter 支持 (eq ) startswith 查询参数。 |
deletedDateTime | DateTimeOffset | 删除挂起的外部用户配置文件的日期和时间。 始终 null 不删除对象时。 继承自 externalProfile。 |
department | String | 挂起的外部用户配置文件的部门。 继承自 externalProfile。 |
displayName | String | 挂起的外部用户配置文件的显示名称。 继承自 externalProfile。 |
id | String | 挂起的外部用户配置文件的唯一标识符。 不可为 null。 只读。 |
isDiscoverable | 布尔值 | 表示在目录中是否可以发现挂起的外部用户配置文件。 当 为 时 true ,此外部配置文件将显示在 Teams 搜索中。 继承自 externalProfile。 |
isEnabled | Boolean | 表示是否在目录中启用挂起的外部用户配置文件。 继承自 externalProfile。 |
jobTitle | String | 外部用户配置文件的职务。 继承自 externalProfile。 |
phoneNumber | String | 挂起的外部用户配置文件的电话号码。 必须采用 E.164 格式。 继承自 externalProfile。 |
supervisorId | String | 挂起的外部用户配置文件的主管的对象 ID。 继承自 externalProfile。
$filter 支持 (eq ) startswith 查询参数。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.pendingExternalUserProfile",
"id": "String (identifier)",
"deletedDateTime": "String (timestamp)",
"createdDateTime": "String (timestamp)",
"createdBy": "String",
"companyName": "String",
"displayName": "String",
"jobTitle": "String",
"isDiscoverable": "Boolean",
"isEnabled": "Boolean",
"department": "String",
"phoneNumber": "String",
"address": {
"@odata.type": "microsoft.graph.physicalOfficeAddress"
},
"supervisorId": "String"
}