GetEmailSecurityTrustedDomainsResult

data class GetEmailSecurityTrustedDomainsResult(val accountId: String, val comments: String, val createdAt: String, val filter: GetEmailSecurityTrustedDomainsFilter? = null, val id: Int, val isRecent: Boolean, val isRegex: Boolean, val isSimilarity: Boolean, val lastModified: String, val pattern: String, val trustedDomainId: Int? = null)

A collection of values returned by getEmailSecurityTrustedDomains.

Constructors

Link copied to clipboard
constructor(accountId: String, comments: String, createdAt: String, filter: GetEmailSecurityTrustedDomainsFilter? = null, id: Int, isRecent: Boolean, isRegex: Boolean, isSimilarity: Boolean, lastModified: String, pattern: String, trustedDomainId: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account Identifier

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Int

The unique identifier for the trusted domain.

Link copied to clipboard

Select to prevent recently registered domains from triggering a Suspicious or Malicious disposition.

Link copied to clipboard
Link copied to clipboard

Select for partner or other approved domains that have similar spelling to your connected domains. Prevents listed domains from triggering a Spoof disposition.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val trustedDomainId: Int? = null

The unique identifier for the trusted domain.