Partager via


Type de ressource whoisContact

Espace de noms : microsoft.graph.security

Remarque

L’API Microsoft Graph pour Microsoft Defender Threat Intelligence nécessite une licence active du portail Defender Threat Intelligence et une licence de module complémentaire d’API pour le locataire.

Représente les détails d’une entrée de contact spécifique dans un whoisRecord.

Propriétés

Propriété Type Description
address microsoft.graph.physicalAddress Adresse physique de l’entité.
email Chaîne Adresse e-mail de ce contact WHOIS.
fax Chaîne La télécopie de ce contact WHOIS. Aucun format n’est garanti.
nom Chaîne Nom de ce contact WHOIS.
organisation Chaîne L’organisation de ce contact WHOIS.
téléphone Chaîne Téléphone de ce contact WHOIS. Aucun format n’est garanti.

Relations

Aucun.

Représentation JSON

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

{
  "@odata.type": "#microsoft.graph.security.whoisContact",
  "address": {"@odata.type": "microsoft.graph.physicalAddress"},
  "email": "String",
  "fax": "String",
  "name": "String",
  "organization": "String",
  "telephone": "String"
}