GetEmailSecurityTrustedDomainsListInvokeResult

data class GetEmailSecurityTrustedDomainsListInvokeResult(val accountId: String, val direction: String? = null, val id: String, val isRecent: Boolean? = null, val isSimilarity: Boolean? = null, val maxItems: Int? = null, val order: String? = null, val results: List<GetEmailSecurityTrustedDomainsListResult>, val search: String? = null)

A collection of values returned by getEmailSecurityTrustedDomainsList.

Constructors

constructor(accountId: String, direction: String? = null, id: String, isRecent: Boolean? = null, isSimilarity: Boolean? = null, maxItems: Int? = null, order: String? = null, results: List<GetEmailSecurityTrustedDomainsListResult>, 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 isRecent: Boolean? = null
Link copied to clipboard
val isSimilarity: Boolean? = null
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

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.