# mailslurp.Model.DomainDto
Domain plus verification records and status
# Properties
Name | Type | Description | Notes |
---|---|---|---|
CatchAllInboxId | Guid | The optional catch all inbox that will receive emails sent to the domain that cannot be matched. | [optional] |
CreatedAt | DateTime | ||
DkimTokens | List<string> | Unique token DKIM tokens | [optional] |
Domain | string | Custom domain name | [optional] |
DomainNameRecords | List<DomainNameRecord> | List of DNS domain name records (C, MX, TXT) etc that you must add to the DNS server associated with your domain provider. | [optional] |
Id | Guid | ||
IsVerified | bool | Whether domain has been verified or not. If the domain is not verified after 72 hours there is most likely an issue with the domains DNS records. | [optional] |
UpdatedAt | DateTime | ||
UserId | Guid | ||
VerificationToken | string | Verification tokens | [optional] |
[Back to Model list] [Back to API list] [Back to README]