Blocked Address
data class BlockedAddress(val createdAt: Date, val hashedBlockedValue: String, val hashAlgorithm: BlockedAddressHashAlgorithm, val owner: String, val owners: List<Owner>, val sealedValue: String, val updatedAt: Date) : Parcelable
Representation of a blocked email address used in the Sudo Platform Email SDK
Properties
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