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.

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