GetEmailSecurityBlockSendersInvokeResult

data class GetEmailSecurityBlockSendersInvokeResult(val accountId: String, val direction: String? = null, val id: String, val maxItems: Int? = null, val order: String? = null, val patternType: String? = null, val results: List<GetEmailSecurityBlockSendersResult>, val search: String? = null)

A collection of values returned by getEmailSecurityBlockSenders.

Constructors

Link copied to clipboard
constructor(accountId: String, direction: String? = null, id: String, maxItems: Int? = null, order: String? = null, patternType: String? = null, results: List<GetEmailSecurityBlockSendersResult>, search: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Account Identifier

Link copied to clipboard
val direction: String? = null

The sorting direction. Available values: "asc", "desc".

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val maxItems: Int? = null

Max items to fetch, default: 1000

Link copied to clipboard
val order: String? = null

The field to sort by. Available values: "pattern", "created_at".

Link copied to clipboard
val patternType: String? = null

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

Link copied to clipboard

The items returned by the data source

Link copied to clipboard
val search: String? = null

Allows searching in multiple properties of a record simultaneously. This parameter is intended for human users, not automation. Its exact behavior is intentionally left unspecified and is subject to change in the future.