Partager via


Type de ressource crossCloudAzureActiveDirectoryTenant

Espace de noms: microsoft.graph

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

Propriétés

Propriété Type Description
cloudInstance Chaîne ID du cloud où se trouve le locataire, l’un de microsoftonline.comou microsoftonline.uspartner.microsoftonline.cn. En lecture seule.
displayName Chaîne Nom du locataire Microsoft Entra. En lecture seule.
tenantId Chaîne ID du locataire Microsoft Entra. En lecture seule.

Relations

Aucun.

Représentation JSON

Voici une représentation JSON du type.

{
  "tenantId": "String (identifier)",
  "displayName": "String",
  "cloudInstance": "String"
}