BlockedAddress
data class BlockedAddress( val createdAt: Date, val hashedBlockedValue: String, val hashAlgorithm: BlockedAddressHashAlgorithm, val owner: String, val owners: List<Owner>, val sealedValue: String, val action: BlockedEmailAddressAction, val emailAddressId: String?, val updatedAt: Date) : Parcelable
Representation of a blocked email address used in the Sudo Platform Email SDK
Constructors
Link copied to clipboard
constructor( createdAt: Date, hashedBlockedValue: String, hashAlgorithm: BlockedAddressHashAlgorithm, owner: String, owners: List<Owner>, sealedValue: String, action: BlockedEmailAddressAction, emailAddressId: String?, updatedAt: Date)
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
BlockedAddressHashAlgorithm The algorithm used for the hash
Link copied to clipboard
String The hashed value of the blocked address
Link copied to clipboard
String The sealed value of the blocked address