Object Definition From Domain
Object definition from domain
| Property | Type | Description |
|---|---|---|
| ID | Guid | The ID of the from domain |
| AccountID | Guid | The accountID of the from domain |
| Domain | String | The domain, for example myawesomecompany.com |
| IsValid | Bool | Whether the domain is verified and can be used in from addresses. This is true when all DNS entries are created correctly and have been verified |
| DnsEntries | Array of objects | Dns entries for this domain, see dns entry object definition |
| CreatedOn | DateTime | When the from domain was created in CET |
| CreatedOnUtc | DateTime | When the from domain was created in UTC |
| ModifiedOn | DateTime | When the from domain was last modified in CET |
| ModifiedOnUtc | DateTime | When the from domain was last modified in UTC |
| DeletedOn | DateTime | When the from domain was deleted in CET |
| DeletedOnUtc | DateTime | When the from domain was deleted in UTC |
Object definition DNS entry
| Property | Type | Description |
|---|---|---|
| Host | String | The host of the DNS entry |
| Type | String | The type of the DNS entry |
| Value | String | The value of the DNS entry |
| IsValid | Bool | Whether this entry has been entered correctly or not. Please note that the verify method should be called first. |
Updated about 4 years ago
Did this page help you?