delegatedAdminRelationshipCustomerParticipant 资源类型

命名空间:microsoft.graph

表示委托管理关系中客户的标识详细信息。

属性

属性 类型 说明
displayName String 由 Entra ID Microsoft设置的客户租户的显示名称。 只读
tenantId String Microsoft客户租户的 Entra ID 分配的租户 ID。

关系

无。

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.delegatedAdminRelationshipCustomerParticipant",
  "tenantId": "String",
  "displayName": "String"
}