EnrichmentDomainWhoisDetails interface
The whois record for a given domain
Properties
contacts | The set of contacts associated with this domain |
name |
A list of name servers associated with this domain |
registrar | The registrar associated with this domain |
statuses | The set of status flags for this whois record |
Property Details
contacts
The set of contacts associated with this domain
contacts?: EnrichmentDomainWhoisContacts
Property Value
nameServers
A list of name servers associated with this domain
nameServers?: string[]
Property Value
string[]
registrar
The registrar associated with this domain
registrar?: EnrichmentDomainWhoisRegistrarDetails
Property Value
statuses
The set of status flags for this whois record
statuses?: string[]
Property Value
string[]
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript