Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph.security
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.
Property | Type | Description |
---|---|---|
address | microsoft.graph.physicalAddress | The physical address of the entity. |
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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.whoisContact",
"address": {"@odata.type": "microsoft.graph.physicalAddress"},
"email": "String",
"fax": "String",
"name": "String",
"organization": "String",
"telephone": "String"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now