type de ressource delegatedAdminRelationshipCustomerParticipant
Espace de noms: microsoft.graph
Représente les détails d’identification d’un client dans une relation d’administration déléguée.
Propriétés
Propriété | Type | Description |
---|---|---|
displayName | Chaîne | Nom d’affichage du locataire client tel que défini par l’ID Microsoft Entra. Lecture seule |
tenantId | Chaîne | ID de locataire attribué par l’ID Microsoft Entra du locataire client. |
Relations
Aucun.
Représentation JSON
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.delegatedAdminRelationshipCustomerParticipant",
"tenantId": "String",
"displayName": "String"
}