Partager via


Type de ressource tenantContactInformation

Espace de noms : microsoft.graph.managedTenants

Importante

Les API sous la version /beta dans Microsoft Graph sont susceptibles d’être modifiées. L’utilisation de ces API dans des applications de production n’est pas prise en charge. Pour déterminer si une API est disponible dans v1.0, utilisez le sélecteur Version .

Représente un contact au niveau d’un locataire géré.

Propriétés

Propriété Type Description
email Chaîne Adresse e-mail du contact. Facultatif
nom Chaîne Nom du contact. Obligatoire.
notes String Notes associées au contact. Facultatif
phone Chaîne Numéro de téléphone du contact. Optional.
title Chaîne Titre du contact. Obligatoire.

Relations

Aucun.

Représentation JSON

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

{
  "@odata.type": "#microsoft.graph.managedTenants.tenantContactInformation",
  "name": "String",
  "title": "String",
  "email": "String",
  "phone": "String",
  "notes": "String"
}