Uses of Class
com.azure.resourcemanager.securityinsights.models.EnrichmentDomainWhoisDetails
Package
Description
Package containing the inner data models for SecurityInsights.
Package containing the data models for SecurityInsights.
-
Uses of EnrichmentDomainWhoisDetails in com.azure.resourcemanager.securityinsights.fluent.models
Modifier and TypeMethodDescriptionEnrichmentDomainWhoisInner.parsedWhois()
Get the parsedWhois property: The whois record for a given domain.Modifier and TypeMethodDescriptionEnrichmentDomainWhoisInner.withParsedWhois
(EnrichmentDomainWhoisDetails parsedWhois) Set the parsedWhois property: The whois record for a given domain. -
Uses of EnrichmentDomainWhoisDetails in com.azure.resourcemanager.securityinsights.models
Modifier and TypeMethodDescriptionEnrichmentDomainWhois.parsedWhois()
Gets the parsedWhois property: The whois record for a given domain.EnrichmentDomainWhoisDetails.withContacts
(EnrichmentDomainWhoisContacts contacts) Set the contacts property: The set of contacts associated with this domain.EnrichmentDomainWhoisDetails.withNameServers
(List<String> nameServers) Set the nameServers property: A list of name servers associated with this domain.EnrichmentDomainWhoisDetails.withRegistrar
(EnrichmentDomainWhoisRegistrarDetails registrar) Set the registrar property: The registrar associated with this domain.EnrichmentDomainWhoisDetails.withStatuses
(List<String> statuses) Set the statuses property: The set of status flags for this whois record.