Type de ressource tenantInformation
Espace de noms: microsoft.graph
Informations sur votre locataire Microsoft Entra qui sont affichées publiquement aux utilisateurs 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
La représentation JSON suivante montre le type de ressource.
{
"@odata.type": "#microsoft.graph.tenantInformation",
"defaultDomainName": "String",
"displayName": "String",
"federationBrandName": "String",
"tenantId": "String"
}