Share via


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"
}