whoisContact resource type

Namespace: microsoft.graph.security

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Note

The Microsoft Graph API for Microsoft Defender Threat Intelligence requires an active Defender Threat Intelligence Portal license and API add-on license for the tenant.

Represents details about a specific contact entry within a whoisRecord.

Properties

Property Type Description
address microsoft.graph.physicalAddress The physical address of the entity.
email String The email of this WHOIS contact.
fax String The fax of this WHOIS contact. No format is guaranteed.
name String The name of this WHOIS contact.
organization String The organization of this WHOIS contact.
telephone String The telephone of this WHOIS contact. No format is guaranteed.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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