Partager via


Type de ressource tenantInformation

Espace de noms: microsoft.graph

Informations sur votre locataire Microsoft Entra qui sont affichées publiquement aux utilisateurs dans d’autres locataires Microsoft Entra.

Méthodes

Méthode Type renvoyé Description
Rechercher un locataire par nom de domaine tenantInformation En fonction d’un nom de domaine, recherchez un locataire et lisez ses informations.
Rechercher un locataire par ID de locataire tenantInformation En fonction d’un ID de locataire, recherchez un locataire et lisez ses informations.

Propriétés

Propriété Type Description
defaultDomainName Chaîne Nom de domaine principal d’un locataire Microsoft Entra.
displayName Chaîne Nom d’affichage d’un locataire Microsoft Entra.
federationBrandName Chaîne Nom affiché aux utilisateurs qui se connectent à un locataire Microsoft Entra.
tenantId Chaîne Identificateur unique d’un locataire Microsoft Entra.

Relations

Aucun.

Représentation JSON

Voici une représentation JSON de la ressource.

{
  "@odata.type": "#microsoft.graph.tenantInformation",
  "defaultDomainName": "String",
  "displayName": "String",
  "federationBrandName": "String",
  "tenantId": "String"
}