Get Mail Domain
workmail_get_mail_domain | R Documentation |
Gets details for a mail domain, including domain records required to configure your domain with recommended security¶
Description¶
Gets details for a mail domain, including domain records required to configure your domain with recommended security.
Usage¶
Arguments¶
OrganizationId
[required] The WorkMail organization for which the domain is retrieved.
DomainName
[required] The domain from which you want to retrieve details.
Value¶
A list with the following syntax:
list(
Records = list(
list(
Type = "string",
Hostname = "string",
Value = "string"
)
),
IsTestDomain = TRUE|FALSE,
IsDefault = TRUE|FALSE,
OwnershipVerificationStatus = "PENDING"|"VERIFIED"|"FAILED",
DkimVerificationStatus = "PENDING"|"VERIFIED"|"FAILED"
)