delegatedAdminRelationshipCustomerParticipant 资源类型

命名空间:microsoft.graph

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

属性

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

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

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