EnrichmentDomainWhois Class

Whois information for a given domain and associated metadata.

Inheritance
EnrichmentDomainWhois

Constructor

EnrichmentDomainWhois(*, domain: Optional[str] = None, server: Optional[str] = None, created: Optional[datetime.datetime] = None, updated: Optional[datetime.datetime] = None, expires: Optional[datetime.datetime] = None, parsed_whois: Optional[azure.mgmt.securityinsight.models._models_py3.EnrichmentDomainWhoisDetails] = None, **kwargs)

Variables

domain
str

The domain for this whois record.

server
str

The hostname of this registrar's whois server.

created
datetime

The timestamp at which this record was created.

updated
datetime

The timestamp at which this record was last updated.

expires
datetime

The timestamp at which this record will expire.

parsed_whois
EnrichmentDomainWhoisDetails

The whois record for a given domain.