Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 a nameserver associated with a whoisRecord.
Properties
| Property | Type | Description |
|---|---|---|
| firstSeenDateTime | DateTimeOffset | The first seen date and time of this WHOIS contact. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. |
| lastSeenDateTime | DateTimeOffset | The last seen date and time of this WHOIS contact. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| host | microsoft.graph.security.host | The host of the nameserver. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.whoisNameserver",
"firstSeenDateTime": "String (timestamp)",
"lastSeenDateTime": "String (timestamp)"
}