GetEmailSecurityBlockSenderResult

data class GetEmailSecurityBlockSenderResult(val accountId: String, val comments: String, val createdAt: String, val filter: GetEmailSecurityBlockSenderFilter? = null, val id: Int, val isRegex: Boolean, val lastModified: String, val pattern: String, val patternId: Int? = null, val patternType: String)

A collection of values returned by getEmailSecurityBlockSender.

Constructors

Link copied to clipboard
constructor(accountId: String, comments: String, createdAt: String, filter: GetEmailSecurityBlockSenderFilter? = null, id: Int, isRegex: Boolean, lastModified: String, pattern: String, patternId: Int? = null, patternType: String)

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 allow policy.

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

The unique identifier for the allow policy.

Link copied to clipboard

Available values: "EMAIL", "DOMAIN", "IP", "UNKNOWN".