Type de ressource azureActiveDirectoryTenant

Espace de noms: microsoft.graph

Utilisé dans les sources d’identité d’une instance connectedOrganization. La @odata.type valeur #microsoft.graph.azureActiveDirectoryTenant indique que ce type identifie un autre locataire Microsoft Entra comme source d’identité pour un organization connecté.

Propriétés

Propriété Type Description
displayName String Nom du locataire Microsoft Entra. En lecture seule.
tenantId String ID du locataire Microsoft Entra. En lecture seule.

Relations

Aucun.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

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