UnsealedBlockedAddress
data class UnsealedBlockedAddress( val hashedBlockedValue: String, val address: String, val status: UnsealedBlockedAddressStatus, val action: BlockedEmailAddressAction, val emailAddressId: String?)
The Sudo Platform SDK representation of an unsealed blocked address
Constructors
Link copied to clipboard
constructor( hashedBlockedValue: String, address: String, status: UnsealedBlockedAddressStatus, action: BlockedEmailAddressAction, emailAddressId: String?)
Properties
Link copied to clipboard
BlockedEmailAddressAction The action to take on incoming messages from the blocked address
Link copied to clipboard
String If present, the blocked address is only blocked for this email address.
Link copied to clipboard
List
Link copied to clipboard
UnsealedBlockedAddressStatus The status of the unsealing operation. If 'Failed' the plaintext address will be empty but the hashed value will still available